@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@charset "UTF-8";
/*!
 * Bootstrap  v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: none;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1599px) {
  .col-xxxl {
    flex: 1 0 0%; }

  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .row-cols-xxxl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%; }

  .row-cols-xxxl-8 > * {
    flex: 0 0 auto;
    width: 12.5%; }

  .row-cols-xxxl-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%; }

  .row-cols-xxxl-10 > * {
    flex: 0 0 auto;
    width: 10%; }

  .row-cols-xxxl-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%; }

  .row-cols-xxxl-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }

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

  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }

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

  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }

  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }

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

  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }

  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }

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

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

  .offset-xxxl-1 {
    margin-left: 8.3333333333%; }

  .offset-xxxl-2 {
    margin-left: 16.6666666667%; }

  .offset-xxxl-3 {
    margin-left: 25%; }

  .offset-xxxl-4 {
    margin-left: 33.3333333333%; }

  .offset-xxxl-5 {
    margin-left: 41.6666666667%; }

  .offset-xxxl-6 {
    margin-left: 50%; }

  .offset-xxxl-7 {
    margin-left: 58.3333333333%; }

  .offset-xxxl-8 {
    margin-left: 66.6666666667%; }

  .offset-xxxl-9 {
    margin-left: 75%; }

  .offset-xxxl-10 {
    margin-left: 83.3333333333%; }

  .offset-xxxl-11 {
    margin-left: 91.6666666667%; }

  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0; }

  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0; }

  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem; }

  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem; }

  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem; }

  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem; }

  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem; }

  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem; }

  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem; }

  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem; }

  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem; }

  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem; 
  } 
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  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[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  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) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  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) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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 {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1599px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start; 
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
      right: auto /* rtl:ignore */;
      left: 0 /* rtl:ignore */; 
    }
  .dropdown-menu-xxxl-end {
    --bs-position: end; 
  }
  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */; 
  } 
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.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-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: 0.375rem;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

.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 ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: 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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: 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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: 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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: 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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1599px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    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;
  }
}

.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; 
}
.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 {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; 
}
.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 {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

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

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@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: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  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.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.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;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    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%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  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: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  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 [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.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;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.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;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !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;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !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;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.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;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !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;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.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-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;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1599px) {
  .float-xxxl-start {
    float: left !important; }

  .float-xxxl-end {
    float: right !important; }

  .float-xxxl-none {
    float: none !important; }

  .d-xxxl-inline {
    display: inline !important; }

  .d-xxxl-inline-block {
    display: inline-block !important; }

  .d-xxxl-block {
    display: block !important; }

  .d-xxxl-grid {
    display: grid !important; }

  .d-xxxl-table {
    display: table !important; }

  .d-xxxl-table-row {
    display: table-row !important; }

  .d-xxxl-table-cell {
    display: table-cell !important; }

  .d-xxxl-flex {
    display: flex !important; }

  .d-xxxl-inline-flex {
    display: inline-flex !important; }

  .d-xxxl-none {
    display: none !important; }

  .flex-xxxl-fill {
    flex: 1 1 auto !important; }

  .flex-xxxl-row {
    flex-direction: row !important; }

  .flex-xxxl-column {
    flex-direction: column !important; }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important; }

  .flex-xxxl-wrap {
    flex-wrap: wrap !important; }

  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .gap-xxxl-0 {
    gap: 0 !important; }

  .gap-xxxl-1 {
    gap: 0.25rem !important; }

  .gap-xxxl-2 {
    gap: 0.5rem !important; }

  .gap-xxxl-3 {
    gap: 1rem !important; }

  .gap-xxxl-4 {
    gap: 1.5rem !important; }

  .gap-xxxl-5 {
    gap: 3rem !important; }

  .justify-content-xxxl-start {
    justify-content: flex-start !important; }

  .justify-content-xxxl-end {
    justify-content: flex-end !important; }

  .justify-content-xxxl-center {
    justify-content: center !important; }

  .justify-content-xxxl-between {
    justify-content: space-between !important; }

  .justify-content-xxxl-around {
    justify-content: space-around !important; }

  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important; }

  .align-items-xxxl-start {
    align-items: flex-start !important; }

  .align-items-xxxl-end {
    align-items: flex-end !important; }

  .align-items-xxxl-center {
    align-items: center !important; }

  .align-items-xxxl-baseline {
    align-items: baseline !important; }

  .align-items-xxxl-stretch {
    align-items: stretch !important; }

  .align-content-xxxl-start {
    align-content: flex-start !important; }

  .align-content-xxxl-end {
    align-content: flex-end !important; }

  .align-content-xxxl-center {
    align-content: center !important; }

  .align-content-xxxl-between {
    align-content: space-between !important; }

  .align-content-xxxl-around {
    align-content: space-around !important; }

  .align-content-xxxl-stretch {
    align-content: stretch !important; }

  .align-self-xxxl-auto {
    align-self: auto !important; }

  .align-self-xxxl-start {
    align-self: flex-start !important; }

  .align-self-xxxl-end {
    align-self: flex-end !important; }

  .align-self-xxxl-center {
    align-self: center !important; }

  .align-self-xxxl-baseline {
    align-self: baseline !important; }

  .align-self-xxxl-stretch {
    align-self: stretch !important; }

  .order-xxxl-first {
    order: -1 !important; }

  .order-xxxl-0 {
    order: 0 !important; }

  .order-xxxl-1 {
    order: 1 !important; }

  .order-xxxl-2 {
    order: 2 !important; }

  .order-xxxl-3 {
    order: 3 !important; }

  .order-xxxl-4 {
    order: 4 !important; }

  .order-xxxl-5 {
    order: 5 !important; }

  .order-xxxl-last {
    order: 6 !important; }

  .m-xxxl-0 {
    margin: 0 !important; }

  .m-xxxl-1 {
    margin: 0.25rem !important; }

  .m-xxxl-2 {
    margin: 0.5rem !important; }

  .m-xxxl-3 {
    margin: 1rem !important; }

  .m-xxxl-4 {
    margin: 1.5rem !important; }

  .m-xxxl-5 {
    margin: 3rem !important; }

  .m-xxxl-auto {
    margin: auto !important; }

  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-xxxl-0 {
    margin-top: 0 !important; }

  .mt-xxxl-1 {
    margin-top: 0.25rem !important; }

  .mt-xxxl-2 {
    margin-top: 0.5rem !important; }

  .mt-xxxl-3 {
    margin-top: 1rem !important; }

  .mt-xxxl-4 {
    margin-top: 1.5rem !important; }

  .mt-xxxl-5 {
    margin-top: 3rem !important; }

  .mt-xxxl-auto {
    margin-top: auto !important; }

  .me-xxxl-0 {
    margin-right: 0 !important; }

  .me-xxxl-1 {
    margin-right: 0.25rem !important; }

  .me-xxxl-2 {
    margin-right: 0.5rem !important; }

  .me-xxxl-3 {
    margin-right: 1rem !important; }

  .me-xxxl-4 {
    margin-right: 1.5rem !important; }

  .me-xxxl-5 {
    margin-right: 3rem !important; }

  .me-xxxl-auto {
    margin-right: auto !important; }

  .mb-xxxl-0 {
    margin-bottom: 0 !important; }

  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important; }

  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important; }

  .mb-xxxl-3 {
    margin-bottom: 1rem !important; }

  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important; }

  .mb-xxxl-5 {
    margin-bottom: 3rem !important; }

  .mb-xxxl-auto {
    margin-bottom: auto !important; }

  .ms-xxxl-0 {
    margin-left: 0 !important; }

  .ms-xxxl-1 {
    margin-left: 0.25rem !important; }

  .ms-xxxl-2 {
    margin-left: 0.5rem !important; }

  .ms-xxxl-3 {
    margin-left: 1rem !important; }

  .ms-xxxl-4 {
    margin-left: 1.5rem !important; }

  .ms-xxxl-5 {
    margin-left: 3rem !important; }

  .ms-xxxl-auto {
    margin-left: auto !important; }

  .p-xxxl-0 {
    padding: 0 !important; }

  .p-xxxl-1 {
    padding: 0.25rem !important; }

  .p-xxxl-2 {
    padding: 0.5rem !important; }

  .p-xxxl-3 {
    padding: 1rem !important; }

  .p-xxxl-4 {
    padding: 1.5rem !important; }

  .p-xxxl-5 {
    padding: 3rem !important; }

  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .pt-xxxl-0 {
    padding-top: 0 !important; }

  .pt-xxxl-1 {
    padding-top: 0.25rem !important; }

  .pt-xxxl-2 {
    padding-top: 0.5rem !important; }

  .pt-xxxl-3 {
    padding-top: 1rem !important; }

  .pt-xxxl-4 {
    padding-top: 1.5rem !important; }

  .pt-xxxl-5 {
    padding-top: 3rem !important; }

  .pe-xxxl-0 {
    padding-right: 0 !important; }

  .pe-xxxl-1 {
    padding-right: 0.25rem !important; }

  .pe-xxxl-2 {
    padding-right: 0.5rem !important; }

  .pe-xxxl-3 {
    padding-right: 1rem !important; }

  .pe-xxxl-4 {
    padding-right: 1.5rem !important; }

  .pe-xxxl-5 {
    padding-right: 3rem !important; }

  .pb-xxxl-0 {
    padding-bottom: 0 !important; }

  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important; }

  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important; }

  .pb-xxxl-3 {
    padding-bottom: 1rem !important; }

  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important; }

  .pb-xxxl-5 {
    padding-bottom: 3rem !important; }

  .ps-xxxl-0 {
    padding-left: 0 !important; }

  .ps-xxxl-1 {
    padding-left: 0.25rem !important; }

  .ps-xxxl-2 {
    padding-left: 0.5rem !important; }

  .ps-xxxl-3 {
    padding-left: 1rem !important; }

  .ps-xxxl-4 {
    padding-left: 1.5rem !important; }

  .ps-xxxl-5 {
    padding-left: 3rem !important; }

  .text-xxxl-start {
    text-align: left !important; }

  .text-xxxl-end {
    text-align: right !important; }

  .text-xxxl-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap.css.map */
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 3px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 1px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 3px;
  /* there must be 'right' for ps__thumb-y */
  right: 1px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs4/jszip-2.5.0/pdfmake-0.1.32/dt-1.10.16/af-2.2.2/b-1.5.1/b-colvis-1.5.1/b-flash-1.5.1/b-html5-1.5.1/b-print-1.5.1/cr-1.4.1/fc-3.2.4/fh-3.1.3/kt-2.3.2/r-2.2.1/rg-1.0.2/rr-1.2.3/sc-1.4.4/sl-1.2.5
 *
 * Included libraries:
 *   JSZip 2.5.0, pdfmake 0.1.32, DataTables 1.10.16, AutoFill 2.2.2, Buttons 1.5.1, Column visibility 1.5.1, Flash export 1.5.1, HTML5 export 1.5.1, Print view 1.5.1, ColReorder 1.4.1, FixedColumns 3.2.4, FixedHeader 3.1.3, KeyTable 2.3.2, Responsive 2.2.1, RowGroup 1.0.2, RowReorder 1.2.3, Scroller 1.4.4, Select 1.2.5
 */

table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important}table.dataTable td,table.dataTable th{box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:0.85em;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap;justify-content:flex-end}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:before,table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:0.9em;display:block;opacity:0.3}table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:before{right:1em;content:"\2191"}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{right:0.5em;content:"\2193"}table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:after{opacity:1}table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{opacity:0}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after{display:none}div.dataTables_scrollBody table tbody tr:first-child th,div.dataTables_scrollBody table tbody tr:first-child td{border-top:none}div.dataTables_scrollFoot>.dataTables_scrollFootInner{box-sizing:content-box}div.dataTables_scrollFoot>.dataTables_scrollFootInner>table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-sm>thead>tr>th{padding-right:20px}table.dataTable.table-sm .sorting:before,table.dataTable.table-sm .sorting_asc:before,table.dataTable.table-sm .sorting_desc:before{top:5px;right:0.85em}table.dataTable.table-sm .sorting:after,table.dataTable.table-sm .sorting_asc:after,table.dataTable.table-sm .sorting_desc:after{top:5px}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:0}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child{padding-right:0}


div.dt-autofill-handle {
  position: absolute;
  height: 8px;
  width: 8px;
  z-index: 102;
  box-sizing: border-box;
  border: 1px solid #0275d8;
  background: #0275d8;
}

div.dt-autofill-select {
  position: absolute;
  z-index: 1001;
  background-color: #0275d8;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
}
div.dt-autofill-select.top, div.dt-autofill-select.bottom {
  height: 3px;
  margin-top: -1px;
}
div.dt-autofill-select.left, div.dt-autofill-select.right {
  width: 3px;
  margin-left: -1px;
}

div.dt-autofill-list {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0 5px #555;
  border: 2px solid #444;
  z-index: 11;
  box-sizing: border-box;
  padding: 1.5em 2em;
}
div.dt-autofill-list ul {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
div.dt-autofill-list ul li {
  display: table-row;
}
div.dt-autofill-list ul li:last-child div.dt-autofill-question, div.dt-autofill-list ul li:last-child div.dt-autofill-button {
  border-bottom: none;
}
div.dt-autofill-list ul li:hover {
  background-color: #f6f6f6;
}
div.dt-autofill-list div.dt-autofill-question {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}
div.dt-autofill-list div.dt-autofill-question input[type=number] {
  padding: 6px;
  width: 30px;
  margin: -2px 0;
}
div.dt-autofill-list div.dt-autofill-button {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}

div.dt-autofill-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 10;
}


@keyframes dtb-spinner{100%{transform:rotate(360deg)}}div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:white;border:2px solid #111;box-shadow:3px 3px 8px rgba(0,0,0,0.3);border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{padding:0.5em;margin:0;font-weight:normal;border-bottom:1px solid #ddd;background-color:#f3f3f3}div.dt-button-info>div{padding:1em}ul.dt-button-collection.dropdown-menu{display:block;z-index:2002;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}ul.dt-button-collection.dropdown-menu.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}ul.dt-button-collection.dropdown-menu.fixed.two-column{margin-left:-150px}ul.dt-button-collection.dropdown-menu.fixed.three-column{margin-left:-225px}ul.dt-button-collection.dropdown-menu.fixed.four-column{margin-left:-300px}ul.dt-button-collection.dropdown-menu>*{-moz-column-break-inside:avoid;break-inside:avoid}ul.dt-button-collection.dropdown-menu.two-column{width:300px;padding-bottom:1px;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}ul.dt-button-collection.dropdown-menu.three-column{width:450px;padding-bottom:1px;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}ul.dt-button-collection.dropdown-menu.four-column{width:600px;padding-bottom:1px;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}ul.dt-button-collection.dropdown-menu .dt-button{border-radius:0}ul.dt-button-collection{-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}ul.dt-button-collection.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}ul.dt-button-collection.fixed.two-column{margin-left:-150px}ul.dt-button-collection.fixed.three-column{margin-left:-225px}ul.dt-button-collection.fixed.four-column{margin-left:-300px}ul.dt-button-collection>*{-moz-column-break-inside:avoid;break-inside:avoid}ul.dt-button-collection.two-column{width:300px;padding-bottom:1px;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}ul.dt-button-collection.three-column{width:450px;padding-bottom:1px;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}ul.dt-button-collection.four-column{width:600px;padding-bottom:1px;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}ul.dt-button-collection .dt-button{border-radius:0}ul.dt-button-collection.fixed{max-width:none}ul.dt-button-collection.fixed:before,ul.dt-button-collection.fixed:after{display:none}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999}@media screen and (max-width: 767px){div.dt-buttons{float:none;width:100%;text-align:center;margin-bottom:0.5em}div.dt-buttons a.btn{float:none}}div.dt-buttons button.btn.processing,div.dt-buttons div.btn.processing,div.dt-buttons a.btn.processing{color:rgba(0,0,0,0.2)}div.dt-buttons button.btn.processing:after,div.dt-buttons div.btn.processing:after,div.dt-buttons a.btn.processing:after{position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;box-sizing:border-box;display:block;content:' ';border:2px solid #282828;border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:dtb-spinner 1500ms infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms infinite linear;-webkit-animation:dtb-spinner 1500ms infinite linear;-moz-animation:dtb-spinner 1500ms infinite linear}


table.DTCR_clonedTable.dataTable{position:absolute !important;background-color:rgba(255,255,255,0.7);z-index:202}div.DTCR_pointer{width:1px;background-color:#0275d8;z-index:201}


table.DTFC_Cloned tr{background-color:white;margin-bottom:0}div.DTFC_LeftHeadWrapper table,div.DTFC_RightHeadWrapper table{border-bottom:none !important;margin-bottom:0 !important;background-color:white}div.DTFC_LeftBodyWrapper table,div.DTFC_RightBodyWrapper table{border-top:none;margin:0 !important}div.DTFC_LeftBodyWrapper table thead .sorting:after,div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,div.DTFC_LeftBodyWrapper table thead .sorting:after,div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,div.DTFC_RightBodyWrapper table thead .sorting:after,div.DTFC_RightBodyWrapper table thead .sorting_asc:after,div.DTFC_RightBodyWrapper table thead .sorting_desc:after,div.DTFC_RightBodyWrapper table thead .sorting:after,div.DTFC_RightBodyWrapper table thead .sorting_asc:after,div.DTFC_RightBodyWrapper table thead .sorting_desc:after{display:none}div.DTFC_LeftBodyWrapper table tbody tr:first-child th,div.DTFC_LeftBodyWrapper table tbody tr:first-child td,div.DTFC_RightBodyWrapper table tbody tr:first-child th,div.DTFC_RightBodyWrapper table tbody tr:first-child td{border-top:none}div.DTFC_LeftFootWrapper table,div.DTFC_RightFootWrapper table{border-top:none;margin-top:0 !important;background-color:white}div.DTFC_Blocker{background-color:white}table.dataTable.table-striped.DTFC_Cloned tbody{background-color:white}


table.dataTable.fixedHeader-floating,table.dataTable.fixedHeader-locked{background-color:white;margin-top:0 !important;margin-bottom:0 !important}table.dataTable.fixedHeader-floating{position:fixed !important}table.dataTable.fixedHeader-locked{position:absolute !important}@media print{table.fixedHeader-floating{display:none}}


table.dataTable th.focus,table.dataTable td.focus{outline:3px solid #0275d8;outline-offset:-1px}


table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{cursor:default !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before{display:none !important}table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child{position:relative;padding-left:30px;cursor:pointer}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{top:12px;left:4px;height:14px;width:14px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#0275d8}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:'-';background-color:#d33333}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child{padding-left:27px}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before{top:5px;left:4px;height:14px;width:14px;border-radius:14px;line-height:14px;text-indent:3px}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#0275d8}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:'-';background-color:#d33333}table.dataTable>tbody>tr.child{padding:0.5em 1em}table.dataTable>tbody>tr.child:hover{background:transparent !important}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom:1px solid #efefef;padding:0.5em 0}table.dataTable>tbody>tr.child ul.dtr-details>li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details>li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:bold}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:50%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid black;border-radius:0.5em;box-shadow:0 12px 30px rgba(0,0,0,0.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:1em}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;border:1px solid #eaeaea;background-color:#f9f9f9;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-close:hover{background-color:#eaeaea}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0,0,0,0.6)}@media screen and (max-width: 767px){div.dtr-modal div.dtr-modal-display{width:95%}}div.dtr-bs-modal table.table tr:first-child td{border-top:none}


table.dataTable tr.group td{font-weight:bold;background-color:#e0e0e0}


table.dt-rowReorder-float{position:absolute !important;opacity:0.8;table-layout:fixed;outline:2px solid #0275d8;outline-offset:-2px;z-index:2001}tr.dt-rowReorder-moving{outline:2px solid #888;outline-offset:-2px}body.dt-rowReorder-noOverflow{overflow-x:hidden}table.dataTable td.reorder{text-align:center;cursor:move}


div.DTS{display:block !important}div.DTS tbody th,div.DTS tbody td{white-space:nowrap}div.DTS div.DTS_Loading{z-index:1}div.DTS div.dataTables_scrollBody{background:repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, #fff 10px, #fff 20px)}div.DTS div.dataTables_scrollBody table{z-index:2}div.DTS div.dataTables_paginate,div.DTS div.dataTables_length{display:none}div.DTS div.dataTables_scrollBody table{background-color:white}


table.dataTable tbody>tr.selected,table.dataTable tbody>tr>.selected{background-color:#0275d8}table.dataTable.stripe tbody>tr.odd.selected,table.dataTable.stripe tbody>tr.odd>.selected,table.dataTable.display tbody>tr.odd.selected,table.dataTable.display tbody>tr.odd>.selected{background-color:#0272d3}table.dataTable.hover tbody>tr.selected:hover,table.dataTable.hover tbody>tr>.selected:hover,table.dataTable.display tbody>tr.selected:hover,table.dataTable.display tbody>tr>.selected:hover{background-color:#0271d0}table.dataTable.order-column tbody>tr.selected>.sorting_1,table.dataTable.order-column tbody>tr.selected>.sorting_2,table.dataTable.order-column tbody>tr.selected>.sorting_3,table.dataTable.order-column tbody>tr>.selected,table.dataTable.display tbody>tr.selected>.sorting_1,table.dataTable.display tbody>tr.selected>.sorting_2,table.dataTable.display tbody>tr.selected>.sorting_3,table.dataTable.display tbody>tr>.selected{background-color:#0273d4}table.dataTable.display tbody>tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1{background-color:#026fcc}table.dataTable.display tbody>tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_2{background-color:#0270ce}table.dataTable.display tbody>tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_3{background-color:#0270d0}table.dataTable.display tbody>tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1{background-color:#0273d4}table.dataTable.display tbody>tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_2{background-color:#0274d5}table.dataTable.display tbody>tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_3{background-color:#0275d7}table.dataTable.display tbody>tr.odd>.selected,table.dataTable.order-column.stripe tbody>tr.odd>.selected{background-color:#026fcc}table.dataTable.display tbody>tr.even>.selected,table.dataTable.order-column.stripe tbody>tr.even>.selected{background-color:#0273d4}table.dataTable.display tbody>tr.selected:hover>.sorting_1,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_1{background-color:#026bc6}table.dataTable.display tbody>tr.selected:hover>.sorting_2,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_2{background-color:#026cc8}table.dataTable.display tbody>tr.selected:hover>.sorting_3,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_3{background-color:#026eca}table.dataTable.display tbody>tr:hover>.selected,table.dataTable.display tbody>tr>.selected:hover,table.dataTable.order-column.hover tbody>tr:hover>.selected,table.dataTable.order-column.hover tbody>tr>.selected:hover{background-color:#026bc6}table.dataTable tbody td.select-checkbox,table.dataTable tbody th.select-checkbox{position:relative}table.dataTable tbody td.select-checkbox:before,table.dataTable tbody td.select-checkbox:after,table.dataTable tbody th.select-checkbox:before,table.dataTable tbody th.select-checkbox:after{display:block;position:absolute;top:1.2em;left:50%;width:12px;height:12px;box-sizing:border-box}table.dataTable tbody td.select-checkbox:before,table.dataTable tbody th.select-checkbox:before{content:' ';margin-top:-6px;margin-left:-6px;border:1px solid black;border-radius:3px}table.dataTable tr.selected td.select-checkbox:after,table.dataTable tr.selected th.select-checkbox:after{content:'\2714';margin-top:-11px;margin-left:-4px;text-align:center;text-shadow:1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9}div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0.5em}@media screen and (max-width: 640px){div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0;display:block}}table.dataTable tbody tr.selected,table.dataTable tbody th.selected,table.dataTable tbody td.selected{color:white}table.dataTable tbody tr.selected a,table.dataTable tbody th.selected a,table.dataTable tbody td.selected a{color:#a2d4ed}



/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(-40px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  30% {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.1); }
  20% {
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      transform: scale(1.05, 1.05);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }

.datepaginator{font-size:12px;height:60px}.datepaginator-sm{font-size:10px;height:40px}.datepaginator-lg{font-size:14px;height:80px}.pagination{margin:0;padding:0;white-space:nowrap}.dp-nav{height:60px;padding:22px 0!important;width:20px;margin:0!important;text-align:center}.dp-nav-square-edges{border-radius:0!important}.dp-item{height:60px;padding:13px 0!important;width:35px;margin:0!important;border-left-style:hidden!important;text-align:center}.dp-item-sm{height:40px!important;padding:5px!important}.dp-item-lg{height:80px!important;padding:22px 0!important}.dp-nav-sm{height:40px!important;padding:11px 0!important}.dp-nav-lg{height:80px!important;padding:33px 0!important}a.dp-nav-right{border-left-style:hidden!important}.dp-divider{border-left:2px solid #ddd!important}.dp-off{background-color:#F0F0F0!important}.dp-today{background-color:#88B5DB!important;color:#fff!important}.dp-selected{background-color:#428bca!important;color:#fff!important;width:140px}#dp-calendar{padding:3px 5px 0 0!important;position:absolute;right:0;top:10}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #eee;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #0bb2d4;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 60px;
    color: #666666;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background-color: #0bb2d4;
      border: 1px solid #0bb2d4;
      color: #fff; }
    .ranges li.active {
      background-color: #0bb2d4;
      border: 1px solid #0bb2d4;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }

/*!
 * Datepicker for Bootstrap v1.7.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{padding:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.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:#fde19a;background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.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]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.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]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:400;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}
/*!
 * Bootstrap Colorpicker v2.5.1
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */.colorpicker-saturation{width:100px;height:100px;background-image:url(/images/saturation.png?8b92d6855bde9fa94106c0bffe0a6478);cursor:crosshair;float:left}.colorpicker-saturation i{display:block;height:5px;width:5px;border:1px solid #000;border-radius:5px;position:absolute;top:0;left:0;margin:-4px 0 0 -4px}.colorpicker-saturation i b{display:block;height:5px;width:5px;border:1px solid #fff;border-radius:5px}.colorpicker-alpha,.colorpicker-hue{width:15px;height:100px;float:left;cursor:row-resize;margin-left:4px;margin-bottom:4px}.colorpicker-alpha i,.colorpicker-hue i{display:block;height:1px;background:#000;border-top:1px solid #fff;position:absolute;top:0;left:0;width:100%;margin-top:-1px}.colorpicker-hue{background-image:url(/images/hue.png?93003605ce4b96c2ac056437abd6ae84)}.colorpicker-alpha{background-image:url(/images/alpha.png?2b05feca6c022e3e4b321c3b445b7a67);display:none}.colorpicker-alpha,.colorpicker-hue,.colorpicker-saturation{background-size:contain}.colorpicker{padding:4px;min-width:130px;margin-top:1px;border-radius:4px;z-index:2500}.colorpicker:after,.colorpicker:before{display:table;content:"";line-height:0}.colorpicker:after{clear:both}.colorpicker:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;left:6px}.colorpicker:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:7px}.colorpicker div{position:relative}.colorpicker.colorpicker-with-alpha{min-width:140px}.colorpicker.colorpicker-with-alpha .colorpicker-alpha{display:block}.colorpicker-color{height:10px;margin-top:5px;clear:both;background-image:url(/images/alpha.png?2b05feca6c022e3e4b321c3b445b7a67);background-position:0 100%}.colorpicker-color div{height:10px}.colorpicker-selectors{display:none;height:10px;margin-top:5px;clear:both}.colorpicker-selectors i{cursor:pointer;float:left;height:10px;width:10px}.colorpicker-selectors i+i{margin-left:3px}.colorpicker-element .add-on i,.colorpicker-element .input-group-addon i{display:inline-block;cursor:pointer;height:16px;vertical-align:text-top;width:16px}.colorpicker.colorpicker-inline{position:relative;display:inline-block;float:none;z-index:auto}.colorpicker.colorpicker-horizontal{width:110px;min-width:110px;height:auto}.colorpicker.colorpicker-horizontal .colorpicker-saturation{margin-bottom:4px}.colorpicker.colorpicker-horizontal .colorpicker-color{width:100px}.colorpicker.colorpicker-horizontal .colorpicker-alpha,.colorpicker.colorpicker-horizontal .colorpicker-hue{width:100px;height:15px;float:left;cursor:col-resize;margin-left:0;margin-bottom:4px}.colorpicker.colorpicker-horizontal .colorpicker-alpha i,.colorpicker.colorpicker-horizontal .colorpicker-hue i{display:block;height:15px;background:#fff;position:absolute;top:0;left:0;width:1px;border:none;margin-top:0}.colorpicker.colorpicker-horizontal .colorpicker-hue{background-image:url(/images/hue-horizontal.png?044829074f574d069f0755b76deed840)}.colorpicker.colorpicker-horizontal .colorpicker-alpha{background-image:url(/images/alpha-horizontal.png?2e3cead8c04e4f925b6fc92d0b5e05c5)}.colorpicker-right:before{left:auto;right:6px}.colorpicker-right:after{left:auto;right:7px}.colorpicker-no-arrow:before{border-right:0;border-left:0}.colorpicker-no-arrow:after{border-right:0;border-left:0}.colorpicker-alpha.colorpicker-visible,.colorpicker-hue.colorpicker-visible,.colorpicker-saturation.colorpicker-visible,.colorpicker-selectors.colorpicker-visible,.colorpicker.colorpicker-visible{display:block}.colorpicker-alpha.colorpicker-hidden,.colorpicker-hue.colorpicker-hidden,.colorpicker-saturation.colorpicker-hidden,.colorpicker-selectors.colorpicker-hidden,.colorpicker.colorpicker-hidden{display:none}.colorpicker-inline.colorpicker-visible{display:inline-block}
/*# sourceMappingURL=bootstrap-colorpicker.min.css.map */
/*!
 * Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 95%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 5px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/*
 *  Bootstrap TouchSpin - v4.2.5
 *  A mobile and touch friendly input spinner component for Bootstrap 3 & 4.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */
/* This CSS file is unnecessary if you are not using vertical buttons functionality */


.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
}


.btn.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 0;
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}
.btn-toggle:before {
  content: 'Off';
  left: -4rem;
}
.btn-toggle:after {
  content: 'On';
  right: -4rem;
  opacity: .5;
}
.btn-toggle > .handle {
  position: absolute;
  top: 2.5px;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0;
  background: #fff;
  transition: left .25s;	
  box-shadow: none;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left .25s;
}
.btn-toggle.active:before {
  opacity: .5;
}
.btn-toggle.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}
.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}
.btn-toggle.active {
  background-color: #29b5a8;
}
.btn-toggle.btn-lg {
  margin: 0 5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
  border-radius: 0;
}
.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
  outline: none;
}
.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}
.btn-toggle.btn-lg:before {
  content: 'Off';
  left: -5rem;
}
.btn-toggle.btn-lg:after {
  content: 'On';
  right: -5rem;
  opacity: .5;
}
.btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 4px;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0;
  background: #fff;
  transition: left .25s;
  box-shadow: none;
}
.btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-lg.active > .handle {
  left: 2.8125rem;
  transition: left .25s;
}
.btn-toggle.btn-lg.active:before {
  opacity: .5;
}
.btn-toggle.btn-lg.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.6875rem;
  width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
  display: none;
}
.btn-toggle.btn-sm {
  margin: 0 0.5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 0;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}
.btn-toggle.btn-sm:before {
  content: 'Off';
  left: -0.5rem;
}
.btn-toggle.btn-sm:after {
  content: 'On';
  right: -0.5rem;
  opacity: .5;
}
.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 2.5px;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0;
  background: #fff;
  transition: left .25s;
  box-shadow:none;
}
.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
  left: 1.6875rem;
  transition: left .25s;
}
.btn-toggle.btn-sm.active:before {
  opacity: .5;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: 1.5rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none;
}
.btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 0;
}
.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  line-height: 0.5rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}
.btn-toggle.btn-xs:before {
  content: 'Off';
  left: 0;
}
.btn-toggle.btn-xs:after {
  content: 'On';
  right: 0;
  opacity: .5;
}
.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 1.5px;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0;
  background: #fff;
  transition: left .25s;
  box-shadow: none;
}
.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left .25s;
}
.btn-toggle.btn-xs.active:before {
  opacity: .5;
}
.btn-toggle.btn-xs.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.275rem;
  width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
  display: none;
}
.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}
.btn-toggle.btn-secondary.active {
  background-color: #ff8300;
}

/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
    display: block;
    vertical-align: middle;
    position: relative;

}
.slider.slider-horizontal {
    width: 100%;
    height: 20px;
    margin-bottom: 20px;
}
.slider.slider-horizontal:last-of-type {
    margin-bottom: 0;
}
.slider.slider-horizontal .slider-track {
    height: 20px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
    height: 100%;
    top: 0;
    bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0;
}
.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 4px;
    display: inline-block;
    text-align: center;
}
.slider.slider-vertical {
    height: 430px;
    width: 20px;
    margin-right: 50px;
    display: inline-block;
}
.slider.slider-vertical .slider-track {
    width: 20px;
    height: 100%;
    margin-left: -5px;
    left: 50%;
    top: 0;
}
.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
    width: 100%;
    left: 0;
    right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
    margin-left: -10px;
    margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0;
}
.slider.slider-vertical .slider-tick-label-container {
    white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 4px;
}
.slider.slider-disabled .slider-handle {
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
    cursor: not-allowed;
}
.slider input {
    display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
    white-space: nowrap;
}
.slider .hide {
  display: none;
}
.slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #f7f7f7;
    background-image: linear-gradient(to bottom, #f0f0f0, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#fff9f9f9', GradientType=0);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
}
.slider-selection {
    position: absolute;
    background-color: #f7f7f7;
    background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    border-radius: 4px;
}
.slider-selection.tick-slider-selection {
    background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
    position: absolute;
    background: transparent;
    box-sizing: border-box;
    border-radius: 4px;
}
.slider-handle {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #f7f7f7;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 4px rgba(0,0,0,.3);
    opacity: 1;
    border: 0px solid transparent;
}
.slider-handle.round {
    border-radius: 20px;
}
.slider-handle.triangle {
    background: transparent none;
}
.slider-handle.custom {
    background: transparent none;
}
.slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}
.slider-tick {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    filter: none;
    opacity: 0.8;
    border: 0px solid transparent;
}
.slider-tick.round {
    border-radius: 50%;
}
.slider-tick.triangle {
    background: transparent none;
}
.slider-tick.custom {
    background: transparent none;
}
.slider-tick.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}
.slider-tick.in-selection {
    background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
    opacity: 1;
}
.slider-disabled .slider-selection {
    opacity: 0.5;
}

#danger .slider-selection {
    background: #fc4b6c;
}

#info .slider-selection {
    background: #1e88e5;
}

#success .slider-selection {
    background: #26c6da;
}

#warning .slider-selection {
    background: #ffb22b;
}

#secondary .slider-selection {
    background: #616a78;
}

#primary .slider-selection {
    background: #0bb2d4;
}
/*! bootstrap3-wysihtml5-bower 2014-09-26 */

ul.wysihtml5-toolbar{margin:0;padding:0;display:block}ul.wysihtml5-toolbar::after{clear:both;display:table;content:""}ul.wysihtml5-toolbar>li{float:left;display:list-item;list-style:none;margin:0 5px 10px 0}ul.wysihtml5-toolbar a[data-wysihtml5-command=bold]{font-weight:700}ul.wysihtml5-toolbar a[data-wysihtml5-command=italic]{font-style:italic}ul.wysihtml5-toolbar a[data-wysihtml5-command=underline]{text-decoration:underline}ul.wysihtml5-toolbar a.btn.wysihtml5-command-active{background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);background-color:#D9D9D9;outline:0}ul.wysihtml5-commands-disabled .dropdown-menu{display:none!important}ul.wysihtml5-toolbar div.wysihtml5-colors{display:block;width:50px;height:20px;margin-top:2px;margin-left:5px;position:absolute;pointer-events:none}ul.wysihtml5-toolbar a.wysihtml5-colors-title{padding-left:70px}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=black]{background:#000!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=silver]{background:silver!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=gray]{background:gray!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=maroon]{background:maroon!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=red]{background:red!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=purple]{background:purple!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=green]{background:green!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=olive]{background:olive!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=navy]{background:navy!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=blue]{background:#00f!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=orange]{background:orange!important}.glyphicon-quote:before{content:"\201C";font-family:Georgia,serif;font-size:50px;position:absolute;top:-4px;left:-3px;max-height:100%}.glyphicon-quote:after{content:"\0000a0"}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/fonts/glyphicons-halflings-regular.eot?5be1347c682810f199c7f486f40c5974);
  src: url(/fonts/glyphicons-halflings-regular.eot?5be1347c682810f199c7f486f40c5974?#iefix) format('embedded-opentype'), url(/fonts/glyphicons-halflings-regular.woff2?be810be3a3e14c682a257d6eff341fe4) format('woff2'), url(/fonts/glyphicons-halflings-regular.woff?82b1212e45a2bc35dd731913b27ad813) format('woff'), url(/fonts/glyphicons-halflings-regular.ttf?4692b9ec53fd5972caa2f2372ae20d16) format('truetype'), url(/fonts/glyphicons-halflings-regular.svg?9a17786234899efcc9639fcc31fcecf3#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}

ul.wysihtml5-toolbar {
	margin: 0;
	padding: 0;
	display: block;
}

ul.wysihtml5-toolbar::after {
	clear: both;
	display: table;
	content: "";
}

ul.wysihtml5-toolbar > li {
	float: left;
	display: list-item;
	list-style: none;
	margin: 0 5px 10px 0;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
	font-weight: bold;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
	font-style: italic;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
	text-decoration: underline;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #E6E6E6;
	background-color: #D9D9D9;
	outline: 0;
}

ul.wysihtml5-commands-disabled .dropdown-menu {
	display: none !important;
}

ul.wysihtml5-toolbar div.wysihtml5-colors {
  display:block;
  width: 50px;
  height: 20px;
  margin-top: 2px;
  margin-left: 5px;
  position: absolute;
  pointer-events: none;
}

ul.wysihtml5-toolbar a.wysihtml5-colors-title {
  padding-left: 70px;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
  background: black !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
  background: silver !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
  background: gray !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
  background: maroon !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
  background: red !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
  background: purple !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
  background: green !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
  background: olive !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
  background: navy !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
  background: blue !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
  background: orange !important;
}

.glyphicon-quote:before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 50px;
  position: absolute;
  top: -4px;
  left: -3px;
  max-height: 100%;
}

.glyphicon-quote:after {
  content: "\0000a0";
}

ul.wysihtml5-toolbar li a.btn {
	font-size: 0.9rem;
}
@charset 'UTF-8';
[class^='wi-'],
[class*=' wi-']
{
    font-family: 'weathericons';
    font-weight: normal;
    font-style: normal;

    position: relative;

    display: inline-block;
    transform: translate(0, 0); 

    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face
{
    font-family: 'weathericons';
    font-weight: normal;
    font-style: normal; 

    src: url(/fonts/weathericons-regular-webfont.eot?bb2ec001c20cf752f8520e72eb49cce6);
    src: url(/fonts/weathericons-regular-webfont.eot?bb2ec001c20cf752f8520e72eb49cce6?#iefix) format('embedded-opentype'), url(/fonts/weathericons-regular-webfont.woff?371511ddba5fdac0538c83f41d8fa022) format('woff'), url(/fonts/weathericons-regular-webfont.ttf?0942d1e1c447d6ce3ffcc75168766387) format('truetype'), url(/fonts/weathericons-regular-webfont.svg?86a76ca5e882e8285706b5a2a58cc065#weathericons-regular-webfontRg) format('svg');
}

.wi
{
    font-family: 'weathericons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;

    display: inline-block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wi-day-cloudy-gusts:before
{
    content: '';
}

.wi-day-cloudy-windy:before
{
    content: '';
}

.wi-day-cloudy:before
{
    content: '';
}

.wi-day-fog:before
{
    content: '';
}

.wi-day-hail:before
{
    content: '';
}

.wi-day-lightning:before
{
    content: '';
}

.wi-day-rain-mix:before
{
    content: '';
}

.wi-day-rain-wind:before
{
    content: '';
}

.wi-day-rain:before
{
    content: '';
}

.wi-day-showers:before
{
    content: '';
}

.wi-day-snow:before
{
    content: '';
}

.wi-day-sprinkle:before
{
    content: '';
}

.wi-day-sunny-overcast:before
{
    content: '';
}

.wi-day-sunny:before
{
    content: '';
}

.wi-day-storm-showers:before
{
    content: '';
}

.wi-day-thunderstorm:before
{
    content: '';
}

.wi-cloudy-gusts:before
{
    content: '';
}

.wi-cloudy-windy:before
{
    content: '';
}

.wi-cloudy:before
{
    content: '';
}

.wi-fog:before
{
    content: '';
}

.wi-hail:before
{
    content: '';
}

.wi-lightning:before
{
    content: '';
}

.wi-rain-mix:before
{
    content: '';
}

.wi-rain-wind:before
{
    content: '';
}

.wi-rain:before
{
    content: '';
}

.wi-showers:before
{
    content: '';
}

.wi-snow:before
{
    content: '';
}

.wi-sprinkle:before
{
    content: '';
}

.wi-storm-showers:before
{
    content: '';
}

.wi-thunderstorm:before
{
    content: '';
}

.wi-windy: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-mix:before
{
    content: '';
}

.wi-night-alt-rain-wind:before
{
    content: '';
}

.wi-night-alt-rain:before
{
    content: '';
}

.wi-night-alt-showers:before
{
    content: '';
}

.wi-night-alt-snow:before
{
    content: '';
}

.wi-night-alt-sprinkle:before
{
    content: '';
}

.wi-night-alt-storm-showers:before
{
    content: '';
}

.wi-night-alt-thunderstorm:before
{
    content: '';
}

.wi-night-clear:before
{
    content: '';
}

.wi-night-cloudy-gusts:before
{
    content: '';
}

.wi-night-cloudy-windy:before
{
    content: '';
}

.wi-night-cloudy:before
{
    content: '';
}

.wi-night-hail:before
{
    content: '';
}

.wi-night-lightning:before
{
    content: '';
}

.wi-night-rain-mix:before
{
    content: '';
}

.wi-night-rain-wind:before
{
    content: '';
}

.wi-night-rain:before
{
    content: '';
}

.wi-night-showers:before
{
    content: '';
}

.wi-night-snow:before
{
    content: '';
}

.wi-night-sprinkle:before
{
    content: '';
}

.wi-night-storm-showers:before
{
    content: '';
}

.wi-night-thunderstorm:before
{
    content: '';
}

.wi-celsius:before
{
    content: '';
}

.wi-cloud-down:before
{
    content: '';
}

.wi-cloud-refresh:before
{
    content: '';
}

.wi-cloud-up:before
{
    content: '';
}

.wi-cloud:before
{
    content: '';
}

.wi-degrees:before
{
    content: '';
}

.wi-down-left:before
{
    content: '';
}

.wi-down:before
{
    content: '';
}

.wi-fahrenheit:before
{
    content: '';
}

.wi-horizon-alt:before
{
    content: '';
}

.wi-horizon:before
{
    content: '';
}

.wi-left:before
{
    content: '';
}

.wi-lightning:before
{
    content: '';
}

.wi-night-fog:before
{
    content: '';
}

.wi-refresh-alt:before
{
    content: '';
}

.wi-refresh:before
{
    content: '';
}

.wi-right:before
{
    content: '';
}

.wi-sprinkles:before
{
    content: '';
}

.wi-strong-wind:before
{
    content: '';
}

.wi-sunrise:before
{
    content: '';
}

.wi-sunset:before
{
    content: '';
}

.wi-thermometer-exterior:before
{
    content: '';
}

.wi-thermometer-internal:before
{
    content: '';
}

.wi-thermometer:before
{
    content: '';
}

.wi-tornado:before
{
    content: '';
}

.wi-up-right:before
{
    content: '';
}

.wi-up:before
{
    content: '';
}

.wi-wind-west:before
{
    content: '';
}

.wi-wind-south-west:before
{
    content: '';
}

.wi-wind-south-east:before
{
    content: '';
}

.wi-wind-south:before
{
    content: '';
}

.wi-wind-north-west:before
{
    content: '';
}

.wi-wind-north-east:before
{
    content: '';
}

.wi-wind-north:before
{
    content: '';
}

.wi-wind-east:before
{
    content: '';
}

.wi-smoke:before
{
    content: '';
}

.wi-dust:before
{
    content: '';
}

.wi-snow-wind:before
{
    content: '';
}

.wi-day-snow-wind:before
{
    content: '';
}

.wi-night-snow-wind:before
{
    content: '';
}

.wi-night-alt-snow-wind:before
{
    content: '';
}

.wi-day-sleet-storm:before
{
    content: '';
}

.wi-night-sleet-storm:before
{
    content: '';
}

.wi-night-alt-sleet-storm:before
{
    content: '';
}

.wi-day-snow-thunderstorm:before
{
    content: '';
}

.wi-night-snow-thunderstorm:before
{
    content: '';
}

.wi-night-alt-snow-thunderstorm:before
{
    content: '';
}

.wi-solar-eclipse:before
{
    content: '';
}

.wi-lunar-eclipse:before
{
    content: '';
}

.wi-meteor:before
{
    content: '';
}

.wi-hot:before
{
    content: '';
}

.wi-hurricane:before
{
    content: '';
}

.wi-smog:before
{
    content: '';
}

.wi-alien:before
{
    content: '';
}

.wi-snowflake-cold:before
{
    content: '';
}

.wi-stars:before
{
    content: '';
}

.wi-night-partly-cloudy:before
{
    content: '';
}

.wi-umbrella:before
{
    content: '';
}

.wi-day-windy:before
{
    content: '';
}

.wi-night-alt-cloudy:before
{
    content: '';
}

.wi-up-left:before
{
    content: '';
}

.wi-down-right:before
{
    content: '';
}

.wi-time-12: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-day-sleet:before
{
    content: '';
}

.wi-night-sleet:before
{
    content: '';
}

.wi-night-alt-sleet:before
{
    content: '';
}

.wi-sleet:before
{
    content: '';
}

.wi-day-haze:before
{
    content: '';
}

.wi-beafort-0:before
{
    content: '';
}

.wi-beafort-1:before
{
    content: '';
}

.wi-beafort-2:before
{
    content: '';
}

.wi-beafort-3:before
{
    content: '';
}

.wi-beafort-4:before
{
    content: '';
}

.wi-beafort-5:before
{
    content: '';
}

.wi-beafort-6:before
{
    content: '';
}

.wi-beafort-7:before
{
    content: '';
}

.wi-beafort-8:before
{
    content: '';
}

.wi-beafort-9:before
{
    content: '';
}

.wi-beafort-10:before
{
    content: '';
}

.wi-beafort-11:before
{
    content: '';
}

.wi-beafort-12:before
{
    content: '';
}

.wi-wind-default:before
{
    content: '';
}

.wi-wind-default._0-deg
{
    transform: rotate(0deg);
}

.wi-wind-default._15-deg
{
    transform: rotate(15deg);
}

.wi-wind-default._30-deg
{
    transform: rotate(30deg);
}

.wi-wind-default._45-deg
{
    transform: rotate(45deg);
}

.wi-wind-default._60-deg
{
    transform: rotate(60deg);
}

.wi-wind-default._75-deg
{
    transform: rotate(75deg);
}

.wi-wind-default._90-deg
{
    transform: rotate(90deg);
}

.wi-wind-default._105-deg
{
    transform: rotate(105deg);
}

.wi-wind-default._120-deg
{
    transform: rotate(120deg);
}

.wi-wind-default._135-deg
{
    transform: rotate(135deg);
}

.wi-wind-default._150-deg
{
    transform: rotate(150deg);
}

.wi-wind-default._165-deg
{
    transform: rotate(165deg);
}

.wi-wind-default._180-deg
{
    transform: rotate(180deg);
}

.wi-wind-default._195-deg
{
    transform: rotate(195deg);
}

.wi-wind-default._210-deg
{
    transform: rotate(210deg);
}

.wi-wind-default._225-deg
{
    transform: rotate(225deg);
}

.wi-wind-default._240-deg
{
    transform: rotate(240deg);
}

.wi-wind-default._255-deg
{
    transform: rotate(255deg);
}

.wi-wind-default._270-deg
{
    transform: rotate(270deg);
}

.wi-wind-default._285-deg
{
    transform: rotate(295deg);
}

.wi-wind-default._300-deg
{
    transform: rotate(300deg);
}

.wi-wind-default._315-deg
{
    transform: rotate(315deg);
}

.wi-wind-default._330-deg
{
    transform: rotate(330deg);
}

.wi-wind-default._345-deg
{
    transform: rotate(345deg);
}

.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-3rd-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: '';
}

/*@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");*/
/*Social Media Colors*/
/*Theme Colors*/
/*Lite color*/
/*Theme Colors For Dark*/
/* gray bg */
.bg-gray-100 {
  background-color: #f3f6f9 !important; }

.bg-gray-200 {
  background-color: #ebedf3 !important; }

.bg-gray-300 {
  background-color: #e4e6ef !important; }

.bg-gray-400 {
  background-color: #d1d3e0 !important; }

.bg-gray-500 {
  background-color: #b5b5c3 !important; }

.bg-gray-600 {
  background-color: #7e8299 !important; }

.bg-gray-700 {
  background-color: #5e6278 !important; }

.bg-gray-800 {
  background-color: #3f4254 !important; }

.bg-gray-900 {
  background-color: #181c32 !important; }

/*---Default Button---*/
.btn-default {
  background-color: #f2f2f2;
  border-color: #dedede;
  color: #172b4c; }
  .btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default.active {
    background-color: #e6e6e6 !important;
    border-color: #cccccc !important;
    color: #172b4c; }
  .btn-default:disabled {
    background-color: #f2f2f2;
    border-color: #dedede;
    opacity: 0.5; }
  .btn-default.disabled {
    background-color: #f2f2f2;
    border-color: #dedede;
    opacity: 0.5; }

.show > .btn-default.dropdown-toggle {
  background-color: #e6e6e6 !important;
  border-color: #cccccc !important;
  color: #172b4c; }

.btn-outline.btn-default {
  color: #172b4c;
  background-color: transparent;
  border-color: #cccccc !important; }
  .btn-outline.btn-default:hover, .btn-outline.btn-default:active, .btn-outline.btn-default.active {
    background-color: #e6e6e6 !important;
    border-color: #cccccc !important;
    color: #172b4c; }

.show > .btn-outline.btn-default.dropdown-toggle {
  background-color: #e6e6e6 !important;
  border-color: #cccccc !important;
  color: #172b4c; }

.btn-flat.btn-default {
  color: #172b4c;
  background-color: #f3f6f9;
  border-color: transparent; }
  .btn-flat.btn-default:hover, .btn-flat.btn-default:active, .btn-flat.btn-default.active {
    background-color: #e6e6e6 !important;
    border-color: #cccccc !important;
    color: #172b4c; }

/*---Secondary Button---*/
.btn-secondary {
  background-color: #e4e6ef;
  border-color: #e4e6ef;
  color: #172b4c; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary.active {
    background-color: #c4c8dc !important;
    border-color: #c4c8dc !important;
    color: #172b4c !important; }
  .btn-secondary:disabled {
    background-color: #747ead;
    border-color: #747ead;
    opacity: 0.5; }
  .btn-secondary.disabled {
    background-color: #747ead;
    border-color: #747ead;
    opacity: 0.5; }

.show > .btn-secondary.dropdown-toggle {
  background-color: #e4e6ef !important;
  border-color: #e4e6ef !important;
  color: #ffffff; }

.btn-outline.btn-secondary {
  color: #172b4c !important;
  background-color: transparent;
  border-color: #e4e6ef !important; }
  .btn-outline.btn-secondary:hover, .btn-outline.btn-secondary:active, .btn-outline.btn-secondary.active {
    background-color: #c4c8dc !important;
    border-color: #c4c8dc !important;
    color: #172b4c !important; }

.dark-skin .btn-outline.btn-secondary {
  color: #b5b5c3 !important; }
  .dark-skin .btn-outline.btn-secondary:hover, .dark-skin .btn-outline.btn-secondary:active, .dark-skin .btn-outline.btn-secondary.active {
    color: #172b4c !important; }

.show > .btn-outline.btn-secondary.dropdown-toggle {
  background-color: #e4e6ef !important;
  border-color: #e4e6ef !important;
  color: #ffffff; }

.btn-flat.btn-secondary {
  color: #172b4c;
  background-color: #e4e6ef;
  border-color: transparent; }
  .btn-flat.btn-secondary:hover, .btn-flat.btn-secondary:active, .btn-flat.btn-secondary.active {
    background-color: #c4c8dc !important;
    border-color: #c4c8dc !important;
    color: #172b4c !important; }

.dark-skin .btn-flat.btn-secondary {
  color: #b5b5c3; }
  .dark-skin .btn-flat.btn-secondary:hover, .dark-skin .btn-flat.btn-secondary:active, .dark-skin .btn-flat.btn-secondary.active {
    color: #172b4c !important; }

.btn-outline {
  color: #172b4c;
  background-color: transparent;
  border-color: #234173; }
  .btn-outline:hover, .btn-outline:active, .btn-outline.active {
    background-color: #234173;
    border-color: #234173;
    color: #ffffff !important; }

.show > .btn-outline.dropdown-toggle {
  background-color: #234173;
  border-color: #234173;
  color: #ffffff; }

/*---Dark Button---*/
.btn-dark {
  background-color: #172b4c;
  border-color: #172b4c;
  color: #ffffff; }
  .btn-dark:hover, .btn-dark:active, .btn-dark:focus, .btn-dark.active {
    background-color: #234173 !important;
    border-color: #234173 !important;
    color: #ffffff; }
  .btn-dark:disabled {
    background-color: #234173;
    border-color: #234173;
    opacity: 0.5; }
  .btn-dark.disabled {
    background-color: #234173;
    border-color: #234173;
    opacity: 0.5; }

.show > .btn-dark.dropdown-toggle {
  background-color: #234173 !important;
  border-color: #234173 !important;
  color: #ffffff; }

.btn-outline.btn-dark {
  color: #172b4c;
  background-color: transparent;
  border-color: #172b4c !important; }
  .btn-outline.btn-dark:hover, .btn-outline.btn-dark:active, .btn-outline.btn-dark.active {
    background-color: #234173 !important;
    border-color: #234173 !important;
    color: #ffffff; }

.show > .btn-outline.btn-dark.dropdown-toggle {
  background-color: #234173 !important;
  border-color: #234173 !important;
  color: #ffffff; }

.btn-flat.btn-dark {
  color: #172b4c;
  background-color: #f3f6f9;
  border-color: #f3f6f9; }
  .btn-flat.btn-dark:hover, .btn-flat.btn-dark:active, .btn-flat.btn-dark.active {
    background-color: #234173 !important;
    border-color: #234173 !important;
    color: #ffffff; }

/*---Light Button---*/
.btn-light {
  background-color: #e4e6ef;
  border-color: #e4e6ef;
  color: #000000; }
  .btn-light:hover, .btn-light:active, .btn-light:focus, .btn-light.active {
    background-color: #ffffff !important;
    border-color: #e4e6ef !important;
    color: #000000; }
  .btn-light:disabled {
    background-color: #ffffff;
    border-color: #e4e6ef;
    opacity: 0.5; }
  .btn-light.disabled {
    background-color: #ffffff;
    border-color: white;
    opacity: 0.5; }

.show > .btn-light.dropdown-toggle {
  background-color: #ffffff !important;
  border-color: #e4e6ef !important;
  color: #000000; }

.btn-outline.btn-light {
  color: #e4e6ef;
  background-color: transparent;
  border-color: #e4e6ef !important; }
  .btn-outline.btn-light:hover, .btn-outline.btn-light:active, .btn-outline.btn-light.active {
    background-color: #e4e6ef !important;
    border-color: white !important;
    color: #172b4c !important; }

.show > .btn-outline.btn-light.dropdown-toggle {
  background-color: #e4e6ef !important;
  border-color: #e4e6ef !important;
  color: #ffffff; }

.btn-flat.btn-light {
  color: #172b4c;
  background-color: #f3f6f9;
  border-color: #e4e6ef; }
  .btn-flat.btn-light:hover, .btn-flat.btn-light:active, .btn-flat.btn-light.active {
    background-color: #e4e6ef !important;
    border-color: #e4e6ef !important;
    color: #172b4c; }

/*---badge---*/
.badge-light {
  background-color: #e4e6ef;
  color: #172b4c; }

/*---Background---*/
.bg-secondary {
  background-color: #e4e6ef !important;
  color: #172b4c; }

.bg-secondary-light {
  background-color: #e9edf2 !important;
  color: #172b4c; }

.bg-dark {
  background-color: #172b4c !important;
  color: #ffffff !important; }

.bg-dark2 {
  background-color: #566f9e !important;
  color: #ffffff !important; }

.bg-dark3 {
  background-color: #0c1a32 !important;
  color: #ffffff !important; }

.bg-white {
  background-color: #ffffff; }

.bg-transparent {
  background-color: transparent !important; }

.bg-light {
  background-color: #e4e6ef !important; }

.bg-lighter {
  background-color: #ebedf3 !important; }

.bg-lightest {
  background-color: #f3f6f9 !important; }

.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1); }

.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2); }

.bg-white-30 {
  background-color: rgba(255, 255, 255, 0.3); }

.bg-white-40 {
  background-color: rgba(255, 255, 255, 0.4); }

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5); }

.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6); }

.bg-white-70 {
  background-color: rgba(255, 255, 255, 0.7); }

.bg-white-80 {
  background-color: rgba(255, 255, 255, 0.8); }

.bg-white-90 {
  background-color: rgba(255, 255, 255, 0.9); }

.bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1); }

.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2); }

.bg-black-30 {
  background-color: rgba(0, 0, 0, 0.3); }

.bg-black-40 {
  background-color: rgba(0, 0, 0, 0.4); }

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6); }

.bg-black-70 {
  background-color: rgba(0, 0, 0, 0.7); }

.bg-black-80 {
  background-color: rgba(0, 0, 0, 0.8); }

.bg-black-90 {
  background-color: rgba(0, 0, 0, 0.9); }

/*---callout-alert---*/
.callout-secondary, .alert-secondary {
  background-color: #e4e6ef !important;
  color: #172b4c; }

/*background Patterns*/
.bg-temple-white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='152' viewBox='0 0 152 152'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='temple' fill='%23455a64' fill-opacity='0.1'%3E%3Cpath d='M152 150v2H0v-2h28v-8H8v-20H0v-2h8V80h42v20h20v42H30v8h90v-8H80v-42h20V80h42v40h8V30h-8v40h-42V50H80V8h40V0h2v8h20v20h8V0h2v150zm-2 0v-28h-8v20h-20v8h28zM82 30v18h18V30H82zm20 18h20v20h18V30h-20V10H82v18h20v20zm0 2v18h18V50h-18zm20-22h18V10h-18v18zm-54 92v-18H50v18h18zm-20-18H28V82H10v38h20v20h38v-18H48v-20zm0-2V82H30v18h18zm-20 22H10v18h18v-18zm54 0v18h38v-20h20V82h-18v20h-20v20H82zm18-20H82v18h18v-18zm2-2h18V82h-18v18zm20 40v-18h18v18h-18zM30 0h-2v8H8v20H0v2h8v40h42V50h20V8H30V0zm20 48h18V30H50v18zm18-20H48v20H28v20H10V30h20V10h38v18zM30 50h18v18H30V50zm-2-40H10v18h18V10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.bg-temple-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='152' viewBox='0 0 152 152'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='temple' fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M152 150v2H0v-2h28v-8H8v-20H0v-2h8V80h42v20h20v42H30v8h90v-8H80v-42h20V80h42v40h8V30h-8v40h-42V50H80V8h40V0h2v8h20v20h8V0h2v150zm-2 0v-28h-8v20h-20v8h28zM82 30v18h18V30H82zm20 18h20v20h18V30h-20V10H82v18h20v20zm0 2v18h18V50h-18zm20-22h18V10h-18v18zm-54 92v-18H50v18h18zm-20-18H28V82H10v38h20v20h38v-18H48v-20zm0-2V82H30v18h18zm-20 22H10v18h18v-18zm54 0v18h38v-20h20V82h-18v20h-20v20H82zm18-20H82v18h18v-18zm2-2h18V82h-18v18zm20 40v-18h18v18h-18zM30 0h-2v8H8v20H0v2h8v40h42V50h20V8H30V0zm20 48h18V30H50v18zm18-20H48v20H28v20H10V30h20V10h38v18zM30 50h18v18H30V50zm-2-40H10v18h18V10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.bg-food-white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23455a64' fill-opacity='0.1'%3E%3Cpath d='M24.37 16c.2.65.39 1.32.54 2H21.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06A5 5 0 0 1-17.45 28v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1L.9 19.22a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0L2.26 23h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM-13.82 27l16.37 4.91L18.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H-13.1z'/%3E%3Cpath id='path6_fill-copy' d='M284.37 16c.2.65.39 1.32.54 2H281.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06a5 5 0 0 1-2.24-8.94v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H240a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM246.18 27l16.37 4.91L278.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H246.9z'/%3E%3Cpath d='M159.5 21.02A9 9 0 0 0 151 15h-42a9 9 0 0 0-8.5 6.02 6 6 0 0 0 .02 11.96A8.99 8.99 0 0 0 109 45h42a9 9 0 0 0 8.48-12.02 6 6 0 0 0 .02-11.96zM151 17h-42a7 7 0 0 0-6.33 4h54.66a7 7 0 0 0-6.33-4zm-9.34 26a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-7a7 7 0 1 1 0-14h42a7 7 0 1 1 0 14h-9.34zM109 27a9 9 0 0 0-7.48 4H101a4 4 0 1 1 0-8h58a4 4 0 0 1 0 8h-.52a9 9 0 0 0-7.48-4h-42z'/%3E%3Cpath d='M39 115a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm6-8a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm-3-29v-2h8v-6H40a4 4 0 0 0-4 4v10H22l-1.33 4-.67 2h2.19L26 130h26l3.81-40H58l-.67-2L56 84H42v-6zm-4-4v10h2V74h8v-2h-8a2 2 0 0 0-2 2zm2 12h14.56l.67 2H22.77l.67-2H40zm13.8 4H24.2l3.62 38h22.36l3.62-38z'/%3E%3Cpath d='M129 92h-6v4h-6v4h-6v14h-3l.24 2 3.76 32h36l3.76-32 .24-2h-3v-14h-6v-4h-6v-4h-8zm18 22v-12h-4v4h3v8h1zm-3 0v-6h-4v6h4zm-6 6v-16h-4v19.17c1.6-.7 2.97-1.8 4-3.17zm-6 3.8V100h-4v23.8a10.04 10.04 0 0 0 4 0zm-6-.63V104h-4v16a10.04 10.04 0 0 0 4 3.17zm-6-9.17v-6h-4v6h4zm-6 0v-8h3v-4h-4v12h1zm27-12v-4h-4v4h3v4h1v-4zm-6 0v-8h-4v4h3v4h1zm-6-4v-4h-4v8h1v-4h3zm-6 4v-4h-4v8h1v-4h3zm7 24a12 12 0 0 0 11.83-10h7.92l-3.53 30h-32.44l-3.53-30h7.92A12 12 0 0 0 130 126z'/%3E%3Cpath d='M212 86v2h-4v-2h4zm4 0h-2v2h2v-2zm-20 0v.1a5 5 0 0 0-.56 9.65l.06.25 1.12 4.48a2 2 0 0 0 1.94 1.52h.01l7.02 24.55a2 2 0 0 0 1.92 1.45h4.98a2 2 0 0 0 1.92-1.45l7.02-24.55a2 2 0 0 0 1.95-1.52L224.5 96l.06-.25a5 5 0 0 0-.56-9.65V86a14 14 0 0 0-28 0zm4 0h6v2h-9a3 3 0 1 0 0 6H223a3 3 0 1 0 0-6H220v-2h2a12 12 0 1 0-24 0h2zm-1.44 14l-1-4h24.88l-1 4h-22.88zm8.95 26l-6.86-24h18.7l-6.86 24h-4.98zM150 242a22 22 0 1 0 0-44 22 22 0 0 0 0 44zm24-22a24 24 0 1 1-48 0 24 24 0 0 1 48 0zm-28.38 17.73l2.04-.87a6 6 0 0 1 4.68 0l2.04.87a2 2 0 0 0 2.5-.82l1.14-1.9a6 6 0 0 1 3.79-2.75l2.15-.5a2 2 0 0 0 1.54-2.12l-.19-2.2a6 6 0 0 1 1.45-4.46l1.45-1.67a2 2 0 0 0 0-2.62l-1.45-1.67a6 6 0 0 1-1.45-4.46l.2-2.2a2 2 0 0 0-1.55-2.13l-2.15-.5a6 6 0 0 1-3.8-2.75l-1.13-1.9a2 2 0 0 0-2.5-.8l-2.04.86a6 6 0 0 1-4.68 0l-2.04-.87a2 2 0 0 0-2.5.82l-1.14 1.9a6 6 0 0 1-3.79 2.75l-2.15.5a2 2 0 0 0-1.54 2.12l.19 2.2a6 6 0 0 1-1.45 4.46l-1.45 1.67a2 2 0 0 0 0 2.62l1.45 1.67a6 6 0 0 1 1.45 4.46l-.2 2.2a2 2 0 0 0 1.55 2.13l2.15.5a6 6 0 0 1 3.8 2.75l1.13 1.9a2 2 0 0 0 2.5.8zm2.82.97a4 4 0 0 1 3.12 0l2.04.87a4 4 0 0 0 4.99-1.62l1.14-1.9a4 4 0 0 1 2.53-1.84l2.15-.5a4 4 0 0 0 3.09-4.24l-.2-2.2a4 4 0 0 1 .97-2.98l1.45-1.67a4 4 0 0 0 0-5.24l-1.45-1.67a4 4 0 0 1-.97-2.97l.2-2.2a4 4 0 0 0-3.09-4.25l-2.15-.5a4 4 0 0 1-2.53-1.84l-1.14-1.9a4 4 0 0 0-5-1.62l-2.03.87a4 4 0 0 1-3.12 0l-2.04-.87a4 4 0 0 0-4.99 1.62l-1.14 1.9a4 4 0 0 1-2.53 1.84l-2.15.5a4 4 0 0 0-3.09 4.24l.2 2.2a4 4 0 0 1-.97 2.98l-1.45 1.67a4 4 0 0 0 0 5.24l1.45 1.67a4 4 0 0 1 .97 2.97l-.2 2.2a4 4 0 0 0 3.09 4.25l2.15.5a4 4 0 0 1 2.53 1.84l1.14 1.9a4 4 0 0 0 5 1.62l2.03-.87zM152 207a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-11 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3-5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-8 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm0 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5-2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-5-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-24 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm16 5a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm7-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0zm86-29a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1 246 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM275 214a29 29 0 0 0-57.97 0h57.96zM72.33 198.12c-.21-.32-.34-.7-.34-1.12v-12h-2v12a4.01 4.01 0 0 0 7.09 2.54c.57-.69.91-1.57.91-2.54v-12h-2v12a1.99 1.99 0 0 1-2 2 2 2 0 0 1-1.66-.88zM75 176c.38 0 .74-.04 1.1-.12a4 4 0 0 0 6.19 2.4A13.94 13.94 0 0 1 84 185v24a6 6 0 0 1-6 6h-3v9a5 5 0 1 1-10 0v-9h-3a6 6 0 0 1-6-6v-24a14 14 0 0 1 14-14 5 5 0 0 0 5 5zm-17 15v12a1.99 1.99 0 0 0 1.22 1.84 2 2 0 0 0 2.44-.72c.21-.32.34-.7.34-1.12v-12h2v12a3.98 3.98 0 0 1-5.35 3.77 3.98 3.98 0 0 1-.65-.3V209a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-24c.01-1.53-.23-2.88-.72-4.17-.43.1-.87.16-1.28.17a6 6 0 0 1-5.2-3 7 7 0 0 1-6.47-4.88A12 12 0 0 0 58 185v6zm9 24v9a3 3 0 1 0 6 0v-9h-6z'/%3E%3Cpath d='M-17 191a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H4zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1-14 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM15 214a29 29 0 0 0-57.97 0h57.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.bg-food-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M24.37 16c.2.65.39 1.32.54 2H21.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06A5 5 0 0 1-17.45 28v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1L.9 19.22a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0L2.26 23h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM-13.82 27l16.37 4.91L18.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H-13.1z'/%3E%3Cpath id='path6_fill-copy' d='M284.37 16c.2.65.39 1.32.54 2H281.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06a5 5 0 0 1-2.24-8.94v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H240a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM246.18 27l16.37 4.91L278.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H246.9z'/%3E%3Cpath d='M159.5 21.02A9 9 0 0 0 151 15h-42a9 9 0 0 0-8.5 6.02 6 6 0 0 0 .02 11.96A8.99 8.99 0 0 0 109 45h42a9 9 0 0 0 8.48-12.02 6 6 0 0 0 .02-11.96zM151 17h-42a7 7 0 0 0-6.33 4h54.66a7 7 0 0 0-6.33-4zm-9.34 26a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-7a7 7 0 1 1 0-14h42a7 7 0 1 1 0 14h-9.34zM109 27a9 9 0 0 0-7.48 4H101a4 4 0 1 1 0-8h58a4 4 0 0 1 0 8h-.52a9 9 0 0 0-7.48-4h-42z'/%3E%3Cpath d='M39 115a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm6-8a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm-3-29v-2h8v-6H40a4 4 0 0 0-4 4v10H22l-1.33 4-.67 2h2.19L26 130h26l3.81-40H58l-.67-2L56 84H42v-6zm-4-4v10h2V74h8v-2h-8a2 2 0 0 0-2 2zm2 12h14.56l.67 2H22.77l.67-2H40zm13.8 4H24.2l3.62 38h22.36l3.62-38z'/%3E%3Cpath d='M129 92h-6v4h-6v4h-6v14h-3l.24 2 3.76 32h36l3.76-32 .24-2h-3v-14h-6v-4h-6v-4h-8zm18 22v-12h-4v4h3v8h1zm-3 0v-6h-4v6h4zm-6 6v-16h-4v19.17c1.6-.7 2.97-1.8 4-3.17zm-6 3.8V100h-4v23.8a10.04 10.04 0 0 0 4 0zm-6-.63V104h-4v16a10.04 10.04 0 0 0 4 3.17zm-6-9.17v-6h-4v6h4zm-6 0v-8h3v-4h-4v12h1zm27-12v-4h-4v4h3v4h1v-4zm-6 0v-8h-4v4h3v4h1zm-6-4v-4h-4v8h1v-4h3zm-6 4v-4h-4v8h1v-4h3zm7 24a12 12 0 0 0 11.83-10h7.92l-3.53 30h-32.44l-3.53-30h7.92A12 12 0 0 0 130 126z'/%3E%3Cpath d='M212 86v2h-4v-2h4zm4 0h-2v2h2v-2zm-20 0v.1a5 5 0 0 0-.56 9.65l.06.25 1.12 4.48a2 2 0 0 0 1.94 1.52h.01l7.02 24.55a2 2 0 0 0 1.92 1.45h4.98a2 2 0 0 0 1.92-1.45l7.02-24.55a2 2 0 0 0 1.95-1.52L224.5 96l.06-.25a5 5 0 0 0-.56-9.65V86a14 14 0 0 0-28 0zm4 0h6v2h-9a3 3 0 1 0 0 6H223a3 3 0 1 0 0-6H220v-2h2a12 12 0 1 0-24 0h2zm-1.44 14l-1-4h24.88l-1 4h-22.88zm8.95 26l-6.86-24h18.7l-6.86 24h-4.98zM150 242a22 22 0 1 0 0-44 22 22 0 0 0 0 44zm24-22a24 24 0 1 1-48 0 24 24 0 0 1 48 0zm-28.38 17.73l2.04-.87a6 6 0 0 1 4.68 0l2.04.87a2 2 0 0 0 2.5-.82l1.14-1.9a6 6 0 0 1 3.79-2.75l2.15-.5a2 2 0 0 0 1.54-2.12l-.19-2.2a6 6 0 0 1 1.45-4.46l1.45-1.67a2 2 0 0 0 0-2.62l-1.45-1.67a6 6 0 0 1-1.45-4.46l.2-2.2a2 2 0 0 0-1.55-2.13l-2.15-.5a6 6 0 0 1-3.8-2.75l-1.13-1.9a2 2 0 0 0-2.5-.8l-2.04.86a6 6 0 0 1-4.68 0l-2.04-.87a2 2 0 0 0-2.5.82l-1.14 1.9a6 6 0 0 1-3.79 2.75l-2.15.5a2 2 0 0 0-1.54 2.12l.19 2.2a6 6 0 0 1-1.45 4.46l-1.45 1.67a2 2 0 0 0 0 2.62l1.45 1.67a6 6 0 0 1 1.45 4.46l-.2 2.2a2 2 0 0 0 1.55 2.13l2.15.5a6 6 0 0 1 3.8 2.75l1.13 1.9a2 2 0 0 0 2.5.8zm2.82.97a4 4 0 0 1 3.12 0l2.04.87a4 4 0 0 0 4.99-1.62l1.14-1.9a4 4 0 0 1 2.53-1.84l2.15-.5a4 4 0 0 0 3.09-4.24l-.2-2.2a4 4 0 0 1 .97-2.98l1.45-1.67a4 4 0 0 0 0-5.24l-1.45-1.67a4 4 0 0 1-.97-2.97l.2-2.2a4 4 0 0 0-3.09-4.25l-2.15-.5a4 4 0 0 1-2.53-1.84l-1.14-1.9a4 4 0 0 0-5-1.62l-2.03.87a4 4 0 0 1-3.12 0l-2.04-.87a4 4 0 0 0-4.99 1.62l-1.14 1.9a4 4 0 0 1-2.53 1.84l-2.15.5a4 4 0 0 0-3.09 4.24l.2 2.2a4 4 0 0 1-.97 2.98l-1.45 1.67a4 4 0 0 0 0 5.24l1.45 1.67a4 4 0 0 1 .97 2.97l-.2 2.2a4 4 0 0 0 3.09 4.25l2.15.5a4 4 0 0 1 2.53 1.84l1.14 1.9a4 4 0 0 0 5 1.62l2.03-.87zM152 207a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-11 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3-5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-8 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm0 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5-2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-5-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-24 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm16 5a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm7-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0zm86-29a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1 246 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM275 214a29 29 0 0 0-57.97 0h57.96zM72.33 198.12c-.21-.32-.34-.7-.34-1.12v-12h-2v12a4.01 4.01 0 0 0 7.09 2.54c.57-.69.91-1.57.91-2.54v-12h-2v12a1.99 1.99 0 0 1-2 2 2 2 0 0 1-1.66-.88zM75 176c.38 0 .74-.04 1.1-.12a4 4 0 0 0 6.19 2.4A13.94 13.94 0 0 1 84 185v24a6 6 0 0 1-6 6h-3v9a5 5 0 1 1-10 0v-9h-3a6 6 0 0 1-6-6v-24a14 14 0 0 1 14-14 5 5 0 0 0 5 5zm-17 15v12a1.99 1.99 0 0 0 1.22 1.84 2 2 0 0 0 2.44-.72c.21-.32.34-.7.34-1.12v-12h2v12a3.98 3.98 0 0 1-5.35 3.77 3.98 3.98 0 0 1-.65-.3V209a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-24c.01-1.53-.23-2.88-.72-4.17-.43.1-.87.16-1.28.17a6 6 0 0 1-5.2-3 7 7 0 0 1-6.47-4.88A12 12 0 0 0 58 185v6zm9 24v9a3 3 0 1 0 6 0v-9h-6z'/%3E%3Cpath d='M-17 191a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H4zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1-14 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM15 214a29 29 0 0 0-57.97 0h57.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.bg-brick-white {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23455a64' fill-opacity='0.1'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.bg-brick-dark {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.bg-bubbles-white {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23455a64' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.bg-bubbles-dark {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E"); }

/*border color*/
.wrapper .border-secondary {
  border-color: #4d7bc9 !important; }

.wrapper .border-gray {
  border-color: #87a7db !important; }

.wrapper .border-dark {
  border-color: #172b4c !important; }

.wrapper .border-transparent {
  border-color: transparent !important; }

.wrapper .border-white {
  border-color: #ffffff !important; }

.wrapper .border-light {
  border-color: #f3f6f9 !important; }

.wrapper .border-fade {
  border-color: rgba(97, 106, 120, 0.07) !important; }

/*---Text---*/
.text-secondary {
  color: #4d7bc9 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #4d7bc9 !important; }

.hover-secondary:hover, .hover-secondary:focus {
  color: #4d7bc9 !important; }

.text-dark {
  color: #172b4c !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #172b4c !important; }

.hover-dark:hover, .hover-dark:focus {
  color: #172b4c !important; }

.text-mute {
  color: gray !important; }

a.text-mute:hover, a.text-mute:focus {
  color: gray !important; }

.hover-mute:hover, .hover-mute:focus {
  color: gray !important; }

.text-light {
  color: #b5b5c3 !important; }

a.text-light:hover, a.text-light:focus {
  color: #b5b5c3 !important; }

.hover-light:hover, .hover-light:focus {
  color: #b5b5c3 !important; }

.text-lighter {
  color: #d1d3e0 !important; }

a.text-lighter:hover, a.text-lighter:focus {
  color: #d1d3e0 !important; }

.hover-lighter:hover, .hover-lighter:focus {
  color: #d1d3e0 !important; }

.text-fade {
  color: #7e8299 !important; }

a.text-fade:hover, a.text-fade:focus {
  color: #d1d3e0 !important; }

.hover-fade:hover, .hover-fade:focus {
  color: #d1d3e0 !important; }

.dark-skin .text-fade {
  color: #8daac6 !important; }
.dark-skin a.text-fade:hover, .dark-skin a.text-fade:focus {
  color: #8daac6 !important; }
.dark-skin .hover-fade:hover, .dark-skin .hover-fade:focus {
  color: #8daac6 !important; }

.text-white {
  color: #ffffff !important; }

a.text-white:hover, a.text-white:focus {
  color: #ffffff !important; }

.hover-white:hover, .hover-white:focus {
  color: #ffffff !important; }

/*---color skin---*/
/**************************************
Theme Primary Color
**************************************/
.bg-gradient-primary, .theme-primary .bg-gradient-primary, .theme-primary .art-bg {
  background: linear-gradient(45deg, #5156be, #3596f7); }

.bg-light-body {
  background: transparent; }

.theme-primary.fixed .main-header {
  background: #ffffff; }
.theme-primary .main-header {
  background: #ffffff; }

.theme-primary.onlyheader .art-bg {
  background-image: none; }

.bg-gradient-primary-dark, .dark-skin.theme-primary .bg-gradient-primary, .dark-skin.theme-primary .art-bg {
  background-image: linear-gradient(45deg, #2e317b, #0863be); }

.bg-dark-body {
  background: #0c1a32; }

.dark-skin.theme-primary.fixed .main-header {
  background: #15243e; }
.dark-skin.theme-primary .main-header {
  background: #15243e; }

@media (max-width: 767px) {
  .theme-primary.fixed .main-header {
    background-image: #e4e6ef; }
    .theme-primary.fixed .main-header.navbar {
      background: none; }

  .dark-skin.theme-primary.fixed .main-header {
    background-image: #0c1a32; } }
.theme-primary a:hover, .theme-primary a:active, .theme-primary a:focus {
  color: #5156be; }
.theme-primary .main-sidebar .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-primary .main-sidebar .svg-icon:hover, .theme-primary .main-sidebar .svg-icon:active, .theme-primary .main-sidebar .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-primary .main-sidebar a:hover .svg-icon, .theme-primary .main-sidebar a:active .svg-icon, .theme-primary .main-sidebar a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-primary .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-primary .svg-icon:hover, .theme-primary .svg-icon:active, .theme-primary .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-primary a:hover .svg-icon, .theme-primary a:active .svg-icon, .theme-primary a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }

.theme-primary.light-skin .sidebar-menu > li.active.treeview > a {
  background-color: transparent;
  color: #5156be !important; }
  .theme-primary.light-skin .sidebar-menu > li.active.treeview > a > i {
    color: #5156be; }
  .theme-primary.light-skin .sidebar-menu > li.active.treeview > a > svg {
    color: #5156be;
    fill: rgba(1, 104, 250, 0.2); }
  .theme-primary.light-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-primary.light-skin .sidebar-menu > li.treeview .treeview-menu li a {
  color: #5C607B; }
.theme-primary.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #5156be !important; }
.theme-primary.dark-skin .sidebar-menu > li.active > a:after {
  border-color: transparent #333333 transparent transparent !important; }
.theme-primary.dark-skin .sidebar-menu > li.active.treeview > a {
  background-color: #0c1a32;
  color: #ffffff !important; }
  .theme-primary.dark-skin .sidebar-menu > li.active.treeview > a > i {
    color: #ffffff; }
  .theme-primary.dark-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-primary.dark-skin .sidebar-menu > li.active.treeview .treeview-menu li a {
  color: #b5b5c3; }
.theme-primary.dark-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #5156be !important; }
.theme-primary.light-skin .sidebar-menu li a:hover {
  color: #5156be !important; }
.theme-primary.light-skin .sidebar-menu > li:hover, .theme-primary.light-skin .sidebar-menu > li:active, .theme-primary.light-skin .sidebar-menu > li.active {
  background-color: rgba(81, 86, 190, 0);
  color: #5156be;
  border-left: 0px solid rgba(81, 86, 190, 0); }
  .theme-primary.light-skin .sidebar-menu > li:hover > a, .theme-primary.light-skin .sidebar-menu > li:active > a, .theme-primary.light-skin .sidebar-menu > li.active > a {
    background-color: transparent; }
  .theme-primary.light-skin .sidebar-menu > li:hover a, .theme-primary.light-skin .sidebar-menu > li:active a, .theme-primary.light-skin .sidebar-menu > li.active a {
    color: #5156be; }
    .theme-primary.light-skin .sidebar-menu > li:hover a > i, .theme-primary.light-skin .sidebar-menu > li:active a > i, .theme-primary.light-skin .sidebar-menu > li.active a > i {
      color: #5C607B;
      background-color: rgba(81, 86, 190, 0); }
    .theme-primary.light-skin .sidebar-menu > li:hover a > svg, .theme-primary.light-skin .sidebar-menu > li:active a > svg, .theme-primary.light-skin .sidebar-menu > li.active a > svg {
      color: #5156be;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-primary.light-skin .sidebar-menu > li:hover a img.svg-icon, .theme-primary.light-skin .sidebar-menu > li:active a img.svg-icon, .theme-primary.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-primary.light-skin .sidebar-menu > li.active {
  background-color: rgba(81, 86, 190, 0);
  color: #5156be;
  border-left: 0px solid #5156be; }
  .theme-primary.light-skin .sidebar-menu > li.active > a {
    background-color: transparent; }
  .theme-primary.light-skin .sidebar-menu > li.active a {
    color: #5156be; }
    .theme-primary.light-skin .sidebar-menu > li.active a > i {
      color: #5156be;
      background-color: rgba(81, 86, 190, 0); }
    .theme-primary.light-skin .sidebar-menu > li.active a > svg {
      color: #5156be;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-primary.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(81, 86, 190, 0);
    color: #5156be; }
    .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.active a {
      color: #5156be; }
      .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.active a > i {
        color: #5156be;
        background-color: rgba(81, 86, 190, 0); }
  .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li a > i {
    color: #5C607B;
    background-color: rgba(81, 86, 190, 0); }
  .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active {
    background-color: rgba(81, 86, 190, 0);
    color: #5156be; }
    .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a {
      color: #5156be; }
      .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a > i {
        color: #5156be;
        background-color: rgba(81, 86, 190, 0); }
  .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active {
    background-color: rgba(81, 86, 190, 0);
    color: #5156be; }
    .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active > a {
      color: #5156be; }
      .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active > a > i {
        color: #5156be;
        background-color: rgba(81, 86, 190, 0); }
  .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a {
    color: #172b4c; }
    .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a > i {
      color: #172b4c;
      background-color: rgba(81, 86, 190, 0); }
.theme-primary.rtl.light-skin .sidebar-menu > li.active {
  border-left: 0px solid #5156be;
  border-right: 0px solid #5156be; }
.theme-primary.dark-skin .sidebar-menu li a:hover {
  color: #5156be !important; }
.theme-primary.dark-skin .sidebar-menu > li:hover > a, .theme-primary.dark-skin .sidebar-menu > li:active > a, .theme-primary.dark-skin .sidebar-menu > li.active > a {
  background-color: #0c1a32; }
.theme-primary.dark-skin .sidebar-menu > li.active {
  background-color: rgba(81, 86, 190, 0);
  color: white;
  border-left: 0px solid #5156be; }
  .theme-primary.dark-skin .sidebar-menu > li.active > a {
    background-color: #0c1a32; }
  .theme-primary.dark-skin .sidebar-menu > li.active a {
    color: white; }
    .theme-primary.dark-skin .sidebar-menu > li.active a > i {
      color: white; }
    .theme-primary.dark-skin .sidebar-menu > li.active a > svg {
      color: #ffffff;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-primary.dark-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-primary.dark-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(81, 86, 190, 0);
    color: white; }
    .theme-primary.dark-skin .sidebar-menu > li.active .treeview-menu li.active > a {
      color: white !important; }
.theme-primary.rtl.dark-skin .sidebar-menu > li.active {
  border-left: 0px solid #5156be;
  border-right: 0px solid #5156be; }

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li.active.menu-open {
    background-color: rgba(81, 86, 190, 0.2);
    color: #5156be; } }
/*---Main Nav---*/
.theme-primary .sm-blue li.current > a, .theme-primary .sm-blue li.highlighted > a {
  background: #5156be;
  color: #ffffff !important; }
  .theme-primary .sm-blue li.current > a:hover, .theme-primary .sm-blue li.current > a:active, .theme-primary .sm-blue li.current > a:focus, .theme-primary .sm-blue li.highlighted > a:hover, .theme-primary .sm-blue li.highlighted > a:active, .theme-primary .sm-blue li.highlighted > a:focus {
    background: #5156be;
    color: #ffffff !important; }
.theme-primary .sm-blue a.current, .theme-primary .sm-blue a.highlighted {
  background: #5156be;
  color: #ffffff !important; }
.theme-primary .sm-blue a:hover, .theme-primary .sm-blue a:active, .theme-primary .sm-blue a:focus {
  background: #5156be;
  color: #ffffff !important; }
.theme-primary .sm-blue ul a:hover, .theme-primary .sm-blue ul a:active, .theme-primary .sm-blue ul a:focus {
  background: #ebedf3;
  color: #5156be !important; }
.theme-primary .sm-blue ul a.highlighted {
  background: #ebedf3;
  color: #5156be !important; }

.dark-skin.theme-primary .sm-blue a.current, .dark-skin.theme-primary .sm-blue a.highlighted {
  background: #5156be;
  color: #ffffff !important; }
.dark-skin.theme-primary .sm-blue a:hover, .dark-skin.theme-primary .sm-blue a:active, .dark-skin.theme-primary .sm-blue a:focus {
  background: #5156be;
  color: #ffffff !important; }
.dark-skin.theme-primary .sm-blue ul a:hover, .dark-skin.theme-primary .sm-blue ul a:active, .dark-skin.theme-primary .sm-blue ul a:focus {
  background: #29354b;
  color: #5156be !important; }
.dark-skin.theme-primary .sm-blue ul a.highlighted {
  background: #29354b;
  color: #5156be !important; }

/*---Primary Button---*/
.theme-primary .btn-link {
  color: #5156be; }
.theme-primary .btn-primary {
  background-color: #5156be;
  border-color: #5156be;
  color: #ffffff; }
  .theme-primary .btn-primary:hover, .theme-primary .btn-primary:active, .theme-primary .btn-primary:focus, .theme-primary .btn-primary.active {
    background-color: #3c40a0 !important;
    border-color: #3c40a0 !important;
    color: #ffffff !important; }
  .theme-primary .btn-primary:disabled {
    background-color: #9b9eda;
    border-color: #5156be;
    opacity: 0.5; }
  .theme-primary .btn-primary.disabled {
    background-color: #9b9eda;
    border-color: #5156be;
    opacity: 0.5; }
.theme-primary .show > .btn-primary.dropdown-toggle {
  background-color: #3c40a0 !important;
  border-color: #3c40a0 !important;
  color: #ffffff; }
.theme-primary .btn-outline.btn-primary {
  color: #5156be;
  background-color: transparent;
  border-color: #5156be !important; }
  .theme-primary .btn-outline.btn-primary:hover, .theme-primary .btn-outline.btn-primary:active, .theme-primary .btn-outline.btn-primary.active {
    background-color: #3c40a0 !important;
    border-color: #3c40a0 !important;
    color: #ffffff !important; }
.theme-primary .show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #3c40a0 !important;
  border-color: #3c40a0 !important;
  color: #ffffff; }
.theme-primary .btn-flat.btn-primary {
  color: #5156be !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-primary .btn-flat.btn-primary:hover, .theme-primary .btn-flat.btn-primary:active, .theme-primary .btn-flat.btn-primary.active {
    background-color: #3c40a0 !important;
    border-color: #3c40a0 !important;
    color: #ffffff !important; }

/*---info Button---*/
.theme-primary .btn-info {
  background-color: #3596f7;
  border-color: #3596f7;
  color: #ffffff; }
  .theme-primary .btn-info:hover, .theme-primary .btn-info:active, .theme-primary .btn-info:focus, .theme-primary .btn-info.active {
    background-color: #097df0 !important;
    border-color: #097df0 !important;
    color: #ffffff !important; }
  .theme-primary .btn-info:disabled {
    background-color: #97c9fb;
    border-color: #3596f7;
    opacity: 0.5; }
  .theme-primary .btn-info.disabled {
    background-color: #97c9fb;
    border-color: #3596f7;
    opacity: 0.5; }
.theme-primary .show > .btn-info.dropdown-toggle {
  background-color: #097df0 !important;
  border-color: #097df0 !important;
  color: #ffffff; }
.theme-primary .btn-outline.btn-info {
  color: #3596f7;
  background-color: transparent;
  border-color: #3596f7 !important; }
  .theme-primary .btn-outline.btn-info:hover, .theme-primary .btn-outline.btn-info:active, .theme-primary .btn-outline.btn-info.active {
    background-color: #097df0 !important;
    border-color: #097df0 !important;
    color: #ffffff !important; }
.theme-primary .show > .btn-outline.btn-info.dropdown-toggle {
  background-color: #097df0 !important;
  border-color: #097df0 !important;
  color: #ffffff; }
.theme-primary .btn-flat.btn-info {
  color: #3596f7 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-primary .btn-flat.btn-info:hover, .theme-primary .btn-flat.btn-info:active, .theme-primary .btn-flat.btn-info.active {
    background-color: #097df0 !important;
    border-color: #097df0 !important;
    color: #ffffff !important; }

/*---Success Button---*/
.theme-primary .btn-success {
  background-color: #05825f;
  border-color: #05825f;
  color: #ffffff; }
  .theme-primary .btn-success:hover, .theme-primary .btn-success:active, .theme-primary .btn-success:focus, .theme-primary .btn-success.active {
    background-color: #03513b !important;
    border-color: #03513b !important;
    color: #ffffff !important; }
  .theme-primary .btn-success:disabled {
    background-color: #09e4a7;
    border-color: #05825f;
    opacity: 0.5; }
  .theme-primary .btn-success.disabled {
    background-color: #09e4a7;
    border-color: #05825f;
    opacity: 0.5; }
.theme-primary .show > .btn-success.dropdown-toggle {
  background-color: #03513b !important;
  border-color: #03513b !important;
  color: #ffffff; }
.theme-primary .btn-outline.btn-success {
  color: #05825f;
  background-color: transparent;
  border-color: #05825f !important; }
  .theme-primary .btn-outline.btn-success:hover, .theme-primary .btn-outline.btn-success:active, .theme-primary .btn-outline.btn-success.active {
    background-color: #03513b !important;
    border-color: #03513b !important;
    color: #ffffff !important; }
.theme-primary .show > .btn-outline.btn-success.dropdown-toggle {
  background-color: #03513b !important;
  border-color: #03513b !important;
  color: #ffffff; }
.theme-primary .btn-flat.btn-success {
  color: #05825f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-primary .btn-flat.btn-success:hover, .theme-primary .btn-flat.btn-success:active, .theme-primary .btn-flat.btn-success.active {
    background-color: #03513b !important;
    border-color: #03513b !important;
    color: #ffffff !important; }

/*---Danger Button---*/
.theme-primary .btn-danger {
  background-color: #ee3158;
  border-color: #ee3158;
  color: #ffffff; }
  .theme-primary .btn-danger:hover, .theme-primary .btn-danger:active, .theme-primary .btn-danger:focus, .theme-primary .btn-danger.active {
    background-color: #da123b !important;
    border-color: #da123b !important;
    color: #ffffff !important; }
  .theme-primary .btn-danger:disabled {
    background-color: #f68fa4;
    border-color: #ee3158;
    opacity: 0.5; }
  .theme-primary .btn-danger.disabled {
    background-color: #f68fa4;
    border-color: #ee3158;
    opacity: 0.5; }
.theme-primary .show > .btn-danger.dropdown-toggle {
  background-color: #da123b !important;
  border-color: #da123b !important;
  color: #ffffff; }
.theme-primary .btn-outline.btn-danger {
  color: #ee3158;
  background-color: transparent;
  border-color: #ee3158 !important; }
  .theme-primary .btn-outline.btn-danger:hover, .theme-primary .btn-outline.btn-danger:active, .theme-primary .btn-outline.btn-danger.active {
    background-color: #da123b !important;
    border-color: #da123b !important;
    color: #ffffff !important; }
.theme-primary .show > .btn-outline.btn-danger.dropdown-toggle {
  background-color: #da123b !important;
  border-color: #da123b !important;
  color: #ffffff; }
.theme-primary .btn-flat.btn-danger {
  color: #ee3158 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-primary .btn-flat.btn-danger:hover, .theme-primary .btn-flat.btn-danger:active, .theme-primary .btn-flat.btn-danger.active {
    background-color: #da123b !important;
    border-color: #da123b !important;
    color: #ffffff !important; }

/*---Warning Button---*/
.theme-primary .btn-warning {
  background-color: #ffa800;
  border-color: #ffa800;
  color: #ffffff; }
  .theme-primary .btn-warning:hover, .theme-primary .btn-warning:active, .theme-primary .btn-warning:focus, .theme-primary .btn-warning.active {
    background-color: #cc8600 !important;
    border-color: #cc8600 !important;
    color: #ffffff !important; }
  .theme-primary .btn-warning:disabled {
    background-color: #ffcb66;
    border-color: #ffa800;
    opacity: 0.5; }
  .theme-primary .btn-warning.disabled {
    background-color: #ffcb66;
    border-color: #ffa800;
    opacity: 0.5; }
.theme-primary .show > .btn-warning.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff; }
.theme-primary .btn-outline.btn-warning {
  color: #ffa800;
  background-color: transparent;
  border-color: #ffa800 !important; }
  .theme-primary .btn-outline.btn-warning:hover, .theme-primary .btn-outline.btn-warning:active, .theme-primary .btn-outline.btn-warning.active {
    background-color: #cc8600 !important;
    border-color: #cc8600 !important;
    color: #ffffff !important; }
.theme-primary .show > .btn-outline.btn-warning.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff; }
.theme-primary .btn-flat.btn-warning {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-primary .btn-flat.btn-warning:hover, .theme-primary .btn-flat.btn-warning:active, .theme-primary .btn-flat.btn-warning.active {
    background-color: #cc8600 !important;
    border-color: #cc8600 !important;
    color: #ffffff !important; }

/*---Primary Button light---*/
.theme-primary .btn-primary-light {
  background-color: #c8c9ee;
  border-color: #c8c9ee;
  color: #5156be; }
  .theme-primary .btn-primary-light:hover, .theme-primary .btn-primary-light:active, .theme-primary .btn-primary-light:focus, .theme-primary .btn-primary-light.active {
    background-color: #5156be !important;
    border-color: #5156be !important;
    color: #ffffff !important; }
  .theme-primary .btn-primary-light:disabled {
    background-color: white;
    border-color: #c8c9ee;
    opacity: 0.5; }
  .theme-primary .btn-primary-light.disabled {
    background-color: white;
    border-color: #c8c9ee;
    opacity: 0.5; }
.theme-primary .show > .btn-primary-light.dropdown-toggle {
  background-color: #5156be !important;
  border-color: #5156be !important;
  color: #ffffff; }
.theme-primary .btn-outline.btn-primary-light {
  color: #5156be;
  background-color: transparent;
  border-color: #c8c9ee !important; }
  .theme-primary .btn-outline.btn-primary-light:hover, .theme-primary .btn-outline.btn-primary-light:active, .theme-primary .btn-outline.btn-primary-light.active {
    background-color: #5156be !important;
    border-color: #5156be !important;
    color: #ffffff !important; }
.theme-primary .show > .btn-outline.btn-primary-light.dropdown-toggle {
  background-color: #5156be !important;
  border-color: #5156be !important;
  color: #ffffff; }
.theme-primary .btn-flat.btn-primary-light {
  color: #5156be !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-primary .btn-flat.btn-primary-light:hover, .theme-primary .btn-flat.btn-primary-light:active, .theme-primary .btn-flat.btn-primary-light.active {
    background-color: #5156be !important;
    border-color: #5156be !important;
    color: #ffffff !important; }

/*---info Button light---*/
.theme-primary .btn-info-light {
  background-color: #cce5ff;
  border-color: #cce5ff;
  color: #3596f7; }
  .theme-primary .btn-info-light:hover, .theme-primary .btn-info-light:active, .theme-primary .btn-info-light:focus, .theme-primary .btn-info-light.active {
    background-color: #3596f7 !important;
    border-color: #3596f7 !important;
    color: #ffffff !important; }
  .theme-primary .btn-info-light:disabled {
    background-color: white;
    border-color: #cce5ff;
    opacity: 0.5; }
  .theme-primary .btn-info-light.disabled {
    background-color: white;
    border-color: #cce5ff;
    opacity: 0.5; }
.theme-primary .show > .btn-info.dropdown-toggle {
  background-color: #3596f7 !important;
  border-color: #3596f7 !important;
  color: #ffffff; }
.theme-primary .btn-outline.btn-info-light {
  color: #3596f7;
  background-color: transparent;
  border-color: #cce5ff !important; }
  .theme-primary .btn-outline.btn-info-light:hover, .theme-primary .btn-outline.btn-info-light:active, .theme-primary .btn-outline.btn-info-light.active {
    background-color: #3596f7 !important;
    border-color: #3596f7 !important;
    color: #ffffff !important; }
.theme-primary .show > .btn-outline.btn-info-light.dropdown-toggle {
  background-color: #3596f7 !important;
  border-color: #3596f7 !important;
  color: #ffffff; }
.theme-primary .btn-flat.btn-info-light {
  color: #3596f7 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-primary .btn-flat.btn-info-light:hover, .theme-primary .btn-flat.btn-info-light:active, .theme-primary .btn-flat.btn-info-light.active {
    background-color: #3596f7 !important;
    border-color: #3596f7 !important;
    color: #ffffff !important; }

/*---Success Button light---*/
.theme-primary .btn-success-light {
  background-color: #ebf9f5;
  border-color: #ebf9f5;
  color: #05825f; }
  .theme-primary .btn-success-light:hover, .theme-primary .btn-success-light:active, .theme-primary .btn-success-light:focus, .theme-primary .btn-success-light.active {
    background-color: #05825f !important;
    border-color: #05825f !important;
    color: #ffffff !important; }
  .theme-primary .btn-success-light:disabled {
    background-color: white;
    border-color: #ebf9f5;
    opacity: 0.5; }
  .theme-primary .btn-success-light.disabled {
    background-color: white;
    border-color: #ebf9f5;
    opacity: 0.5; }
.theme-primary .show > .btn-success-light.dropdown-toggle {
  background-color: #05825f !important;
  border-color: #05825f !important;
  color: #ffffff; }
.theme-primary .btn-outline.btn-success-light {
  color: #05825f;
  background-color: transparent;
  border-color: #ebf9f5 !important; }
  .theme-primary .btn-outline.btn-success-light:hover, .theme-primary .btn-outline.btn-success-light:active, .theme-primary .btn-outline.btn-success-light.active {
    background-color: #05825f !important;
    border-color: #05825f !important;
    color: #ffffff !important; }
.theme-primary .show > .btn-outline.btn-success-light.dropdown-toggle {
  background-color: #05825f !important;
  border-color: #05825f !important;
  color: #ffffff; }
.theme-primary .btn-flat.btn-success-light {
  color: #05825f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-primary .btn-flat.btn-success-light:hover, .theme-primary .btn-flat.btn-success-light:active, .theme-primary .btn-flat.btn-success-light.active {
    background-color: #05825f !important;
    border-color: #05825f !important;
    color: #ffffff !important; }

/*---Danger Button light---*/
.theme-primary .btn-danger-light {
  background-color: #ffd6de;
  border-color: #ffd6de;
  color: #ee3158; }
  .theme-primary .btn-danger-light:hover, .theme-primary .btn-danger-light:active, .theme-primary .btn-danger-light:focus, .theme-primary .btn-danger-light.active {
    background-color: #ee3158 !important;
    border-color: #ee3158 !important;
    color: #ffffff !important; }
  .theme-primary .btn-danger-light:disabled {
    background-color: white;
    border-color: #ffd6de;
    opacity: 0.5; }
  .theme-primary .btn-danger-light.disabled {
    background-color: white;
    border-color: #ffd6de;
    opacity: 0.5; }
.theme-primary .show > .btn-danger-light.dropdown-toggle {
  background-color: #ee3158 !important;
  border-color: #ee3158 !important;
  color: #ffffff; }
.theme-primary .btn-outline.btn-danger-light {
  color: #ee3158;
  background-color: transparent;
  border-color: #ffd6de !important; }
  .theme-primary .btn-outline.btn-danger-light:hover, .theme-primary .btn-outline.btn-danger-light:active, .theme-primary .btn-outline.btn-danger-light.active {
    background-color: #ee3158 !important;
    border-color: #ee3158 !important;
    color: #ffffff !important; }
.theme-primary .show > .btn-outline.btn-danger-light.dropdown-toggle {
  background-color: #ee3158 !important;
  border-color: #ee3158 !important;
  color: #ffffff; }
.theme-primary .btn-flat.btn-danger-light {
  color: #ee3158 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-primary .btn-flat.btn-danger-light:hover, .theme-primary .btn-flat.btn-danger-light:active, .theme-primary .btn-flat.btn-danger-light.active {
    background-color: #ee3158 !important;
    border-color: #ee3158 !important;
    color: #ffffff !important; }

/*---Warning Button light---*/
.theme-primary .btn-warning-light {
  background-color: #fff8ea;
  border-color: #fff8ea;
  color: #ffa800; }
  .theme-primary .btn-warning-light:hover, .theme-primary .btn-warning-light:active, .theme-primary .btn-warning-light:focus, .theme-primary .btn-warning-light.active {
    background-color: #ffa800 !important;
    border-color: #ffa800 !important;
    color: #ffffff !important; }
  .theme-primary .btn-warning-light:disabled {
    background-color: white;
    border-color: #fff8ea;
    opacity: 0.5; }
  .theme-primary .btn-warning-light.disabled {
    background-color: white;
    border-color: #fff8ea;
    opacity: 0.5; }
.theme-primary .show > .btn-warning-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff; }
.theme-primary .btn-outline.btn-warning-light {
  color: #ffa800;
  background-color: transparent;
  border-color: #fff8ea !important; }
  .theme-primary .btn-outline.btn-warning-light:hover, .theme-primary .btn-outline.btn-warning-light:active, .theme-primary .btn-outline.btn-warning-light.active {
    background-color: #ffa800 !important;
    border-color: #ffa800 !important;
    color: #ffffff !important; }
.theme-primary .show > .btn-outline.btn-warning-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff; }
.theme-primary .btn-flat.btn-warning-light {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-primary .btn-flat.btn-warning-light:hover, .theme-primary .btn-flat.btn-warning-light:active, .theme-primary .btn-flat.btn-warning-light.active {
    background-color: #ffa800 !important;
    border-color: #ffa800 !important;
    color: #ffffff !important; }

/*---callout---*/
.theme-primary .callout.callout-primary {
  border-color: #5156be;
  background-color: #5156be !important; }
.theme-primary .callout.callout-info {
  border-color: #3596f7;
  background-color: #3596f7 !important; }
.theme-primary .callout.callout-success {
  border-color: #05825f;
  background-color: #05825f !important; }
.theme-primary .callout.callout-danger {
  border-color: #ee3158;
  background-color: #ee3158 !important; }
.theme-primary .callout.callout-warning {
  border-color: #ffa800;
  background-color: #ffa800 !important; }

/*---alert---*/
.theme-primary .alert-primary {
  border-color: #5156be;
  background-color: #5156be !important;
  color: #ffffff; }
.theme-primary .alert-info {
  border-color: #3596f7;
  background-color: #3596f7 !important;
  color: #ffffff; }
.theme-primary .alert-success {
  border-color: #05825f;
  background-color: #05825f !important;
  color: #ffffff; }
.theme-primary .alert-danger {
  border-color: #ee3158;
  background-color: #ee3158 !important;
  color: #ffffff; }
.theme-primary .alert-error {
  border-color: #ee3158;
  background-color: #ee3158 !important;
  color: #ffffff; }
.theme-primary .alert-warning {
  border-color: #ffa800;
  background-color: #ffa800 !important;
  color: #ffffff; }

/*---direct-chat---*/
.theme-primary .direct-chat-primary .right > .direct-chat-text p {
  background-color: #5156be;
  color: #ffffff; }
.theme-primary .direct-chat-primary .right > .direct-chat-text:before, .theme-primary .direct-chat-primary .right > .direct-chat-text:after {
  border-left-color: #5156be; }
.theme-primary .direct-chat-info .right > .direct-chat-text p {
  background-color: #3596f7;
  color: #ffffff; }
.theme-primary .direct-chat-info .right > .direct-chat-text:before, .theme-primary .direct-chat-info .right > .direct-chat-text:after {
  border-left-color: #3596f7; }
.theme-primary .direct-chat-success .right > .direct-chat-text p {
  background-color: #05825f;
  color: #ffffff; }
.theme-primary .direct-chat-success .right > .direct-chat-text:before, .theme-primary .direct-chat-success .right > .direct-chat-text:after {
  border-left-color: #05825f; }
.theme-primary .direct-chat-danger .right > .direct-chat-text p {
  background-color: #ee3158;
  color: #ffffff; }
.theme-primary .direct-chat-danger .right > .direct-chat-text:before, .theme-primary .direct-chat-danger .right > .direct-chat-text:after {
  border-left-color: #ee3158; }
.theme-primary .direct-chat-warning .right > .direct-chat-text p {
  background-color: #ffa800;
  color: #ffffff; }
.theme-primary .direct-chat-warning .right > .direct-chat-text:before, .theme-primary .direct-chat-warning .right > .direct-chat-text:after {
  border-left-color: #ffa800; }
.theme-primary .right .direct-chat-text p {
  background-color: #5156be; }

/*---modal---*/
.theme-primary .modal-primary .modal-footer, .theme-primary .modal-primary .modal-header {
  border-color: #5156be; }
.theme-primary .modal-primary .modal-body {
  background-color: #5156be !important; }
.theme-primary .modal-info .modal-footer, .theme-primary .modal-info .modal-header {
  border-color: #3596f7; }
.theme-primary .modal-info .modal-body {
  background-color: #3596f7 !important; }
.theme-primary .modal-success .modal-footer, .theme-primary .modal-success .modal-header {
  border-color: #05825f; }
.theme-primary .modal-success .modal-body {
  background-color: #05825f !important; }
.theme-primary .modal-danger .modal-footer, .theme-primary .modal-danger .modal-header {
  border-color: #ee3158; }
.theme-primary .modal-danger .modal-body {
  background-color: #ee3158 !important; }
.theme-primary .modal-warning .modal-footer, .theme-primary .modal-warning .modal-header {
  border-color: #ffa800; }
.theme-primary .modal-warning .modal-body {
  background-color: #ffa800 !important; }

/*---border---*/
.theme-primary .border-primary {
  border-color: #5156be !important; }
.theme-primary .border-info {
  border-color: #3596f7 !important; }
.theme-primary .border-success {
  border-color: #05825f !important; }
.theme-primary .border-danger {
  border-color: #ee3158 !important; }
.theme-primary .border-warning {
  border-color: #ffa800 !important; }

/*---Background---*/
.theme-primary .bg-primary {
  background-color: #5156be !important;
  color: #ffffff; }
.theme-primary .bg-primary-light {
  background-color: #c8c9ee !important;
  color: #5156be; }
.theme-primary .bg-info {
  background-color: #3596f7 !important;
  color: #ffffff; }
.theme-primary .bg-info-light {
  background-color: #cce5ff !important;
  color: #3596f7; }
.theme-primary .bg-success {
  background-color: #05825f !important;
  color: #ffffff; }
.theme-primary .bg-success-light {
  background-color: #ebf9f5 !important;
  color: #05825f; }
.theme-primary .bg-danger {
  background-color: #ee3158 !important;
  color: #ffffff; }
.theme-primary .bg-danger-light {
  background-color: #ffd6de !important;
  color: #ee3158; }
.theme-primary .bg-warning {
  background-color: #ffa800 !important;
  color: #ffffff; }
.theme-primary .bg-warning-light {
  background-color: #fff8ea !important;
  color: #ffa800; }

/*---text---*/
.theme-primary .text-primary {
  color: #5156be !important; }
.theme-primary .text-primary-light {
  color: #c8c9ee !important; }
.theme-primary a.text-primary:hover, .theme-primary a.text-primary:focus {
  color: #5156be !important; }
.theme-primary .hover-primary:hover, .theme-primary .hover-primary:focus {
  color: #5156be !important; }
.theme-primary .text-info {
  color: #3596f7 !important; }
.theme-primary .text-info-light {
  color: #cce5ff !important; }
.theme-primary a.text-info:hover, .theme-primary a.text-info:focus {
  color: #3596f7 !important; }
.theme-primary .hover-info:hover, .theme-primary .hover-info:focus {
  color: #3596f7 !important; }
.theme-primary .text-success {
  color: #05825f !important; }
.theme-primary .text-success-light {
  color: #ebf9f5 !important; }
.theme-primary a.text-success:hover, .theme-primary a.text-success:focus {
  color: #05825f !important; }
.theme-primary .hover-success:hover, .theme-primary .hover-success:focus {
  color: #05825f !important; }
.theme-primary .text-danger {
  color: #ee3158 !important; }
.theme-primary .text-danger-light {
  color: #ffd6de !important; }
.theme-primary a.text-danger:hover, .theme-primary a.text-danger:focus {
  color: #ee3158 !important; }
.theme-primary .hover-danger:hover, .theme-primary .hover-danger:focus {
  color: #ee3158 !important; }
.theme-primary .text-warning {
  color: #ffa800 !important; }
.theme-primary .text-warning-light {
  color: #fff8ea !important; }
.theme-primary a.text-warning:hover, .theme-primary a.text-warning:focus {
  color: #ffa800 !important; }
.theme-primary .hover-warning:hover, .theme-primary .hover-warning:focus {
  color: #ffa800 !important; }

/*---active background---*/
.theme-primary .active.active-primary {
  background-color: #3c40a0 !important; }
.theme-primary .active.active-info {
  background-color: #097df0 !important; }
.theme-primary .active.active-success {
  background-color: #03513b !important; }
.theme-primary .active.active-danger {
  background-color: #da123b !important; }
.theme-primary .active.active-warning {
  background-color: #cc8600 !important; }

/*---label background---*/
.theme-primary .label-primary {
  background-color: #5156be !important; }
.theme-primary .label-info {
  background-color: #3596f7 !important; }
.theme-primary .label-success {
  background-color: #05825f !important; }
.theme-primary .label-danger {
  background-color: #ee3158 !important; }
.theme-primary .label-warning {
  background-color: #ffa800 !important; }

/*---ribbon---*/
.theme-primary .ribbon-box .ribbon-primary {
  background-color: #5156be; }
  .theme-primary .ribbon-box .ribbon-primary:before {
    border-color: #5156be transparent transparent; }
.theme-primary .ribbon-box .ribbon-two-primary span {
  background-color: #5156be; }
  .theme-primary .ribbon-box .ribbon-two-primary span:before {
    border-left: 3px solid #3c40a0;
    border-top: 3px solid #3c40a0; }
  .theme-primary .ribbon-box .ribbon-two-primary span:after {
    border-right: 3px solid #3c40a0;
    border-top: 3px solid #3c40a0; }
.theme-primary .ribbon-box .ribbon-info {
  background-color: #3596f7; }
  .theme-primary .ribbon-box .ribbon-info:before {
    border-color: #3596f7 transparent transparent; }
.theme-primary .ribbon-box .ribbon-two-info span {
  background-color: #3596f7; }
  .theme-primary .ribbon-box .ribbon-two-info span:before {
    border-left: 3px solid #097df0;
    border-top: 3px solid #097df0; }
  .theme-primary .ribbon-box .ribbon-two-info span:after {
    border-right: 3px solid #097df0;
    border-top: 3px solid #097df0; }
.theme-primary .ribbon-box .ribbon-success {
  background-color: #05825f; }
  .theme-primary .ribbon-box .ribbon-success:before {
    border-color: #05825f transparent transparent; }
.theme-primary .ribbon-box .ribbon-two-success span {
  background-color: #05825f; }
  .theme-primary .ribbon-box .ribbon-two-success span:before {
    border-left: 3px solid #03513b;
    border-top: 3px solid #03513b; }
  .theme-primary .ribbon-box .ribbon-two-success span:after {
    border-right: 3px solid #03513b;
    border-top: 3px solid #03513b; }
.theme-primary .ribbon-box .ribbon-danger {
  background-color: #ee3158; }
  .theme-primary .ribbon-box .ribbon-danger:before {
    border-color: #ee3158 transparent transparent; }
.theme-primary .ribbon-box .ribbon-two-danger span {
  background-color: #ee3158; }
  .theme-primary .ribbon-box .ribbon-two-danger span:before {
    border-left: 3px solid #da123b;
    border-top: 3px solid #da123b; }
  .theme-primary .ribbon-box .ribbon-two-danger span:after {
    border-right: 3px solid #da123b;
    border-top: 3px solid #da123b; }
.theme-primary .ribbon-box .ribbon-warning {
  background-color: #ffa800; }
  .theme-primary .ribbon-box .ribbon-warning:before {
    border-color: #ffa800 transparent transparent; }
.theme-primary .ribbon-box .ribbon-two-warning span {
  background-color: #ffa800; }
  .theme-primary .ribbon-box .ribbon-two-warning span:before {
    border-left: 3px solid #cc8600;
    border-top: 3px solid #cc8600; }
  .theme-primary .ribbon-box .ribbon-two-warning span:after {
    border-right: 3px solid #cc8600;
    border-top: 3px solid #cc8600; }

/*---Box---*/
.theme-primary .box-primary {
  background-color: #5156be !important; }
  .theme-primary .box-primary.box-bordered {
    border-color: #5156be; }
.theme-primary .box-outline-primary {
  background-color: #ffffff;
  border: 1px solid #5156be; }
.theme-primary .box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background-color: #5156be; }
  .theme-primary .box.box-solid.box-primary > .box-header .btn {
    color: #ffffff; }
  .theme-primary .box.box-solid.box-primary > .box-header > a {
    color: #ffffff; }
.theme-primary .box-info {
  background-color: #3596f7 !important; }
  .theme-primary .box-info.box-bordered {
    border-color: #3596f7; }
.theme-primary .box-outline-info {
  background-color: #ffffff;
  border: 1px solid #3596f7; }
.theme-primary .box.box-solid.box-info > .box-header {
  color: #ffffff;
  background-color: #3596f7; }
  .theme-primary .box.box-solid.box-info > .box-header .btn {
    color: #ffffff; }
  .theme-primary .box.box-solid.box-info > .box-header > a {
    color: #ffffff; }
.theme-primary .box-success {
  background-color: #05825f !important; }
  .theme-primary .box-success.box-bordered {
    border-color: #05825f; }
.theme-primary .box-outline-success {
  background-color: #ffffff;
  border: 1px solid #05825f; }
.theme-primary .box.box-solid.box-success > .box-header {
  color: #ffffff;
  background-color: #05825f; }
  .theme-primary .box.box-solid.box-success > .box-header .btn {
    color: #ffffff; }
  .theme-primary .box.box-solid.box-success > .box-header > a {
    color: #ffffff; }
.theme-primary .box-danger {
  background-color: #ee3158 !important; }
  .theme-primary .box-danger.box-bordered {
    border-color: #ee3158; }
.theme-primary .box-outline-danger {
  background-color: #ffffff;
  border: 1px solid #ee3158; }
.theme-primary .box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background-color: #ee3158; }
  .theme-primary .box.box-solid.box-danger > .box-header .btn {
    color: #ffffff; }
  .theme-primary .box.box-solid.box-danger > .box-header > a {
    color: #ffffff; }
.theme-primary .box-warning {
  background-color: #ffa800 !important; }
  .theme-primary .box-warning.box-bordered {
    border-color: #ffa800; }
.theme-primary .box-outline-warning {
  background-color: #ffffff;
  border: 1px solid #ffa800; }
.theme-primary .box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background-color: #ffa800; }
  .theme-primary .box.box-solid.box-warning > .box-header .btn {
    color: #ffffff; }
  .theme-primary .box.box-solid.box-warning > .box-header > a {
    color: #ffffff; }
.theme-primary .box-profile .social-states a:hover {
  color: #3c40a0; }
.theme-primary .box-controls li > a:hover {
  color: #3c40a0; }
.theme-primary .box-controls .dropdown.show > a {
  color: #3c40a0; }
.theme-primary .box-fullscreen .box-btn-fullscreen {
  color: #3c40a0; }

/*---progress bar---*/
.theme-primary .progress-bar-primary {
  background-color: #5156be; }
.theme-primary .progress-bar-info {
  background-color: #3596f7; }
.theme-primary .progress-bar-success {
  background-color: #05825f; }
.theme-primary .progress-bar-danger {
  background-color: #ee3158; }
.theme-primary .progress-bar-warning {
  background-color: #ffa800; }

/*---panel---*/
.theme-primary .panel-primary {
  border-color: #5156be; }
  .theme-primary .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #5156be;
    border-color: #5156be; }
    .theme-primary .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #5156be; }
    .theme-primary .panel-primary > .panel-heading .badge-pill {
      color: #5156be;
      background-color: #ffffff; }
  .theme-primary .panel-primary .panel-title, .theme-primary .panel-primary .panel-action {
    color: #ffffff; }
  .theme-primary .panel-primary .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #5156be; }
.theme-primary .panel-line.panel-primary .panel-heading {
  color: #5156be;
  border-top-color: #5156be;
  background: transparent; }
.theme-primary .panel-line.panel-primary .panel-title, .theme-primary .panel-line.panel-primary .panel-action {
  color: #5156be; }
.theme-primary .panel-info {
  border-color: #3596f7; }
  .theme-primary .panel-info > .panel-heading {
    color: #ffffff;
    background-color: #3596f7;
    border-color: #3596f7; }
    .theme-primary .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #3596f7; }
    .theme-primary .panel-info > .panel-heading .badge-pill {
      color: #3596f7;
      background-color: #ffffff; }
  .theme-primary .panel-info .panel-title, .theme-primary .panel-info .panel-action {
    color: #ffffff; }
  .theme-primary .panel-info .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #3596f7; }
.theme-primary .panel-line.panel-info .panel-heading {
  color: #3596f7;
  border-top-color: #3596f7;
  background: transparent; }
.theme-primary .panel-line.panel-info .panel-title, .theme-primary .panel-line.panel-info .panel-action {
  color: #3596f7; }
.theme-primary .panel-success {
  border-color: #05825f; }
  .theme-primary .panel-success > .panel-heading {
    color: #ffffff;
    background-color: #05825f;
    border-color: #05825f; }
    .theme-primary .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #05825f; }
    .theme-primary .panel-success > .panel-heading .badge-pill {
      color: #05825f;
      background-color: #ffffff; }
  .theme-primary .panel-success .panel-title, .theme-primary .panel-success .panel-action {
    color: #ffffff; }
  .theme-primary .panel-success .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #05825f; }
.theme-primary .panel-line.panel-success .panel-heading {
  color: #05825f;
  border-top-color: #05825f;
  background: transparent; }
.theme-primary .panel-line.panel-success .panel-title, .theme-primary .panel-line.panel-success .panel-action {
  color: #05825f; }
.theme-primary .panel-danger {
  border-color: #ee3158; }
  .theme-primary .panel-danger > .panel-heading {
    color: #ffffff;
    background-color: #ee3158;
    border-color: #ee3158; }
    .theme-primary .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ee3158; }
    .theme-primary .panel-danger > .panel-heading .badge-pill {
      color: #ee3158;
      background-color: #ffffff; }
  .theme-primary .panel-danger .panel-title, .theme-primary .panel-danger .panel-action {
    color: #ffffff; }
  .theme-primary .panel-danger .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ee3158; }
.theme-primary .panel-line.panel-danger .panel-heading {
  color: #ee3158;
  border-top-color: #ee3158;
  background: transparent; }
.theme-primary .panel-line.panel-danger .panel-title, .theme-primary .panel-line.panel-danger .panel-action {
  color: #ee3158; }
.theme-primary .panel-warning {
  border-color: #ffa800; }
  .theme-primary .panel-warning > .panel-heading {
    color: #ffffff;
    background-color: #ffa800;
    border-color: #ffa800; }
    .theme-primary .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ffa800; }
    .theme-primary .panel-warning > .panel-heading .badge-pill {
      color: #ffa800;
      background-color: #ffffff; }
  .theme-primary .panel-warning .panel-title, .theme-primary .panel-warning .panel-action {
    color: #ffffff; }
  .theme-primary .panel-warning .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ffa800; }
.theme-primary .panel-line.panel-warning .panel-heading {
  color: #ffa800;
  border-top-color: #ffa800;
  background: transparent; }
.theme-primary .panel-line.panel-warning .panel-title, .theme-primary .panel-line.panel-warning .panel-action {
  color: #ffa800; }

/*---switch---*/
.theme-primary .switch input:checked ~ .switch-indicator::after {
  background-color: #5156be; }
.theme-primary .switch.switch-primary input:checked ~ .switch-indicator::after {
  background-color: #5156be; }
.theme-primary .switch.switch-info input:checked ~ .switch-indicator::after {
  background-color: #3596f7; }
.theme-primary .switch.switch-success input:checked ~ .switch-indicator::after {
  background-color: #05825f; }
.theme-primary .switch.switch-danger input:checked ~ .switch-indicator::after {
  background-color: #ee3158; }
.theme-primary .switch.switch-warning input:checked ~ .switch-indicator::after {
  background-color: #ffa800; }

/*---badge---*/
.theme-primary .badge-primary {
  background-color: #5156be;
  color: #ffffff; }
.theme-primary .badge-primary[href]:hover, .theme-primary .badge-primary[href]:focus {
  background-color: #3c40a0; }
.theme-primary .badge-secondary {
  background-color: #e4e6ef;
  color: #172b4c; }
.theme-primary .badge-secondary[href]:hover, .theme-primary .badge-secondary[href]:focus {
  background-color: #c4c8dc; }
.theme-primary .badge-info {
  background-color: #3596f7;
  color: #ffffff; }
.theme-primary .badge-info[href]:hover, .theme-primary .badge-info[href]:focus {
  background-color: #097df0; }
.theme-primary .badge-success {
  background-color: #05825f;
  color: #ffffff; }
.theme-primary .badge-success[href]:hover, .theme-primary .badge-success[href]:focus {
  background-color: #03513b; }
.theme-primary .badge-danger {
  background-color: #ee3158;
  color: #ffffff; }
.theme-primary .badge-danger[href]:hover, .theme-primary .badge-danger[href]:focus {
  background-color: #da123b; }
.theme-primary .badge-warning {
  background-color: #ffa800;
  color: #ffffff; }
.theme-primary .badge-warning[href]:hover, .theme-primary .badge-warning[href]:focus {
  background-color: #cc8600; }

/*---badge light---*/
.theme-primary .badge-primary-light {
  background-color: #c8c9ee;
  color: #5156be; }
.theme-primary .badge-primary-light[href]:hover, .theme-primary .badge-primary-light[href]:focus {
  background-color: #a1a3e2; }
.theme-primary .badge-secondary-light {
  background-color: #e9edf2;
  color: #172b4c; }
.theme-primary .badge-secondary-light[href]:hover, .theme-primary .badge-secondary-light[href]:focus {
  background-color: #c9d3df; }
.theme-primary .badge-info-light {
  background-color: #cce5ff;
  color: #3596f7; }
.theme-primary .badge-info-light[href]:hover, .theme-primary .badge-info-light[href]:focus {
  background-color: #99cbff; }
.theme-primary .badge-success-light {
  background-color: #ebf9f5;
  color: #05825f; }
.theme-primary .badge-success-light[href]:hover, .theme-primary .badge-success-light[href]:focus {
  background-color: #c4ede1; }
.theme-primary .badge-danger-light {
  background-color: #ffd6de;
  color: #ee3158; }
.theme-primary .badge-danger-light[href]:hover, .theme-primary .badge-danger-light[href]:focus {
  background-color: #ffa3b5; }
.theme-primary .badge-warning-light {
  background-color: #fff8ea;
  color: #ffa800; }
.theme-primary .badge-warning-light[href]:hover, .theme-primary .badge-warning-light[href]:focus {
  background-color: #ffe7b7; }

/*---rating---*/
.theme-primary .rating-primary .active {
  color: #5156be; }
.theme-primary .rating-primary :checked ~ label {
  color: #5156be; }
.theme-primary .rating-primary label:hover {
  color: #5156be; }
  .theme-primary .rating-primary label:hover ~ label {
    color: #5156be; }
.theme-primary .rating-info .active {
  color: #3596f7; }
.theme-primary .rating-info :checked ~ label {
  color: #3596f7; }
.theme-primary .rating-info label:hover {
  color: #3596f7; }
  .theme-primary .rating-info label:hover ~ label {
    color: #3596f7; }
.theme-primary .rating-success .active {
  color: #05825f; }
.theme-primary .rating-success :checked ~ label {
  color: #05825f; }
.theme-primary .rating-success label:hover {
  color: #05825f; }
  .theme-primary .rating-success label:hover ~ label {
    color: #05825f; }
.theme-primary .rating-danger .active {
  color: #ee3158; }
.theme-primary .rating-danger :checked ~ label {
  color: #ee3158; }
.theme-primary .rating-danger label:hover {
  color: #ee3158; }
  .theme-primary .rating-danger label:hover ~ label {
    color: #ee3158; }
.theme-primary .rating-warning .active {
  color: #ffa800; }
.theme-primary .rating-warning :checked ~ label {
  color: #ffa800; }
.theme-primary .rating-warning label:hover {
  color: #ffa800; }
  .theme-primary .rating-warning label:hover ~ label {
    color: #ffa800; }

/*---toggler---*/
.theme-primary .toggler-primary input:checked + i {
  color: #5156be; }
.theme-primary .toggler-info input:checked + i {
  color: #3596f7; }
.theme-primary .toggler-success input:checked + i {
  color: #05825f; }
.theme-primary .toggler-danger input:checked + i {
  color: #ee3158; }
.theme-primary .toggler-warning input:checked + i {
  color: #ffa800; }

/*---nav tabs---*/
.theme-primary .nav-tabs.nav-tabs-primary .nav-link:hover, .theme-primary .nav-tabs.nav-tabs-primary .nav-link:active, .theme-primary .nav-tabs.nav-tabs-primary .nav-link:focus, .theme-primary .nav-tabs.nav-tabs-primary .nav-link.active {
  border-color: #3c40a0;
  background-color: transparent;
  color: #3c40a0; }
.theme-primary .nav-tabs.nav-tabs-info .nav-link:hover, .theme-primary .nav-tabs.nav-tabs-info .nav-link:active, .theme-primary .nav-tabs.nav-tabs-info .nav-link:focus, .theme-primary .nav-tabs.nav-tabs-info .nav-link.active {
  border-color: #097df0;
  background-color: #3596f7;
  color: #ffffff; }
.theme-primary .nav-tabs.nav-tabs-success .nav-link:hover, .theme-primary .nav-tabs.nav-tabs-success .nav-link:active, .theme-primary .nav-tabs.nav-tabs-success .nav-link:focus, .theme-primary .nav-tabs.nav-tabs-success .nav-link.active {
  border-color: #03513b;
  background-color: transparent;
  color: #03513b; }
.theme-primary .nav-tabs.nav-tabs-danger .nav-link:hover, .theme-primary .nav-tabs.nav-tabs-danger .nav-link:active, .theme-primary .nav-tabs.nav-tabs-danger .nav-link:focus, .theme-primary .nav-tabs.nav-tabs-danger .nav-link.active {
  border-color: #da123b;
  background-color: transparent;
  color: #da123b; }
.theme-primary .nav-tabs.nav-tabs-warning .nav-link:hover, .theme-primary .nav-tabs.nav-tabs-warning .nav-link:active, .theme-primary .nav-tabs.nav-tabs-warning .nav-link:focus, .theme-primary .nav-tabs.nav-tabs-warning .nav-link.active {
  border-color: #cc8600;
  background-color: transparent;
  color: #cc8600; }
.theme-primary .nav-tabs-custom.tab-primary > .nav-tabs > li a.active {
  border-top-color: #3c40a0; }
.theme-primary .nav-tabs-custom.tab-info > .nav-tabs > li a.active {
  border-top-color: #097df0; }
.theme-primary .nav-tabs-custom.tab-success > .nav-tabs > li a.active {
  border-top-color: #03513b; }
.theme-primary .nav-tabs-custom.tab-danger > .nav-tabs > li a.active {
  border-top-color: #da123b; }
.theme-primary .nav-tabs-custom.tab-warning > .nav-tabs > li a.active {
  border-top-color: #cc8600; }
.theme-primary .nav-tabs .nav-link.active {
  border-bottom-color: #5156be;
  background-color: #5156be;
  color: #ffffff; }
  .theme-primary .nav-tabs .nav-link.active:hover, .theme-primary .nav-tabs .nav-link.active:focus {
    border-bottom-color: #5156be;
    background-color: #5156be;
    color: #ffffff; }
.theme-primary .nav-tabs .nav-item.open .nav-link {
  border-bottom-color: #5156be;
  background-color: #5156be; }
  .theme-primary .nav-tabs .nav-item.open .nav-link:hover, .theme-primary .nav-tabs .nav-item.open .nav-link:focus {
    border-bottom-color: #5156be;
    background-color: #5156be; }

/*---todo---*/
.theme-primary .todo-list .primary {
  border-left-color: #5156be; }
.theme-primary .todo-list .info {
  border-left-color: #5156be; }
.theme-primary .todo-list .success {
  border-left-color: #05825f; }
.theme-primary .todo-list .danger {
  border-left-color: #ee3158; }
.theme-primary .todo-list .warning {
  border-left-color: #ffa800; }

/*---timeline---*/
.theme-primary .timeline .timeline-item > .timeline-event.timeline-event-primary {
  background-color: #5156be;
  border: 1px solid #5156be;
  color: #ffffff; }
  .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-primary:before, .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-primary:after {
    border-left-color: #5156be;
    border-right-color: #5156be; }
  .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-primary * {
    color: inherit; }
.theme-primary .timeline .timeline-item > .timeline-event.timeline-event-info {
  background-color: #3596f7;
  border: 1px solid #3596f7;
  color: #ffffff; }
  .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-info:before, .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-info:after {
    border-left-color: #3596f7;
    border-right-color: #3596f7; }
  .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-info * {
    color: inherit; }
.theme-primary .timeline .timeline-item > .timeline-event.timeline-event-success {
  background-color: #05825f;
  border: 1px solid #05825f;
  color: #ffffff; }
  .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-success:before, .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-success:after {
    border-left-color: #05825f;
    border-right-color: #05825f; }
  .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-success * {
    color: inherit; }
.theme-primary .timeline .timeline-item > .timeline-event.timeline-event-danger {
  background-color: #ee3158;
  border: 1px solid #ee3158;
  color: #ffffff; }
  .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-danger:before, .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-danger:after {
    border-left-color: #ee3158;
    border-right-color: #ee3158; }
  .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-danger * {
    color: inherit; }
.theme-primary .timeline .timeline-item > .timeline-event.timeline-event-warning {
  background-color: #ffa800;
  border: 1px solid #ffa800;
  color: #ffffff; }
  .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-warning:before, .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-warning:after {
    border-left-color: #ffa800;
    border-right-color: #ffa800; }
  .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-warning * {
    color: inherit; }
.theme-primary .timeline .timeline-item > .timeline-point.timeline-point-primary {
  color: #5156be;
  background-color: #ffffff; }
.theme-primary .timeline .timeline-item > .timeline-point.timeline-point-info {
  color: #3596f7;
  background-color: #ffffff; }
.theme-primary .timeline .timeline-item > .timeline-point.timeline-point-success {
  color: #05825f;
  background-color: #ffffff; }
.theme-primary .timeline .timeline-item > .timeline-point.timeline-point-danger {
  color: #ee3158;
  background-color: #ffffff; }
.theme-primary .timeline .timeline-item > .timeline-point.timeline-point-warning {
  color: #ffa800;
  background-color: #ffffff; }
.theme-primary .timeline .timeline-label .label-primary {
  background-color: #5156be; }
.theme-primary .timeline .timeline-label .label-info {
  background-color: #3596f7; }
.theme-primary .timeline .timeline-label .label-success {
  background-color: #05825f; }
.theme-primary .timeline .timeline-label .label-danger {
  background-color: #ee3158; }
.theme-primary .timeline .timeline-label .label-warning {
  background-color: #ffa800; }
.theme-primary .timeline__year, .theme-primary .timeline5:before, .theme-primary .timeline__box:before, .theme-primary .timeline__date {
  background-color: #5156be; }
.theme-primary .timeline__post {
  border-left: 3px solid #5156be; }

/*---daterangepicker---*/
.theme-primary .daterangepicker td.active {
  background-color: #5156be; }
  .theme-primary .daterangepicker td.active:hover {
    background-color: #5156be; }
.theme-primary .daterangepicker .input-mini.active {
  border: 1px solid #5156be; }
.theme-primary .ranges li:hover, .theme-primary .ranges li:active, .theme-primary .ranges li.active {
  border: 1px solid #5156be;
  background-color: #5156be; }

/*---control-sidebar---*/
.theme-primary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hover, .theme-primary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:active, .theme-primary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-color: #5156be;
  color: #5156be; }
.theme-primary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active {
  border-color: #5156be;
  color: #5156be; }
  .theme-primary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:hover, .theme-primary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:active, .theme-primary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:focus {
    border-color: #5156be;
    color: #5156be; }
.theme-primary .control-sidebar .rpanel-title .btn:hover {
  color: #5156be; }

/*---nav---*/
.theme-primary .nav > li > a:hover, .theme-primary .nav > li > a:active, .theme-primary .nav > li > a:focus {
  color: #5156be; }
.theme-primary .nav-pills > li > a.active {
  border-top-color: #5156be;
  background-color: #5156be !important;
  color: #ffffff; }
  .theme-primary .nav-pills > li > a.active:hover, .theme-primary .nav-pills > li > a.active:focus {
    border-top-color: #5156be;
    background-color: #5156be !important;
    color: #ffffff; }
.theme-primary .mailbox-nav .nav-pills > li > a:hover, .theme-primary .mailbox-nav .nav-pills > li > a:focus {
  border-color: #5156be; }
.theme-primary .mailbox-nav .nav-pills > li > a.active {
  border-color: #5156be; }
  .theme-primary .mailbox-nav .nav-pills > li > a.active:hover, .theme-primary .mailbox-nav .nav-pills > li > a.active:focus {
    border-color: #5156be; }
.theme-primary .nav-tabs-custom > .nav-tabs > li a.active {
  border-top-color: #5156be; }
.theme-primary .profile-tab li a.nav-link.active {
  border-bottom: 2px solid #5156be; }
.theme-primary .customtab li a.nav-link.active {
  border-bottom: 2px solid #5156be; }

/*---form-element---*/
.theme-primary .form-element .input-group .input-group-addon {
  background-image: linear-gradient(45deg, #5156be, #3596f7), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-primary .form-element .form-control {
  background-image: linear-gradient(45deg, #5156be, #3596f7), linear-gradient(#3b6dc1, #3b6dc1); }
  .theme-primary .form-element .form-control:focus {
    background-image: linear-gradient(45deg, #5156be, #3596f7), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-primary .form-control:focus {
  border-color: #5156be; }
.theme-primary [type=checkbox]:checked.chk-col-primary + label:before {
  border-right: 2px solid #5156be;
  border-bottom: 2px solid #5156be; }
.theme-primary [type=checkbox]:checked.chk-col-info + label:before {
  border-right: 2px solid #3596f7;
  border-bottom: 2px solid #3596f7; }
.theme-primary [type=checkbox]:checked.chk-col-success + label:before {
  border-right: 2px solid #05825f;
  border-bottom: 2px solid #05825f; }
.theme-primary [type=checkbox]:checked.chk-col-danger + label:before {
  border-right: 2px solid #ee3158;
  border-bottom: 2px solid #ee3158; }
.theme-primary [type=checkbox]:checked.chk-col-warning + label:before {
  border-right: 2px solid #ffa800;
  border-bottom: 2px solid #ffa800; }
.theme-primary [type=checkbox].filled-in:checked.chk-col-primary + label:after {
  border: 2px solid #5156be;
  background-color: #5156be; }
.theme-primary [type=checkbox].filled-in:checked.chk-col-info + label:after {
  border: 2px solid #3596f7;
  background-color: #3596f7; }
.theme-primary [type=checkbox].filled-in:checked.chk-col-success + label:after {
  border: 2px solid #05825f;
  background-color: #05825f; }
.theme-primary [type=checkbox].filled-in:checked.chk-col-danger + label:after {
  border: 2px solid #ee3158;
  background-color: #ee3158; }
.theme-primary [type=checkbox].filled-in:checked.chk-col-warning + label:after {
  border: 2px solid #ffa800;
  background-color: #ffa800; }
.theme-primary [type=radio].radio-col-primary:checked + label:after {
  background-color: #5156be;
  border-color: #5156be;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].with-gap.radio-col-primary:checked + label:before {
  border: 2px solid #5156be;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].with-gap.radio-col-primary:checked + label:after {
  background-color: #5156be;
  border: 2px solid #5156be;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].radio-col-info:checked + label:after {
  background-color: #3596f7;
  border-color: #3596f7;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].with-gap.radio-col-info:checked + label:before {
  border: 2px solid #3596f7;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].with-gap.radio-col-info:checked + label:after {
  background-color: #3596f7;
  border: 2px solid #3596f7;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].radio-col-success:checked + label:after {
  background-color: #05825f;
  border-color: #05825f;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].with-gap.radio-col-success:checked + label:before {
  border: 2px solid #05825f;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].with-gap.radio-col-success:checked + label:after {
  background-color: #05825f;
  border: 2px solid #05825f;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].radio-col-danger:checked + label:after {
  background-color: #ee3158;
  border-color: #ee3158;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].with-gap.radio-col-danger:checked + label:before {
  border: 2px solid #ee3158;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].with-gap.radio-col-danger:checked + label:after {
  background-color: #ee3158;
  border: 2px solid #ee3158;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].radio-col-warning:checked + label:after {
  background-color: #ffa800;
  border-color: #ffa800;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].with-gap.radio-col-warning:checked + label:before {
  border: 2px solid #ffa800;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].with-gap.radio-col-warning:checked + label:after {
  background-color: #ffa800;
  border: 2px solid #ffa800;
  animation: ripple .2s linear forwards; }
.theme-primary [type=checkbox]:checked + label:before {
  border-right: 2px solid #5156be;
  border-bottom: 2px solid #5156be; }
.theme-primary [type=checkbox].filled-in:checked + label:after {
  border: 2px solid #5156be;
  background-color: #5156be; }
.theme-primary [type=radio].with-gap:checked + label:before, .theme-primary [type=radio].with-gap:checked + label:after {
  border: 2px solid #5156be; }
.theme-primary [type=radio].with-gap:checked + label:after {
  background-color: #5156be;
  z-index: 0; }
.theme-primary [type=radio]:checked + label:after {
  border: 2px solid #5156be;
  background-color: #5156be;
  z-index: 0; }
.theme-primary [type=checkbox].filled-in.tabbed:checked:focus + label:after {
  border-color: #5156be;
  background-color: #5156be; }

/*---Calender---*/
.theme-primary .fx-element-overlay .fx-card-item .fx-card-content a:hover {
  color: #5156be; }
.theme-primary .fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li a:hover {
  background: #5156be;
  border-color: #5156be; }
.theme-primary .fc-event, .theme-primary .calendar-event {
  background: #5156be; }

/*---Tabs---*/
.theme-primary .tabs-vertical li .nav-link:hover, .theme-primary .tabs-vertical li .nav-link:active, .theme-primary .tabs-vertical li .nav-link:focus, .theme-primary .tabs-vertical li .nav-link.active {
  background-color: #5156be;
  color: #ffffff; }
.theme-primary .customvtab .tabs-vertical li .nav-link:hover, .theme-primary .customvtab .tabs-vertical li .nav-link:active, .theme-primary .customvtab .tabs-vertical li .nav-link:focus, .theme-primary .customvtab .tabs-vertical li .nav-link.active {
  border-right: 2px solid #5156be;
  color: #5156be; }
.theme-primary .customtab2 li a.nav-link:hover, .theme-primary .customtab2 li a.nav-link:active, .theme-primary .customtab2 li a.nav-link.active {
  background-color: #5156be; }

.rtl.theme-primary .customvtab .tabs-vertical li .nav-link:hover, .rtl.theme-primary .customvtab .tabs-vertical li .nav-link:active, .rtl.theme-primary .customvtab .tabs-vertical li .nav-link:focus, .rtl.theme-primary .customvtab .tabs-vertical li .nav-link.active {
  border-right: none;
  border-left: 2px solid #5156be; }

/*---Notification---*/
.theme-primary .jq-icon-primary {
  background-color: #5156be;
  color: #ffffff;
  border-color: #5156be; }
.theme-primary .jq-icon-info {
  background-color: #3596f7;
  color: #ffffff;
  border-color: #3596f7; }
.theme-primary .jq-icon-success {
  background-color: #05825f;
  color: #ffffff;
  border-color: #5156be; }
.theme-primary .jq-icon-error {
  background-color: #ee3158;
  color: #ffffff;
  border-color: #ee3158; }
.theme-primary .jq-icon-danger {
  background-color: #ee3158;
  color: #ffffff;
  border-color: #ee3158; }
.theme-primary .jq-icon-warning {
  background-color: #ffa800;
  color: #ffffff;
  border-color: #ffa800; }

/*---avatar---*/
.theme-primary .avatar.status-primary::after {
  background-color: #5156be; }
.theme-primary .avatar.status-info::after {
  background-color: #3596f7; }
.theme-primary .avatar.status-success::after {
  background-color: #05825f; }
.theme-primary .avatar.status-danger::after {
  background-color: #ee3158; }
.theme-primary .avatar.status-warning::after {
  background-color: #ffa800; }
.theme-primary .avatar[class*='status-']::after {
  background-color: #5156be; }
.theme-primary .avatar-add:hover {
  background-color: #3c40a0;
  border-color: #3c40a0; }

/*---media---*/
.theme-primary .media-chat.media-chat-reverse .media-body p {
  background-color: #5156be; }
.theme-primary .media-right-out a:hover {
  color: #3c40a0; }

/*---control---*/
.theme-primary .control input:checked:focus ~ .control_indicator {
  background-color: #5156be; }
.theme-primary .control input:checked ~ .control_indicator {
  background-color: #5156be; }
.theme-primary .control:hover input:not([disabled]):checked ~ .control_indicator {
  background-color: #5156be; }

/*---flex---*/
.theme-primary .flex-column > li > a.nav-link.active {
  border-left-color: #5156be; }
  .theme-primary .flex-column > li > a.nav-link.active:hover {
    border-left-color: #5156be; }

/*---pagination---*/
.theme-primary .pagination li a.current {
  border: 1px solid #5156be;
  background-color: #5156be; }
  .theme-primary .pagination li a.current:hover {
    border: 1px solid #5156be;
    background-color: #5156be; }
.theme-primary .pagination li a:hover {
  border: 1px solid #3c40a0;
  background-color: #3c40a0 !important; }
.theme-primary .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 1px solid #5156be;
  background-color: #5156be; }
  .theme-primary .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #5156be;
    background-color: #5156be; }
.theme-primary .paging_simple_numbers .pagination .paginate_button.active a {
  background-color: #5156be; }
.theme-primary .paging_simple_numbers .pagination .paginate_button:hover a {
  background-color: #5156be; }
.theme-primary .footable .pagination li a:hover, .theme-primary .footable .pagination li a:active, .theme-primary .footable .pagination li a.active {
  background-color: #5156be; }

/*---dataTables---*/
.theme-primary .dt-buttons .dt-button {
  background-color: #5156be; }

/*---select2---*/
.theme-primary .select2-container--default.select2-container--open {
  border-color: #5156be; }
.theme-primary .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5156be; }
.theme-primary .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #5156be !important; }
.theme-primary .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #5156be !important; }
.theme-primary .select2-container--default .select2-selection--multiple:focus {
  border-color: #5156be !important; }
.theme-primary .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #5156be;
  border-color: #5156be; }

/*---Other---*/
.theme-primary .myadmin-dd .dd-list .dd-list .dd-handle:hover {
  color: #3c40a0; }
.theme-primary .myadmin-dd-empty .dd-list .dd3-handle:hover {
  color: #3c40a0; }
.theme-primary .myadmin-dd-empty .dd-list .dd3-content:hover {
  color: #3c40a0; }
.theme-primary [data-overlay-primary]::before {
  background: #3c40a0; }

/*---wizard---*/
.theme-primary .wizard-content .wizard > .steps > ul > li.current {
  border: 2px solid #5156be;
  background-color: #5156be; }
.theme-primary .wizard-content .wizard > .steps > ul > li.done {
  border-color: #3c40a0;
  background-color: #3c40a0; }
.theme-primary .wizard-content .wizard > .actions > ul > li > a {
  background-color: #5156be; }
.theme-primary .wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  background-color: #5156be; }
.theme-primary .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  background-color: #5156be; }
.theme-primary .wizard-content .wizard.wizard-notification > .steps > ul > li:after {
  background-color: #5156be; }
.theme-primary .wizard-content .wizard.wizard-notification > .steps > ul > li:before {
  background-color: #5156be; }
.theme-primary .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
  border: 2px solid #5156be;
  color: #5156be; }
  .theme-primary .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step:after {
    border-top-color: #5156be; }
.theme-primary .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
  border-top-color: #5156be; }

@media (max-width: 767px) {
  .theme-primary .wizard-content .wizard > .steps > ul > li:last-child:after {
    background-color: #5156be; } }
@media (max-width: 575px) {
  .theme-primary .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #5156be; } }
/*---slider---*/
.theme-primary #primary .slider-selection {
  background-color: #5156be; }
.theme-primary #info .slider-selection {
  background-color: #3596f7; }
.theme-primary #success .slider-selection {
  background-color: #05825f; }
.theme-primary #danger .slider-selection {
  background-color: #ee3158; }
.theme-primary #warning .slider-selection {
  background-color: #ffa800; }

/*---horizontal-timeline---*/
.theme-primary .cd-horizontal-timeline .events a.selected::after {
  background: #5156be;
  border-color: #5156be; }
.theme-primary .cd-horizontal-timeline .events a.older-event::after {
  border-color: #5156be; }
.theme-primary .cd-horizontal-timeline .filling-line {
  background: #5156be; }
.theme-primary .cd-horizontal-timeline a {
  color: #5156be; }
  .theme-primary .cd-horizontal-timeline a:hover, .theme-primary .cd-horizontal-timeline a:focus {
    color: #5156be; }
.theme-primary .cd-timeline-navigation a:hover, .theme-primary .cd-timeline-navigation a:focus {
  border-color: #5156be; }

/**************************************
Theme Secondary Color
**************************************/
.bg-gradient-secondary, .theme-secondary .bg-gradient-secondary, .theme-secondary .art-bg {
  background: linear-gradient(45deg, #e4e6ef, #3596f7); }

.bg-light-body {
  background: transparent; }

.theme-secondary.fixed .main-header {
  background: #ffffff; }
.theme-secondary .main-header {
  background: #ffffff; }

.theme-secondary.onlyheader .art-bg {
  background-image: none; }

.bg-gradient-secondary-dark, .dark-skin.theme-secondary .bg-gradient-secondary, .dark-skin.theme-secondary .art-bg {
  background-image: linear-gradient(45deg, #a4abc9, #0863be); }

.bg-dark-body {
  background: #0c1a32; }

.dark-skin.theme-secondary.fixed .main-header {
  background: #15243e; }
.dark-skin.theme-secondary .main-header {
  background: #15243e; }

@media (max-width: 767px) {
  .theme-secondary.fixed .main-header {
    background-image: #e4e6ef; }
    .theme-secondary.fixed .main-header.navbar {
      background: none; }

  .dark-skin.theme-secondary.fixed .main-header {
    background-image: #0c1a32; } }
.theme-secondary a:hover, .theme-secondary a:active, .theme-secondary a:focus {
  color: #e4e6ef; }
.theme-secondary .main-sidebar .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-secondary .main-sidebar .svg-icon:hover, .theme-secondary .main-sidebar .svg-icon:active, .theme-secondary .main-sidebar .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-secondary .main-sidebar a:hover .svg-icon, .theme-secondary .main-sidebar a:active .svg-icon, .theme-secondary .main-sidebar a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-secondary .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-secondary .svg-icon:hover, .theme-secondary .svg-icon:active, .theme-secondary .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-secondary a:hover .svg-icon, .theme-secondary a:active .svg-icon, .theme-secondary a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }

.theme-secondary.light-skin .sidebar-menu > li.active.treeview > a {
  background-color: transparent;
  color: #e4e6ef !important; }
  .theme-secondary.light-skin .sidebar-menu > li.active.treeview > a > i {
    color: #e4e6ef; }
  .theme-secondary.light-skin .sidebar-menu > li.active.treeview > a > svg {
    color: #e4e6ef;
    fill: rgba(1, 104, 250, 0.2); }
  .theme-secondary.light-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-secondary.light-skin .sidebar-menu > li.treeview .treeview-menu li a {
  color: #5C607B; }
.theme-secondary.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #e4e6ef !important; }
.theme-secondary.dark-skin .sidebar-menu > li.active > a:after {
  border-color: transparent #333333 transparent transparent !important; }
.theme-secondary.dark-skin .sidebar-menu > li.active.treeview > a {
  background-color: #0c1a32;
  color: #ffffff !important; }
  .theme-secondary.dark-skin .sidebar-menu > li.active.treeview > a > i {
    color: #ffffff; }
  .theme-secondary.dark-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-secondary.dark-skin .sidebar-menu > li.active.treeview .treeview-menu li a {
  color: #b5b5c3; }
.theme-secondary.dark-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #e4e6ef !important; }
.theme-secondary.light-skin .sidebar-menu li a:hover {
  color: #e4e6ef !important; }
.theme-secondary.light-skin .sidebar-menu > li:hover, .theme-secondary.light-skin .sidebar-menu > li:active, .theme-secondary.light-skin .sidebar-menu > li.active {
  background-color: rgba(228, 230, 239, 0);
  color: #e4e6ef;
  border-left: 0px solid rgba(228, 230, 239, 0); }
  .theme-secondary.light-skin .sidebar-menu > li:hover > a, .theme-secondary.light-skin .sidebar-menu > li:active > a, .theme-secondary.light-skin .sidebar-menu > li.active > a {
    background-color: transparent; }
  .theme-secondary.light-skin .sidebar-menu > li:hover a, .theme-secondary.light-skin .sidebar-menu > li:active a, .theme-secondary.light-skin .sidebar-menu > li.active a {
    color: #e4e6ef; }
    .theme-secondary.light-skin .sidebar-menu > li:hover a > i, .theme-secondary.light-skin .sidebar-menu > li:active a > i, .theme-secondary.light-skin .sidebar-menu > li.active a > i {
      color: #5C607B;
      background-color: rgba(228, 230, 239, 0); }
    .theme-secondary.light-skin .sidebar-menu > li:hover a > svg, .theme-secondary.light-skin .sidebar-menu > li:active a > svg, .theme-secondary.light-skin .sidebar-menu > li.active a > svg {
      color: #e4e6ef;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-secondary.light-skin .sidebar-menu > li:hover a img.svg-icon, .theme-secondary.light-skin .sidebar-menu > li:active a img.svg-icon, .theme-secondary.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-secondary.light-skin .sidebar-menu > li.active {
  background-color: rgba(228, 230, 239, 0);
  color: #e4e6ef;
  border-left: 0px solid #e4e6ef; }
  .theme-secondary.light-skin .sidebar-menu > li.active > a {
    background-color: transparent; }
  .theme-secondary.light-skin .sidebar-menu > li.active a {
    color: #e4e6ef; }
    .theme-secondary.light-skin .sidebar-menu > li.active a > i {
      color: #e4e6ef;
      background-color: rgba(228, 230, 239, 0); }
    .theme-secondary.light-skin .sidebar-menu > li.active a > svg {
      color: #e4e6ef;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-secondary.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(228, 230, 239, 0);
    color: #e4e6ef; }
    .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.active a {
      color: #e4e6ef; }
      .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.active a > i {
        color: #e4e6ef;
        background-color: rgba(228, 230, 239, 0); }
  .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li a > i {
    color: #5C607B;
    background-color: rgba(228, 230, 239, 0); }
  .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active {
    background-color: rgba(228, 230, 239, 0);
    color: #e4e6ef; }
    .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a {
      color: #e4e6ef; }
      .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a > i {
        color: #e4e6ef;
        background-color: rgba(228, 230, 239, 0); }
  .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active {
    background-color: rgba(228, 230, 239, 0);
    color: #e4e6ef; }
    .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active > a {
      color: #e4e6ef; }
      .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active > a > i {
        color: #e4e6ef;
        background-color: rgba(228, 230, 239, 0); }
  .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a {
    color: #172b4c; }
    .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a > i {
      color: #172b4c;
      background-color: rgba(228, 230, 239, 0); }
.theme-secondary.rtl.light-skin .sidebar-menu > li.active {
  border-left: 0px solid #e4e6ef;
  border-right: 0px solid #e4e6ef; }
.theme-secondary.dark-skin .sidebar-menu li a:hover {
  color: #e4e6ef !important; }
.theme-secondary.dark-skin .sidebar-menu > li:hover > a, .theme-secondary.dark-skin .sidebar-menu > li:active > a, .theme-secondary.dark-skin .sidebar-menu > li.active > a {
  background-color: #0c1a32; }
.theme-secondary.dark-skin .sidebar-menu > li.active {
  background-color: rgba(228, 230, 239, 0);
  color: white;
  border-left: 0px solid #e4e6ef; }
  .theme-secondary.dark-skin .sidebar-menu > li.active > a {
    background-color: #0c1a32; }
  .theme-secondary.dark-skin .sidebar-menu > li.active a {
    color: white; }
    .theme-secondary.dark-skin .sidebar-menu > li.active a > i {
      color: white; }
    .theme-secondary.dark-skin .sidebar-menu > li.active a > svg {
      color: #ffffff;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-secondary.dark-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-secondary.dark-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(228, 230, 239, 0);
    color: white; }
    .theme-secondary.dark-skin .sidebar-menu > li.active .treeview-menu li.active > a {
      color: white !important; }
.theme-secondary.rtl.dark-skin .sidebar-menu > li.active {
  border-left: 0px solid #e4e6ef;
  border-right: 0px solid #e4e6ef; }

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li.active.menu-open {
    background-color: rgba(228, 230, 239, 0.2);
    color: #e4e6ef; } }
/*---Main Nav---*/
.theme-secondary .sm-blue li.current > a, .theme-secondary .sm-blue li.highlighted > a {
  background: #e4e6ef;
  color: #ffffff !important; }
  .theme-secondary .sm-blue li.current > a:hover, .theme-secondary .sm-blue li.current > a:active, .theme-secondary .sm-blue li.current > a:focus, .theme-secondary .sm-blue li.highlighted > a:hover, .theme-secondary .sm-blue li.highlighted > a:active, .theme-secondary .sm-blue li.highlighted > a:focus {
    background: #e4e6ef;
    color: #ffffff !important; }
.theme-secondary .sm-blue a.current, .theme-secondary .sm-blue a.highlighted {
  background: #e4e6ef;
  color: #ffffff !important; }
.theme-secondary .sm-blue a:hover, .theme-secondary .sm-blue a:active, .theme-secondary .sm-blue a:focus {
  background: #e4e6ef;
  color: #ffffff !important; }
.theme-secondary .sm-blue ul a:hover, .theme-secondary .sm-blue ul a:active, .theme-secondary .sm-blue ul a:focus {
  background: #ebedf3;
  color: #e4e6ef !important; }
.theme-secondary .sm-blue ul a.highlighted {
  background: #ebedf3;
  color: #e4e6ef !important; }

.dark-skin.theme-secondary .sm-blue a.current, .dark-skin.theme-secondary .sm-blue a.highlighted {
  background: #e4e6ef;
  color: #ffffff !important; }
.dark-skin.theme-secondary .sm-blue a:hover, .dark-skin.theme-secondary .sm-blue a:active, .dark-skin.theme-secondary .sm-blue a:focus {
  background: #e4e6ef;
  color: #ffffff !important; }
.dark-skin.theme-secondary .sm-blue ul a:hover, .dark-skin.theme-secondary .sm-blue ul a:active, .dark-skin.theme-secondary .sm-blue ul a:focus {
  background: #29354b;
  color: #e4e6ef !important; }
.dark-skin.theme-secondary .sm-blue ul a.highlighted {
  background: #29354b;
  color: #e4e6ef !important; }

/*---Primary Button---*/
.theme-secondary .btn-link {
  color: #e4e6ef; }
.theme-secondary .btn-primary {
  background-color: #e4e6ef;
  border-color: #e4e6ef;
  color: #ffffff; }
  .theme-secondary .btn-primary:hover, .theme-secondary .btn-primary:active, .theme-secondary .btn-primary:focus, .theme-secondary .btn-primary.active {
    background-color: #c4c8dc !important;
    border-color: #c4c8dc !important;
    color: #ffffff !important; }
  .theme-secondary .btn-primary:disabled {
    background-color: white;
    border-color: #e4e6ef;
    opacity: 0.5; }
  .theme-secondary .btn-primary.disabled {
    background-color: white;
    border-color: #e4e6ef;
    opacity: 0.5; }
.theme-secondary .show > .btn-primary.dropdown-toggle {
  background-color: #c4c8dc !important;
  border-color: #c4c8dc !important;
  color: #ffffff; }
.theme-secondary .btn-outline.btn-primary {
  color: #e4e6ef;
  background-color: transparent;
  border-color: #e4e6ef !important; }
  .theme-secondary .btn-outline.btn-primary:hover, .theme-secondary .btn-outline.btn-primary:active, .theme-secondary .btn-outline.btn-primary.active {
    background-color: #c4c8dc !important;
    border-color: #c4c8dc !important;
    color: #ffffff !important; }
.theme-secondary .show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #c4c8dc !important;
  border-color: #c4c8dc !important;
  color: #ffffff; }
.theme-secondary .btn-flat.btn-primary {
  color: #e4e6ef !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-secondary .btn-flat.btn-primary:hover, .theme-secondary .btn-flat.btn-primary:active, .theme-secondary .btn-flat.btn-primary.active {
    background-color: #c4c8dc !important;
    border-color: #c4c8dc !important;
    color: #ffffff !important; }

/*---info Button---*/
.theme-secondary .btn-info {
  background-color: #3596f7;
  border-color: #3596f7;
  color: #ffffff; }
  .theme-secondary .btn-info:hover, .theme-secondary .btn-info:active, .theme-secondary .btn-info:focus, .theme-secondary .btn-info.active {
    background-color: #097df0 !important;
    border-color: #097df0 !important;
    color: #ffffff !important; }
  .theme-secondary .btn-info:disabled {
    background-color: #97c9fb;
    border-color: #3596f7;
    opacity: 0.5; }
  .theme-secondary .btn-info.disabled {
    background-color: #97c9fb;
    border-color: #3596f7;
    opacity: 0.5; }
.theme-secondary .show > .btn-info.dropdown-toggle {
  background-color: #097df0 !important;
  border-color: #097df0 !important;
  color: #ffffff; }
.theme-secondary .btn-outline.btn-info {
  color: #3596f7;
  background-color: transparent;
  border-color: #3596f7 !important; }
  .theme-secondary .btn-outline.btn-info:hover, .theme-secondary .btn-outline.btn-info:active, .theme-secondary .btn-outline.btn-info.active {
    background-color: #097df0 !important;
    border-color: #097df0 !important;
    color: #ffffff !important; }
.theme-secondary .show > .btn-outline.btn-info.dropdown-toggle {
  background-color: #097df0 !important;
  border-color: #097df0 !important;
  color: #ffffff; }
.theme-secondary .btn-flat.btn-info {
  color: #3596f7 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-secondary .btn-flat.btn-info:hover, .theme-secondary .btn-flat.btn-info:active, .theme-secondary .btn-flat.btn-info.active {
    background-color: #097df0 !important;
    border-color: #097df0 !important;
    color: #ffffff !important; }

/*---Success Button---*/
.theme-secondary .btn-success {
  background-color: #05825f;
  border-color: #05825f;
  color: #ffffff; }
  .theme-secondary .btn-success:hover, .theme-secondary .btn-success:active, .theme-secondary .btn-success:focus, .theme-secondary .btn-success.active {
    background-color: #03513b !important;
    border-color: #03513b !important;
    color: #ffffff !important; }
  .theme-secondary .btn-success:disabled {
    background-color: #09e4a7;
    border-color: #05825f;
    opacity: 0.5; }
  .theme-secondary .btn-success.disabled {
    background-color: #09e4a7;
    border-color: #05825f;
    opacity: 0.5; }
.theme-secondary .show > .btn-success.dropdown-toggle {
  background-color: #03513b !important;
  border-color: #03513b !important;
  color: #ffffff; }
.theme-secondary .btn-outline.btn-success {
  color: #05825f;
  background-color: transparent;
  border-color: #05825f !important; }
  .theme-secondary .btn-outline.btn-success:hover, .theme-secondary .btn-outline.btn-success:active, .theme-secondary .btn-outline.btn-success.active {
    background-color: #03513b !important;
    border-color: #03513b !important;
    color: #ffffff !important; }
.theme-secondary .show > .btn-outline.btn-success.dropdown-toggle {
  background-color: #03513b !important;
  border-color: #03513b !important;
  color: #ffffff; }
.theme-secondary .btn-flat.btn-success {
  color: #05825f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-secondary .btn-flat.btn-success:hover, .theme-secondary .btn-flat.btn-success:active, .theme-secondary .btn-flat.btn-success.active {
    background-color: #03513b !important;
    border-color: #03513b !important;
    color: #ffffff !important; }

/*---Danger Button---*/
.theme-secondary .btn-danger {
  background-color: #ee3158;
  border-color: #ee3158;
  color: #ffffff; }
  .theme-secondary .btn-danger:hover, .theme-secondary .btn-danger:active, .theme-secondary .btn-danger:focus, .theme-secondary .btn-danger.active {
    background-color: #da123b !important;
    border-color: #da123b !important;
    color: #ffffff !important; }
  .theme-secondary .btn-danger:disabled {
    background-color: #f68fa4;
    border-color: #ee3158;
    opacity: 0.5; }
  .theme-secondary .btn-danger.disabled {
    background-color: #f68fa4;
    border-color: #ee3158;
    opacity: 0.5; }
.theme-secondary .show > .btn-danger.dropdown-toggle {
  background-color: #da123b !important;
  border-color: #da123b !important;
  color: #ffffff; }
.theme-secondary .btn-outline.btn-danger {
  color: #ee3158;
  background-color: transparent;
  border-color: #ee3158 !important; }
  .theme-secondary .btn-outline.btn-danger:hover, .theme-secondary .btn-outline.btn-danger:active, .theme-secondary .btn-outline.btn-danger.active {
    background-color: #da123b !important;
    border-color: #da123b !important;
    color: #ffffff !important; }
.theme-secondary .show > .btn-outline.btn-danger.dropdown-toggle {
  background-color: #da123b !important;
  border-color: #da123b !important;
  color: #ffffff; }
.theme-secondary .btn-flat.btn-danger {
  color: #ee3158 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-secondary .btn-flat.btn-danger:hover, .theme-secondary .btn-flat.btn-danger:active, .theme-secondary .btn-flat.btn-danger.active {
    background-color: #da123b !important;
    border-color: #da123b !important;
    color: #ffffff !important; }

/*---Warning Button---*/
.theme-secondary .btn-warning {
  background-color: #ffa800;
  border-color: #ffa800;
  color: #ffffff; }
  .theme-secondary .btn-warning:hover, .theme-secondary .btn-warning:active, .theme-secondary .btn-warning:focus, .theme-secondary .btn-warning.active {
    background-color: #cc8600 !important;
    border-color: #cc8600 !important;
    color: #ffffff !important; }
  .theme-secondary .btn-warning:disabled {
    background-color: #ffcb66;
    border-color: #ffa800;
    opacity: 0.5; }
  .theme-secondary .btn-warning.disabled {
    background-color: #ffcb66;
    border-color: #ffa800;
    opacity: 0.5; }
.theme-secondary .show > .btn-warning.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff; }
.theme-secondary .btn-outline.btn-warning {
  color: #ffa800;
  background-color: transparent;
  border-color: #ffa800 !important; }
  .theme-secondary .btn-outline.btn-warning:hover, .theme-secondary .btn-outline.btn-warning:active, .theme-secondary .btn-outline.btn-warning.active {
    background-color: #cc8600 !important;
    border-color: #cc8600 !important;
    color: #ffffff !important; }
.theme-secondary .show > .btn-outline.btn-warning.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff; }
.theme-secondary .btn-flat.btn-warning {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-secondary .btn-flat.btn-warning:hover, .theme-secondary .btn-flat.btn-warning:active, .theme-secondary .btn-flat.btn-warning.active {
    background-color: #cc8600 !important;
    border-color: #cc8600 !important;
    color: #ffffff !important; }

/*---Primary Button light---*/
.theme-secondary .btn-primary-light {
  background-color: #e9edf2;
  border-color: #e9edf2;
  color: #e4e6ef; }
  .theme-secondary .btn-primary-light:hover, .theme-secondary .btn-primary-light:active, .theme-secondary .btn-primary-light:focus, .theme-secondary .btn-primary-light.active {
    background-color: #e4e6ef !important;
    border-color: #e4e6ef !important;
    color: #ffffff !important; }
  .theme-secondary .btn-primary-light:disabled {
    background-color: white;
    border-color: #e9edf2;
    opacity: 0.5; }
  .theme-secondary .btn-primary-light.disabled {
    background-color: white;
    border-color: #e9edf2;
    opacity: 0.5; }
.theme-secondary .show > .btn-primary-light.dropdown-toggle {
  background-color: #e4e6ef !important;
  border-color: #e4e6ef !important;
  color: #ffffff; }
.theme-secondary .btn-outline.btn-primary-light {
  color: #e4e6ef;
  background-color: transparent;
  border-color: #e9edf2 !important; }
  .theme-secondary .btn-outline.btn-primary-light:hover, .theme-secondary .btn-outline.btn-primary-light:active, .theme-secondary .btn-outline.btn-primary-light.active {
    background-color: #e4e6ef !important;
    border-color: #e4e6ef !important;
    color: #ffffff !important; }
.theme-secondary .show > .btn-outline.btn-primary-light.dropdown-toggle {
  background-color: #e4e6ef !important;
  border-color: #e4e6ef !important;
  color: #ffffff; }
.theme-secondary .btn-flat.btn-primary-light {
  color: #e4e6ef !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-secondary .btn-flat.btn-primary-light:hover, .theme-secondary .btn-flat.btn-primary-light:active, .theme-secondary .btn-flat.btn-primary-light.active {
    background-color: #e4e6ef !important;
    border-color: #e4e6ef !important;
    color: #ffffff !important; }

/*---info Button light---*/
.theme-secondary .btn-info-light {
  background-color: #cce5ff;
  border-color: #cce5ff;
  color: #3596f7; }
  .theme-secondary .btn-info-light:hover, .theme-secondary .btn-info-light:active, .theme-secondary .btn-info-light:focus, .theme-secondary .btn-info-light.active {
    background-color: #3596f7 !important;
    border-color: #3596f7 !important;
    color: #ffffff !important; }
  .theme-secondary .btn-info-light:disabled {
    background-color: white;
    border-color: #cce5ff;
    opacity: 0.5; }
  .theme-secondary .btn-info-light.disabled {
    background-color: white;
    border-color: #cce5ff;
    opacity: 0.5; }
.theme-secondary .show > .btn-info.dropdown-toggle {
  background-color: #3596f7 !important;
  border-color: #3596f7 !important;
  color: #ffffff; }
.theme-secondary .btn-outline.btn-info-light {
  color: #3596f7;
  background-color: transparent;
  border-color: #cce5ff !important; }
  .theme-secondary .btn-outline.btn-info-light:hover, .theme-secondary .btn-outline.btn-info-light:active, .theme-secondary .btn-outline.btn-info-light.active {
    background-color: #3596f7 !important;
    border-color: #3596f7 !important;
    color: #ffffff !important; }
.theme-secondary .show > .btn-outline.btn-info-light.dropdown-toggle {
  background-color: #3596f7 !important;
  border-color: #3596f7 !important;
  color: #ffffff; }
.theme-secondary .btn-flat.btn-info-light {
  color: #3596f7 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-secondary .btn-flat.btn-info-light:hover, .theme-secondary .btn-flat.btn-info-light:active, .theme-secondary .btn-flat.btn-info-light.active {
    background-color: #3596f7 !important;
    border-color: #3596f7 !important;
    color: #ffffff !important; }

/*---Success Button light---*/
.theme-secondary .btn-success-light {
  background-color: #ebf9f5;
  border-color: #ebf9f5;
  color: #05825f; }
  .theme-secondary .btn-success-light:hover, .theme-secondary .btn-success-light:active, .theme-secondary .btn-success-light:focus, .theme-secondary .btn-success-light.active {
    background-color: #05825f !important;
    border-color: #05825f !important;
    color: #ffffff !important; }
  .theme-secondary .btn-success-light:disabled {
    background-color: white;
    border-color: #ebf9f5;
    opacity: 0.5; }
  .theme-secondary .btn-success-light.disabled {
    background-color: white;
    border-color: #ebf9f5;
    opacity: 0.5; }
.theme-secondary .show > .btn-success-light.dropdown-toggle {
  background-color: #05825f !important;
  border-color: #05825f !important;
  color: #ffffff; }
.theme-secondary .btn-outline.btn-success-light {
  color: #05825f;
  background-color: transparent;
  border-color: #ebf9f5 !important; }
  .theme-secondary .btn-outline.btn-success-light:hover, .theme-secondary .btn-outline.btn-success-light:active, .theme-secondary .btn-outline.btn-success-light.active {
    background-color: #05825f !important;
    border-color: #05825f !important;
    color: #ffffff !important; }
.theme-secondary .show > .btn-outline.btn-success-light.dropdown-toggle {
  background-color: #05825f !important;
  border-color: #05825f !important;
  color: #ffffff; }
.theme-secondary .btn-flat.btn-success-light {
  color: #05825f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-secondary .btn-flat.btn-success-light:hover, .theme-secondary .btn-flat.btn-success-light:active, .theme-secondary .btn-flat.btn-success-light.active {
    background-color: #05825f !important;
    border-color: #05825f !important;
    color: #ffffff !important; }

/*---Danger Button light---*/
.theme-secondary .btn-danger-light {
  background-color: #ffd6de;
  border-color: #ffd6de;
  color: #ee3158; }
  .theme-secondary .btn-danger-light:hover, .theme-secondary .btn-danger-light:active, .theme-secondary .btn-danger-light:focus, .theme-secondary .btn-danger-light.active {
    background-color: #ee3158 !important;
    border-color: #ee3158 !important;
    color: #ffffff !important; }
  .theme-secondary .btn-danger-light:disabled {
    background-color: white;
    border-color: #ffd6de;
    opacity: 0.5; }
  .theme-secondary .btn-danger-light.disabled {
    background-color: white;
    border-color: #ffd6de;
    opacity: 0.5; }
.theme-secondary .show > .btn-danger-light.dropdown-toggle {
  background-color: #ee3158 !important;
  border-color: #ee3158 !important;
  color: #ffffff; }
.theme-secondary .btn-outline.btn-danger-light {
  color: #ee3158;
  background-color: transparent;
  border-color: #ffd6de !important; }
  .theme-secondary .btn-outline.btn-danger-light:hover, .theme-secondary .btn-outline.btn-danger-light:active, .theme-secondary .btn-outline.btn-danger-light.active {
    background-color: #ee3158 !important;
    border-color: #ee3158 !important;
    color: #ffffff !important; }
.theme-secondary .show > .btn-outline.btn-danger-light.dropdown-toggle {
  background-color: #ee3158 !important;
  border-color: #ee3158 !important;
  color: #ffffff; }
.theme-secondary .btn-flat.btn-danger-light {
  color: #ee3158 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-secondary .btn-flat.btn-danger-light:hover, .theme-secondary .btn-flat.btn-danger-light:active, .theme-secondary .btn-flat.btn-danger-light.active {
    background-color: #ee3158 !important;
    border-color: #ee3158 !important;
    color: #ffffff !important; }

/*---Warning Button light---*/
.theme-secondary .btn-warning-light {
  background-color: #fff8ea;
  border-color: #fff8ea;
  color: #ffa800; }
  .theme-secondary .btn-warning-light:hover, .theme-secondary .btn-warning-light:active, .theme-secondary .btn-warning-light:focus, .theme-secondary .btn-warning-light.active {
    background-color: #ffa800 !important;
    border-color: #ffa800 !important;
    color: #ffffff !important; }
  .theme-secondary .btn-warning-light:disabled {
    background-color: white;
    border-color: #fff8ea;
    opacity: 0.5; }
  .theme-secondary .btn-warning-light.disabled {
    background-color: white;
    border-color: #fff8ea;
    opacity: 0.5; }
.theme-secondary .show > .btn-warning-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff; }
.theme-secondary .btn-outline.btn-warning-light {
  color: #ffa800;
  background-color: transparent;
  border-color: #fff8ea !important; }
  .theme-secondary .btn-outline.btn-warning-light:hover, .theme-secondary .btn-outline.btn-warning-light:active, .theme-secondary .btn-outline.btn-warning-light.active {
    background-color: #ffa800 !important;
    border-color: #ffa800 !important;
    color: #ffffff !important; }
.theme-secondary .show > .btn-outline.btn-warning-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff; }
.theme-secondary .btn-flat.btn-warning-light {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-secondary .btn-flat.btn-warning-light:hover, .theme-secondary .btn-flat.btn-warning-light:active, .theme-secondary .btn-flat.btn-warning-light.active {
    background-color: #ffa800 !important;
    border-color: #ffa800 !important;
    color: #ffffff !important; }

/*---callout---*/
.theme-secondary .callout.callout-primary {
  border-color: #e4e6ef;
  background-color: #e4e6ef !important; }
.theme-secondary .callout.callout-info {
  border-color: #3596f7;
  background-color: #3596f7 !important; }
.theme-secondary .callout.callout-success {
  border-color: #05825f;
  background-color: #05825f !important; }
.theme-secondary .callout.callout-danger {
  border-color: #ee3158;
  background-color: #ee3158 !important; }
.theme-secondary .callout.callout-warning {
  border-color: #ffa800;
  background-color: #ffa800 !important; }

/*---alert---*/
.theme-secondary .alert-primary {
  border-color: #e4e6ef;
  background-color: #e4e6ef !important;
  color: #ffffff; }
.theme-secondary .alert-info {
  border-color: #3596f7;
  background-color: #3596f7 !important;
  color: #ffffff; }
.theme-secondary .alert-success {
  border-color: #05825f;
  background-color: #05825f !important;
  color: #ffffff; }
.theme-secondary .alert-danger {
  border-color: #ee3158;
  background-color: #ee3158 !important;
  color: #ffffff; }
.theme-secondary .alert-error {
  border-color: #ee3158;
  background-color: #ee3158 !important;
  color: #ffffff; }
.theme-secondary .alert-warning {
  border-color: #ffa800;
  background-color: #ffa800 !important;
  color: #ffffff; }

/*---direct-chat---*/
.theme-secondary .direct-chat-primary .right > .direct-chat-text p {
  background-color: #e4e6ef;
  color: #ffffff; }
.theme-secondary .direct-chat-primary .right > .direct-chat-text:before, .theme-secondary .direct-chat-primary .right > .direct-chat-text:after {
  border-left-color: #e4e6ef; }
.theme-secondary .direct-chat-info .right > .direct-chat-text p {
  background-color: #3596f7;
  color: #ffffff; }
.theme-secondary .direct-chat-info .right > .direct-chat-text:before, .theme-secondary .direct-chat-info .right > .direct-chat-text:after {
  border-left-color: #3596f7; }
.theme-secondary .direct-chat-success .right > .direct-chat-text p {
  background-color: #05825f;
  color: #ffffff; }
.theme-secondary .direct-chat-success .right > .direct-chat-text:before, .theme-secondary .direct-chat-success .right > .direct-chat-text:after {
  border-left-color: #05825f; }
.theme-secondary .direct-chat-danger .right > .direct-chat-text p {
  background-color: #ee3158;
  color: #ffffff; }
.theme-secondary .direct-chat-danger .right > .direct-chat-text:before, .theme-secondary .direct-chat-danger .right > .direct-chat-text:after {
  border-left-color: #ee3158; }
.theme-secondary .direct-chat-warning .right > .direct-chat-text p {
  background-color: #ffa800;
  color: #ffffff; }
.theme-secondary .direct-chat-warning .right > .direct-chat-text:before, .theme-secondary .direct-chat-warning .right > .direct-chat-text:after {
  border-left-color: #ffa800; }
.theme-secondary .right .direct-chat-text p {
  background-color: #e4e6ef; }

/*---modal---*/
.theme-secondary .modal-primary .modal-footer, .theme-secondary .modal-primary .modal-header {
  border-color: #e4e6ef; }
.theme-secondary .modal-primary .modal-body {
  background-color: #e4e6ef !important; }
.theme-secondary .modal-info .modal-footer, .theme-secondary .modal-info .modal-header {
  border-color: #3596f7; }
.theme-secondary .modal-info .modal-body {
  background-color: #3596f7 !important; }
.theme-secondary .modal-success .modal-footer, .theme-secondary .modal-success .modal-header {
  border-color: #05825f; }
.theme-secondary .modal-success .modal-body {
  background-color: #05825f !important; }
.theme-secondary .modal-danger .modal-footer, .theme-secondary .modal-danger .modal-header {
  border-color: #ee3158; }
.theme-secondary .modal-danger .modal-body {
  background-color: #ee3158 !important; }
.theme-secondary .modal-warning .modal-footer, .theme-secondary .modal-warning .modal-header {
  border-color: #ffa800; }
.theme-secondary .modal-warning .modal-body {
  background-color: #ffa800 !important; }

/*---border---*/
.theme-secondary .border-primary {
  border-color: #e4e6ef !important; }
.theme-secondary .border-info {
  border-color: #3596f7 !important; }
.theme-secondary .border-success {
  border-color: #05825f !important; }
.theme-secondary .border-danger {
  border-color: #ee3158 !important; }
.theme-secondary .border-warning {
  border-color: #ffa800 !important; }

/*---Background---*/
.theme-secondary .bg-primary {
  background-color: #e4e6ef !important;
  color: #ffffff; }
.theme-secondary .bg-primary-light {
  background-color: #e9edf2 !important;
  color: #e4e6ef; }
.theme-secondary .bg-info {
  background-color: #3596f7 !important;
  color: #ffffff; }
.theme-secondary .bg-info-light {
  background-color: #cce5ff !important;
  color: #3596f7; }
.theme-secondary .bg-success {
  background-color: #05825f !important;
  color: #ffffff; }
.theme-secondary .bg-success-light {
  background-color: #ebf9f5 !important;
  color: #05825f; }
.theme-secondary .bg-danger {
  background-color: #ee3158 !important;
  color: #ffffff; }
.theme-secondary .bg-danger-light {
  background-color: #ffd6de !important;
  color: #ee3158; }
.theme-secondary .bg-warning {
  background-color: #ffa800 !important;
  color: #ffffff; }
.theme-secondary .bg-warning-light {
  background-color: #fff8ea !important;
  color: #ffa800; }

/*---text---*/
.theme-secondary .text-primary {
  color: #e4e6ef !important; }
.theme-secondary .text-primary-light {
  color: #c8c9ee !important; }
.theme-secondary a.text-primary:hover, .theme-secondary a.text-primary:focus {
  color: #e4e6ef !important; }
.theme-secondary .hover-primary:hover, .theme-secondary .hover-primary:focus {
  color: #e4e6ef !important; }
.theme-secondary .text-info {
  color: #3596f7 !important; }
.theme-secondary .text-info-light {
  color: #cce5ff !important; }
.theme-secondary a.text-info:hover, .theme-secondary a.text-info:focus {
  color: #3596f7 !important; }
.theme-secondary .hover-info:hover, .theme-secondary .hover-info:focus {
  color: #3596f7 !important; }
.theme-secondary .text-success {
  color: #05825f !important; }
.theme-secondary .text-success-light {
  color: #ebf9f5 !important; }
.theme-secondary a.text-success:hover, .theme-secondary a.text-success:focus {
  color: #05825f !important; }
.theme-secondary .hover-success:hover, .theme-secondary .hover-success:focus {
  color: #05825f !important; }
.theme-secondary .text-danger {
  color: #ee3158 !important; }
.theme-secondary .text-danger-light {
  color: #ffd6de !important; }
.theme-secondary a.text-danger:hover, .theme-secondary a.text-danger:focus {
  color: #ee3158 !important; }
.theme-secondary .hover-danger:hover, .theme-secondary .hover-danger:focus {
  color: #ee3158 !important; }
.theme-secondary .text-warning {
  color: #ffa800 !important; }
.theme-secondary .text-warning-light {
  color: #fff8ea !important; }
.theme-secondary a.text-warning:hover, .theme-secondary a.text-warning:focus {
  color: #ffa800 !important; }
.theme-secondary .hover-warning:hover, .theme-secondary .hover-warning:focus {
  color: #ffa800 !important; }

/*---active background---*/
.theme-secondary .active.active-primary {
  background-color: #c4c8dc !important; }
.theme-secondary .active.active-info {
  background-color: #097df0 !important; }
.theme-secondary .active.active-success {
  background-color: #03513b !important; }
.theme-secondary .active.active-danger {
  background-color: #da123b !important; }
.theme-secondary .active.active-warning {
  background-color: #cc8600 !important; }

/*---label background---*/
.theme-secondary .label-primary {
  background-color: #e4e6ef !important; }
.theme-secondary .label-info {
  background-color: #3596f7 !important; }
.theme-secondary .label-success {
  background-color: #05825f !important; }
.theme-secondary .label-danger {
  background-color: #ee3158 !important; }
.theme-secondary .label-warning {
  background-color: #ffa800 !important; }

/*---ribbon---*/
.theme-secondary .ribbon-box .ribbon-primary {
  background-color: #e4e6ef; }
  .theme-secondary .ribbon-box .ribbon-primary:before {
    border-color: #e4e6ef transparent transparent; }
.theme-secondary .ribbon-box .ribbon-two-primary span {
  background-color: #e4e6ef; }
  .theme-secondary .ribbon-box .ribbon-two-primary span:before {
    border-left: 3px solid #c4c8dc;
    border-top: 3px solid #c4c8dc; }
  .theme-secondary .ribbon-box .ribbon-two-primary span:after {
    border-right: 3px solid #c4c8dc;
    border-top: 3px solid #c4c8dc; }
.theme-secondary .ribbon-box .ribbon-info {
  background-color: #3596f7; }
  .theme-secondary .ribbon-box .ribbon-info:before {
    border-color: #3596f7 transparent transparent; }
.theme-secondary .ribbon-box .ribbon-two-info span {
  background-color: #3596f7; }
  .theme-secondary .ribbon-box .ribbon-two-info span:before {
    border-left: 3px solid #097df0;
    border-top: 3px solid #097df0; }
  .theme-secondary .ribbon-box .ribbon-two-info span:after {
    border-right: 3px solid #097df0;
    border-top: 3px solid #097df0; }
.theme-secondary .ribbon-box .ribbon-success {
  background-color: #05825f; }
  .theme-secondary .ribbon-box .ribbon-success:before {
    border-color: #05825f transparent transparent; }
.theme-secondary .ribbon-box .ribbon-two-success span {
  background-color: #05825f; }
  .theme-secondary .ribbon-box .ribbon-two-success span:before {
    border-left: 3px solid #03513b;
    border-top: 3px solid #03513b; }
  .theme-secondary .ribbon-box .ribbon-two-success span:after {
    border-right: 3px solid #03513b;
    border-top: 3px solid #03513b; }
.theme-secondary .ribbon-box .ribbon-danger {
  background-color: #ee3158; }
  .theme-secondary .ribbon-box .ribbon-danger:before {
    border-color: #ee3158 transparent transparent; }
.theme-secondary .ribbon-box .ribbon-two-danger span {
  background-color: #ee3158; }
  .theme-secondary .ribbon-box .ribbon-two-danger span:before {
    border-left: 3px solid #da123b;
    border-top: 3px solid #da123b; }
  .theme-secondary .ribbon-box .ribbon-two-danger span:after {
    border-right: 3px solid #da123b;
    border-top: 3px solid #da123b; }
.theme-secondary .ribbon-box .ribbon-warning {
  background-color: #ffa800; }
  .theme-secondary .ribbon-box .ribbon-warning:before {
    border-color: #ffa800 transparent transparent; }
.theme-secondary .ribbon-box .ribbon-two-warning span {
  background-color: #ffa800; }
  .theme-secondary .ribbon-box .ribbon-two-warning span:before {
    border-left: 3px solid #cc8600;
    border-top: 3px solid #cc8600; }
  .theme-secondary .ribbon-box .ribbon-two-warning span:after {
    border-right: 3px solid #cc8600;
    border-top: 3px solid #cc8600; }

/*---Box---*/
.theme-secondary .box-primary {
  background-color: #e4e6ef !important; }
  .theme-secondary .box-primary.box-bordered {
    border-color: #e4e6ef; }
.theme-secondary .box-outline-primary {
  background-color: #ffffff;
  border: 1px solid #e4e6ef; }
.theme-secondary .box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background-color: #e4e6ef; }
  .theme-secondary .box.box-solid.box-primary > .box-header .btn {
    color: #ffffff; }
  .theme-secondary .box.box-solid.box-primary > .box-header > a {
    color: #ffffff; }
.theme-secondary .box-info {
  background-color: #3596f7 !important; }
  .theme-secondary .box-info.box-bordered {
    border-color: #3596f7; }
.theme-secondary .box-outline-info {
  background-color: #ffffff;
  border: 1px solid #3596f7; }
.theme-secondary .box.box-solid.box-info > .box-header {
  color: #ffffff;
  background-color: #3596f7; }
  .theme-secondary .box.box-solid.box-info > .box-header .btn {
    color: #ffffff; }
  .theme-secondary .box.box-solid.box-info > .box-header > a {
    color: #ffffff; }
.theme-secondary .box-success {
  background-color: #05825f !important; }
  .theme-secondary .box-success.box-bordered {
    border-color: #05825f; }
.theme-secondary .box-outline-success {
  background-color: #ffffff;
  border: 1px solid #05825f; }
.theme-secondary .box.box-solid.box-success > .box-header {
  color: #ffffff;
  background-color: #05825f; }
  .theme-secondary .box.box-solid.box-success > .box-header .btn {
    color: #ffffff; }
  .theme-secondary .box.box-solid.box-success > .box-header > a {
    color: #ffffff; }
.theme-secondary .box-danger {
  background-color: #ee3158 !important; }
  .theme-secondary .box-danger.box-bordered {
    border-color: #ee3158; }
.theme-secondary .box-outline-danger {
  background-color: #ffffff;
  border: 1px solid #ee3158; }
.theme-secondary .box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background-color: #ee3158; }
  .theme-secondary .box.box-solid.box-danger > .box-header .btn {
    color: #ffffff; }
  .theme-secondary .box.box-solid.box-danger > .box-header > a {
    color: #ffffff; }
.theme-secondary .box-warning {
  background-color: #ffa800 !important; }
  .theme-secondary .box-warning.box-bordered {
    border-color: #ffa800; }
.theme-secondary .box-outline-warning {
  background-color: #ffffff;
  border: 1px solid #ffa800; }
.theme-secondary .box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background-color: #ffa800; }
  .theme-secondary .box.box-solid.box-warning > .box-header .btn {
    color: #ffffff; }
  .theme-secondary .box.box-solid.box-warning > .box-header > a {
    color: #ffffff; }
.theme-secondary .box-profile .social-states a:hover {
  color: #c4c8dc; }
.theme-secondary .box-controls li > a:hover {
  color: #c4c8dc; }
.theme-secondary .box-controls .dropdown.show > a {
  color: #c4c8dc; }
.theme-secondary .box-fullscreen .box-btn-fullscreen {
  color: #c4c8dc; }

/*---progress bar---*/
.theme-secondary .progress-bar-primary {
  background-color: #e4e6ef; }
.theme-secondary .progress-bar-info {
  background-color: #3596f7; }
.theme-secondary .progress-bar-success {
  background-color: #05825f; }
.theme-secondary .progress-bar-danger {
  background-color: #ee3158; }
.theme-secondary .progress-bar-warning {
  background-color: #ffa800; }

/*---panel---*/
.theme-secondary .panel-primary {
  border-color: #e4e6ef; }
  .theme-secondary .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #e4e6ef;
    border-color: #e4e6ef; }
    .theme-secondary .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #e4e6ef; }
    .theme-secondary .panel-primary > .panel-heading .badge-pill {
      color: #e4e6ef;
      background-color: #ffffff; }
  .theme-secondary .panel-primary .panel-title, .theme-secondary .panel-primary .panel-action {
    color: #ffffff; }
  .theme-secondary .panel-primary .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e4e6ef; }
.theme-secondary .panel-line.panel-primary .panel-heading {
  color: #e4e6ef;
  border-top-color: #e4e6ef;
  background: transparent; }
.theme-secondary .panel-line.panel-primary .panel-title, .theme-secondary .panel-line.panel-primary .panel-action {
  color: #e4e6ef; }
.theme-secondary .panel-info {
  border-color: #3596f7; }
  .theme-secondary .panel-info > .panel-heading {
    color: #ffffff;
    background-color: #3596f7;
    border-color: #3596f7; }
    .theme-secondary .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #3596f7; }
    .theme-secondary .panel-info > .panel-heading .badge-pill {
      color: #3596f7;
      background-color: #ffffff; }
  .theme-secondary .panel-info .panel-title, .theme-secondary .panel-info .panel-action {
    color: #ffffff; }
  .theme-secondary .panel-info .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #3596f7; }
.theme-secondary .panel-line.panel-info .panel-heading {
  color: #3596f7;
  border-top-color: #3596f7;
  background: transparent; }
.theme-secondary .panel-line.panel-info .panel-title, .theme-secondary .panel-line.panel-info .panel-action {
  color: #3596f7; }
.theme-secondary .panel-success {
  border-color: #05825f; }
  .theme-secondary .panel-success > .panel-heading {
    color: #ffffff;
    background-color: #05825f;
    border-color: #05825f; }
    .theme-secondary .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #05825f; }
    .theme-secondary .panel-success > .panel-heading .badge-pill {
      color: #05825f;
      background-color: #ffffff; }
  .theme-secondary .panel-success .panel-title, .theme-secondary .panel-success .panel-action {
    color: #ffffff; }
  .theme-secondary .panel-success .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #05825f; }
.theme-secondary .panel-line.panel-success .panel-heading {
  color: #05825f;
  border-top-color: #05825f;
  background: transparent; }
.theme-secondary .panel-line.panel-success .panel-title, .theme-secondary .panel-line.panel-success .panel-action {
  color: #05825f; }
.theme-secondary .panel-danger {
  border-color: #ee3158; }
  .theme-secondary .panel-danger > .panel-heading {
    color: #ffffff;
    background-color: #ee3158;
    border-color: #ee3158; }
    .theme-secondary .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ee3158; }
    .theme-secondary .panel-danger > .panel-heading .badge-pill {
      color: #ee3158;
      background-color: #ffffff; }
  .theme-secondary .panel-danger .panel-title, .theme-secondary .panel-danger .panel-action {
    color: #ffffff; }
  .theme-secondary .panel-danger .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ee3158; }
.theme-secondary .panel-line.panel-danger .panel-heading {
  color: #ee3158;
  border-top-color: #ee3158;
  background: transparent; }
.theme-secondary .panel-line.panel-danger .panel-title, .theme-secondary .panel-line.panel-danger .panel-action {
  color: #ee3158; }
.theme-secondary .panel-warning {
  border-color: #ffa800; }
  .theme-secondary .panel-warning > .panel-heading {
    color: #ffffff;
    background-color: #ffa800;
    border-color: #ffa800; }
    .theme-secondary .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ffa800; }
    .theme-secondary .panel-warning > .panel-heading .badge-pill {
      color: #ffa800;
      background-color: #ffffff; }
  .theme-secondary .panel-warning .panel-title, .theme-secondary .panel-warning .panel-action {
    color: #ffffff; }
  .theme-secondary .panel-warning .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ffa800; }
.theme-secondary .panel-line.panel-warning .panel-heading {
  color: #ffa800;
  border-top-color: #ffa800;
  background: transparent; }
.theme-secondary .panel-line.panel-warning .panel-title, .theme-secondary .panel-line.panel-warning .panel-action {
  color: #ffa800; }

/*---switch---*/
.theme-secondary .switch input:checked ~ .switch-indicator::after {
  background-color: #e4e6ef; }
.theme-secondary .switch.switch-primary input:checked ~ .switch-indicator::after {
  background-color: #e4e6ef; }
.theme-secondary .switch.switch-info input:checked ~ .switch-indicator::after {
  background-color: #3596f7; }
.theme-secondary .switch.switch-success input:checked ~ .switch-indicator::after {
  background-color: #05825f; }
.theme-secondary .switch.switch-danger input:checked ~ .switch-indicator::after {
  background-color: #ee3158; }
.theme-secondary .switch.switch-warning input:checked ~ .switch-indicator::after {
  background-color: #ffa800; }

/*---badge---*/
.theme-secondary .badge-primary {
  background-color: #e4e6ef;
  color: #ffffff; }
.theme-secondary .badge-primary[href]:hover, .theme-secondary .badge-primary[href]:focus {
  background-color: #c4c8dc; }
.theme-secondary .badge-secondary {
  background-color: #5156be;
  color: #172b4c; }
.theme-secondary .badge-secondary[href]:hover, .theme-secondary .badge-secondary[href]:focus {
  background-color: #3c40a0; }
.theme-secondary .badge-info {
  background-color: #3596f7;
  color: #ffffff; }
.theme-secondary .badge-info[href]:hover, .theme-secondary .badge-info[href]:focus {
  background-color: #097df0; }
.theme-secondary .badge-success {
  background-color: #05825f;
  color: #ffffff; }
.theme-secondary .badge-success[href]:hover, .theme-secondary .badge-success[href]:focus {
  background-color: #03513b; }
.theme-secondary .badge-danger {
  background-color: #ee3158;
  color: #ffffff; }
.theme-secondary .badge-danger[href]:hover, .theme-secondary .badge-danger[href]:focus {
  background-color: #da123b; }
.theme-secondary .badge-warning {
  background-color: #ffa800;
  color: #ffffff; }
.theme-secondary .badge-warning[href]:hover, .theme-secondary .badge-warning[href]:focus {
  background-color: #cc8600; }

/*---badge light---*/
.theme-secondary .badge-primary-light {
  background-color: #e9edf2;
  color: #e4e6ef; }
.theme-secondary .badge-primary-light[href]:hover, .theme-secondary .badge-primary-light[href]:focus {
  background-color: #c9d3df; }
.theme-secondary .badge-secondary-light {
  background-color: #c8c9ee;
  color: #172b4c; }
.theme-secondary .badge-secondary-light[href]:hover, .theme-secondary .badge-secondary-light[href]:focus {
  background-color: #a1a3e2; }
.theme-secondary .badge-info-light {
  background-color: #cce5ff;
  color: #3596f7; }
.theme-secondary .badge-info-light[href]:hover, .theme-secondary .badge-info-light[href]:focus {
  background-color: #99cbff; }
.theme-secondary .badge-success-light {
  background-color: #ebf9f5;
  color: #05825f; }
.theme-secondary .badge-success-light[href]:hover, .theme-secondary .badge-success-light[href]:focus {
  background-color: #c4ede1; }
.theme-secondary .badge-danger-light {
  background-color: #ffd6de;
  color: #ee3158; }
.theme-secondary .badge-danger-light[href]:hover, .theme-secondary .badge-danger-light[href]:focus {
  background-color: #ffa3b5; }
.theme-secondary .badge-warning-light {
  background-color: #fff8ea;
  color: #ffa800; }
.theme-secondary .badge-warning-light[href]:hover, .theme-secondary .badge-warning-light[href]:focus {
  background-color: #ffe7b7; }

/*---rating---*/
.theme-secondary .rating-primary .active {
  color: #e4e6ef; }
.theme-secondary .rating-primary :checked ~ label {
  color: #e4e6ef; }
.theme-secondary .rating-primary label:hover {
  color: #e4e6ef; }
  .theme-secondary .rating-primary label:hover ~ label {
    color: #e4e6ef; }
.theme-secondary .rating-info .active {
  color: #3596f7; }
.theme-secondary .rating-info :checked ~ label {
  color: #3596f7; }
.theme-secondary .rating-info label:hover {
  color: #3596f7; }
  .theme-secondary .rating-info label:hover ~ label {
    color: #3596f7; }
.theme-secondary .rating-success .active {
  color: #05825f; }
.theme-secondary .rating-success :checked ~ label {
  color: #05825f; }
.theme-secondary .rating-success label:hover {
  color: #05825f; }
  .theme-secondary .rating-success label:hover ~ label {
    color: #05825f; }
.theme-secondary .rating-danger .active {
  color: #ee3158; }
.theme-secondary .rating-danger :checked ~ label {
  color: #ee3158; }
.theme-secondary .rating-danger label:hover {
  color: #ee3158; }
  .theme-secondary .rating-danger label:hover ~ label {
    color: #ee3158; }
.theme-secondary .rating-warning .active {
  color: #ffa800; }
.theme-secondary .rating-warning :checked ~ label {
  color: #ffa800; }
.theme-secondary .rating-warning label:hover {
  color: #ffa800; }
  .theme-secondary .rating-warning label:hover ~ label {
    color: #ffa800; }

/*---toggler---*/
.theme-secondary .toggler-primary input:checked + i {
  color: #e4e6ef; }
.theme-secondary .toggler-info input:checked + i {
  color: #3596f7; }
.theme-secondary .toggler-success input:checked + i {
  color: #05825f; }
.theme-secondary .toggler-danger input:checked + i {
  color: #ee3158; }
.theme-secondary .toggler-warning input:checked + i {
  color: #ffa800; }

/*---nav tabs---*/
.theme-secondary .nav-tabs.nav-tabs-primary .nav-link:hover, .theme-secondary .nav-tabs.nav-tabs-primary .nav-link:active, .theme-secondary .nav-tabs.nav-tabs-primary .nav-link:focus, .theme-secondary .nav-tabs.nav-tabs-primary .nav-link.active {
  border-color: #c4c8dc;
  background-color: transparent;
  color: #c4c8dc; }
.theme-secondary .nav-tabs.nav-tabs-info .nav-link:hover, .theme-secondary .nav-tabs.nav-tabs-info .nav-link:active, .theme-secondary .nav-tabs.nav-tabs-info .nav-link:focus, .theme-secondary .nav-tabs.nav-tabs-info .nav-link.active {
  border-color: #097df0;
  background-color: #3596f7;
  color: #ffffff; }
.theme-secondary .nav-tabs.nav-tabs-success .nav-link:hover, .theme-secondary .nav-tabs.nav-tabs-success .nav-link:active, .theme-secondary .nav-tabs.nav-tabs-success .nav-link:focus, .theme-secondary .nav-tabs.nav-tabs-success .nav-link.active {
  border-color: #03513b;
  background-color: transparent;
  color: #03513b; }
.theme-secondary .nav-tabs.nav-tabs-danger .nav-link:hover, .theme-secondary .nav-tabs.nav-tabs-danger .nav-link:active, .theme-secondary .nav-tabs.nav-tabs-danger .nav-link:focus, .theme-secondary .nav-tabs.nav-tabs-danger .nav-link.active {
  border-color: #da123b;
  background-color: transparent;
  color: #da123b; }
.theme-secondary .nav-tabs.nav-tabs-warning .nav-link:hover, .theme-secondary .nav-tabs.nav-tabs-warning .nav-link:active, .theme-secondary .nav-tabs.nav-tabs-warning .nav-link:focus, .theme-secondary .nav-tabs.nav-tabs-warning .nav-link.active {
  border-color: #cc8600;
  background-color: transparent;
  color: #cc8600; }
.theme-secondary .nav-tabs-custom.tab-primary > .nav-tabs > li a.active {
  border-top-color: #c4c8dc; }
.theme-secondary .nav-tabs-custom.tab-info > .nav-tabs > li a.active {
  border-top-color: #097df0; }
.theme-secondary .nav-tabs-custom.tab-success > .nav-tabs > li a.active {
  border-top-color: #03513b; }
.theme-secondary .nav-tabs-custom.tab-danger > .nav-tabs > li a.active {
  border-top-color: #da123b; }
.theme-secondary .nav-tabs-custom.tab-warning > .nav-tabs > li a.active {
  border-top-color: #cc8600; }
.theme-secondary .nav-tabs .nav-link.active {
  border-bottom-color: #e4e6ef;
  background-color: #e4e6ef;
  color: #ffffff; }
  .theme-secondary .nav-tabs .nav-link.active:hover, .theme-secondary .nav-tabs .nav-link.active:focus {
    border-bottom-color: #e4e6ef;
    background-color: #e4e6ef;
    color: #ffffff; }
.theme-secondary .nav-tabs .nav-item.open .nav-link {
  border-bottom-color: #e4e6ef;
  background-color: #e4e6ef; }
  .theme-secondary .nav-tabs .nav-item.open .nav-link:hover, .theme-secondary .nav-tabs .nav-item.open .nav-link:focus {
    border-bottom-color: #e4e6ef;
    background-color: #e4e6ef; }

/*---todo---*/
.theme-secondary .todo-list .primary {
  border-left-color: #e4e6ef; }
.theme-secondary .todo-list .info {
  border-left-color: #e4e6ef; }
.theme-secondary .todo-list .success {
  border-left-color: #05825f; }
.theme-secondary .todo-list .danger {
  border-left-color: #ee3158; }
.theme-secondary .todo-list .warning {
  border-left-color: #ffa800; }

/*---timeline---*/
.theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-primary {
  background-color: #e4e6ef;
  border: 1px solid #e4e6ef;
  color: #ffffff; }
  .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-primary:before, .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-primary:after {
    border-left-color: #e4e6ef;
    border-right-color: #e4e6ef; }
  .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-primary * {
    color: inherit; }
.theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-info {
  background-color: #3596f7;
  border: 1px solid #3596f7;
  color: #ffffff; }
  .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-info:before, .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-info:after {
    border-left-color: #3596f7;
    border-right-color: #3596f7; }
  .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-info * {
    color: inherit; }
.theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-success {
  background-color: #05825f;
  border: 1px solid #05825f;
  color: #ffffff; }
  .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-success:before, .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-success:after {
    border-left-color: #05825f;
    border-right-color: #05825f; }
  .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-success * {
    color: inherit; }
.theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-danger {
  background-color: #ee3158;
  border: 1px solid #ee3158;
  color: #ffffff; }
  .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-danger:before, .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-danger:after {
    border-left-color: #ee3158;
    border-right-color: #ee3158; }
  .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-danger * {
    color: inherit; }
.theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-warning {
  background-color: #ffa800;
  border: 1px solid #ffa800;
  color: #ffffff; }
  .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-warning:before, .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-warning:after {
    border-left-color: #ffa800;
    border-right-color: #ffa800; }
  .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-warning * {
    color: inherit; }
.theme-secondary .timeline .timeline-item > .timeline-point.timeline-point-primary {
  color: #e4e6ef;
  background-color: #ffffff; }
.theme-secondary .timeline .timeline-item > .timeline-point.timeline-point-info {
  color: #3596f7;
  background-color: #ffffff; }
.theme-secondary .timeline .timeline-item > .timeline-point.timeline-point-success {
  color: #05825f;
  background-color: #ffffff; }
.theme-secondary .timeline .timeline-item > .timeline-point.timeline-point-danger {
  color: #ee3158;
  background-color: #ffffff; }
.theme-secondary .timeline .timeline-item > .timeline-point.timeline-point-warning {
  color: #ffa800;
  background-color: #ffffff; }
.theme-secondary .timeline .timeline-label .label-primary {
  background-color: #e4e6ef; }
.theme-secondary .timeline .timeline-label .label-info {
  background-color: #3596f7; }
.theme-secondary .timeline .timeline-label .label-success {
  background-color: #05825f; }
.theme-secondary .timeline .timeline-label .label-danger {
  background-color: #ee3158; }
.theme-secondary .timeline .timeline-label .label-warning {
  background-color: #ffa800; }
.theme-secondary .timeline__year, .theme-secondary .timeline5:before, .theme-secondary .timeline__box:before, .theme-secondary .timeline__date {
  background-color: #e4e6ef; }
.theme-secondary .timeline__post {
  border-left: 3px solid #e4e6ef; }

/*---daterangepicker---*/
.theme-secondary .daterangepicker td.active {
  background-color: #e4e6ef; }
  .theme-secondary .daterangepicker td.active:hover {
    background-color: #e4e6ef; }
.theme-secondary .daterangepicker .input-mini.active {
  border: 1px solid #e4e6ef; }
.theme-secondary .ranges li:hover, .theme-secondary .ranges li:active, .theme-secondary .ranges li.active {
  border: 1px solid #e4e6ef;
  background-color: #e4e6ef; }

/*---control-sidebar---*/
.theme-secondary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hover, .theme-secondary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:active, .theme-secondary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-color: #e4e6ef;
  color: #e4e6ef; }
.theme-secondary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active {
  border-color: #e4e6ef;
  color: #e4e6ef; }
  .theme-secondary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:hover, .theme-secondary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:active, .theme-secondary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:focus {
    border-color: #e4e6ef;
    color: #e4e6ef; }
.theme-secondary .control-sidebar .rpanel-title .btn:hover {
  color: #e4e6ef; }

/*---nav---*/
.theme-secondary .nav > li > a:hover, .theme-secondary .nav > li > a:active, .theme-secondary .nav > li > a:focus {
  color: #e4e6ef; }
.theme-secondary .nav-pills > li > a.active {
  border-top-color: #e4e6ef;
  background-color: #e4e6ef !important;
  color: #ffffff; }
  .theme-secondary .nav-pills > li > a.active:hover, .theme-secondary .nav-pills > li > a.active:focus {
    border-top-color: #e4e6ef;
    background-color: #e4e6ef !important;
    color: #ffffff; }
.theme-secondary .mailbox-nav .nav-pills > li > a:hover, .theme-secondary .mailbox-nav .nav-pills > li > a:focus {
  border-color: #e4e6ef; }
.theme-secondary .mailbox-nav .nav-pills > li > a.active {
  border-color: #e4e6ef; }
  .theme-secondary .mailbox-nav .nav-pills > li > a.active:hover, .theme-secondary .mailbox-nav .nav-pills > li > a.active:focus {
    border-color: #e4e6ef; }
.theme-secondary .nav-tabs-custom > .nav-tabs > li a.active {
  border-top-color: #e4e6ef; }
.theme-secondary .profile-tab li a.nav-link.active {
  border-bottom: 2px solid #e4e6ef; }
.theme-secondary .customtab li a.nav-link.active {
  border-bottom: 2px solid #e4e6ef; }

/*---form-element---*/
.theme-secondary .form-element .input-group .input-group-addon {
  background-image: linear-gradient(45deg, #e4e6ef, #3596f7), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-secondary .form-element .form-control {
  background-image: linear-gradient(45deg, #e4e6ef, #3596f7), linear-gradient(#3b6dc1, #3b6dc1); }
  .theme-secondary .form-element .form-control:focus {
    background-image: linear-gradient(45deg, #e4e6ef, #3596f7), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-secondary .form-control:focus {
  border-color: #e4e6ef; }
.theme-secondary [type=checkbox]:checked.chk-col-primary + label:before {
  border-right: 2px solid #e4e6ef;
  border-bottom: 2px solid #e4e6ef; }
.theme-secondary [type=checkbox]:checked.chk-col-info + label:before {
  border-right: 2px solid #3596f7;
  border-bottom: 2px solid #3596f7; }
.theme-secondary [type=checkbox]:checked.chk-col-success + label:before {
  border-right: 2px solid #05825f;
  border-bottom: 2px solid #05825f; }
.theme-secondary [type=checkbox]:checked.chk-col-danger + label:before {
  border-right: 2px solid #ee3158;
  border-bottom: 2px solid #ee3158; }
.theme-secondary [type=checkbox]:checked.chk-col-warning + label:before {
  border-right: 2px solid #ffa800;
  border-bottom: 2px solid #ffa800; }
.theme-secondary [type=checkbox].filled-in:checked.chk-col-primary + label:after {
  border: 2px solid #e4e6ef;
  background-color: #e4e6ef; }
.theme-secondary [type=checkbox].filled-in:checked.chk-col-info + label:after {
  border: 2px solid #3596f7;
  background-color: #3596f7; }
.theme-secondary [type=checkbox].filled-in:checked.chk-col-success + label:after {
  border: 2px solid #05825f;
  background-color: #05825f; }
.theme-secondary [type=checkbox].filled-in:checked.chk-col-danger + label:after {
  border: 2px solid #ee3158;
  background-color: #ee3158; }
.theme-secondary [type=checkbox].filled-in:checked.chk-col-warning + label:after {
  border: 2px solid #ffa800;
  background-color: #ffa800; }
.theme-secondary [type=radio].radio-col-primary:checked + label:after {
  background-color: #e4e6ef;
  border-color: #e4e6ef;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].with-gap.radio-col-primary:checked + label:before {
  border: 2px solid #e4e6ef;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].with-gap.radio-col-primary:checked + label:after {
  background-color: #e4e6ef;
  border: 2px solid #e4e6ef;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].radio-col-info:checked + label:after {
  background-color: #3596f7;
  border-color: #3596f7;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].with-gap.radio-col-info:checked + label:before {
  border: 2px solid #3596f7;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].with-gap.radio-col-info:checked + label:after {
  background-color: #3596f7;
  border: 2px solid #3596f7;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].radio-col-success:checked + label:after {
  background-color: #05825f;
  border-color: #05825f;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].with-gap.radio-col-success:checked + label:before {
  border: 2px solid #05825f;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].with-gap.radio-col-success:checked + label:after {
  background-color: #05825f;
  border: 2px solid #05825f;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].radio-col-danger:checked + label:after {
  background-color: #ee3158;
  border-color: #ee3158;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].with-gap.radio-col-danger:checked + label:before {
  border: 2px solid #ee3158;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].with-gap.radio-col-danger:checked + label:after {
  background-color: #ee3158;
  border: 2px solid #ee3158;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].radio-col-warning:checked + label:after {
  background-color: #ffa800;
  border-color: #ffa800;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].with-gap.radio-col-warning:checked + label:before {
  border: 2px solid #ffa800;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].with-gap.radio-col-warning:checked + label:after {
  background-color: #ffa800;
  border: 2px solid #ffa800;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=checkbox]:checked + label:before {
  border-right: 2px solid #e4e6ef;
  border-bottom: 2px solid #e4e6ef; }
.theme-secondary [type=checkbox].filled-in:checked + label:after {
  border: 2px solid #e4e6ef;
  background-color: #e4e6ef; }
.theme-secondary [type=radio].with-gap:checked + label:before, .theme-secondary [type=radio].with-gap:checked + label:after {
  border: 2px solid #e4e6ef; }
.theme-secondary [type=radio].with-gap:checked + label:after {
  background-color: #e4e6ef;
  z-index: 0; }
.theme-secondary [type=radio]:checked + label:after {
  border: 2px solid #e4e6ef;
  background-color: #e4e6ef;
  z-index: 0; }
.theme-secondary [type=checkbox].filled-in.tabbed:checked:focus + label:after {
  border-color: #e4e6ef;
  background-color: #e4e6ef; }

/*---Calender---*/
.theme-secondary .fx-element-overlay .fx-card-item .fx-card-content a:hover {
  color: #e4e6ef; }
.theme-secondary .fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li a:hover {
  background: #e4e6ef;
  border-color: #e4e6ef; }
.theme-secondary .fc-event, .theme-secondary .calendar-event {
  background: #e4e6ef; }

/*---Tabs---*/
.theme-secondary .tabs-vertical li .nav-link:hover, .theme-secondary .tabs-vertical li .nav-link:active, .theme-secondary .tabs-vertical li .nav-link:focus, .theme-secondary .tabs-vertical li .nav-link.active {
  background-color: #e4e6ef;
  color: #ffffff; }
.theme-secondary .customvtab .tabs-vertical li .nav-link:hover, .theme-secondary .customvtab .tabs-vertical li .nav-link:active, .theme-secondary .customvtab .tabs-vertical li .nav-link:focus, .theme-secondary .customvtab .tabs-vertical li .nav-link.active {
  border-right: 2px solid #e4e6ef;
  color: #e4e6ef; }
.theme-secondary .customtab2 li a.nav-link:hover, .theme-secondary .customtab2 li a.nav-link:active, .theme-secondary .customtab2 li a.nav-link.active {
  background-color: #e4e6ef; }

.rtl.theme-secondary .customvtab .tabs-vertical li .nav-link:hover, .rtl.theme-secondary .customvtab .tabs-vertical li .nav-link:active, .rtl.theme-secondary .customvtab .tabs-vertical li .nav-link:focus, .rtl.theme-secondary .customvtab .tabs-vertical li .nav-link.active {
  border-right: none;
  border-left: 2px solid #e4e6ef; }

/*---Notification---*/
.theme-secondary .jq-icon-primary {
  background-color: #e4e6ef;
  color: #ffffff;
  border-color: #e4e6ef; }
.theme-secondary .jq-icon-info {
  background-color: #3596f7;
  color: #ffffff;
  border-color: #3596f7; }
.theme-secondary .jq-icon-success {
  background-color: #05825f;
  color: #ffffff;
  border-color: #e4e6ef; }
.theme-secondary .jq-icon-error {
  background-color: #ee3158;
  color: #ffffff;
  border-color: #ee3158; }
.theme-secondary .jq-icon-danger {
  background-color: #ee3158;
  color: #ffffff;
  border-color: #ee3158; }
.theme-secondary .jq-icon-warning {
  background-color: #ffa800;
  color: #ffffff;
  border-color: #ffa800; }

/*---avatar---*/
.theme-secondary .avatar.status-primary::after {
  background-color: #e4e6ef; }
.theme-secondary .avatar.status-info::after {
  background-color: #3596f7; }
.theme-secondary .avatar.status-success::after {
  background-color: #05825f; }
.theme-secondary .avatar.status-danger::after {
  background-color: #ee3158; }
.theme-secondary .avatar.status-warning::after {
  background-color: #ffa800; }
.theme-secondary .avatar[class*='status-']::after {
  background-color: #e4e6ef; }
.theme-secondary .avatar-add:hover {
  background-color: #c4c8dc;
  border-color: #c4c8dc; }

/*---media---*/
.theme-secondary .media-chat.media-chat-reverse .media-body p {
  background-color: #e4e6ef; }
.theme-secondary .media-right-out a:hover {
  color: #c4c8dc; }

/*---control---*/
.theme-secondary .control input:checked:focus ~ .control_indicator {
  background-color: #e4e6ef; }
.theme-secondary .control input:checked ~ .control_indicator {
  background-color: #e4e6ef; }
.theme-secondary .control:hover input:not([disabled]):checked ~ .control_indicator {
  background-color: #e4e6ef; }

/*---flex---*/
.theme-secondary .flex-column > li > a.nav-link.active {
  border-left-color: #e4e6ef; }
  .theme-secondary .flex-column > li > a.nav-link.active:hover {
    border-left-color: #e4e6ef; }

/*---pagination---*/
.theme-secondary .pagination li a.current {
  border: 1px solid #e4e6ef;
  background-color: #e4e6ef; }
  .theme-secondary .pagination li a.current:hover {
    border: 1px solid #e4e6ef;
    background-color: #e4e6ef; }
.theme-secondary .pagination li a:hover {
  border: 1px solid #c4c8dc;
  background-color: #c4c8dc !important; }
.theme-secondary .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 1px solid #e4e6ef;
  background-color: #e4e6ef; }
  .theme-secondary .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #e4e6ef;
    background-color: #e4e6ef; }
.theme-secondary .paging_simple_numbers .pagination .paginate_button.active a {
  background-color: #e4e6ef; }
.theme-secondary .paging_simple_numbers .pagination .paginate_button:hover a {
  background-color: #e4e6ef; }
.theme-secondary .footable .pagination li a:hover, .theme-secondary .footable .pagination li a:active, .theme-secondary .footable .pagination li a.active {
  background-color: #e4e6ef; }

/*---dataTables---*/
.theme-secondary .dt-buttons .dt-button {
  background-color: #e4e6ef; }

/*---select2---*/
.theme-secondary .select2-container--default.select2-container--open {
  border-color: #e4e6ef; }
.theme-secondary .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e4e6ef; }
.theme-secondary .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #e4e6ef !important; }
.theme-secondary .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #e4e6ef !important; }
.theme-secondary .select2-container--default .select2-selection--multiple:focus {
  border-color: #e4e6ef !important; }
.theme-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e6ef;
  border-color: #e4e6ef; }

/*---Other---*/
.theme-secondary .myadmin-dd .dd-list .dd-list .dd-handle:hover {
  color: #c4c8dc; }
.theme-secondary .myadmin-dd-empty .dd-list .dd3-handle:hover {
  color: #c4c8dc; }
.theme-secondary .myadmin-dd-empty .dd-list .dd3-content:hover {
  color: #c4c8dc; }
.theme-secondary [data-overlay-primary]::before {
  background: #c4c8dc; }

/*---wizard---*/
.theme-secondary .wizard-content .wizard > .steps > ul > li.current {
  border: 2px solid #e4e6ef;
  background-color: #e4e6ef; }
.theme-secondary .wizard-content .wizard > .steps > ul > li.done {
  border-color: #c4c8dc;
  background-color: #c4c8dc; }
.theme-secondary .wizard-content .wizard > .actions > ul > li > a {
  background-color: #e4e6ef; }
.theme-secondary .wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  background-color: #e4e6ef; }
.theme-secondary .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  background-color: #e4e6ef; }
.theme-secondary .wizard-content .wizard.wizard-notification > .steps > ul > li:after {
  background-color: #e4e6ef; }
.theme-secondary .wizard-content .wizard.wizard-notification > .steps > ul > li:before {
  background-color: #e4e6ef; }
.theme-secondary .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
  border: 2px solid #e4e6ef;
  color: #e4e6ef; }
  .theme-secondary .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step:after {
    border-top-color: #e4e6ef; }
.theme-secondary .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
  border-top-color: #e4e6ef; }

@media (max-width: 767px) {
  .theme-secondary .wizard-content .wizard > .steps > ul > li:last-child:after {
    background-color: #e4e6ef; } }
@media (max-width: 575px) {
  .theme-secondary .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #e4e6ef; } }
/*---slider---*/
.theme-secondary #primary .slider-selection {
  background-color: #e4e6ef; }
.theme-secondary #info .slider-selection {
  background-color: #3596f7; }
.theme-secondary #success .slider-selection {
  background-color: #05825f; }
.theme-secondary #danger .slider-selection {
  background-color: #ee3158; }
.theme-secondary #warning .slider-selection {
  background-color: #ffa800; }

/*---horizontal-timeline---*/
.theme-secondary .cd-horizontal-timeline .events a.selected::after {
  background: #e4e6ef;
  border-color: #e4e6ef; }
.theme-secondary .cd-horizontal-timeline .events a.older-event::after {
  border-color: #e4e6ef; }
.theme-secondary .cd-horizontal-timeline .filling-line {
  background: #e4e6ef; }
.theme-secondary .cd-horizontal-timeline a {
  color: #e4e6ef; }
  .theme-secondary .cd-horizontal-timeline a:hover, .theme-secondary .cd-horizontal-timeline a:focus {
    color: #e4e6ef; }
.theme-secondary .cd-timeline-navigation a:hover, .theme-secondary .cd-timeline-navigation a:focus {
  border-color: #e4e6ef; }

/**************************************
Theme Info Color
**************************************/
.bg-gradient-info, .theme-info .bg-gradient-info, .theme-info .art-bg {
  background: linear-gradient(45deg, #3596f7, #5156be); }

.bg-light-body {
  background: transparent; }

.theme-info.fixed .main-header {
  background: #ffffff; }
.theme-info .main-header {
  background: #ffffff; }

.theme-info.onlyheader .art-bg {
  background-image: none; }

.bg-gradient-info-dark, .dark-skin.theme-info .bg-gradient-info, .dark-skin.theme-info .art-bg {
  background-image: linear-gradient(45deg, #0863be, #2e317b); }

.bg-dark-body {
  background: #0c1a32; }

.dark-skin.theme-info.fixed .main-header {
  background: #15243e; }
.dark-skin.theme-info .main-header {
  background: #15243e; }

@media (max-width: 767px) {
  .theme-info.fixed .main-header {
    background-image: #e4e6ef; }
    .theme-info.fixed .main-header.navbar {
      background: none; }

  .dark-skin.theme-info.fixed .main-header {
    background-image: #0c1a32; } }
.theme-info a:hover, .theme-info a:active, .theme-info a:focus {
  color: #3596f7; }
.theme-info .main-sidebar .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-info .main-sidebar .svg-icon:hover, .theme-info .main-sidebar .svg-icon:active, .theme-info .main-sidebar .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-info .main-sidebar a:hover .svg-icon, .theme-info .main-sidebar a:active .svg-icon, .theme-info .main-sidebar a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-info .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-info .svg-icon:hover, .theme-info .svg-icon:active, .theme-info .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-info a:hover .svg-icon, .theme-info a:active .svg-icon, .theme-info a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }

.theme-info.light-skin .sidebar-menu > li.active.treeview > a {
  background-color: transparent;
  color: #3596f7 !important; }
  .theme-info.light-skin .sidebar-menu > li.active.treeview > a > i {
    color: #3596f7; }
  .theme-info.light-skin .sidebar-menu > li.active.treeview > a > svg {
    color: #3596f7;
    fill: rgba(1, 104, 250, 0.2); }
  .theme-info.light-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-info.light-skin .sidebar-menu > li.treeview .treeview-menu li a {
  color: #5C607B; }
.theme-info.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #3596f7 !important; }
.theme-info.dark-skin .sidebar-menu > li.active > a:after {
  border-color: transparent #333333 transparent transparent !important; }
.theme-info.dark-skin .sidebar-menu > li.active.treeview > a {
  background-color: #0c1a32;
  color: #ffffff !important; }
  .theme-info.dark-skin .sidebar-menu > li.active.treeview > a > i {
    color: #ffffff; }
  .theme-info.dark-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-info.dark-skin .sidebar-menu > li.active.treeview .treeview-menu li a {
  color: #b5b5c3; }
.theme-info.dark-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #3596f7 !important; }
.theme-info.light-skin .sidebar-menu li a:hover {
  color: #3596f7 !important; }
.theme-info.light-skin .sidebar-menu > li:hover, .theme-info.light-skin .sidebar-menu > li:active, .theme-info.light-skin .sidebar-menu > li.active {
  background-color: rgba(53, 150, 247, 0);
  color: #3596f7;
  border-left: 0px solid rgba(53, 150, 247, 0); }
  .theme-info.light-skin .sidebar-menu > li:hover > a, .theme-info.light-skin .sidebar-menu > li:active > a, .theme-info.light-skin .sidebar-menu > li.active > a {
    background-color: transparent; }
  .theme-info.light-skin .sidebar-menu > li:hover a, .theme-info.light-skin .sidebar-menu > li:active a, .theme-info.light-skin .sidebar-menu > li.active a {
    color: #3596f7; }
    .theme-info.light-skin .sidebar-menu > li:hover a > i, .theme-info.light-skin .sidebar-menu > li:active a > i, .theme-info.light-skin .sidebar-menu > li.active a > i {
      color: #5C607B;
      background-color: rgba(53, 150, 247, 0); }
    .theme-info.light-skin .sidebar-menu > li:hover a > svg, .theme-info.light-skin .sidebar-menu > li:active a > svg, .theme-info.light-skin .sidebar-menu > li.active a > svg {
      color: #3596f7;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-info.light-skin .sidebar-menu > li:hover a img.svg-icon, .theme-info.light-skin .sidebar-menu > li:active a img.svg-icon, .theme-info.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-info.light-skin .sidebar-menu > li.active {
  background-color: rgba(53, 150, 247, 0);
  color: #3596f7;
  border-left: 0px solid #3596f7; }
  .theme-info.light-skin .sidebar-menu > li.active > a {
    background-color: transparent; }
  .theme-info.light-skin .sidebar-menu > li.active a {
    color: #3596f7; }
    .theme-info.light-skin .sidebar-menu > li.active a > i {
      color: #3596f7;
      background-color: rgba(53, 150, 247, 0); }
    .theme-info.light-skin .sidebar-menu > li.active a > svg {
      color: #3596f7;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-info.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(53, 150, 247, 0);
    color: #3596f7; }
    .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.active a {
      color: #3596f7; }
      .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.active a > i {
        color: #3596f7;
        background-color: rgba(53, 150, 247, 0); }
  .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li a > i {
    color: #5C607B;
    background-color: rgba(53, 150, 247, 0); }
  .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active {
    background-color: rgba(53, 150, 247, 0);
    color: #3596f7; }
    .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a {
      color: #3596f7; }
      .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a > i {
        color: #3596f7;
        background-color: rgba(53, 150, 247, 0); }
  .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active {
    background-color: rgba(53, 150, 247, 0);
    color: #3596f7; }
    .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active > a {
      color: #3596f7; }
      .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active > a > i {
        color: #3596f7;
        background-color: rgba(53, 150, 247, 0); }
  .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a {
    color: #172b4c; }
    .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a > i {
      color: #172b4c;
      background-color: rgba(53, 150, 247, 0); }
.theme-info.rtl.light-skin .sidebar-menu > li.active {
  border-left: 0px solid #3596f7;
  border-right: 0px solid #3596f7; }
.theme-info.dark-skin .sidebar-menu li a:hover {
  color: #3596f7 !important; }
.theme-info.dark-skin .sidebar-menu > li:hover > a, .theme-info.dark-skin .sidebar-menu > li:active > a, .theme-info.dark-skin .sidebar-menu > li.active > a {
  background-color: #0c1a32; }
.theme-info.dark-skin .sidebar-menu > li.active {
  background-color: rgba(53, 150, 247, 0);
  color: white;
  border-left: 0px solid #3596f7; }
  .theme-info.dark-skin .sidebar-menu > li.active > a {
    background-color: #0c1a32; }
  .theme-info.dark-skin .sidebar-menu > li.active a {
    color: white; }
    .theme-info.dark-skin .sidebar-menu > li.active a > i {
      color: white; }
    .theme-info.dark-skin .sidebar-menu > li.active a > svg {
      color: #ffffff;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-info.dark-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-info.dark-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(53, 150, 247, 0);
    color: white; }
    .theme-info.dark-skin .sidebar-menu > li.active .treeview-menu li.active > a {
      color: white !important; }
.theme-info.rtl.dark-skin .sidebar-menu > li.active {
  border-left: 0px solid #3596f7;
  border-right: 0px solid #3596f7; }

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li.active.menu-open {
    background-color: rgba(53, 150, 247, 0.2);
    color: #3596f7; } }
/*---Main Nav---*/
.theme-info .sm-blue li.current > a, .theme-info .sm-blue li.highlighted > a {
  background: #3596f7;
  color: #ffffff !important; }
  .theme-info .sm-blue li.current > a:hover, .theme-info .sm-blue li.current > a:active, .theme-info .sm-blue li.current > a:focus, .theme-info .sm-blue li.highlighted > a:hover, .theme-info .sm-blue li.highlighted > a:active, .theme-info .sm-blue li.highlighted > a:focus {
    background: #3596f7;
    color: #ffffff !important; }
.theme-info .sm-blue a.current, .theme-info .sm-blue a.highlighted {
  background: #3596f7;
  color: #ffffff !important; }
.theme-info .sm-blue a:hover, .theme-info .sm-blue a:active, .theme-info .sm-blue a:focus {
  background: #3596f7;
  color: #ffffff !important; }
.theme-info .sm-blue ul a:hover, .theme-info .sm-blue ul a:active, .theme-info .sm-blue ul a:focus {
  background: #ebedf3;
  color: #3596f7 !important; }
.theme-info .sm-blue ul a.highlighted {
  background: #ebedf3;
  color: #3596f7 !important; }

.dark-skin.theme-info .sm-blue a.current, .dark-skin.theme-info .sm-blue a.highlighted {
  background: #3596f7;
  color: #ffffff !important; }
.dark-skin.theme-info .sm-blue a:hover, .dark-skin.theme-info .sm-blue a:active, .dark-skin.theme-info .sm-blue a:focus {
  background: #3596f7;
  color: #ffffff !important; }
.dark-skin.theme-info .sm-blue ul a:hover, .dark-skin.theme-info .sm-blue ul a:active, .dark-skin.theme-info .sm-blue ul a:focus {
  background: #29354b;
  color: #3596f7 !important; }
.dark-skin.theme-info .sm-blue ul a.highlighted {
  background: #29354b;
  color: #3596f7 !important; }

/*---Primary Button---*/
.theme-info .btn-link {
  color: #3596f7; }
.theme-info .btn-primary {
  background-color: #3596f7;
  border-color: #3596f7;
  color: #ffffff; }
  .theme-info .btn-primary:hover, .theme-info .btn-primary:active, .theme-info .btn-primary:focus, .theme-info .btn-primary.active {
    background-color: #097df0 !important;
    border-color: #097df0 !important;
    color: #ffffff !important; }
  .theme-info .btn-primary:disabled {
    background-color: #97c9fb;
    border-color: #3596f7;
    opacity: 0.5; }
  .theme-info .btn-primary.disabled {
    background-color: #97c9fb;
    border-color: #3596f7;
    opacity: 0.5; }
.theme-info .show > .btn-primary.dropdown-toggle {
  background-color: #097df0 !important;
  border-color: #097df0 !important;
  color: #ffffff; }
.theme-info .btn-outline.btn-primary {
  color: #3596f7;
  background-color: transparent;
  border-color: #3596f7 !important; }
  .theme-info .btn-outline.btn-primary:hover, .theme-info .btn-outline.btn-primary:active, .theme-info .btn-outline.btn-primary.active {
    background-color: #097df0 !important;
    border-color: #097df0 !important;
    color: #ffffff !important; }
.theme-info .show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #097df0 !important;
  border-color: #097df0 !important;
  color: #ffffff; }
.theme-info .btn-flat.btn-primary {
  color: #3596f7 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-info .btn-flat.btn-primary:hover, .theme-info .btn-flat.btn-primary:active, .theme-info .btn-flat.btn-primary.active {
    background-color: #097df0 !important;
    border-color: #097df0 !important;
    color: #ffffff !important; }

/*---info Button---*/
.theme-info .btn-info {
  background-color: #5156be;
  border-color: #5156be;
  color: #ffffff; }
  .theme-info .btn-info:hover, .theme-info .btn-info:active, .theme-info .btn-info:focus, .theme-info .btn-info.active {
    background-color: #3c40a0 !important;
    border-color: #3c40a0 !important;
    color: #ffffff !important; }
  .theme-info .btn-info:disabled {
    background-color: #9b9eda;
    border-color: #5156be;
    opacity: 0.5; }
  .theme-info .btn-info.disabled {
    background-color: #9b9eda;
    border-color: #5156be;
    opacity: 0.5; }
.theme-info .show > .btn-info.dropdown-toggle {
  background-color: #3c40a0 !important;
  border-color: #3c40a0 !important;
  color: #ffffff; }
.theme-info .btn-outline.btn-info {
  color: #5156be;
  background-color: transparent;
  border-color: #5156be !important; }
  .theme-info .btn-outline.btn-info:hover, .theme-info .btn-outline.btn-info:active, .theme-info .btn-outline.btn-info.active {
    background-color: #3c40a0 !important;
    border-color: #3c40a0 !important;
    color: #ffffff !important; }
.theme-info .show > .btn-outline.btn-info.dropdown-toggle {
  background-color: #3c40a0 !important;
  border-color: #3c40a0 !important;
  color: #ffffff; }
.theme-info .btn-flat.btn-info {
  color: #5156be !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-info .btn-flat.btn-info:hover, .theme-info .btn-flat.btn-info:active, .theme-info .btn-flat.btn-info.active {
    background-color: #3c40a0 !important;
    border-color: #3c40a0 !important;
    color: #ffffff !important; }

/*---Success Button---*/
.theme-info .btn-success {
  background-color: #05825f;
  border-color: #05825f;
  color: #ffffff; }
  .theme-info .btn-success:hover, .theme-info .btn-success:active, .theme-info .btn-success:focus, .theme-info .btn-success.active {
    background-color: #03513b !important;
    border-color: #03513b !important;
    color: #ffffff !important; }
  .theme-info .btn-success:disabled {
    background-color: #09e4a7;
    border-color: #05825f;
    opacity: 0.5; }
  .theme-info .btn-success.disabled {
    background-color: #09e4a7;
    border-color: #05825f;
    opacity: 0.5; }
.theme-info .show > .btn-success.dropdown-toggle {
  background-color: #03513b !important;
  border-color: #03513b !important;
  color: #ffffff; }
.theme-info .btn-outline.btn-success {
  color: #05825f;
  background-color: transparent;
  border-color: #05825f !important; }
  .theme-info .btn-outline.btn-success:hover, .theme-info .btn-outline.btn-success:active, .theme-info .btn-outline.btn-success.active {
    background-color: #03513b !important;
    border-color: #03513b !important;
    color: #ffffff !important; }
.theme-info .show > .btn-outline.btn-success.dropdown-toggle {
  background-color: #03513b !important;
  border-color: #03513b !important;
  color: #ffffff; }
.theme-info .btn-flat.btn-success {
  color: #05825f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-info .btn-flat.btn-success:hover, .theme-info .btn-flat.btn-success:active, .theme-info .btn-flat.btn-success.active {
    background-color: #03513b !important;
    border-color: #03513b !important;
    color: #ffffff !important; }

/*---Danger Button---*/
.theme-info .btn-danger {
  background-color: #ee3158;
  border-color: #ee3158;
  color: #ffffff; }
  .theme-info .btn-danger:hover, .theme-info .btn-danger:active, .theme-info .btn-danger:focus, .theme-info .btn-danger.active {
    background-color: #da123b !important;
    border-color: #da123b !important;
    color: #ffffff !important; }
  .theme-info .btn-danger:disabled {
    background-color: #f68fa4;
    border-color: #ee3158;
    opacity: 0.5; }
  .theme-info .btn-danger.disabled {
    background-color: #f68fa4;
    border-color: #ee3158;
    opacity: 0.5; }
.theme-info .show > .btn-danger.dropdown-toggle {
  background-color: #da123b !important;
  border-color: #da123b !important;
  color: #ffffff; }
.theme-info .btn-outline.btn-danger {
  color: #ee3158;
  background-color: transparent;
  border-color: #ee3158 !important; }
  .theme-info .btn-outline.btn-danger:hover, .theme-info .btn-outline.btn-danger:active, .theme-info .btn-outline.btn-danger.active {
    background-color: #da123b !important;
    border-color: #da123b !important;
    color: #ffffff !important; }
.theme-info .show > .btn-outline.btn-danger.dropdown-toggle {
  background-color: #da123b !important;
  border-color: #da123b !important;
  color: #ffffff; }
.theme-info .btn-flat.btn-danger {
  color: #ee3158 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-info .btn-flat.btn-danger:hover, .theme-info .btn-flat.btn-danger:active, .theme-info .btn-flat.btn-danger.active {
    background-color: #da123b !important;
    border-color: #da123b !important;
    color: #ffffff !important; }

/*---Warning Button---*/
.theme-info .btn-warning {
  background-color: #ffa800;
  border-color: #ffa800;
  color: #ffffff; }
  .theme-info .btn-warning:hover, .theme-info .btn-warning:active, .theme-info .btn-warning:focus, .theme-info .btn-warning.active {
    background-color: #cc8600 !important;
    border-color: #cc8600 !important;
    color: #ffffff !important; }
  .theme-info .btn-warning:disabled {
    background-color: #ffcb66;
    border-color: #ffa800;
    opacity: 0.5; }
  .theme-info .btn-warning.disabled {
    background-color: #ffcb66;
    border-color: #ffa800;
    opacity: 0.5; }
.theme-info .show > .btn-warning.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff; }
.theme-info .btn-outline.btn-warning {
  color: #ffa800;
  background-color: transparent;
  border-color: #ffa800 !important; }
  .theme-info .btn-outline.btn-warning:hover, .theme-info .btn-outline.btn-warning:active, .theme-info .btn-outline.btn-warning.active {
    background-color: #cc8600 !important;
    border-color: #cc8600 !important;
    color: #ffffff !important; }
.theme-info .show > .btn-outline.btn-warning.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff; }
.theme-info .btn-flat.btn-warning {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-info .btn-flat.btn-warning:hover, .theme-info .btn-flat.btn-warning:active, .theme-info .btn-flat.btn-warning.active {
    background-color: #cc8600 !important;
    border-color: #cc8600 !important;
    color: #ffffff !important; }

/*---Primary Button light---*/
.theme-info .btn-primary-light {
  background-color: #cce5ff;
  border-color: #cce5ff;
  color: #3596f7; }
  .theme-info .btn-primary-light:hover, .theme-info .btn-primary-light:active, .theme-info .btn-primary-light:focus, .theme-info .btn-primary-light.active {
    background-color: #3596f7 !important;
    border-color: #3596f7 !important;
    color: #ffffff !important; }
  .theme-info .btn-primary-light:disabled {
    background-color: white;
    border-color: #cce5ff;
    opacity: 0.5; }
  .theme-info .btn-primary-light.disabled {
    background-color: white;
    border-color: #cce5ff;
    opacity: 0.5; }
.theme-info .show > .btn-primary-light.dropdown-toggle {
  background-color: #3596f7 !important;
  border-color: #3596f7 !important;
  color: #ffffff; }
.theme-info .btn-outline.btn-primary-light {
  color: #3596f7;
  background-color: transparent;
  border-color: #cce5ff !important; }
  .theme-info .btn-outline.btn-primary-light:hover, .theme-info .btn-outline.btn-primary-light:active, .theme-info .btn-outline.btn-primary-light.active {
    background-color: #3596f7 !important;
    border-color: #3596f7 !important;
    color: #ffffff !important; }
.theme-info .show > .btn-outline.btn-primary-light.dropdown-toggle {
  background-color: #3596f7 !important;
  border-color: #3596f7 !important;
  color: #ffffff; }
.theme-info .btn-flat.btn-primary-light {
  color: #3596f7 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-info .btn-flat.btn-primary-light:hover, .theme-info .btn-flat.btn-primary-light:active, .theme-info .btn-flat.btn-primary-light.active {
    background-color: #3596f7 !important;
    border-color: #3596f7 !important;
    color: #ffffff !important; }

/*---info Button light---*/
.theme-info .btn-info-light {
  background-color: #c8c9ee;
  border-color: #c8c9ee;
  color: #5156be; }
  .theme-info .btn-info-light:hover, .theme-info .btn-info-light:active, .theme-info .btn-info-light:focus, .theme-info .btn-info-light.active {
    background-color: #5156be !important;
    border-color: #5156be !important;
    color: #ffffff !important; }
  .theme-info .btn-info-light:disabled {
    background-color: white;
    border-color: #c8c9ee;
    opacity: 0.5; }
  .theme-info .btn-info-light.disabled {
    background-color: white;
    border-color: #c8c9ee;
    opacity: 0.5; }
.theme-info .show > .btn-info.dropdown-toggle {
  background-color: #5156be !important;
  border-color: #5156be !important;
  color: #ffffff; }
.theme-info .btn-outline.btn-info-light {
  color: #5156be;
  background-color: transparent;
  border-color: #c8c9ee !important; }
  .theme-info .btn-outline.btn-info-light:hover, .theme-info .btn-outline.btn-info-light:active, .theme-info .btn-outline.btn-info-light.active {
    background-color: #5156be !important;
    border-color: #5156be !important;
    color: #ffffff !important; }
.theme-info .show > .btn-outline.btn-info-light.dropdown-toggle {
  background-color: #5156be !important;
  border-color: #5156be !important;
  color: #ffffff; }
.theme-info .btn-flat.btn-info-light {
  color: #5156be !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-info .btn-flat.btn-info-light:hover, .theme-info .btn-flat.btn-info-light:active, .theme-info .btn-flat.btn-info-light.active {
    background-color: #5156be !important;
    border-color: #5156be !important;
    color: #ffffff !important; }

/*---Success Button light---*/
.theme-info .btn-success-light {
  background-color: #ebf9f5;
  border-color: #ebf9f5;
  color: #05825f; }
  .theme-info .btn-success-light:hover, .theme-info .btn-success-light:active, .theme-info .btn-success-light:focus, .theme-info .btn-success-light.active {
    background-color: #05825f !important;
    border-color: #05825f !important;
    color: #ffffff !important; }
  .theme-info .btn-success-light:disabled {
    background-color: white;
    border-color: #ebf9f5;
    opacity: 0.5; }
  .theme-info .btn-success-light.disabled {
    background-color: white;
    border-color: #ebf9f5;
    opacity: 0.5; }
.theme-info .show > .btn-success-light.dropdown-toggle {
  background-color: #05825f !important;
  border-color: #05825f !important;
  color: #ffffff; }
.theme-info .btn-outline.btn-success-light {
  color: #05825f;
  background-color: transparent;
  border-color: #ebf9f5 !important; }
  .theme-info .btn-outline.btn-success-light:hover, .theme-info .btn-outline.btn-success-light:active, .theme-info .btn-outline.btn-success-light.active {
    background-color: #05825f !important;
    border-color: #05825f !important;
    color: #ffffff !important; }
.theme-info .show > .btn-outline.btn-success-light.dropdown-toggle {
  background-color: #05825f !important;
  border-color: #05825f !important;
  color: #ffffff; }
.theme-info .btn-flat.btn-success-light {
  color: #05825f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-info .btn-flat.btn-success-light:hover, .theme-info .btn-flat.btn-success-light:active, .theme-info .btn-flat.btn-success-light.active {
    background-color: #05825f !important;
    border-color: #05825f !important;
    color: #ffffff !important; }

/*---Danger Button light---*/
.theme-info .btn-danger-light {
  background-color: #ffd6de;
  border-color: #ffd6de;
  color: #ee3158; }
  .theme-info .btn-danger-light:hover, .theme-info .btn-danger-light:active, .theme-info .btn-danger-light:focus, .theme-info .btn-danger-light.active {
    background-color: #ee3158 !important;
    border-color: #ee3158 !important;
    color: #ffffff !important; }
  .theme-info .btn-danger-light:disabled {
    background-color: white;
    border-color: #ffd6de;
    opacity: 0.5; }
  .theme-info .btn-danger-light.disabled {
    background-color: white;
    border-color: #ffd6de;
    opacity: 0.5; }
.theme-info .show > .btn-danger-light.dropdown-toggle {
  background-color: #ee3158 !important;
  border-color: #ee3158 !important;
  color: #ffffff; }
.theme-info .btn-outline.btn-danger-light {
  color: #ee3158;
  background-color: transparent;
  border-color: #ffd6de !important; }
  .theme-info .btn-outline.btn-danger-light:hover, .theme-info .btn-outline.btn-danger-light:active, .theme-info .btn-outline.btn-danger-light.active {
    background-color: #ee3158 !important;
    border-color: #ee3158 !important;
    color: #ffffff !important; }
.theme-info .show > .btn-outline.btn-danger-light.dropdown-toggle {
  background-color: #ee3158 !important;
  border-color: #ee3158 !important;
  color: #ffffff; }
.theme-info .btn-flat.btn-danger-light {
  color: #ee3158 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-info .btn-flat.btn-danger-light:hover, .theme-info .btn-flat.btn-danger-light:active, .theme-info .btn-flat.btn-danger-light.active {
    background-color: #ee3158 !important;
    border-color: #ee3158 !important;
    color: #ffffff !important; }

/*---Warning Button light---*/
.theme-info .btn-warning-light {
  background-color: #fff8ea;
  border-color: #fff8ea;
  color: #ffa800; }
  .theme-info .btn-warning-light:hover, .theme-info .btn-warning-light:active, .theme-info .btn-warning-light:focus, .theme-info .btn-warning-light.active {
    background-color: #ffa800 !important;
    border-color: #ffa800 !important;
    color: #ffffff !important; }
  .theme-info .btn-warning-light:disabled {
    background-color: white;
    border-color: #fff8ea;
    opacity: 0.5; }
  .theme-info .btn-warning-light.disabled {
    background-color: white;
    border-color: #fff8ea;
    opacity: 0.5; }
.theme-info .show > .btn-warning-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff; }
.theme-info .btn-outline.btn-warning-light {
  color: #ffa800;
  background-color: transparent;
  border-color: #fff8ea !important; }
  .theme-info .btn-outline.btn-warning-light:hover, .theme-info .btn-outline.btn-warning-light:active, .theme-info .btn-outline.btn-warning-light.active {
    background-color: #ffa800 !important;
    border-color: #ffa800 !important;
    color: #ffffff !important; }
.theme-info .show > .btn-outline.btn-warning-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff; }
.theme-info .btn-flat.btn-warning-light {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-info .btn-flat.btn-warning-light:hover, .theme-info .btn-flat.btn-warning-light:active, .theme-info .btn-flat.btn-warning-light.active {
    background-color: #ffa800 !important;
    border-color: #ffa800 !important;
    color: #ffffff !important; }

/*---callout---*/
.theme-info .callout.callout-primary {
  border-color: #3596f7;
  background-color: #3596f7 !important; }
.theme-info .callout.callout-info {
  border-color: #5156be;
  background-color: #5156be !important; }
.theme-info .callout.callout-success {
  border-color: #05825f;
  background-color: #05825f !important; }
.theme-info .callout.callout-danger {
  border-color: #ee3158;
  background-color: #ee3158 !important; }
.theme-info .callout.callout-warning {
  border-color: #ffa800;
  background-color: #ffa800 !important; }

/*---alert---*/
.theme-info .alert-primary {
  border-color: #3596f7;
  background-color: #3596f7 !important;
  color: #ffffff; }
.theme-info .alert-info {
  border-color: #5156be;
  background-color: #5156be !important;
  color: #ffffff; }
.theme-info .alert-success {
  border-color: #05825f;
  background-color: #05825f !important;
  color: #ffffff; }
.theme-info .alert-danger {
  border-color: #ee3158;
  background-color: #ee3158 !important;
  color: #ffffff; }
.theme-info .alert-error {
  border-color: #ee3158;
  background-color: #ee3158 !important;
  color: #ffffff; }
.theme-info .alert-warning {
  border-color: #ffa800;
  background-color: #ffa800 !important;
  color: #ffffff; }

/*---direct-chat---*/
.theme-info .direct-chat-primary .right > .direct-chat-text p {
  background-color: #3596f7;
  color: #ffffff; }
.theme-info .direct-chat-primary .right > .direct-chat-text:before, .theme-info .direct-chat-primary .right > .direct-chat-text:after {
  border-left-color: #3596f7; }
.theme-info .direct-chat-info .right > .direct-chat-text p {
  background-color: #5156be;
  color: #ffffff; }
.theme-info .direct-chat-info .right > .direct-chat-text:before, .theme-info .direct-chat-info .right > .direct-chat-text:after {
  border-left-color: #5156be; }
.theme-info .direct-chat-success .right > .direct-chat-text p {
  background-color: #05825f;
  color: #ffffff; }
.theme-info .direct-chat-success .right > .direct-chat-text:before, .theme-info .direct-chat-success .right > .direct-chat-text:after {
  border-left-color: #05825f; }
.theme-info .direct-chat-danger .right > .direct-chat-text p {
  background-color: #ee3158;
  color: #ffffff; }
.theme-info .direct-chat-danger .right > .direct-chat-text:before, .theme-info .direct-chat-danger .right > .direct-chat-text:after {
  border-left-color: #ee3158; }
.theme-info .direct-chat-warning .right > .direct-chat-text p {
  background-color: #ffa800;
  color: #ffffff; }
.theme-info .direct-chat-warning .right > .direct-chat-text:before, .theme-info .direct-chat-warning .right > .direct-chat-text:after {
  border-left-color: #ffa800; }
.theme-info .right .direct-chat-text p {
  background-color: #3596f7; }

/*---modal---*/
.theme-info .modal-primary .modal-footer, .theme-info .modal-primary .modal-header {
  border-color: #3596f7; }
.theme-info .modal-primary .modal-body {
  background-color: #3596f7 !important; }
.theme-info .modal-info .modal-footer, .theme-info .modal-info .modal-header {
  border-color: #5156be; }
.theme-info .modal-info .modal-body {
  background-color: #5156be !important; }
.theme-info .modal-success .modal-footer, .theme-info .modal-success .modal-header {
  border-color: #05825f; }
.theme-info .modal-success .modal-body {
  background-color: #05825f !important; }
.theme-info .modal-danger .modal-footer, .theme-info .modal-danger .modal-header {
  border-color: #ee3158; }
.theme-info .modal-danger .modal-body {
  background-color: #ee3158 !important; }
.theme-info .modal-warning .modal-footer, .theme-info .modal-warning .modal-header {
  border-color: #ffa800; }
.theme-info .modal-warning .modal-body {
  background-color: #ffa800 !important; }

/*---border---*/
.theme-info .border-primary {
  border-color: #3596f7 !important; }
.theme-info .border-info {
  border-color: #5156be !important; }
.theme-info .border-success {
  border-color: #05825f !important; }
.theme-info .border-danger {
  border-color: #ee3158 !important; }
.theme-info .border-warning {
  border-color: #ffa800 !important; }

/*---Background---*/
.theme-info .bg-primary {
  background-color: #3596f7 !important;
  color: #ffffff; }
.theme-info .bg-primary-light {
  background-color: #cce5ff !important;
  color: #3596f7; }
.theme-info .bg-info {
  background-color: #5156be !important;
  color: #ffffff; }
.theme-info .bg-info-light {
  background-color: #c8c9ee !important;
  color: #5156be; }
.theme-info .bg-success {
  background-color: #05825f !important;
  color: #ffffff; }
.theme-info .bg-success-light {
  background-color: #ebf9f5 !important;
  color: #05825f; }
.theme-info .bg-danger {
  background-color: #ee3158 !important;
  color: #ffffff; }
.theme-info .bg-danger-light {
  background-color: #ffd6de !important;
  color: #ee3158; }
.theme-info .bg-warning {
  background-color: #ffa800 !important;
  color: #ffffff; }
.theme-info .bg-warning-light {
  background-color: #fff8ea !important;
  color: #ffa800; }

/*---text---*/
.theme-info .text-primary {
  color: #3596f7 !important; }
.theme-info .text-primary-light {
  color: #c8c9ee !important; }
.theme-info a.text-primary:hover, .theme-info a.text-primary:focus {
  color: #3596f7 !important; }
.theme-info .hover-primary:hover, .theme-info .hover-primary:focus {
  color: #3596f7 !important; }
.theme-info .text-info {
  color: #5156be !important; }
.theme-info .text-info-light {
  color: #cce5ff !important; }
.theme-info a.text-info:hover, .theme-info a.text-info:focus {
  color: #5156be !important; }
.theme-info .hover-info:hover, .theme-info .hover-info:focus {
  color: #5156be !important; }
.theme-info .text-success {
  color: #05825f !important; }
.theme-info .text-success-light {
  color: #ebf9f5 !important; }
.theme-info a.text-success:hover, .theme-info a.text-success:focus {
  color: #05825f !important; }
.theme-info .hover-success:hover, .theme-info .hover-success:focus {
  color: #05825f !important; }
.theme-info .text-danger {
  color: #ee3158 !important; }
.theme-info .text-danger-light {
  color: #ffd6de !important; }
.theme-info a.text-danger:hover, .theme-info a.text-danger:focus {
  color: #ee3158 !important; }
.theme-info .hover-danger:hover, .theme-info .hover-danger:focus {
  color: #ee3158 !important; }
.theme-info .text-warning {
  color: #ffa800 !important; }
.theme-info .text-warning-light {
  color: #fff8ea !important; }
.theme-info a.text-warning:hover, .theme-info a.text-warning:focus {
  color: #ffa800 !important; }
.theme-info .hover-warning:hover, .theme-info .hover-warning:focus {
  color: #ffa800 !important; }

/*---active background---*/
.theme-info .active.active-primary {
  background-color: #097df0 !important; }
.theme-info .active.active-info {
  background-color: #3c40a0 !important; }
.theme-info .active.active-success {
  background-color: #03513b !important; }
.theme-info .active.active-danger {
  background-color: #da123b !important; }
.theme-info .active.active-warning {
  background-color: #cc8600 !important; }

/*---label background---*/
.theme-info .label-primary {
  background-color: #3596f7 !important; }
.theme-info .label-info {
  background-color: #5156be !important; }
.theme-info .label-success {
  background-color: #05825f !important; }
.theme-info .label-danger {
  background-color: #ee3158 !important; }
.theme-info .label-warning {
  background-color: #ffa800 !important; }

/*---ribbon---*/
.theme-info .ribbon-box .ribbon-primary {
  background-color: #3596f7; }
  .theme-info .ribbon-box .ribbon-primary:before {
    border-color: #3596f7 transparent transparent; }
.theme-info .ribbon-box .ribbon-two-primary span {
  background-color: #3596f7; }
  .theme-info .ribbon-box .ribbon-two-primary span:before {
    border-left: 3px solid #097df0;
    border-top: 3px solid #097df0; }
  .theme-info .ribbon-box .ribbon-two-primary span:after {
    border-right: 3px solid #097df0;
    border-top: 3px solid #097df0; }
.theme-info .ribbon-box .ribbon-info {
  background-color: #5156be; }
  .theme-info .ribbon-box .ribbon-info:before {
    border-color: #5156be transparent transparent; }
.theme-info .ribbon-box .ribbon-two-info span {
  background-color: #5156be; }
  .theme-info .ribbon-box .ribbon-two-info span:before {
    border-left: 3px solid #3c40a0;
    border-top: 3px solid #3c40a0; }
  .theme-info .ribbon-box .ribbon-two-info span:after {
    border-right: 3px solid #3c40a0;
    border-top: 3px solid #3c40a0; }
.theme-info .ribbon-box .ribbon-success {
  background-color: #05825f; }
  .theme-info .ribbon-box .ribbon-success:before {
    border-color: #05825f transparent transparent; }
.theme-info .ribbon-box .ribbon-two-success span {
  background-color: #05825f; }
  .theme-info .ribbon-box .ribbon-two-success span:before {
    border-left: 3px solid #03513b;
    border-top: 3px solid #03513b; }
  .theme-info .ribbon-box .ribbon-two-success span:after {
    border-right: 3px solid #03513b;
    border-top: 3px solid #03513b; }
.theme-info .ribbon-box .ribbon-danger {
  background-color: #ee3158; }
  .theme-info .ribbon-box .ribbon-danger:before {
    border-color: #ee3158 transparent transparent; }
.theme-info .ribbon-box .ribbon-two-danger span {
  background-color: #ee3158; }
  .theme-info .ribbon-box .ribbon-two-danger span:before {
    border-left: 3px solid #da123b;
    border-top: 3px solid #da123b; }
  .theme-info .ribbon-box .ribbon-two-danger span:after {
    border-right: 3px solid #da123b;
    border-top: 3px solid #da123b; }
.theme-info .ribbon-box .ribbon-warning {
  background-color: #ffa800; }
  .theme-info .ribbon-box .ribbon-warning:before {
    border-color: #ffa800 transparent transparent; }
.theme-info .ribbon-box .ribbon-two-warning span {
  background-color: #ffa800; }
  .theme-info .ribbon-box .ribbon-two-warning span:before {
    border-left: 3px solid #cc8600;
    border-top: 3px solid #cc8600; }
  .theme-info .ribbon-box .ribbon-two-warning span:after {
    border-right: 3px solid #cc8600;
    border-top: 3px solid #cc8600; }

/*---Box---*/
.theme-info .box-primary {
  background-color: #3596f7 !important; }
  .theme-info .box-primary.box-bordered {
    border-color: #3596f7; }
.theme-info .box-outline-primary {
  background-color: #ffffff;
  border: 1px solid #3596f7; }
.theme-info .box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background-color: #3596f7; }
  .theme-info .box.box-solid.box-primary > .box-header .btn {
    color: #ffffff; }
  .theme-info .box.box-solid.box-primary > .box-header > a {
    color: #ffffff; }
.theme-info .box-info {
  background-color: #5156be !important; }
  .theme-info .box-info.box-bordered {
    border-color: #5156be; }
.theme-info .box-outline-info {
  background-color: #ffffff;
  border: 1px solid #5156be; }
.theme-info .box.box-solid.box-info > .box-header {
  color: #ffffff;
  background-color: #5156be; }
  .theme-info .box.box-solid.box-info > .box-header .btn {
    color: #ffffff; }
  .theme-info .box.box-solid.box-info > .box-header > a {
    color: #ffffff; }
.theme-info .box-success {
  background-color: #05825f !important; }
  .theme-info .box-success.box-bordered {
    border-color: #05825f; }
.theme-info .box-outline-success {
  background-color: #ffffff;
  border: 1px solid #05825f; }
.theme-info .box.box-solid.box-success > .box-header {
  color: #ffffff;
  background-color: #05825f; }
  .theme-info .box.box-solid.box-success > .box-header .btn {
    color: #ffffff; }
  .theme-info .box.box-solid.box-success > .box-header > a {
    color: #ffffff; }
.theme-info .box-danger {
  background-color: #ee3158 !important; }
  .theme-info .box-danger.box-bordered {
    border-color: #ee3158; }
.theme-info .box-outline-danger {
  background-color: #ffffff;
  border: 1px solid #ee3158; }
.theme-info .box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background-color: #ee3158; }
  .theme-info .box.box-solid.box-danger > .box-header .btn {
    color: #ffffff; }
  .theme-info .box.box-solid.box-danger > .box-header > a {
    color: #ffffff; }
.theme-info .box-warning {
  background-color: #ffa800 !important; }
  .theme-info .box-warning.box-bordered {
    border-color: #ffa800; }
.theme-info .box-outline-warning {
  background-color: #ffffff;
  border: 1px solid #ffa800; }
.theme-info .box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background-color: #ffa800; }
  .theme-info .box.box-solid.box-warning > .box-header .btn {
    color: #ffffff; }
  .theme-info .box.box-solid.box-warning > .box-header > a {
    color: #ffffff; }
.theme-info .box-profile .social-states a:hover {
  color: #097df0; }
.theme-info .box-controls li > a:hover {
  color: #097df0; }
.theme-info .box-controls .dropdown.show > a {
  color: #097df0; }
.theme-info .box-fullscreen .box-btn-fullscreen {
  color: #097df0; }

/*---progress bar---*/
.theme-info .progress-bar-primary {
  background-color: #3596f7; }
.theme-info .progress-bar-info {
  background-color: #5156be; }
.theme-info .progress-bar-success {
  background-color: #05825f; }
.theme-info .progress-bar-danger {
  background-color: #ee3158; }
.theme-info .progress-bar-warning {
  background-color: #ffa800; }

/*---panel---*/
.theme-info .panel-primary {
  border-color: #3596f7; }
  .theme-info .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #3596f7;
    border-color: #3596f7; }
    .theme-info .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #3596f7; }
    .theme-info .panel-primary > .panel-heading .badge-pill {
      color: #3596f7;
      background-color: #ffffff; }
  .theme-info .panel-primary .panel-title, .theme-info .panel-primary .panel-action {
    color: #ffffff; }
  .theme-info .panel-primary .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #3596f7; }
.theme-info .panel-line.panel-primary .panel-heading {
  color: #3596f7;
  border-top-color: #3596f7;
  background: transparent; }
.theme-info .panel-line.panel-primary .panel-title, .theme-info .panel-line.panel-primary .panel-action {
  color: #3596f7; }
.theme-info .panel-info {
  border-color: #5156be; }
  .theme-info .panel-info > .panel-heading {
    color: #ffffff;
    background-color: #5156be;
    border-color: #5156be; }
    .theme-info .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #5156be; }
    .theme-info .panel-info > .panel-heading .badge-pill {
      color: #5156be;
      background-color: #ffffff; }
  .theme-info .panel-info .panel-title, .theme-info .panel-info .panel-action {
    color: #ffffff; }
  .theme-info .panel-info .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #5156be; }
.theme-info .panel-line.panel-info .panel-heading {
  color: #5156be;
  border-top-color: #5156be;
  background: transparent; }
.theme-info .panel-line.panel-info .panel-title, .theme-info .panel-line.panel-info .panel-action {
  color: #5156be; }
.theme-info .panel-success {
  border-color: #05825f; }
  .theme-info .panel-success > .panel-heading {
    color: #ffffff;
    background-color: #05825f;
    border-color: #05825f; }
    .theme-info .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #05825f; }
    .theme-info .panel-success > .panel-heading .badge-pill {
      color: #05825f;
      background-color: #ffffff; }
  .theme-info .panel-success .panel-title, .theme-info .panel-success .panel-action {
    color: #ffffff; }
  .theme-info .panel-success .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #05825f; }
.theme-info .panel-line.panel-success .panel-heading {
  color: #05825f;
  border-top-color: #05825f;
  background: transparent; }
.theme-info .panel-line.panel-success .panel-title, .theme-info .panel-line.panel-success .panel-action {
  color: #05825f; }
.theme-info .panel-danger {
  border-color: #ee3158; }
  .theme-info .panel-danger > .panel-heading {
    color: #ffffff;
    background-color: #ee3158;
    border-color: #ee3158; }
    .theme-info .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ee3158; }
    .theme-info .panel-danger > .panel-heading .badge-pill {
      color: #ee3158;
      background-color: #ffffff; }
  .theme-info .panel-danger .panel-title, .theme-info .panel-danger .panel-action {
    color: #ffffff; }
  .theme-info .panel-danger .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ee3158; }
.theme-info .panel-line.panel-danger .panel-heading {
  color: #ee3158;
  border-top-color: #ee3158;
  background: transparent; }
.theme-info .panel-line.panel-danger .panel-title, .theme-info .panel-line.panel-danger .panel-action {
  color: #ee3158; }
.theme-info .panel-warning {
  border-color: #ffa800; }
  .theme-info .panel-warning > .panel-heading {
    color: #ffffff;
    background-color: #ffa800;
    border-color: #ffa800; }
    .theme-info .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ffa800; }
    .theme-info .panel-warning > .panel-heading .badge-pill {
      color: #ffa800;
      background-color: #ffffff; }
  .theme-info .panel-warning .panel-title, .theme-info .panel-warning .panel-action {
    color: #ffffff; }
  .theme-info .panel-warning .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ffa800; }
.theme-info .panel-line.panel-warning .panel-heading {
  color: #ffa800;
  border-top-color: #ffa800;
  background: transparent; }
.theme-info .panel-line.panel-warning .panel-title, .theme-info .panel-line.panel-warning .panel-action {
  color: #ffa800; }

/*---switch---*/
.theme-info .switch input:checked ~ .switch-indicator::after {
  background-color: #3596f7; }
.theme-info .switch.switch-primary input:checked ~ .switch-indicator::after {
  background-color: #3596f7; }
.theme-info .switch.switch-info input:checked ~ .switch-indicator::after {
  background-color: #5156be; }
.theme-info .switch.switch-success input:checked ~ .switch-indicator::after {
  background-color: #05825f; }
.theme-info .switch.switch-danger input:checked ~ .switch-indicator::after {
  background-color: #ee3158; }
.theme-info .switch.switch-warning input:checked ~ .switch-indicator::after {
  background-color: #ffa800; }

/*---badge---*/
.theme-info .badge-primary {
  background-color: #3596f7;
  color: #ffffff; }
.theme-info .badge-primary[href]:hover, .theme-info .badge-primary[href]:focus {
  background-color: #097df0; }
.theme-info .badge-secondary {
  background-color: #e4e6ef;
  color: #172b4c; }
.theme-info .badge-secondary[href]:hover, .theme-info .badge-secondary[href]:focus {
  background-color: #c4c8dc; }
.theme-info .badge-info {
  background-color: #5156be;
  color: #ffffff; }
.theme-info .badge-info[href]:hover, .theme-info .badge-info[href]:focus {
  background-color: #3c40a0; }
.theme-info .badge-success {
  background-color: #05825f;
  color: #ffffff; }
.theme-info .badge-success[href]:hover, .theme-info .badge-success[href]:focus {
  background-color: #03513b; }
.theme-info .badge-danger {
  background-color: #ee3158;
  color: #ffffff; }
.theme-info .badge-danger[href]:hover, .theme-info .badge-danger[href]:focus {
  background-color: #da123b; }
.theme-info .badge-warning {
  background-color: #ffa800;
  color: #ffffff; }
.theme-info .badge-warning[href]:hover, .theme-info .badge-warning[href]:focus {
  background-color: #cc8600; }

/*---badge light---*/
.theme-info .badge-primary-light {
  background-color: #cce5ff;
  color: #3596f7; }
.theme-info .badge-primary-light[href]:hover, .theme-info .badge-primary-light[href]:focus {
  background-color: #99cbff; }
.theme-info .badge-secondary-light {
  background-color: #e9edf2;
  color: #172b4c; }
.theme-info .badge-secondary-light[href]:hover, .theme-info .badge-secondary-light[href]:focus {
  background-color: #c9d3df; }
.theme-info .badge-info-light {
  background-color: #c8c9ee;
  color: #5156be; }
.theme-info .badge-info-light[href]:hover, .theme-info .badge-info-light[href]:focus {
  background-color: #a1a3e2; }
.theme-info .badge-success-light {
  background-color: #ebf9f5;
  color: #05825f; }
.theme-info .badge-success-light[href]:hover, .theme-info .badge-success-light[href]:focus {
  background-color: #c4ede1; }
.theme-info .badge-danger-light {
  background-color: #ffd6de;
  color: #ee3158; }
.theme-info .badge-danger-light[href]:hover, .theme-info .badge-danger-light[href]:focus {
  background-color: #ffa3b5; }
.theme-info .badge-warning-light {
  background-color: #fff8ea;
  color: #ffa800; }
.theme-info .badge-warning-light[href]:hover, .theme-info .badge-warning-light[href]:focus {
  background-color: #ffe7b7; }

/*---rating---*/
.theme-info .rating-primary .active {
  color: #3596f7; }
.theme-info .rating-primary :checked ~ label {
  color: #3596f7; }
.theme-info .rating-primary label:hover {
  color: #3596f7; }
  .theme-info .rating-primary label:hover ~ label {
    color: #3596f7; }
.theme-info .rating-info .active {
  color: #5156be; }
.theme-info .rating-info :checked ~ label {
  color: #5156be; }
.theme-info .rating-info label:hover {
  color: #5156be; }
  .theme-info .rating-info label:hover ~ label {
    color: #5156be; }
.theme-info .rating-success .active {
  color: #05825f; }
.theme-info .rating-success :checked ~ label {
  color: #05825f; }
.theme-info .rating-success label:hover {
  color: #05825f; }
  .theme-info .rating-success label:hover ~ label {
    color: #05825f; }
.theme-info .rating-danger .active {
  color: #ee3158; }
.theme-info .rating-danger :checked ~ label {
  color: #ee3158; }
.theme-info .rating-danger label:hover {
  color: #ee3158; }
  .theme-info .rating-danger label:hover ~ label {
    color: #ee3158; }
.theme-info .rating-warning .active {
  color: #ffa800; }
.theme-info .rating-warning :checked ~ label {
  color: #ffa800; }
.theme-info .rating-warning label:hover {
  color: #ffa800; }
  .theme-info .rating-warning label:hover ~ label {
    color: #ffa800; }

/*---toggler---*/
.theme-info .toggler-primary input:checked + i {
  color: #3596f7; }
.theme-info .toggler-info input:checked + i {
  color: #5156be; }
.theme-info .toggler-success input:checked + i {
  color: #05825f; }
.theme-info .toggler-danger input:checked + i {
  color: #ee3158; }
.theme-info .toggler-warning input:checked + i {
  color: #ffa800; }

/*---nav tabs---*/
.theme-info .nav-tabs.nav-tabs-primary .nav-link:hover, .theme-info .nav-tabs.nav-tabs-primary .nav-link:active, .theme-info .nav-tabs.nav-tabs-primary .nav-link:focus, .theme-info .nav-tabs.nav-tabs-primary .nav-link.active {
  border-color: #097df0;
  background-color: transparent;
  color: #097df0; }
.theme-info .nav-tabs.nav-tabs-info .nav-link:hover, .theme-info .nav-tabs.nav-tabs-info .nav-link:active, .theme-info .nav-tabs.nav-tabs-info .nav-link:focus, .theme-info .nav-tabs.nav-tabs-info .nav-link.active {
  border-color: #3c40a0;
  background-color: #5156be;
  color: #ffffff; }
.theme-info .nav-tabs.nav-tabs-success .nav-link:hover, .theme-info .nav-tabs.nav-tabs-success .nav-link:active, .theme-info .nav-tabs.nav-tabs-success .nav-link:focus, .theme-info .nav-tabs.nav-tabs-success .nav-link.active {
  border-color: #03513b;
  background-color: transparent;
  color: #03513b; }
.theme-info .nav-tabs.nav-tabs-danger .nav-link:hover, .theme-info .nav-tabs.nav-tabs-danger .nav-link:active, .theme-info .nav-tabs.nav-tabs-danger .nav-link:focus, .theme-info .nav-tabs.nav-tabs-danger .nav-link.active {
  border-color: #da123b;
  background-color: transparent;
  color: #da123b; }
.theme-info .nav-tabs.nav-tabs-warning .nav-link:hover, .theme-info .nav-tabs.nav-tabs-warning .nav-link:active, .theme-info .nav-tabs.nav-tabs-warning .nav-link:focus, .theme-info .nav-tabs.nav-tabs-warning .nav-link.active {
  border-color: #cc8600;
  background-color: transparent;
  color: #cc8600; }
.theme-info .nav-tabs-custom.tab-primary > .nav-tabs > li a.active {
  border-top-color: #097df0; }
.theme-info .nav-tabs-custom.tab-info > .nav-tabs > li a.active {
  border-top-color: #3c40a0; }
.theme-info .nav-tabs-custom.tab-success > .nav-tabs > li a.active {
  border-top-color: #03513b; }
.theme-info .nav-tabs-custom.tab-danger > .nav-tabs > li a.active {
  border-top-color: #da123b; }
.theme-info .nav-tabs-custom.tab-warning > .nav-tabs > li a.active {
  border-top-color: #cc8600; }
.theme-info .nav-tabs .nav-link.active {
  border-bottom-color: #3596f7;
  background-color: #3596f7;
  color: #ffffff; }
  .theme-info .nav-tabs .nav-link.active:hover, .theme-info .nav-tabs .nav-link.active:focus {
    border-bottom-color: #3596f7;
    background-color: #3596f7;
    color: #ffffff; }
.theme-info .nav-tabs .nav-item.open .nav-link {
  border-bottom-color: #3596f7;
  background-color: #3596f7; }
  .theme-info .nav-tabs .nav-item.open .nav-link:hover, .theme-info .nav-tabs .nav-item.open .nav-link:focus {
    border-bottom-color: #3596f7;
    background-color: #3596f7; }

/*---todo---*/
.theme-info .todo-list .primary {
  border-left-color: #3596f7; }
.theme-info .todo-list .info {
  border-left-color: #3596f7; }
.theme-info .todo-list .success {
  border-left-color: #05825f; }
.theme-info .todo-list .danger {
  border-left-color: #ee3158; }
.theme-info .todo-list .warning {
  border-left-color: #ffa800; }

/*---timeline---*/
.theme-info .timeline .timeline-item > .timeline-event.timeline-event-primary {
  background-color: #3596f7;
  border: 1px solid #3596f7;
  color: #ffffff; }
  .theme-info .timeline .timeline-item > .timeline-event.timeline-event-primary:before, .theme-info .timeline .timeline-item > .timeline-event.timeline-event-primary:after {
    border-left-color: #3596f7;
    border-right-color: #3596f7; }
  .theme-info .timeline .timeline-item > .timeline-event.timeline-event-primary * {
    color: inherit; }
.theme-info .timeline .timeline-item > .timeline-event.timeline-event-info {
  background-color: #5156be;
  border: 1px solid #5156be;
  color: #ffffff; }
  .theme-info .timeline .timeline-item > .timeline-event.timeline-event-info:before, .theme-info .timeline .timeline-item > .timeline-event.timeline-event-info:after {
    border-left-color: #5156be;
    border-right-color: #5156be; }
  .theme-info .timeline .timeline-item > .timeline-event.timeline-event-info * {
    color: inherit; }
.theme-info .timeline .timeline-item > .timeline-event.timeline-event-success {
  background-color: #05825f;
  border: 1px solid #05825f;
  color: #ffffff; }
  .theme-info .timeline .timeline-item > .timeline-event.timeline-event-success:before, .theme-info .timeline .timeline-item > .timeline-event.timeline-event-success:after {
    border-left-color: #05825f;
    border-right-color: #05825f; }
  .theme-info .timeline .timeline-item > .timeline-event.timeline-event-success * {
    color: inherit; }
.theme-info .timeline .timeline-item > .timeline-event.timeline-event-danger {
  background-color: #ee3158;
  border: 1px solid #ee3158;
  color: #ffffff; }
  .theme-info .timeline .timeline-item > .timeline-event.timeline-event-danger:before, .theme-info .timeline .timeline-item > .timeline-event.timeline-event-danger:after {
    border-left-color: #ee3158;
    border-right-color: #ee3158; }
  .theme-info .timeline .timeline-item > .timeline-event.timeline-event-danger * {
    color: inherit; }
.theme-info .timeline .timeline-item > .timeline-event.timeline-event-warning {
  background-color: #ffa800;
  border: 1px solid #ffa800;
  color: #ffffff; }
  .theme-info .timeline .timeline-item > .timeline-event.timeline-event-warning:before, .theme-info .timeline .timeline-item > .timeline-event.timeline-event-warning:after {
    border-left-color: #ffa800;
    border-right-color: #ffa800; }
  .theme-info .timeline .timeline-item > .timeline-event.timeline-event-warning * {
    color: inherit; }
.theme-info .timeline .timeline-item > .timeline-point.timeline-point-primary {
  color: #3596f7;
  background-color: #ffffff; }
.theme-info .timeline .timeline-item > .timeline-point.timeline-point-info {
  color: #5156be;
  background-color: #ffffff; }
.theme-info .timeline .timeline-item > .timeline-point.timeline-point-success {
  color: #05825f;
  background-color: #ffffff; }
.theme-info .timeline .timeline-item > .timeline-point.timeline-point-danger {
  color: #ee3158;
  background-color: #ffffff; }
.theme-info .timeline .timeline-item > .timeline-point.timeline-point-warning {
  color: #ffa800;
  background-color: #ffffff; }
.theme-info .timeline .timeline-label .label-primary {
  background-color: #3596f7; }
.theme-info .timeline .timeline-label .label-info {
  background-color: #5156be; }
.theme-info .timeline .timeline-label .label-success {
  background-color: #05825f; }
.theme-info .timeline .timeline-label .label-danger {
  background-color: #ee3158; }
.theme-info .timeline .timeline-label .label-warning {
  background-color: #ffa800; }
.theme-info .timeline__year, .theme-info .timeline5:before, .theme-info .timeline__box:before, .theme-info .timeline__date {
  background-color: #3596f7; }
.theme-info .timeline__post {
  border-left: 3px solid #3596f7; }

/*---daterangepicker---*/
.theme-info .daterangepicker td.active {
  background-color: #3596f7; }
  .theme-info .daterangepicker td.active:hover {
    background-color: #3596f7; }
.theme-info .daterangepicker .input-mini.active {
  border: 1px solid #3596f7; }
.theme-info .ranges li:hover, .theme-info .ranges li:active, .theme-info .ranges li.active {
  border: 1px solid #3596f7;
  background-color: #3596f7; }

/*---control-sidebar---*/
.theme-info .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hover, .theme-info .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:active, .theme-info .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-color: #3596f7;
  color: #3596f7; }
.theme-info .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active {
  border-color: #3596f7;
  color: #3596f7; }
  .theme-info .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:hover, .theme-info .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:active, .theme-info .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:focus {
    border-color: #3596f7;
    color: #3596f7; }
.theme-info .control-sidebar .rpanel-title .btn:hover {
  color: #3596f7; }

/*---nav---*/
.theme-info .nav > li > a:hover, .theme-info .nav > li > a:active, .theme-info .nav > li > a:focus {
  color: #3596f7; }
.theme-info .nav-pills > li > a.active {
  border-top-color: #3596f7;
  background-color: #3596f7 !important;
  color: #ffffff; }
  .theme-info .nav-pills > li > a.active:hover, .theme-info .nav-pills > li > a.active:focus {
    border-top-color: #3596f7;
    background-color: #3596f7 !important;
    color: #ffffff; }
.theme-info .mailbox-nav .nav-pills > li > a:hover, .theme-info .mailbox-nav .nav-pills > li > a:focus {
  border-color: #3596f7; }
.theme-info .mailbox-nav .nav-pills > li > a.active {
  border-color: #3596f7; }
  .theme-info .mailbox-nav .nav-pills > li > a.active:hover, .theme-info .mailbox-nav .nav-pills > li > a.active:focus {
    border-color: #3596f7; }
.theme-info .nav-tabs-custom > .nav-tabs > li a.active {
  border-top-color: #3596f7; }
.theme-info .profile-tab li a.nav-link.active {
  border-bottom: 2px solid #3596f7; }
.theme-info .customtab li a.nav-link.active {
  border-bottom: 2px solid #3596f7; }

/*---form-element---*/
.theme-info .form-element .input-group .input-group-addon {
  background-image: linear-gradient(45deg, #3596f7, #5156be), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-info .form-element .form-control {
  background-image: linear-gradient(45deg, #3596f7, #5156be), linear-gradient(#3b6dc1, #3b6dc1); }
  .theme-info .form-element .form-control:focus {
    background-image: linear-gradient(45deg, #3596f7, #5156be), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-info .form-control:focus {
  border-color: #3596f7; }
.theme-info [type=checkbox]:checked.chk-col-primary + label:before {
  border-right: 2px solid #3596f7;
  border-bottom: 2px solid #3596f7; }
.theme-info [type=checkbox]:checked.chk-col-info + label:before {
  border-right: 2px solid #5156be;
  border-bottom: 2px solid #5156be; }
.theme-info [type=checkbox]:checked.chk-col-success + label:before {
  border-right: 2px solid #05825f;
  border-bottom: 2px solid #05825f; }
.theme-info [type=checkbox]:checked.chk-col-danger + label:before {
  border-right: 2px solid #ee3158;
  border-bottom: 2px solid #ee3158; }
.theme-info [type=checkbox]:checked.chk-col-warning + label:before {
  border-right: 2px solid #ffa800;
  border-bottom: 2px solid #ffa800; }
.theme-info [type=checkbox].filled-in:checked.chk-col-primary + label:after {
  border: 2px solid #3596f7;
  background-color: #3596f7; }
.theme-info [type=checkbox].filled-in:checked.chk-col-info + label:after {
  border: 2px solid #5156be;
  background-color: #5156be; }
.theme-info [type=checkbox].filled-in:checked.chk-col-success + label:after {
  border: 2px solid #05825f;
  background-color: #05825f; }
.theme-info [type=checkbox].filled-in:checked.chk-col-danger + label:after {
  border: 2px solid #ee3158;
  background-color: #ee3158; }
.theme-info [type=checkbox].filled-in:checked.chk-col-warning + label:after {
  border: 2px solid #ffa800;
  background-color: #ffa800; }
.theme-info [type=radio].radio-col-primary:checked + label:after {
  background-color: #3596f7;
  border-color: #3596f7;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].with-gap.radio-col-primary:checked + label:before {
  border: 2px solid #3596f7;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].with-gap.radio-col-primary:checked + label:after {
  background-color: #3596f7;
  border: 2px solid #3596f7;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].radio-col-info:checked + label:after {
  background-color: #5156be;
  border-color: #5156be;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].with-gap.radio-col-info:checked + label:before {
  border: 2px solid #5156be;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].with-gap.radio-col-info:checked + label:after {
  background-color: #5156be;
  border: 2px solid #5156be;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].radio-col-success:checked + label:after {
  background-color: #05825f;
  border-color: #05825f;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].with-gap.radio-col-success:checked + label:before {
  border: 2px solid #05825f;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].with-gap.radio-col-success:checked + label:after {
  background-color: #05825f;
  border: 2px solid #05825f;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].radio-col-danger:checked + label:after {
  background-color: #ee3158;
  border-color: #ee3158;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].with-gap.radio-col-danger:checked + label:before {
  border: 2px solid #ee3158;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].with-gap.radio-col-danger:checked + label:after {
  background-color: #ee3158;
  border: 2px solid #ee3158;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].radio-col-warning:checked + label:after {
  background-color: #ffa800;
  border-color: #ffa800;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].with-gap.radio-col-warning:checked + label:before {
  border: 2px solid #ffa800;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].with-gap.radio-col-warning:checked + label:after {
  background-color: #ffa800;
  border: 2px solid #ffa800;
  animation: ripple .2s linear forwards; }
.theme-info [type=checkbox]:checked + label:before {
  border-right: 2px solid #3596f7;
  border-bottom: 2px solid #3596f7; }
.theme-info [type=checkbox].filled-in:checked + label:after {
  border: 2px solid #3596f7;
  background-color: #3596f7; }
.theme-info [type=radio].with-gap:checked + label:before, .theme-info [type=radio].with-gap:checked + label:after {
  border: 2px solid #3596f7; }
.theme-info [type=radio].with-gap:checked + label:after {
  background-color: #3596f7;
  z-index: 0; }
.theme-info [type=radio]:checked + label:after {
  border: 2px solid #3596f7;
  background-color: #3596f7;
  z-index: 0; }
.theme-info [type=checkbox].filled-in.tabbed:checked:focus + label:after {
  border-color: #3596f7;
  background-color: #3596f7; }

/*---Calender---*/
.theme-info .fx-element-overlay .fx-card-item .fx-card-content a:hover {
  color: #3596f7; }
.theme-info .fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li a:hover {
  background: #3596f7;
  border-color: #3596f7; }
.theme-info .fc-event, .theme-info .calendar-event {
  background: #3596f7; }

/*---Tabs---*/
.theme-info .tabs-vertical li .nav-link:hover, .theme-info .tabs-vertical li .nav-link:active, .theme-info .tabs-vertical li .nav-link:focus, .theme-info .tabs-vertical li .nav-link.active {
  background-color: #3596f7;
  color: #ffffff; }
.theme-info .customvtab .tabs-vertical li .nav-link:hover, .theme-info .customvtab .tabs-vertical li .nav-link:active, .theme-info .customvtab .tabs-vertical li .nav-link:focus, .theme-info .customvtab .tabs-vertical li .nav-link.active {
  border-right: 2px solid #3596f7;
  color: #3596f7; }
.theme-info .customtab2 li a.nav-link:hover, .theme-info .customtab2 li a.nav-link:active, .theme-info .customtab2 li a.nav-link.active {
  background-color: #3596f7; }

.rtl.theme-info .customvtab .tabs-vertical li .nav-link:hover, .rtl.theme-info .customvtab .tabs-vertical li .nav-link:active, .rtl.theme-info .customvtab .tabs-vertical li .nav-link:focus, .rtl.theme-info .customvtab .tabs-vertical li .nav-link.active {
  border-right: none;
  border-left: 2px solid #3596f7; }

/*---Notification---*/
.theme-info .jq-icon-primary {
  background-color: #3596f7;
  color: #ffffff;
  border-color: #3596f7; }
.theme-info .jq-icon-info {
  background-color: #5156be;
  color: #ffffff;
  border-color: #5156be; }
.theme-info .jq-icon-success {
  background-color: #05825f;
  color: #ffffff;
  border-color: #3596f7; }
.theme-info .jq-icon-error {
  background-color: #ee3158;
  color: #ffffff;
  border-color: #ee3158; }
.theme-info .jq-icon-danger {
  background-color: #ee3158;
  color: #ffffff;
  border-color: #ee3158; }
.theme-info .jq-icon-warning {
  background-color: #ffa800;
  color: #ffffff;
  border-color: #ffa800; }

/*---avatar---*/
.theme-info .avatar.status-primary::after {
  background-color: #3596f7; }
.theme-info .avatar.status-info::after {
  background-color: #5156be; }
.theme-info .avatar.status-success::after {
  background-color: #05825f; }
.theme-info .avatar.status-danger::after {
  background-color: #ee3158; }
.theme-info .avatar.status-warning::after {
  background-color: #ffa800; }
.theme-info .avatar[class*='status-']::after {
  background-color: #3596f7; }
.theme-info .avatar-add:hover {
  background-color: #097df0;
  border-color: #097df0; }

/*---media---*/
.theme-info .media-chat.media-chat-reverse .media-body p {
  background-color: #3596f7; }
.theme-info .media-right-out a:hover {
  color: #097df0; }

/*---control---*/
.theme-info .control input:checked:focus ~ .control_indicator {
  background-color: #3596f7; }
.theme-info .control input:checked ~ .control_indicator {
  background-color: #3596f7; }
.theme-info .control:hover input:not([disabled]):checked ~ .control_indicator {
  background-color: #3596f7; }

/*---flex---*/
.theme-info .flex-column > li > a.nav-link.active {
  border-left-color: #3596f7; }
  .theme-info .flex-column > li > a.nav-link.active:hover {
    border-left-color: #3596f7; }

/*---pagination---*/
.theme-info .pagination li a.current {
  border: 1px solid #3596f7;
  background-color: #3596f7; }
  .theme-info .pagination li a.current:hover {
    border: 1px solid #3596f7;
    background-color: #3596f7; }
.theme-info .pagination li a:hover {
  border: 1px solid #097df0;
  background-color: #097df0 !important; }
.theme-info .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 1px solid #3596f7;
  background-color: #3596f7; }
  .theme-info .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #3596f7;
    background-color: #3596f7; }
.theme-info .paging_simple_numbers .pagination .paginate_button.active a {
  background-color: #3596f7; }
.theme-info .paging_simple_numbers .pagination .paginate_button:hover a {
  background-color: #3596f7; }
.theme-info .footable .pagination li a:hover, .theme-info .footable .pagination li a:active, .theme-info .footable .pagination li a.active {
  background-color: #3596f7; }

/*---dataTables---*/
.theme-info .dt-buttons .dt-button {
  background-color: #3596f7; }

/*---select2---*/
.theme-info .select2-container--default.select2-container--open {
  border-color: #3596f7; }
.theme-info .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3596f7; }
.theme-info .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #3596f7 !important; }
.theme-info .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #3596f7 !important; }
.theme-info .select2-container--default .select2-selection--multiple:focus {
  border-color: #3596f7 !important; }
.theme-info .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3596f7;
  border-color: #3596f7; }

/*---Other---*/
.theme-info .myadmin-dd .dd-list .dd-list .dd-handle:hover {
  color: #097df0; }
.theme-info .myadmin-dd-empty .dd-list .dd3-handle:hover {
  color: #097df0; }
.theme-info .myadmin-dd-empty .dd-list .dd3-content:hover {
  color: #097df0; }
.theme-info [data-overlay-primary]::before {
  background: #097df0; }

/*---wizard---*/
.theme-info .wizard-content .wizard > .steps > ul > li.current {
  border: 2px solid #3596f7;
  background-color: #3596f7; }
.theme-info .wizard-content .wizard > .steps > ul > li.done {
  border-color: #097df0;
  background-color: #097df0; }
.theme-info .wizard-content .wizard > .actions > ul > li > a {
  background-color: #3596f7; }
.theme-info .wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  background-color: #3596f7; }
.theme-info .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  background-color: #3596f7; }
.theme-info .wizard-content .wizard.wizard-notification > .steps > ul > li:after {
  background-color: #3596f7; }
.theme-info .wizard-content .wizard.wizard-notification > .steps > ul > li:before {
  background-color: #3596f7; }
.theme-info .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
  border: 2px solid #3596f7;
  color: #3596f7; }
  .theme-info .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step:after {
    border-top-color: #3596f7; }
.theme-info .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
  border-top-color: #3596f7; }

@media (max-width: 767px) {
  .theme-info .wizard-content .wizard > .steps > ul > li:last-child:after {
    background-color: #3596f7; } }
@media (max-width: 575px) {
  .theme-info .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #3596f7; } }
/*---slider---*/
.theme-info #primary .slider-selection {
  background-color: #3596f7; }
.theme-info #info .slider-selection {
  background-color: #5156be; }
.theme-info #success .slider-selection {
  background-color: #05825f; }
.theme-info #danger .slider-selection {
  background-color: #ee3158; }
.theme-info #warning .slider-selection {
  background-color: #ffa800; }

/*---horizontal-timeline---*/
.theme-info .cd-horizontal-timeline .events a.selected::after {
  background: #3596f7;
  border-color: #3596f7; }
.theme-info .cd-horizontal-timeline .events a.older-event::after {
  border-color: #3596f7; }
.theme-info .cd-horizontal-timeline .filling-line {
  background: #3596f7; }
.theme-info .cd-horizontal-timeline a {
  color: #3596f7; }
  .theme-info .cd-horizontal-timeline a:hover, .theme-info .cd-horizontal-timeline a:focus {
    color: #3596f7; }
.theme-info .cd-timeline-navigation a:hover, .theme-info .cd-timeline-navigation a:focus {
  border-color: #3596f7; }

/**************************************
Theme Success Color
**************************************/
.bg-gradient-success, .theme-success .bg-gradient-success, .theme-success .art-bg {
  background: linear-gradient(45deg, #05825f, #3596f7); }

.bg-light-body {
  background: transparent; }

.theme-success.fixed .main-header {
  background: #ffffff; }
.theme-success .main-header {
  background: #ffffff; }

.theme-success.onlyheader .art-bg {
  background-image: none; }

.bg-gradient-success-dark, .dark-skin.theme-success .bg-gradient-success, .dark-skin.theme-success .art-bg {
  background-image: linear-gradient(45deg, #012017, #0863be); }

.bg-dark-body {
  background: #0c1a32; }

.dark-skin.theme-success.fixed .main-header {
  background: #15243e; }
.dark-skin.theme-success .main-header {
  background: #15243e; }

@media (max-width: 767px) {
  .theme-success.fixed .main-header {
    background-image: #e4e6ef; }
    .theme-success.fixed .main-header.navbar {
      background: none; }

  .dark-skin.theme-success.fixed .main-header {
    background-image: #0c1a32; } }
.theme-success a:hover, .theme-success a:active, .theme-success a:focus {
  color: #05825f; }
.theme-success .main-sidebar .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-success .main-sidebar .svg-icon:hover, .theme-success .main-sidebar .svg-icon:active, .theme-success .main-sidebar .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-success .main-sidebar a:hover .svg-icon, .theme-success .main-sidebar a:active .svg-icon, .theme-success .main-sidebar a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-success .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-success .svg-icon:hover, .theme-success .svg-icon:active, .theme-success .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-success a:hover .svg-icon, .theme-success a:active .svg-icon, .theme-success a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }

.theme-success.light-skin .sidebar-menu > li.active.treeview > a {
  background-color: transparent;
  color: #05825f !important; }
  .theme-success.light-skin .sidebar-menu > li.active.treeview > a > i {
    color: #05825f; }
  .theme-success.light-skin .sidebar-menu > li.active.treeview > a > svg {
    color: #05825f;
    fill: rgba(1, 104, 250, 0.2); }
  .theme-success.light-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-success.light-skin .sidebar-menu > li.treeview .treeview-menu li a {
  color: #5C607B; }
.theme-success.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #05825f !important; }
.theme-success.dark-skin .sidebar-menu > li.active > a:after {
  border-color: transparent #333333 transparent transparent !important; }
.theme-success.dark-skin .sidebar-menu > li.active.treeview > a {
  background-color: #0c1a32;
  color: #ffffff !important; }
  .theme-success.dark-skin .sidebar-menu > li.active.treeview > a > i {
    color: #ffffff; }
  .theme-success.dark-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-success.dark-skin .sidebar-menu > li.active.treeview .treeview-menu li a {
  color: #b5b5c3; }
.theme-success.dark-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #05825f !important; }
.theme-success.light-skin .sidebar-menu li a:hover {
  color: #05825f !important; }
.theme-success.light-skin .sidebar-menu > li:hover, .theme-success.light-skin .sidebar-menu > li:active, .theme-success.light-skin .sidebar-menu > li.active {
  background-color: rgba(5, 130, 95, 0);
  color: #05825f;
  border-left: 0px solid rgba(5, 130, 95, 0); }
  .theme-success.light-skin .sidebar-menu > li:hover > a, .theme-success.light-skin .sidebar-menu > li:active > a, .theme-success.light-skin .sidebar-menu > li.active > a {
    background-color: transparent; }
  .theme-success.light-skin .sidebar-menu > li:hover a, .theme-success.light-skin .sidebar-menu > li:active a, .theme-success.light-skin .sidebar-menu > li.active a {
    color: #05825f; }
    .theme-success.light-skin .sidebar-menu > li:hover a > i, .theme-success.light-skin .sidebar-menu > li:active a > i, .theme-success.light-skin .sidebar-menu > li.active a > i {
      color: #5C607B;
      background-color: rgba(5, 130, 95, 0); }
    .theme-success.light-skin .sidebar-menu > li:hover a > svg, .theme-success.light-skin .sidebar-menu > li:active a > svg, .theme-success.light-skin .sidebar-menu > li.active a > svg {
      color: #05825f;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-success.light-skin .sidebar-menu > li:hover a img.svg-icon, .theme-success.light-skin .sidebar-menu > li:active a img.svg-icon, .theme-success.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-success.light-skin .sidebar-menu > li.active {
  background-color: rgba(5, 130, 95, 0);
  color: #05825f;
  border-left: 0px solid #05825f; }
  .theme-success.light-skin .sidebar-menu > li.active > a {
    background-color: transparent; }
  .theme-success.light-skin .sidebar-menu > li.active a {
    color: #05825f; }
    .theme-success.light-skin .sidebar-menu > li.active a > i {
      color: #05825f;
      background-color: rgba(5, 130, 95, 0); }
    .theme-success.light-skin .sidebar-menu > li.active a > svg {
      color: #05825f;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-success.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(5, 130, 95, 0);
    color: #05825f; }
    .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.active a {
      color: #05825f; }
      .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.active a > i {
        color: #05825f;
        background-color: rgba(5, 130, 95, 0); }
  .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li a > i {
    color: #5C607B;
    background-color: rgba(5, 130, 95, 0); }
  .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active {
    background-color: rgba(5, 130, 95, 0);
    color: #05825f; }
    .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a {
      color: #05825f; }
      .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a > i {
        color: #05825f;
        background-color: rgba(5, 130, 95, 0); }
  .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active {
    background-color: rgba(5, 130, 95, 0);
    color: #05825f; }
    .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active > a {
      color: #05825f; }
      .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active > a > i {
        color: #05825f;
        background-color: rgba(5, 130, 95, 0); }
  .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a {
    color: #172b4c; }
    .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a > i {
      color: #172b4c;
      background-color: rgba(5, 130, 95, 0); }
.theme-success.rtl.light-skin .sidebar-menu > li.active {
  border-left: 0px solid #05825f;
  border-right: 0px solid #05825f; }
.theme-success.dark-skin .sidebar-menu li a:hover {
  color: #05825f !important; }
.theme-success.dark-skin .sidebar-menu > li:hover > a, .theme-success.dark-skin .sidebar-menu > li:active > a, .theme-success.dark-skin .sidebar-menu > li.active > a {
  background-color: #0c1a32; }
.theme-success.dark-skin .sidebar-menu > li.active {
  background-color: rgba(5, 130, 95, 0);
  color: white;
  border-left: 0px solid #05825f; }
  .theme-success.dark-skin .sidebar-menu > li.active > a {
    background-color: #0c1a32; }
  .theme-success.dark-skin .sidebar-menu > li.active a {
    color: white; }
    .theme-success.dark-skin .sidebar-menu > li.active a > i {
      color: white; }
    .theme-success.dark-skin .sidebar-menu > li.active a > svg {
      color: #ffffff;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-success.dark-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-success.dark-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(5, 130, 95, 0);
    color: white; }
    .theme-success.dark-skin .sidebar-menu > li.active .treeview-menu li.active > a {
      color: white !important; }
.theme-success.rtl.dark-skin .sidebar-menu > li.active {
  border-left: 0px solid #05825f;
  border-right: 0px solid #05825f; }

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li.active.menu-open {
    background-color: rgba(5, 130, 95, 0.2);
    color: #05825f; } }
/*---Main Nav---*/
.theme-success .sm-blue li.current > a, .theme-success .sm-blue li.highlighted > a {
  background: #05825f;
  color: #ffffff !important; }
  .theme-success .sm-blue li.current > a:hover, .theme-success .sm-blue li.current > a:active, .theme-success .sm-blue li.current > a:focus, .theme-success .sm-blue li.highlighted > a:hover, .theme-success .sm-blue li.highlighted > a:active, .theme-success .sm-blue li.highlighted > a:focus {
    background: #05825f;
    color: #ffffff !important; }
.theme-success .sm-blue a.current, .theme-success .sm-blue a.highlighted {
  background: #05825f;
  color: #ffffff !important; }
.theme-success .sm-blue a:hover, .theme-success .sm-blue a:active, .theme-success .sm-blue a:focus {
  background: #05825f;
  color: #ffffff !important; }
.theme-success .sm-blue ul a:hover, .theme-success .sm-blue ul a:active, .theme-success .sm-blue ul a:focus {
  background: #ebedf3;
  color: #05825f !important; }
.theme-success .sm-blue ul a.highlighted {
  background: #ebedf3;
  color: #05825f !important; }

.dark-skin.theme-success .sm-blue a.current, .dark-skin.theme-success .sm-blue a.highlighted {
  background: #05825f;
  color: #ffffff !important; }
.dark-skin.theme-success .sm-blue a:hover, .dark-skin.theme-success .sm-blue a:active, .dark-skin.theme-success .sm-blue a:focus {
  background: #05825f;
  color: #ffffff !important; }
.dark-skin.theme-success .sm-blue ul a:hover, .dark-skin.theme-success .sm-blue ul a:active, .dark-skin.theme-success .sm-blue ul a:focus {
  background: #29354b;
  color: #05825f !important; }
.dark-skin.theme-success .sm-blue ul a.highlighted {
  background: #29354b;
  color: #05825f !important; }

/*---Primary Button---*/
.theme-success .btn-link {
  color: #05825f; }
.theme-success .btn-primary {
  background-color: #05825f;
  border-color: #05825f;
  color: #ffffff; }
  .theme-success .btn-primary:hover, .theme-success .btn-primary:active, .theme-success .btn-primary:focus, .theme-success .btn-primary.active {
    background-color: #03513b !important;
    border-color: #03513b !important;
    color: #ffffff !important; }
  .theme-success .btn-primary:disabled {
    background-color: #09e4a7;
    border-color: #05825f;
    opacity: 0.5; }
  .theme-success .btn-primary.disabled {
    background-color: #09e4a7;
    border-color: #05825f;
    opacity: 0.5; }
.theme-success .show > .btn-primary.dropdown-toggle {
  background-color: #03513b !important;
  border-color: #03513b !important;
  color: #ffffff; }
.theme-success .btn-outline.btn-primary {
  color: #05825f;
  background-color: transparent;
  border-color: #05825f !important; }
  .theme-success .btn-outline.btn-primary:hover, .theme-success .btn-outline.btn-primary:active, .theme-success .btn-outline.btn-primary.active {
    background-color: #03513b !important;
    border-color: #03513b !important;
    color: #ffffff !important; }
.theme-success .show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #03513b !important;
  border-color: #03513b !important;
  color: #ffffff; }
.theme-success .btn-flat.btn-primary {
  color: #05825f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-success .btn-flat.btn-primary:hover, .theme-success .btn-flat.btn-primary:active, .theme-success .btn-flat.btn-primary.active {
    background-color: #03513b !important;
    border-color: #03513b !important;
    color: #ffffff !important; }

/*---info Button---*/
.theme-success .btn-info {
  background-color: #3596f7;
  border-color: #3596f7;
  color: #ffffff; }
  .theme-success .btn-info:hover, .theme-success .btn-info:active, .theme-success .btn-info:focus, .theme-success .btn-info.active {
    background-color: #097df0 !important;
    border-color: #097df0 !important;
    color: #ffffff !important; }
  .theme-success .btn-info:disabled {
    background-color: #97c9fb;
    border-color: #3596f7;
    opacity: 0.5; }
  .theme-success .btn-info.disabled {
    background-color: #97c9fb;
    border-color: #3596f7;
    opacity: 0.5; }
.theme-success .show > .btn-info.dropdown-toggle {
  background-color: #097df0 !important;
  border-color: #097df0 !important;
  color: #ffffff; }
.theme-success .btn-outline.btn-info {
  color: #3596f7;
  background-color: transparent;
  border-color: #3596f7 !important; }
  .theme-success .btn-outline.btn-info:hover, .theme-success .btn-outline.btn-info:active, .theme-success .btn-outline.btn-info.active {
    background-color: #097df0 !important;
    border-color: #097df0 !important;
    color: #ffffff !important; }
.theme-success .show > .btn-outline.btn-info.dropdown-toggle {
  background-color: #097df0 !important;
  border-color: #097df0 !important;
  color: #ffffff; }
.theme-success .btn-flat.btn-info {
  color: #3596f7 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-success .btn-flat.btn-info:hover, .theme-success .btn-flat.btn-info:active, .theme-success .btn-flat.btn-info.active {
    background-color: #097df0 !important;
    border-color: #097df0 !important;
    color: #ffffff !important; }

/*---Success Button---*/
.theme-success .btn-success {
  background-color: #5156be;
  border-color: #5156be;
  color: #ffffff; }
  .theme-success .btn-success:hover, .theme-success .btn-success:active, .theme-success .btn-success:focus, .theme-success .btn-success.active {
    background-color: #3c40a0 !important;
    border-color: #3c40a0 !important;
    color: #ffffff !important; }
  .theme-success .btn-success:disabled {
    background-color: #9b9eda;
    border-color: #5156be;
    opacity: 0.5; }
  .theme-success .btn-success.disabled {
    background-color: #9b9eda;
    border-color: #5156be;
    opacity: 0.5; }
.theme-success .show > .btn-success.dropdown-toggle {
  background-color: #3c40a0 !important;
  border-color: #3c40a0 !important;
  color: #ffffff; }
.theme-success .btn-outline.btn-success {
  color: #5156be;
  background-color: transparent;
  border-color: #5156be !important; }
  .theme-success .btn-outline.btn-success:hover, .theme-success .btn-outline.btn-success:active, .theme-success .btn-outline.btn-success.active {
    background-color: #3c40a0 !important;
    border-color: #3c40a0 !important;
    color: #ffffff !important; }
.theme-success .show > .btn-outline.btn-success.dropdown-toggle {
  background-color: #3c40a0 !important;
  border-color: #3c40a0 !important;
  color: #ffffff; }
.theme-success .btn-flat.btn-success {
  color: #5156be !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-success .btn-flat.btn-success:hover, .theme-success .btn-flat.btn-success:active, .theme-success .btn-flat.btn-success.active {
    background-color: #3c40a0 !important;
    border-color: #3c40a0 !important;
    color: #ffffff !important; }

/*---Danger Button---*/
.theme-success .btn-danger {
  background-color: #ee3158;
  border-color: #ee3158;
  color: #ffffff; }
  .theme-success .btn-danger:hover, .theme-success .btn-danger:active, .theme-success .btn-danger:focus, .theme-success .btn-danger.active {
    background-color: #da123b !important;
    border-color: #da123b !important;
    color: #ffffff !important; }
  .theme-success .btn-danger:disabled {
    background-color: #f68fa4;
    border-color: #ee3158;
    opacity: 0.5; }
  .theme-success .btn-danger.disabled {
    background-color: #f68fa4;
    border-color: #ee3158;
    opacity: 0.5; }
.theme-success .show > .btn-danger.dropdown-toggle {
  background-color: #da123b !important;
  border-color: #da123b !important;
  color: #ffffff; }
.theme-success .btn-outline.btn-danger {
  color: #ee3158;
  background-color: transparent;
  border-color: #ee3158 !important; }
  .theme-success .btn-outline.btn-danger:hover, .theme-success .btn-outline.btn-danger:active, .theme-success .btn-outline.btn-danger.active {
    background-color: #da123b !important;
    border-color: #da123b !important;
    color: #ffffff !important; }
.theme-success .show > .btn-outline.btn-danger.dropdown-toggle {
  background-color: #da123b !important;
  border-color: #da123b !important;
  color: #ffffff; }
.theme-success .btn-flat.btn-danger {
  color: #ee3158 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-success .btn-flat.btn-danger:hover, .theme-success .btn-flat.btn-danger:active, .theme-success .btn-flat.btn-danger.active {
    background-color: #da123b !important;
    border-color: #da123b !important;
    color: #ffffff !important; }

/*---Warning Button---*/
.theme-success .btn-warning {
  background-color: #ffa800;
  border-color: #ffa800;
  color: #ffffff; }
  .theme-success .btn-warning:hover, .theme-success .btn-warning:active, .theme-success .btn-warning:focus, .theme-success .btn-warning.active {
    background-color: #cc8600 !important;
    border-color: #cc8600 !important;
    color: #ffffff !important; }
  .theme-success .btn-warning:disabled {
    background-color: #ffcb66;
    border-color: #ffa800;
    opacity: 0.5; }
  .theme-success .btn-warning.disabled {
    background-color: #ffcb66;
    border-color: #ffa800;
    opacity: 0.5; }
.theme-success .show > .btn-warning.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff; }
.theme-success .btn-outline.btn-warning {
  color: #ffa800;
  background-color: transparent;
  border-color: #ffa800 !important; }
  .theme-success .btn-outline.btn-warning:hover, .theme-success .btn-outline.btn-warning:active, .theme-success .btn-outline.btn-warning.active {
    background-color: #cc8600 !important;
    border-color: #cc8600 !important;
    color: #ffffff !important; }
.theme-success .show > .btn-outline.btn-warning.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff; }
.theme-success .btn-flat.btn-warning {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-success .btn-flat.btn-warning:hover, .theme-success .btn-flat.btn-warning:active, .theme-success .btn-flat.btn-warning.active {
    background-color: #cc8600 !important;
    border-color: #cc8600 !important;
    color: #ffffff !important; }

/*---Primary Button light---*/
.theme-success .btn-primary-light {
  background-color: #ebf9f5;
  border-color: #ebf9f5;
  color: #05825f; }
  .theme-success .btn-primary-light:hover, .theme-success .btn-primary-light:active, .theme-success .btn-primary-light:focus, .theme-success .btn-primary-light.active {
    background-color: #05825f !important;
    border-color: #05825f !important;
    color: #ffffff !important; }
  .theme-success .btn-primary-light:disabled {
    background-color: white;
    border-color: #ebf9f5;
    opacity: 0.5; }
  .theme-success .btn-primary-light.disabled {
    background-color: white;
    border-color: #ebf9f5;
    opacity: 0.5; }
.theme-success .show > .btn-primary-light.dropdown-toggle {
  background-color: #05825f !important;
  border-color: #05825f !important;
  color: #ffffff; }
.theme-success .btn-outline.btn-primary-light {
  color: #05825f;
  background-color: transparent;
  border-color: #ebf9f5 !important; }
  .theme-success .btn-outline.btn-primary-light:hover, .theme-success .btn-outline.btn-primary-light:active, .theme-success .btn-outline.btn-primary-light.active {
    background-color: #05825f !important;
    border-color: #05825f !important;
    color: #ffffff !important; }
.theme-success .show > .btn-outline.btn-primary-light.dropdown-toggle {
  background-color: #05825f !important;
  border-color: #05825f !important;
  color: #ffffff; }
.theme-success .btn-flat.btn-primary-light {
  color: #05825f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-success .btn-flat.btn-primary-light:hover, .theme-success .btn-flat.btn-primary-light:active, .theme-success .btn-flat.btn-primary-light.active {
    background-color: #05825f !important;
    border-color: #05825f !important;
    color: #ffffff !important; }

/*---info Button light---*/
.theme-success .btn-info-light {
  background-color: #cce5ff;
  border-color: #cce5ff;
  color: #3596f7; }
  .theme-success .btn-info-light:hover, .theme-success .btn-info-light:active, .theme-success .btn-info-light:focus, .theme-success .btn-info-light.active {
    background-color: #3596f7 !important;
    border-color: #3596f7 !important;
    color: #ffffff !important; }
  .theme-success .btn-info-light:disabled {
    background-color: white;
    border-color: #cce5ff;
    opacity: 0.5; }
  .theme-success .btn-info-light.disabled {
    background-color: white;
    border-color: #cce5ff;
    opacity: 0.5; }
.theme-success .show > .btn-info.dropdown-toggle {
  background-color: #3596f7 !important;
  border-color: #3596f7 !important;
  color: #ffffff; }
.theme-success .btn-outline.btn-info-light {
  color: #3596f7;
  background-color: transparent;
  border-color: #cce5ff !important; }
  .theme-success .btn-outline.btn-info-light:hover, .theme-success .btn-outline.btn-info-light:active, .theme-success .btn-outline.btn-info-light.active {
    background-color: #3596f7 !important;
    border-color: #3596f7 !important;
    color: #ffffff !important; }
.theme-success .show > .btn-outline.btn-info-light.dropdown-toggle {
  background-color: #3596f7 !important;
  border-color: #3596f7 !important;
  color: #ffffff; }
.theme-success .btn-flat.btn-info-light {
  color: #3596f7 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-success .btn-flat.btn-info-light:hover, .theme-success .btn-flat.btn-info-light:active, .theme-success .btn-flat.btn-info-light.active {
    background-color: #3596f7 !important;
    border-color: #3596f7 !important;
    color: #ffffff !important; }

/*---Success Button light---*/
.theme-success .btn-success-light {
  background-color: #c8c9ee;
  border-color: #c8c9ee;
  color: #5156be; }
  .theme-success .btn-success-light:hover, .theme-success .btn-success-light:active, .theme-success .btn-success-light:focus, .theme-success .btn-success-light.active {
    background-color: #5156be !important;
    border-color: #5156be !important;
    color: #ffffff !important; }
  .theme-success .btn-success-light:disabled {
    background-color: white;
    border-color: #c8c9ee;
    opacity: 0.5; }
  .theme-success .btn-success-light.disabled {
    background-color: white;
    border-color: #c8c9ee;
    opacity: 0.5; }
.theme-success .show > .btn-success-light.dropdown-toggle {
  background-color: #5156be !important;
  border-color: #5156be !important;
  color: #ffffff; }
.theme-success .btn-outline.btn-success-light {
  color: #5156be;
  background-color: transparent;
  border-color: #c8c9ee !important; }
  .theme-success .btn-outline.btn-success-light:hover, .theme-success .btn-outline.btn-success-light:active, .theme-success .btn-outline.btn-success-light.active {
    background-color: #5156be !important;
    border-color: #5156be !important;
    color: #ffffff !important; }
.theme-success .show > .btn-outline.btn-success-light.dropdown-toggle {
  background-color: #5156be !important;
  border-color: #5156be !important;
  color: #ffffff; }
.theme-success .btn-flat.btn-success-light {
  color: #5156be !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-success .btn-flat.btn-success-light:hover, .theme-success .btn-flat.btn-success-light:active, .theme-success .btn-flat.btn-success-light.active {
    background-color: #5156be !important;
    border-color: #5156be !important;
    color: #ffffff !important; }

/*---Danger Button light---*/
.theme-success .btn-danger-light {
  background-color: #ffd6de;
  border-color: #ffd6de;
  color: #ee3158; }
  .theme-success .btn-danger-light:hover, .theme-success .btn-danger-light:active, .theme-success .btn-danger-light:focus, .theme-success .btn-danger-light.active {
    background-color: #ee3158 !important;
    border-color: #ee3158 !important;
    color: #ffffff !important; }
  .theme-success .btn-danger-light:disabled {
    background-color: white;
    border-color: #ffd6de;
    opacity: 0.5; }
  .theme-success .btn-danger-light.disabled {
    background-color: white;
    border-color: #ffd6de;
    opacity: 0.5; }
.theme-success .show > .btn-danger-light.dropdown-toggle {
  background-color: #ee3158 !important;
  border-color: #ee3158 !important;
  color: #ffffff; }
.theme-success .btn-outline.btn-danger-light {
  color: #ee3158;
  background-color: transparent;
  border-color: #ffd6de !important; }
  .theme-success .btn-outline.btn-danger-light:hover, .theme-success .btn-outline.btn-danger-light:active, .theme-success .btn-outline.btn-danger-light.active {
    background-color: #ee3158 !important;
    border-color: #ee3158 !important;
    color: #ffffff !important; }
.theme-success .show > .btn-outline.btn-danger-light.dropdown-toggle {
  background-color: #ee3158 !important;
  border-color: #ee3158 !important;
  color: #ffffff; }
.theme-success .btn-flat.btn-danger-light {
  color: #ee3158 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-success .btn-flat.btn-danger-light:hover, .theme-success .btn-flat.btn-danger-light:active, .theme-success .btn-flat.btn-danger-light.active {
    background-color: #ee3158 !important;
    border-color: #ee3158 !important;
    color: #ffffff !important; }

/*---Warning Button light---*/
.theme-success .btn-warning-light {
  background-color: #fff8ea;
  border-color: #fff8ea;
  color: #ffa800; }
  .theme-success .btn-warning-light:hover, .theme-success .btn-warning-light:active, .theme-success .btn-warning-light:focus, .theme-success .btn-warning-light.active {
    background-color: #ffa800 !important;
    border-color: #ffa800 !important;
    color: #ffffff !important; }
  .theme-success .btn-warning-light:disabled {
    background-color: white;
    border-color: #fff8ea;
    opacity: 0.5; }
  .theme-success .btn-warning-light.disabled {
    background-color: white;
    border-color: #fff8ea;
    opacity: 0.5; }
.theme-success .show > .btn-warning-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff; }
.theme-success .btn-outline.btn-warning-light {
  color: #ffa800;
  background-color: transparent;
  border-color: #fff8ea !important; }
  .theme-success .btn-outline.btn-warning-light:hover, .theme-success .btn-outline.btn-warning-light:active, .theme-success .btn-outline.btn-warning-light.active {
    background-color: #ffa800 !important;
    border-color: #ffa800 !important;
    color: #ffffff !important; }
.theme-success .show > .btn-outline.btn-warning-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff; }
.theme-success .btn-flat.btn-warning-light {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-success .btn-flat.btn-warning-light:hover, .theme-success .btn-flat.btn-warning-light:active, .theme-success .btn-flat.btn-warning-light.active {
    background-color: #ffa800 !important;
    border-color: #ffa800 !important;
    color: #ffffff !important; }

/*---callout---*/
.theme-success .callout.callout-primary {
  border-color: #05825f;
  background-color: #05825f !important; }
.theme-success .callout.callout-info {
  border-color: #3596f7;
  background-color: #3596f7 !important; }
.theme-success .callout.callout-success {
  border-color: #5156be;
  background-color: #5156be !important; }
.theme-success .callout.callout-danger {
  border-color: #ee3158;
  background-color: #ee3158 !important; }
.theme-success .callout.callout-warning {
  border-color: #ffa800;
  background-color: #ffa800 !important; }

/*---alert---*/
.theme-success .alert-primary {
  border-color: #05825f;
  background-color: #05825f !important;
  color: #ffffff; }
.theme-success .alert-info {
  border-color: #3596f7;
  background-color: #3596f7 !important;
  color: #ffffff; }
.theme-success .alert-success {
  border-color: #5156be;
  background-color: #5156be !important;
  color: #ffffff; }
.theme-success .alert-danger {
  border-color: #ee3158;
  background-color: #ee3158 !important;
  color: #ffffff; }
.theme-success .alert-error {
  border-color: #ee3158;
  background-color: #ee3158 !important;
  color: #ffffff; }
.theme-success .alert-warning {
  border-color: #ffa800;
  background-color: #ffa800 !important;
  color: #ffffff; }

/*---direct-chat---*/
.theme-success .direct-chat-primary .right > .direct-chat-text p {
  background-color: #05825f;
  color: #ffffff; }
.theme-success .direct-chat-primary .right > .direct-chat-text:before, .theme-success .direct-chat-primary .right > .direct-chat-text:after {
  border-left-color: #05825f; }
.theme-success .direct-chat-info .right > .direct-chat-text p {
  background-color: #3596f7;
  color: #ffffff; }
.theme-success .direct-chat-info .right > .direct-chat-text:before, .theme-success .direct-chat-info .right > .direct-chat-text:after {
  border-left-color: #3596f7; }
.theme-success .direct-chat-success .right > .direct-chat-text p {
  background-color: #5156be;
  color: #ffffff; }
.theme-success .direct-chat-success .right > .direct-chat-text:before, .theme-success .direct-chat-success .right > .direct-chat-text:after {
  border-left-color: #5156be; }
.theme-success .direct-chat-danger .right > .direct-chat-text p {
  background-color: #ee3158;
  color: #ffffff; }
.theme-success .direct-chat-danger .right > .direct-chat-text:before, .theme-success .direct-chat-danger .right > .direct-chat-text:after {
  border-left-color: #ee3158; }
.theme-success .direct-chat-warning .right > .direct-chat-text p {
  background-color: #ffa800;
  color: #ffffff; }
.theme-success .direct-chat-warning .right > .direct-chat-text:before, .theme-success .direct-chat-warning .right > .direct-chat-text:after {
  border-left-color: #ffa800; }
.theme-success .right .direct-chat-text p {
  background-color: #05825f; }

/*---modal---*/
.theme-success .modal-primary .modal-footer, .theme-success .modal-primary .modal-header {
  border-color: #05825f; }
.theme-success .modal-primary .modal-body {
  background-color: #05825f !important; }
.theme-success .modal-info .modal-footer, .theme-success .modal-info .modal-header {
  border-color: #3596f7; }
.theme-success .modal-info .modal-body {
  background-color: #3596f7 !important; }
.theme-success .modal-success .modal-footer, .theme-success .modal-success .modal-header {
  border-color: #5156be; }
.theme-success .modal-success .modal-body {
  background-color: #5156be !important; }
.theme-success .modal-danger .modal-footer, .theme-success .modal-danger .modal-header {
  border-color: #ee3158; }
.theme-success .modal-danger .modal-body {
  background-color: #ee3158 !important; }
.theme-success .modal-warning .modal-footer, .theme-success .modal-warning .modal-header {
  border-color: #ffa800; }
.theme-success .modal-warning .modal-body {
  background-color: #ffa800 !important; }

/*---border---*/
.theme-success .border-primary {
  border-color: #05825f !important; }
.theme-success .border-info {
  border-color: #3596f7 !important; }
.theme-success .border-success {
  border-color: #5156be !important; }
.theme-success .border-danger {
  border-color: #ee3158 !important; }
.theme-success .border-warning {
  border-color: #ffa800 !important; }

/*---Background---*/
.theme-success .bg-primary {
  background-color: #05825f !important;
  color: #ffffff; }
.theme-success .bg-primary-light {
  background-color: #ebf9f5 !important;
  color: #05825f; }
.theme-success .bg-info {
  background-color: #3596f7 !important;
  color: #ffffff; }
.theme-success .bg-info-light {
  background-color: #cce5ff !important;
  color: #3596f7; }
.theme-success .bg-success {
  background-color: #5156be !important;
  color: #ffffff; }
.theme-success .bg-success-light {
  background-color: #c8c9ee !important;
  color: #5156be; }
.theme-success .bg-danger {
  background-color: #ee3158 !important;
  color: #ffffff; }
.theme-success .bg-danger-light {
  background-color: #ffd6de !important;
  color: #ee3158; }
.theme-success .bg-warning {
  background-color: #ffa800 !important;
  color: #ffffff; }
.theme-success .bg-warning-light {
  background-color: #fff8ea !important;
  color: #ffa800; }

/*---text---*/
.theme-success .text-primary {
  color: #05825f !important; }
.theme-success .text-primary-light {
  color: #c8c9ee !important; }
.theme-success a.text-primary:hover, .theme-success a.text-primary:focus {
  color: #05825f !important; }
.theme-success .hover-primary:hover, .theme-success .hover-primary:focus {
  color: #05825f !important; }
.theme-success .text-info {
  color: #3596f7 !important; }
.theme-success .text-info-light {
  color: #cce5ff !important; }
.theme-success a.text-info:hover, .theme-success a.text-info:focus {
  color: #3596f7 !important; }
.theme-success .hover-info:hover, .theme-success .hover-info:focus {
  color: #3596f7 !important; }
.theme-success .text-success {
  color: #5156be !important; }
.theme-success .text-success-light {
  color: #ebf9f5 !important; }
.theme-success a.text-success:hover, .theme-success a.text-success:focus {
  color: #5156be !important; }
.theme-success .hover-success:hover, .theme-success .hover-success:focus {
  color: #5156be !important; }
.theme-success .text-danger {
  color: #ee3158 !important; }
.theme-success .text-danger-light {
  color: #ffd6de !important; }
.theme-success a.text-danger:hover, .theme-success a.text-danger:focus {
  color: #ee3158 !important; }
.theme-success .hover-danger:hover, .theme-success .hover-danger:focus {
  color: #ee3158 !important; }
.theme-success .text-warning {
  color: #ffa800 !important; }
.theme-success .text-warning-light {
  color: #fff8ea !important; }
.theme-success a.text-warning:hover, .theme-success a.text-warning:focus {
  color: #ffa800 !important; }
.theme-success .hover-warning:hover, .theme-success .hover-warning:focus {
  color: #ffa800 !important; }

/*---active background---*/
.theme-success .active.active-primary {
  background-color: #03513b !important; }
.theme-success .active.active-info {
  background-color: #097df0 !important; }
.theme-success .active.active-success {
  background-color: #3c40a0 !important; }
.theme-success .active.active-danger {
  background-color: #da123b !important; }
.theme-success .active.active-warning {
  background-color: #cc8600 !important; }

/*---label background---*/
.theme-success .label-primary {
  background-color: #05825f !important; }
.theme-success .label-info {
  background-color: #3596f7 !important; }
.theme-success .label-success {
  background-color: #5156be !important; }
.theme-success .label-danger {
  background-color: #ee3158 !important; }
.theme-success .label-warning {
  background-color: #ffa800 !important; }

/*---ribbon---*/
.theme-success .ribbon-box .ribbon-primary {
  background-color: #05825f; }
  .theme-success .ribbon-box .ribbon-primary:before {
    border-color: #05825f transparent transparent; }
.theme-success .ribbon-box .ribbon-two-primary span {
  background-color: #05825f; }
  .theme-success .ribbon-box .ribbon-two-primary span:before {
    border-left: 3px solid #03513b;
    border-top: 3px solid #03513b; }
  .theme-success .ribbon-box .ribbon-two-primary span:after {
    border-right: 3px solid #03513b;
    border-top: 3px solid #03513b; }
.theme-success .ribbon-box .ribbon-info {
  background-color: #3596f7; }
  .theme-success .ribbon-box .ribbon-info:before {
    border-color: #3596f7 transparent transparent; }
.theme-success .ribbon-box .ribbon-two-info span {
  background-color: #3596f7; }
  .theme-success .ribbon-box .ribbon-two-info span:before {
    border-left: 3px solid #097df0;
    border-top: 3px solid #097df0; }
  .theme-success .ribbon-box .ribbon-two-info span:after {
    border-right: 3px solid #097df0;
    border-top: 3px solid #097df0; }
.theme-success .ribbon-box .ribbon-success {
  background-color: #5156be; }
  .theme-success .ribbon-box .ribbon-success:before {
    border-color: #5156be transparent transparent; }
.theme-success .ribbon-box .ribbon-two-success span {
  background-color: #5156be; }
  .theme-success .ribbon-box .ribbon-two-success span:before {
    border-left: 3px solid #3c40a0;
    border-top: 3px solid #3c40a0; }
  .theme-success .ribbon-box .ribbon-two-success span:after {
    border-right: 3px solid #3c40a0;
    border-top: 3px solid #3c40a0; }
.theme-success .ribbon-box .ribbon-danger {
  background-color: #ee3158; }
  .theme-success .ribbon-box .ribbon-danger:before {
    border-color: #ee3158 transparent transparent; }
.theme-success .ribbon-box .ribbon-two-danger span {
  background-color: #ee3158; }
  .theme-success .ribbon-box .ribbon-two-danger span:before {
    border-left: 3px solid #da123b;
    border-top: 3px solid #da123b; }
  .theme-success .ribbon-box .ribbon-two-danger span:after {
    border-right: 3px solid #da123b;
    border-top: 3px solid #da123b; }
.theme-success .ribbon-box .ribbon-warning {
  background-color: #ffa800; }
  .theme-success .ribbon-box .ribbon-warning:before {
    border-color: #ffa800 transparent transparent; }
.theme-success .ribbon-box .ribbon-two-warning span {
  background-color: #ffa800; }
  .theme-success .ribbon-box .ribbon-two-warning span:before {
    border-left: 3px solid #cc8600;
    border-top: 3px solid #cc8600; }
  .theme-success .ribbon-box .ribbon-two-warning span:after {
    border-right: 3px solid #cc8600;
    border-top: 3px solid #cc8600; }

/*---Box---*/
.theme-success .box-primary {
  background-color: #05825f !important; }
  .theme-success .box-primary.box-bordered {
    border-color: #05825f; }
.theme-success .box-outline-primary {
  background-color: #ffffff;
  border: 1px solid #05825f; }
.theme-success .box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background-color: #05825f; }
  .theme-success .box.box-solid.box-primary > .box-header .btn {
    color: #ffffff; }
  .theme-success .box.box-solid.box-primary > .box-header > a {
    color: #ffffff; }
.theme-success .box-info {
  background-color: #3596f7 !important; }
  .theme-success .box-info.box-bordered {
    border-color: #3596f7; }
.theme-success .box-outline-info {
  background-color: #ffffff;
  border: 1px solid #3596f7; }
.theme-success .box.box-solid.box-info > .box-header {
  color: #ffffff;
  background-color: #3596f7; }
  .theme-success .box.box-solid.box-info > .box-header .btn {
    color: #ffffff; }
  .theme-success .box.box-solid.box-info > .box-header > a {
    color: #ffffff; }
.theme-success .box-success {
  background-color: #5156be !important; }
  .theme-success .box-success.box-bordered {
    border-color: #5156be; }
.theme-success .box-outline-success {
  background-color: #ffffff;
  border: 1px solid #5156be; }
.theme-success .box.box-solid.box-success > .box-header {
  color: #ffffff;
  background-color: #5156be; }
  .theme-success .box.box-solid.box-success > .box-header .btn {
    color: #ffffff; }
  .theme-success .box.box-solid.box-success > .box-header > a {
    color: #ffffff; }
.theme-success .box-danger {
  background-color: #ee3158 !important; }
  .theme-success .box-danger.box-bordered {
    border-color: #ee3158; }
.theme-success .box-outline-danger {
  background-color: #ffffff;
  border: 1px solid #ee3158; }
.theme-success .box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background-color: #ee3158; }
  .theme-success .box.box-solid.box-danger > .box-header .btn {
    color: #ffffff; }
  .theme-success .box.box-solid.box-danger > .box-header > a {
    color: #ffffff; }
.theme-success .box-warning {
  background-color: #ffa800 !important; }
  .theme-success .box-warning.box-bordered {
    border-color: #ffa800; }
.theme-success .box-outline-warning {
  background-color: #ffffff;
  border: 1px solid #ffa800; }
.theme-success .box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background-color: #ffa800; }
  .theme-success .box.box-solid.box-warning > .box-header .btn {
    color: #ffffff; }
  .theme-success .box.box-solid.box-warning > .box-header > a {
    color: #ffffff; }
.theme-success .box-profile .social-states a:hover {
  color: #03513b; }
.theme-success .box-controls li > a:hover {
  color: #03513b; }
.theme-success .box-controls .dropdown.show > a {
  color: #03513b; }
.theme-success .box-fullscreen .box-btn-fullscreen {
  color: #03513b; }

/*---progress bar---*/
.theme-success .progress-bar-primary {
  background-color: #05825f; }
.theme-success .progress-bar-info {
  background-color: #3596f7; }
.theme-success .progress-bar-success {
  background-color: #5156be; }
.theme-success .progress-bar-danger {
  background-color: #ee3158; }
.theme-success .progress-bar-warning {
  background-color: #ffa800; }

/*---panel---*/
.theme-success .panel-primary {
  border-color: #05825f; }
  .theme-success .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #05825f;
    border-color: #05825f; }
    .theme-success .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #05825f; }
    .theme-success .panel-primary > .panel-heading .badge-pill {
      color: #05825f;
      background-color: #ffffff; }
  .theme-success .panel-primary .panel-title, .theme-success .panel-primary .panel-action {
    color: #ffffff; }
  .theme-success .panel-primary .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #05825f; }
.theme-success .panel-line.panel-primary .panel-heading {
  color: #05825f;
  border-top-color: #05825f;
  background: transparent; }
.theme-success .panel-line.panel-primary .panel-title, .theme-success .panel-line.panel-primary .panel-action {
  color: #05825f; }
.theme-success .panel-info {
  border-color: #3596f7; }
  .theme-success .panel-info > .panel-heading {
    color: #ffffff;
    background-color: #3596f7;
    border-color: #3596f7; }
    .theme-success .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #3596f7; }
    .theme-success .panel-info > .panel-heading .badge-pill {
      color: #3596f7;
      background-color: #ffffff; }
  .theme-success .panel-info .panel-title, .theme-success .panel-info .panel-action {
    color: #ffffff; }
  .theme-success .panel-info .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #3596f7; }
.theme-success .panel-line.panel-info .panel-heading {
  color: #3596f7;
  border-top-color: #3596f7;
  background: transparent; }
.theme-success .panel-line.panel-info .panel-title, .theme-success .panel-line.panel-info .panel-action {
  color: #3596f7; }
.theme-success .panel-success {
  border-color: #5156be; }
  .theme-success .panel-success > .panel-heading {
    color: #ffffff;
    background-color: #5156be;
    border-color: #5156be; }
    .theme-success .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #5156be; }
    .theme-success .panel-success > .panel-heading .badge-pill {
      color: #5156be;
      background-color: #ffffff; }
  .theme-success .panel-success .panel-title, .theme-success .panel-success .panel-action {
    color: #ffffff; }
  .theme-success .panel-success .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #5156be; }
.theme-success .panel-line.panel-success .panel-heading {
  color: #5156be;
  border-top-color: #5156be;
  background: transparent; }
.theme-success .panel-line.panel-success .panel-title, .theme-success .panel-line.panel-success .panel-action {
  color: #5156be; }
.theme-success .panel-danger {
  border-color: #ee3158; }
  .theme-success .panel-danger > .panel-heading {
    color: #ffffff;
    background-color: #ee3158;
    border-color: #ee3158; }
    .theme-success .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ee3158; }
    .theme-success .panel-danger > .panel-heading .badge-pill {
      color: #ee3158;
      background-color: #ffffff; }
  .theme-success .panel-danger .panel-title, .theme-success .panel-danger .panel-action {
    color: #ffffff; }
  .theme-success .panel-danger .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ee3158; }
.theme-success .panel-line.panel-danger .panel-heading {
  color: #ee3158;
  border-top-color: #ee3158;
  background: transparent; }
.theme-success .panel-line.panel-danger .panel-title, .theme-success .panel-line.panel-danger .panel-action {
  color: #ee3158; }
.theme-success .panel-warning {
  border-color: #ffa800; }
  .theme-success .panel-warning > .panel-heading {
    color: #ffffff;
    background-color: #ffa800;
    border-color: #ffa800; }
    .theme-success .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ffa800; }
    .theme-success .panel-warning > .panel-heading .badge-pill {
      color: #ffa800;
      background-color: #ffffff; }
  .theme-success .panel-warning .panel-title, .theme-success .panel-warning .panel-action {
    color: #ffffff; }
  .theme-success .panel-warning .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ffa800; }
.theme-success .panel-line.panel-warning .panel-heading {
  color: #ffa800;
  border-top-color: #ffa800;
  background: transparent; }
.theme-success .panel-line.panel-warning .panel-title, .theme-success .panel-line.panel-warning .panel-action {
  color: #ffa800; }

/*---switch---*/
.theme-success .switch input:checked ~ .switch-indicator::after {
  background-color: #05825f; }
.theme-success .switch.switch-primary input:checked ~ .switch-indicator::after {
  background-color: #05825f; }
.theme-success .switch.switch-info input:checked ~ .switch-indicator::after {
  background-color: #3596f7; }
.theme-success .switch.switch-success input:checked ~ .switch-indicator::after {
  background-color: #5156be; }
.theme-success .switch.switch-danger input:checked ~ .switch-indicator::after {
  background-color: #ee3158; }
.theme-success .switch.switch-warning input:checked ~ .switch-indicator::after {
  background-color: #ffa800; }

/*---badge---*/
.theme-success .badge-primary {
  background-color: #05825f;
  color: #ffffff; }
.theme-success .badge-primary[href]:hover, .theme-success .badge-primary[href]:focus {
  background-color: #03513b; }
.theme-success .badge-secondary {
  background-color: #e4e6ef;
  color: #172b4c; }
.theme-success .badge-secondary[href]:hover, .theme-success .badge-secondary[href]:focus {
  background-color: #c4c8dc; }
.theme-success .badge-info {
  background-color: #3596f7;
  color: #ffffff; }
.theme-success .badge-info[href]:hover, .theme-success .badge-info[href]:focus {
  background-color: #097df0; }
.theme-success .badge-success {
  background-color: #5156be;
  color: #ffffff; }
.theme-success .badge-success[href]:hover, .theme-success .badge-success[href]:focus {
  background-color: #3c40a0; }
.theme-success .badge-danger {
  background-color: #ee3158;
  color: #ffffff; }
.theme-success .badge-danger[href]:hover, .theme-success .badge-danger[href]:focus {
  background-color: #da123b; }
.theme-success .badge-warning {
  background-color: #ffa800;
  color: #ffffff; }
.theme-success .badge-warning[href]:hover, .theme-success .badge-warning[href]:focus {
  background-color: #cc8600; }

/*---badge light---*/
.theme-success .badge-primary-light {
  background-color: #ebf9f5;
  color: #05825f; }
.theme-success .badge-primary-light[href]:hover, .theme-success .badge-primary-light[href]:focus {
  background-color: #c4ede1; }
.theme-success .badge-secondary-light {
  background-color: #e9edf2;
  color: #172b4c; }
.theme-success .badge-secondary-light[href]:hover, .theme-success .badge-secondary-light[href]:focus {
  background-color: #c9d3df; }
.theme-success .badge-info-light {
  background-color: #cce5ff;
  color: #3596f7; }
.theme-success .badge-info-light[href]:hover, .theme-success .badge-info-light[href]:focus {
  background-color: #99cbff; }
.theme-success .badge-success-light {
  background-color: #c8c9ee;
  color: #5156be; }
.theme-success .badge-success-light[href]:hover, .theme-success .badge-success-light[href]:focus {
  background-color: #a1a3e2; }
.theme-success .badge-danger-light {
  background-color: #ffd6de;
  color: #ee3158; }
.theme-success .badge-danger-light[href]:hover, .theme-success .badge-danger-light[href]:focus {
  background-color: #ffa3b5; }
.theme-success .badge-warning-light {
  background-color: #fff8ea;
  color: #ffa800; }
.theme-success .badge-warning-light[href]:hover, .theme-success .badge-warning-light[href]:focus {
  background-color: #ffe7b7; }

/*---rating---*/
.theme-success .rating-primary .active {
  color: #05825f; }
.theme-success .rating-primary :checked ~ label {
  color: #05825f; }
.theme-success .rating-primary label:hover {
  color: #05825f; }
  .theme-success .rating-primary label:hover ~ label {
    color: #05825f; }
.theme-success .rating-info .active {
  color: #3596f7; }
.theme-success .rating-info :checked ~ label {
  color: #3596f7; }
.theme-success .rating-info label:hover {
  color: #3596f7; }
  .theme-success .rating-info label:hover ~ label {
    color: #3596f7; }
.theme-success .rating-success .active {
  color: #5156be; }
.theme-success .rating-success :checked ~ label {
  color: #5156be; }
.theme-success .rating-success label:hover {
  color: #5156be; }
  .theme-success .rating-success label:hover ~ label {
    color: #5156be; }
.theme-success .rating-danger .active {
  color: #ee3158; }
.theme-success .rating-danger :checked ~ label {
  color: #ee3158; }
.theme-success .rating-danger label:hover {
  color: #ee3158; }
  .theme-success .rating-danger label:hover ~ label {
    color: #ee3158; }
.theme-success .rating-warning .active {
  color: #ffa800; }
.theme-success .rating-warning :checked ~ label {
  color: #ffa800; }
.theme-success .rating-warning label:hover {
  color: #ffa800; }
  .theme-success .rating-warning label:hover ~ label {
    color: #ffa800; }

/*---toggler---*/
.theme-success .toggler-primary input:checked + i {
  color: #05825f; }
.theme-success .toggler-info input:checked + i {
  color: #3596f7; }
.theme-success .toggler-success input:checked + i {
  color: #5156be; }
.theme-success .toggler-danger input:checked + i {
  color: #ee3158; }
.theme-success .toggler-warning input:checked + i {
  color: #ffa800; }

/*---nav tabs---*/
.theme-success .nav-tabs.nav-tabs-primary .nav-link:hover, .theme-success .nav-tabs.nav-tabs-primary .nav-link:active, .theme-success .nav-tabs.nav-tabs-primary .nav-link:focus, .theme-success .nav-tabs.nav-tabs-primary .nav-link.active {
  border-color: #03513b;
  background-color: transparent;
  color: #03513b; }
.theme-success .nav-tabs.nav-tabs-info .nav-link:hover, .theme-success .nav-tabs.nav-tabs-info .nav-link:active, .theme-success .nav-tabs.nav-tabs-info .nav-link:focus, .theme-success .nav-tabs.nav-tabs-info .nav-link.active {
  border-color: #097df0;
  background-color: #3596f7;
  color: #ffffff; }
.theme-success .nav-tabs.nav-tabs-success .nav-link:hover, .theme-success .nav-tabs.nav-tabs-success .nav-link:active, .theme-success .nav-tabs.nav-tabs-success .nav-link:focus, .theme-success .nav-tabs.nav-tabs-success .nav-link.active {
  border-color: #3c40a0;
  background-color: transparent;
  color: #3c40a0; }
.theme-success .nav-tabs.nav-tabs-danger .nav-link:hover, .theme-success .nav-tabs.nav-tabs-danger .nav-link:active, .theme-success .nav-tabs.nav-tabs-danger .nav-link:focus, .theme-success .nav-tabs.nav-tabs-danger .nav-link.active {
  border-color: #da123b;
  background-color: transparent;
  color: #da123b; }
.theme-success .nav-tabs.nav-tabs-warning .nav-link:hover, .theme-success .nav-tabs.nav-tabs-warning .nav-link:active, .theme-success .nav-tabs.nav-tabs-warning .nav-link:focus, .theme-success .nav-tabs.nav-tabs-warning .nav-link.active {
  border-color: #cc8600;
  background-color: transparent;
  color: #cc8600; }
.theme-success .nav-tabs-custom.tab-primary > .nav-tabs > li a.active {
  border-top-color: #03513b; }
.theme-success .nav-tabs-custom.tab-info > .nav-tabs > li a.active {
  border-top-color: #097df0; }
.theme-success .nav-tabs-custom.tab-success > .nav-tabs > li a.active {
  border-top-color: #3c40a0; }
.theme-success .nav-tabs-custom.tab-danger > .nav-tabs > li a.active {
  border-top-color: #da123b; }
.theme-success .nav-tabs-custom.tab-warning > .nav-tabs > li a.active {
  border-top-color: #cc8600; }
.theme-success .nav-tabs .nav-link.active {
  border-bottom-color: #05825f;
  background-color: #05825f;
  color: #ffffff; }
  .theme-success .nav-tabs .nav-link.active:hover, .theme-success .nav-tabs .nav-link.active:focus {
    border-bottom-color: #05825f;
    background-color: #05825f;
    color: #ffffff; }
.theme-success .nav-tabs .nav-item.open .nav-link {
  border-bottom-color: #05825f;
  background-color: #05825f; }
  .theme-success .nav-tabs .nav-item.open .nav-link:hover, .theme-success .nav-tabs .nav-item.open .nav-link:focus {
    border-bottom-color: #05825f;
    background-color: #05825f; }

/*---todo---*/
.theme-success .todo-list .primary {
  border-left-color: #05825f; }
.theme-success .todo-list .info {
  border-left-color: #05825f; }
.theme-success .todo-list .success {
  border-left-color: #5156be; }
.theme-success .todo-list .danger {
  border-left-color: #ee3158; }
.theme-success .todo-list .warning {
  border-left-color: #ffa800; }

/*---timeline---*/
.theme-success .timeline .timeline-item > .timeline-event.timeline-event-primary {
  background-color: #05825f;
  border: 1px solid #05825f;
  color: #ffffff; }
  .theme-success .timeline .timeline-item > .timeline-event.timeline-event-primary:before, .theme-success .timeline .timeline-item > .timeline-event.timeline-event-primary:after {
    border-left-color: #05825f;
    border-right-color: #05825f; }
  .theme-success .timeline .timeline-item > .timeline-event.timeline-event-primary * {
    color: inherit; }
.theme-success .timeline .timeline-item > .timeline-event.timeline-event-info {
  background-color: #3596f7;
  border: 1px solid #3596f7;
  color: #ffffff; }
  .theme-success .timeline .timeline-item > .timeline-event.timeline-event-info:before, .theme-success .timeline .timeline-item > .timeline-event.timeline-event-info:after {
    border-left-color: #3596f7;
    border-right-color: #3596f7; }
  .theme-success .timeline .timeline-item > .timeline-event.timeline-event-info * {
    color: inherit; }
.theme-success .timeline .timeline-item > .timeline-event.timeline-event-success {
  background-color: #5156be;
  border: 1px solid #5156be;
  color: #ffffff; }
  .theme-success .timeline .timeline-item > .timeline-event.timeline-event-success:before, .theme-success .timeline .timeline-item > .timeline-event.timeline-event-success:after {
    border-left-color: #5156be;
    border-right-color: #5156be; }
  .theme-success .timeline .timeline-item > .timeline-event.timeline-event-success * {
    color: inherit; }
.theme-success .timeline .timeline-item > .timeline-event.timeline-event-danger {
  background-color: #ee3158;
  border: 1px solid #ee3158;
  color: #ffffff; }
  .theme-success .timeline .timeline-item > .timeline-event.timeline-event-danger:before, .theme-success .timeline .timeline-item > .timeline-event.timeline-event-danger:after {
    border-left-color: #ee3158;
    border-right-color: #ee3158; }
  .theme-success .timeline .timeline-item > .timeline-event.timeline-event-danger * {
    color: inherit; }
.theme-success .timeline .timeline-item > .timeline-event.timeline-event-warning {
  background-color: #ffa800;
  border: 1px solid #ffa800;
  color: #ffffff; }
  .theme-success .timeline .timeline-item > .timeline-event.timeline-event-warning:before, .theme-success .timeline .timeline-item > .timeline-event.timeline-event-warning:after {
    border-left-color: #ffa800;
    border-right-color: #ffa800; }
  .theme-success .timeline .timeline-item > .timeline-event.timeline-event-warning * {
    color: inherit; }
.theme-success .timeline .timeline-item > .timeline-point.timeline-point-primary {
  color: #05825f;
  background-color: #ffffff; }
.theme-success .timeline .timeline-item > .timeline-point.timeline-point-info {
  color: #3596f7;
  background-color: #ffffff; }
.theme-success .timeline .timeline-item > .timeline-point.timeline-point-success {
  color: #5156be;
  background-color: #ffffff; }
.theme-success .timeline .timeline-item > .timeline-point.timeline-point-danger {
  color: #ee3158;
  background-color: #ffffff; }
.theme-success .timeline .timeline-item > .timeline-point.timeline-point-warning {
  color: #ffa800;
  background-color: #ffffff; }
.theme-success .timeline .timeline-label .label-primary {
  background-color: #05825f; }
.theme-success .timeline .timeline-label .label-info {
  background-color: #3596f7; }
.theme-success .timeline .timeline-label .label-success {
  background-color: #5156be; }
.theme-success .timeline .timeline-label .label-danger {
  background-color: #ee3158; }
.theme-success .timeline .timeline-label .label-warning {
  background-color: #ffa800; }
.theme-success .timeline__year, .theme-success .timeline5:before, .theme-success .timeline__box:before, .theme-success .timeline__date {
  background-color: #05825f; }
.theme-success .timeline__post {
  border-left: 3px solid #05825f; }

/*---daterangepicker---*/
.theme-success .daterangepicker td.active {
  background-color: #05825f; }
  .theme-success .daterangepicker td.active:hover {
    background-color: #05825f; }
.theme-success .daterangepicker .input-mini.active {
  border: 1px solid #05825f; }
.theme-success .ranges li:hover, .theme-success .ranges li:active, .theme-success .ranges li.active {
  border: 1px solid #05825f;
  background-color: #05825f; }

/*---control-sidebar---*/
.theme-success .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hover, .theme-success .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:active, .theme-success .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-color: #05825f;
  color: #05825f; }
.theme-success .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active {
  border-color: #05825f;
  color: #05825f; }
  .theme-success .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:hover, .theme-success .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:active, .theme-success .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:focus {
    border-color: #05825f;
    color: #05825f; }
.theme-success .control-sidebar .rpanel-title .btn:hover {
  color: #05825f; }

/*---nav---*/
.theme-success .nav > li > a:hover, .theme-success .nav > li > a:active, .theme-success .nav > li > a:focus {
  color: #05825f; }
.theme-success .nav-pills > li > a.active {
  border-top-color: #05825f;
  background-color: #05825f !important;
  color: #ffffff; }
  .theme-success .nav-pills > li > a.active:hover, .theme-success .nav-pills > li > a.active:focus {
    border-top-color: #05825f;
    background-color: #05825f !important;
    color: #ffffff; }
.theme-success .mailbox-nav .nav-pills > li > a:hover, .theme-success .mailbox-nav .nav-pills > li > a:focus {
  border-color: #05825f; }
.theme-success .mailbox-nav .nav-pills > li > a.active {
  border-color: #05825f; }
  .theme-success .mailbox-nav .nav-pills > li > a.active:hover, .theme-success .mailbox-nav .nav-pills > li > a.active:focus {
    border-color: #05825f; }
.theme-success .nav-tabs-custom > .nav-tabs > li a.active {
  border-top-color: #05825f; }
.theme-success .profile-tab li a.nav-link.active {
  border-bottom: 2px solid #05825f; }
.theme-success .customtab li a.nav-link.active {
  border-bottom: 2px solid #05825f; }

/*---form-element---*/
.theme-success .form-element .input-group .input-group-addon {
  background-image: linear-gradient(45deg, #05825f, #3596f7), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-success .form-element .form-control {
  background-image: linear-gradient(45deg, #05825f, #3596f7), linear-gradient(#3b6dc1, #3b6dc1); }
  .theme-success .form-element .form-control:focus {
    background-image: linear-gradient(45deg, #05825f, #3596f7), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-success .form-control:focus {
  border-color: #05825f; }
.theme-success [type=checkbox]:checked.chk-col-primary + label:before {
  border-right: 2px solid #05825f;
  border-bottom: 2px solid #05825f; }
.theme-success [type=checkbox]:checked.chk-col-info + label:before {
  border-right: 2px solid #3596f7;
  border-bottom: 2px solid #3596f7; }
.theme-success [type=checkbox]:checked.chk-col-success + label:before {
  border-right: 2px solid #5156be;
  border-bottom: 2px solid #5156be; }
.theme-success [type=checkbox]:checked.chk-col-danger + label:before {
  border-right: 2px solid #ee3158;
  border-bottom: 2px solid #ee3158; }
.theme-success [type=checkbox]:checked.chk-col-warning + label:before {
  border-right: 2px solid #ffa800;
  border-bottom: 2px solid #ffa800; }
.theme-success [type=checkbox].filled-in:checked.chk-col-primary + label:after {
  border: 2px solid #05825f;
  background-color: #05825f; }
.theme-success [type=checkbox].filled-in:checked.chk-col-info + label:after {
  border: 2px solid #3596f7;
  background-color: #3596f7; }
.theme-success [type=checkbox].filled-in:checked.chk-col-success + label:after {
  border: 2px solid #5156be;
  background-color: #5156be; }
.theme-success [type=checkbox].filled-in:checked.chk-col-danger + label:after {
  border: 2px solid #ee3158;
  background-color: #ee3158; }
.theme-success [type=checkbox].filled-in:checked.chk-col-warning + label:after {
  border: 2px solid #ffa800;
  background-color: #ffa800; }
.theme-success [type=radio].radio-col-primary:checked + label:after {
  background-color: #05825f;
  border-color: #05825f;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].with-gap.radio-col-primary:checked + label:before {
  border: 2px solid #05825f;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].with-gap.radio-col-primary:checked + label:after {
  background-color: #05825f;
  border: 2px solid #05825f;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].radio-col-info:checked + label:after {
  background-color: #3596f7;
  border-color: #3596f7;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].with-gap.radio-col-info:checked + label:before {
  border: 2px solid #3596f7;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].with-gap.radio-col-info:checked + label:after {
  background-color: #3596f7;
  border: 2px solid #3596f7;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].radio-col-success:checked + label:after {
  background-color: #5156be;
  border-color: #5156be;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].with-gap.radio-col-success:checked + label:before {
  border: 2px solid #5156be;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].with-gap.radio-col-success:checked + label:after {
  background-color: #5156be;
  border: 2px solid #5156be;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].radio-col-danger:checked + label:after {
  background-color: #ee3158;
  border-color: #ee3158;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].with-gap.radio-col-danger:checked + label:before {
  border: 2px solid #ee3158;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].with-gap.radio-col-danger:checked + label:after {
  background-color: #ee3158;
  border: 2px solid #ee3158;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].radio-col-warning:checked + label:after {
  background-color: #ffa800;
  border-color: #ffa800;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].with-gap.radio-col-warning:checked + label:before {
  border: 2px solid #ffa800;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].with-gap.radio-col-warning:checked + label:after {
  background-color: #ffa800;
  border: 2px solid #ffa800;
  animation: ripple .2s linear forwards; }
.theme-success [type=checkbox]:checked + label:before {
  border-right: 2px solid #05825f;
  border-bottom: 2px solid #05825f; }
.theme-success [type=checkbox].filled-in:checked + label:after {
  border: 2px solid #05825f;
  background-color: #05825f; }
.theme-success [type=radio].with-gap:checked + label:before, .theme-success [type=radio].with-gap:checked + label:after {
  border: 2px solid #05825f; }
.theme-success [type=radio].with-gap:checked + label:after {
  background-color: #05825f;
  z-index: 0; }
.theme-success [type=radio]:checked + label:after {
  border: 2px solid #05825f;
  background-color: #05825f;
  z-index: 0; }
.theme-success [type=checkbox].filled-in.tabbed:checked:focus + label:after {
  border-color: #05825f;
  background-color: #05825f; }

/*---Calender---*/
.theme-success .fx-element-overlay .fx-card-item .fx-card-content a:hover {
  color: #05825f; }
.theme-success .fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li a:hover {
  background: #05825f;
  border-color: #05825f; }
.theme-success .fc-event, .theme-success .calendar-event {
  background: #05825f; }

/*---Tabs---*/
.theme-success .tabs-vertical li .nav-link:hover, .theme-success .tabs-vertical li .nav-link:active, .theme-success .tabs-vertical li .nav-link:focus, .theme-success .tabs-vertical li .nav-link.active {
  background-color: #05825f;
  color: #ffffff; }
.theme-success .customvtab .tabs-vertical li .nav-link:hover, .theme-success .customvtab .tabs-vertical li .nav-link:active, .theme-success .customvtab .tabs-vertical li .nav-link:focus, .theme-success .customvtab .tabs-vertical li .nav-link.active {
  border-right: 2px solid #05825f;
  color: #05825f; }
.theme-success .customtab2 li a.nav-link:hover, .theme-success .customtab2 li a.nav-link:active, .theme-success .customtab2 li a.nav-link.active {
  background-color: #05825f; }

.rtl.theme-success .customvtab .tabs-vertical li .nav-link:hover, .rtl.theme-success .customvtab .tabs-vertical li .nav-link:active, .rtl.theme-success .customvtab .tabs-vertical li .nav-link:focus, .rtl.theme-success .customvtab .tabs-vertical li .nav-link.active {
  border-right: none;
  border-left: 2px solid #05825f; }

/*---Notification---*/
.theme-success .jq-icon-primary {
  background-color: #05825f;
  color: #ffffff;
  border-color: #05825f; }
.theme-success .jq-icon-info {
  background-color: #3596f7;
  color: #ffffff;
  border-color: #3596f7; }
.theme-success .jq-icon-success {
  background-color: #5156be;
  color: #ffffff;
  border-color: #05825f; }
.theme-success .jq-icon-error {
  background-color: #ee3158;
  color: #ffffff;
  border-color: #ee3158; }
.theme-success .jq-icon-danger {
  background-color: #ee3158;
  color: #ffffff;
  border-color: #ee3158; }
.theme-success .jq-icon-warning {
  background-color: #ffa800;
  color: #ffffff;
  border-color: #ffa800; }

/*---avatar---*/
.theme-success .avatar.status-primary::after {
  background-color: #05825f; }
.theme-success .avatar.status-info::after {
  background-color: #3596f7; }
.theme-success .avatar.status-success::after {
  background-color: #5156be; }
.theme-success .avatar.status-danger::after {
  background-color: #ee3158; }
.theme-success .avatar.status-warning::after {
  background-color: #ffa800; }
.theme-success .avatar[class*='status-']::after {
  background-color: #05825f; }
.theme-success .avatar-add:hover {
  background-color: #03513b;
  border-color: #03513b; }

/*---media---*/
.theme-success .media-chat.media-chat-reverse .media-body p {
  background-color: #05825f; }
.theme-success .media-right-out a:hover {
  color: #03513b; }

/*---control---*/
.theme-success .control input:checked:focus ~ .control_indicator {
  background-color: #05825f; }
.theme-success .control input:checked ~ .control_indicator {
  background-color: #05825f; }
.theme-success .control:hover input:not([disabled]):checked ~ .control_indicator {
  background-color: #05825f; }

/*---flex---*/
.theme-success .flex-column > li > a.nav-link.active {
  border-left-color: #05825f; }
  .theme-success .flex-column > li > a.nav-link.active:hover {
    border-left-color: #05825f; }

/*---pagination---*/
.theme-success .pagination li a.current {
  border: 1px solid #05825f;
  background-color: #05825f; }
  .theme-success .pagination li a.current:hover {
    border: 1px solid #05825f;
    background-color: #05825f; }
.theme-success .pagination li a:hover {
  border: 1px solid #03513b;
  background-color: #03513b !important; }
.theme-success .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 1px solid #05825f;
  background-color: #05825f; }
  .theme-success .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #05825f;
    background-color: #05825f; }
.theme-success .paging_simple_numbers .pagination .paginate_button.active a {
  background-color: #05825f; }
.theme-success .paging_simple_numbers .pagination .paginate_button:hover a {
  background-color: #05825f; }
.theme-success .footable .pagination li a:hover, .theme-success .footable .pagination li a:active, .theme-success .footable .pagination li a.active {
  background-color: #05825f; }

/*---dataTables---*/
.theme-success .dt-buttons .dt-button {
  background-color: #05825f; }

/*---select2---*/
.theme-success .select2-container--default.select2-container--open {
  border-color: #05825f; }
.theme-success .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #05825f; }
.theme-success .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #05825f !important; }
.theme-success .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #05825f !important; }
.theme-success .select2-container--default .select2-selection--multiple:focus {
  border-color: #05825f !important; }
.theme-success .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #05825f;
  border-color: #05825f; }

/*---Other---*/
.theme-success .myadmin-dd .dd-list .dd-list .dd-handle:hover {
  color: #03513b; }
.theme-success .myadmin-dd-empty .dd-list .dd3-handle:hover {
  color: #03513b; }
.theme-success .myadmin-dd-empty .dd-list .dd3-content:hover {
  color: #03513b; }
.theme-success [data-overlay-primary]::before {
  background: #03513b; }

/*---wizard---*/
.theme-success .wizard-content .wizard > .steps > ul > li.current {
  border: 2px solid #05825f;
  background-color: #05825f; }
.theme-success .wizard-content .wizard > .steps > ul > li.done {
  border-color: #03513b;
  background-color: #03513b; }
.theme-success .wizard-content .wizard > .actions > ul > li > a {
  background-color: #05825f; }
.theme-success .wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  background-color: #05825f; }
.theme-success .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  background-color: #05825f; }
.theme-success .wizard-content .wizard.wizard-notification > .steps > ul > li:after {
  background-color: #05825f; }
.theme-success .wizard-content .wizard.wizard-notification > .steps > ul > li:before {
  background-color: #05825f; }
.theme-success .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
  border: 2px solid #05825f;
  color: #05825f; }
  .theme-success .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step:after {
    border-top-color: #05825f; }
.theme-success .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
  border-top-color: #05825f; }

@media (max-width: 767px) {
  .theme-success .wizard-content .wizard > .steps > ul > li:last-child:after {
    background-color: #05825f; } }
@media (max-width: 575px) {
  .theme-success .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #05825f; } }
/*---slider---*/
.theme-success #primary .slider-selection {
  background-color: #05825f; }
.theme-success #info .slider-selection {
  background-color: #3596f7; }
.theme-success #success .slider-selection {
  background-color: #5156be; }
.theme-success #danger .slider-selection {
  background-color: #ee3158; }
.theme-success #warning .slider-selection {
  background-color: #ffa800; }

/*---horizontal-timeline---*/
.theme-success .cd-horizontal-timeline .events a.selected::after {
  background: #05825f;
  border-color: #05825f; }
.theme-success .cd-horizontal-timeline .events a.older-event::after {
  border-color: #05825f; }
.theme-success .cd-horizontal-timeline .filling-line {
  background: #05825f; }
.theme-success .cd-horizontal-timeline a {
  color: #05825f; }
  .theme-success .cd-horizontal-timeline a:hover, .theme-success .cd-horizontal-timeline a:focus {
    color: #05825f; }
.theme-success .cd-timeline-navigation a:hover, .theme-success .cd-timeline-navigation a:focus {
  border-color: #05825f; }

/**************************************
Theme Danger Color
**************************************/
.bg-gradient-danger, .theme-danger .bg-gradient-danger, .theme-danger .art-bg {
  background: linear-gradient(45deg, #ee3158, #3596f7); }

.bg-light-body {
  background: transparent; }

.theme-danger.fixed .main-header {
  background: #ffffff; }
.theme-danger .main-header {
  background: #ffffff; }

.theme-danger.onlyheader .art-bg {
  background-image: none; }

.bg-gradient-danger-dark, .dark-skin.theme-danger .bg-gradient-danger, .dark-skin.theme-danger .art-bg {
  background-image: linear-gradient(45deg, #ab0e2e, #0863be); }

.bg-dark-body {
  background: #0c1a32; }

.dark-skin.theme-danger.fixed .main-header {
  background: #15243e; }
.dark-skin.theme-danger .main-header {
  background: #15243e; }

@media (max-width: 767px) {
  .theme-danger.fixed .main-header {
    background-image: #e4e6ef; }
    .theme-danger.fixed .main-header.navbar {
      background: none; }

  .dark-skin.theme-danger.fixed .main-header {
    background-image: #0c1a32; } }
.theme-danger a:hover, .theme-danger a:active, .theme-danger a:focus {
  color: #ee3158; }
.theme-danger .main-sidebar .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-danger .main-sidebar .svg-icon:hover, .theme-danger .main-sidebar .svg-icon:active, .theme-danger .main-sidebar .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-danger .main-sidebar a:hover .svg-icon, .theme-danger .main-sidebar a:active .svg-icon, .theme-danger .main-sidebar a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-danger .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-danger .svg-icon:hover, .theme-danger .svg-icon:active, .theme-danger .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-danger a:hover .svg-icon, .theme-danger a:active .svg-icon, .theme-danger a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }

.theme-danger.light-skin .sidebar-menu > li.active.treeview > a {
  background-color: transparent;
  color: #ee3158 !important; }
  .theme-danger.light-skin .sidebar-menu > li.active.treeview > a > i {
    color: #ee3158; }
  .theme-danger.light-skin .sidebar-menu > li.active.treeview > a > svg {
    color: #ee3158;
    fill: rgba(1, 104, 250, 0.2); }
  .theme-danger.light-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-danger.light-skin .sidebar-menu > li.treeview .treeview-menu li a {
  color: #5C607B; }
.theme-danger.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #ee3158 !important; }
.theme-danger.dark-skin .sidebar-menu > li.active > a:after {
  border-color: transparent #333333 transparent transparent !important; }
.theme-danger.dark-skin .sidebar-menu > li.active.treeview > a {
  background-color: #0c1a32;
  color: #ffffff !important; }
  .theme-danger.dark-skin .sidebar-menu > li.active.treeview > a > i {
    color: #ffffff; }
  .theme-danger.dark-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-danger.dark-skin .sidebar-menu > li.active.treeview .treeview-menu li a {
  color: #b5b5c3; }
.theme-danger.dark-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #ee3158 !important; }
.theme-danger.light-skin .sidebar-menu li a:hover {
  color: #ee3158 !important; }
.theme-danger.light-skin .sidebar-menu > li:hover, .theme-danger.light-skin .sidebar-menu > li:active, .theme-danger.light-skin .sidebar-menu > li.active {
  background-color: rgba(238, 49, 88, 0);
  color: #ee3158;
  border-left: 0px solid rgba(238, 49, 88, 0); }
  .theme-danger.light-skin .sidebar-menu > li:hover > a, .theme-danger.light-skin .sidebar-menu > li:active > a, .theme-danger.light-skin .sidebar-menu > li.active > a {
    background-color: transparent; }
  .theme-danger.light-skin .sidebar-menu > li:hover a, .theme-danger.light-skin .sidebar-menu > li:active a, .theme-danger.light-skin .sidebar-menu > li.active a {
    color: #ee3158; }
    .theme-danger.light-skin .sidebar-menu > li:hover a > i, .theme-danger.light-skin .sidebar-menu > li:active a > i, .theme-danger.light-skin .sidebar-menu > li.active a > i {
      color: #5C607B;
      background-color: rgba(238, 49, 88, 0); }
    .theme-danger.light-skin .sidebar-menu > li:hover a > svg, .theme-danger.light-skin .sidebar-menu > li:active a > svg, .theme-danger.light-skin .sidebar-menu > li.active a > svg {
      color: #ee3158;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-danger.light-skin .sidebar-menu > li:hover a img.svg-icon, .theme-danger.light-skin .sidebar-menu > li:active a img.svg-icon, .theme-danger.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-danger.light-skin .sidebar-menu > li.active {
  background-color: rgba(238, 49, 88, 0);
  color: #ee3158;
  border-left: 0px solid #ee3158; }
  .theme-danger.light-skin .sidebar-menu > li.active > a {
    background-color: transparent; }
  .theme-danger.light-skin .sidebar-menu > li.active a {
    color: #ee3158; }
    .theme-danger.light-skin .sidebar-menu > li.active a > i {
      color: #ee3158;
      background-color: rgba(238, 49, 88, 0); }
    .theme-danger.light-skin .sidebar-menu > li.active a > svg {
      color: #ee3158;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-danger.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(238, 49, 88, 0);
    color: #ee3158; }
    .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.active a {
      color: #ee3158; }
      .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.active a > i {
        color: #ee3158;
        background-color: rgba(238, 49, 88, 0); }
  .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li a > i {
    color: #5C607B;
    background-color: rgba(238, 49, 88, 0); }
  .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active {
    background-color: rgba(238, 49, 88, 0);
    color: #ee3158; }
    .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a {
      color: #ee3158; }
      .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a > i {
        color: #ee3158;
        background-color: rgba(238, 49, 88, 0); }
  .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active {
    background-color: rgba(238, 49, 88, 0);
    color: #ee3158; }
    .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active > a {
      color: #ee3158; }
      .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active > a > i {
        color: #ee3158;
        background-color: rgba(238, 49, 88, 0); }
  .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a {
    color: #172b4c; }
    .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a > i {
      color: #172b4c;
      background-color: rgba(238, 49, 88, 0); }
.theme-danger.rtl.light-skin .sidebar-menu > li.active {
  border-left: 0px solid #ee3158;
  border-right: 0px solid #ee3158; }
.theme-danger.dark-skin .sidebar-menu li a:hover {
  color: #ee3158 !important; }
.theme-danger.dark-skin .sidebar-menu > li:hover > a, .theme-danger.dark-skin .sidebar-menu > li:active > a, .theme-danger.dark-skin .sidebar-menu > li.active > a {
  background-color: #0c1a32; }
.theme-danger.dark-skin .sidebar-menu > li.active {
  background-color: rgba(238, 49, 88, 0);
  color: white;
  border-left: 0px solid #ee3158; }
  .theme-danger.dark-skin .sidebar-menu > li.active > a {
    background-color: #0c1a32; }
  .theme-danger.dark-skin .sidebar-menu > li.active a {
    color: white; }
    .theme-danger.dark-skin .sidebar-menu > li.active a > i {
      color: white; }
    .theme-danger.dark-skin .sidebar-menu > li.active a > svg {
      color: #ffffff;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-danger.dark-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-danger.dark-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(238, 49, 88, 0);
    color: white; }
    .theme-danger.dark-skin .sidebar-menu > li.active .treeview-menu li.active > a {
      color: white !important; }
.theme-danger.rtl.dark-skin .sidebar-menu > li.active {
  border-left: 0px solid #ee3158;
  border-right: 0px solid #ee3158; }

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li.active.menu-open {
    background-color: rgba(238, 49, 88, 0.2);
    color: #ee3158; } }
/*---Main Nav---*/
.theme-danger .sm-blue li.current > a, .theme-danger .sm-blue li.highlighted > a {
  background: #ee3158;
  color: #ffffff !important; }
  .theme-danger .sm-blue li.current > a:hover, .theme-danger .sm-blue li.current > a:active, .theme-danger .sm-blue li.current > a:focus, .theme-danger .sm-blue li.highlighted > a:hover, .theme-danger .sm-blue li.highlighted > a:active, .theme-danger .sm-blue li.highlighted > a:focus {
    background: #ee3158;
    color: #ffffff !important; }
.theme-danger .sm-blue a.current, .theme-danger .sm-blue a.highlighted {
  background: #ee3158;
  color: #ffffff !important; }
.theme-danger .sm-blue a:hover, .theme-danger .sm-blue a:active, .theme-danger .sm-blue a:focus {
  background: #ee3158;
  color: #ffffff !important; }
.theme-danger .sm-blue ul a:hover, .theme-danger .sm-blue ul a:active, .theme-danger .sm-blue ul a:focus {
  background: #ebedf3;
  color: #ee3158 !important; }
.theme-danger .sm-blue ul a.highlighted {
  background: #ebedf3;
  color: #ee3158 !important; }

.dark-skin.theme-danger .sm-blue a.current, .dark-skin.theme-danger .sm-blue a.highlighted {
  background: #ee3158;
  color: #ffffff !important; }
.dark-skin.theme-danger .sm-blue a:hover, .dark-skin.theme-danger .sm-blue a:active, .dark-skin.theme-danger .sm-blue a:focus {
  background: #ee3158;
  color: #ffffff !important; }
.dark-skin.theme-danger .sm-blue ul a:hover, .dark-skin.theme-danger .sm-blue ul a:active, .dark-skin.theme-danger .sm-blue ul a:focus {
  background: #29354b;
  color: #ee3158 !important; }
.dark-skin.theme-danger .sm-blue ul a.highlighted {
  background: #29354b;
  color: #ee3158 !important; }

/*---Primary Button---*/
.theme-danger .btn-link {
  color: #ee3158; }
.theme-danger .btn-primary {
  background-color: #ee3158;
  border-color: #ee3158;
  color: #ffffff; }
  .theme-danger .btn-primary:hover, .theme-danger .btn-primary:active, .theme-danger .btn-primary:focus, .theme-danger .btn-primary.active {
    background-color: #da123b !important;
    border-color: #da123b !important;
    color: #ffffff !important; }
  .theme-danger .btn-primary:disabled {
    background-color: #f68fa4;
    border-color: #ee3158;
    opacity: 0.5; }
  .theme-danger .btn-primary.disabled {
    background-color: #f68fa4;
    border-color: #ee3158;
    opacity: 0.5; }
.theme-danger .show > .btn-primary.dropdown-toggle {
  background-color: #da123b !important;
  border-color: #da123b !important;
  color: #ffffff; }
.theme-danger .btn-outline.btn-primary {
  color: #ee3158;
  background-color: transparent;
  border-color: #ee3158 !important; }
  .theme-danger .btn-outline.btn-primary:hover, .theme-danger .btn-outline.btn-primary:active, .theme-danger .btn-outline.btn-primary.active {
    background-color: #da123b !important;
    border-color: #da123b !important;
    color: #ffffff !important; }
.theme-danger .show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #da123b !important;
  border-color: #da123b !important;
  color: #ffffff; }
.theme-danger .btn-flat.btn-primary {
  color: #ee3158 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-danger .btn-flat.btn-primary:hover, .theme-danger .btn-flat.btn-primary:active, .theme-danger .btn-flat.btn-primary.active {
    background-color: #da123b !important;
    border-color: #da123b !important;
    color: #ffffff !important; }

/*---info Button---*/
.theme-danger .btn-info {
  background-color: #3596f7;
  border-color: #3596f7;
  color: #ffffff; }
  .theme-danger .btn-info:hover, .theme-danger .btn-info:active, .theme-danger .btn-info:focus, .theme-danger .btn-info.active {
    background-color: #097df0 !important;
    border-color: #097df0 !important;
    color: #ffffff !important; }
  .theme-danger .btn-info:disabled {
    background-color: #97c9fb;
    border-color: #3596f7;
    opacity: 0.5; }
  .theme-danger .btn-info.disabled {
    background-color: #97c9fb;
    border-color: #3596f7;
    opacity: 0.5; }
.theme-danger .show > .btn-info.dropdown-toggle {
  background-color: #097df0 !important;
  border-color: #097df0 !important;
  color: #ffffff; }
.theme-danger .btn-outline.btn-info {
  color: #3596f7;
  background-color: transparent;
  border-color: #3596f7 !important; }
  .theme-danger .btn-outline.btn-info:hover, .theme-danger .btn-outline.btn-info:active, .theme-danger .btn-outline.btn-info.active {
    background-color: #097df0 !important;
    border-color: #097df0 !important;
    color: #ffffff !important; }
.theme-danger .show > .btn-outline.btn-info.dropdown-toggle {
  background-color: #097df0 !important;
  border-color: #097df0 !important;
  color: #ffffff; }
.theme-danger .btn-flat.btn-info {
  color: #3596f7 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-danger .btn-flat.btn-info:hover, .theme-danger .btn-flat.btn-info:active, .theme-danger .btn-flat.btn-info.active {
    background-color: #097df0 !important;
    border-color: #097df0 !important;
    color: #ffffff !important; }

/*---Success Button---*/
.theme-danger .btn-success {
  background-color: #05825f;
  border-color: #05825f;
  color: #ffffff; }
  .theme-danger .btn-success:hover, .theme-danger .btn-success:active, .theme-danger .btn-success:focus, .theme-danger .btn-success.active {
    background-color: #03513b !important;
    border-color: #03513b !important;
    color: #ffffff !important; }
  .theme-danger .btn-success:disabled {
    background-color: #09e4a7;
    border-color: #05825f;
    opacity: 0.5; }
  .theme-danger .btn-success.disabled {
    background-color: #09e4a7;
    border-color: #05825f;
    opacity: 0.5; }
.theme-danger .show > .btn-success.dropdown-toggle {
  background-color: #03513b !important;
  border-color: #03513b !important;
  color: #ffffff; }
.theme-danger .btn-outline.btn-success {
  color: #05825f;
  background-color: transparent;
  border-color: #05825f !important; }
  .theme-danger .btn-outline.btn-success:hover, .theme-danger .btn-outline.btn-success:active, .theme-danger .btn-outline.btn-success.active {
    background-color: #03513b !important;
    border-color: #03513b !important;
    color: #ffffff !important; }
.theme-danger .show > .btn-outline.btn-success.dropdown-toggle {
  background-color: #03513b !important;
  border-color: #03513b !important;
  color: #ffffff; }
.theme-danger .btn-flat.btn-success {
  color: #05825f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-danger .btn-flat.btn-success:hover, .theme-danger .btn-flat.btn-success:active, .theme-danger .btn-flat.btn-success.active {
    background-color: #03513b !important;
    border-color: #03513b !important;
    color: #ffffff !important; }

/*---Danger Button---*/
.theme-danger .btn-danger {
  background-color: #5156be;
  border-color: #5156be;
  color: #ffffff; }
  .theme-danger .btn-danger:hover, .theme-danger .btn-danger:active, .theme-danger .btn-danger:focus, .theme-danger .btn-danger.active {
    background-color: #3c40a0 !important;
    border-color: #3c40a0 !important;
    color: #ffffff !important; }
  .theme-danger .btn-danger:disabled {
    background-color: #9b9eda;
    border-color: #5156be;
    opacity: 0.5; }
  .theme-danger .btn-danger.disabled {
    background-color: #9b9eda;
    border-color: #5156be;
    opacity: 0.5; }
.theme-danger .show > .btn-danger.dropdown-toggle {
  background-color: #3c40a0 !important;
  border-color: #3c40a0 !important;
  color: #ffffff; }
.theme-danger .btn-outline.btn-danger {
  color: #5156be;
  background-color: transparent;
  border-color: #5156be !important; }
  .theme-danger .btn-outline.btn-danger:hover, .theme-danger .btn-outline.btn-danger:active, .theme-danger .btn-outline.btn-danger.active {
    background-color: #3c40a0 !important;
    border-color: #3c40a0 !important;
    color: #ffffff !important; }
.theme-danger .show > .btn-outline.btn-danger.dropdown-toggle {
  background-color: #3c40a0 !important;
  border-color: #3c40a0 !important;
  color: #ffffff; }
.theme-danger .btn-flat.btn-danger {
  color: #5156be !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-danger .btn-flat.btn-danger:hover, .theme-danger .btn-flat.btn-danger:active, .theme-danger .btn-flat.btn-danger.active {
    background-color: #3c40a0 !important;
    border-color: #3c40a0 !important;
    color: #ffffff !important; }

/*---Warning Button---*/
.theme-danger .btn-warning {
  background-color: #ffa800;
  border-color: #ffa800;
  color: #ffffff; }
  .theme-danger .btn-warning:hover, .theme-danger .btn-warning:active, .theme-danger .btn-warning:focus, .theme-danger .btn-warning.active {
    background-color: #cc8600 !important;
    border-color: #cc8600 !important;
    color: #ffffff !important; }
  .theme-danger .btn-warning:disabled {
    background-color: #ffcb66;
    border-color: #ffa800;
    opacity: 0.5; }
  .theme-danger .btn-warning.disabled {
    background-color: #ffcb66;
    border-color: #ffa800;
    opacity: 0.5; }
.theme-danger .show > .btn-warning.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff; }
.theme-danger .btn-outline.btn-warning {
  color: #ffa800;
  background-color: transparent;
  border-color: #ffa800 !important; }
  .theme-danger .btn-outline.btn-warning:hover, .theme-danger .btn-outline.btn-warning:active, .theme-danger .btn-outline.btn-warning.active {
    background-color: #cc8600 !important;
    border-color: #cc8600 !important;
    color: #ffffff !important; }
.theme-danger .show > .btn-outline.btn-warning.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff; }
.theme-danger .btn-flat.btn-warning {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-danger .btn-flat.btn-warning:hover, .theme-danger .btn-flat.btn-warning:active, .theme-danger .btn-flat.btn-warning.active {
    background-color: #cc8600 !important;
    border-color: #cc8600 !important;
    color: #ffffff !important; }

/*---Primary Button light---*/
.theme-danger .btn-primary-light {
  background-color: #ffd6de;
  border-color: #ffd6de;
  color: #ee3158; }
  .theme-danger .btn-primary-light:hover, .theme-danger .btn-primary-light:active, .theme-danger .btn-primary-light:focus, .theme-danger .btn-primary-light.active {
    background-color: #ee3158 !important;
    border-color: #ee3158 !important;
    color: #ffffff !important; }
  .theme-danger .btn-primary-light:disabled {
    background-color: white;
    border-color: #ffd6de;
    opacity: 0.5; }
  .theme-danger .btn-primary-light.disabled {
    background-color: white;
    border-color: #ffd6de;
    opacity: 0.5; }
.theme-danger .show > .btn-primary-light.dropdown-toggle {
  background-color: #ee3158 !important;
  border-color: #ee3158 !important;
  color: #ffffff; }
.theme-danger .btn-outline.btn-primary-light {
  color: #ee3158;
  background-color: transparent;
  border-color: #ffd6de !important; }
  .theme-danger .btn-outline.btn-primary-light:hover, .theme-danger .btn-outline.btn-primary-light:active, .theme-danger .btn-outline.btn-primary-light.active {
    background-color: #ee3158 !important;
    border-color: #ee3158 !important;
    color: #ffffff !important; }
.theme-danger .show > .btn-outline.btn-primary-light.dropdown-toggle {
  background-color: #ee3158 !important;
  border-color: #ee3158 !important;
  color: #ffffff; }
.theme-danger .btn-flat.btn-primary-light {
  color: #ee3158 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-danger .btn-flat.btn-primary-light:hover, .theme-danger .btn-flat.btn-primary-light:active, .theme-danger .btn-flat.btn-primary-light.active {
    background-color: #ee3158 !important;
    border-color: #ee3158 !important;
    color: #ffffff !important; }

/*---info Button light---*/
.theme-danger .btn-info-light {
  background-color: #cce5ff;
  border-color: #cce5ff;
  color: #3596f7; }
  .theme-danger .btn-info-light:hover, .theme-danger .btn-info-light:active, .theme-danger .btn-info-light:focus, .theme-danger .btn-info-light.active {
    background-color: #3596f7 !important;
    border-color: #3596f7 !important;
    color: #ffffff !important; }
  .theme-danger .btn-info-light:disabled {
    background-color: white;
    border-color: #cce5ff;
    opacity: 0.5; }
  .theme-danger .btn-info-light.disabled {
    background-color: white;
    border-color: #cce5ff;
    opacity: 0.5; }
.theme-danger .show > .btn-info.dropdown-toggle {
  background-color: #3596f7 !important;
  border-color: #3596f7 !important;
  color: #ffffff; }
.theme-danger .btn-outline.btn-info-light {
  color: #3596f7;
  background-color: transparent;
  border-color: #cce5ff !important; }
  .theme-danger .btn-outline.btn-info-light:hover, .theme-danger .btn-outline.btn-info-light:active, .theme-danger .btn-outline.btn-info-light.active {
    background-color: #3596f7 !important;
    border-color: #3596f7 !important;
    color: #ffffff !important; }
.theme-danger .show > .btn-outline.btn-info-light.dropdown-toggle {
  background-color: #3596f7 !important;
  border-color: #3596f7 !important;
  color: #ffffff; }
.theme-danger .btn-flat.btn-info-light {
  color: #3596f7 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-danger .btn-flat.btn-info-light:hover, .theme-danger .btn-flat.btn-info-light:active, .theme-danger .btn-flat.btn-info-light.active {
    background-color: #3596f7 !important;
    border-color: #3596f7 !important;
    color: #ffffff !important; }

/*---Success Button light---*/
.theme-danger .btn-success-light {
  background-color: #ebf9f5;
  border-color: #ebf9f5;
  color: #05825f; }
  .theme-danger .btn-success-light:hover, .theme-danger .btn-success-light:active, .theme-danger .btn-success-light:focus, .theme-danger .btn-success-light.active {
    background-color: #05825f !important;
    border-color: #05825f !important;
    color: #ffffff !important; }
  .theme-danger .btn-success-light:disabled {
    background-color: white;
    border-color: #ebf9f5;
    opacity: 0.5; }
  .theme-danger .btn-success-light.disabled {
    background-color: white;
    border-color: #ebf9f5;
    opacity: 0.5; }
.theme-danger .show > .btn-success-light.dropdown-toggle {
  background-color: #05825f !important;
  border-color: #05825f !important;
  color: #ffffff; }
.theme-danger .btn-outline.btn-success-light {
  color: #05825f;
  background-color: transparent;
  border-color: #ebf9f5 !important; }
  .theme-danger .btn-outline.btn-success-light:hover, .theme-danger .btn-outline.btn-success-light:active, .theme-danger .btn-outline.btn-success-light.active {
    background-color: #05825f !important;
    border-color: #05825f !important;
    color: #ffffff !important; }
.theme-danger .show > .btn-outline.btn-success-light.dropdown-toggle {
  background-color: #05825f !important;
  border-color: #05825f !important;
  color: #ffffff; }
.theme-danger .btn-flat.btn-success-light {
  color: #05825f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-danger .btn-flat.btn-success-light:hover, .theme-danger .btn-flat.btn-success-light:active, .theme-danger .btn-flat.btn-success-light.active {
    background-color: #05825f !important;
    border-color: #05825f !important;
    color: #ffffff !important; }

/*---Danger Button light---*/
.theme-danger .btn-danger-light {
  background-color: #c8c9ee;
  border-color: #c8c9ee;
  color: #5156be; }
  .theme-danger .btn-danger-light:hover, .theme-danger .btn-danger-light:active, .theme-danger .btn-danger-light:focus, .theme-danger .btn-danger-light.active {
    background-color: #5156be !important;
    border-color: #5156be !important;
    color: #ffffff !important; }
  .theme-danger .btn-danger-light:disabled {
    background-color: white;
    border-color: #c8c9ee;
    opacity: 0.5; }
  .theme-danger .btn-danger-light.disabled {
    background-color: white;
    border-color: #c8c9ee;
    opacity: 0.5; }
.theme-danger .show > .btn-danger-light.dropdown-toggle {
  background-color: #5156be !important;
  border-color: #5156be !important;
  color: #ffffff; }
.theme-danger .btn-outline.btn-danger-light {
  color: #5156be;
  background-color: transparent;
  border-color: #c8c9ee !important; }
  .theme-danger .btn-outline.btn-danger-light:hover, .theme-danger .btn-outline.btn-danger-light:active, .theme-danger .btn-outline.btn-danger-light.active {
    background-color: #5156be !important;
    border-color: #5156be !important;
    color: #ffffff !important; }
.theme-danger .show > .btn-outline.btn-danger-light.dropdown-toggle {
  background-color: #5156be !important;
  border-color: #5156be !important;
  color: #ffffff; }
.theme-danger .btn-flat.btn-danger-light {
  color: #5156be !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-danger .btn-flat.btn-danger-light:hover, .theme-danger .btn-flat.btn-danger-light:active, .theme-danger .btn-flat.btn-danger-light.active {
    background-color: #5156be !important;
    border-color: #5156be !important;
    color: #ffffff !important; }

/*---Warning Button light---*/
.theme-danger .btn-warning-light {
  background-color: #fff8ea;
  border-color: #fff8ea;
  color: #ffa800; }
  .theme-danger .btn-warning-light:hover, .theme-danger .btn-warning-light:active, .theme-danger .btn-warning-light:focus, .theme-danger .btn-warning-light.active {
    background-color: #ffa800 !important;
    border-color: #ffa800 !important;
    color: #ffffff !important; }
  .theme-danger .btn-warning-light:disabled {
    background-color: white;
    border-color: #fff8ea;
    opacity: 0.5; }
  .theme-danger .btn-warning-light.disabled {
    background-color: white;
    border-color: #fff8ea;
    opacity: 0.5; }
.theme-danger .show > .btn-warning-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff; }
.theme-danger .btn-outline.btn-warning-light {
  color: #ffa800;
  background-color: transparent;
  border-color: #fff8ea !important; }
  .theme-danger .btn-outline.btn-warning-light:hover, .theme-danger .btn-outline.btn-warning-light:active, .theme-danger .btn-outline.btn-warning-light.active {
    background-color: #ffa800 !important;
    border-color: #ffa800 !important;
    color: #ffffff !important; }
.theme-danger .show > .btn-outline.btn-warning-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff; }
.theme-danger .btn-flat.btn-warning-light {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-danger .btn-flat.btn-warning-light:hover, .theme-danger .btn-flat.btn-warning-light:active, .theme-danger .btn-flat.btn-warning-light.active {
    background-color: #ffa800 !important;
    border-color: #ffa800 !important;
    color: #ffffff !important; }

/*---callout---*/
.theme-danger .callout.callout-primary {
  border-color: #ee3158;
  background-color: #ee3158 !important; }
.theme-danger .callout.callout-info {
  border-color: #3596f7;
  background-color: #3596f7 !important; }
.theme-danger .callout.callout-success {
  border-color: #05825f;
  background-color: #05825f !important; }
.theme-danger .callout.callout-danger {
  border-color: #5156be;
  background-color: #5156be !important; }
.theme-danger .callout.callout-warning {
  border-color: #ffa800;
  background-color: #ffa800 !important; }

/*---alert---*/
.theme-danger .alert-primary {
  border-color: #ee3158;
  background-color: #ee3158 !important;
  color: #ffffff; }
.theme-danger .alert-info {
  border-color: #3596f7;
  background-color: #3596f7 !important;
  color: #ffffff; }
.theme-danger .alert-success {
  border-color: #05825f;
  background-color: #05825f !important;
  color: #ffffff; }
.theme-danger .alert-danger {
  border-color: #5156be;
  background-color: #5156be !important;
  color: #ffffff; }
.theme-danger .alert-error {
  border-color: #5156be;
  background-color: #5156be !important;
  color: #ffffff; }
.theme-danger .alert-warning {
  border-color: #ffa800;
  background-color: #ffa800 !important;
  color: #ffffff; }

/*---direct-chat---*/
.theme-danger .direct-chat-primary .right > .direct-chat-text p {
  background-color: #ee3158;
  color: #ffffff; }
.theme-danger .direct-chat-primary .right > .direct-chat-text:before, .theme-danger .direct-chat-primary .right > .direct-chat-text:after {
  border-left-color: #ee3158; }
.theme-danger .direct-chat-info .right > .direct-chat-text p {
  background-color: #3596f7;
  color: #ffffff; }
.theme-danger .direct-chat-info .right > .direct-chat-text:before, .theme-danger .direct-chat-info .right > .direct-chat-text:after {
  border-left-color: #3596f7; }
.theme-danger .direct-chat-success .right > .direct-chat-text p {
  background-color: #05825f;
  color: #ffffff; }
.theme-danger .direct-chat-success .right > .direct-chat-text:before, .theme-danger .direct-chat-success .right > .direct-chat-text:after {
  border-left-color: #05825f; }
.theme-danger .direct-chat-danger .right > .direct-chat-text p {
  background-color: #5156be;
  color: #ffffff; }
.theme-danger .direct-chat-danger .right > .direct-chat-text:before, .theme-danger .direct-chat-danger .right > .direct-chat-text:after {
  border-left-color: #5156be; }
.theme-danger .direct-chat-warning .right > .direct-chat-text p {
  background-color: #ffa800;
  color: #ffffff; }
.theme-danger .direct-chat-warning .right > .direct-chat-text:before, .theme-danger .direct-chat-warning .right > .direct-chat-text:after {
  border-left-color: #ffa800; }
.theme-danger .right .direct-chat-text p {
  background-color: #ee3158; }

/*---modal---*/
.theme-danger .modal-primary .modal-footer, .theme-danger .modal-primary .modal-header {
  border-color: #ee3158; }
.theme-danger .modal-primary .modal-body {
  background-color: #ee3158 !important; }
.theme-danger .modal-info .modal-footer, .theme-danger .modal-info .modal-header {
  border-color: #3596f7; }
.theme-danger .modal-info .modal-body {
  background-color: #3596f7 !important; }
.theme-danger .modal-success .modal-footer, .theme-danger .modal-success .modal-header {
  border-color: #05825f; }
.theme-danger .modal-success .modal-body {
  background-color: #05825f !important; }
.theme-danger .modal-danger .modal-footer, .theme-danger .modal-danger .modal-header {
  border-color: #5156be; }
.theme-danger .modal-danger .modal-body {
  background-color: #5156be !important; }
.theme-danger .modal-warning .modal-footer, .theme-danger .modal-warning .modal-header {
  border-color: #ffa800; }
.theme-danger .modal-warning .modal-body {
  background-color: #ffa800 !important; }

/*---border---*/
.theme-danger .border-primary {
  border-color: #ee3158 !important; }
.theme-danger .border-info {
  border-color: #3596f7 !important; }
.theme-danger .border-success {
  border-color: #05825f !important; }
.theme-danger .border-danger {
  border-color: #5156be !important; }
.theme-danger .border-warning {
  border-color: #ffa800 !important; }

/*---Background---*/
.theme-danger .bg-primary {
  background-color: #ee3158 !important;
  color: #ffffff; }
.theme-danger .bg-primary-light {
  background-color: #ffd6de !important;
  color: #ee3158; }
.theme-danger .bg-info {
  background-color: #3596f7 !important;
  color: #ffffff; }
.theme-danger .bg-info-light {
  background-color: #cce5ff !important;
  color: #3596f7; }
.theme-danger .bg-success {
  background-color: #05825f !important;
  color: #ffffff; }
.theme-danger .bg-success-light {
  background-color: #ebf9f5 !important;
  color: #05825f; }
.theme-danger .bg-danger {
  background-color: #5156be !important;
  color: #ffffff; }
.theme-danger .bg-danger-light {
  background-color: #c8c9ee !important;
  color: #5156be; }
.theme-danger .bg-warning {
  background-color: #ffa800 !important;
  color: #ffffff; }
.theme-danger .bg-warning-light {
  background-color: #fff8ea !important;
  color: #ffa800; }

/*---text---*/
.theme-danger .text-primary {
  color: #ee3158 !important; }
.theme-danger .text-primary-light {
  color: #c8c9ee !important; }
.theme-danger a.text-primary:hover, .theme-danger a.text-primary:focus {
  color: #ee3158 !important; }
.theme-danger .hover-primary:hover, .theme-danger .hover-primary:focus {
  color: #ee3158 !important; }
.theme-danger .text-info {
  color: #3596f7 !important; }
.theme-danger .text-info-light {
  color: #cce5ff !important; }
.theme-danger a.text-info:hover, .theme-danger a.text-info:focus {
  color: #3596f7 !important; }
.theme-danger .hover-info:hover, .theme-danger .hover-info:focus {
  color: #3596f7 !important; }
.theme-danger .text-success {
  color: #05825f !important; }
.theme-danger .text-success-light {
  color: #ebf9f5 !important; }
.theme-danger a.text-success:hover, .theme-danger a.text-success:focus {
  color: #05825f !important; }
.theme-danger .hover-success:hover, .theme-danger .hover-success:focus {
  color: #05825f !important; }
.theme-danger .text-danger {
  color: #5156be !important; }
.theme-danger .text-danger-light {
  color: #ffd6de !important; }
.theme-danger a.text-danger:hover, .theme-danger a.text-danger:focus {
  color: #5156be !important; }
.theme-danger .hover-danger:hover, .theme-danger .hover-danger:focus {
  color: #5156be !important; }
.theme-danger .text-warning {
  color: #ffa800 !important; }
.theme-danger .text-warning-light {
  color: #fff8ea !important; }
.theme-danger a.text-warning:hover, .theme-danger a.text-warning:focus {
  color: #ffa800 !important; }
.theme-danger .hover-warning:hover, .theme-danger .hover-warning:focus {
  color: #ffa800 !important; }

/*---active background---*/
.theme-danger .active.active-primary {
  background-color: #da123b !important; }
.theme-danger .active.active-info {
  background-color: #097df0 !important; }
.theme-danger .active.active-success {
  background-color: #03513b !important; }
.theme-danger .active.active-danger {
  background-color: #3c40a0 !important; }
.theme-danger .active.active-warning {
  background-color: #cc8600 !important; }

/*---label background---*/
.theme-danger .label-primary {
  background-color: #ee3158 !important; }
.theme-danger .label-info {
  background-color: #3596f7 !important; }
.theme-danger .label-success {
  background-color: #05825f !important; }
.theme-danger .label-danger {
  background-color: #5156be !important; }
.theme-danger .label-warning {
  background-color: #ffa800 !important; }

/*---ribbon---*/
.theme-danger .ribbon-box .ribbon-primary {
  background-color: #ee3158; }
  .theme-danger .ribbon-box .ribbon-primary:before {
    border-color: #ee3158 transparent transparent; }
.theme-danger .ribbon-box .ribbon-two-primary span {
  background-color: #ee3158; }
  .theme-danger .ribbon-box .ribbon-two-primary span:before {
    border-left: 3px solid #da123b;
    border-top: 3px solid #da123b; }
  .theme-danger .ribbon-box .ribbon-two-primary span:after {
    border-right: 3px solid #da123b;
    border-top: 3px solid #da123b; }
.theme-danger .ribbon-box .ribbon-info {
  background-color: #3596f7; }
  .theme-danger .ribbon-box .ribbon-info:before {
    border-color: #3596f7 transparent transparent; }
.theme-danger .ribbon-box .ribbon-two-info span {
  background-color: #3596f7; }
  .theme-danger .ribbon-box .ribbon-two-info span:before {
    border-left: 3px solid #097df0;
    border-top: 3px solid #097df0; }
  .theme-danger .ribbon-box .ribbon-two-info span:after {
    border-right: 3px solid #097df0;
    border-top: 3px solid #097df0; }
.theme-danger .ribbon-box .ribbon-success {
  background-color: #05825f; }
  .theme-danger .ribbon-box .ribbon-success:before {
    border-color: #05825f transparent transparent; }
.theme-danger .ribbon-box .ribbon-two-success span {
  background-color: #05825f; }
  .theme-danger .ribbon-box .ribbon-two-success span:before {
    border-left: 3px solid #03513b;
    border-top: 3px solid #03513b; }
  .theme-danger .ribbon-box .ribbon-two-success span:after {
    border-right: 3px solid #03513b;
    border-top: 3px solid #03513b; }
.theme-danger .ribbon-box .ribbon-danger {
  background-color: #5156be; }
  .theme-danger .ribbon-box .ribbon-danger:before {
    border-color: #5156be transparent transparent; }
.theme-danger .ribbon-box .ribbon-two-danger span {
  background-color: #5156be; }
  .theme-danger .ribbon-box .ribbon-two-danger span:before {
    border-left: 3px solid #3c40a0;
    border-top: 3px solid #3c40a0; }
  .theme-danger .ribbon-box .ribbon-two-danger span:after {
    border-right: 3px solid #3c40a0;
    border-top: 3px solid #3c40a0; }
.theme-danger .ribbon-box .ribbon-warning {
  background-color: #ffa800; }
  .theme-danger .ribbon-box .ribbon-warning:before {
    border-color: #ffa800 transparent transparent; }
.theme-danger .ribbon-box .ribbon-two-warning span {
  background-color: #ffa800; }
  .theme-danger .ribbon-box .ribbon-two-warning span:before {
    border-left: 3px solid #cc8600;
    border-top: 3px solid #cc8600; }
  .theme-danger .ribbon-box .ribbon-two-warning span:after {
    border-right: 3px solid #cc8600;
    border-top: 3px solid #cc8600; }

/*---Box---*/
.theme-danger .box-primary {
  background-color: #ee3158 !important; }
  .theme-danger .box-primary.box-bordered {
    border-color: #ee3158; }
.theme-danger .box-outline-primary {
  background-color: #ffffff;
  border: 1px solid #ee3158; }
.theme-danger .box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background-color: #ee3158; }
  .theme-danger .box.box-solid.box-primary > .box-header .btn {
    color: #ffffff; }
  .theme-danger .box.box-solid.box-primary > .box-header > a {
    color: #ffffff; }
.theme-danger .box-info {
  background-color: #3596f7 !important; }
  .theme-danger .box-info.box-bordered {
    border-color: #3596f7; }
.theme-danger .box-outline-info {
  background-color: #ffffff;
  border: 1px solid #3596f7; }
.theme-danger .box.box-solid.box-info > .box-header {
  color: #ffffff;
  background-color: #3596f7; }
  .theme-danger .box.box-solid.box-info > .box-header .btn {
    color: #ffffff; }
  .theme-danger .box.box-solid.box-info > .box-header > a {
    color: #ffffff; }
.theme-danger .box-success {
  background-color: #05825f !important; }
  .theme-danger .box-success.box-bordered {
    border-color: #05825f; }
.theme-danger .box-outline-success {
  background-color: #ffffff;
  border: 1px solid #05825f; }
.theme-danger .box.box-solid.box-success > .box-header {
  color: #ffffff;
  background-color: #05825f; }
  .theme-danger .box.box-solid.box-success > .box-header .btn {
    color: #ffffff; }
  .theme-danger .box.box-solid.box-success > .box-header > a {
    color: #ffffff; }
.theme-danger .box-danger {
  background-color: #5156be !important; }
  .theme-danger .box-danger.box-bordered {
    border-color: #5156be; }
.theme-danger .box-outline-danger {
  background-color: #ffffff;
  border: 1px solid #5156be; }
.theme-danger .box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background-color: #5156be; }
  .theme-danger .box.box-solid.box-danger > .box-header .btn {
    color: #ffffff; }
  .theme-danger .box.box-solid.box-danger > .box-header > a {
    color: #ffffff; }
.theme-danger .box-warning {
  background-color: #ffa800 !important; }
  .theme-danger .box-warning.box-bordered {
    border-color: #ffa800; }
.theme-danger .box-outline-warning {
  background-color: #ffffff;
  border: 1px solid #ffa800; }
.theme-danger .box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background-color: #ffa800; }
  .theme-danger .box.box-solid.box-warning > .box-header .btn {
    color: #ffffff; }
  .theme-danger .box.box-solid.box-warning > .box-header > a {
    color: #ffffff; }
.theme-danger .box-profile .social-states a:hover {
  color: #da123b; }
.theme-danger .box-controls li > a:hover {
  color: #da123b; }
.theme-danger .box-controls .dropdown.show > a {
  color: #da123b; }
.theme-danger .box-fullscreen .box-btn-fullscreen {
  color: #da123b; }

/*---progress bar---*/
.theme-danger .progress-bar-primary {
  background-color: #ee3158; }
.theme-danger .progress-bar-info {
  background-color: #3596f7; }
.theme-danger .progress-bar-success {
  background-color: #05825f; }
.theme-danger .progress-bar-danger {
  background-color: #5156be; }
.theme-danger .progress-bar-warning {
  background-color: #ffa800; }

/*---panel---*/
.theme-danger .panel-primary {
  border-color: #ee3158; }
  .theme-danger .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #ee3158;
    border-color: #ee3158; }
    .theme-danger .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ee3158; }
    .theme-danger .panel-primary > .panel-heading .badge-pill {
      color: #ee3158;
      background-color: #ffffff; }
  .theme-danger .panel-primary .panel-title, .theme-danger .panel-primary .panel-action {
    color: #ffffff; }
  .theme-danger .panel-primary .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ee3158; }
.theme-danger .panel-line.panel-primary .panel-heading {
  color: #ee3158;
  border-top-color: #ee3158;
  background: transparent; }
.theme-danger .panel-line.panel-primary .panel-title, .theme-danger .panel-line.panel-primary .panel-action {
  color: #ee3158; }
.theme-danger .panel-info {
  border-color: #3596f7; }
  .theme-danger .panel-info > .panel-heading {
    color: #ffffff;
    background-color: #3596f7;
    border-color: #3596f7; }
    .theme-danger .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #3596f7; }
    .theme-danger .panel-info > .panel-heading .badge-pill {
      color: #3596f7;
      background-color: #ffffff; }
  .theme-danger .panel-info .panel-title, .theme-danger .panel-info .panel-action {
    color: #ffffff; }
  .theme-danger .panel-info .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #3596f7; }
.theme-danger .panel-line.panel-info .panel-heading {
  color: #3596f7;
  border-top-color: #3596f7;
  background: transparent; }
.theme-danger .panel-line.panel-info .panel-title, .theme-danger .panel-line.panel-info .panel-action {
  color: #3596f7; }
.theme-danger .panel-success {
  border-color: #05825f; }
  .theme-danger .panel-success > .panel-heading {
    color: #ffffff;
    background-color: #05825f;
    border-color: #05825f; }
    .theme-danger .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #05825f; }
    .theme-danger .panel-success > .panel-heading .badge-pill {
      color: #05825f;
      background-color: #ffffff; }
  .theme-danger .panel-success .panel-title, .theme-danger .panel-success .panel-action {
    color: #ffffff; }
  .theme-danger .panel-success .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #05825f; }
.theme-danger .panel-line.panel-success .panel-heading {
  color: #05825f;
  border-top-color: #05825f;
  background: transparent; }
.theme-danger .panel-line.panel-success .panel-title, .theme-danger .panel-line.panel-success .panel-action {
  color: #05825f; }
.theme-danger .panel-danger {
  border-color: #5156be; }
  .theme-danger .panel-danger > .panel-heading {
    color: #ffffff;
    background-color: #5156be;
    border-color: #5156be; }
    .theme-danger .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #5156be; }
    .theme-danger .panel-danger > .panel-heading .badge-pill {
      color: #5156be;
      background-color: #ffffff; }
  .theme-danger .panel-danger .panel-title, .theme-danger .panel-danger .panel-action {
    color: #ffffff; }
  .theme-danger .panel-danger .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #5156be; }
.theme-danger .panel-line.panel-danger .panel-heading {
  color: #5156be;
  border-top-color: #5156be;
  background: transparent; }
.theme-danger .panel-line.panel-danger .panel-title, .theme-danger .panel-line.panel-danger .panel-action {
  color: #5156be; }
.theme-danger .panel-warning {
  border-color: #ffa800; }
  .theme-danger .panel-warning > .panel-heading {
    color: #ffffff;
    background-color: #ffa800;
    border-color: #ffa800; }
    .theme-danger .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ffa800; }
    .theme-danger .panel-warning > .panel-heading .badge-pill {
      color: #ffa800;
      background-color: #ffffff; }
  .theme-danger .panel-warning .panel-title, .theme-danger .panel-warning .panel-action {
    color: #ffffff; }
  .theme-danger .panel-warning .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ffa800; }
.theme-danger .panel-line.panel-warning .panel-heading {
  color: #ffa800;
  border-top-color: #ffa800;
  background: transparent; }
.theme-danger .panel-line.panel-warning .panel-title, .theme-danger .panel-line.panel-warning .panel-action {
  color: #ffa800; }

/*---switch---*/
.theme-danger .switch input:checked ~ .switch-indicator::after {
  background-color: #ee3158; }
.theme-danger .switch.switch-primary input:checked ~ .switch-indicator::after {
  background-color: #ee3158; }
.theme-danger .switch.switch-info input:checked ~ .switch-indicator::after {
  background-color: #3596f7; }
.theme-danger .switch.switch-success input:checked ~ .switch-indicator::after {
  background-color: #05825f; }
.theme-danger .switch.switch-danger input:checked ~ .switch-indicator::after {
  background-color: #5156be; }
.theme-danger .switch.switch-warning input:checked ~ .switch-indicator::after {
  background-color: #ffa800; }

/*---badge---*/
.theme-danger .badge-primary {
  background-color: #ee3158;
  color: #ffffff; }
.theme-danger .badge-primary[href]:hover, .theme-danger .badge-primary[href]:focus {
  background-color: #da123b; }
.theme-danger .badge-secondary {
  background-color: #e4e6ef;
  color: #172b4c; }
.theme-danger .badge-secondary[href]:hover, .theme-danger .badge-secondary[href]:focus {
  background-color: #c4c8dc; }
.theme-danger .badge-info {
  background-color: #3596f7;
  color: #ffffff; }
.theme-danger .badge-info[href]:hover, .theme-danger .badge-info[href]:focus {
  background-color: #097df0; }
.theme-danger .badge-success {
  background-color: #05825f;
  color: #ffffff; }
.theme-danger .badge-success[href]:hover, .theme-danger .badge-success[href]:focus {
  background-color: #03513b; }
.theme-danger .badge-danger {
  background-color: #5156be;
  color: #ffffff; }
.theme-danger .badge-danger[href]:hover, .theme-danger .badge-danger[href]:focus {
  background-color: #3c40a0; }
.theme-danger .badge-warning {
  background-color: #ffa800;
  color: #ffffff; }
.theme-danger .badge-warning[href]:hover, .theme-danger .badge-warning[href]:focus {
  background-color: #cc8600; }

/*---badge light---*/
.theme-danger .badge-primary-light {
  background-color: #ffd6de;
  color: #ee3158; }
.theme-danger .badge-primary-light[href]:hover, .theme-danger .badge-primary-light[href]:focus {
  background-color: #ffa3b5; }
.theme-danger .badge-secondary-light {
  background-color: #e9edf2;
  color: #172b4c; }
.theme-danger .badge-secondary-light[href]:hover, .theme-danger .badge-secondary-light[href]:focus {
  background-color: #c9d3df; }
.theme-danger .badge-info-light {
  background-color: #cce5ff;
  color: #3596f7; }
.theme-danger .badge-info-light[href]:hover, .theme-danger .badge-info-light[href]:focus {
  background-color: #99cbff; }
.theme-danger .badge-success-light {
  background-color: #ebf9f5;
  color: #05825f; }
.theme-danger .badge-success-light[href]:hover, .theme-danger .badge-success-light[href]:focus {
  background-color: #c4ede1; }
.theme-danger .badge-danger-light {
  background-color: #c8c9ee;
  color: #5156be; }
.theme-danger .badge-danger-light[href]:hover, .theme-danger .badge-danger-light[href]:focus {
  background-color: #a1a3e2; }
.theme-danger .badge-warning-light {
  background-color: #fff8ea;
  color: #ffa800; }
.theme-danger .badge-warning-light[href]:hover, .theme-danger .badge-warning-light[href]:focus {
  background-color: #ffe7b7; }

/*---rating---*/
.theme-danger .rating-primary .active {
  color: #ee3158; }
.theme-danger .rating-primary :checked ~ label {
  color: #ee3158; }
.theme-danger .rating-primary label:hover {
  color: #ee3158; }
  .theme-danger .rating-primary label:hover ~ label {
    color: #ee3158; }
.theme-danger .rating-info .active {
  color: #3596f7; }
.theme-danger .rating-info :checked ~ label {
  color: #3596f7; }
.theme-danger .rating-info label:hover {
  color: #3596f7; }
  .theme-danger .rating-info label:hover ~ label {
    color: #3596f7; }
.theme-danger .rating-success .active {
  color: #05825f; }
.theme-danger .rating-success :checked ~ label {
  color: #05825f; }
.theme-danger .rating-success label:hover {
  color: #05825f; }
  .theme-danger .rating-success label:hover ~ label {
    color: #05825f; }
.theme-danger .rating-danger .active {
  color: #5156be; }
.theme-danger .rating-danger :checked ~ label {
  color: #5156be; }
.theme-danger .rating-danger label:hover {
  color: #5156be; }
  .theme-danger .rating-danger label:hover ~ label {
    color: #5156be; }
.theme-danger .rating-warning .active {
  color: #ffa800; }
.theme-danger .rating-warning :checked ~ label {
  color: #ffa800; }
.theme-danger .rating-warning label:hover {
  color: #ffa800; }
  .theme-danger .rating-warning label:hover ~ label {
    color: #ffa800; }

/*---toggler---*/
.theme-danger .toggler-primary input:checked + i {
  color: #ee3158; }
.theme-danger .toggler-info input:checked + i {
  color: #3596f7; }
.theme-danger .toggler-success input:checked + i {
  color: #05825f; }
.theme-danger .toggler-danger input:checked + i {
  color: #5156be; }
.theme-danger .toggler-warning input:checked + i {
  color: #ffa800; }

/*---nav tabs---*/
.theme-danger .nav-tabs.nav-tabs-primary .nav-link:hover, .theme-danger .nav-tabs.nav-tabs-primary .nav-link:active, .theme-danger .nav-tabs.nav-tabs-primary .nav-link:focus, .theme-danger .nav-tabs.nav-tabs-primary .nav-link.active {
  border-color: #da123b;
  background-color: transparent;
  color: #da123b; }
.theme-danger .nav-tabs.nav-tabs-info .nav-link:hover, .theme-danger .nav-tabs.nav-tabs-info .nav-link:active, .theme-danger .nav-tabs.nav-tabs-info .nav-link:focus, .theme-danger .nav-tabs.nav-tabs-info .nav-link.active {
  border-color: #097df0;
  background-color: #3596f7;
  color: #ffffff; }
.theme-danger .nav-tabs.nav-tabs-success .nav-link:hover, .theme-danger .nav-tabs.nav-tabs-success .nav-link:active, .theme-danger .nav-tabs.nav-tabs-success .nav-link:focus, .theme-danger .nav-tabs.nav-tabs-success .nav-link.active {
  border-color: #03513b;
  background-color: transparent;
  color: #03513b; }
.theme-danger .nav-tabs.nav-tabs-danger .nav-link:hover, .theme-danger .nav-tabs.nav-tabs-danger .nav-link:active, .theme-danger .nav-tabs.nav-tabs-danger .nav-link:focus, .theme-danger .nav-tabs.nav-tabs-danger .nav-link.active {
  border-color: #3c40a0;
  background-color: transparent;
  color: #3c40a0; }
.theme-danger .nav-tabs.nav-tabs-warning .nav-link:hover, .theme-danger .nav-tabs.nav-tabs-warning .nav-link:active, .theme-danger .nav-tabs.nav-tabs-warning .nav-link:focus, .theme-danger .nav-tabs.nav-tabs-warning .nav-link.active {
  border-color: #cc8600;
  background-color: transparent;
  color: #cc8600; }
.theme-danger .nav-tabs-custom.tab-primary > .nav-tabs > li a.active {
  border-top-color: #da123b; }
.theme-danger .nav-tabs-custom.tab-info > .nav-tabs > li a.active {
  border-top-color: #097df0; }
.theme-danger .nav-tabs-custom.tab-success > .nav-tabs > li a.active {
  border-top-color: #03513b; }
.theme-danger .nav-tabs-custom.tab-danger > .nav-tabs > li a.active {
  border-top-color: #3c40a0; }
.theme-danger .nav-tabs-custom.tab-warning > .nav-tabs > li a.active {
  border-top-color: #cc8600; }
.theme-danger .nav-tabs .nav-link.active {
  border-bottom-color: #ee3158;
  background-color: #ee3158;
  color: #ffffff; }
  .theme-danger .nav-tabs .nav-link.active:hover, .theme-danger .nav-tabs .nav-link.active:focus {
    border-bottom-color: #ee3158;
    background-color: #ee3158;
    color: #ffffff; }
.theme-danger .nav-tabs .nav-item.open .nav-link {
  border-bottom-color: #ee3158;
  background-color: #ee3158; }
  .theme-danger .nav-tabs .nav-item.open .nav-link:hover, .theme-danger .nav-tabs .nav-item.open .nav-link:focus {
    border-bottom-color: #ee3158;
    background-color: #ee3158; }

/*---todo---*/
.theme-danger .todo-list .primary {
  border-left-color: #ee3158; }
.theme-danger .todo-list .info {
  border-left-color: #ee3158; }
.theme-danger .todo-list .success {
  border-left-color: #05825f; }
.theme-danger .todo-list .danger {
  border-left-color: #5156be; }
.theme-danger .todo-list .warning {
  border-left-color: #ffa800; }

/*---timeline---*/
.theme-danger .timeline .timeline-item > .timeline-event.timeline-event-primary {
  background-color: #ee3158;
  border: 1px solid #ee3158;
  color: #ffffff; }
  .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-primary:before, .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-primary:after {
    border-left-color: #ee3158;
    border-right-color: #ee3158; }
  .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-primary * {
    color: inherit; }
.theme-danger .timeline .timeline-item > .timeline-event.timeline-event-info {
  background-color: #3596f7;
  border: 1px solid #3596f7;
  color: #ffffff; }
  .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-info:before, .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-info:after {
    border-left-color: #3596f7;
    border-right-color: #3596f7; }
  .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-info * {
    color: inherit; }
.theme-danger .timeline .timeline-item > .timeline-event.timeline-event-success {
  background-color: #05825f;
  border: 1px solid #05825f;
  color: #ffffff; }
  .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-success:before, .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-success:after {
    border-left-color: #05825f;
    border-right-color: #05825f; }
  .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-success * {
    color: inherit; }
.theme-danger .timeline .timeline-item > .timeline-event.timeline-event-danger {
  background-color: #5156be;
  border: 1px solid #5156be;
  color: #ffffff; }
  .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-danger:before, .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-danger:after {
    border-left-color: #5156be;
    border-right-color: #5156be; }
  .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-danger * {
    color: inherit; }
.theme-danger .timeline .timeline-item > .timeline-event.timeline-event-warning {
  background-color: #ffa800;
  border: 1px solid #ffa800;
  color: #ffffff; }
  .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-warning:before, .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-warning:after {
    border-left-color: #ffa800;
    border-right-color: #ffa800; }
  .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-warning * {
    color: inherit; }
.theme-danger .timeline .timeline-item > .timeline-point.timeline-point-primary {
  color: #ee3158;
  background-color: #ffffff; }
.theme-danger .timeline .timeline-item > .timeline-point.timeline-point-info {
  color: #3596f7;
  background-color: #ffffff; }
.theme-danger .timeline .timeline-item > .timeline-point.timeline-point-success {
  color: #05825f;
  background-color: #ffffff; }
.theme-danger .timeline .timeline-item > .timeline-point.timeline-point-danger {
  color: #5156be;
  background-color: #ffffff; }
.theme-danger .timeline .timeline-item > .timeline-point.timeline-point-warning {
  color: #ffa800;
  background-color: #ffffff; }
.theme-danger .timeline .timeline-label .label-primary {
  background-color: #ee3158; }
.theme-danger .timeline .timeline-label .label-info {
  background-color: #3596f7; }
.theme-danger .timeline .timeline-label .label-success {
  background-color: #05825f; }
.theme-danger .timeline .timeline-label .label-danger {
  background-color: #5156be; }
.theme-danger .timeline .timeline-label .label-warning {
  background-color: #ffa800; }
.theme-danger .timeline__year, .theme-danger .timeline5:before, .theme-danger .timeline__box:before, .theme-danger .timeline__date {
  background-color: #ee3158; }
.theme-danger .timeline__post {
  border-left: 3px solid #ee3158; }

/*---daterangepicker---*/
.theme-danger .daterangepicker td.active {
  background-color: #ee3158; }
  .theme-danger .daterangepicker td.active:hover {
    background-color: #ee3158; }
.theme-danger .daterangepicker .input-mini.active {
  border: 1px solid #ee3158; }
.theme-danger .ranges li:hover, .theme-danger .ranges li:active, .theme-danger .ranges li.active {
  border: 1px solid #ee3158;
  background-color: #ee3158; }

/*---control-sidebar---*/
.theme-danger .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hover, .theme-danger .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:active, .theme-danger .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-color: #ee3158;
  color: #ee3158; }
.theme-danger .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active {
  border-color: #ee3158;
  color: #ee3158; }
  .theme-danger .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:hover, .theme-danger .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:active, .theme-danger .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:focus {
    border-color: #ee3158;
    color: #ee3158; }
.theme-danger .control-sidebar .rpanel-title .btn:hover {
  color: #ee3158; }

/*---nav---*/
.theme-danger .nav > li > a:hover, .theme-danger .nav > li > a:active, .theme-danger .nav > li > a:focus {
  color: #ee3158; }
.theme-danger .nav-pills > li > a.active {
  border-top-color: #ee3158;
  background-color: #ee3158 !important;
  color: #ffffff; }
  .theme-danger .nav-pills > li > a.active:hover, .theme-danger .nav-pills > li > a.active:focus {
    border-top-color: #ee3158;
    background-color: #ee3158 !important;
    color: #ffffff; }
.theme-danger .mailbox-nav .nav-pills > li > a:hover, .theme-danger .mailbox-nav .nav-pills > li > a:focus {
  border-color: #ee3158; }
.theme-danger .mailbox-nav .nav-pills > li > a.active {
  border-color: #ee3158; }
  .theme-danger .mailbox-nav .nav-pills > li > a.active:hover, .theme-danger .mailbox-nav .nav-pills > li > a.active:focus {
    border-color: #ee3158; }
.theme-danger .nav-tabs-custom > .nav-tabs > li a.active {
  border-top-color: #ee3158; }
.theme-danger .profile-tab li a.nav-link.active {
  border-bottom: 2px solid #ee3158; }
.theme-danger .customtab li a.nav-link.active {
  border-bottom: 2px solid #ee3158; }

/*---form-element---*/
.theme-danger .form-element .input-group .input-group-addon {
  background-image: linear-gradient(45deg, #ee3158, #3596f7), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-danger .form-element .form-control {
  background-image: linear-gradient(45deg, #ee3158, #3596f7), linear-gradient(#3b6dc1, #3b6dc1); }
  .theme-danger .form-element .form-control:focus {
    background-image: linear-gradient(45deg, #ee3158, #3596f7), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-danger .form-control:focus {
  border-color: #ee3158; }
.theme-danger [type=checkbox]:checked.chk-col-primary + label:before {
  border-right: 2px solid #ee3158;
  border-bottom: 2px solid #ee3158; }
.theme-danger [type=checkbox]:checked.chk-col-info + label:before {
  border-right: 2px solid #3596f7;
  border-bottom: 2px solid #3596f7; }
.theme-danger [type=checkbox]:checked.chk-col-success + label:before {
  border-right: 2px solid #05825f;
  border-bottom: 2px solid #05825f; }
.theme-danger [type=checkbox]:checked.chk-col-danger + label:before {
  border-right: 2px solid #5156be;
  border-bottom: 2px solid #5156be; }
.theme-danger [type=checkbox]:checked.chk-col-warning + label:before {
  border-right: 2px solid #ffa800;
  border-bottom: 2px solid #ffa800; }
.theme-danger [type=checkbox].filled-in:checked.chk-col-primary + label:after {
  border: 2px solid #ee3158;
  background-color: #ee3158; }
.theme-danger [type=checkbox].filled-in:checked.chk-col-info + label:after {
  border: 2px solid #3596f7;
  background-color: #3596f7; }
.theme-danger [type=checkbox].filled-in:checked.chk-col-success + label:after {
  border: 2px solid #05825f;
  background-color: #05825f; }
.theme-danger [type=checkbox].filled-in:checked.chk-col-danger + label:after {
  border: 2px solid #5156be;
  background-color: #5156be; }
.theme-danger [type=checkbox].filled-in:checked.chk-col-warning + label:after {
  border: 2px solid #ffa800;
  background-color: #ffa800; }
.theme-danger [type=radio].radio-col-primary:checked + label:after {
  background-color: #ee3158;
  border-color: #ee3158;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].with-gap.radio-col-primary:checked + label:before {
  border: 2px solid #ee3158;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].with-gap.radio-col-primary:checked + label:after {
  background-color: #ee3158;
  border: 2px solid #ee3158;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].radio-col-info:checked + label:after {
  background-color: #3596f7;
  border-color: #3596f7;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].with-gap.radio-col-info:checked + label:before {
  border: 2px solid #3596f7;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].with-gap.radio-col-info:checked + label:after {
  background-color: #3596f7;
  border: 2px solid #3596f7;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].radio-col-success:checked + label:after {
  background-color: #05825f;
  border-color: #05825f;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].with-gap.radio-col-success:checked + label:before {
  border: 2px solid #05825f;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].with-gap.radio-col-success:checked + label:after {
  background-color: #05825f;
  border: 2px solid #05825f;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].radio-col-danger:checked + label:after {
  background-color: #5156be;
  border-color: #5156be;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].with-gap.radio-col-danger:checked + label:before {
  border: 2px solid #5156be;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].with-gap.radio-col-danger:checked + label:after {
  background-color: #5156be;
  border: 2px solid #5156be;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].radio-col-warning:checked + label:after {
  background-color: #ffa800;
  border-color: #ffa800;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].with-gap.radio-col-warning:checked + label:before {
  border: 2px solid #ffa800;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].with-gap.radio-col-warning:checked + label:after {
  background-color: #ffa800;
  border: 2px solid #ffa800;
  animation: ripple .2s linear forwards; }
.theme-danger [type=checkbox]:checked + label:before {
  border-right: 2px solid #ee3158;
  border-bottom: 2px solid #ee3158; }
.theme-danger [type=checkbox].filled-in:checked + label:after {
  border: 2px solid #ee3158;
  background-color: #ee3158; }
.theme-danger [type=radio].with-gap:checked + label:before, .theme-danger [type=radio].with-gap:checked + label:after {
  border: 2px solid #ee3158; }
.theme-danger [type=radio].with-gap:checked + label:after {
  background-color: #ee3158;
  z-index: 0; }
.theme-danger [type=radio]:checked + label:after {
  border: 2px solid #ee3158;
  background-color: #ee3158;
  z-index: 0; }
.theme-danger [type=checkbox].filled-in.tabbed:checked:focus + label:after {
  border-color: #ee3158;
  background-color: #ee3158; }

/*---Calender---*/
.theme-danger .fx-element-overlay .fx-card-item .fx-card-content a:hover {
  color: #ee3158; }
.theme-danger .fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li a:hover {
  background: #ee3158;
  border-color: #ee3158; }
.theme-danger .fc-event, .theme-danger .calendar-event {
  background: #ee3158; }

/*---Tabs---*/
.theme-danger .tabs-vertical li .nav-link:hover, .theme-danger .tabs-vertical li .nav-link:active, .theme-danger .tabs-vertical li .nav-link:focus, .theme-danger .tabs-vertical li .nav-link.active {
  background-color: #ee3158;
  color: #ffffff; }
.theme-danger .customvtab .tabs-vertical li .nav-link:hover, .theme-danger .customvtab .tabs-vertical li .nav-link:active, .theme-danger .customvtab .tabs-vertical li .nav-link:focus, .theme-danger .customvtab .tabs-vertical li .nav-link.active {
  border-right: 2px solid #ee3158;
  color: #ee3158; }
.theme-danger .customtab2 li a.nav-link:hover, .theme-danger .customtab2 li a.nav-link:active, .theme-danger .customtab2 li a.nav-link.active {
  background-color: #ee3158; }

.rtl.theme-danger .customvtab .tabs-vertical li .nav-link:hover, .rtl.theme-danger .customvtab .tabs-vertical li .nav-link:active, .rtl.theme-danger .customvtab .tabs-vertical li .nav-link:focus, .rtl.theme-danger .customvtab .tabs-vertical li .nav-link.active {
  border-right: none;
  border-left: 2px solid #ee3158; }

/*---Notification---*/
.theme-danger .jq-icon-primary {
  background-color: #ee3158;
  color: #ffffff;
  border-color: #ee3158; }
.theme-danger .jq-icon-info {
  background-color: #3596f7;
  color: #ffffff;
  border-color: #3596f7; }
.theme-danger .jq-icon-success {
  background-color: #05825f;
  color: #ffffff;
  border-color: #ee3158; }
.theme-danger .jq-icon-error {
  background-color: #5156be;
  color: #ffffff;
  border-color: #5156be; }
.theme-danger .jq-icon-danger {
  background-color: #5156be;
  color: #ffffff;
  border-color: #5156be; }
.theme-danger .jq-icon-warning {
  background-color: #ffa800;
  color: #ffffff;
  border-color: #ffa800; }

/*---avatar---*/
.theme-danger .avatar.status-primary::after {
  background-color: #ee3158; }
.theme-danger .avatar.status-info::after {
  background-color: #3596f7; }
.theme-danger .avatar.status-success::after {
  background-color: #05825f; }
.theme-danger .avatar.status-danger::after {
  background-color: #5156be; }
.theme-danger .avatar.status-warning::after {
  background-color: #ffa800; }
.theme-danger .avatar[class*='status-']::after {
  background-color: #ee3158; }
.theme-danger .avatar-add:hover {
  background-color: #da123b;
  border-color: #da123b; }

/*---media---*/
.theme-danger .media-chat.media-chat-reverse .media-body p {
  background-color: #ee3158; }
.theme-danger .media-right-out a:hover {
  color: #da123b; }

/*---control---*/
.theme-danger .control input:checked:focus ~ .control_indicator {
  background-color: #ee3158; }
.theme-danger .control input:checked ~ .control_indicator {
  background-color: #ee3158; }
.theme-danger .control:hover input:not([disabled]):checked ~ .control_indicator {
  background-color: #ee3158; }

/*---flex---*/
.theme-danger .flex-column > li > a.nav-link.active {
  border-left-color: #ee3158; }
  .theme-danger .flex-column > li > a.nav-link.active:hover {
    border-left-color: #ee3158; }

/*---pagination---*/
.theme-danger .pagination li a.current {
  border: 1px solid #ee3158;
  background-color: #ee3158; }
  .theme-danger .pagination li a.current:hover {
    border: 1px solid #ee3158;
    background-color: #ee3158; }
.theme-danger .pagination li a:hover {
  border: 1px solid #da123b;
  background-color: #da123b !important; }
.theme-danger .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 1px solid #ee3158;
  background-color: #ee3158; }
  .theme-danger .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #ee3158;
    background-color: #ee3158; }
.theme-danger .paging_simple_numbers .pagination .paginate_button.active a {
  background-color: #ee3158; }
.theme-danger .paging_simple_numbers .pagination .paginate_button:hover a {
  background-color: #ee3158; }
.theme-danger .footable .pagination li a:hover, .theme-danger .footable .pagination li a:active, .theme-danger .footable .pagination li a.active {
  background-color: #ee3158; }

/*---dataTables---*/
.theme-danger .dt-buttons .dt-button {
  background-color: #ee3158; }

/*---select2---*/
.theme-danger .select2-container--default.select2-container--open {
  border-color: #ee3158; }
.theme-danger .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ee3158; }
.theme-danger .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ee3158 !important; }
.theme-danger .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #ee3158 !important; }
.theme-danger .select2-container--default .select2-selection--multiple:focus {
  border-color: #ee3158 !important; }
.theme-danger .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ee3158;
  border-color: #ee3158; }

/*---Other---*/
.theme-danger .myadmin-dd .dd-list .dd-list .dd-handle:hover {
  color: #da123b; }
.theme-danger .myadmin-dd-empty .dd-list .dd3-handle:hover {
  color: #da123b; }
.theme-danger .myadmin-dd-empty .dd-list .dd3-content:hover {
  color: #da123b; }
.theme-danger [data-overlay-primary]::before {
  background: #da123b; }

/*---wizard---*/
.theme-danger .wizard-content .wizard > .steps > ul > li.current {
  border: 2px solid #ee3158;
  background-color: #ee3158; }
.theme-danger .wizard-content .wizard > .steps > ul > li.done {
  border-color: #da123b;
  background-color: #da123b; }
.theme-danger .wizard-content .wizard > .actions > ul > li > a {
  background-color: #ee3158; }
.theme-danger .wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  background-color: #ee3158; }
.theme-danger .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  background-color: #ee3158; }
.theme-danger .wizard-content .wizard.wizard-notification > .steps > ul > li:after {
  background-color: #ee3158; }
.theme-danger .wizard-content .wizard.wizard-notification > .steps > ul > li:before {
  background-color: #ee3158; }
.theme-danger .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
  border: 2px solid #ee3158;
  color: #ee3158; }
  .theme-danger .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step:after {
    border-top-color: #ee3158; }
.theme-danger .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
  border-top-color: #ee3158; }

@media (max-width: 767px) {
  .theme-danger .wizard-content .wizard > .steps > ul > li:last-child:after {
    background-color: #ee3158; } }
@media (max-width: 575px) {
  .theme-danger .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #ee3158; } }
/*---slider---*/
.theme-danger #primary .slider-selection {
  background-color: #ee3158; }
.theme-danger #info .slider-selection {
  background-color: #3596f7; }
.theme-danger #success .slider-selection {
  background-color: #05825f; }
.theme-danger #danger .slider-selection {
  background-color: #5156be; }
.theme-danger #warning .slider-selection {
  background-color: #ffa800; }

/*---horizontal-timeline---*/
.theme-danger .cd-horizontal-timeline .events a.selected::after {
  background: #ee3158;
  border-color: #ee3158; }
.theme-danger .cd-horizontal-timeline .events a.older-event::after {
  border-color: #ee3158; }
.theme-danger .cd-horizontal-timeline .filling-line {
  background: #ee3158; }
.theme-danger .cd-horizontal-timeline a {
  color: #ee3158; }
  .theme-danger .cd-horizontal-timeline a:hover, .theme-danger .cd-horizontal-timeline a:focus {
    color: #ee3158; }
.theme-danger .cd-timeline-navigation a:hover, .theme-danger .cd-timeline-navigation a:focus {
  border-color: #ee3158; }

/**************************************
Theme Warning Color
**************************************/
.bg-gradient-warning, .theme-warning .bg-gradient-warning, .theme-warning .art-bg {
  background: linear-gradient(45deg, #ffa800, #3596f7); }

.bg-light-body {
  background: transparent; }

.theme-warning.fixed .main-header {
  background: #ffffff; }
.theme-warning .main-header {
  background: #ffffff; }

.theme-warning.onlyheader .art-bg {
  background-image: none; }

.bg-gradient-warning-dark, .dark-skin.theme-warning .bg-gradient-warning, .dark-skin.theme-warning .art-bg {
  background-image: linear-gradient(45deg, #996500, #0863be); }

.bg-dark-body {
  background: #0c1a32; }

.dark-skin.theme-warning.fixed .main-header {
  background: #15243e; }
.dark-skin.theme-warning .main-header {
  background: #15243e; }

@media (max-width: 767px) {
  .theme-warning.fixed .main-header {
    background-image: #e4e6ef; }
    .theme-warning.fixed .main-header.navbar {
      background: none; }

  .dark-skin.theme-warning.fixed .main-header {
    background-image: #0c1a32; } }
.theme-warning a:hover, .theme-warning a:active, .theme-warning a:focus {
  color: #ffa800; }
.theme-warning .main-sidebar .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-warning .main-sidebar .svg-icon:hover, .theme-warning .main-sidebar .svg-icon:active, .theme-warning .main-sidebar .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-warning .main-sidebar a:hover .svg-icon, .theme-warning .main-sidebar a:active .svg-icon, .theme-warning .main-sidebar a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-warning .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-warning .svg-icon:hover, .theme-warning .svg-icon:active, .theme-warning .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-warning a:hover .svg-icon, .theme-warning a:active .svg-icon, .theme-warning a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }

.theme-warning.light-skin .sidebar-menu > li.active.treeview > a {
  background-color: transparent;
  color: #ffa800 !important; }
  .theme-warning.light-skin .sidebar-menu > li.active.treeview > a > i {
    color: #ffa800; }
  .theme-warning.light-skin .sidebar-menu > li.active.treeview > a > svg {
    color: #ffa800;
    fill: rgba(1, 104, 250, 0.2); }
  .theme-warning.light-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-warning.light-skin .sidebar-menu > li.treeview .treeview-menu li a {
  color: #5C607B; }
.theme-warning.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #ffa800 !important; }
.theme-warning.dark-skin .sidebar-menu > li.active > a:after {
  border-color: transparent #333333 transparent transparent !important; }
.theme-warning.dark-skin .sidebar-menu > li.active.treeview > a {
  background-color: #0c1a32;
  color: #ffffff !important; }
  .theme-warning.dark-skin .sidebar-menu > li.active.treeview > a > i {
    color: #ffffff; }
  .theme-warning.dark-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-warning.dark-skin .sidebar-menu > li.active.treeview .treeview-menu li a {
  color: #b5b5c3; }
.theme-warning.dark-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #ffa800 !important; }
.theme-warning.light-skin .sidebar-menu li a:hover {
  color: #ffa800 !important; }
.theme-warning.light-skin .sidebar-menu > li:hover, .theme-warning.light-skin .sidebar-menu > li:active, .theme-warning.light-skin .sidebar-menu > li.active {
  background-color: rgba(255, 168, 0, 0);
  color: #ffa800;
  border-left: 0px solid rgba(255, 168, 0, 0); }
  .theme-warning.light-skin .sidebar-menu > li:hover > a, .theme-warning.light-skin .sidebar-menu > li:active > a, .theme-warning.light-skin .sidebar-menu > li.active > a {
    background-color: transparent; }
  .theme-warning.light-skin .sidebar-menu > li:hover a, .theme-warning.light-skin .sidebar-menu > li:active a, .theme-warning.light-skin .sidebar-menu > li.active a {
    color: #ffa800; }
    .theme-warning.light-skin .sidebar-menu > li:hover a > i, .theme-warning.light-skin .sidebar-menu > li:active a > i, .theme-warning.light-skin .sidebar-menu > li.active a > i {
      color: #5C607B;
      background-color: rgba(255, 168, 0, 0); }
    .theme-warning.light-skin .sidebar-menu > li:hover a > svg, .theme-warning.light-skin .sidebar-menu > li:active a > svg, .theme-warning.light-skin .sidebar-menu > li.active a > svg {
      color: #ffa800;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-warning.light-skin .sidebar-menu > li:hover a img.svg-icon, .theme-warning.light-skin .sidebar-menu > li:active a img.svg-icon, .theme-warning.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-warning.light-skin .sidebar-menu > li.active {
  background-color: rgba(255, 168, 0, 0);
  color: #ffa800;
  border-left: 0px solid #ffa800; }
  .theme-warning.light-skin .sidebar-menu > li.active > a {
    background-color: transparent; }
  .theme-warning.light-skin .sidebar-menu > li.active a {
    color: #ffa800; }
    .theme-warning.light-skin .sidebar-menu > li.active a > i {
      color: #ffa800;
      background-color: rgba(255, 168, 0, 0); }
    .theme-warning.light-skin .sidebar-menu > li.active a > svg {
      color: #ffa800;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-warning.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(255, 168, 0, 0);
    color: #ffa800; }
    .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.active a {
      color: #ffa800; }
      .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.active a > i {
        color: #ffa800;
        background-color: rgba(255, 168, 0, 0); }
  .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li a > i {
    color: #5C607B;
    background-color: rgba(255, 168, 0, 0); }
  .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active {
    background-color: rgba(255, 168, 0, 0);
    color: #ffa800; }
    .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a {
      color: #ffa800; }
      .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a > i {
        color: #ffa800;
        background-color: rgba(255, 168, 0, 0); }
  .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active {
    background-color: rgba(255, 168, 0, 0);
    color: #ffa800; }
    .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active > a {
      color: #ffa800; }
      .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active > a > i {
        color: #ffa800;
        background-color: rgba(255, 168, 0, 0); }
  .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a {
    color: #172b4c; }
    .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a > i {
      color: #172b4c;
      background-color: rgba(255, 168, 0, 0); }
.theme-warning.rtl.light-skin .sidebar-menu > li.active {
  border-left: 0px solid #ffa800;
  border-right: 0px solid #ffa800; }
.theme-warning.dark-skin .sidebar-menu li a:hover {
  color: #ffa800 !important; }
.theme-warning.dark-skin .sidebar-menu > li:hover > a, .theme-warning.dark-skin .sidebar-menu > li:active > a, .theme-warning.dark-skin .sidebar-menu > li.active > a {
  background-color: #0c1a32; }
.theme-warning.dark-skin .sidebar-menu > li.active {
  background-color: rgba(255, 168, 0, 0);
  color: white;
  border-left: 0px solid #ffa800; }
  .theme-warning.dark-skin .sidebar-menu > li.active > a {
    background-color: #0c1a32; }
  .theme-warning.dark-skin .sidebar-menu > li.active a {
    color: white; }
    .theme-warning.dark-skin .sidebar-menu > li.active a > i {
      color: white; }
    .theme-warning.dark-skin .sidebar-menu > li.active a > svg {
      color: #ffffff;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-warning.dark-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-warning.dark-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(255, 168, 0, 0);
    color: white; }
    .theme-warning.dark-skin .sidebar-menu > li.active .treeview-menu li.active > a {
      color: white !important; }
.theme-warning.rtl.dark-skin .sidebar-menu > li.active {
  border-left: 0px solid #ffa800;
  border-right: 0px solid #ffa800; }

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li.active.menu-open {
    background-color: rgba(255, 168, 0, 0.2);
    color: #ffa800; } }
/*---Main Nav---*/
.theme-warning .sm-blue li.current > a, .theme-warning .sm-blue li.highlighted > a {
  background: #ffa800;
  color: #ffffff !important; }
  .theme-warning .sm-blue li.current > a:hover, .theme-warning .sm-blue li.current > a:active, .theme-warning .sm-blue li.current > a:focus, .theme-warning .sm-blue li.highlighted > a:hover, .theme-warning .sm-blue li.highlighted > a:active, .theme-warning .sm-blue li.highlighted > a:focus {
    background: #ffa800;
    color: #ffffff !important; }
.theme-warning .sm-blue a.current, .theme-warning .sm-blue a.highlighted {
  background: #ffa800;
  color: #ffffff !important; }
.theme-warning .sm-blue a:hover, .theme-warning .sm-blue a:active, .theme-warning .sm-blue a:focus {
  background: #ffa800;
  color: #ffffff !important; }
.theme-warning .sm-blue ul a:hover, .theme-warning .sm-blue ul a:active, .theme-warning .sm-blue ul a:focus {
  background: #ebedf3;
  color: #ffa800 !important; }
.theme-warning .sm-blue ul a.highlighted {
  background: #ebedf3;
  color: #ffa800 !important; }

.dark-skin.theme-warning .sm-blue a.current, .dark-skin.theme-warning .sm-blue a.highlighted {
  background: #ffa800;
  color: #ffffff !important; }
.dark-skin.theme-warning .sm-blue a:hover, .dark-skin.theme-warning .sm-blue a:active, .dark-skin.theme-warning .sm-blue a:focus {
  background: #ffa800;
  color: #ffffff !important; }
.dark-skin.theme-warning .sm-blue ul a:hover, .dark-skin.theme-warning .sm-blue ul a:active, .dark-skin.theme-warning .sm-blue ul a:focus {
  background: #29354b;
  color: #ffa800 !important; }
.dark-skin.theme-warning .sm-blue ul a.highlighted {
  background: #29354b;
  color: #ffa800 !important; }

/*---Primary Button---*/
.theme-warning .btn-link {
  color: #ffa800; }
.theme-warning .btn-primary {
  background-color: #ffa800;
  border-color: #ffa800;
  color: #ffffff; }
  .theme-warning .btn-primary:hover, .theme-warning .btn-primary:active, .theme-warning .btn-primary:focus, .theme-warning .btn-primary.active {
    background-color: #cc8600 !important;
    border-color: #cc8600 !important;
    color: #ffffff !important; }
  .theme-warning .btn-primary:disabled {
    background-color: #ffcb66;
    border-color: #ffa800;
    opacity: 0.5; }
  .theme-warning .btn-primary.disabled {
    background-color: #ffcb66;
    border-color: #ffa800;
    opacity: 0.5; }
.theme-warning .show > .btn-primary.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff; }
.theme-warning .btn-outline.btn-primary {
  color: #ffa800;
  background-color: transparent;
  border-color: #ffa800 !important; }
  .theme-warning .btn-outline.btn-primary:hover, .theme-warning .btn-outline.btn-primary:active, .theme-warning .btn-outline.btn-primary.active {
    background-color: #cc8600 !important;
    border-color: #cc8600 !important;
    color: #ffffff !important; }
.theme-warning .show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff; }
.theme-warning .btn-flat.btn-primary {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-warning .btn-flat.btn-primary:hover, .theme-warning .btn-flat.btn-primary:active, .theme-warning .btn-flat.btn-primary.active {
    background-color: #cc8600 !important;
    border-color: #cc8600 !important;
    color: #ffffff !important; }

/*---info Button---*/
.theme-warning .btn-info {
  background-color: #3596f7;
  border-color: #3596f7;
  color: #ffffff; }
  .theme-warning .btn-info:hover, .theme-warning .btn-info:active, .theme-warning .btn-info:focus, .theme-warning .btn-info.active {
    background-color: #097df0 !important;
    border-color: #097df0 !important;
    color: #ffffff !important; }
  .theme-warning .btn-info:disabled {
    background-color: #97c9fb;
    border-color: #3596f7;
    opacity: 0.5; }
  .theme-warning .btn-info.disabled {
    background-color: #97c9fb;
    border-color: #3596f7;
    opacity: 0.5; }
.theme-warning .show > .btn-info.dropdown-toggle {
  background-color: #097df0 !important;
  border-color: #097df0 !important;
  color: #ffffff; }
.theme-warning .btn-outline.btn-info {
  color: #3596f7;
  background-color: transparent;
  border-color: #3596f7 !important; }
  .theme-warning .btn-outline.btn-info:hover, .theme-warning .btn-outline.btn-info:active, .theme-warning .btn-outline.btn-info.active {
    background-color: #097df0 !important;
    border-color: #097df0 !important;
    color: #ffffff !important; }
.theme-warning .show > .btn-outline.btn-info.dropdown-toggle {
  background-color: #097df0 !important;
  border-color: #097df0 !important;
  color: #ffffff; }
.theme-warning .btn-flat.btn-info {
  color: #3596f7 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-warning .btn-flat.btn-info:hover, .theme-warning .btn-flat.btn-info:active, .theme-warning .btn-flat.btn-info.active {
    background-color: #097df0 !important;
    border-color: #097df0 !important;
    color: #ffffff !important; }

/*---Success Button---*/
.theme-warning .btn-success {
  background-color: #05825f;
  border-color: #05825f;
  color: #ffffff; }
  .theme-warning .btn-success:hover, .theme-warning .btn-success:active, .theme-warning .btn-success:focus, .theme-warning .btn-success.active {
    background-color: #03513b !important;
    border-color: #03513b !important;
    color: #ffffff !important; }
  .theme-warning .btn-success:disabled {
    background-color: #09e4a7;
    border-color: #05825f;
    opacity: 0.5; }
  .theme-warning .btn-success.disabled {
    background-color: #09e4a7;
    border-color: #05825f;
    opacity: 0.5; }
.theme-warning .show > .btn-success.dropdown-toggle {
  background-color: #03513b !important;
  border-color: #03513b !important;
  color: #ffffff; }
.theme-warning .btn-outline.btn-success {
  color: #05825f;
  background-color: transparent;
  border-color: #05825f !important; }
  .theme-warning .btn-outline.btn-success:hover, .theme-warning .btn-outline.btn-success:active, .theme-warning .btn-outline.btn-success.active {
    background-color: #03513b !important;
    border-color: #03513b !important;
    color: #ffffff !important; }
.theme-warning .show > .btn-outline.btn-success.dropdown-toggle {
  background-color: #03513b !important;
  border-color: #03513b !important;
  color: #ffffff; }
.theme-warning .btn-flat.btn-success {
  color: #05825f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-warning .btn-flat.btn-success:hover, .theme-warning .btn-flat.btn-success:active, .theme-warning .btn-flat.btn-success.active {
    background-color: #03513b !important;
    border-color: #03513b !important;
    color: #ffffff !important; }

/*---Danger Button---*/
.theme-warning .btn-danger {
  background-color: #ee3158;
  border-color: #ee3158;
  color: #ffffff; }
  .theme-warning .btn-danger:hover, .theme-warning .btn-danger:active, .theme-warning .btn-danger:focus, .theme-warning .btn-danger.active {
    background-color: #da123b !important;
    border-color: #da123b !important;
    color: #ffffff !important; }
  .theme-warning .btn-danger:disabled {
    background-color: #f68fa4;
    border-color: #ee3158;
    opacity: 0.5; }
  .theme-warning .btn-danger.disabled {
    background-color: #f68fa4;
    border-color: #ee3158;
    opacity: 0.5; }
.theme-warning .show > .btn-danger.dropdown-toggle {
  background-color: #da123b !important;
  border-color: #da123b !important;
  color: #ffffff; }
.theme-warning .btn-outline.btn-danger {
  color: #ee3158;
  background-color: transparent;
  border-color: #ee3158 !important; }
  .theme-warning .btn-outline.btn-danger:hover, .theme-warning .btn-outline.btn-danger:active, .theme-warning .btn-outline.btn-danger.active {
    background-color: #da123b !important;
    border-color: #da123b !important;
    color: #ffffff !important; }
.theme-warning .show > .btn-outline.btn-danger.dropdown-toggle {
  background-color: #da123b !important;
  border-color: #da123b !important;
  color: #ffffff; }
.theme-warning .btn-flat.btn-danger {
  color: #ee3158 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-warning .btn-flat.btn-danger:hover, .theme-warning .btn-flat.btn-danger:active, .theme-warning .btn-flat.btn-danger.active {
    background-color: #da123b !important;
    border-color: #da123b !important;
    color: #ffffff !important; }

/*---Warning Button---*/
.theme-warning .btn-warning {
  background-color: #5156be;
  border-color: #5156be;
  color: #ffffff; }
  .theme-warning .btn-warning:hover, .theme-warning .btn-warning:active, .theme-warning .btn-warning:focus, .theme-warning .btn-warning.active {
    background-color: #3c40a0 !important;
    border-color: #3c40a0 !important;
    color: #ffffff !important; }
  .theme-warning .btn-warning:disabled {
    background-color: #9b9eda;
    border-color: #5156be;
    opacity: 0.5; }
  .theme-warning .btn-warning.disabled {
    background-color: #9b9eda;
    border-color: #5156be;
    opacity: 0.5; }
.theme-warning .show > .btn-warning.dropdown-toggle {
  background-color: #3c40a0 !important;
  border-color: #3c40a0 !important;
  color: #ffffff; }
.theme-warning .btn-outline.btn-warning {
  color: #5156be;
  background-color: transparent;
  border-color: #5156be !important; }
  .theme-warning .btn-outline.btn-warning:hover, .theme-warning .btn-outline.btn-warning:active, .theme-warning .btn-outline.btn-warning.active {
    background-color: #3c40a0 !important;
    border-color: #3c40a0 !important;
    color: #ffffff !important; }
.theme-warning .show > .btn-outline.btn-warning.dropdown-toggle {
  background-color: #3c40a0 !important;
  border-color: #3c40a0 !important;
  color: #ffffff; }
.theme-warning .btn-flat.btn-warning {
  color: #5156be !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-warning .btn-flat.btn-warning:hover, .theme-warning .btn-flat.btn-warning:active, .theme-warning .btn-flat.btn-warning.active {
    background-color: #3c40a0 !important;
    border-color: #3c40a0 !important;
    color: #ffffff !important; }

/*---Primary Button light---*/
.theme-warning .btn-primary-light {
  background-color: #fff8ea;
  border-color: #fff8ea;
  color: #ffa800; }
  .theme-warning .btn-primary-light:hover, .theme-warning .btn-primary-light:active, .theme-warning .btn-primary-light:focus, .theme-warning .btn-primary-light.active {
    background-color: #ffa800 !important;
    border-color: #ffa800 !important;
    color: #ffffff !important; }
  .theme-warning .btn-primary-light:disabled {
    background-color: white;
    border-color: #fff8ea;
    opacity: 0.5; }
  .theme-warning .btn-primary-light.disabled {
    background-color: white;
    border-color: #fff8ea;
    opacity: 0.5; }
.theme-warning .show > .btn-primary-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff; }
.theme-warning .btn-outline.btn-primary-light {
  color: #ffa800;
  background-color: transparent;
  border-color: #fff8ea !important; }
  .theme-warning .btn-outline.btn-primary-light:hover, .theme-warning .btn-outline.btn-primary-light:active, .theme-warning .btn-outline.btn-primary-light.active {
    background-color: #ffa800 !important;
    border-color: #ffa800 !important;
    color: #ffffff !important; }
.theme-warning .show > .btn-outline.btn-primary-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff; }
.theme-warning .btn-flat.btn-primary-light {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-warning .btn-flat.btn-primary-light:hover, .theme-warning .btn-flat.btn-primary-light:active, .theme-warning .btn-flat.btn-primary-light.active {
    background-color: #ffa800 !important;
    border-color: #ffa800 !important;
    color: #ffffff !important; }

/*---info Button light---*/
.theme-warning .btn-info-light {
  background-color: #cce5ff;
  border-color: #cce5ff;
  color: #3596f7; }
  .theme-warning .btn-info-light:hover, .theme-warning .btn-info-light:active, .theme-warning .btn-info-light:focus, .theme-warning .btn-info-light.active {
    background-color: #3596f7 !important;
    border-color: #3596f7 !important;
    color: #ffffff !important; }
  .theme-warning .btn-info-light:disabled {
    background-color: white;
    border-color: #cce5ff;
    opacity: 0.5; }
  .theme-warning .btn-info-light.disabled {
    background-color: white;
    border-color: #cce5ff;
    opacity: 0.5; }
.theme-warning .show > .btn-info.dropdown-toggle {
  background-color: #3596f7 !important;
  border-color: #3596f7 !important;
  color: #ffffff; }
.theme-warning .btn-outline.btn-info-light {
  color: #3596f7;
  background-color: transparent;
  border-color: #cce5ff !important; }
  .theme-warning .btn-outline.btn-info-light:hover, .theme-warning .btn-outline.btn-info-light:active, .theme-warning .btn-outline.btn-info-light.active {
    background-color: #3596f7 !important;
    border-color: #3596f7 !important;
    color: #ffffff !important; }
.theme-warning .show > .btn-outline.btn-info-light.dropdown-toggle {
  background-color: #3596f7 !important;
  border-color: #3596f7 !important;
  color: #ffffff; }
.theme-warning .btn-flat.btn-info-light {
  color: #3596f7 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-warning .btn-flat.btn-info-light:hover, .theme-warning .btn-flat.btn-info-light:active, .theme-warning .btn-flat.btn-info-light.active {
    background-color: #3596f7 !important;
    border-color: #3596f7 !important;
    color: #ffffff !important; }

/*---Success Button light---*/
.theme-warning .btn-success-light {
  background-color: #ebf9f5;
  border-color: #ebf9f5;
  color: #05825f; }
  .theme-warning .btn-success-light:hover, .theme-warning .btn-success-light:active, .theme-warning .btn-success-light:focus, .theme-warning .btn-success-light.active {
    background-color: #05825f !important;
    border-color: #05825f !important;
    color: #ffffff !important; }
  .theme-warning .btn-success-light:disabled {
    background-color: white;
    border-color: #ebf9f5;
    opacity: 0.5; }
  .theme-warning .btn-success-light.disabled {
    background-color: white;
    border-color: #ebf9f5;
    opacity: 0.5; }
.theme-warning .show > .btn-success-light.dropdown-toggle {
  background-color: #05825f !important;
  border-color: #05825f !important;
  color: #ffffff; }
.theme-warning .btn-outline.btn-success-light {
  color: #05825f;
  background-color: transparent;
  border-color: #ebf9f5 !important; }
  .theme-warning .btn-outline.btn-success-light:hover, .theme-warning .btn-outline.btn-success-light:active, .theme-warning .btn-outline.btn-success-light.active {
    background-color: #05825f !important;
    border-color: #05825f !important;
    color: #ffffff !important; }
.theme-warning .show > .btn-outline.btn-success-light.dropdown-toggle {
  background-color: #05825f !important;
  border-color: #05825f !important;
  color: #ffffff; }
.theme-warning .btn-flat.btn-success-light {
  color: #05825f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-warning .btn-flat.btn-success-light:hover, .theme-warning .btn-flat.btn-success-light:active, .theme-warning .btn-flat.btn-success-light.active {
    background-color: #05825f !important;
    border-color: #05825f !important;
    color: #ffffff !important; }

/*---Danger Button light---*/
.theme-warning .btn-danger-light {
  background-color: #ffd6de;
  border-color: #ffd6de;
  color: #ee3158; }
  .theme-warning .btn-danger-light:hover, .theme-warning .btn-danger-light:active, .theme-warning .btn-danger-light:focus, .theme-warning .btn-danger-light.active {
    background-color: #ee3158 !important;
    border-color: #ee3158 !important;
    color: #ffffff !important; }
  .theme-warning .btn-danger-light:disabled {
    background-color: white;
    border-color: #ffd6de;
    opacity: 0.5; }
  .theme-warning .btn-danger-light.disabled {
    background-color: white;
    border-color: #ffd6de;
    opacity: 0.5; }
.theme-warning .show > .btn-danger-light.dropdown-toggle {
  background-color: #ee3158 !important;
  border-color: #ee3158 !important;
  color: #ffffff; }
.theme-warning .btn-outline.btn-danger-light {
  color: #ee3158;
  background-color: transparent;
  border-color: #ffd6de !important; }
  .theme-warning .btn-outline.btn-danger-light:hover, .theme-warning .btn-outline.btn-danger-light:active, .theme-warning .btn-outline.btn-danger-light.active {
    background-color: #ee3158 !important;
    border-color: #ee3158 !important;
    color: #ffffff !important; }
.theme-warning .show > .btn-outline.btn-danger-light.dropdown-toggle {
  background-color: #ee3158 !important;
  border-color: #ee3158 !important;
  color: #ffffff; }
.theme-warning .btn-flat.btn-danger-light {
  color: #ee3158 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-warning .btn-flat.btn-danger-light:hover, .theme-warning .btn-flat.btn-danger-light:active, .theme-warning .btn-flat.btn-danger-light.active {
    background-color: #ee3158 !important;
    border-color: #ee3158 !important;
    color: #ffffff !important; }

/*---Warning Button light---*/
.theme-warning .btn-warning-light {
  background-color: #c8c9ee;
  border-color: #c8c9ee;
  color: #5156be; }
  .theme-warning .btn-warning-light:hover, .theme-warning .btn-warning-light:active, .theme-warning .btn-warning-light:focus, .theme-warning .btn-warning-light.active {
    background-color: #5156be !important;
    border-color: #5156be !important;
    color: #ffffff !important; }
  .theme-warning .btn-warning-light:disabled {
    background-color: white;
    border-color: #c8c9ee;
    opacity: 0.5; }
  .theme-warning .btn-warning-light.disabled {
    background-color: white;
    border-color: #c8c9ee;
    opacity: 0.5; }
.theme-warning .show > .btn-warning-light.dropdown-toggle {
  background-color: #5156be !important;
  border-color: #5156be !important;
  color: #ffffff; }
.theme-warning .btn-outline.btn-warning-light {
  color: #5156be;
  background-color: transparent;
  border-color: #c8c9ee !important; }
  .theme-warning .btn-outline.btn-warning-light:hover, .theme-warning .btn-outline.btn-warning-light:active, .theme-warning .btn-outline.btn-warning-light.active {
    background-color: #5156be !important;
    border-color: #5156be !important;
    color: #ffffff !important; }
.theme-warning .show > .btn-outline.btn-warning-light.dropdown-toggle {
  background-color: #5156be !important;
  border-color: #5156be !important;
  color: #ffffff; }
.theme-warning .btn-flat.btn-warning-light {
  color: #5156be !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-warning .btn-flat.btn-warning-light:hover, .theme-warning .btn-flat.btn-warning-light:active, .theme-warning .btn-flat.btn-warning-light.active {
    background-color: #5156be !important;
    border-color: #5156be !important;
    color: #ffffff !important; }

/*---callout---*/
.theme-warning .callout.callout-primary {
  border-color: #ffa800;
  background-color: #ffa800 !important; }
.theme-warning .callout.callout-info {
  border-color: #3596f7;
  background-color: #3596f7 !important; }
.theme-warning .callout.callout-success {
  border-color: #05825f;
  background-color: #05825f !important; }
.theme-warning .callout.callout-danger {
  border-color: #ee3158;
  background-color: #ee3158 !important; }
.theme-warning .callout.callout-warning {
  border-color: #5156be;
  background-color: #5156be !important; }

/*---alert---*/
.theme-warning .alert-primary {
  border-color: #ffa800;
  background-color: #ffa800 !important;
  color: #ffffff; }
.theme-warning .alert-info {
  border-color: #3596f7;
  background-color: #3596f7 !important;
  color: #ffffff; }
.theme-warning .alert-success {
  border-color: #05825f;
  background-color: #05825f !important;
  color: #ffffff; }
.theme-warning .alert-danger {
  border-color: #ee3158;
  background-color: #ee3158 !important;
  color: #ffffff; }
.theme-warning .alert-error {
  border-color: #ee3158;
  background-color: #ee3158 !important;
  color: #ffffff; }
.theme-warning .alert-warning {
  border-color: #5156be;
  background-color: #5156be !important;
  color: #ffffff; }

/*---direct-chat---*/
.theme-warning .direct-chat-primary .right > .direct-chat-text p {
  background-color: #ffa800;
  color: #ffffff; }
.theme-warning .direct-chat-primary .right > .direct-chat-text:before, .theme-warning .direct-chat-primary .right > .direct-chat-text:after {
  border-left-color: #ffa800; }
.theme-warning .direct-chat-info .right > .direct-chat-text p {
  background-color: #3596f7;
  color: #ffffff; }
.theme-warning .direct-chat-info .right > .direct-chat-text:before, .theme-warning .direct-chat-info .right > .direct-chat-text:after {
  border-left-color: #3596f7; }
.theme-warning .direct-chat-success .right > .direct-chat-text p {
  background-color: #05825f;
  color: #ffffff; }
.theme-warning .direct-chat-success .right > .direct-chat-text:before, .theme-warning .direct-chat-success .right > .direct-chat-text:after {
  border-left-color: #05825f; }
.theme-warning .direct-chat-danger .right > .direct-chat-text p {
  background-color: #ee3158;
  color: #ffffff; }
.theme-warning .direct-chat-danger .right > .direct-chat-text:before, .theme-warning .direct-chat-danger .right > .direct-chat-text:after {
  border-left-color: #ee3158; }
.theme-warning .direct-chat-warning .right > .direct-chat-text p {
  background-color: #5156be;
  color: #ffffff; }
.theme-warning .direct-chat-warning .right > .direct-chat-text:before, .theme-warning .direct-chat-warning .right > .direct-chat-text:after {
  border-left-color: #5156be; }
.theme-warning .right .direct-chat-text p {
  background-color: #ffa800; }

/*---modal---*/
.theme-warning .modal-primary .modal-footer, .theme-warning .modal-primary .modal-header {
  border-color: #ffa800; }
.theme-warning .modal-primary .modal-body {
  background-color: #ffa800 !important; }
.theme-warning .modal-info .modal-footer, .theme-warning .modal-info .modal-header {
  border-color: #3596f7; }
.theme-warning .modal-info .modal-body {
  background-color: #3596f7 !important; }
.theme-warning .modal-success .modal-footer, .theme-warning .modal-success .modal-header {
  border-color: #05825f; }
.theme-warning .modal-success .modal-body {
  background-color: #05825f !important; }
.theme-warning .modal-danger .modal-footer, .theme-warning .modal-danger .modal-header {
  border-color: #ee3158; }
.theme-warning .modal-danger .modal-body {
  background-color: #ee3158 !important; }
.theme-warning .modal-warning .modal-footer, .theme-warning .modal-warning .modal-header {
  border-color: #5156be; }
.theme-warning .modal-warning .modal-body {
  background-color: #5156be !important; }

/*---border---*/
.theme-warning .border-primary {
  border-color: #ffa800 !important; }
.theme-warning .border-info {
  border-color: #3596f7 !important; }
.theme-warning .border-success {
  border-color: #05825f !important; }
.theme-warning .border-danger {
  border-color: #ee3158 !important; }
.theme-warning .border-warning {
  border-color: #5156be !important; }

/*---Background---*/
.theme-warning .bg-primary {
  background-color: #ffa800 !important;
  color: #ffffff; }
.theme-warning .bg-primary-light {
  background-color: #fff8ea !important;
  color: #ffa800; }
.theme-warning .bg-info {
  background-color: #3596f7 !important;
  color: #ffffff; }
.theme-warning .bg-info-light {
  background-color: #cce5ff !important;
  color: #3596f7; }
.theme-warning .bg-success {
  background-color: #05825f !important;
  color: #ffffff; }
.theme-warning .bg-success-light {
  background-color: #ebf9f5 !important;
  color: #05825f; }
.theme-warning .bg-danger {
  background-color: #ee3158 !important;
  color: #ffffff; }
.theme-warning .bg-danger-light {
  background-color: #ffd6de !important;
  color: #ee3158; }
.theme-warning .bg-warning {
  background-color: #5156be !important;
  color: #ffffff; }
.theme-warning .bg-warning-light {
  background-color: #c8c9ee !important;
  color: #5156be; }

/*---text---*/
.theme-warning .text-primary {
  color: #ffa800 !important; }
.theme-warning .text-primary-light {
  color: #c8c9ee !important; }
.theme-warning a.text-primary:hover, .theme-warning a.text-primary:focus {
  color: #ffa800 !important; }
.theme-warning .hover-primary:hover, .theme-warning .hover-primary:focus {
  color: #ffa800 !important; }
.theme-warning .text-info {
  color: #3596f7 !important; }
.theme-warning .text-info-light {
  color: #cce5ff !important; }
.theme-warning a.text-info:hover, .theme-warning a.text-info:focus {
  color: #3596f7 !important; }
.theme-warning .hover-info:hover, .theme-warning .hover-info:focus {
  color: #3596f7 !important; }
.theme-warning .text-success {
  color: #05825f !important; }
.theme-warning .text-success-light {
  color: #ebf9f5 !important; }
.theme-warning a.text-success:hover, .theme-warning a.text-success:focus {
  color: #05825f !important; }
.theme-warning .hover-success:hover, .theme-warning .hover-success:focus {
  color: #05825f !important; }
.theme-warning .text-danger {
  color: #ee3158 !important; }
.theme-warning .text-danger-light {
  color: #ffd6de !important; }
.theme-warning a.text-danger:hover, .theme-warning a.text-danger:focus {
  color: #ee3158 !important; }
.theme-warning .hover-danger:hover, .theme-warning .hover-danger:focus {
  color: #ee3158 !important; }
.theme-warning .text-warning {
  color: #5156be !important; }
.theme-warning .text-warning-light {
  color: #fff8ea !important; }
.theme-warning a.text-warning:hover, .theme-warning a.text-warning:focus {
  color: #5156be !important; }
.theme-warning .hover-warning:hover, .theme-warning .hover-warning:focus {
  color: #5156be !important; }

/*---active background---*/
.theme-warning .active.active-primary {
  background-color: #cc8600 !important; }
.theme-warning .active.active-info {
  background-color: #097df0 !important; }
.theme-warning .active.active-success {
  background-color: #03513b !important; }
.theme-warning .active.active-danger {
  background-color: #da123b !important; }
.theme-warning .active.active-warning {
  background-color: #3c40a0 !important; }

/*---label background---*/
.theme-warning .label-primary {
  background-color: #ffa800 !important; }
.theme-warning .label-info {
  background-color: #3596f7 !important; }
.theme-warning .label-success {
  background-color: #05825f !important; }
.theme-warning .label-danger {
  background-color: #ee3158 !important; }
.theme-warning .label-warning {
  background-color: #5156be !important; }

/*---ribbon---*/
.theme-warning .ribbon-box .ribbon-primary {
  background-color: #ffa800; }
  .theme-warning .ribbon-box .ribbon-primary:before {
    border-color: #ffa800 transparent transparent; }
.theme-warning .ribbon-box .ribbon-two-primary span {
  background-color: #ffa800; }
  .theme-warning .ribbon-box .ribbon-two-primary span:before {
    border-left: 3px solid #cc8600;
    border-top: 3px solid #cc8600; }
  .theme-warning .ribbon-box .ribbon-two-primary span:after {
    border-right: 3px solid #cc8600;
    border-top: 3px solid #cc8600; }
.theme-warning .ribbon-box .ribbon-info {
  background-color: #3596f7; }
  .theme-warning .ribbon-box .ribbon-info:before {
    border-color: #3596f7 transparent transparent; }
.theme-warning .ribbon-box .ribbon-two-info span {
  background-color: #3596f7; }
  .theme-warning .ribbon-box .ribbon-two-info span:before {
    border-left: 3px solid #097df0;
    border-top: 3px solid #097df0; }
  .theme-warning .ribbon-box .ribbon-two-info span:after {
    border-right: 3px solid #097df0;
    border-top: 3px solid #097df0; }
.theme-warning .ribbon-box .ribbon-success {
  background-color: #05825f; }
  .theme-warning .ribbon-box .ribbon-success:before {
    border-color: #05825f transparent transparent; }
.theme-warning .ribbon-box .ribbon-two-success span {
  background-color: #05825f; }
  .theme-warning .ribbon-box .ribbon-two-success span:before {
    border-left: 3px solid #03513b;
    border-top: 3px solid #03513b; }
  .theme-warning .ribbon-box .ribbon-two-success span:after {
    border-right: 3px solid #03513b;
    border-top: 3px solid #03513b; }
.theme-warning .ribbon-box .ribbon-danger {
  background-color: #ee3158; }
  .theme-warning .ribbon-box .ribbon-danger:before {
    border-color: #ee3158 transparent transparent; }
.theme-warning .ribbon-box .ribbon-two-danger span {
  background-color: #ee3158; }
  .theme-warning .ribbon-box .ribbon-two-danger span:before {
    border-left: 3px solid #da123b;
    border-top: 3px solid #da123b; }
  .theme-warning .ribbon-box .ribbon-two-danger span:after {
    border-right: 3px solid #da123b;
    border-top: 3px solid #da123b; }
.theme-warning .ribbon-box .ribbon-warning {
  background-color: #5156be; }
  .theme-warning .ribbon-box .ribbon-warning:before {
    border-color: #5156be transparent transparent; }
.theme-warning .ribbon-box .ribbon-two-warning span {
  background-color: #5156be; }
  .theme-warning .ribbon-box .ribbon-two-warning span:before {
    border-left: 3px solid #3c40a0;
    border-top: 3px solid #3c40a0; }
  .theme-warning .ribbon-box .ribbon-two-warning span:after {
    border-right: 3px solid #3c40a0;
    border-top: 3px solid #3c40a0; }

/*---Box---*/
.theme-warning .box-primary {
  background-color: #ffa800 !important; }
  .theme-warning .box-primary.box-bordered {
    border-color: #ffa800; }
.theme-warning .box-outline-primary {
  background-color: #ffffff;
  border: 1px solid #ffa800; }
.theme-warning .box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background-color: #ffa800; }
  .theme-warning .box.box-solid.box-primary > .box-header .btn {
    color: #ffffff; }
  .theme-warning .box.box-solid.box-primary > .box-header > a {
    color: #ffffff; }
.theme-warning .box-info {
  background-color: #3596f7 !important; }
  .theme-warning .box-info.box-bordered {
    border-color: #3596f7; }
.theme-warning .box-outline-info {
  background-color: #ffffff;
  border: 1px solid #3596f7; }
.theme-warning .box.box-solid.box-info > .box-header {
  color: #ffffff;
  background-color: #3596f7; }
  .theme-warning .box.box-solid.box-info > .box-header .btn {
    color: #ffffff; }
  .theme-warning .box.box-solid.box-info > .box-header > a {
    color: #ffffff; }
.theme-warning .box-success {
  background-color: #05825f !important; }
  .theme-warning .box-success.box-bordered {
    border-color: #05825f; }
.theme-warning .box-outline-success {
  background-color: #ffffff;
  border: 1px solid #05825f; }
.theme-warning .box.box-solid.box-success > .box-header {
  color: #ffffff;
  background-color: #05825f; }
  .theme-warning .box.box-solid.box-success > .box-header .btn {
    color: #ffffff; }
  .theme-warning .box.box-solid.box-success > .box-header > a {
    color: #ffffff; }
.theme-warning .box-danger {
  background-color: #ee3158 !important; }
  .theme-warning .box-danger.box-bordered {
    border-color: #ee3158; }
.theme-warning .box-outline-danger {
  background-color: #ffffff;
  border: 1px solid #ee3158; }
.theme-warning .box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background-color: #ee3158; }
  .theme-warning .box.box-solid.box-danger > .box-header .btn {
    color: #ffffff; }
  .theme-warning .box.box-solid.box-danger > .box-header > a {
    color: #ffffff; }
.theme-warning .box-warning {
  background-color: #5156be !important; }
  .theme-warning .box-warning.box-bordered {
    border-color: #5156be; }
.theme-warning .box-outline-warning {
  background-color: #ffffff;
  border: 1px solid #5156be; }
.theme-warning .box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background-color: #5156be; }
  .theme-warning .box.box-solid.box-warning > .box-header .btn {
    color: #ffffff; }
  .theme-warning .box.box-solid.box-warning > .box-header > a {
    color: #ffffff; }
.theme-warning .box-profile .social-states a:hover {
  color: #cc8600; }
.theme-warning .box-controls li > a:hover {
  color: #cc8600; }
.theme-warning .box-controls .dropdown.show > a {
  color: #cc8600; }
.theme-warning .box-fullscreen .box-btn-fullscreen {
  color: #cc8600; }

/*---progress bar---*/
.theme-warning .progress-bar-primary {
  background-color: #ffa800; }
.theme-warning .progress-bar-info {
  background-color: #3596f7; }
.theme-warning .progress-bar-success {
  background-color: #05825f; }
.theme-warning .progress-bar-danger {
  background-color: #ee3158; }
.theme-warning .progress-bar-warning {
  background-color: #5156be; }

/*---panel---*/
.theme-warning .panel-primary {
  border-color: #ffa800; }
  .theme-warning .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #ffa800;
    border-color: #ffa800; }
    .theme-warning .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ffa800; }
    .theme-warning .panel-primary > .panel-heading .badge-pill {
      color: #ffa800;
      background-color: #ffffff; }
  .theme-warning .panel-primary .panel-title, .theme-warning .panel-primary .panel-action {
    color: #ffffff; }
  .theme-warning .panel-primary .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ffa800; }
.theme-warning .panel-line.panel-primary .panel-heading {
  color: #ffa800;
  border-top-color: #ffa800;
  background: transparent; }
.theme-warning .panel-line.panel-primary .panel-title, .theme-warning .panel-line.panel-primary .panel-action {
  color: #ffa800; }
.theme-warning .panel-info {
  border-color: #3596f7; }
  .theme-warning .panel-info > .panel-heading {
    color: #ffffff;
    background-color: #3596f7;
    border-color: #3596f7; }
    .theme-warning .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #3596f7; }
    .theme-warning .panel-info > .panel-heading .badge-pill {
      color: #3596f7;
      background-color: #ffffff; }
  .theme-warning .panel-info .panel-title, .theme-warning .panel-info .panel-action {
    color: #ffffff; }
  .theme-warning .panel-info .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #3596f7; }
.theme-warning .panel-line.panel-info .panel-heading {
  color: #3596f7;
  border-top-color: #3596f7;
  background: transparent; }
.theme-warning .panel-line.panel-info .panel-title, .theme-warning .panel-line.panel-info .panel-action {
  color: #3596f7; }
.theme-warning .panel-success {
  border-color: #05825f; }
  .theme-warning .panel-success > .panel-heading {
    color: #ffffff;
    background-color: #05825f;
    border-color: #05825f; }
    .theme-warning .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #05825f; }
    .theme-warning .panel-success > .panel-heading .badge-pill {
      color: #05825f;
      background-color: #ffffff; }
  .theme-warning .panel-success .panel-title, .theme-warning .panel-success .panel-action {
    color: #ffffff; }
  .theme-warning .panel-success .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #05825f; }
.theme-warning .panel-line.panel-success .panel-heading {
  color: #05825f;
  border-top-color: #05825f;
  background: transparent; }
.theme-warning .panel-line.panel-success .panel-title, .theme-warning .panel-line.panel-success .panel-action {
  color: #05825f; }
.theme-warning .panel-danger {
  border-color: #ee3158; }
  .theme-warning .panel-danger > .panel-heading {
    color: #ffffff;
    background-color: #ee3158;
    border-color: #ee3158; }
    .theme-warning .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ee3158; }
    .theme-warning .panel-danger > .panel-heading .badge-pill {
      color: #ee3158;
      background-color: #ffffff; }
  .theme-warning .panel-danger .panel-title, .theme-warning .panel-danger .panel-action {
    color: #ffffff; }
  .theme-warning .panel-danger .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ee3158; }
.theme-warning .panel-line.panel-danger .panel-heading {
  color: #ee3158;
  border-top-color: #ee3158;
  background: transparent; }
.theme-warning .panel-line.panel-danger .panel-title, .theme-warning .panel-line.panel-danger .panel-action {
  color: #ee3158; }
.theme-warning .panel-warning {
  border-color: #5156be; }
  .theme-warning .panel-warning > .panel-heading {
    color: #ffffff;
    background-color: #5156be;
    border-color: #5156be; }
    .theme-warning .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #5156be; }
    .theme-warning .panel-warning > .panel-heading .badge-pill {
      color: #5156be;
      background-color: #ffffff; }
  .theme-warning .panel-warning .panel-title, .theme-warning .panel-warning .panel-action {
    color: #ffffff; }
  .theme-warning .panel-warning .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #5156be; }
.theme-warning .panel-line.panel-warning .panel-heading {
  color: #5156be;
  border-top-color: #5156be;
  background: transparent; }
.theme-warning .panel-line.panel-warning .panel-title, .theme-warning .panel-line.panel-warning .panel-action {
  color: #5156be; }

/*---switch---*/
.theme-warning .switch input:checked ~ .switch-indicator::after {
  background-color: #ffa800; }
.theme-warning .switch.switch-primary input:checked ~ .switch-indicator::after {
  background-color: #ffa800; }
.theme-warning .switch.switch-info input:checked ~ .switch-indicator::after {
  background-color: #3596f7; }
.theme-warning .switch.switch-success input:checked ~ .switch-indicator::after {
  background-color: #05825f; }
.theme-warning .switch.switch-danger input:checked ~ .switch-indicator::after {
  background-color: #ee3158; }
.theme-warning .switch.switch-warning input:checked ~ .switch-indicator::after {
  background-color: #5156be; }

/*---badge---*/
.theme-warning .badge-primary {
  background-color: #ffa800;
  color: #ffffff; }
.theme-warning .badge-primary[href]:hover, .theme-warning .badge-primary[href]:focus {
  background-color: #cc8600; }
.theme-warning .badge-secondary {
  background-color: #e4e6ef;
  color: #172b4c; }
.theme-warning .badge-secondary[href]:hover, .theme-warning .badge-secondary[href]:focus {
  background-color: #c4c8dc; }
.theme-warning .badge-info {
  background-color: #3596f7;
  color: #ffffff; }
.theme-warning .badge-info[href]:hover, .theme-warning .badge-info[href]:focus {
  background-color: #097df0; }
.theme-warning .badge-success {
  background-color: #05825f;
  color: #ffffff; }
.theme-warning .badge-success[href]:hover, .theme-warning .badge-success[href]:focus {
  background-color: #03513b; }
.theme-warning .badge-danger {
  background-color: #ee3158;
  color: #ffffff; }
.theme-warning .badge-danger[href]:hover, .theme-warning .badge-danger[href]:focus {
  background-color: #da123b; }
.theme-warning .badge-warning {
  background-color: #5156be;
  color: #ffffff; }
.theme-warning .badge-warning[href]:hover, .theme-warning .badge-warning[href]:focus {
  background-color: #3c40a0; }

/*---badge light---*/
.theme-warning .badge-primary-light {
  background-color: #fff8ea;
  color: #ffa800; }
.theme-warning .badge-primary-light[href]:hover, .theme-warning .badge-primary-light[href]:focus {
  background-color: #ffe7b7; }
.theme-warning .badge-secondary-light {
  background-color: #e9edf2;
  color: #172b4c; }
.theme-warning .badge-secondary-light[href]:hover, .theme-warning .badge-secondary-light[href]:focus {
  background-color: #c9d3df; }
.theme-warning .badge-info-light {
  background-color: #cce5ff;
  color: #3596f7; }
.theme-warning .badge-info-light[href]:hover, .theme-warning .badge-info-light[href]:focus {
  background-color: #99cbff; }
.theme-warning .badge-success-light {
  background-color: #ebf9f5;
  color: #05825f; }
.theme-warning .badge-success-light[href]:hover, .theme-warning .badge-success-light[href]:focus {
  background-color: #c4ede1; }
.theme-warning .badge-danger-light {
  background-color: #ffd6de;
  color: #ee3158; }
.theme-warning .badge-danger-light[href]:hover, .theme-warning .badge-danger-light[href]:focus {
  background-color: #ffa3b5; }
.theme-warning .badge-warning-light {
  background-color: #c8c9ee;
  color: #5156be; }
.theme-warning .badge-warning-light[href]:hover, .theme-warning .badge-warning-light[href]:focus {
  background-color: #a1a3e2; }

/*---rating---*/
.theme-warning .rating-primary .active {
  color: #ffa800; }
.theme-warning .rating-primary :checked ~ label {
  color: #ffa800; }
.theme-warning .rating-primary label:hover {
  color: #ffa800; }
  .theme-warning .rating-primary label:hover ~ label {
    color: #ffa800; }
.theme-warning .rating-info .active {
  color: #3596f7; }
.theme-warning .rating-info :checked ~ label {
  color: #3596f7; }
.theme-warning .rating-info label:hover {
  color: #3596f7; }
  .theme-warning .rating-info label:hover ~ label {
    color: #3596f7; }
.theme-warning .rating-success .active {
  color: #05825f; }
.theme-warning .rating-success :checked ~ label {
  color: #05825f; }
.theme-warning .rating-success label:hover {
  color: #05825f; }
  .theme-warning .rating-success label:hover ~ label {
    color: #05825f; }
.theme-warning .rating-danger .active {
  color: #ee3158; }
.theme-warning .rating-danger :checked ~ label {
  color: #ee3158; }
.theme-warning .rating-danger label:hover {
  color: #ee3158; }
  .theme-warning .rating-danger label:hover ~ label {
    color: #ee3158; }
.theme-warning .rating-warning .active {
  color: #5156be; }
.theme-warning .rating-warning :checked ~ label {
  color: #5156be; }
.theme-warning .rating-warning label:hover {
  color: #5156be; }
  .theme-warning .rating-warning label:hover ~ label {
    color: #5156be; }

/*---toggler---*/
.theme-warning .toggler-primary input:checked + i {
  color: #ffa800; }
.theme-warning .toggler-info input:checked + i {
  color: #3596f7; }
.theme-warning .toggler-success input:checked + i {
  color: #05825f; }
.theme-warning .toggler-danger input:checked + i {
  color: #ee3158; }
.theme-warning .toggler-warning input:checked + i {
  color: #5156be; }

/*---nav tabs---*/
.theme-warning .nav-tabs.nav-tabs-primary .nav-link:hover, .theme-warning .nav-tabs.nav-tabs-primary .nav-link:active, .theme-warning .nav-tabs.nav-tabs-primary .nav-link:focus, .theme-warning .nav-tabs.nav-tabs-primary .nav-link.active {
  border-color: #cc8600;
  background-color: transparent;
  color: #cc8600; }
.theme-warning .nav-tabs.nav-tabs-info .nav-link:hover, .theme-warning .nav-tabs.nav-tabs-info .nav-link:active, .theme-warning .nav-tabs.nav-tabs-info .nav-link:focus, .theme-warning .nav-tabs.nav-tabs-info .nav-link.active {
  border-color: #097df0;
  background-color: #3596f7;
  color: #ffffff; }
.theme-warning .nav-tabs.nav-tabs-success .nav-link:hover, .theme-warning .nav-tabs.nav-tabs-success .nav-link:active, .theme-warning .nav-tabs.nav-tabs-success .nav-link:focus, .theme-warning .nav-tabs.nav-tabs-success .nav-link.active {
  border-color: #03513b;
  background-color: transparent;
  color: #03513b; }
.theme-warning .nav-tabs.nav-tabs-danger .nav-link:hover, .theme-warning .nav-tabs.nav-tabs-danger .nav-link:active, .theme-warning .nav-tabs.nav-tabs-danger .nav-link:focus, .theme-warning .nav-tabs.nav-tabs-danger .nav-link.active {
  border-color: #da123b;
  background-color: transparent;
  color: #da123b; }
.theme-warning .nav-tabs.nav-tabs-warning .nav-link:hover, .theme-warning .nav-tabs.nav-tabs-warning .nav-link:active, .theme-warning .nav-tabs.nav-tabs-warning .nav-link:focus, .theme-warning .nav-tabs.nav-tabs-warning .nav-link.active {
  border-color: #3c40a0;
  background-color: transparent;
  color: #3c40a0; }
.theme-warning .nav-tabs-custom.tab-primary > .nav-tabs > li a.active {
  border-top-color: #cc8600; }
.theme-warning .nav-tabs-custom.tab-info > .nav-tabs > li a.active {
  border-top-color: #097df0; }
.theme-warning .nav-tabs-custom.tab-success > .nav-tabs > li a.active {
  border-top-color: #03513b; }
.theme-warning .nav-tabs-custom.tab-danger > .nav-tabs > li a.active {
  border-top-color: #da123b; }
.theme-warning .nav-tabs-custom.tab-warning > .nav-tabs > li a.active {
  border-top-color: #3c40a0; }
.theme-warning .nav-tabs .nav-link.active {
  border-bottom-color: #ffa800;
  background-color: #ffa800;
  color: #ffffff; }
  .theme-warning .nav-tabs .nav-link.active:hover, .theme-warning .nav-tabs .nav-link.active:focus {
    border-bottom-color: #ffa800;
    background-color: #ffa800;
    color: #ffffff; }
.theme-warning .nav-tabs .nav-item.open .nav-link {
  border-bottom-color: #ffa800;
  background-color: #ffa800; }
  .theme-warning .nav-tabs .nav-item.open .nav-link:hover, .theme-warning .nav-tabs .nav-item.open .nav-link:focus {
    border-bottom-color: #ffa800;
    background-color: #ffa800; }

/*---todo---*/
.theme-warning .todo-list .primary {
  border-left-color: #ffa800; }
.theme-warning .todo-list .info {
  border-left-color: #ffa800; }
.theme-warning .todo-list .success {
  border-left-color: #05825f; }
.theme-warning .todo-list .danger {
  border-left-color: #ee3158; }
.theme-warning .todo-list .warning {
  border-left-color: #5156be; }

/*---timeline---*/
.theme-warning .timeline .timeline-item > .timeline-event.timeline-event-primary {
  background-color: #ffa800;
  border: 1px solid #ffa800;
  color: #ffffff; }
  .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-primary:before, .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-primary:after {
    border-left-color: #ffa800;
    border-right-color: #ffa800; }
  .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-primary * {
    color: inherit; }
.theme-warning .timeline .timeline-item > .timeline-event.timeline-event-info {
  background-color: #3596f7;
  border: 1px solid #3596f7;
  color: #ffffff; }
  .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-info:before, .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-info:after {
    border-left-color: #3596f7;
    border-right-color: #3596f7; }
  .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-info * {
    color: inherit; }
.theme-warning .timeline .timeline-item > .timeline-event.timeline-event-success {
  background-color: #05825f;
  border: 1px solid #05825f;
  color: #ffffff; }
  .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-success:before, .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-success:after {
    border-left-color: #05825f;
    border-right-color: #05825f; }
  .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-success * {
    color: inherit; }
.theme-warning .timeline .timeline-item > .timeline-event.timeline-event-danger {
  background-color: #ee3158;
  border: 1px solid #ee3158;
  color: #ffffff; }
  .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-danger:before, .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-danger:after {
    border-left-color: #ee3158;
    border-right-color: #ee3158; }
  .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-danger * {
    color: inherit; }
.theme-warning .timeline .timeline-item > .timeline-event.timeline-event-warning {
  background-color: #5156be;
  border: 1px solid #5156be;
  color: #ffffff; }
  .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-warning:before, .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-warning:after {
    border-left-color: #5156be;
    border-right-color: #5156be; }
  .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-warning * {
    color: inherit; }
.theme-warning .timeline .timeline-item > .timeline-point.timeline-point-primary {
  color: #ffa800;
  background-color: #ffffff; }
.theme-warning .timeline .timeline-item > .timeline-point.timeline-point-info {
  color: #3596f7;
  background-color: #ffffff; }
.theme-warning .timeline .timeline-item > .timeline-point.timeline-point-success {
  color: #05825f;
  background-color: #ffffff; }
.theme-warning .timeline .timeline-item > .timeline-point.timeline-point-danger {
  color: #ee3158;
  background-color: #ffffff; }
.theme-warning .timeline .timeline-item > .timeline-point.timeline-point-warning {
  color: #5156be;
  background-color: #ffffff; }
.theme-warning .timeline .timeline-label .label-primary {
  background-color: #ffa800; }
.theme-warning .timeline .timeline-label .label-info {
  background-color: #3596f7; }
.theme-warning .timeline .timeline-label .label-success {
  background-color: #05825f; }
.theme-warning .timeline .timeline-label .label-danger {
  background-color: #ee3158; }
.theme-warning .timeline .timeline-label .label-warning {
  background-color: #5156be; }
.theme-warning .timeline__year, .theme-warning .timeline5:before, .theme-warning .timeline__box:before, .theme-warning .timeline__date {
  background-color: #ffa800; }
.theme-warning .timeline__post {
  border-left: 3px solid #ffa800; }

/*---daterangepicker---*/
.theme-warning .daterangepicker td.active {
  background-color: #ffa800; }
  .theme-warning .daterangepicker td.active:hover {
    background-color: #ffa800; }
.theme-warning .daterangepicker .input-mini.active {
  border: 1px solid #ffa800; }
.theme-warning .ranges li:hover, .theme-warning .ranges li:active, .theme-warning .ranges li.active {
  border: 1px solid #ffa800;
  background-color: #ffa800; }

/*---control-sidebar---*/
.theme-warning .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hover, .theme-warning .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:active, .theme-warning .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-color: #ffa800;
  color: #ffa800; }
.theme-warning .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active {
  border-color: #ffa800;
  color: #ffa800; }
  .theme-warning .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:hover, .theme-warning .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:active, .theme-warning .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:focus {
    border-color: #ffa800;
    color: #ffa800; }
.theme-warning .control-sidebar .rpanel-title .btn:hover {
  color: #ffa800; }

/*---nav---*/
.theme-warning .nav > li > a:hover, .theme-warning .nav > li > a:active, .theme-warning .nav > li > a:focus {
  color: #ffa800; }
.theme-warning .nav-pills > li > a.active {
  border-top-color: #ffa800;
  background-color: #ffa800 !important;
  color: #ffffff; }
  .theme-warning .nav-pills > li > a.active:hover, .theme-warning .nav-pills > li > a.active:focus {
    border-top-color: #ffa800;
    background-color: #ffa800 !important;
    color: #ffffff; }
.theme-warning .mailbox-nav .nav-pills > li > a:hover, .theme-warning .mailbox-nav .nav-pills > li > a:focus {
  border-color: #ffa800; }
.theme-warning .mailbox-nav .nav-pills > li > a.active {
  border-color: #ffa800; }
  .theme-warning .mailbox-nav .nav-pills > li > a.active:hover, .theme-warning .mailbox-nav .nav-pills > li > a.active:focus {
    border-color: #ffa800; }
.theme-warning .nav-tabs-custom > .nav-tabs > li a.active {
  border-top-color: #ffa800; }
.theme-warning .profile-tab li a.nav-link.active {
  border-bottom: 2px solid #ffa800; }
.theme-warning .customtab li a.nav-link.active {
  border-bottom: 2px solid #ffa800; }

/*---form-element---*/
.theme-warning .form-element .input-group .input-group-addon {
  background-image: linear-gradient(45deg, #ffa800, #3596f7), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-warning .form-element .form-control {
  background-image: linear-gradient(45deg, #ffa800, #3596f7), linear-gradient(#3b6dc1, #3b6dc1); }
  .theme-warning .form-element .form-control:focus {
    background-image: linear-gradient(45deg, #ffa800, #3596f7), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-warning .form-control:focus {
  border-color: #ffa800; }
.theme-warning [type=checkbox]:checked.chk-col-primary + label:before {
  border-right: 2px solid #ffa800;
  border-bottom: 2px solid #ffa800; }
.theme-warning [type=checkbox]:checked.chk-col-info + label:before {
  border-right: 2px solid #3596f7;
  border-bottom: 2px solid #3596f7; }
.theme-warning [type=checkbox]:checked.chk-col-success + label:before {
  border-right: 2px solid #05825f;
  border-bottom: 2px solid #05825f; }
.theme-warning [type=checkbox]:checked.chk-col-danger + label:before {
  border-right: 2px solid #ee3158;
  border-bottom: 2px solid #ee3158; }
.theme-warning [type=checkbox]:checked.chk-col-warning + label:before {
  border-right: 2px solid #5156be;
  border-bottom: 2px solid #5156be; }
.theme-warning [type=checkbox].filled-in:checked.chk-col-primary + label:after {
  border: 2px solid #ffa800;
  background-color: #ffa800; }
.theme-warning [type=checkbox].filled-in:checked.chk-col-info + label:after {
  border: 2px solid #3596f7;
  background-color: #3596f7; }
.theme-warning [type=checkbox].filled-in:checked.chk-col-success + label:after {
  border: 2px solid #05825f;
  background-color: #05825f; }
.theme-warning [type=checkbox].filled-in:checked.chk-col-danger + label:after {
  border: 2px solid #ee3158;
  background-color: #ee3158; }
.theme-warning [type=checkbox].filled-in:checked.chk-col-warning + label:after {
  border: 2px solid #5156be;
  background-color: #5156be; }
.theme-warning [type=radio].radio-col-primary:checked + label:after {
  background-color: #ffa800;
  border-color: #ffa800;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].with-gap.radio-col-primary:checked + label:before {
  border: 2px solid #ffa800;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].with-gap.radio-col-primary:checked + label:after {
  background-color: #ffa800;
  border: 2px solid #ffa800;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].radio-col-info:checked + label:after {
  background-color: #3596f7;
  border-color: #3596f7;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].with-gap.radio-col-info:checked + label:before {
  border: 2px solid #3596f7;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].with-gap.radio-col-info:checked + label:after {
  background-color: #3596f7;
  border: 2px solid #3596f7;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].radio-col-success:checked + label:after {
  background-color: #05825f;
  border-color: #05825f;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].with-gap.radio-col-success:checked + label:before {
  border: 2px solid #05825f;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].with-gap.radio-col-success:checked + label:after {
  background-color: #05825f;
  border: 2px solid #05825f;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].radio-col-danger:checked + label:after {
  background-color: #ee3158;
  border-color: #ee3158;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].with-gap.radio-col-danger:checked + label:before {
  border: 2px solid #ee3158;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].with-gap.radio-col-danger:checked + label:after {
  background-color: #ee3158;
  border: 2px solid #ee3158;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].radio-col-warning:checked + label:after {
  background-color: #5156be;
  border-color: #5156be;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].with-gap.radio-col-warning:checked + label:before {
  border: 2px solid #5156be;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].with-gap.radio-col-warning:checked + label:after {
  background-color: #5156be;
  border: 2px solid #5156be;
  animation: ripple .2s linear forwards; }
.theme-warning [type=checkbox]:checked + label:before {
  border-right: 2px solid #ffa800;
  border-bottom: 2px solid #ffa800; }
.theme-warning [type=checkbox].filled-in:checked + label:after {
  border: 2px solid #ffa800;
  background-color: #ffa800; }
.theme-warning [type=radio].with-gap:checked + label:before, .theme-warning [type=radio].with-gap:checked + label:after {
  border: 2px solid #ffa800; }
.theme-warning [type=radio].with-gap:checked + label:after {
  background-color: #ffa800;
  z-index: 0; }
.theme-warning [type=radio]:checked + label:after {
  border: 2px solid #ffa800;
  background-color: #ffa800;
  z-index: 0; }
.theme-warning [type=checkbox].filled-in.tabbed:checked:focus + label:after {
  border-color: #ffa800;
  background-color: #ffa800; }

/*---Calender---*/
.theme-warning .fx-element-overlay .fx-card-item .fx-card-content a:hover {
  color: #ffa800; }
.theme-warning .fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li a:hover {
  background: #ffa800;
  border-color: #ffa800; }
.theme-warning .fc-event, .theme-warning .calendar-event {
  background: #ffa800; }

/*---Tabs---*/
.theme-warning .tabs-vertical li .nav-link:hover, .theme-warning .tabs-vertical li .nav-link:active, .theme-warning .tabs-vertical li .nav-link:focus, .theme-warning .tabs-vertical li .nav-link.active {
  background-color: #ffa800;
  color: #ffffff; }
.theme-warning .customvtab .tabs-vertical li .nav-link:hover, .theme-warning .customvtab .tabs-vertical li .nav-link:active, .theme-warning .customvtab .tabs-vertical li .nav-link:focus, .theme-warning .customvtab .tabs-vertical li .nav-link.active {
  border-right: 2px solid #ffa800;
  color: #ffa800; }
.theme-warning .customtab2 li a.nav-link:hover, .theme-warning .customtab2 li a.nav-link:active, .theme-warning .customtab2 li a.nav-link.active {
  background-color: #ffa800; }

.rtl.theme-warning .customvtab .tabs-vertical li .nav-link:hover, .rtl.theme-warning .customvtab .tabs-vertical li .nav-link:active, .rtl.theme-warning .customvtab .tabs-vertical li .nav-link:focus, .rtl.theme-warning .customvtab .tabs-vertical li .nav-link.active {
  border-right: none;
  border-left: 2px solid #ffa800; }

/*---Notification---*/
.theme-warning .jq-icon-primary {
  background-color: #ffa800;
  color: #ffffff;
  border-color: #ffa800; }
.theme-warning .jq-icon-info {
  background-color: #3596f7;
  color: #ffffff;
  border-color: #3596f7; }
.theme-warning .jq-icon-success {
  background-color: #05825f;
  color: #ffffff;
  border-color: #ffa800; }
.theme-warning .jq-icon-error {
  background-color: #ee3158;
  color: #ffffff;
  border-color: #ee3158; }
.theme-warning .jq-icon-danger {
  background-color: #ee3158;
  color: #ffffff;
  border-color: #ee3158; }
.theme-warning .jq-icon-warning {
  background-color: #5156be;
  color: #ffffff;
  border-color: #5156be; }

/*---avatar---*/
.theme-warning .avatar.status-primary::after {
  background-color: #ffa800; }
.theme-warning .avatar.status-info::after {
  background-color: #3596f7; }
.theme-warning .avatar.status-success::after {
  background-color: #05825f; }
.theme-warning .avatar.status-danger::after {
  background-color: #ee3158; }
.theme-warning .avatar.status-warning::after {
  background-color: #5156be; }
.theme-warning .avatar[class*='status-']::after {
  background-color: #ffa800; }
.theme-warning .avatar-add:hover {
  background-color: #cc8600;
  border-color: #cc8600; }

/*---media---*/
.theme-warning .media-chat.media-chat-reverse .media-body p {
  background-color: #ffa800; }
.theme-warning .media-right-out a:hover {
  color: #cc8600; }

/*---control---*/
.theme-warning .control input:checked:focus ~ .control_indicator {
  background-color: #ffa800; }
.theme-warning .control input:checked ~ .control_indicator {
  background-color: #ffa800; }
.theme-warning .control:hover input:not([disabled]):checked ~ .control_indicator {
  background-color: #ffa800; }

/*---flex---*/
.theme-warning .flex-column > li > a.nav-link.active {
  border-left-color: #ffa800; }
  .theme-warning .flex-column > li > a.nav-link.active:hover {
    border-left-color: #ffa800; }

/*---pagination---*/
.theme-warning .pagination li a.current {
  border: 1px solid #ffa800;
  background-color: #ffa800; }
  .theme-warning .pagination li a.current:hover {
    border: 1px solid #ffa800;
    background-color: #ffa800; }
.theme-warning .pagination li a:hover {
  border: 1px solid #cc8600;
  background-color: #cc8600 !important; }
.theme-warning .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 1px solid #ffa800;
  background-color: #ffa800; }
  .theme-warning .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #ffa800;
    background-color: #ffa800; }
.theme-warning .paging_simple_numbers .pagination .paginate_button.active a {
  background-color: #ffa800; }
.theme-warning .paging_simple_numbers .pagination .paginate_button:hover a {
  background-color: #ffa800; }
.theme-warning .footable .pagination li a:hover, .theme-warning .footable .pagination li a:active, .theme-warning .footable .pagination li a.active {
  background-color: #ffa800; }

/*---dataTables---*/
.theme-warning .dt-buttons .dt-button {
  background-color: #ffa800; }

/*---select2---*/
.theme-warning .select2-container--default.select2-container--open {
  border-color: #ffa800; }
.theme-warning .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ffa800; }
.theme-warning .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ffa800 !important; }
.theme-warning .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #ffa800 !important; }
.theme-warning .select2-container--default .select2-selection--multiple:focus {
  border-color: #ffa800 !important; }
.theme-warning .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ffa800;
  border-color: #ffa800; }

/*---Other---*/
.theme-warning .myadmin-dd .dd-list .dd-list .dd-handle:hover {
  color: #cc8600; }
.theme-warning .myadmin-dd-empty .dd-list .dd3-handle:hover {
  color: #cc8600; }
.theme-warning .myadmin-dd-empty .dd-list .dd3-content:hover {
  color: #cc8600; }
.theme-warning [data-overlay-primary]::before {
  background: #cc8600; }

/*---wizard---*/
.theme-warning .wizard-content .wizard > .steps > ul > li.current {
  border: 2px solid #ffa800;
  background-color: #ffa800; }
.theme-warning .wizard-content .wizard > .steps > ul > li.done {
  border-color: #cc8600;
  background-color: #cc8600; }
.theme-warning .wizard-content .wizard > .actions > ul > li > a {
  background-color: #ffa800; }
.theme-warning .wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  background-color: #ffa800; }
.theme-warning .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  background-color: #ffa800; }
.theme-warning .wizard-content .wizard.wizard-notification > .steps > ul > li:after {
  background-color: #ffa800; }
.theme-warning .wizard-content .wizard.wizard-notification > .steps > ul > li:before {
  background-color: #ffa800; }
.theme-warning .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
  border: 2px solid #ffa800;
  color: #ffa800; }
  .theme-warning .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step:after {
    border-top-color: #ffa800; }
.theme-warning .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
  border-top-color: #ffa800; }

@media (max-width: 767px) {
  .theme-warning .wizard-content .wizard > .steps > ul > li:last-child:after {
    background-color: #ffa800; } }
@media (max-width: 575px) {
  .theme-warning .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #ffa800; } }
/*---slider---*/
.theme-warning #primary .slider-selection {
  background-color: #ffa800; }
.theme-warning #info .slider-selection {
  background-color: #3596f7; }
.theme-warning #success .slider-selection {
  background-color: #05825f; }
.theme-warning #danger .slider-selection {
  background-color: #ee3158; }
.theme-warning #warning .slider-selection {
  background-color: #5156be; }

/*---horizontal-timeline---*/
.theme-warning .cd-horizontal-timeline .events a.selected::after {
  background: #ffa800;
  border-color: #ffa800; }
.theme-warning .cd-horizontal-timeline .events a.older-event::after {
  border-color: #ffa800; }
.theme-warning .cd-horizontal-timeline .filling-line {
  background: #ffa800; }
.theme-warning .cd-horizontal-timeline a {
  color: #ffa800; }
  .theme-warning .cd-horizontal-timeline a:hover, .theme-warning .cd-horizontal-timeline a:focus {
    color: #ffa800; }
.theme-warning .cd-timeline-navigation a:hover, .theme-warning .cd-timeline-navigation a:focus {
  border-color: #ffa800; }

/*# sourceMappingURL=color_theme.css.map */

/*
Template Name: Florence Admin - Responsive Admin Template
Author: Multipurpose Themes
File: rtl scss
*/
/*Social Media Colors*/
/*Theme Colors*/
/*Lite color*/
/*Theme Colors For Dark*/
.rtl {
  text-align: right !important;
  direction: rtl; }

/*******************
Padding property 
*******************/
.rtl .ps-0 {
  padding-right: 0px !important;
  padding-left: inherit !important; }

.rtl .ps-5 {
  padding-right: 5px !important;
  padding-left: inherit !important; }

.rtl .ps-10 {
  padding-right: 10px !important;
  padding-left: inherit !important; }

.rtl .ps-15 {
  padding-right: 15px !important;
  padding-left: inherit !important; }

.rtl .ps-20 {
  padding-right: 20px !important;
  padding-left: inherit !important; }

.rtl .ps-25 {
  padding-right: 25px !important;
  padding-left: inherit !important; }

.rtl .ps-30 {
  padding-right: 30px !important;
  padding-left: inherit !important; }

.rtl .ps-35 {
  padding-right: 35px !important;
  padding-left: inherit !important; }

.rtl .ps-40 {
  padding-right: 40px !important;
  padding-left: inherit !important; }

.rtl .ps-45 {
  padding-right: 45px !important;
  padding-left: inherit !important; }

.rtl .ps-50 {
  padding-right: 50px !important;
  padding-left: inherit !important; }

.rtl .ps-55 {
  padding-right: 55px !important;
  padding-left: inherit !important; }

.rtl .ps-60 {
  padding-right: 60px !important;
  padding-left: inherit !important; }

.rtl .ps-65 {
  padding-right: 65px !important;
  padding-left: inherit !important; }

.rtl .ps-70 {
  padding-right: 70px !important;
  padding-left: inherit !important; }

.rtl .ps-75 {
  padding-right: 75px !important;
  padding-left: inherit !important; }

.rtl .ps-80 {
  padding-right: 80px !important;
  padding-left: inherit !important; }

.rtl .ps-85 {
  padding-right: 85px !important;
  padding-left: inherit !important; }

.rtl .ps-90 {
  padding-right: 90px !important;
  padding-left: inherit !important; }

.rtl .ps-95 {
  padding-right: 95px !important;
  padding-left: inherit !important; }

.rtl .ps-100 {
  padding-right: 100px !important;
  padding-left: inherit !important; }

.rtl .pe-0 {
  padding-left: 0px !important;
  padding-right: inherit !important; }

.rtl .pe-5 {
  padding-left: 5px !important;
  padding-right: inherit !important; }

.rtl .pe-10 {
  padding-left: 10px !important;
  padding-right: inherit !important; }

.rtl .pe-15 {
  padding-left: 15px !important;
  padding-right: inherit !important; }

.rtl .pe-20 {
  padding-left: 20px !important;
  padding-right: inherit !important; }

.rtl .pe-25 {
  padding-left: 25px !important;
  padding-right: inherit !important; }

.rtl .pe-30 {
  padding-left: 30px !important;
  padding-right: inherit !important; }

.rtl .pe-35 {
  padding-left: 35px !important;
  padding-right: inherit !important; }

.rtl .pe-40 {
  padding-left: 40px !important;
  padding-right: inherit !important; }

.rtl .pe-45 {
  padding-left: 45px !important;
  padding-right: inherit !important; }

.rtl .pe-50 {
  padding-left: 50px !important;
  padding-right: inherit !important; }

.rtl .pe-55 {
  padding-left: 55px !important;
  padding-right: inherit !important; }

.rtl .pe-60 {
  padding-left: 60px !important;
  padding-right: inherit !important; }

.rtl .pe-65 {
  padding-left: 65px !important;
  padding-right: inherit !important; }

.rtl .pe-70 {
  padding-left: 70px !important;
  padding-right: inherit !important; }

.rtl .pe-75 {
  padding-left: 75px !important;
  padding-right: inherit !important; }

.rtl .pe-80 {
  padding-left: 80px !important;
  padding-right: inherit !important; }

.rtl .pe-85 {
  padding-left: 85px !important;
  padding-right: inherit !important; }

.rtl .pe-90 {
  padding-left: 90px !important;
  padding-right: inherit !important; }

.rtl .pe-95 {
  padding-left: 95px !important;
  padding-right: inherit !important; }

.rtl .pe-100 {
  padding-left: 100px !important;
  padding-right: inherit !important; }

@media (max-width: 575px) {
  .rtl .ps-xs-0 {
    padding-right: 0px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-5 {
    padding-right: 5px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-10 {
    padding-right: 10px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-15 {
    padding-right: 15px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-20 {
    padding-right: 20px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-25 {
    padding-right: 25px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-30 {
    padding-right: 30px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-35 {
    padding-right: 35px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-40 {
    padding-right: 40px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-45 {
    padding-right: 45px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-50 {
    padding-right: 50px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-55 {
    padding-right: 55px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-60 {
    padding-right: 60px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-65 {
    padding-right: 65px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-70 {
    padding-right: 70px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-75 {
    padding-right: 75px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-80 {
    padding-right: 80px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-85 {
    padding-right: 85px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-90 {
    padding-right: 90px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-95 {
    padding-right: 95px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-100 {
    padding-right: 100px !important;
    padding-left: inherit !important; }

  .rtl .pe-xs-0 {
    padding-left: 0px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-5 {
    padding-left: 5px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-10 {
    padding-left: 10px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-15 {
    padding-left: 15px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-20 {
    padding-left: 20px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-25 {
    padding-left: 25px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-30 {
    padding-left: 30px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-35 {
    padding-left: 35px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-40 {
    padding-left: 40px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-45 {
    padding-left: 45px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-50 {
    padding-left: 50px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-55 {
    padding-left: 55px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-60 {
    padding-left: 60px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-65 {
    padding-left: 65px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-70 {
    padding-left: 70px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-75 {
    padding-left: 75px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-80 {
    padding-left: 80px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-85 {
    padding-left: 85px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-90 {
    padding-left: 90px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-95 {
    padding-left: 95px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-100 {
    padding-left: 100px !important;
    padding-right: inherit !important; } }
@media (min-width: 576px) {
  .rtl .ps-sm-0 {
    padding-right: 0px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-5 {
    padding-right: 5px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-10 {
    padding-right: 10px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-15 {
    padding-right: 15px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-20 {
    padding-right: 20px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-25 {
    padding-right: 25px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-30 {
    padding-right: 30px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-35 {
    padding-right: 35px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-40 {
    padding-right: 40px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-45 {
    padding-right: 45px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-50 {
    padding-right: 50px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-55 {
    padding-right: 55px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-60 {
    padding-right: 60px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-65 {
    padding-right: 65px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-70 {
    padding-right: 70px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-75 {
    padding-right: 75px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-80 {
    padding-right: 80px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-85 {
    padding-right: 85px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-90 {
    padding-right: 90px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-95 {
    padding-right: 95px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-100 {
    padding-right: 100px !important;
    padding-left: inherit !important; }

  .rtl .pe-sm-0 {
    padding-left: 0px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-5 {
    padding-left: 5px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-10 {
    padding-left: 10px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-15 {
    padding-left: 15px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-20 {
    padding-left: 20px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-25 {
    padding-left: 25px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-30 {
    padding-left: 30px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-35 {
    padding-left: 35px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-40 {
    padding-left: 40px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-45 {
    padding-left: 45px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-50 {
    padding-left: 50px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-55 {
    padding-left: 55px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-60 {
    padding-left: 60px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-65 {
    padding-left: 65px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-70 {
    padding-left: 70px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-75 {
    padding-left: 75px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-80 {
    padding-left: 80px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-85 {
    padding-left: 85px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-90 {
    padding-left: 90px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-95 {
    padding-left: 95px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-100 {
    padding-left: 100px !important;
    padding-right: inherit !important; } }
@media (min-width: 768px) {
  .rtl .ps-md-0 {
    padding-right: 0px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-5 {
    padding-right: 5px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-10 {
    padding-right: 10px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-15 {
    padding-right: 15px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-20 {
    padding-right: 20px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-25 {
    padding-right: 25px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-30 {
    padding-right: 30px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-35 {
    padding-right: 35px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-40 {
    padding-right: 40px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-45 {
    padding-right: 45px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-50 {
    padding-right: 50px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-55 {
    padding-right: 55px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-60 {
    padding-right: 60px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-65 {
    padding-right: 65px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-70 {
    padding-right: 70px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-75 {
    padding-right: 75px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-80 {
    padding-right: 80px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-85 {
    padding-right: 85px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-90 {
    padding-right: 90px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-95 {
    padding-right: 95px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-100 {
    padding-right: 100px !important;
    padding-left: inherit !important; }

  .rtl .pe-md-0 {
    padding-left: 0px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-5 {
    padding-left: 5px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-10 {
    padding-left: 10px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-15 {
    padding-left: 15px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-20 {
    padding-left: 20px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-25 {
    padding-left: 25px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-30 {
    padding-left: 30px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-35 {
    padding-left: 35px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-40 {
    padding-left: 40px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-45 {
    padding-left: 45px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-50 {
    padding-left: 50px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-55 {
    padding-left: 55px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-60 {
    padding-left: 60px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-65 {
    padding-left: 65px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-70 {
    padding-left: 70px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-75 {
    padding-left: 75px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-80 {
    padding-left: 80px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-85 {
    padding-left: 85px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-90 {
    padding-left: 90px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-95 {
    padding-left: 95px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-100 {
    padding-left: 100px !important;
    padding-right: inherit !important; } }
@media (min-width: 992px) {
  .rtl .ps-lg-0 {
    padding-right: 0px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-5 {
    padding-right: 5px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-10 {
    padding-right: 10px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-15 {
    padding-right: 15px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-20 {
    padding-right: 20px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-25 {
    padding-right: 25px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-30 {
    padding-right: 30px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-35 {
    padding-right: 35px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-40 {
    padding-right: 40px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-45 {
    padding-right: 45px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-50 {
    padding-right: 50px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-55 {
    padding-right: 55px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-60 {
    padding-right: 60px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-65 {
    padding-right: 65px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-70 {
    padding-right: 70px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-75 {
    padding-right: 75px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-80 {
    padding-right: 80px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-85 {
    padding-right: 85px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-90 {
    padding-right: 90px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-95 {
    padding-right: 95px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-100 {
    padding-right: 100px !important;
    padding-left: inherit !important; }

  .rtl .pe-lg-0 {
    padding-left: 0px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-5 {
    padding-left: 5px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-10 {
    padding-left: 10px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-15 {
    padding-left: 15px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-20 {
    padding-left: 20px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-25 {
    padding-left: 25px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-30 {
    padding-left: 30px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-35 {
    padding-left: 35px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-40 {
    padding-left: 40px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-45 {
    padding-left: 45px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-50 {
    padding-left: 50px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-55 {
    padding-left: 55px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-60 {
    padding-left: 60px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-65 {
    padding-left: 65px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-70 {
    padding-left: 70px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-75 {
    padding-left: 75px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-80 {
    padding-left: 80px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-85 {
    padding-left: 85px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-90 {
    padding-left: 90px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-95 {
    padding-left: 95px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-100 {
    padding-left: 100px !important;
    padding-right: inherit !important; } }
@media (min-width: 1200px) {
  .rtl .ps-xl-0 {
    padding-right: 0px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-5 {
    padding-right: 5px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-10 {
    padding-right: 10px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-15 {
    padding-right: 15px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-20 {
    padding-right: 20px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-25 {
    padding-right: 25px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-30 {
    padding-right: 30px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-35 {
    padding-right: 35px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-40 {
    padding-right: 40px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-45 {
    padding-right: 45px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-50 {
    padding-right: 50px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-55 {
    padding-right: 55px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-60 {
    padding-right: 60px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-65 {
    padding-right: 65px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-70 {
    padding-right: 70px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-75 {
    padding-right: 75px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-80 {
    padding-right: 80px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-85 {
    padding-right: 85px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-90 {
    padding-right: 90px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-95 {
    padding-right: 95px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-100 {
    padding-right: 100px !important;
    padding-left: inherit !important; }

  .rtl .pe-xl-0 {
    padding-left: 0px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-5 {
    padding-left: 5px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-10 {
    padding-left: 10px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-15 {
    padding-left: 15px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-20 {
    padding-left: 20px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-25 {
    padding-left: 25px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-30 {
    padding-left: 30px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-35 {
    padding-left: 35px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-40 {
    padding-left: 40px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-45 {
    padding-left: 45px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-50 {
    padding-left: 50px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-55 {
    padding-left: 55px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-60 {
    padding-left: 60px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-65 {
    padding-left: 65px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-70 {
    padding-left: 70px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-75 {
    padding-left: 75px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-80 {
    padding-left: 80px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-85 {
    padding-left: 85px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-90 {
    padding-left: 90px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-95 {
    padding-left: 95px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-100 {
    padding-left: 100px !important;
    padding-right: inherit !important; } }
/*******************
Margin property 
*******************/
.rtl .ms-0 {
  margin-right: 0px !important;
  margin-left: inherit !important; }

.rtl .ms-5 {
  margin-right: 5px !important;
  margin-left: inherit !important; }

.rtl .ms-10 {
  margin-right: 10px !important;
  margin-left: inherit !important; }

.rtl .ms-15 {
  margin-right: 15px !important;
  margin-left: inherit !important; }

.rtl .ms-20 {
  margin-right: 20px !important;
  margin-left: inherit !important; }

.rtl .ms-25 {
  margin-right: 25px !important;
  margin-left: inherit !important; }

.rtl .ms-30 {
  margin-right: 30px !important;
  margin-left: inherit !important; }

.rtl .ms-35 {
  margin-right: 35px !important;
  margin-left: inherit !important; }

.rtl .ms-40 {
  margin-right: 40px !important;
  margin-left: inherit !important; }

.rtl .ms-45 {
  margin-right: 45px !important;
  margin-left: inherit !important; }

.rtl .ms-50 {
  margin-right: 50px !important;
  margin-left: inherit !important; }

.rtl .ms-55 {
  margin-right: 55px !important;
  margin-left: inherit !important; }

.rtl .ms-60 {
  margin-right: 60px !important;
  margin-left: inherit !important; }

.rtl .ms-65 {
  margin-right: 65px !important;
  margin-left: inherit !important; }

.rtl .ms-70 {
  margin-right: 70px !important;
  margin-left: inherit !important; }

.rtl .ms-75 {
  margin-right: 75px !important;
  margin-left: inherit !important; }

.rtl .ms-80 {
  margin-right: 80px !important;
  margin-left: inherit !important; }

.rtl .ms-85 {
  margin-right: 85px !important;
  margin-left: inherit !important; }

.rtl .ms-90 {
  margin-right: 90px !important;
  margin-left: inherit !important; }

.rtl .ms-95 {
  margin-right: 95px !important;
  margin-left: inherit !important; }

.rtl .ms-100 {
  margin-right: 100px !important;
  margin-left: inherit !important; }

.rtl .me-0 {
  margin-left: 0px !important;
  margin-right: inherit !important; }

.rtl .me-5 {
  margin-left: 5px !important;
  margin-right: inherit !important; }

.rtl .me-10 {
  margin-left: 10px !important;
  margin-right: inherit !important; }

.rtl .me-15 {
  margin-left: 15px !important;
  margin-right: inherit !important; }

.rtl .me-20 {
  margin-left: 20px !important;
  margin-right: inherit !important; }

.rtl .me-25 {
  margin-left: 25px !important;
  margin-right: inherit !important; }

.rtl .me-30 {
  margin-left: 30px !important;
  margin-right: inherit !important; }

.rtl .me-35 {
  margin-left: 35px !important;
  margin-right: inherit !important; }

.rtl .me-40 {
  margin-left: 40px !important;
  margin-right: inherit !important; }

.rtl .me-45 {
  margin-left: 45px !important;
  margin-right: inherit !important; }

.rtl .me-50 {
  margin-left: 50px !important;
  margin-right: inherit !important; }

.rtl .me-55 {
  margin-left: 55px !important;
  margin-right: inherit !important; }

.rtl .me-60 {
  margin-left: 60px !important;
  margin-right: inherit !important; }

.rtl .me-65 {
  margin-left: 65px !important;
  margin-right: inherit !important; }

.rtl .me-70 {
  margin-left: 70px !important;
  margin-right: inherit !important; }

.rtl .me-75 {
  margin-left: 75px !important;
  margin-right: inherit !important; }

.rtl .me-80 {
  margin-left: 80px !important;
  margin-right: inherit !important; }

.rtl .me-85 {
  margin-left: 85px !important;
  margin-right: inherit !important; }

.rtl .me-90 {
  margin-left: 90px !important;
  margin-right: inherit !important; }

.rtl .me-95 {
  margin-left: 95px !important;
  margin-right: inherit !important; }

.rtl .me-100 {
  margin-left: 100px !important;
  margin-right: inherit !important; }

@media (max-width: 575px) {
  .rtl .ms-xs-0 {
    margin-right: 0px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-5 {
    margin-right: 5px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-10 {
    margin-right: 10px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-15 {
    margin-right: 15px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-20 {
    margin-right: 20px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-25 {
    margin-right: 25px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-30 {
    margin-right: 30px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-35 {
    margin-right: 35px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-40 {
    margin-right: 40px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-45 {
    margin-right: 45px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-50 {
    margin-right: 50px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-55 {
    margin-right: 55px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-60 {
    margin-right: 60px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-65 {
    margin-right: 65px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-70 {
    margin-right: 70px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-75 {
    margin-right: 75px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-80 {
    margin-right: 80px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-85 {
    margin-right: 85px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-90 {
    margin-right: 90px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-95 {
    margin-right: 95px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-100 {
    margin-right: 100px !important;
    margin-left: inherit !important; }

  .rtl .me-xs-0 {
    margin-left: 0px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-5 {
    margin-left: 5px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-10 {
    margin-left: 10px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-15 {
    margin-left: 15px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-20 {
    margin-left: 20px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-25 {
    margin-left: 25px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-30 {
    margin-left: 30px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-35 {
    margin-left: 35px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-40 {
    margin-left: 40px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-45 {
    margin-left: 45px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-50 {
    margin-left: 50px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-55 {
    margin-left: 55px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-60 {
    margin-left: 60px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-65 {
    margin-left: 65px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-70 {
    margin-left: 70px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-75 {
    margin-left: 75px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-80 {
    margin-left: 80px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-85 {
    margin-left: 85px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-90 {
    margin-left: 90px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-95 {
    margin-left: 95px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-100 {
    margin-left: 100px !important;
    margin-right: inherit !important; } }
@media (min-width: 576px) {
  .rtl .ms-sm-0 {
    margin-right: 0px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-5 {
    margin-right: 5px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-10 {
    margin-right: 10px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-15 {
    margin-right: 15px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-20 {
    margin-right: 20px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-25 {
    margin-right: 25px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-30 {
    margin-right: 30px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-35 {
    margin-right: 35px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-40 {
    margin-right: 40px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-45 {
    margin-right: 45px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-50 {
    margin-right: 50px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-55 {
    margin-right: 55px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-60 {
    margin-right: 60px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-65 {
    margin-right: 65px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-70 {
    margin-right: 70px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-75 {
    margin-right: 75px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-80 {
    margin-right: 80px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-85 {
    margin-right: 85px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-90 {
    margin-right: 90px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-95 {
    margin-right: 95px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-100 {
    margin-right: 100px !important;
    margin-left: inherit !important; }

  .rtl .me-sm-0 {
    margin-left: 0px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-5 {
    margin-left: 5px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-10 {
    margin-left: 10px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-15 {
    margin-left: 15px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-20 {
    margin-left: 20px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-25 {
    margin-left: 25px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-30 {
    margin-left: 30px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-35 {
    margin-left: 35px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-40 {
    margin-left: 40px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-45 {
    margin-left: 45px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-50 {
    margin-left: 50px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-55 {
    margin-left: 55px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-60 {
    margin-left: 60px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-65 {
    margin-left: 65px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-70 {
    margin-left: 70px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-75 {
    margin-left: 75px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-80 {
    margin-left: 80px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-85 {
    margin-left: 85px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-90 {
    margin-left: 90px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-95 {
    margin-left: 95px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-100 {
    margin-left: 100px !important;
    margin-right: inherit !important; } }
@media (min-width: 768px) {
  .rtl .ms-md-0 {
    margin-right: 0px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-5 {
    margin-right: 5px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-10 {
    margin-right: 10px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-15 {
    margin-right: 15px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-20 {
    margin-right: 20px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-25 {
    margin-right: 25px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-30 {
    margin-right: 30px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-35 {
    margin-right: 35px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-40 {
    margin-right: 40px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-45 {
    margin-right: 45px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-50 {
    margin-right: 50px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-55 {
    margin-right: 55px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-60 {
    margin-right: 60px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-65 {
    margin-right: 65px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-70 {
    margin-right: 70px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-75 {
    margin-right: 75px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-80 {
    margin-right: 80px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-85 {
    margin-right: 85px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-90 {
    margin-right: 90px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-95 {
    margin-right: 95px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-100 {
    margin-right: 100px !important;
    margin-left: inherit !important; }

  .rtl .me-md-0 {
    margin-left: 0px !important;
    margin-right: inherit !important; }

  .rtl .me-md-5 {
    margin-left: 5px !important;
    margin-right: inherit !important; }

  .rtl .me-md-10 {
    margin-left: 10px !important;
    margin-right: inherit !important; }

  .rtl .me-md-15 {
    margin-left: 15px !important;
    margin-right: inherit !important; }

  .rtl .me-md-20 {
    margin-left: 20px !important;
    margin-right: inherit !important; }

  .rtl .me-md-25 {
    margin-left: 25px !important;
    margin-right: inherit !important; }

  .rtl .me-md-30 {
    margin-left: 30px !important;
    margin-right: inherit !important; }

  .rtl .me-md-35 {
    margin-left: 35px !important;
    margin-right: inherit !important; }

  .rtl .me-md-40 {
    margin-left: 40px !important;
    margin-right: inherit !important; }

  .rtl .me-md-45 {
    margin-left: 45px !important;
    margin-right: inherit !important; }

  .rtl .me-md-50 {
    margin-left: 50px !important;
    margin-right: inherit !important; }

  .rtl .me-md-55 {
    margin-left: 55px !important;
    margin-right: inherit !important; }

  .rtl .me-md-60 {
    margin-left: 60px !important;
    margin-right: inherit !important; }

  .rtl .me-md-65 {
    margin-left: 65px !important;
    margin-right: inherit !important; }

  .rtl .me-md-70 {
    margin-left: 70px !important;
    margin-right: inherit !important; }

  .rtl .me-md-75 {
    margin-left: 75px !important;
    margin-right: inherit !important; }

  .rtl .me-md-80 {
    margin-left: 80px !important;
    margin-right: inherit !important; }

  .rtl .me-md-85 {
    margin-left: 85px !important;
    margin-right: inherit !important; }

  .rtl .me-md-90 {
    margin-left: 90px !important;
    margin-right: inherit !important; }

  .rtl .me-md-95 {
    margin-left: 95px !important;
    margin-right: inherit !important; }

  .rtl .me-md-100 {
    margin-left: 100px !important;
    margin-right: inherit !important; } }
@media (min-width: 992px) {
  .rtl .ms-sm-0 {
    margin-right: 0px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-5 {
    margin-right: 5px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-10 {
    margin-right: 10px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-15 {
    margin-right: 15px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-20 {
    margin-right: 20px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-25 {
    margin-right: 25px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-30 {
    margin-right: 30px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-35 {
    margin-right: 35px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-40 {
    margin-right: 40px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-45 {
    margin-right: 45px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-50 {
    margin-right: 50px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-55 {
    margin-right: 55px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-60 {
    margin-right: 60px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-65 {
    margin-right: 65px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-70 {
    margin-right: 70px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-75 {
    margin-right: 75px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-80 {
    margin-right: 80px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-85 {
    margin-right: 85px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-90 {
    margin-right: 90px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-95 {
    margin-right: 95px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-100 {
    margin-right: 100px !important;
    margin-left: inherit !important; }

  .rtl .me-lg-0 {
    margin-left: 0px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-5 {
    margin-left: 5px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-10 {
    margin-left: 10px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-15 {
    margin-left: 15px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-20 {
    margin-left: 20px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-25 {
    margin-left: 25px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-30 {
    margin-left: 30px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-35 {
    margin-left: 35px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-40 {
    margin-left: 40px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-45 {
    margin-left: 45px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-50 {
    margin-left: 50px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-55 {
    margin-left: 55px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-60 {
    margin-left: 60px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-65 {
    margin-left: 65px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-70 {
    margin-left: 70px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-75 {
    margin-left: 75px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-80 {
    margin-left: 80px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-85 {
    margin-left: 85px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-90 {
    margin-left: 90px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-95 {
    margin-left: 95px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-100 {
    margin-left: 100px !important;
    margin-right: inherit !important; } }
@media (min-width: 1200px) {
  .rtl .ms-xl-0 {
    margin-right: 0px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-5 {
    margin-right: 5px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-10 {
    margin-right: 10px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-15 {
    margin-right: 15px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-20 {
    margin-right: 20px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-25 {
    margin-right: 25px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-30 {
    margin-right: 30px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-35 {
    margin-right: 35px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-40 {
    margin-right: 40px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-45 {
    margin-right: 45px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-50 {
    margin-right: 50px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-55 {
    margin-right: 55px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-60 {
    margin-right: 60px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-65 {
    margin-right: 65px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-70 {
    margin-right: 70px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-75 {
    margin-right: 75px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-80 {
    margin-right: 80px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-85 {
    margin-right: 85px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-90 {
    margin-right: 90px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-95 {
    margin-right: 95px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-100 {
    margin-right: 100px !important;
    margin-left: inherit !important; }

  .rtl .me-xl-0 {
    margin-left: 0px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-5 {
    margin-left: 5px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-10 {
    margin-left: 10px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-15 {
    margin-left: 15px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-20 {
    margin-left: 20px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-25 {
    margin-left: 25px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-30 {
    margin-left: 30px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-35 {
    margin-left: 35px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-40 {
    margin-left: 40px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-45 {
    margin-left: 45px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-50 {
    margin-left: 50px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-55 {
    margin-left: 55px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-60 {
    margin-left: 60px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-65 {
    margin-left: 65px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-70 {
    margin-left: 70px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-75 {
    margin-left: 75px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-80 {
    margin-left: 80px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-85 {
    margin-left: 85px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-90 {
    margin-left: 90px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-95 {
    margin-left: 95px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-100 {
    margin-left: 100px !important;
    margin-right: inherit !important; } }
.rtl .offset-1 {
  margin-right: 8.333333%;
  margin-left: 0; }
.rtl .offset-2 {
  margin-right: 16.666667%;
  margin-left: 0; }
.rtl .offset-3 {
  margin-right: 25%;
  margin-left: 0; }
.rtl .offset-4 {
  margin-right: 33.333333%;
  margin-left: 0; }
.rtl .offset-5 {
  margin-right: 41.666667%;
  margin-left: 0; }
.rtl .offset-6 {
  margin-right: 50%;
  margin-left: 0; }
.rtl .offset-7 {
  margin-right: 58.333333%;
  margin-left: 0; }
.rtl .offset-8 {
  margin-right: 66.666667%;
  margin-left: 0; }
.rtl .offset-9 {
  margin-right: 75%;
  margin-left: 0; }
.rtl .offset-10 {
  margin-right: 83.333333%;
  margin-left: 0; }
.rtl .offset-11 {
  margin-right: 91.666667%;
  margin-left: 0; }

@media (min-width: 576px) {
  .rtl .offset-sm-0 {
    margin-right: 0;
    margin-left: 0; }
  .rtl .offset-sm-1 {
    margin-right: 8.333333%;
    margin-left: 0; }
  .rtl .offset-sm-2 {
    margin-right: 16.666667%;
    margin-left: 0; }
  .rtl .offset-sm-3 {
    margin-right: 25%;
    margin-left: 0; }
  .rtl .offset-sm-4 {
    margin-right: 33.333333%;
    margin-left: 0; }
  .rtl .offset-sm-5 {
    margin-right: 41.666667%;
    margin-left: 0; }
  .rtl .offset-sm-6 {
    margin-right: 50%;
    margin-left: 0; }
  .rtl .offset-sm-7 {
    margin-right: 58.333333%;
    margin-left: 0; }
  .rtl .offset-sm-8 {
    margin-right: 66.666667%;
    margin-left: 0; }
  .rtl .offset-sm-9 {
    margin-right: 75%;
    margin-left: 0; }
  .rtl .offset-sm-10 {
    margin-right: 83.333333%;
    margin-left: 0; }
  .rtl .offset-sm-11 {
    margin-right: 91.666667%;
    margin-left: 0; } }
@media (min-width: 768px) {
  .rtl .offset-md-0 {
    margin-right: 0;
    margin-left: 0; }
  .rtl .offset-md-1 {
    margin-right: 8.333333%;
    margin-left: 0; }
  .rtl .offset-md-2 {
    margin-right: 16.666667%;
    margin-left: 0; }
  .rtl .offset-md-3 {
    margin-right: 25%;
    margin-left: 0; }
  .rtl .offset-md-4 {
    margin-right: 33.333333%;
    margin-left: 0; }
  .rtl .offset-md-5 {
    margin-right: 41.666667%;
    margin-left: 0; }
  .rtl .offset-md-6 {
    margin-right: 50%;
    margin-left: 0; }
  .rtl .offset-md-7 {
    margin-right: 58.333333%;
    margin-left: 0; }
  .rtl .offset-md-8 {
    margin-right: 66.666667%;
    margin-left: 0; }
  .rtl .offset-md-9 {
    margin-right: 75%;
    margin-left: 0; }
  .rtl .offset-md-10 {
    margin-right: 83.333333%;
    margin-left: 0; }
  .rtl .offset-md-11 {
    margin-right: 91.666667%;
    margin-left: 0; } }
@media (min-width: 992px) {
  .rtl .offset-lg-0 {
    margin-right: 0;
    margin-left: 0; }
  .rtl .offset-lg-1 {
    margin-right: 8.333333%;
    margin-left: 0; }
  .rtl .offset-lg-2 {
    margin-right: 16.666667%;
    margin-left: 0; }
  .rtl .offset-lg-3 {
    margin-right: 25%;
    margin-left: 0; }
  .rtl .offset-lg-4 {
    margin-right: 33.333333%;
    margin-left: 0; }
  .rtl .offset-lg-5 {
    margin-right: 41.666667%;
    margin-left: 0; }
  .rtl .offset-lg-6 {
    margin-right: 50%;
    margin-left: 0; }
  .rtl .offset-lg-7 {
    margin-right: 58.333333%;
    margin-left: 0; }
  .rtl .offset-lg-8 {
    margin-right: 66.666667%;
    margin-left: 0; }
  .rtl .offset-lg-9 {
    margin-right: 75%;
    margin-left: 0; }
  .rtl .offset-lg-10 {
    margin-right: 83.333333%;
    margin-left: 0; }
  .rtl .offset-lg-11 {
    margin-right: 91.666667%;
    margin-left: 0; } }
@media (min-width: 1200px) {
  .rtl .offset-xl-0 {
    margin-right: 0;
    margin-left: 0; }
  .rtl .offset-xl-1 {
    margin-right: 8.333333%;
    margin-left: 0; }
  .rtl .offset-xl-2 {
    margin-right: 16.666667%;
    margin-left: 0; }
  .rtl .offset-xl-3 {
    margin-right: 25%;
    margin-left: 0; }
  .rtl .offset-xl-4 {
    margin-right: 33.333333%;
    margin-left: 0; }
  .rtl .offset-xl-5 {
    margin-right: 41.666667%;
    margin-left: 0; }
  .rtl .offset-xl-6 {
    margin-right: 50%;
    margin-left: 0; }
  .rtl .offset-xl-7 {
    margin-right: 58.333333%;
    margin-left: 0; }
  .rtl .offset-xl-8 {
    margin-right: 66.666667%;
    margin-left: 0; }
  .rtl .offset-xl-9 {
    margin-right: 75%;
    margin-left: 0; }
  .rtl .offset-xl-10 {
    margin-right: 83.333333%;
    margin-left: 0; }
  .rtl .offset-xl-11 {
    margin-right: 91.666667%;
    margin-left: 0; } }
.rtl .me-auto {
  margin-left: auto !important;
  margin-right: inherit !important; }
.rtl .ms-auto {
  margin-right: auto !important;
  margin-left: inherit !important; }

.rtl .pull-right, .rtl .float-end {
  float: left !important; }
.rtl .pull-left, .rtl .float-start {
  float: right !important; }
.rtl .main-header div.logo-box {
  float: right;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }
.rtl .main-header .logo-box {
  border-right: 0; }
.rtl .main-header .logo {
  float: right;
  text-align: right; }
.rtl .main-header .navbar {
  transition: margin-right .3s ease-in-out;
  margin-right: 19.29rem;
  margin-left: 0; }
.rtl .main-header .navbar-custom-menu.r-side li.dropdown .dropdown-toggle i::after {
  right: auto;
  left: 16px; }
.rtl .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  left: 5%;
  right: auto; }
.rtl .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > h4 > small {
  right: auto;
  left: 0; }
.rtl .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto auto auto 10px; }
.rtl .navbar-nav > .user-menu > .dropdown-menu > li.user-header .user-name {
  text-align: left; }
.rtl .navbar-nav > .user-menu > .dropdown-menu > .user-body a i {
  margin-right: auto;
  margin-left: 10px; }
.rtl .search-box .app-search .srh-btn {
  right: auto;
  left: 15px; }
.rtl .search-box .app-search input {
  padding: 0px 15px 0px 40px; }
.rtl.dark-skin .main-header .logo-box {
  border-right: 0; }

@media (max-width: 991px) {
  .rtl .main-header .navbar-custom-menu.r-side li.dropdown .dropdown-toggle i::after {
    left: auto; } }
@media (min-width: 768px) {
  .rtl.sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-right: 60px;
    margin-left: auto; } }
@media (max-width: 767px) {
  .rtl .main-header .logo {
    text-align: center; }
  .rtl .main-header .navbar {
    margin: 0; } }
.rtl .main-header {
  right: 0;
  left: inherit; }
  .rtl .main-header .sidebar-toggle {
    float: right; }
    .rtl .main-header .sidebar-toggle i.ti-align-left:before {
      content: "\e6c1"; }
  .rtl .main-header .res-only-view {
    float: right; }
.rtl .sidebar-menu > li > a > i {
  margin-right: 0px;
  margin-left: 10px; }
.rtl .sidebar-menu .user-profile > a img {
  margin-right: 0px;
  margin-left: 10px; }
.rtl .sidebar-menu li > a > .pull-right-container {
  right: auto;
  left: 10px; }
  .rtl .sidebar-menu li > a > .pull-right-container > .fa-angle-right {
    transform: rotate(180deg); }
.rtl .sidebar-menu li > a > .fa-angle-right {
  transform: rotate(180deg); }
.rtl .sidebar-menu li > a svg {
  margin-right: 0px;
  margin-left: 10px; }
.rtl .sidebar-menu .menu-open > a > .fa-angle-right {
  transform: rotate(90deg); }
.rtl .sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-right {
  transform: rotate(90deg); }
.rtl .sidebar-menu .treeview-menu > li.active > a i.ti-more:before, .rtl .sidebar-menu .treeview-menu > li > a:hover i.ti-more:before {
  content: "\e629"; }
.rtl.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
  right: 39px;
  left: auto; }
.rtl.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  right: 54px;
  left: auto; }
.rtl.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
  float: left;
  right: 250px !important;
  left: auto; }
.rtl.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
  padding: 14px 30px 14px 0px; }
.rtl.sidebar-collapse .sidebar-menu > li > a svg {
  margin-right: 11px !important;
  margin-left: 0; }
.rtl.sidebar-collapse .treeview-menu > li > a {
  padding: 5px 10px 5px 10px; }
.rtl .treeview-menu > li > a {
  padding: 5px 25px 5px 5px; }
  .rtl .treeview-menu > li > a > i {
    padding-left: 20px;
    padding-right: 10px;
    float: right;
    display: inline-table;
    margin-top: 5px; }
.rtl .main-sidebar {
  right: 0;
  left: inherit;
  border-right: 0; }
.rtl .main-sidebar {
  border-top-right-radius: 0px;
  border-top-left-radius: 20px; }
  .rtl .main-sidebar .sidebar-footer {
    left: auto;
    right: -2px;
    border-right: none;
    border-left: 1px solid rgba(72, 94, 144, 0.16); }

@media (min-width: 768px) {
  .rtl.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    border-top-right-radius: 0;
    border-top-left-radius: 4px; }

  .rtl.sidebar-mini.sidebar-collapse .sidebar-menu > li > a i {
    margin-right: 0px;
    margin-left: 0; }

  .rtl.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
    text-align: right; } }
@media (max-width: 767px) {
  .rtl .main-sidebar {
    transform: translate(19.29rem, 0); } }
.rtl .content-wrapper, .rtl .main-footer {
  margin-right: 19.29rem;
  margin-left: 1.5rem; }

@media (min-width: 768px) {
  .rtl.sidebar-mini.sidebar-collapse .content-wrapper, .rtl.sidebar-mini.sidebar-collapse .main-footer, .rtl.sidebar-mini.sidebar-collapse .right-side {
    margin-left: 1.5rem;
    margin-right: 80px; } }
@media (max-width: 767px) {
  .rtl .content-wrapper, .rtl .main-footer {
    margin-right: 0.75rem;
    margin-left: 0.75rem !important; }
  .rtl.sidebar-open .content-wrapper, .rtl.sidebar-open .main-footer {
    transform: translate(-19.29rem, 0); } }
@media (min-width: 768px) {
  .rtl.control-sidebar-open .content-wrapper, .rtl.control-sidebar-open .main-footer, .rtl.control-sidebar-open .right-side {
    margin-left: 345px;
    margin-right: 19.29rem; } }
.rtl .control-sidebar-open .control-sidebar, .rtl .control-sidebar-open .control-sidebar-bg {
  right: auto;
  left: 0; }
.rtl .control-sidebar-open.control-sidebar.control-sidebar-open {
  right: auto;
  left: 0; }
  .rtl .control-sidebar-open.control-sidebar.control-sidebar-open + .control-sidebar-bg {
    right: auto;
    left: 0; }
.rtl .control-sidebar, .rtl .control-sidebar-bg {
  top: 0;
  right: auto;
  left: -345px;
  transition: left .3s ease-in-out; }
.rtl .control-sidebar .nav-tabs.control-sidebar-tabs > li {
  margin-left: 30px;
  margin-right: 0px; }
.rtl .control-sidebar .rpanel-title {
  right: auto;
  left: 0; }
.rtl .control-sidebar-menu menu-icon {
  float: right; }
.rtl .control-sidebar-menu .menu-info {
  margin-right: 45px;
  margin-left: auto; }
.rtl .content-header .me-auto {
  margin-left: auto !important;
  margin-right: inherit !important; }
.rtl .content-header .page-title {
  margin: 0 0 0 15px;
  border-right: 0;
  padding: 7px 0 7px 25px; }
.rtl .content-header .right-title {
  text-align: left; }
.rtl .flexbox > *:first-child {
  margin-right: 0;
  margin-left: 4px; }
.rtl .flexbox > *:last-child {
  margin-left: 0;
  margin-right: 4px; }
.rtl .box-header > .box-tools, .rtl .box-header > .box-controls {
  left: 1.5rem;
  right: auto; }
.rtl .dropdown-menu {
  text-align: right; }
.rtl .dropdown-item i {
  margin-left: 0.5rem;
  margin-right: 0; }
.rtl [type=checkbox] + label {
  padding-left: 0;
  padding-right: 35px !important; }
  .rtl [type=checkbox] + label:before {
    right: 0;
    left: auto; }
.rtl [type=checkbox]:not(.filled-in) + label:after {
  right: 0;
  left: auto; }
.rtl [type=checkbox]:checked, .rtl [type=checkbox]:not(:checked) {
  right: -9999px;
  left: auto; }
.rtl [type=checkbox]:checked + label:before {
  right: 10px;
  left: auto; }
.rtl [type=checkbox].filled-in + label:before, .rtl [type=checkbox].filled-in + label:after {
  right: 0;
  left: auto; }
.rtl [type=radio]:checked + label, .rtl [type=radio]:not(:checked) + label {
  padding-left: 0;
  padding-right: 35px !important; }
.rtl [type=radio] + label:before, .rtl [type=radio] + label:after {
  right: 0;
  left: auto; }
.rtl [type=radio]:checked, .rtl [type=radio]:not(:checked) {
  right: -9999px;
  left: auto; }
.rtl .dataTables_wrapper .dataTables_paginate {
  float: left; }

/*---inner sidebar---*/
.rtl .left-block {
  border-right: none;
  border-left: 1px solid #e6e6e6; }
  .rtl .left-block .open-left-block {
    right: auto;
    left: -41px; }
.rtl .right-block {
  margin-left: inherit;
  margin-right: 280px; }
.rtl .reverse-mode .open-left-block {
  right: -41px;
  left: auto; }
.rtl .reverse-mode .left-block {
  right: inherit;
  left: 0;
  border-left: none;
  border-right: 1px solid #e6e6e6; }
.rtl .reverse-mode .right-block {
  margin-left: 280px;
  margin-right: 0; }

@media (max-width: 767px) {
  .rtl .left-block {
    left: inherit;
    right: -280px;
    transition: transform .3s ease-in-out, right .3s ease-in-out; }
    .rtl .left-block.open-panel {
      left: inherit;
      right: 0; }
  .rtl .right-block {
    margin-left: inherit;
    margin-right: 0; }
  .rtl .reverse-mode .left-block {
    right: auto;
    left: -280px;
    transition: transform .3s ease-in-out, left .3s ease-in-out; }
    .rtl .reverse-mode .left-block.open-panel {
      right: inherit;
      left: 0; } }
.rtl .nav-pills > li > a > i {
  margin-left: 5px;
  margin-right: 0; }
.rtl .flex-column > li > a {
  border-left: none;
  border-right: 3px solid transparent; }
.rtl .btn-group > .btn-group:not(:last-child) > .btn, .rtl .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.rtl .btn-group > .btn:first-child {
  margin-left: inherit;
  margin-right: 0; }
.rtl .btn-group > .btn-group:not(:first-child) > .btn, .rtl .btn-group > .btn:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
.rtl .btn-group .btn + .btn, .rtl .btn-group .btn + .btn-group, .rtl .btn-group .btn-group + .btn, .rtl .btn-group .btn-group + .btn-group {
  margin-left: inherit;
  margin-right: -1px; }
.rtl .btn-group-vertical .btn + .btn, .rtl .btn-group-vertical .btn + .btn-group, .rtl .btn-group-vertical .btn-group + .btn, .rtl .btn-group-vertical .btn-group + .btn-group {
  margin-left: inherit;
  margin-right: -1px; }
.rtl .btn-group-vertical > .btn + .btn, .rtl .btn-group-vertical > .btn + .btn-group, .rtl .btn-group-vertical > .btn-group + .btn, .rtl .btn-group-vertical > .btn-group + .btn-group {
  margin-right: 0; }
.rtl .btn-app > .badge {
  left: -10px;
  right: auto; }
.rtl ul.wysihtml5-toolbar > li {
  float: right;
  margin: 0 0 10px 5px; }
.rtl .mailbox-attachments li {
  float: right;
  margin-right: inherit;
  margin-left: 10px; }
.rtl .lookup-circle.lookup-right::before {
  left: 0;
  right: auto; }
.rtl .direct-chat-img {
  float: right; }
.rtl .chat-app .direct-chat-text {
  margin: 5px 80px 0 0; }
.rtl .chat-app .right .direct-chat-text {
  float: left;
  text-align: left; }
.rtl .right .direct-chat-text p {
  float: left; }
.rtl .form-control + .input-group-addon:not(:first-child) {
  border-left: 1px solid #86a4c3;
  border-right: 0;
  border-radius: 5px 0px 0px 5px; }
.rtl .form-control + .input-group-addon:not(:first-child) {
  border-left: 1px solid #172b4c; }
.rtl .gap-items > *:last-child, .rtl .gap-items-3 > *:last-child, .rtl .gap-items-4 > *:last-child, .rtl .gap-items-5 > *:last-child {
  margin-left: 0;
  margin-right: inherit; }
.rtl .gap-items > *:first-child, .rtl .gap-items-3 > *:first-child, .rtl .gap-items-4 > *:first-child, .rtl .gap-items-5 > *:first-child {
  margin-right: 0;
  margin-left: inherit; }
.rtl .gap-y.gap-items > *, .rtl .gap-y.gap-items-3 > * {
  margin: 8px; }
.rtl .media-body .media > *:first-child {
  margin-right: 0;
  margin-left: 1rem; }
.rtl .modal-header .close {
  margin: -15px auto -15px -15px; }
.rtl .external-event i {
  margin-left: 5px;
  margin-right: 0; }
  .rtl .external-event i.fa-hand-o-right:before {
    content: "\f0a5"; }
.rtl .fc th, .rtl .fc-basic-view td.fc-week-number, .rtl .fc-icon, .rtl .rtl .fc-toolbar {
  text-align: center; }
.rtl .box-profile.nav-tabs-custom > .nav-tabs > li {
  margin-left: 5px;
  margin-right: 0; }
.rtl .user-block img {
  float: right; }
.rtl .user-block .comment, .rtl .user-block .description, .rtl .user-block .username {
  margin-left: 0;
  margin-right: 50px; }
.rtl .todo-list > li .tools {
  float: left; }
.rtl .owl-carousel, .rtl .flexslider2, .rtl .flexslider {
  direction: ltr; }
.rtl .slider.slider-vertical .slider-tick, .rtl .slider.slider-vertical .slider-handle {
  margin-right: -10px;
  margin-top: -10px; }

@media screen and (min-width: 641px) {
  .rtl .timeline__box {
    padding-right: 105px;
    padding-left: 0; }
  .rtl .timeline5:before {
    right: 38px;
    left: inherit; } }
.rtl .timeline__year {
  right: 0;
  left: inherit; }
.rtl .timeline__date {
  right: 0;
  left: inherit; }
.rtl .timeline__post {
  border-left: none;
  border-right: 3px solid #5156be; }

@media screen and (max-width: 640px) {
  .rtl .timeline5:before {
    right: 0; }
  .rtl .timeline__box {
    padding-right: 20px;
    padding-left: 0; } }
.rtl .timeline .timeline-label {
  float: right; }
.rtl .timeline .timeline-item {
  float: right;
  clear: right;
  padding-left: 30px;
  padding-right: 0; }
  .rtl .timeline .timeline-item > .timeline-point {
    left: -24px;
    right: inherit; }
  .rtl .timeline .timeline-item > .timeline-event:before {
    left: -15px;
    right: inherit;
    border-left-width: 0;
    border-right-width: 15px; }
  .rtl .timeline .timeline-item > .timeline-event:after {
    left: -14px;
    right: inherit;
    border-left-width: 0;
    border-right-width: 14px; }
  .rtl .timeline .timeline-item.timeline-item-right, .rtl .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 30px; }
  .rtl .timeline .timeline-item.timeline-item-right > .timeline-point {
    right: -24px;
    left: inherit; }
    .rtl .timeline .timeline-item.timeline-item-right > .timeline-point.timeline-point-blank {
      right: -12px; }
  .rtl .timeline .timeline-item.timeline-item-right > .timeline-event:before, .rtl .timeline .timeline-item.timeline-item-right > .timeline-event:after {
    left: auto !important;
    border-right-width: 0 !important; }
  .rtl .timeline .timeline-item.timeline-item-right > .timeline-event:before {
    right: -15px !important;
    border-left-width: 15px !important; }
  .rtl .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point {
    right: -24px;
    left: inherit; }
    .rtl .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point.timeline-point-blank {
      right: -12px; }
  .rtl .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before, .rtl .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    left: auto !important;
    border-right-width: 0 !important; }
  .rtl .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
    right: -15px !important;
    border-left-width: 15px !important; }
  .rtl .timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
    left: -17px;
    right: inherit;
    border-left-width: 0;
    border-right-width: 17px; }
  .rtl .timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before {
    left: -18px;
    right: inherit;
    border-left-width: 0;
    border-right-width: 18px; }
  .rtl .timeline .timeline-item > .timeline-point.timeline-point-blank {
    left: -12px;
    right: inherit; }
  .rtl .timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:before {
    right: -10px !important;
    left: inherit !important;
    border-left-width: 10px !important;
    border-right-width: 0 !important; }
  .rtl .timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:after {
    right: -9px !important;
    left: inherit !important;
    border-left-width: 9px !important;
    border-right-width: 0 !important; }
  .rtl .timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
    right: -10px !important;
    left: inherit !important;
    border-left-width: 10px !important;
    border-right-width: 0 !important; }
  .rtl .timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    right: -9px !important;
    left: inherit !important;
    border-left-width: 9px !important;
    border-right-width: 0 !important; }
.rtl .timeline.timeline-single-column.timeline .timeline-item {
  padding-right: 72px;
  padding-left: 0; }
  .rtl .timeline.timeline-single-column.timeline .timeline-item > .timeline-point {
    transform: translateX(50%);
    right: 42px !important;
    left: inherit !important;
    margin-right: 0;
    margin-left: inherit; }
  .rtl .timeline.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before, .rtl .timeline.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
    left: auto !important;
    border-right-width: 0 !important; }
  .rtl .timeline.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before {
    right: -10px !important;
    border-left-width: 10px !important; }
  .rtl .timeline.timeline-single-column.timeline .timeline-item.timeline-item-right {
    padding-right: 72px;
    padding-left: 0; }
  .rtl .timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    padding-right: 72px;
    padding-left: 0; }
  .rtl .timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before, .rtl .timeline.timeline-single-column.timeline .timeline-item .timeline-event:after {
    left: auto !important;
    border-right-width: 0 !important; }
  .rtl .timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before {
    right: -15px !important;
    border-left-width: 15px !important; }
.rtl .timeline.timeline-single-column.timeline:before {
  right: 42px;
  left: inherit;
  margin-right: -1px;
  margin-left: inherit; }
.rtl .timeline.timeline-single-column.timeline .timeline-label {
  transform: translateX(50%);
  margin: 0 42px 20px 0; }

@media (max-width: 767px) {
  .rtl .timeline.timeline:before {
    right: 42px;
    left: inherit; }
  .rtl .timeline.timeline .timeline-label {
    transform: translateX(50%);
    margin: 0 42px 20px 0; }
  .rtl .timeline.timeline .timeline-item {
    padding-right: 72px;
    padding-left: 0; }
    .rtl .timeline.timeline .timeline-item > .timeline-point {
      transform: translateX(50%);
      right: 42px !important;
      margin-right: 0; }
    .rtl .timeline.timeline .timeline-item > .timeline-event:before, .rtl .timeline.timeline .timeline-item > .timeline-event:after {
      left: auto !important;
      border-right-width: 0 !important; }
    .rtl .timeline.timeline .timeline-item > .timeline-event:before {
      right: -15px !important;
      border-left-width: 15px !important; }
    .rtl .timeline.timeline .timeline-item.timeline-item-right {
      padding-right: 72px;
      padding-left: 0; }
    .rtl .timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
      padding-right: 72px;
      padding-left: 0; } }
.rtl .ribbon-box .ribbon {
  float: right;
  margin-right: -30px;
  margin-left: 0px; }
.rtl .fontawesome-icon-list .fa-hover i, .rtl .ion-icon-list .ion-hover i {
  padding-left: 10px;
  padding-right: 0; }
.rtl .btn-toggle.btn-sm.btn-sm:before, .rtl .btn-toggle.btn-sm.btn-sm:after {
  right: 0.4125rem;
  left: inherit; }
.rtl .dp-divider {
  border-right: 2px solid #999999 !important;
  border-left: none !important; }
.rtl .media .custom-control [type=checkbox] + label {
  padding-left: 0px; }
.rtl .jq-has-icon {
  padding: 10px 50px 10px 10px;
  background-position-x: 95%; }
.rtl .jq-toast-single {
  text-align: right !important; }
.rtl .close-jq-toast-single {
  left: 7px;
  right: auto; }
.rtl .myadmin-alert {
  text-align: right; }
  .rtl .myadmin-alert .closed {
    left: 3px;
    right: auto; }
  .rtl .myadmin-alert .img {
    left: auto;
    right: 12px; }
.rtl .myadmin-alert-img {
  padding-right: 65px;
  padding-left: 12px; }
.rtl .grid-stack {
  direction: ltr; }
.rtl .nav.g-0 > .nav-link:first-child, .rtl .nav.g-0 .nav-item:first-child .nav-link {
  padding-right: 0;
  padding-left: 1.072rem; }
.rtl .owl-item .text-left {
  text-align: right !important; }
.rtl .info-box-content {
  padding: 10px 0 10px 10px;
  margin-right: 90px;
  margin-left: inherit; }
.rtl .info-box .progress {
  margin: 5px 0 5px -10px; }
.rtl .info-box-icon {
  float: right; }
.rtl .small-box .icon {
  left: 10px;
  right: inherit; }
.rtl .small-box > .small-box-footer {
  text-align: left; }
.rtl .direct-chat-text {
  margin: 5px 50px 0 0; }
.rtl .right .direct-chat-text {
  float: left; }
.rtl .input-group-addon:not(:last-child) {
  border-left: 0;
  border-radius: 0px 5px 5px 0px; }
.rtl .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-align: right; }
.rtl .wizard-content .wizard.vertical > .steps {
  float: right; }
.rtl .dataTables_filter {
  float: left; }
.rtl .knob {
  margin-left: 0;
  margin-right: -115px; }
.rtl .product-text .pro-price {
  left: 5px;
  right: auto; }
.rtl .product-text {
  text-align: right; }
.rtl .product-img {
  text-align: right !important; }
.rtl .ekko-lightbox-nav-overlay a:last-child span {
  text-align: left; }
.rtl .white-popup-block {
  text-align: right; }
.rtl .content-bottom {
  border-radius: 25px 0 0 25px; }
.rtl .content-top-agile {
  border-radius: 0 25px 25px 0; }
.rtl .content-top-agile:after {
  left: 0;
  right: auto; }
.rtl .auth-2 {
  float: left; }
.rtl .has-feedback .form-control-feedback {
  left: 0;
  right: auto; }
.rtl .custom-file-label::after {
  border-radius: 5px 0 0 5px !important; }
.rtl .vtabs .tabs-vertical {
  border-right: none;
  border-left: 1px solid rgba(51, 51, 51, 0.13); }
  .rtl .vtabs .tabs-vertical li .nav-link {
    border-radius: 0 5px 5px 0px; }
.rtl .nav-tabs .nav-item + .nav-item {
  margin-right: 2px; }
.rtl .nav {
  padding-right: 0; }
.rtl .navbar-nav .nav-item {
  float: right; }
  .rtl .navbar-nav .nav-item + .nav-item {
    margin-right: 1rem;
    margin-left: inherit; }
.rtl th {
  text-align: right; }
.rtl .alert-dismissible {
  padding-right: 1.25rem;
  padding-left: 4rem; }
.rtl .checkbox label {
  padding-right: 1.25rem;
  padding-left: inherit; }
.rtl .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 0 0.25rem 0.25rem 0; }
.rtl .btn-group > .btn:last-child:not(:first-child), .rtl .btn-group > .dropdown-toggle:not(:first-child) {
  border-radius: 0.25rem 0 0 0.25rem; }
.rtl .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-radius: 0.25rem 0 0 0.25rem; }
.rtl .custom-form-label:before, .rtl .custom-form-label:after {
  right: 0;
  left: inherit; }
.rtl .custom-select {
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left 0.75rem center;
  background-size: 8px 10px; }
.rtl .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .rtl .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .rtl .input-group > .input-group-append:not(:last-child) > .btn, .rtl .input-group > .input-group-append:not(:last-child) > .input-group-text, .rtl .input-group > .input-group-append > .btn, .rtl .input-group > .input-group-append > .input-group-text {
  border-radius: 0 5px 5px 0; }
.rtl .input-group > .input-group-append > .btn, .rtl .input-group > .input-group-append > .input-group-text, .rtl .input-group > .input-group-append:first-child > .btn:not(:first-child), .rtl .input-group > .input-group-append:first-child > .input-group-text:not(:first-child), .rtl .input-group > .input-group-append:not(:first-child) > .btn, .rtl .input-group > .input-group-append:not(:first-child) > .input-group-text {
  border-radius: 5px 0 0 5px; }
.rtl .input-group > .custom-select:not(:first-child), .rtl .input-group > .form-control:not(:first-child) {
  border-radius: 5px 0 0 5px; }
.rtl .input-group > .custom-select:not(:last-child), .rtl .input-group > .form-control:not(:last-child) {
  border-radius: 0 5px 5px 0; }
.rtl .input-group > .custom-select:not(:last-child):not(:first-child), .rtl .input-group > .form-control:not(:last-child):not(:first-child) {
  border-radius: 0; }
.rtl .custom-control {
  padding-right: 0;
  padding-left: inherit;
  margin-right: inherit;
  margin-left: 1rem; }
.rtl .custom-control-indicator {
  right: 0;
  left: inherit; }
.rtl .custom-file-label::after {
  right: initial;
  left: -1px;
  border-radius: .25rem 0 0 .25rem; }
.rtl .radio input, .rtl .radio-inline, .rtl .checkbox input, .rtl .checkbox-inline input {
  margin-right: -1.25rem;
  margin-left: inherit; }
.rtl .list-group {
  padding-right: 0; }
.rtl .close {
  float: left; }
.rtl .modal-header .close {
  margin: -15px auto -15px -15px; }
.rtl .modal-footer > :not(:first-child) {
  margin-right: .25rem; }
.rtl .alert-dismissible .close {
  right: inherit;
  left: 0; }
.rtl .dropdown-toggle::after {
  margin-right: .255em;
  margin-left: 0; }
.rtl .form-check-input {
  margin-right: -1.25rem;
  margin-left: inherit; }
.rtl .form-check-label {
  padding-right: 1.25rem;
  padding-left: inherit; }

@media (min-width: 768px) {
  .rtl.sidebar-collapse .main-sidebar {
    transform: translate(19.29rem, 0); }
  .rtl.sidebar-collapse .content-wrapper, .rtl.sidebar-collapse .main-footer {
    margin-right: 0; } }
.rtl #chat-box-body #chat-circle {
  left: 30px;
  right: auto; }
.rtl .chat-box {
  left: 30px;
  right: auto; }
.rtl .cm-msg-text {
  float: right; }
.rtl .chat-msg.self > .cm-msg-text {
  float: left; }
.rtl .chat-submit {
  left: 10px;
  right: auto; }
.rtl #chat-input {
  padding-right: 15px;
  padding-left: 50px; }

@media (min-width: 768px) {
  .rtl.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu:after {
    left: auto;
    right: -5px; }
  .rtl.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu > .treeview .treeview-menu:after {
    left: auto;
    right: -5px; }
  .rtl.sidebar-collapse .sidebar-menu .treeview-menu > .treeview:hover > .treeview-menu {
    right: 19.29rem;
    left: auto; }
  .rtl.sidebar-collapse .ps--active-x > .ps__rail-x, .rtl.sidebar-collapse .ps--active-y > .ps__rail-y {
    z-index: -1;
    opacity: 0.1;
    right: 0 !important; } }
.rtl .modal-header .btn-close {
  margin: -0.5rem auto -0.5rem -0.5rem; }
.rtl .form-select {
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
  background-position: left 0.75rem center; }
.rtl [type="checkbox"].filled-in:checked + label:before {
  right: 10px; }
.rtl .treeview-menu .treeview-menu {
  padding-right: 20px;
  padding-left: 0px; }
.rtl .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.rtl .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .rtl .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.rtl .alert-dismissible .btn-close {
  right: auto;
  left: 0; }
.rtl .ribbon-box .ribbon:before {
  right: 0;
  left: auto; }
.rtl .ribbon-box .ribbon-two span {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: -21px;
  left: auto; }
.rtl .ribbon-box .ribbon-two {
  right: -5px;
  left: auto; }
.rtl .datepaginator .dp-nav-left i, .rtl .datepaginator-lg .dp-nav-left i, .rtl .datepaginator-sm .dp-nav-left i {
  transform: rotate(180deg); }
.rtl .datepaginator .dp-nav-right i, .rtl .datepaginator-lg .dp-nav-right i, .rtl .datepaginator-sm .dp-nav-right i {
  transform: rotate(180deg); }
.rtl .form-group-feedback-right .form-control-feedback {
  right: auto;
  left: 0; }
.rtl .editable-buttons {
  margin-right: 7px; }
  .rtl .editable-buttons .editable-cancel {
    margin-right: 7px; }
.rtl form p {
  text-align: right; }
.rtl table.dataTable thead .sorting:after, .rtl table.dataTable thead .sorting_asc:after, .rtl table.dataTable thead .sorting_desc:after, .rtl table.dataTable thead .sorting_asc_disabled:after, .rtl table.dataTable thead .sorting_desc_disabled:after {
  left: 0.5em;
  right: auto; }
.rtl table.dataTable thead .sorting:before, .rtl table.dataTable thead .sorting_asc:before, .rtl table.dataTable thead .sorting_desc:before, .rtl table.dataTable thead .sorting_asc_disabled:before, .rtl table.dataTable thead .sorting_desc_disabled:before {
  left: 1em;
  right: auto; }
.rtl .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding-right: 0.5rem; }
.rtl .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
  padding-right: 0; }
.rtl .list-inline {
  padding-left: 0;
  padding-right: 0; }
.rtl ul.flexbox {
  padding-right: 0; }
.rtl .alert .icon {
  margin-left: 10px;
  margin-right: 0px; }
.rtl input {
  text-align: right !important; }

.rtl .owl-sl .owl-nav {
  left: 0;
  right: auto; }
.rtl .owl-sl div .d-flex {
  direction: rtl;
  padding-left: 10px;
  padding-right: 10px; }

/*# sourceMappingURL=style_rtl.css.map */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/fonts/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef);
  src: url(/fonts/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef?#iefix&v=4.7.0) format('embedded-opentype'), url(/fonts/fontawesome-webfont.woff2?20fd1704ea223900efa9fd4e869efb08) format('woff2'), url(/fonts/fontawesome-webfont.woff?f691f37e57f04c152e2315ab7dbad881) format('woff'), url(/fonts/fontawesome-webfont.ttf?1e59d2330b4c6deb84b340635ed36249) format('truetype'), url(/fonts/fontawesome-webfont.svg?6878d55e3615ccf40c386ec2a90dfd6a#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  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(359deg);
  }
}
.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);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@charset "UTF-8";
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face { font-family: "Ionicons"; src: url(/fonts/ionicons.eot?68e3a4f9a8d8c679b4aeeec538091708); src: url(/fonts/ionicons.eot?68e3a4f9a8d8c679b4aeeec538091708#iefix) format("embedded-opentype"), url(/fonts/ionicons.ttf?1fa6a1e8581aaedf73440699627f0166) format("truetype"), url(/fonts/ionicons.woff?0b4ad6170d93c4aa91eec612b747eb0f) format("woff"), url(/fonts/ionicons.svg?ee5b17dfd3f2d12ff4e2bebfa9f0141d#Ionicons) format("svg"); font-weight: normal; font-style: normal; }
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ion-alert:before { content: "\f101"; }

.ion-alert-circled:before { content: "\f100"; }

.ion-android-add:before { content: "\f2c7"; }

.ion-android-add-circle:before { content: "\f359"; }

.ion-android-alarm-clock:before { content: "\f35a"; }

.ion-android-alert:before { content: "\f35b"; }

.ion-android-apps:before { content: "\f35c"; }

.ion-android-archive:before { content: "\f2c9"; }

.ion-android-arrow-back:before { content: "\f2ca"; }

.ion-android-arrow-down:before { content: "\f35d"; }

.ion-android-arrow-dropdown:before { content: "\f35f"; }

.ion-android-arrow-dropdown-circle:before { content: "\f35e"; }

.ion-android-arrow-dropleft:before { content: "\f361"; }

.ion-android-arrow-dropleft-circle:before { content: "\f360"; }

.ion-android-arrow-dropright:before { content: "\f363"; }

.ion-android-arrow-dropright-circle:before { content: "\f362"; }

.ion-android-arrow-dropup:before { content: "\f365"; }

.ion-android-arrow-dropup-circle:before { content: "\f364"; }

.ion-android-arrow-forward:before { content: "\f30f"; }

.ion-android-arrow-up:before { content: "\f366"; }

.ion-android-attach:before { content: "\f367"; }

.ion-android-bar:before { content: "\f368"; }

.ion-android-bicycle:before { content: "\f369"; }

.ion-android-boat:before { content: "\f36a"; }

.ion-android-bookmark:before { content: "\f36b"; }

.ion-android-bulb:before { content: "\f36c"; }

.ion-android-bus:before { content: "\f36d"; }

.ion-android-calendar:before { content: "\f2d1"; }

.ion-android-call:before { content: "\f2d2"; }

.ion-android-camera:before { content: "\f2d3"; }

.ion-android-cancel:before { content: "\f36e"; }

.ion-android-car:before { content: "\f36f"; }

.ion-android-cart:before { content: "\f370"; }

.ion-android-chat:before { content: "\f2d4"; }

.ion-android-checkbox:before { content: "\f374"; }

.ion-android-checkbox-blank:before { content: "\f371"; }

.ion-android-checkbox-outline:before { content: "\f373"; }

.ion-android-checkbox-outline-blank:before { content: "\f372"; }

.ion-android-checkmark-circle:before { content: "\f375"; }

.ion-android-clipboard:before { content: "\f376"; }

.ion-android-close:before { content: "\f2d7"; }

.ion-android-cloud:before { content: "\f37a"; }

.ion-android-cloud-circle:before { content: "\f377"; }

.ion-android-cloud-done:before { content: "\f378"; }

.ion-android-cloud-outline:before { content: "\f379"; }

.ion-android-color-palette:before { content: "\f37b"; }

.ion-android-compass:before { content: "\f37c"; }

.ion-android-contact:before { content: "\f2d8"; }

.ion-android-contacts:before { content: "\f2d9"; }

.ion-android-contract:before { content: "\f37d"; }

.ion-android-create:before { content: "\f37e"; }

.ion-android-delete:before { content: "\f37f"; }

.ion-android-desktop:before { content: "\f380"; }

.ion-android-document:before { content: "\f381"; }

.ion-android-done:before { content: "\f383"; }

.ion-android-done-all:before { content: "\f382"; }

.ion-android-download:before { content: "\f2dd"; }

.ion-android-drafts:before { content: "\f384"; }

.ion-android-exit:before { content: "\f385"; }

.ion-android-expand:before { content: "\f386"; }

.ion-android-favorite:before { content: "\f388"; }

.ion-android-favorite-outline:before { content: "\f387"; }

.ion-android-film:before { content: "\f389"; }

.ion-android-folder:before { content: "\f2e0"; }

.ion-android-folder-open:before { content: "\f38a"; }

.ion-android-funnel:before { content: "\f38b"; }

.ion-android-globe:before { content: "\f38c"; }

.ion-android-hand:before { content: "\f2e3"; }

.ion-android-hangout:before { content: "\f38d"; }

.ion-android-happy:before { content: "\f38e"; }

.ion-android-home:before { content: "\f38f"; }

.ion-android-image:before { content: "\f2e4"; }

.ion-android-laptop:before { content: "\f390"; }

.ion-android-list:before { content: "\f391"; }

.ion-android-locate:before { content: "\f2e9"; }

.ion-android-lock:before { content: "\f392"; }

.ion-android-mail:before { content: "\f2eb"; }

.ion-android-map:before { content: "\f393"; }

.ion-android-menu:before { content: "\f394"; }

.ion-android-microphone:before { content: "\f2ec"; }

.ion-android-microphone-off:before { content: "\f395"; }

.ion-android-more-horizontal:before { content: "\f396"; }

.ion-android-more-vertical:before { content: "\f397"; }

.ion-android-navigate:before { content: "\f398"; }

.ion-android-notifications:before { content: "\f39b"; }

.ion-android-notifications-none:before { content: "\f399"; }

.ion-android-notifications-off:before { content: "\f39a"; }

.ion-android-open:before { content: "\f39c"; }

.ion-android-options:before { content: "\f39d"; }

.ion-android-people:before { content: "\f39e"; }

.ion-android-person:before { content: "\f3a0"; }

.ion-android-person-add:before { content: "\f39f"; }

.ion-android-phone-landscape:before { content: "\f3a1"; }

.ion-android-phone-portrait:before { content: "\f3a2"; }

.ion-android-pin:before { content: "\f3a3"; }

.ion-android-plane:before { content: "\f3a4"; }

.ion-android-playstore:before { content: "\f2f0"; }

.ion-android-print:before { content: "\f3a5"; }

.ion-android-radio-button-off:before { content: "\f3a6"; }

.ion-android-radio-button-on:before { content: "\f3a7"; }

.ion-android-refresh:before { content: "\f3a8"; }

.ion-android-remove:before { content: "\f2f4"; }

.ion-android-remove-circle:before { content: "\f3a9"; }

.ion-android-restaurant:before { content: "\f3aa"; }

.ion-android-sad:before { content: "\f3ab"; }

.ion-android-search:before { content: "\f2f5"; }

.ion-android-send:before { content: "\f2f6"; }

.ion-android-settings:before { content: "\f2f7"; }

.ion-android-share:before { content: "\f2f8"; }

.ion-android-share-alt:before { content: "\f3ac"; }

.ion-android-star:before { content: "\f2fc"; }

.ion-android-star-half:before { content: "\f3ad"; }

.ion-android-star-outline:before { content: "\f3ae"; }

.ion-android-stopwatch:before { content: "\f2fd"; }

.ion-android-subway:before { content: "\f3af"; }

.ion-android-sunny:before { content: "\f3b0"; }

.ion-android-sync:before { content: "\f3b1"; }

.ion-android-textsms:before { content: "\f3b2"; }

.ion-android-time:before { content: "\f3b3"; }

.ion-android-train:before { content: "\f3b4"; }

.ion-android-unlock:before { content: "\f3b5"; }

.ion-android-upload:before { content: "\f3b6"; }

.ion-android-volume-down:before { content: "\f3b7"; }

.ion-android-volume-mute:before { content: "\f3b8"; }

.ion-android-volume-off:before { content: "\f3b9"; }

.ion-android-volume-up:before { content: "\f3ba"; }

.ion-android-walk:before { content: "\f3bb"; }

.ion-android-warning:before { content: "\f3bc"; }

.ion-android-watch:before { content: "\f3bd"; }

.ion-android-wifi:before { content: "\f305"; }

.ion-aperture:before { content: "\f313"; }

.ion-archive:before { content: "\f102"; }

.ion-arrow-down-a:before { content: "\f103"; }

.ion-arrow-down-b:before { content: "\f104"; }

.ion-arrow-down-c:before { content: "\f105"; }

.ion-arrow-expand:before { content: "\f25e"; }

.ion-arrow-graph-down-left:before { content: "\f25f"; }

.ion-arrow-graph-down-right:before { content: "\f260"; }

.ion-arrow-graph-up-left:before { content: "\f261"; }

.ion-arrow-graph-up-right:before { content: "\f262"; }

.ion-arrow-left-a:before { content: "\f106"; }

.ion-arrow-left-b:before { content: "\f107"; }

.ion-arrow-left-c:before { content: "\f108"; }

.ion-arrow-move:before { content: "\f263"; }

.ion-arrow-resize:before { content: "\f264"; }

.ion-arrow-return-left:before { content: "\f265"; }

.ion-arrow-return-right:before { content: "\f266"; }

.ion-arrow-right-a:before { content: "\f109"; }

.ion-arrow-right-b:before { content: "\f10a"; }

.ion-arrow-right-c:before { content: "\f10b"; }

.ion-arrow-shrink:before { content: "\f267"; }

.ion-arrow-swap:before { content: "\f268"; }

.ion-arrow-up-a:before { content: "\f10c"; }

.ion-arrow-up-b:before { content: "\f10d"; }

.ion-arrow-up-c:before { content: "\f10e"; }

.ion-asterisk:before { content: "\f314"; }

.ion-at:before { content: "\f10f"; }

.ion-backspace:before { content: "\f3bf"; }

.ion-backspace-outline:before { content: "\f3be"; }

.ion-bag:before { content: "\f110"; }

.ion-battery-charging:before { content: "\f111"; }

.ion-battery-empty:before { content: "\f112"; }

.ion-battery-full:before { content: "\f113"; }

.ion-battery-half:before { content: "\f114"; }

.ion-battery-low:before { content: "\f115"; }

.ion-beaker:before { content: "\f269"; }

.ion-beer:before { content: "\f26a"; }

.ion-bluetooth:before { content: "\f116"; }

.ion-bonfire:before { content: "\f315"; }

.ion-bookmark:before { content: "\f26b"; }

.ion-bowtie:before { content: "\f3c0"; }

.ion-briefcase:before { content: "\f26c"; }

.ion-bug:before { content: "\f2be"; }

.ion-calculator:before { content: "\f26d"; }

.ion-calendar:before { content: "\f117"; }

.ion-camera:before { content: "\f118"; }

.ion-card:before { content: "\f119"; }

.ion-cash:before { content: "\f316"; }

.ion-chatbox:before { content: "\f11b"; }

.ion-chatbox-working:before { content: "\f11a"; }

.ion-chatboxes:before { content: "\f11c"; }

.ion-chatbubble:before { content: "\f11e"; }

.ion-chatbubble-working:before { content: "\f11d"; }

.ion-chatbubbles:before { content: "\f11f"; }

.ion-checkmark:before { content: "\f122"; }

.ion-checkmark-circled:before { content: "\f120"; }

.ion-checkmark-round:before { content: "\f121"; }

.ion-chevron-down:before { content: "\f123"; }

.ion-chevron-left:before { content: "\f124"; }

.ion-chevron-right:before { content: "\f125"; }

.ion-chevron-up:before { content: "\f126"; }

.ion-clipboard:before { content: "\f127"; }

.ion-clock:before { content: "\f26e"; }

.ion-close:before { content: "\f12a"; }

.ion-close-circled:before { content: "\f128"; }

.ion-close-round:before { content: "\f129"; }

.ion-closed-captioning:before { content: "\f317"; }

.ion-cloud:before { content: "\f12b"; }

.ion-code:before { content: "\f271"; }

.ion-code-download:before { content: "\f26f"; }

.ion-code-working:before { content: "\f270"; }

.ion-coffee:before { content: "\f272"; }

.ion-compass:before { content: "\f273"; }

.ion-compose:before { content: "\f12c"; }

.ion-connection-bars:before { content: "\f274"; }

.ion-contrast:before { content: "\f275"; }

.ion-crop:before { content: "\f3c1"; }

.ion-cube:before { content: "\f318"; }

.ion-disc:before { content: "\f12d"; }

.ion-document:before { content: "\f12f"; }

.ion-document-text:before { content: "\f12e"; }

.ion-drag:before { content: "\f130"; }

.ion-earth:before { content: "\f276"; }

.ion-easel:before { content: "\f3c2"; }

.ion-edit:before { content: "\f2bf"; }

.ion-egg:before { content: "\f277"; }

.ion-eject:before { content: "\f131"; }

.ion-email:before { content: "\f132"; }

.ion-email-unread:before { content: "\f3c3"; }

.ion-erlenmeyer-flask:before { content: "\f3c5"; }

.ion-erlenmeyer-flask-bubbles:before { content: "\f3c4"; }

.ion-eye:before { content: "\f133"; }

.ion-eye-disabled:before { content: "\f306"; }

.ion-female:before { content: "\f278"; }

.ion-filing:before { content: "\f134"; }

.ion-film-marker:before { content: "\f135"; }

.ion-fireball:before { content: "\f319"; }

.ion-flag:before { content: "\f279"; }

.ion-flame:before { content: "\f31a"; }

.ion-flash:before { content: "\f137"; }

.ion-flash-off:before { content: "\f136"; }

.ion-folder:before { content: "\f139"; }

.ion-fork:before { content: "\f27a"; }

.ion-fork-repo:before { content: "\f2c0"; }

.ion-forward:before { content: "\f13a"; }

.ion-funnel:before { content: "\f31b"; }

.ion-gear-a:before { content: "\f13d"; }

.ion-gear-b:before { content: "\f13e"; }

.ion-grid:before { content: "\f13f"; }

.ion-hammer:before { content: "\f27b"; }

.ion-happy:before { content: "\f31c"; }

.ion-happy-outline:before { content: "\f3c6"; }

.ion-headphone:before { content: "\f140"; }

.ion-heart:before { content: "\f141"; }

.ion-heart-broken:before { content: "\f31d"; }

.ion-help:before { content: "\f143"; }

.ion-help-buoy:before { content: "\f27c"; }

.ion-help-circled:before { content: "\f142"; }

.ion-home:before { content: "\f144"; }

.ion-icecream:before { content: "\f27d"; }

.ion-image:before { content: "\f147"; }

.ion-images:before { content: "\f148"; }

.ion-information:before { content: "\f14a"; }

.ion-information-circled:before { content: "\f149"; }

.ion-ionic:before { content: "\f14b"; }

.ion-ios-alarm:before { content: "\f3c8"; }

.ion-ios-alarm-outline:before { content: "\f3c7"; }

.ion-ios-albums:before { content: "\f3ca"; }

.ion-ios-albums-outline:before { content: "\f3c9"; }

.ion-ios-americanfootball:before { content: "\f3cc"; }

.ion-ios-americanfootball-outline:before { content: "\f3cb"; }

.ion-ios-analytics:before { content: "\f3ce"; }

.ion-ios-analytics-outline:before { content: "\f3cd"; }

.ion-ios-arrow-back:before { content: "\f3cf"; }

.ion-ios-arrow-down:before { content: "\f3d0"; }

.ion-ios-arrow-forward:before { content: "\f3d1"; }

.ion-ios-arrow-left:before { content: "\f3d2"; }

.ion-ios-arrow-right:before { content: "\f3d3"; }

.ion-ios-arrow-thin-down:before { content: "\f3d4"; }

.ion-ios-arrow-thin-left:before { content: "\f3d5"; }

.ion-ios-arrow-thin-right:before { content: "\f3d6"; }

.ion-ios-arrow-thin-up:before { content: "\f3d7"; }

.ion-ios-arrow-up:before { content: "\f3d8"; }

.ion-ios-at:before { content: "\f3da"; }

.ion-ios-at-outline:before { content: "\f3d9"; }

.ion-ios-barcode:before { content: "\f3dc"; }

.ion-ios-barcode-outline:before { content: "\f3db"; }

.ion-ios-baseball:before { content: "\f3de"; }

.ion-ios-baseball-outline:before { content: "\f3dd"; }

.ion-ios-basketball:before { content: "\f3e0"; }

.ion-ios-basketball-outline:before { content: "\f3df"; }

.ion-ios-bell:before { content: "\f3e2"; }

.ion-ios-bell-outline:before { content: "\f3e1"; }

.ion-ios-body:before { content: "\f3e4"; }

.ion-ios-body-outline:before { content: "\f3e3"; }

.ion-ios-bolt:before { content: "\f3e6"; }

.ion-ios-bolt-outline:before { content: "\f3e5"; }

.ion-ios-book:before { content: "\f3e8"; }

.ion-ios-book-outline:before { content: "\f3e7"; }

.ion-ios-bookmarks:before { content: "\f3ea"; }

.ion-ios-bookmarks-outline:before { content: "\f3e9"; }

.ion-ios-box:before { content: "\f3ec"; }

.ion-ios-box-outline:before { content: "\f3eb"; }

.ion-ios-briefcase:before { content: "\f3ee"; }

.ion-ios-briefcase-outline:before { content: "\f3ed"; }

.ion-ios-browsers:before { content: "\f3f0"; }

.ion-ios-browsers-outline:before { content: "\f3ef"; }

.ion-ios-calculator:before { content: "\f3f2"; }

.ion-ios-calculator-outline:before { content: "\f3f1"; }

.ion-ios-calendar:before { content: "\f3f4"; }

.ion-ios-calendar-outline:before { content: "\f3f3"; }

.ion-ios-camera:before { content: "\f3f6"; }

.ion-ios-camera-outline:before { content: "\f3f5"; }

.ion-ios-cart:before { content: "\f3f8"; }

.ion-ios-cart-outline:before { content: "\f3f7"; }

.ion-ios-chatboxes:before { content: "\f3fa"; }

.ion-ios-chatboxes-outline:before { content: "\f3f9"; }

.ion-ios-chatbubble:before { content: "\f3fc"; }

.ion-ios-chatbubble-outline:before { content: "\f3fb"; }

.ion-ios-checkmark:before { content: "\f3ff"; }

.ion-ios-checkmark-empty:before { content: "\f3fd"; }

.ion-ios-checkmark-outline:before { content: "\f3fe"; }

.ion-ios-circle-filled:before { content: "\f400"; }

.ion-ios-circle-outline:before { content: "\f401"; }

.ion-ios-clock:before { content: "\f403"; }

.ion-ios-clock-outline:before { content: "\f402"; }

.ion-ios-close:before { content: "\f406"; }

.ion-ios-close-empty:before { content: "\f404"; }

.ion-ios-close-outline:before { content: "\f405"; }

.ion-ios-cloud:before { content: "\f40c"; }

.ion-ios-cloud-download:before { content: "\f408"; }

.ion-ios-cloud-download-outline:before { content: "\f407"; }

.ion-ios-cloud-outline:before { content: "\f409"; }

.ion-ios-cloud-upload:before { content: "\f40b"; }

.ion-ios-cloud-upload-outline:before { content: "\f40a"; }

.ion-ios-cloudy:before { content: "\f410"; }

.ion-ios-cloudy-night:before { content: "\f40e"; }

.ion-ios-cloudy-night-outline:before { content: "\f40d"; }

.ion-ios-cloudy-outline:before { content: "\f40f"; }

.ion-ios-cog:before { content: "\f412"; }

.ion-ios-cog-outline:before { content: "\f411"; }

.ion-ios-color-filter:before { content: "\f414"; }

.ion-ios-color-filter-outline:before { content: "\f413"; }

.ion-ios-color-wand:before { content: "\f416"; }

.ion-ios-color-wand-outline:before { content: "\f415"; }

.ion-ios-compose:before { content: "\f418"; }

.ion-ios-compose-outline:before { content: "\f417"; }

.ion-ios-contact:before { content: "\f41a"; }

.ion-ios-contact-outline:before { content: "\f419"; }

.ion-ios-copy:before { content: "\f41c"; }

.ion-ios-copy-outline:before { content: "\f41b"; }

.ion-ios-crop:before { content: "\f41e"; }

.ion-ios-crop-strong:before { content: "\f41d"; }

.ion-ios-download:before { content: "\f420"; }

.ion-ios-download-outline:before { content: "\f41f"; }

.ion-ios-drag:before { content: "\f421"; }

.ion-ios-email:before { content: "\f423"; }

.ion-ios-email-outline:before { content: "\f422"; }

.ion-ios-eye:before { content: "\f425"; }

.ion-ios-eye-outline:before { content: "\f424"; }

.ion-ios-fastforward:before { content: "\f427"; }

.ion-ios-fastforward-outline:before { content: "\f426"; }

.ion-ios-filing:before { content: "\f429"; }

.ion-ios-filing-outline:before { content: "\f428"; }

.ion-ios-film:before { content: "\f42b"; }

.ion-ios-film-outline:before { content: "\f42a"; }

.ion-ios-flag:before { content: "\f42d"; }

.ion-ios-flag-outline:before { content: "\f42c"; }

.ion-ios-flame:before { content: "\f42f"; }

.ion-ios-flame-outline:before { content: "\f42e"; }

.ion-ios-flask:before { content: "\f431"; }

.ion-ios-flask-outline:before { content: "\f430"; }

.ion-ios-flower:before { content: "\f433"; }

.ion-ios-flower-outline:before { content: "\f432"; }

.ion-ios-folder:before { content: "\f435"; }

.ion-ios-folder-outline:before { content: "\f434"; }

.ion-ios-football:before { content: "\f437"; }

.ion-ios-football-outline:before { content: "\f436"; }

.ion-ios-game-controller-a:before { content: "\f439"; }

.ion-ios-game-controller-a-outline:before { content: "\f438"; }

.ion-ios-game-controller-b:before { content: "\f43b"; }

.ion-ios-game-controller-b-outline:before { content: "\f43a"; }

.ion-ios-gear:before { content: "\f43d"; }

.ion-ios-gear-outline:before { content: "\f43c"; }

.ion-ios-glasses:before { content: "\f43f"; }

.ion-ios-glasses-outline:before { content: "\f43e"; }

.ion-ios-grid-view:before { content: "\f441"; }

.ion-ios-grid-view-outline:before { content: "\f440"; }

.ion-ios-heart:before { content: "\f443"; }

.ion-ios-heart-outline:before { content: "\f442"; }

.ion-ios-help:before { content: "\f446"; }

.ion-ios-help-empty:before { content: "\f444"; }

.ion-ios-help-outline:before { content: "\f445"; }

.ion-ios-home:before { content: "\f448"; }

.ion-ios-home-outline:before { content: "\f447"; }

.ion-ios-infinite:before { content: "\f44a"; }

.ion-ios-infinite-outline:before { content: "\f449"; }

.ion-ios-information:before { content: "\f44d"; }

.ion-ios-information-empty:before { content: "\f44b"; }

.ion-ios-information-outline:before { content: "\f44c"; }

.ion-ios-ionic-outline:before { content: "\f44e"; }

.ion-ios-keypad:before { content: "\f450"; }

.ion-ios-keypad-outline:before { content: "\f44f"; }

.ion-ios-lightbulb:before { content: "\f452"; }

.ion-ios-lightbulb-outline:before { content: "\f451"; }

.ion-ios-list:before { content: "\f454"; }

.ion-ios-list-outline:before { content: "\f453"; }

.ion-ios-location:before { content: "\f456"; }

.ion-ios-location-outline:before { content: "\f455"; }

.ion-ios-locked:before { content: "\f458"; }

.ion-ios-locked-outline:before { content: "\f457"; }

.ion-ios-loop:before { content: "\f45a"; }

.ion-ios-loop-strong:before { content: "\f459"; }

.ion-ios-medical:before { content: "\f45c"; }

.ion-ios-medical-outline:before { content: "\f45b"; }

.ion-ios-medkit:before { content: "\f45e"; }

.ion-ios-medkit-outline:before { content: "\f45d"; }

.ion-ios-mic:before { content: "\f461"; }

.ion-ios-mic-off:before { content: "\f45f"; }

.ion-ios-mic-outline:before { content: "\f460"; }

.ion-ios-minus:before { content: "\f464"; }

.ion-ios-minus-empty:before { content: "\f462"; }

.ion-ios-minus-outline:before { content: "\f463"; }

.ion-ios-monitor:before { content: "\f466"; }

.ion-ios-monitor-outline:before { content: "\f465"; }

.ion-ios-moon:before { content: "\f468"; }

.ion-ios-moon-outline:before { content: "\f467"; }

.ion-ios-more:before { content: "\f46a"; }

.ion-ios-more-outline:before { content: "\f469"; }

.ion-ios-musical-note:before { content: "\f46b"; }

.ion-ios-musical-notes:before { content: "\f46c"; }

.ion-ios-navigate:before { content: "\f46e"; }

.ion-ios-navigate-outline:before { content: "\f46d"; }

.ion-ios-nutrition:before { content: "\f470"; }

.ion-ios-nutrition-outline:before { content: "\f46f"; }

.ion-ios-paper:before { content: "\f472"; }

.ion-ios-paper-outline:before { content: "\f471"; }

.ion-ios-paperplane:before { content: "\f474"; }

.ion-ios-paperplane-outline:before { content: "\f473"; }

.ion-ios-partlysunny:before { content: "\f476"; }

.ion-ios-partlysunny-outline:before { content: "\f475"; }

.ion-ios-pause:before { content: "\f478"; }

.ion-ios-pause-outline:before { content: "\f477"; }

.ion-ios-paw:before { content: "\f47a"; }

.ion-ios-paw-outline:before { content: "\f479"; }

.ion-ios-people:before { content: "\f47c"; }

.ion-ios-people-outline:before { content: "\f47b"; }

.ion-ios-person:before { content: "\f47e"; }

.ion-ios-person-outline:before { content: "\f47d"; }

.ion-ios-personadd:before { content: "\f480"; }

.ion-ios-personadd-outline:before { content: "\f47f"; }

.ion-ios-photos:before { content: "\f482"; }

.ion-ios-photos-outline:before { content: "\f481"; }

.ion-ios-pie:before { content: "\f484"; }

.ion-ios-pie-outline:before { content: "\f483"; }

.ion-ios-pint:before { content: "\f486"; }

.ion-ios-pint-outline:before { content: "\f485"; }

.ion-ios-play:before { content: "\f488"; }

.ion-ios-play-outline:before { content: "\f487"; }

.ion-ios-plus:before { content: "\f48b"; }

.ion-ios-plus-empty:before { content: "\f489"; }

.ion-ios-plus-outline:before { content: "\f48a"; }

.ion-ios-pricetag:before { content: "\f48d"; }

.ion-ios-pricetag-outline:before { content: "\f48c"; }

.ion-ios-pricetags:before { content: "\f48f"; }

.ion-ios-pricetags-outline:before { content: "\f48e"; }

.ion-ios-printer:before { content: "\f491"; }

.ion-ios-printer-outline:before { content: "\f490"; }

.ion-ios-pulse:before { content: "\f493"; }

.ion-ios-pulse-strong:before { content: "\f492"; }

.ion-ios-rainy:before { content: "\f495"; }

.ion-ios-rainy-outline:before { content: "\f494"; }

.ion-ios-recording:before { content: "\f497"; }

.ion-ios-recording-outline:before { content: "\f496"; }

.ion-ios-redo:before { content: "\f499"; }

.ion-ios-redo-outline:before { content: "\f498"; }

.ion-ios-refresh:before { content: "\f49c"; }

.ion-ios-refresh-empty:before { content: "\f49a"; }

.ion-ios-refresh-outline:before { content: "\f49b"; }

.ion-ios-reload:before { content: "\f49d"; }

.ion-ios-reverse-camera:before { content: "\f49f"; }

.ion-ios-reverse-camera-outline:before { content: "\f49e"; }

.ion-ios-rewind:before { content: "\f4a1"; }

.ion-ios-rewind-outline:before { content: "\f4a0"; }

.ion-ios-rose:before { content: "\f4a3"; }

.ion-ios-rose-outline:before { content: "\f4a2"; }

.ion-ios-search:before { content: "\f4a5"; }

.ion-ios-search-strong:before { content: "\f4a4"; }

.ion-ios-settings:before { content: "\f4a7"; }

.ion-ios-settings-strong:before { content: "\f4a6"; }

.ion-ios-shuffle:before { content: "\f4a9"; }

.ion-ios-shuffle-strong:before { content: "\f4a8"; }

.ion-ios-skipbackward:before { content: "\f4ab"; }

.ion-ios-skipbackward-outline:before { content: "\f4aa"; }

.ion-ios-skipforward:before { content: "\f4ad"; }

.ion-ios-skipforward-outline:before { content: "\f4ac"; }

.ion-ios-snowy:before { content: "\f4ae"; }

.ion-ios-speedometer:before { content: "\f4b0"; }

.ion-ios-speedometer-outline:before { content: "\f4af"; }

.ion-ios-star:before { content: "\f4b3"; }

.ion-ios-star-half:before { content: "\f4b1"; }

.ion-ios-star-outline:before { content: "\f4b2"; }

.ion-ios-stopwatch:before { content: "\f4b5"; }

.ion-ios-stopwatch-outline:before { content: "\f4b4"; }

.ion-ios-sunny:before { content: "\f4b7"; }

.ion-ios-sunny-outline:before { content: "\f4b6"; }

.ion-ios-telephone:before { content: "\f4b9"; }

.ion-ios-telephone-outline:before { content: "\f4b8"; }

.ion-ios-tennisball:before { content: "\f4bb"; }

.ion-ios-tennisball-outline:before { content: "\f4ba"; }

.ion-ios-thunderstorm:before { content: "\f4bd"; }

.ion-ios-thunderstorm-outline:before { content: "\f4bc"; }

.ion-ios-time:before { content: "\f4bf"; }

.ion-ios-time-outline:before { content: "\f4be"; }

.ion-ios-timer:before { content: "\f4c1"; }

.ion-ios-timer-outline:before { content: "\f4c0"; }

.ion-ios-toggle:before { content: "\f4c3"; }

.ion-ios-toggle-outline:before { content: "\f4c2"; }

.ion-ios-trash:before { content: "\f4c5"; }

.ion-ios-trash-outline:before { content: "\f4c4"; }

.ion-ios-undo:before { content: "\f4c7"; }

.ion-ios-undo-outline:before { content: "\f4c6"; }

.ion-ios-unlocked:before { content: "\f4c9"; }

.ion-ios-unlocked-outline:before { content: "\f4c8"; }

.ion-ios-upload:before { content: "\f4cb"; }

.ion-ios-upload-outline:before { content: "\f4ca"; }

.ion-ios-videocam:before { content: "\f4cd"; }

.ion-ios-videocam-outline:before { content: "\f4cc"; }

.ion-ios-volume-high:before { content: "\f4ce"; }

.ion-ios-volume-low:before { content: "\f4cf"; }

.ion-ios-wineglass:before { content: "\f4d1"; }

.ion-ios-wineglass-outline:before { content: "\f4d0"; }

.ion-ios-world:before { content: "\f4d3"; }

.ion-ios-world-outline:before { content: "\f4d2"; }

.ion-ipad:before { content: "\f1f9"; }

.ion-iphone:before { content: "\f1fa"; }

.ion-ipod:before { content: "\f1fb"; }

.ion-jet:before { content: "\f295"; }

.ion-key:before { content: "\f296"; }

.ion-knife:before { content: "\f297"; }

.ion-laptop:before { content: "\f1fc"; }

.ion-leaf:before { content: "\f1fd"; }

.ion-levels:before { content: "\f298"; }

.ion-lightbulb:before { content: "\f299"; }

.ion-link:before { content: "\f1fe"; }

.ion-load-a:before { content: "\f29a"; }

.ion-load-b:before { content: "\f29b"; }

.ion-load-c:before { content: "\f29c"; }

.ion-load-d:before { content: "\f29d"; }

.ion-location:before { content: "\f1ff"; }

.ion-lock-combination:before { content: "\f4d4"; }

.ion-locked:before { content: "\f200"; }

.ion-log-in:before { content: "\f29e"; }

.ion-log-out:before { content: "\f29f"; }

.ion-loop:before { content: "\f201"; }

.ion-magnet:before { content: "\f2a0"; }

.ion-male:before { content: "\f2a1"; }

.ion-man:before { content: "\f202"; }

.ion-map:before { content: "\f203"; }

.ion-medkit:before { content: "\f2a2"; }

.ion-merge:before { content: "\f33f"; }

.ion-mic-a:before { content: "\f204"; }

.ion-mic-b:before { content: "\f205"; }

.ion-mic-c:before { content: "\f206"; }

.ion-minus:before { content: "\f209"; }

.ion-minus-circled:before { content: "\f207"; }

.ion-minus-round:before { content: "\f208"; }

.ion-model-s:before { content: "\f2c1"; }

.ion-monitor:before { content: "\f20a"; }

.ion-more:before { content: "\f20b"; }

.ion-mouse:before { content: "\f340"; }

.ion-music-note:before { content: "\f20c"; }

.ion-navicon:before { content: "\f20e"; }

.ion-navicon-round:before { content: "\f20d"; }

.ion-navigate:before { content: "\f2a3"; }

.ion-network:before { content: "\f341"; }

.ion-no-smoking:before { content: "\f2c2"; }

.ion-nuclear:before { content: "\f2a4"; }

.ion-outlet:before { content: "\f342"; }

.ion-paintbrush:before { content: "\f4d5"; }

.ion-paintbucket:before { content: "\f4d6"; }

.ion-paper-airplane:before { content: "\f2c3"; }

.ion-paperclip:before { content: "\f20f"; }

.ion-pause:before { content: "\f210"; }

.ion-person:before { content: "\f213"; }

.ion-person-add:before { content: "\f211"; }

.ion-person-stalker:before { content: "\f212"; }

.ion-pie-graph:before { content: "\f2a5"; }

.ion-pin:before { content: "\f2a6"; }

.ion-pinpoint:before { content: "\f2a7"; }

.ion-pizza:before { content: "\f2a8"; }

.ion-plane:before { content: "\f214"; }

.ion-planet:before { content: "\f343"; }

.ion-play:before { content: "\f215"; }

.ion-playstation:before { content: "\f30a"; }

.ion-plus:before { content: "\f218"; }

.ion-plus-circled:before { content: "\f216"; }

.ion-plus-round:before { content: "\f217"; }

.ion-podium:before { content: "\f344"; }

.ion-pound:before { content: "\f219"; }

.ion-power:before { content: "\f2a9"; }

.ion-pricetag:before { content: "\f2aa"; }

.ion-pricetags:before { content: "\f2ab"; }

.ion-printer:before { content: "\f21a"; }

.ion-pull-request:before { content: "\f345"; }

.ion-qr-scanner:before { content: "\f346"; }

.ion-quote:before { content: "\f347"; }

.ion-radio-waves:before { content: "\f2ac"; }

.ion-record:before { content: "\f21b"; }

.ion-refresh:before { content: "\f21c"; }

.ion-reply:before { content: "\f21e"; }

.ion-reply-all:before { content: "\f21d"; }

.ion-ribbon-a:before { content: "\f348"; }

.ion-ribbon-b:before { content: "\f349"; }

.ion-sad:before { content: "\f34a"; }

.ion-sad-outline:before { content: "\f4d7"; }

.ion-scissors:before { content: "\f34b"; }

.ion-search:before { content: "\f21f"; }

.ion-settings:before { content: "\f2ad"; }

.ion-share:before { content: "\f220"; }

.ion-shuffle:before { content: "\f221"; }

.ion-skip-backward:before { content: "\f222"; }

.ion-skip-forward:before { content: "\f223"; }

.ion-social-android:before { content: "\f225"; }

.ion-social-android-outline:before { content: "\f224"; }

.ion-social-angular:before { content: "\f4d9"; }

.ion-social-angular-outline:before { content: "\f4d8"; }

.ion-social-apple:before { content: "\f227"; }

.ion-social-apple-outline:before { content: "\f226"; }

.ion-social-bitcoin:before { content: "\f2af"; }

.ion-social-bitcoin-outline:before { content: "\f2ae"; }

.ion-social-buffer:before { content: "\f229"; }

.ion-social-buffer-outline:before { content: "\f228"; }

.ion-social-chrome:before { content: "\f4db"; }

.ion-social-chrome-outline:before { content: "\f4da"; }

.ion-social-codepen:before { content: "\f4dd"; }

.ion-social-codepen-outline:before { content: "\f4dc"; }

.ion-social-css3:before { content: "\f4df"; }

.ion-social-css3-outline:before { content: "\f4de"; }

.ion-social-designernews:before { content: "\f22b"; }

.ion-social-designernews-outline:before { content: "\f22a"; }

.ion-social-dribbble:before { content: "\f22d"; }

.ion-social-dribbble-outline:before { content: "\f22c"; }

.ion-social-dropbox:before { content: "\f22f"; }

.ion-social-dropbox-outline:before { content: "\f22e"; }

.ion-social-euro:before { content: "\f4e1"; }

.ion-social-euro-outline:before { content: "\f4e0"; }

.ion-social-facebook:before { content: "\f231"; }

.ion-social-facebook-outline:before { content: "\f230"; }

.ion-social-foursquare:before { content: "\f34d"; }

.ion-social-foursquare-outline:before { content: "\f34c"; }

.ion-social-freebsd-devil:before { content: "\f2c4"; }

.ion-social-github:before { content: "\f233"; }

.ion-social-github-outline:before { content: "\f232"; }

.ion-social-google:before { content: "\f34f"; }

.ion-social-google-outline:before { content: "\f34e"; }

.ion-social-googleplus:before { content: "\f235"; }

.ion-social-googleplus-outline:before { content: "\f234"; }

.ion-social-hackernews:before { content: "\f237"; }

.ion-social-hackernews-outline:before { content: "\f236"; }

.ion-social-html5:before { content: "\f4e3"; }

.ion-social-html5-outline:before { content: "\f4e2"; }

.ion-social-instagram:before { content: "\f351"; }

.ion-social-instagram-outline:before { content: "\f350"; }

.ion-social-javascript:before { content: "\f4e5"; }

.ion-social-javascript-outline:before { content: "\f4e4"; }

.ion-social-linkedin:before { content: "\f239"; }

.ion-social-linkedin-outline:before { content: "\f238"; }

.ion-social-markdown:before { content: "\f4e6"; }

.ion-social-nodejs:before { content: "\f4e7"; }

.ion-social-octocat:before { content: "\f4e8"; }

.ion-social-pinterest:before { content: "\f2b1"; }

.ion-social-pinterest-outline:before { content: "\f2b0"; }

.ion-social-python:before { content: "\f4e9"; }

.ion-social-reddit:before { content: "\f23b"; }

.ion-social-reddit-outline:before { content: "\f23a"; }

.ion-social-rss:before { content: "\f23d"; }

.ion-social-rss-outline:before { content: "\f23c"; }

.ion-social-sass:before { content: "\f4ea"; }

.ion-social-skype:before { content: "\f23f"; }

.ion-social-skype-outline:before { content: "\f23e"; }

.ion-social-snapchat:before { content: "\f4ec"; }

.ion-social-snapchat-outline:before { content: "\f4eb"; }

.ion-social-tumblr:before { content: "\f241"; }

.ion-social-tumblr-outline:before { content: "\f240"; }

.ion-social-tux:before { content: "\f2c5"; }

.ion-social-twitch:before { content: "\f4ee"; }

.ion-social-twitch-outline:before { content: "\f4ed"; }

.ion-social-twitter:before { content: "\f243"; }

.ion-social-twitter-outline:before { content: "\f242"; }

.ion-social-usd:before { content: "\f353"; }

.ion-social-usd-outline:before { content: "\f352"; }

.ion-social-vimeo:before { content: "\f245"; }

.ion-social-vimeo-outline:before { content: "\f244"; }

.ion-social-whatsapp:before { content: "\f4f0"; }

.ion-social-whatsapp-outline:before { content: "\f4ef"; }

.ion-social-windows:before { content: "\f247"; }

.ion-social-windows-outline:before { content: "\f246"; }

.ion-social-wordpress:before { content: "\f249"; }

.ion-social-wordpress-outline:before { content: "\f248"; }

.ion-social-yahoo:before { content: "\f24b"; }

.ion-social-yahoo-outline:before { content: "\f24a"; }

.ion-social-yen:before { content: "\f4f2"; }

.ion-social-yen-outline:before { content: "\f4f1"; }

.ion-social-youtube:before { content: "\f24d"; }

.ion-social-youtube-outline:before { content: "\f24c"; }

.ion-soup-can:before { content: "\f4f4"; }

.ion-soup-can-outline:before { content: "\f4f3"; }

.ion-speakerphone:before { content: "\f2b2"; }

.ion-speedometer:before { content: "\f2b3"; }

.ion-spoon:before { content: "\f2b4"; }

.ion-star:before { content: "\f24e"; }

.ion-stats-bars:before { content: "\f2b5"; }

.ion-steam:before { content: "\f30b"; }

.ion-stop:before { content: "\f24f"; }

.ion-thermometer:before { content: "\f2b6"; }

.ion-thumbsdown:before { content: "\f250"; }

.ion-thumbsup:before { content: "\f251"; }

.ion-toggle:before { content: "\f355"; }

.ion-toggle-filled:before { content: "\f354"; }

.ion-transgender:before { content: "\f4f5"; }

.ion-trash-a:before { content: "\f252"; }

.ion-trash-b:before { content: "\f253"; }

.ion-trophy:before { content: "\f356"; }

.ion-tshirt:before { content: "\f4f7"; }

.ion-tshirt-outline:before { content: "\f4f6"; }

.ion-umbrella:before { content: "\f2b7"; }

.ion-university:before { content: "\f357"; }

.ion-unlocked:before { content: "\f254"; }

.ion-upload:before { content: "\f255"; }

.ion-usb:before { content: "\f2b8"; }

.ion-videocamera:before { content: "\f256"; }

.ion-volume-high:before { content: "\f257"; }

.ion-volume-low:before { content: "\f258"; }

.ion-volume-medium:before { content: "\f259"; }

.ion-volume-mute:before { content: "\f25a"; }

.ion-wand:before { content: "\f358"; }

.ion-waterdrop:before { content: "\f25b"; }

.ion-wifi:before { content: "\f25c"; }

.ion-wineglass:before { content: "\f2b9"; }

.ion-woman:before { content: "\f25d"; }

.ion-wrench:before { content: "\f2ba"; }

.ion-xbox:before { content: "\f30c"; }

@font-face {
	font-family: 'themify';
	src:url(/fonts/themify.eot?9bad94440d49256265a5b2305ec42d63);
	src:url(/fonts/themify.eot?9bad94440d49256265a5b2305ec42d63?#iefix-fvbane) format('embedded-opentype'),
		url(/fonts/themify.woff?29b39089170885ae29671a8c66d85a9f) format('woff'),
		url(/fonts/themify.ttf?eda8b94308c6f538f04a8056ed761a57) format('truetype'),
		url(/fonts/themify.svg?c4292f34297f1004471aa089024b1ccc#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-andrAdminid: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";
}

@charset "UTF-8";
.glyphs.character-mapping {
  margin: 0 0 20px 0;
  padding: 20px 0 20px 30px;
  color: rgba(0,0,0,0.5);
  border: 1px solid #d8e0e5;
  border-radius: 3px;
}
.glyphs.character-mapping li {
  margin: 0 30px 20px 0;
  display: inline-block;
  width: 90px;
  text-align: center;
  font-size: 24px;
  color: ;
}
.linea-icon {
  position: relative;
}
.linea-icon svg {
  fill: #000;
}
.glyphs.character-mapping input {
  margin: 0;
  padding: 5px 0;
  line-height: 12px;
  font-size: 12px;
  display: block;
  width: 100%;
  border: 1px solid #d8e0e5;
  text-align: center;
  outline: 0;
}
.glyphs.character-mapping input:focus {
  border: 1px solid #fbde4a;
  box-shadow: inset 0 0 3px #fbde4a;
}
.glyphs.character-mapping input:hover {
  box-shadow: inset 0 0 3px #fbde4a;
}
@font-face {
  font-family: "linea-arrows-10";
  src: url(/fonts/linea-arrows-10.eot?1f7ebd90e530967f35f84718dee689f7);
  src: url(/fonts/linea-arrows-10.eot?1f7ebd90e530967f35f84718dee689f7?#iefix) format("embedded-opentype"), url(/fonts/linea-arrows-10.woff?d40a46514c1c34733877c4c314291e2c) format("woff"), url(/fonts/linea-arrows-10.ttf?940c4cf42269ef882a4111a389be10a8) format("truetype"), url(/fonts/linea-arrows-10.svg?bf9b182b4c0f49fe1baaa0a5842cb73a#linea-arrows-10) format("svg");
  font-weight: normal;
  font-style: normal;
}
.linea-aerrow[data-icon]:before {
  font-family: "linea-arrows-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-arrows-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrows-anticlockwise:before {
  content: "\e000";
}
.icon-arrows-anticlockwise-dashed:before {
  content: "\e001";
}
.icon-arrows-button-down:before {
  content: "\e002";
}
.icon-arrows-button-off:before {
  content: "\e003";
}
.icon-arrows-button-on:before {
  content: "\e004";
}
.icon-arrows-button-up:before {
  content: "\e005";
}
.icon-arrows-check:before {
  content: "\e006";
}
.icon-arrows-circle-check:before {
  content: "\e007";
}
.icon-arrows-circle-down:before {
  content: "\e008";
}
.icon-arrows-circle-downleft:before {
  content: "\e009";
}
.icon-arrows-circle-downright:before {
  content: "\e00a";
}
.icon-arrows-circle-left:before {
  content: "\e00b";
}
.icon-arrows-circle-minus:before {
  content: "\e00c";
}
.icon-arrows-circle-plus:before {
  content: "\e00d";
}
.icon-arrows-circle-remove:before {
  content: "\e00e";
}
.icon-arrows-circle-right:before {
  content: "\e00f";
}
.icon-arrows-circle-up:before {
  content: "\e010";
}
.icon-arrows-circle-upleft:before {
  content: "\e011";
}
.icon-arrows-circle-upright:before {
  content: "\e012";
}
.icon-arrows-clockwise:before {
  content: "\e013";
}
.icon-arrows-clockwise-dashed:before {
  content: "\e014";
}
.icon-arrows-compress:before {
  content: "\e015";
}
.icon-arrows-deny:before {
  content: "\e016";
}
.icon-arrows-diagonal:before {
  content: "\e017";
}
.icon-arrows-diagonal2:before {
  content: "\e018";
}
.icon-arrows-down:before {
  content: "\e019";
}
.icon-arrows-down-double:before {
  content: "\e01a";
}
.icon-arrows-downleft:before {
  content: "\e01b";
}
.icon-arrows-downright:before {
  content: "\e01c";
}
.icon-arrows-drag-down:before {
  content: "\e01d";
}
.icon-arrows-drag-down-dashed:before {
  content: "\e01e";
}
.icon-arrows-drag-horiz:before {
  content: "\e01f";
}
.icon-arrows-drag-left:before {
  content: "\e020";
}
.icon-arrows-drag-left-dashed:before {
  content: "\e021";
}
.icon-arrows-drag-right:before {
  content: "\e022";
}
.icon-arrows-drag-right-dashed:before {
  content: "\e023";
}
.icon-arrows-drag-up:before {
  content: "\e024";
}
.icon-arrows-drag-up-dashed:before {
  content: "\e025";
}
.icon-arrows-drag-vert:before {
  content: "\e026";
}
.icon-arrows-exclamation:before {
  content: "\e027";
}
.icon-arrows-expand:before {
  content: "\e028";
}
.icon-arrows-expand-diagonal1:before {
  content: "\e029";
}
.icon-arrows-expand-horizontal1:before {
  content: "\e02a";
}
.icon-arrows-expand-vertical1:before {
  content: "\e02b";
}
.icon-arrows-fit-horizontal:before {
  content: "\e02c";
}
.icon-arrows-fit-vertical:before {
  content: "\e02d";
}
.icon-arrows-glide:before {
  content: "\e02e";
}
.icon-arrows-glide-horizontal:before {
  content: "\e02f";
}
.icon-arrows-glide-vertical:before {
  content: "\e030";
}
.icon-arrows-hamburger1:before {
  content: "\e031";
}
.icon-arrows-hamburger-2:before {
  content: "\e032";
}
.icon-arrows-horizontal:before {
  content: "\e033";
}
.icon-arrows-info:before {
  content: "\e034";
}
.icon-arrows-keyboard-alt:before {
  content: "\e035";
}
.icon-arrows-keyboard-cmd:before {
  content: "\e036";
}
.icon-arrows-keyboard-delete:before {
  content: "\e037";
}
.icon-arrows-keyboard-down:before {
  content: "\e038";
}
.icon-arrows-keyboard-left:before {
  content: "\e039";
}
.icon-arrows-keyboard-return:before {
  content: "\e03a";
}
.icon-arrows-keyboard-right:before {
  content: "\e03b";
}
.icon-arrows-keyboard-shift:before {
  content: "\e03c";
}
.icon-arrows-keyboard-tab:before {
  content: "\e03d";
}
.icon-arrows-keyboard-up:before {
  content: "\e03e";
}
.icon-arrows-left:before {
  content: "\e03f";
}
.icon-arrows-left-double-32:before {
  content: "\e040";
}
.icon-arrows-minus:before {
  content: "\e041";
}
.icon-arrows-move:before {
  content: "\e042";
}
.icon-arrows-move2:before {
  content: "\e043";
}
.icon-arrows-move-bottom:before {
  content: "\e044";
}
.icon-arrows-move-left:before {
  content: "\e045";
}
.icon-arrows-move-right:before {
  content: "\e046";
}
.icon-arrows-move-top:before {
  content: "\e047";
}
.icon-arrows-plus:before {
  content: "\e048";
}
.icon-arrows-question:before {
  content: "\e049";
}
.icon-arrows-remove:before {
  content: "\e04a";
}
.icon-arrows-right:before {
  content: "\e04b";
}
.icon-arrows-right-double:before {
  content: "\e04c";
}
.icon-arrows-rotate:before {
  content: "\e04d";
}
.icon-arrows-rotate-anti:before {
  content: "\e04e";
}
.icon-arrows-rotate-anti-dashed:before {
  content: "\e04f";
}
.icon-arrows-rotate-dashed:before {
  content: "\e050";
}
.icon-arrows-shrink:before {
  content: "\e051";
}
.icon-arrows-shrink-diagonal1:before {
  content: "\e052";
}
.icon-arrows-shrink-diagonal2:before {
  content: "\e053";
}
.icon-arrows-shrink-horizonal2:before {
  content: "\e054";
}
.icon-arrows-shrink-horizontal1:before {
  content: "\e055";
}
.icon-arrows-shrink-vertical1:before {
  content: "\e056";
}
.icon-arrows-shrink-vertical2:before {
  content: "\e057";
}
.icon-arrows-sign-down:before {
  content: "\e058";
}
.icon-arrows-sign-left:before {
  content: "\e059";
}
.icon-arrows-sign-right:before {
  content: "\e05a";
}
.icon-arrows-sign-up:before {
  content: "\e05b";
}
.icon-arrows-slide-down1:before {
  content: "\e05c";
}
.icon-arrows-slide-down2:before {
  content: "\e05d";
}
.icon-arrows-slide-left1:before {
  content: "\e05e";
}
.icon-arrows-slide-left2:before {
  content: "\e05f";
}
.icon-arrows-slide-right1:before {
  content: "\e060";
}
.icon-arrows-slide-right2:before {
  content: "\e061";
}
.icon-arrows-slide-up1:before {
  content: "\e062";
}
.icon-arrows-slide-up2:before {
  content: "\e063";
}
.icon-arrows-slim-down:before {
  content: "\e064";
}
.icon-arrows-slim-down-dashed:before {
  content: "\e065";
}
.icon-arrows-slim-left:before {
  content: "\e066";
}
.icon-arrows-slim-left-dashed:before {
  content: "\e067";
}
.icon-arrows-slim-right:before {
  content: "\e068";
}
.icon-arrows-slim-right-dashed:before {
  content: "\e069";
}
.icon-arrows-slim-up:before {
  content: "\e06a";
}
.icon-arrows-slim-up-dashed:before {
  content: "\e06b";
}
.icon-arrows-square-check:before {
  content: "\e06c";
}
.icon-arrows-square-down:before {
  content: "\e06d";
}
.icon-arrows-square-downleft:before {
  content: "\e06e";
}
.icon-arrows-square-downright:before {
  content: "\e06f";
}
.icon-arrows-square-left:before {
  content: "\e070";
}
.icon-arrows-square-minus:before {
  content: "\e071";
}
.icon-arrows-square-plus:before {
  content: "\e072";
}
.icon-arrows-square-remove:before {
  content: "\e073";
}
.icon-arrows-square-right:before {
  content: "\e074";
}
.icon-arrows-square-up:before {
  content: "\e075";
}
.icon-arrows-square-upleft:before {
  content: "\e076";
}
.icon-arrows-square-upright:before {
  content: "\e077";
}
.icon-arrows-squares:before {
  content: "\e078";
}
.icon-arrows-stretch-diagonal1:before {
  content: "\e079";
}
.icon-arrows-stretch-diagonal2:before {
  content: "\e07a";
}
.icon-arrows-stretch-diagonal3:before {
  content: "\e07b";
}
.icon-arrows-stretch-diagonal4:before {
  content: "\e07c";
}
.icon-arrows-stretch-horizontal1:before {
  content: "\e07d";
}
.icon-arrows-stretch-horizontal2:before {
  content: "\e07e";
}
.icon-arrows-stretch-vertical1:before {
  content: "\e07f";
}
.icon-arrows-stretch-vertical2:before {
  content: "\e080";
}
.icon-arrows-switch-horizontal:before {
  content: "\e081";
}
.icon-arrows-switch-vertical:before {
  content: "\e082";
}
.icon-arrows-up:before {
  content: "\e083";
}
.icon-arrows-up-double-33:before {
  content: "\e084";
}
.icon-arrows-upleft:before {
  content: "\e085";
}
.icon-arrows-upright:before {
  content: "\e086";
}
.icon-arrows-vertical:before {
  content: "\e087";
}
@font-face {
  font-family: "linea-basic-10";
  src: url(/fonts/linea-basic-10.eot?83fbe2710ec1d18f00b18621f573680f);
  src: url(/fonts/linea-basic-10.eot?83fbe2710ec1d18f00b18621f573680f?#iefix) format("embedded-opentype"), url(/fonts/linea-basic-10.woff?5665793dc15cc2dca6db666eedd5bdf6) format("woff"), url(/fonts/linea-basic-10.ttf?172006d6a70ece2b1a0cefa198e46f3c) format("truetype"), url(/fonts/linea-basic-10.svg?e3ab149af770e2d5627b0cfa9eafd8fe#linea-basic-10) format("svg");
  font-weight: normal;
  font-style: normal;
}
.linea-basic[data-icon]:before {
  font-family: "linea-basic-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-basic-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-basic-accelerator:before {
  content: "a";
}
.icon-basic-alarm:before {
  content: "b";
}
.icon-basic-anchor:before {
  content: "c";
}
.icon-basic-anticlockwise:before {
  content: "d";
}
.icon-basic-archive:before {
  content: "e";
}
.icon-basic-archive-full:before {
  content: "f";
}
.icon-basic-ban:before {
  content: "g";
}
.icon-basic-battery-charge:before {
  content: "h";
}
.icon-basic-battery-empty:before {
  content: "i";
}
.icon-basic-battery-full:before {
  content: "j";
}
.icon-basic-battery-half:before {
  content: "k";
}
.icon-basic-bolt:before {
  content: "l";
}
.icon-basic-book:before {
  content: "m";
}
.icon-basic-book-pen:before {
  content: "n";
}
.icon-basic-book-pencil:before {
  content: "o";
}
.icon-basic-bookmark:before {
  content: "p";
}
.icon-basic-calculator:before {
  content: "q";
}
.icon-basic-calendar:before {
  content: "r";
}
.icon-basic-cards-diamonds:before {
  content: "s";
}
.icon-basic-cards-hearts:before {
  content: "t";
}
.icon-basic-case:before {
  content: "u";
}
.icon-basic-chronometer:before {
  content: "v";
}
.icon-basic-clessidre:before {
  content: "w";
}
.icon-basic-clock:before {
  content: "x";
}
.icon-basic-clockwise:before {
  content: "y";
}
.icon-basic-cloud:before {
  content: "z";
}
.icon-basic-clubs:before {
  content: "A";
}
.icon-basic-compass:before {
  content: "B";
}
.icon-basic-cup:before {
  content: "C";
}
.icon-basic-diamonds:before {
  content: "D";
}
.icon-basic-display:before {
  content: "E";
}
.icon-basic-download:before {
  content: "F";
}
.icon-basic-exclamation:before {
  content: "G";
}
.icon-basic-eye:before {
  content: "H";
}
.icon-basic-eye-closed:before {
  content: "I";
}
.icon-basic-female:before {
  content: "J";
}
.icon-basic-flag1:before {
  content: "K";
}
.icon-basic-flag2:before {
  content: "L";
}
.icon-basic-floppydisk:before {
  content: "M";
}
.icon-basic-folder:before {
  content: "N";
}
.icon-basic-folder-multiple:before {
  content: "O";
}
.icon-basic-gear:before {
  content: "P";
}
.icon-basic-geolocalize-01:before {
  content: "Q";
}
.icon-basic-geolocalize-05:before {
  content: "R";
}
.icon-basic-globe:before {
  content: "S";
}
.icon-basic-gunsight:before {
  content: "T";
}
.icon-basic-hammer:before {
  content: "U";
}
.icon-basic-headset:before {
  content: "V";
}
.icon-basic-heart:before {
  content: "W";
}
.icon-basic-heart-broken:before {
  content: "X";
}
.icon-basic-helm:before {
  content: "Y";
}
.icon-basic-home:before {
  content: "Z";
}
.icon-basic-info:before {
  content: "0";
}
.icon-basic-ipod:before {
  content: "1";
}
.icon-basic-joypad:before {
  content: "2";
}
.icon-basic-key:before {
  content: "3";
}
.icon-basic-keyboard:before {
  content: "4";
}
.icon-basic-laptop:before {
  content: "5";
}
.icon-basic-life-buoy:before {
  content: "6";
}
.icon-basic-lightbulb:before {
  content: "7";
}
.icon-basic-link:before {
  content: "8";
}
.icon-basic-lock:before {
  content: "9";
}
.icon-basic-lock-open:before {
  content: "!";
}
.icon-basic-magic-mouse:before {
  content: "\"";
}
.icon-basic-magnifier:before {
  content: "#";
}
.icon-basic-magnifier-minus:before {
  content: "$";
}
.icon-basic-magnifier-plus:before {
  content: "%";
}
.icon-basic-mail:before {
  content: "&";
}
.icon-basic-mail-multiple:before {
  content: "'";
}
.icon-basic-mail-open:before {
  content: "(";
}
.icon-basic-mail-open-text:before {
  content: ")";
}
.icon-basic-male:before {
  content: "*";
}
.icon-basic-map:before {
  content: "+";
}
.icon-basic-message:before {
  content: ",";
}
.icon-basic-message-multiple:before {
  content: "-";
}
.icon-basic-message-txt:before {
  content: ".";
}
.icon-basic-mixer2:before {
  content: "/";
}
.icon-basic-mouse:before {
  content: ":";
}
.icon-basic-notebook:before {
  content: ";";
}
.icon-basic-notebook-pen:before {
  content: "<";
}
.icon-basic-notebook-pencil:before {
  content: "=";
}
.icon-basic-paperplane:before {
  content: ">";
}
.icon-basic-pencil-ruler:before {
  content: "?";
}
.icon-basic-pencil-ruler-pen:before {
  content: "@";
}
.icon-basic-photo:before {
  content: "[";
}
.icon-basic-picture:before {
  content: "]";
}
.icon-basic-picture-multiple:before {
  content: "^";
}
.icon-basic-pin1:before {
  content: "_";
}
.icon-basic-pin2:before {
  content: "`";
}
.icon-basic-postcard:before {
  content: "{";
}
.icon-basic-postcard-multiple:before {
  content: "|";
}
.icon-basic-printer:before {
  content: "}";
}
.icon-basic-question:before {
  content: "~";
}
.icon-basic-rss:before {
  content: "";
}
.icon-basic-server:before {
  content: "\e000";
}
.icon-basic-server2:before {
  content: "\e001";
}
.icon-basic-server-cloud:before {
  content: "\e002";
}
.icon-basic-server-download:before {
  content: "\e003";
}
.icon-basic-server-upload:before {
  content: "\e004";
}
.icon-basic-settings:before {
  content: "\e005";
}
.icon-basic-share:before {
  content: "\e006";
}
.icon-basic-sheet:before {
  content: "\e007";
}
.icon-basic-sheet-multiple:before {
  content: "\e008";
}
.icon-basic-sheet-pen:before {
  content: "\e009";
}
.icon-basic-sheet-pencil:before {
  content: "\e00a";
}
.icon-basic-sheet-txt:before {
  content: "\e00b";
}
.icon-basic-signs:before {
  content: "\e00c";
}
.icon-basic-smartphone:before {
  content: "\e00d";
}
.icon-basic-spades:before {
  content: "\e00e";
}
.icon-basic-spread:before {
  content: "\e00f";
}
.icon-basic-spread-bookmark:before {
  content: "\e010";
}
.icon-basic-spread-text:before {
  content: "\e011";
}
.icon-basic-spread-text-bookmark:before {
  content: "\e012";
}
.icon-basic-star:before {
  content: "\e013";
}
.icon-basic-tablet:before {
  content: "\e014";
}
.icon-basic-target:before {
  content: "\e015";
}
.icon-basic-todo:before {
  content: "\e016";
}
.icon-basic-todo-pen:before {
  content: "\e017";
}
.icon-basic-todo-pencil:before {
  content: "\e018";
}
.icon-basic-todo-txt:before {
  content: "\e019";
}
.icon-basic-todolist-pen:before {
  content: "\e01a";
}
.icon-basic-todolist-pencil:before {
  content: "\e01b";
}
.icon-basic-trashcan:before {
  content: "\e01c";
}
.icon-basic-trashcan-full:before {
  content: "\e01d";
}
.icon-basic-trashcan-refresh:before {
  content: "\e01e";
}
.icon-basic-trashcan-remove:before {
  content: "\e01f";
}
.icon-basic-upload:before {
  content: "\e020";
}
.icon-basic-usb:before {
  content: "\e021";
}
.icon-basic-video:before {
  content: "\e022";
}
.icon-basic-watch:before {
  content: "\e023";
}
.icon-basic-webpage:before {
  content: "\e024";
}
.icon-basic-webpage-img-txt:before {
  content: "\e025";
}
.icon-basic-webpage-multiple:before {
  content: "\e026";
}
.icon-basic-webpage-txt:before {
  content: "\e027";
}
.icon-basic-world:before {
  content: "\e028";
}
@font-face {
  font-family: "linea-basic-elaboration-10";
  src: url(/fonts/linea-basic-elaboration-10.eot?220da4a96c9616dde92503981ef2a77f);
  src: url(/fonts/linea-basic-elaboration-10.eot?220da4a96c9616dde92503981ef2a77f?#iefix) format("embedded-opentype"), url(/fonts/linea-basic-elaboration-10.woff?f2b068540a9ab772f2fe6cd800ef1883) format("woff"), url(/fonts/linea-basic-elaboration-10.ttf?7c697b21afd266e0c8b4f6b8f986f617) format("truetype"), url(/fonts/linea-basic-elaboration-10.svg?0a4db0a7a15cac7fda96cf608c3f5931#linea-basic-elaboration-10) format("svg");
  font-weight: normal;
  font-style: normal;
}
.linea-elaborate[data-icon]:before {
  font-family: "linea-basic-elaboration-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-basic-elaboration-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-basic-elaboration-bookmark-checck:before {
  content: "a";
}
.icon-basic-elaboration-bookmark-minus:before {
  content: "b";
}
.icon-basic-elaboration-bookmark-plus:before {
  content: "c";
}
.icon-basic-elaboration-bookmark-remove:before {
  content: "d";
}
.icon-basic-elaboration-briefcase-check:before {
  content: "e";
}
.icon-basic-elaboration-briefcase-download:before {
  content: "f";
}
.icon-basic-elaboration-briefcase-flagged:before {
  content: "g";
}
.icon-basic-elaboration-briefcase-minus:before {
  content: "h";
}
.icon-basic-elaboration-briefcase-plus:before {
  content: "i";
}
.icon-basic-elaboration-briefcase-refresh:before {
  content: "j";
}
.icon-basic-elaboration-briefcase-remove:before {
  content: "k";
}
.icon-basic-elaboration-briefcase-search:before {
  content: "l";
}
.icon-basic-elaboration-briefcase-star:before {
  content: "m";
}
.icon-basic-elaboration-briefcase-upload:before {
  content: "n";
}
.icon-basic-elaboration-browser-check:before {
  content: "o";
}
.icon-basic-elaboration-browser-download:before {
  content: "p";
}
.icon-basic-elaboration-browser-minus:before {
  content: "q";
}
.icon-basic-elaboration-browser-plus:before {
  content: "r";
}
.icon-basic-elaboration-browser-refresh:before {
  content: "s";
}
.icon-basic-elaboration-browser-remove:before {
  content: "t";
}
.icon-basic-elaboration-browser-search:before {
  content: "u";
}
.icon-basic-elaboration-browser-star:before {
  content: "v";
}
.icon-basic-elaboration-browser-upload:before {
  content: "w";
}
.icon-basic-elaboration-calendar-check:before {
  content: "x";
}
.icon-basic-elaboration-calendar-cloud:before {
  content: "y";
}
.icon-basic-elaboration-calendar-download:before {
  content: "z";
}
.icon-basic-elaboration-calendar-empty:before {
  content: "A";
}
.icon-basic-elaboration-calendar-flagged:before {
  content: "B";
}
.icon-basic-elaboration-calendar-heart:before {
  content: "C";
}
.icon-basic-elaboration-calendar-minus:before {
  content: "D";
}
.icon-basic-elaboration-calendar-next:before {
  content: "E";
}
.icon-basic-elaboration-calendar-noaccess:before {
  content: "F";
}
.icon-basic-elaboration-calendar-pencil:before {
  content: "G";
}
.icon-basic-elaboration-calendar-plus:before {
  content: "H";
}
.icon-basic-elaboration-calendar-previous:before {
  content: "I";
}
.icon-basic-elaboration-calendar-refresh:before {
  content: "J";
}
.icon-basic-elaboration-calendar-remove:before {
  content: "K";
}
.icon-basic-elaboration-calendar-search:before {
  content: "L";
}
.icon-basic-elaboration-calendar-star:before {
  content: "M";
}
.icon-basic-elaboration-calendar-upload:before {
  content: "N";
}
.icon-basic-elaboration-cloud-check:before {
  content: "O";
}
.icon-basic-elaboration-cloud-download:before {
  content: "P";
}
.icon-basic-elaboration-cloud-minus:before {
  content: "Q";
}
.icon-basic-elaboration-cloud-noaccess:before {
  content: "R";
}
.icon-basic-elaboration-cloud-plus:before {
  content: "S";
}
.icon-basic-elaboration-cloud-refresh:before {
  content: "T";
}
.icon-basic-elaboration-cloud-remove:before {
  content: "U";
}
.icon-basic-elaboration-cloud-search:before {
  content: "V";
}
.icon-basic-elaboration-cloud-upload:before {
  content: "W";
}
.icon-basic-elaboration-document-check:before {
  content: "X";
}
.icon-basic-elaboration-document-cloud:before {
  content: "Y";
}
.icon-basic-elaboration-document-download:before {
  content: "Z";
}
.icon-basic-elaboration-document-flagged:before {
  content: "0";
}
.icon-basic-elaboration-document-graph:before {
  content: "1";
}
.icon-basic-elaboration-document-heart:before {
  content: "2";
}
.icon-basic-elaboration-document-minus:before {
  content: "3";
}
.icon-basic-elaboration-document-next:before {
  content: "4";
}
.icon-basic-elaboration-document-noaccess:before {
  content: "5";
}
.icon-basic-elaboration-document-note:before {
  content: "6";
}
.icon-basic-elaboration-document-pencil:before {
  content: "7";
}
.icon-basic-elaboration-document-picture:before {
  content: "8";
}
.icon-basic-elaboration-document-plus:before {
  content: "9";
}
.icon-basic-elaboration-document-previous:before {
  content: "!";
}
.icon-basic-elaboration-document-refresh:before {
  content: "\"";
}
.icon-basic-elaboration-document-remove:before {
  content: "#";
}
.icon-basic-elaboration-document-search:before {
  content: "$";
}
.icon-basic-elaboration-document-star:before {
  content: "%";
}
.icon-basic-elaboration-document-upload:before {
  content: "&";
}
.icon-basic-elaboration-folder-check:before {
  content: "'";
}
.icon-basic-elaboration-folder-cloud:before {
  content: "(";
}
.icon-basic-elaboration-folder-document:before {
  content: ")";
}
.icon-basic-elaboration-folder-download:before {
  content: "*";
}
.icon-basic-elaboration-folder-flagged:before {
  content: "+";
}
.icon-basic-elaboration-folder-graph:before {
  content: ",";
}
.icon-basic-elaboration-folder-heart:before {
  content: "-";
}
.icon-basic-elaboration-folder-minus:before {
  content: ".";
}
.icon-basic-elaboration-folder-next:before {
  content: "/";
}
.icon-basic-elaboration-folder-noaccess:before {
  content: ":";
}
.icon-basic-elaboration-folder-note:before {
  content: ";";
}
.icon-basic-elaboration-folder-pencil:before {
  content: "<";
}
.icon-basic-elaboration-folder-picture:before {
  content: "=";
}
.icon-basic-elaboration-folder-plus:before {
  content: ">";
}
.icon-basic-elaboration-folder-previous:before {
  content: "?";
}
.icon-basic-elaboration-folder-refresh:before {
  content: "@";
}
.icon-basic-elaboration-folder-remove:before {
  content: "[";
}
.icon-basic-elaboration-folder-search:before {
  content: "]";
}
.icon-basic-elaboration-folder-star:before {
  content: "^";
}
.icon-basic-elaboration-folder-upload:before {
  content: "_";
}
.icon-basic-elaboration-mail-check:before {
  content: "`";
}
.icon-basic-elaboration-mail-cloud:before {
  content: "{";
}
.icon-basic-elaboration-mail-document:before {
  content: "|";
}
.icon-basic-elaboration-mail-download:before {
  content: "}";
}
.icon-basic-elaboration-mail-flagged:before {
  content: "~";
}
.icon-basic-elaboration-mail-heart:before {
  content: "";
}
.icon-basic-elaboration-mail-next:before {
  content: "\e000";
}
.icon-basic-elaboration-mail-noaccess:before {
  content: "\e001";
}
.icon-basic-elaboration-mail-note:before {
  content: "\e002";
}
.icon-basic-elaboration-mail-pencil:before {
  content: "\e003";
}
.icon-basic-elaboration-mail-picture:before {
  content: "\e004";
}
.icon-basic-elaboration-mail-previous:before {
  content: "\e005";
}
.icon-basic-elaboration-mail-refresh:before {
  content: "\e006";
}
.icon-basic-elaboration-mail-remove:before {
  content: "\e007";
}
.icon-basic-elaboration-mail-search:before {
  content: "\e008";
}
.icon-basic-elaboration-mail-star:before {
  content: "\e009";
}
.icon-basic-elaboration-mail-upload:before {
  content: "\e00a";
}
.icon-basic-elaboration-message-check:before {
  content: "\e00b";
}
.icon-basic-elaboration-message-dots:before {
  content: "\e00c";
}
.icon-basic-elaboration-message-happy:before {
  content: "\e00d";
}
.icon-basic-elaboration-message-heart:before {
  content: "\e00e";
}
.icon-basic-elaboration-message-minus:before {
  content: "\e00f";
}
.icon-basic-elaboration-message-note:before {
  content: "\e010";
}
.icon-basic-elaboration-message-plus:before {
  content: "\e011";
}
.icon-basic-elaboration-message-refresh:before {
  content: "\e012";
}
.icon-basic-elaboration-message-remove:before {
  content: "\e013";
}
.icon-basic-elaboration-message-sad:before {
  content: "\e014";
}
.icon-basic-elaboration-smartphone-cloud:before {
  content: "\e015";
}
.icon-basic-elaboration-smartphone-heart:before {
  content: "\e016";
}
.icon-basic-elaboration-smartphone-noaccess:before {
  content: "\e017";
}
.icon-basic-elaboration-smartphone-note:before {
  content: "\e018";
}
.icon-basic-elaboration-smartphone-pencil:before {
  content: "\e019";
}
.icon-basic-elaboration-smartphone-picture:before {
  content: "\e01a";
}
.icon-basic-elaboration-smartphone-refresh:before {
  content: "\e01b";
}
.icon-basic-elaboration-smartphone-search:before {
  content: "\e01c";
}
.icon-basic-elaboration-tablet-cloud:before {
  content: "\e01d";
}
.icon-basic-elaboration-tablet-heart:before {
  content: "\e01e";
}
.icon-basic-elaboration-tablet-noaccess:before {
  content: "\e01f";
}
.icon-basic-elaboration-tablet-note:before {
  content: "\e020";
}
.icon-basic-elaboration-tablet-pencil:before {
  content: "\e021";
}
.icon-basic-elaboration-tablet-picture:before {
  content: "\e022";
}
.icon-basic-elaboration-tablet-refresh:before {
  content: "\e023";
}
.icon-basic-elaboration-tablet-search:before {
  content: "\e024";
}
.icon-basic-elaboration-todolist-2:before {
  content: "\e025";
}
.icon-basic-elaboration-todolist-check:before {
  content: "\e026";
}
.icon-basic-elaboration-todolist-cloud:before {
  content: "\e027";
}
.icon-basic-elaboration-todolist-download:before {
  content: "\e028";
}
.icon-basic-elaboration-todolist-flagged:before {
  content: "\e029";
}
.icon-basic-elaboration-todolist-minus:before {
  content: "\e02a";
}
.icon-basic-elaboration-todolist-noaccess:before {
  content: "\e02b";
}
.icon-basic-elaboration-todolist-pencil:before {
  content: "\e02c";
}
.icon-basic-elaboration-todolist-plus:before {
  content: "\e02d";
}
.icon-basic-elaboration-todolist-refresh:before {
  content: "\e02e";
}
.icon-basic-elaboration-todolist-remove:before {
  content: "\e02f";
}
.icon-basic-elaboration-todolist-search:before {
  content: "\e030";
}
.icon-basic-elaboration-todolist-star:before {
  content: "\e031";
}
.icon-basic-elaboration-todolist-upload:before {
  content: "\e032";
}
@font-face {
  font-family: "linea-ecommerce-10";
  src: url(/fonts/linea-ecommerce-10.eot?fd5a9ac153e618b11632f346c9f88e24);
  src: url(/fonts/linea-ecommerce-10.eot?fd5a9ac153e618b11632f346c9f88e24?#iefix) format("embedded-opentype"), url(/fonts/linea-ecommerce-10.woff?51f1311f76bd10c80fd974be98defd19) format("woff"), url(/fonts/linea-ecommerce-10.ttf?dc1f09acd76c97a4da9c60fe48d4cac4) format("truetype"), url(/fonts/linea-ecommerce-10.svg?e6014dfb46cae6e5e5e33f61b804c915#linea-ecommerce-10) format("svg");
  font-weight: normal;
  font-style: normal;
}
.linea-ecommerce[data-icon]:before {
  font-family: "linea-ecommerce-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-ecommerce-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ecommerce-bag:before {
  content: "a";
}
.icon-ecommerce-bag-check:before {
  content: "b";
}
.icon-ecommerce-bag-cloud:before {
  content: "c";
}
.icon-ecommerce-bag-download:before {
  content: "d";
}
.icon-ecommerce-bag-minus:before {
  content: "e";
}
.icon-ecommerce-bag-plus:before {
  content: "f";
}
.icon-ecommerce-bag-refresh:before {
  content: "g";
}
.icon-ecommerce-bag-remove:before {
  content: "h";
}
.icon-ecommerce-bag-search:before {
  content: "i";
}
.icon-ecommerce-bag-upload:before {
  content: "j";
}
.icon-ecommerce-banknote:before {
  content: "k";
}
.icon-ecommerce-banknotes:before {
  content: "l";
}
.icon-ecommerce-basket:before {
  content: "m";
}
.icon-ecommerce-basket-check:before {
  content: "n";
}
.icon-ecommerce-basket-cloud:before {
  content: "o";
}
.icon-ecommerce-basket-download:before {
  content: "p";
}
.icon-ecommerce-basket-minus:before {
  content: "q";
}
.icon-ecommerce-basket-plus:before {
  content: "r";
}
.icon-ecommerce-basket-refresh:before {
  content: "s";
}
.icon-ecommerce-basket-remove:before {
  content: "t";
}
.icon-ecommerce-basket-search:before {
  content: "u";
}
.icon-ecommerce-basket-upload:before {
  content: "v";
}
.icon-ecommerce-bath:before {
  content: "w";
}
.icon-ecommerce-cart:before {
  content: "x";
}
.icon-ecommerce-cart-check:before {
  content: "y";
}
.icon-ecommerce-cart-cloud:before {
  content: "z";
}
.icon-ecommerce-cart-content:before {
  content: "A";
}
.icon-ecommerce-cart-download:before {
  content: "B";
}
.icon-ecommerce-cart-minus:before {
  content: "C";
}
.icon-ecommerce-cart-plus:before {
  content: "D";
}
.icon-ecommerce-cart-refresh:before {
  content: "E";
}
.icon-ecommerce-cart-remove:before {
  content: "F";
}
.icon-ecommerce-cart-search:before {
  content: "G";
}
.icon-ecommerce-cart-upload:before {
  content: "H";
}
.icon-ecommerce-cent:before {
  content: "I";
}
.icon-ecommerce-colon:before {
  content: "J";
}
.icon-ecommerce-creditcard:before {
  content: "K";
}
.icon-ecommerce-diamond:before {
  content: "L";
}
.icon-ecommerce-dollar:before {
  content: "M";
}
.icon-ecommerce-euro:before {
  content: "N";
}
.icon-ecommerce-franc:before {
  content: "O";
}
.icon-ecommerce-gift:before {
  content: "P";
}
.icon-ecommerce-graph1:before {
  content: "Q";
}
.icon-ecommerce-graph2:before {
  content: "R";
}
.icon-ecommerce-graph3:before {
  content: "S";
}
.icon-ecommerce-graph-decrease:before {
  content: "T";
}
.icon-ecommerce-graph-increase:before {
  content: "U";
}
.icon-ecommerce-guarani:before {
  content: "V";
}
.icon-ecommerce-kips:before {
  content: "W";
}
.icon-ecommerce-lira:before {
  content: "X";
}
.icon-ecommerce-megaphone:before {
  content: "Y";
}
.icon-ecommerce-money:before {
  content: "Z";
}
.icon-ecommerce-naira:before {
  content: "0";
}
.icon-ecommerce-pesos:before {
  content: "1";
}
.icon-ecommerce-pound:before {
  content: "2";
}
.icon-ecommerce-receipt:before {
  content: "3";
}
.icon-ecommerce-receipt-bath:before {
  content: "4";
}
.icon-ecommerce-receipt-cent:before {
  content: "5";
}
.icon-ecommerce-receipt-dollar:before {
  content: "6";
}
.icon-ecommerce-receipt-euro:before {
  content: "7";
}
.icon-ecommerce-receipt-franc:before {
  content: "8";
}
.icon-ecommerce-receipt-guarani:before {
  content: "9";
}
.icon-ecommerce-receipt-kips:before {
  content: "!";
}
.icon-ecommerce-receipt-lira:before {
  content: "\"";
}
.icon-ecommerce-receipt-naira:before {
  content: "#";
}
.icon-ecommerce-receipt-pesos:before {
  content: "$";
}
.icon-ecommerce-receipt-pound:before {
  content: "%";
}
.icon-ecommerce-receipt-rublo:before {
  content: "&";
}
.icon-ecommerce-receipt-rupee:before {
  content: "'";
}
.icon-ecommerce-receipt-tugrik:before {
  content: "(";
}
.icon-ecommerce-receipt-won:before {
  content: ")";
}
.icon-ecommerce-receipt-yen:before {
  content: "*";
}
.icon-ecommerce-receipt-yen2:before {
  content: "+";
}
.icon-ecommerce-recept-colon:before {
  content: ",";
}
.icon-ecommerce-rublo:before {
  content: "-";
}
.icon-ecommerce-rupee:before {
  content: ".";
}
.icon-ecommerce-safe:before {
  content: "/";
}
.icon-ecommerce-sale:before {
  content: ":";
}
.icon-ecommerce-sales:before {
  content: ";";
}
.icon-ecommerce-ticket:before {
  content: "<";
}
.icon-ecommerce-tugriks:before {
  content: "=";
}
.icon-ecommerce-wallet:before {
  content: ">";
}
.icon-ecommerce-won:before {
  content: "?";
}
.icon-ecommerce-yen:before {
  content: "@";
}
.icon-ecommerce-yen2:before {
  content: "[";
}
@font-face {
  font-family: "linea-music-10";
  src: url(/fonts/linea-music-10.eot?8264a3867fa13037d197053e18a1a841);
  src: url(/fonts/linea-music-10.eot?8264a3867fa13037d197053e18a1a841?#iefix) format("embedded-opentype"), url(/fonts/linea-music-10.woff?bb87bc6a07ac0f1fbb75846eb1dd36e9) format("woff"), url(/fonts/linea-music-10.ttf?2ac293e99216843bb0848f0625d37762) format("truetype"), url(/fonts/linea-music-10.svg?1a649412e087930cb41a11cee7e6e764#linea-music-10) format("svg");
  font-weight: normal;
  font-style: normal;
}
.linea-music[data-icon]:before {
  font-family: "linea-music-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-music-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-music-beginning-button:before {
  content: "a";
}
.icon-music-bell:before {
  content: "b";
}
.icon-music-cd:before {
  content: "c";
}
.icon-music-diapason:before {
  content: "d";
}
.icon-music-eject-button:before {
  content: "e";
}
.icon-music-end-button:before {
  content: "f";
}
.icon-music-fastforward-button:before {
  content: "g";
}
.icon-music-headphones:before {
  content: "h";
}
.icon-music-ipod:before {
  content: "i";
}
.icon-music-loudspeaker:before {
  content: "j";
}
.icon-music-microphone:before {
  content: "k";
}
.icon-music-microphone-old:before {
  content: "l";
}
.icon-music-mixer:before {
  content: "m";
}
.icon-music-mute:before {
  content: "n";
}
.icon-music-note-multiple:before {
  content: "o";
}
.icon-music-note-single:before {
  content: "p";
}
.icon-music-pause-button:before {
  content: "q";
}
.icon-music-play-button:before {
  content: "r";
}
.icon-music-playlist:before {
  content: "s";
}
.icon-music-radio-ghettoblaster:before {
  content: "t";
}
.icon-music-radio-portable:before {
  content: "u";
}
.icon-music-record:before {
  content: "v";
}
.icon-music-recordplayer:before {
  content: "w";
}
.icon-music-repeat-button:before {
  content: "x";
}
.icon-music-rewind-button:before {
  content: "y";
}
.icon-music-shuffle-button:before {
  content: "z";
}
.icon-music-stop-button:before {
  content: "A";
}
.icon-music-tape:before {
  content: "B";
}
.icon-music-volume-down:before {
  content: "C";
}
.icon-music-volume-up:before {
  content: "D";
}
@font-face {
  font-family: "linea-software-10";
  src: url(/fonts/linea-software-10.eot?1adf7d23f805552f2961e88617df9c7e);
  src: url(/fonts/linea-software-10.eot?1adf7d23f805552f2961e88617df9c7e?#iefix) format("embedded-opentype"), url(/fonts/linea-software-10.woff?0554876edab93b3da6cd01930379afaa) format("woff"), url(/fonts/linea-software-10.ttf?b9dd4f3feb4ba162b7ce6c506fa553d9) format("truetype"), url(/fonts/linea-software-10.svg?3df0a62f6226d4a56cba2f7d82d9234a#linea-software-10) format("svg");
  font-weight: normal;
  font-style: normal;
}
.linea-software[data-icon]:before {
  font-family: "linea-software-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-software-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-software-add-vectorpoint:before {
  content: "a";
}
.icon-software-box-oval:before {
  content: "b";
}
.icon-software-box-polygon:before {
  content: "c";
}
.icon-software-box-rectangle:before {
  content: "d";
}
.icon-software-box-roundedrectangle:before {
  content: "e";
}
.icon-software-character:before {
  content: "f";
}
.icon-software-crop:before {
  content: "g";
}
.icon-software-eyedropper:before {
  content: "h";
}
.icon-software-font-allcaps:before {
  content: "i";
}
.icon-software-font-baseline-shift:before {
  content: "j";
}
.icon-software-font-horizontal-scale:before {
  content: "k";
}
.icon-software-font-kerning:before {
  content: "l";
}
.icon-software-font-leading:before {
  content: "m";
}
.icon-software-font-size:before {
  content: "n";
}
.icon-software-font-smallcapital:before {
  content: "o";
}
.icon-software-font-smallcaps:before {
  content: "p";
}
.icon-software-font-strikethrough:before {
  content: "q";
}
.icon-software-font-tracking:before {
  content: "r";
}
.icon-software-font-underline:before {
  content: "s";
}
.icon-software-font-vertical-scale:before {
  content: "t";
}
.icon-software-horizontal-align-center:before {
  content: "u";
}
.icon-software-horizontal-align-left:before {
  content: "v";
}
.icon-software-horizontal-align-right:before {
  content: "w";
}
.icon-software-horizontal-distribute-center:before {
  content: "x";
}
.icon-software-horizontal-distribute-left:before {
  content: "y";
}
.icon-software-horizontal-distribute-right:before {
  content: "z";
}
.icon-software-indent-firstline:before {
  content: "A";
}
.icon-software-indent-left:before {
  content: "B";
}
.icon-software-indent-right:before {
  content: "C";
}
.icon-software-lasso:before {
  content: "D";
}
.icon-software-layers1:before {
  content: "E";
}
.icon-software-layers2:before {
  content: "F";
}
.icon-software-layout:before {
  content: "G";
}
.icon-software-layout-2columns:before {
  content: "H";
}
.icon-software-layout-3columns:before {
  content: "I";
}
.icon-software-layout-4boxes:before {
  content: "J";
}
.icon-software-layout-4columns:before {
  content: "K";
}
.icon-software-layout-4lines:before {
  content: "L";
}
.icon-software-layout-8boxes:before {
  content: "M";
}
.icon-software-layout-header:before {
  content: "N";
}
.icon-software-layout-header-2columns:before {
  content: "O";
}
.icon-software-layout-header-3columns:before {
  content: "P";
}
.icon-software-layout-header-4boxes:before {
  content: "Q";
}
.icon-software-layout-header-4columns:before {
  content: "R";
}
.icon-software-layout-header-complex:before {
  content: "S";
}
.icon-software-layout-header-complex2:before {
  content: "T";
}
.icon-software-layout-header-complex3:before {
  content: "U";
}
.icon-software-layout-header-complex4:before {
  content: "V";
}
.icon-software-layout-header-sideleft:before {
  content: "W";
}
.icon-software-layout-header-sideright:before {
  content: "X";
}
.icon-software-layout-sidebar-left:before {
  content: "Y";
}
.icon-software-layout-sidebar-right:before {
  content: "Z";
}
.icon-software-magnete:before {
  content: "0";
}
.icon-software-pages:before {
  content: "1";
}
.icon-software-paintbrush:before {
  content: "2";
}
.icon-software-paintbucket:before {
  content: "3";
}
.icon-software-paintroller:before {
  content: "4";
}
.icon-software-paragraph:before {
  content: "5";
}
.icon-software-paragraph-align-left:before {
  content: "6";
}
.icon-software-paragraph-align-right:before {
  content: "7";
}
.icon-software-paragraph-center:before {
  content: "8";
}
.icon-software-paragraph-justify-all:before {
  content: "9";
}
.icon-software-paragraph-justify-center:before {
  content: "!";
}
.icon-software-paragraph-justify-left:before {
  content: "\"";
}
.icon-software-paragraph-justify-right:before {
  content: "#";
}
.icon-software-paragraph-space-after:before {
  content: "$";
}
.icon-software-paragraph-space-before:before {
  content: "%";
}
.icon-software-pathfinder-exclude:before {
  content: "&";
}
.icon-software-pathfinder-intersect:before {
  content: "'";
}
.icon-software-pathfinder-subtract:before {
  content: "(";
}
.icon-software-pathfinder-unite:before {
  content: ")";
}
.icon-software-pen:before {
  content: "*";
}
.icon-software-pen-add:before {
  content: "+";
}
.icon-software-pen-remove:before {
  content: ",";
}
.icon-software-pencil:before {
  content: "-";
}
.icon-software-polygonallasso:before {
  content: ".";
}
.icon-software-reflect-horizontal:before {
  content: "/";
}
.icon-software-reflect-vertical:before {
  content: ":";
}
.icon-software-remove-vectorpoint:before {
  content: ";";
}
.icon-software-scale-expand:before {
  content: "<";
}
.icon-software-scale-reduce:before {
  content: "=";
}
.icon-software-selection-oval:before {
  content: ">";
}
.icon-software-selection-polygon:before {
  content: "?";
}
.icon-software-selection-rectangle:before {
  content: "@";
}
.icon-software-selection-roundedrectangle:before {
  content: "[";
}
.icon-software-shape-oval:before {
  content: "]";
}
.icon-software-shape-polygon:before {
  content: "^";
}
.icon-software-shape-rectangle:before {
  content: "_";
}
.icon-software-shape-roundedrectangle:before {
  content: "`";
}
.icon-software-slice:before {
  content: "{";
}
.icon-software-transform-bezier:before {
  content: "|";
}
.icon-software-vector-box:before {
  content: "}";
}
.icon-software-vector-composite:before {
  content: "~";
}
.icon-software-vector-line:before {
  content: "";
}
.icon-software-vertical-align-bottom:before {
  content: "\e000";
}
.icon-software-vertical-align-center:before {
  content: "\e001";
}
.icon-software-vertical-align-top:before {
  content: "\e002";
}
.icon-software-vertical-distribute-bottom:before {
  content: "\e003";
}
.icon-software-vertical-distribute-center:before {
  content: "\e004";
}
.icon-software-vertical-distribute-top:before {
  content: "\e005";
}
@font-face {
  font-family: "linea-weather-10";
  src: url(/fonts/linea-weather-10.eot?09413acbaa20c890412c0886455574ee);
  src: url(/fonts/linea-weather-10.eot?09413acbaa20c890412c0886455574ee?#iefix) format("embedded-opentype"), url(/fonts/linea-weather-10.woff?66036544c287b3320ef7498f851dda9a) format("woff"), url(/fonts/linea-weather-10.ttf?08a1464bb4d60a314788e089b6dbcb50) format("truetype"), url(/fonts/linea-weather-10.svg?25c922c15ad2422d9a6b5d8860d606a2#linea-weather-10) format("svg");
  font-weight: normal;
  font-style: normal;
}
.linea-weather[data-icon]:before {
  font-family: "linea-weather-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-weather-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-weather-aquarius:before {
  content: "\e000";
}
.icon-weather-aries:before {
  content: "\e001";
}
.icon-weather-cancer:before {
  content: "\e002";
}
.icon-weather-capricorn:before {
  content: "\e003";
}
.icon-weather-cloud:before {
  content: "\e004";
}
.icon-weather-cloud-drop:before {
  content: "\e005";
}
.icon-weather-cloud-lightning:before {
  content: "\e006";
}
.icon-weather-cloud-snowflake:before {
  content: "\e007";
}
.icon-weather-downpour-fullmoon:before {
  content: "\e008";
}
.icon-weather-downpour-halfmoon:before {
  content: "\e009";
}
.icon-weather-downpour-sun:before {
  content: "\e00a";
}
.icon-weather-drop:before {
  content: "\e00b";
}
.icon-weather-first-quarter:before {
  content: "\e00c";
}
.icon-weather-fog:before {
  content: "\e00d";
}
.icon-weather-fog-fullmoon:before {
  content: "\e00e";
}
.icon-weather-fog-halfmoon:before {
  content: "\e00f";
}
.icon-weather-fog-sun:before {
  content: "\e010";
}
.icon-weather-fullmoon:before {
  content: "\e011";
}
.icon-weather-gemini:before {
  content: "\e012";
}
.icon-weather-hail:before {
  content: "\e013";
}
.icon-weather-hail-fullmoon:before {
  content: "\e014";
}
.icon-weather-hail-halfmoon:before {
  content: "\e015";
}
.icon-weather-hail-sun:before {
  content: "\e016";
}
.icon-weather-last-quarter:before {
  content: "\e017";
}
.icon-weather-leo:before {
  content: "\e018";
}
.icon-weather-libra:before {
  content: "\e019";
}
.icon-weather-lightning:before {
  content: "\e01a";
}
.icon-weather-mistyrain:before {
  content: "\e01b";
}
.icon-weather-mistyrain-fullmoon:before {
  content: "\e01c";
}
.icon-weather-mistyrain-halfmoon:before {
  content: "\e01d";
}
.icon-weather-mistyrain-sun:before {
  content: "\e01e";
}
.icon-weather-moon:before {
  content: "\e01f";
}
.icon-weather-moondown-full:before {
  content: "\e020";
}
.icon-weather-moondown-half:before {
  content: "\e021";
}
.icon-weather-moonset-full:before {
  content: "\e022";
}
.icon-weather-moonset-half:before {
  content: "\e023";
}
.icon-weather-move2:before {
  content: "\e024";
}
.icon-weather-newmoon:before {
  content: "\e025";
}
.icon-weather-pisces:before {
  content: "\e026";
}
.icon-weather-rain:before {
  content: "\e027";
}
.icon-weather-rain-fullmoon:before {
  content: "\e028";
}
.icon-weather-rain-halfmoon:before {
  content: "\e029";
}
.icon-weather-rain-sun:before {
  content: "\e02a";
}
.icon-weather-sagittarius:before {
  content: "\e02b";
}
.icon-weather-scorpio:before {
  content: "\e02c";
}
.icon-weather-snow:before {
  content: "\e02d";
}
.icon-weather-snow-fullmoon:before {
  content: "\e02e";
}
.icon-weather-snow-halfmoon:before {
  content: "\e02f";
}
.icon-weather-snow-sun:before {
  content: "\e030";
}
.icon-weather-snowflake:before {
  content: "\e031";
}
.icon-weather-star:before {
  content: "\e032";
}
.icon-weather-storm-11:before {
  content: "\e033";
}
.icon-weather-storm-32:before {
  content: "\e034";
}
.icon-weather-storm-fullmoon:before {
  content: "\e035";
}
.icon-weather-storm-halfmoon:before {
  content: "\e036";
}
.icon-weather-storm-sun:before {
  content: "\e037";
}
.icon-weather-sun:before {
  content: "\e038";
}
.icon-weather-sundown:before {
  content: "\e039";
}
.icon-weather-sunset:before {
  content: "\e03a";
}
.icon-weather-taurus:before {
  content: "\e03b";
}
.icon-weather-tempest:before {
  content: "\e03c";
}
.icon-weather-tempest-fullmoon:before {
  content: "\e03d";
}
.icon-weather-tempest-halfmoon:before {
  content: "\e03e";
}
.icon-weather-tempest-sun:before {
  content: "\e03f";
}
.icon-weather-variable-fullmoon:before {
  content: "\e040";
}
.icon-weather-variable-halfmoon:before {
  content: "\e041";
}
.icon-weather-variable-sun:before {
  content: "\e042";
}
.icon-weather-virgo:before {
  content: "\e043";
}
.icon-weather-waning-cresent:before {
  content: "\e044";
}
.icon-weather-waning-gibbous:before {
  content: "\e045";
}
.icon-weather-waxing-cresent:before {
  content: "\e046";
}
.icon-weather-waxing-gibbous:before {
  content: "\e047";
}
.icon-weather-wind:before {
  content: "\e048";
}
.icon-weather-wind-e:before {
  content: "\e049";
}
.icon-weather-wind-fullmoon:before {
  content: "\e04a";
}
.icon-weather-wind-halfmoon:before {
  content: "\e04b";
}
.icon-weather-wind-n:before {
  content: "\e04c";
}
.icon-weather-wind-ne:before {
  content: "\e04d";
}
.icon-weather-wind-nw:before {
  content: "\e04e";
}
.icon-weather-wind-s:before {
  content: "\e04f";
}
.icon-weather-wind-se:before {
  content: "\e050";
}
.icon-weather-wind-sun:before {
  content: "\e051";
}
.icon-weather-wind-sw:before {
  content: "\e052";
}
.icon-weather-wind-w:before {
  content: "\e053";
}
.icon-weather-windgust:before {
  content: "\e054";
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/fonts/glyphicons-halflings-regular.eot?5be1347c682810f199c7f486f40c5974);
  src: url(/fonts/glyphicons-halflings-regular.eot?5be1347c682810f199c7f486f40c5974?#iefix) format('embedded-opentype'), url(/fonts/glyphicons-halflings-regular.woff2?be810be3a3e14c682a257d6eff341fe4) format('woff2'), url(/fonts/glyphicons-halflings-regular.woff?82b1212e45a2bc35dd731913b27ad813) format('woff'), url(/fonts/glyphicons-halflings-regular.ttf?4692b9ec53fd5972caa2f2372ae20d16) format('truetype'), url(/images/glyphicons-halflings-regular.svg?9a17786234899efcc9639fcc31fcecf3#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-ad {
  background-image: url(/flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(/flags/1x1/ad.svg);
}
.flag-icon-ae {
  background-image: url(/flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(/flags/1x1/ae.svg);
}
.flag-icon-af {
  background-image: url(/flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(/flags/1x1/af.svg);
}
.flag-icon-ag {
  background-image: url(/flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(/flags/1x1/ag.svg);
}
.flag-icon-ai {
  background-image: url(/flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(/flags/1x1/ai.svg);
}
.flag-icon-al {
  background-image: url(/flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(/flags/1x1/al.svg);
}
.flag-icon-am {
  background-image: url(/flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(/flags/1x1/am.svg);
}
.flag-icon-ao {
  background-image: url(/flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(/flags/1x1/ao.svg);
}
.flag-icon-aq {
  background-image: url(/flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(/flags/1x1/aq.svg);
}
.flag-icon-ar {
  background-image: url(/flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(/flags/1x1/ar.svg);
}
.flag-icon-as {
  background-image: url(/flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(/flags/1x1/as.svg);
}
.flag-icon-at {
  background-image: url(/flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(/flags/1x1/at.svg);
}
.flag-icon-au {
  background-image: url(/flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(/flags/1x1/au.svg);
}
.flag-icon-aw {
  background-image: url(/flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(/flags/1x1/aw.svg);
}
.flag-icon-ax {
  background-image: url(/flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(/flags/1x1/ax.svg);
}
.flag-icon-az {
  background-image: url(/flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(/flags/1x1/az.svg);
}
.flag-icon-ba {
  background-image: url(/flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(/flags/1x1/ba.svg);
}
.flag-icon-bb {
  background-image: url(/flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(/flags/1x1/bb.svg);
}
.flag-icon-bd {
  background-image: url(/flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(/flags/1x1/bd.svg);
}
.flag-icon-be {
  background-image: url(/flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(/flags/1x1/be.svg);
}
.flag-icon-bf {
  background-image: url(/flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(/flags/1x1/bf.svg);
}
.flag-icon-bg {
  background-image: url(/flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(/flags/1x1/bg.svg);
}
.flag-icon-bh {
  background-image: url(/flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(/flags/1x1/bh.svg);
}
.flag-icon-bi {
  background-image: url(/flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(/flags/1x1/bi.svg);
}
.flag-icon-bj {
  background-image: url(/flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(/flags/1x1/bj.svg);
}
.flag-icon-bl {
  background-image: url(/flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(/flags/1x1/bl.svg);
}
.flag-icon-bm {
  background-image: url(/flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(/flags/1x1/bm.svg);
}
.flag-icon-bn {
  background-image: url(/flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(/flags/1x1/bn.svg);
}
.flag-icon-bo {
  background-image: url(/flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(/flags/1x1/bo.svg);
}
.flag-icon-bq {
  background-image: url(/flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(/flags/1x1/bq.svg);
}
.flag-icon-br {
  background-image: url(/flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(/flags/1x1/br.svg);
}
.flag-icon-bs {
  background-image: url(/flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(/flags/1x1/bs.svg);
}
.flag-icon-bt {
  background-image: url(/flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(/flags/1x1/bt.svg);
}
.flag-icon-bv {
  background-image: url(/flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(/flags/1x1/bv.svg);
}
.flag-icon-bw {
  background-image: url(/flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(/flags/1x1/bw.svg);
}
.flag-icon-by {
  background-image: url(/flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(/flags/1x1/by.svg);
}
.flag-icon-bz {
  background-image: url(/flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(/flags/1x1/bz.svg);
}
.flag-icon-ca {
  background-image: url(/flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(/flags/1x1/ca.svg);
}
.flag-icon-cc {
  background-image: url(/flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(/flags/1x1/cc.svg);
}
.flag-icon-cd {
  background-image: url(/flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(/flags/1x1/cd.svg);
}
.flag-icon-cf {
  background-image: url(/flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(/flags/1x1/cf.svg);
}
.flag-icon-cg {
  background-image: url(/flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(/flags/1x1/cg.svg);
}
.flag-icon-ch {
  background-image: url(/flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(/flags/1x1/ch.svg);
}
.flag-icon-ci {
  background-image: url(/flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(/flags/1x1/ci.svg);
}
.flag-icon-ck {
  background-image: url(/flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(/flags/1x1/ck.svg);
}
.flag-icon-cl {
  background-image: url(/flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(/flags/1x1/cl.svg);
}
.flag-icon-cm {
  background-image: url(/flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(/flags/1x1/cm.svg);
}
.flag-icon-cn {
  background-image: url(/flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(/flags/1x1/cn.svg);
}
.flag-icon-co {
  background-image: url(/flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(/flags/1x1/co.svg);
}
.flag-icon-cr {
  background-image: url(/flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(/flags/1x1/cr.svg);
}
.flag-icon-cu {
  background-image: url(/flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(/flags/1x1/cu.svg);
}
.flag-icon-cv {
  background-image: url(/flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(/flags/1x1/cv.svg);
}
.flag-icon-cw {
  background-image: url(/flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(/flags/1x1/cw.svg);
}
.flag-icon-cx {
  background-image: url(/flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(/flags/1x1/cx.svg);
}
.flag-icon-cy {
  background-image: url(/flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(/flags/1x1/cy.svg);
}
.flag-icon-cz {
  background-image: url(/flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(/flags/1x1/cz.svg);
}
.flag-icon-de {
  background-image: url(/flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(/flags/1x1/de.svg);
}
.flag-icon-dj {
  background-image: url(/flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(/flags/1x1/dj.svg);
}
.flag-icon-dk {
  background-image: url(/flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(/flags/1x1/dk.svg);
}
.flag-icon-dm {
  background-image: url(/flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(/flags/1x1/dm.svg);
}
.flag-icon-do {
  background-image: url(/flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(/flags/1x1/do.svg);
}
.flag-icon-dz {
  background-image: url(/flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(/flags/1x1/dz.svg);
}
.flag-icon-ec {
  background-image: url(/flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(/flags/1x1/ec.svg);
}
.flag-icon-ee {
  background-image: url(/flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(/flags/1x1/ee.svg);
}
.flag-icon-eg {
  background-image: url(/flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(/flags/1x1/eg.svg);
}
.flag-icon-eh {
  background-image: url(/flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(/flags/1x1/eh.svg);
}
.flag-icon-er {
  background-image: url(/flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(/flags/1x1/er.svg);
}
.flag-icon-es {
  background-image: url(/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(/flags/1x1/es.svg);
}
.flag-icon-et {
  background-image: url(/flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(/flags/1x1/et.svg);
}
.flag-icon-fi {
  background-image: url(/flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(/flags/1x1/fi.svg);
}
.flag-icon-fj {
  background-image: url(/flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(/flags/1x1/fj.svg);
}
.flag-icon-fk {
  background-image: url(/flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(/flags/1x1/fk.svg);
}
.flag-icon-fm {
  background-image: url(/flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(/flags/1x1/fm.svg);
}
.flag-icon-fo {
  background-image: url(/flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(/flags/1x1/fo.svg);
}
.flag-icon-fr {
  background-image: url(/flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(/flags/1x1/fr.svg);
}
.flag-icon-ga {
  background-image: url(/flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(/flags/1x1/ga.svg);
}
.flag-icon-gb {
  background-image: url(/flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(/flags/1x1/gb.svg);
}
.flag-icon-gd {
  background-image: url(/flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(/flags/1x1/gd.svg);
}
.flag-icon-ge {
  background-image: url(/flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(/flags/1x1/ge.svg);
}
.flag-icon-gf {
  background-image: url(/flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(/flags/1x1/gf.svg);
}
.flag-icon-gg {
  background-image: url(/flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(/flags/1x1/gg.svg);
}
.flag-icon-gh {
  background-image: url(/flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(/flags/1x1/gh.svg);
}
.flag-icon-gi {
  background-image: url(/flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(/flags/1x1/gi.svg);
}
.flag-icon-gl {
  background-image: url(/flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(/flags/1x1/gl.svg);
}
.flag-icon-gm {
  background-image: url(/flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(/flags/1x1/gm.svg);
}
.flag-icon-gn {
  background-image: url(/flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(/flags/1x1/gn.svg);
}
.flag-icon-gp {
  background-image: url(/flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(/flags/1x1/gp.svg);
}
.flag-icon-gq {
  background-image: url(/flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(/flags/1x1/gq.svg);
}
.flag-icon-gr {
  background-image: url(/flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(/flags/1x1/gr.svg);
}
.flag-icon-gs {
  background-image: url(/flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(/flags/1x1/gs.svg);
}
.flag-icon-gt {
  background-image: url(/flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(/flags/1x1/gt.svg);
}
.flag-icon-gu {
  background-image: url(/flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(/flags/1x1/gu.svg);
}
.flag-icon-gw {
  background-image: url(/flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(/flags/1x1/gw.svg);
}
.flag-icon-gy {
  background-image: url(/flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(/flags/1x1/gy.svg);
}
.flag-icon-hk {
  background-image: url(/flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(/flags/1x1/hk.svg);
}
.flag-icon-hm {
  background-image: url(/flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(/flags/1x1/hm.svg);
}
.flag-icon-hn {
  background-image: url(/flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(/flags/1x1/hn.svg);
}
.flag-icon-hr {
  background-image: url(/flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(/flags/1x1/hr.svg);
}
.flag-icon-ht {
  background-image: url(/flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(/flags/1x1/ht.svg);
}
.flag-icon-hu {
  background-image: url(/flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(/flags/1x1/hu.svg);
}
.flag-icon-id {
  background-image: url(/flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(/flags/1x1/id.svg);
}
.flag-icon-ie {
  background-image: url(/flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(/flags/1x1/ie.svg);
}
.flag-icon-il {
  background-image: url(/flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(/flags/1x1/il.svg);
}
.flag-icon-im {
  background-image: url(/flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(/flags/1x1/im.svg);
}
.flag-icon-in {
  background-image: url(/flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(/flags/1x1/in.svg);
}
.flag-icon-io {
  background-image: url(/flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(/flags/1x1/io.svg);
}
.flag-icon-iq {
  background-image: url(/flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(/flags/1x1/iq.svg);
}
.flag-icon-ir {
  background-image: url(/flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(/flags/1x1/ir.svg);
}
.flag-icon-is {
  background-image: url(/flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(/flags/1x1/is.svg);
}
.flag-icon-it {
  background-image: url(/flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(/flags/1x1/it.svg);
}
.flag-icon-je {
  background-image: url(/flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(/flags/1x1/je.svg);
}
.flag-icon-jm {
  background-image: url(/flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(/flags/1x1/jm.svg);
}
.flag-icon-jo {
  background-image: url(/flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(/flags/1x1/jo.svg);
}
.flag-icon-jp {
  background-image: url(/flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(/flags/1x1/jp.svg);
}
.flag-icon-ke {
  background-image: url(/flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(/flags/1x1/ke.svg);
}
.flag-icon-kg {
  background-image: url(/flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(/flags/1x1/kg.svg);
}
.flag-icon-kh {
  background-image: url(/flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(/flags/1x1/kh.svg);
}
.flag-icon-ki {
  background-image: url(/flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(/flags/1x1/ki.svg);
}
.flag-icon-km {
  background-image: url(/flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(/flags/1x1/km.svg);
}
.flag-icon-kn {
  background-image: url(/flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(/flags/1x1/kn.svg);
}
.flag-icon-kp {
  background-image: url(/flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(/flags/1x1/kp.svg);
}
.flag-icon-kr {
  background-image: url(/flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(/flags/1x1/kr.svg);
}
.flag-icon-kw {
  background-image: url(/flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(/flags/1x1/kw.svg);
}
.flag-icon-ky {
  background-image: url(/flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(/flags/1x1/ky.svg);
}
.flag-icon-kz {
  background-image: url(/flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(/flags/1x1/kz.svg);
}
.flag-icon-la {
  background-image: url(/flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(/flags/1x1/la.svg);
}
.flag-icon-lb {
  background-image: url(/flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(/flags/1x1/lb.svg);
}
.flag-icon-lc {
  background-image: url(/flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(/flags/1x1/lc.svg);
}
.flag-icon-li {
  background-image: url(/flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(/flags/1x1/li.svg);
}
.flag-icon-lk {
  background-image: url(/flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(/flags/1x1/lk.svg);
}
.flag-icon-lr {
  background-image: url(/flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(/flags/1x1/lr.svg);
}
.flag-icon-ls {
  background-image: url(/flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(/flags/1x1/ls.svg);
}
.flag-icon-lt {
  background-image: url(/flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(/flags/1x1/lt.svg);
}
.flag-icon-lu {
  background-image: url(/flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(/flags/1x1/lu.svg);
}
.flag-icon-lv {
  background-image: url(/flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(/flags/1x1/lv.svg);
}
.flag-icon-ly {
  background-image: url(/flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(/flags/1x1/ly.svg);
}
.flag-icon-ma {
  background-image: url(/flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(/flags/1x1/ma.svg);
}
.flag-icon-mc {
  background-image: url(/flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(/flags/1x1/mc.svg);
}
.flag-icon-md {
  background-image: url(/flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(/flags/1x1/md.svg);
}
.flag-icon-me {
  background-image: url(/flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(/flags/1x1/me.svg);
}
.flag-icon-mf {
  background-image: url(/flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(/flags/1x1/mf.svg);
}
.flag-icon-mg {
  background-image: url(/flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(/flags/1x1/mg.svg);
}
.flag-icon-mh {
  background-image: url(/flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(/flags/1x1/mh.svg);
}
.flag-icon-mk {
  background-image: url(/flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(/flags/1x1/mk.svg);
}
.flag-icon-ml {
  background-image: url(/flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(/flags/1x1/ml.svg);
}
.flag-icon-mm {
  background-image: url(/flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(/flags/1x1/mm.svg);
}
.flag-icon-mn {
  background-image: url(/flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(/flags/1x1/mn.svg);
}
.flag-icon-mo {
  background-image: url(/flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(/flags/1x1/mo.svg);
}
.flag-icon-mp {
  background-image: url(/flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(/flags/1x1/mp.svg);
}
.flag-icon-mq {
  background-image: url(/flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(/flags/1x1/mq.svg);
}
.flag-icon-mr {
  background-image: url(/flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(/flags/1x1/mr.svg);
}
.flag-icon-ms {
  background-image: url(/flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(/flags/1x1/ms.svg);
}
.flag-icon-mt {
  background-image: url(/flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(/flags/1x1/mt.svg);
}
.flag-icon-mu {
  background-image: url(/flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(/flags/1x1/mu.svg);
}
.flag-icon-mv {
  background-image: url(/flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(/flags/1x1/mv.svg);
}
.flag-icon-mw {
  background-image: url(/flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(/flags/1x1/mw.svg);
}
.flag-icon-mx {
  background-image: url(/flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(/flags/1x1/mx.svg);
}
.flag-icon-my {
  background-image: url(/flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(/flags/1x1/my.svg);
}
.flag-icon-mz {
  background-image: url(/flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(/flags/1x1/mz.svg);
}
.flag-icon-na {
  background-image: url(/flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(/flags/1x1/na.svg);
}
.flag-icon-nc {
  background-image: url(/flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(/flags/1x1/nc.svg);
}
.flag-icon-ne {
  background-image: url(/flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(/flags/1x1/ne.svg);
}
.flag-icon-nf {
  background-image: url(/flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(/flags/1x1/nf.svg);
}
.flag-icon-ng {
  background-image: url(/flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(/flags/1x1/ng.svg);
}
.flag-icon-ni {
  background-image: url(/flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(/flags/1x1/ni.svg);
}
.flag-icon-nl {
  background-image: url(/flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(/flags/1x1/nl.svg);
}
.flag-icon-no {
  background-image: url(/flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(/flags/1x1/no.svg);
}
.flag-icon-np {
  background-image: url(/flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(/flags/1x1/np.svg);
}
.flag-icon-nr {
  background-image: url(/flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(/flags/1x1/nr.svg);
}
.flag-icon-nu {
  background-image: url(/flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(/flags/1x1/nu.svg);
}
.flag-icon-nz {
  background-image: url(/flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(/flags/1x1/nz.svg);
}
.flag-icon-om {
  background-image: url(/flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(/flags/1x1/om.svg);
}
.flag-icon-pa {
  background-image: url(/flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(/flags/1x1/pa.svg);
}
.flag-icon-pe {
  background-image: url(/flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(/flags/1x1/pe.svg);
}
.flag-icon-pf {
  background-image: url(/flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(/flags/1x1/pf.svg);
}
.flag-icon-pg {
  background-image: url(/flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(/flags/1x1/pg.svg);
}
.flag-icon-ph {
  background-image: url(/flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(/flags/1x1/ph.svg);
}
.flag-icon-pk {
  background-image: url(/flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(/flags/1x1/pk.svg);
}
.flag-icon-pl {
  background-image: url(/flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(/flags/1x1/pl.svg);
}
.flag-icon-pm {
  background-image: url(/flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(/flags/1x1/pm.svg);
}
.flag-icon-pn {
  background-image: url(/flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(/flags/1x1/pn.svg);
}
.flag-icon-pr {
  background-image: url(/flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(/flags/1x1/pr.svg);
}
.flag-icon-ps {
  background-image: url(/flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(/flags/1x1/ps.svg);
}
.flag-icon-pt {
  background-image: url(/flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(/flags/1x1/pt.svg);
}
.flag-icon-pw {
  background-image: url(/flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(/flags/1x1/pw.svg);
}
.flag-icon-py {
  background-image: url(/flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(/flags/1x1/py.svg);
}
.flag-icon-qa {
  background-image: url(/flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(/flags/1x1/qa.svg);
}
.flag-icon-re {
  background-image: url(/flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(/flags/1x1/re.svg);
}
.flag-icon-ro {
  background-image: url(/flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(/flags/1x1/ro.svg);
}
.flag-icon-rs {
  background-image: url(/flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(/flags/1x1/rs.svg);
}
.flag-icon-ru {
  background-image: url(/flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(/flags/1x1/ru.svg);
}
.flag-icon-rw {
  background-image: url(/flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(/flags/1x1/rw.svg);
}
.flag-icon-sa {
  background-image: url(/flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(/flags/1x1/sa.svg);
}
.flag-icon-sb {
  background-image: url(/flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(/flags/1x1/sb.svg);
}
.flag-icon-sc {
  background-image: url(/flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(/flags/1x1/sc.svg);
}
.flag-icon-sd {
  background-image: url(/flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(/flags/1x1/sd.svg);
}
.flag-icon-se {
  background-image: url(/flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(/flags/1x1/se.svg);
}
.flag-icon-sg {
  background-image: url(/flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(/flags/1x1/sg.svg);
}
.flag-icon-sh {
  background-image: url(/flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(/flags/1x1/sh.svg);
}
.flag-icon-si {
  background-image: url(/flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(/flags/1x1/si.svg);
}
.flag-icon-sj {
  background-image: url(/flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(/flags/1x1/sj.svg);
}
.flag-icon-sk {
  background-image: url(/flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(/flags/1x1/sk.svg);
}
.flag-icon-sl {
  background-image: url(/flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(/flags/1x1/sl.svg);
}
.flag-icon-sm {
  background-image: url(/flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(/flags/1x1/sm.svg);
}
.flag-icon-sn {
  background-image: url(/flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(/flags/1x1/sn.svg);
}
.flag-icon-so {
  background-image: url(/flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(/flags/1x1/so.svg);
}
.flag-icon-sr {
  background-image: url(/flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(/flags/1x1/sr.svg);
}
.flag-icon-ss {
  background-image: url(/flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(/flags/1x1/ss.svg);
}
.flag-icon-st {
  background-image: url(/flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(/flags/1x1/st.svg);
}
.flag-icon-sv {
  background-image: url(/flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(/flags/1x1/sv.svg);
}
.flag-icon-sx {
  background-image: url(/flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(/flags/1x1/sx.svg);
}
.flag-icon-sy {
  background-image: url(/flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(/flags/1x1/sy.svg);
}
.flag-icon-sz {
  background-image: url(/flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(/flags/1x1/sz.svg);
}
.flag-icon-tc {
  background-image: url(/flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(/flags/1x1/tc.svg);
}
.flag-icon-td {
  background-image: url(/flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(/flags/1x1/td.svg);
}
.flag-icon-tf {
  background-image: url(/flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(/flags/1x1/tf.svg);
}
.flag-icon-tg {
  background-image: url(/flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(/flags/1x1/tg.svg);
}
.flag-icon-th {
  background-image: url(/flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(/flags/1x1/th.svg);
}
.flag-icon-tj {
  background-image: url(/flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(/flags/1x1/tj.svg);
}
.flag-icon-tk {
  background-image: url(/flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(/flags/1x1/tk.svg);
}
.flag-icon-tl {
  background-image: url(/flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(/flags/1x1/tl.svg);
}
.flag-icon-tm {
  background-image: url(/flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(/flags/1x1/tm.svg);
}
.flag-icon-tn {
  background-image: url(/flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(/flags/1x1/tn.svg);
}
.flag-icon-to {
  background-image: url(/flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(/flags/1x1/to.svg);
}
.flag-icon-tr {
  background-image: url(/flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(/flags/1x1/tr.svg);
}
.flag-icon-tt {
  background-image: url(/flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(/flags/1x1/tt.svg);
}
.flag-icon-tv {
  background-image: url(/flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(/flags/1x1/tv.svg);
}
.flag-icon-tw {
  background-image: url(/flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(/flags/1x1/tw.svg);
}
.flag-icon-tz {
  background-image: url(/flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(/flags/1x1/tz.svg);
}
.flag-icon-ua {
  background-image: url(/flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(/flags/1x1/ua.svg);
}
.flag-icon-ug {
  background-image: url(/flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(/flags/1x1/ug.svg);
}
.flag-icon-um {
  background-image: url(/flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(/flags/1x1/um.svg);
}
.flag-icon-us {
  background-image: url(/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(/flags/1x1/us.svg);
}
.flag-icon-uy {
  background-image: url(/flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(/flags/1x1/uy.svg);
}
.flag-icon-uz {
  background-image: url(/flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(/flags/1x1/uz.svg);
}
.flag-icon-va {
  background-image: url(/flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(/flags/1x1/va.svg);
}
.flag-icon-vc {
  background-image: url(/flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(/flags/1x1/vc.svg);
}
.flag-icon-ve {
  background-image: url(/flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(/flags/1x1/ve.svg);
}
.flag-icon-vg {
  background-image: url(/flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(/flags/1x1/vg.svg);
}
.flag-icon-vi {
  background-image: url(/flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(/flags/1x1/vi.svg);
}
.flag-icon-vn {
  background-image: url(/flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(/flags/1x1/vn.svg);
}
.flag-icon-vu {
  background-image: url(/flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(/flags/1x1/vu.svg);
}
.flag-icon-wf {
  background-image: url(/flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(/flags/1x1/wf.svg);
}
.flag-icon-ws {
  background-image: url(/flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(/flags/1x1/ws.svg);
}
.flag-icon-ye {
  background-image: url(/flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(/flags/1x1/ye.svg);
}
.flag-icon-yt {
  background-image: url(/flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(/flags/1x1/yt.svg);
}
.flag-icon-za {
  background-image: url(/flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(/flags/1x1/za.svg);
}
.flag-icon-zm {
  background-image: url(/flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(/flags/1x1/zm.svg);
}
.flag-icon-zw {
  background-image: url(/flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(/flags/1x1/zw.svg);
}
.flag-icon-es-ct {
  background-image: url(/flags/4x3/es-ct.svg);
}
.flag-icon-es-ct.flag-icon-squared {
  background-image: url(/flags/1x1/es-ct.svg);
}
.flag-icon-eu {
  background-image: url(/flags/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(/flags/1x1/eu.svg);
}
.flag-icon-gb-eng {
  background-image: url(/flags/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(/flags/1x1/gb-eng.svg);
}
.flag-icon-gb-nir {
  background-image: url(/flags/4x3/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(/flags/1x1/gb-nir.svg);
}
.flag-icon-gb-sct {
  background-image: url(/flags/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(/flags/1x1/gb-sct.svg);
}
.flag-icon-gb-wls {
  background-image: url(/flags/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(/flags/1x1/gb-wls.svg);
}
.flag-icon-un {
  background-image: url(/flags/4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(/flags/1x1/un.svg);
}

/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src: url(/fonts/materialdesignicons-webfont.eot?f016085c0b5c05f344cdab3f99cfa0e1);
  src: url(/fonts/materialdesignicons-webfont.eot?f016085c0b5c05f344cdab3f99cfa0e1?#iefix&v=2.0.46) format("embedded-opentype"), url(/fonts/materialdesignicons-webfont.woff2?93ba1198dd07efc2e2e767e30d5b16eb) format("woff2"), url(/fonts/materialdesignicons-webfont.woff?63c876ae4d870014b228c7b81916d838) format("woff"), url(/fonts/materialdesignicons-webfont.ttf?f829d51c3eb688c72f034b3690679b30) format("truetype"), url(/fonts/materialdesignicons-webfont.svg?3a4beb495ff61a776ff05e7aed472f8e#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-account:before {
  content: "\F004";
}

.mdi-account-alert:before {
  content: "\F005";
}

.mdi-account-box:before {
  content: "\F006";
}

.mdi-account-box-outline:before {
  content: "\F007";
}

.mdi-account-card-details:before {
  content: "\F5D2";
}

.mdi-account-check:before {
  content: "\F008";
}

.mdi-account-circle:before {
  content: "\F009";
}

.mdi-account-convert:before {
  content: "\F00A";
}

.mdi-account-edit:before {
  content: "\F6BB";
}

.mdi-account-key:before {
  content: "\F00B";
}

.mdi-account-location:before {
  content: "\F00C";
}

.mdi-account-minus:before {
  content: "\F00D";
}

.mdi-account-multiple:before {
  content: "\F00E";
}

.mdi-account-multiple-minus:before {
  content: "\F5D3";
}

.mdi-account-multiple-outline:before {
  content: "\F00F";
}

.mdi-account-multiple-plus:before {
  content: "\F010";
}

.mdi-account-network:before {
  content: "\F011";
}

.mdi-account-off:before {
  content: "\F012";
}

.mdi-account-outline:before {
  content: "\F013";
}

.mdi-account-plus:before {
  content: "\F014";
}

.mdi-account-remove:before {
  content: "\F015";
}

.mdi-account-search:before {
  content: "\F016";
}

.mdi-account-settings:before {
  content: "\F630";
}

.mdi-account-settings-variant:before {
  content: "\F631";
}

.mdi-account-star:before {
  content: "\F017";
}

.mdi-account-switch:before {
  content: "\F019";
}

.mdi-adjust:before {
  content: "\F01A";
}

.mdi-air-conditioner:before {
  content: "\F01B";
}

.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-alarm:before {
  content: "\F020";
}

.mdi-alarm-bell:before {
  content: "\F78D";
}

.mdi-alarm-check:before {
  content: "\F021";
}

.mdi-alarm-light:before {
  content: "\F78E";
}

.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-circle:before {
  content: "\F028";
}

.mdi-alert-circle-outline:before {
  content: "\F5D6";
}

.mdi-alert-decagram:before {
  content: "\F6BC";
}

.mdi-alert-octagon:before {
  content: "\F029";
}

.mdi-alert-octagram:before {
  content: "\F766";
}

.mdi-alert-outline:before {
  content: "\F02A";
}

.mdi-all-inclusive:before {
  content: "\F6BD";
}

.mdi-alpha:before {
  content: "\F02B";
}

.mdi-alphabetical:before {
  content: "\F02C";
}

.mdi-altimeter:before {
  content: "\F5D7";
}

.mdi-amazon:before {
  content: "\F02D";
}

.mdi-amazon-clouddrive:before {
  content: "\F02E";
}

.mdi-ambulance:before {
  content: "\F02F";
}

.mdi-amplifier:before {
  content: "\F030";
}

.mdi-anchor:before {
  content: "\F031";
}

.mdi-android:before {
  content: "\F032";
}

.mdi-android-debug-bridge:before {
  content: "\F033";
}

.mdi-android-head:before {
  content: "\F78F";
}

.mdi-android-studio:before {
  content: "\F034";
}

.mdi-angular:before {
  content: "\F6B1";
}

.mdi-angularjs:before {
  content: "\F6BE";
}

.mdi-animation:before {
  content: "\F5D8";
}

.mdi-apple:before {
  content: "\F035";
}

.mdi-apple-finder:before {
  content: "\F036";
}

.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-mobileme:before {
  content: "\F038";
}

.mdi-apple-safari:before {
  content: "\F039";
}

.mdi-application:before {
  content: "\F614";
}

.mdi-approval:before {
  content: "\F790";
}

.mdi-apps:before {
  content: "\F03B";
}

.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-right:before {
  content: "\F043";
}

.mdi-arrow-collapse:before {
  content: "\F615";
}

.mdi-arrow-collapse-all:before {
  content: "\F044";
}

.mdi-arrow-collapse-down:before {
  content: "\F791";
}

.mdi-arrow-collapse-left:before {
  content: "\F792";
}

.mdi-arrow-collapse-right:before {
  content: "\F793";
}

.mdi-arrow-collapse-up:before {
  content: "\F794";
}

.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-box:before {
  content: "\F6BF";
}

.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-left:before {
  content: "\F796";
}

.mdi-arrow-expand-right:before {
  content: "\F797";
}

.mdi-arrow-expand-up:before {
  content: "\F798";
}

.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-box:before {
  content: "\F6C0";
}

.mdi-arrow-left-drop-circle:before {
  content: "\F052";
}

.mdi-arrow-left-drop-circle-outline:before {
  content: "\F053";
}

.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-box:before {
  content: "\F6C1";
}

.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-top-left:before {
  content: "\F05B";
}

.mdi-arrow-top-right:before {
  content: "\F05C";
}

.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-box:before {
  content: "\F6C2";
}

.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-assistant:before {
  content: "\F064";
}

.mdi-asterisk:before {
  content: "\F6C3";
}

.mdi-at:before {
  content: "\F065";
}

.mdi-atom:before {
  content: "\F767";
}

.mdi-attachment:before {
  content: "\F066";
}

.mdi-audiobook:before {
  content: "\F067";
}

.mdi-auto-fix:before {
  content: "\F068";
}

.mdi-auto-upload:before {
  content: "\F069";
}

.mdi-autorenew:before {
  content: "\F06A";
}

.mdi-av-timer:before {
  content: "\F06B";
}

.mdi-baby:before {
  content: "\F06C";
}

.mdi-baby-buggy:before {
  content: "\F68E";
}

.mdi-backburger:before {
  content: "\F06D";
}

.mdi-backspace:before {
  content: "\F06E";
}

.mdi-backup-restore:before {
  content: "\F06F";
}

.mdi-bandcamp:before {
  content: "\F674";
}

.mdi-bank:before {
  content: "\F070";
}

.mdi-barcode:before {
  content: "\F071";
}

.mdi-barcode-scan:before {
  content: "\F072";
}

.mdi-barley:before {
  content: "\F073";
}

.mdi-barrel:before {
  content: "\F074";
}

.mdi-basecamp:before {
  content: "\F075";
}

.mdi-basket:before {
  content: "\F076";
}

.mdi-basket-fill:before {
  content: "\F077";
}

.mdi-basket-unfill:before {
  content: "\F078";
}

.mdi-battery:before {
  content: "\F079";
}

.mdi-battery-10:before {
  content: "\F07A";
}

.mdi-battery-20:before {
  content: "\F07B";
}

.mdi-battery-30:before {
  content: "\F07C";
}

.mdi-battery-40:before {
  content: "\F07D";
}

.mdi-battery-50:before {
  content: "\F07E";
}

.mdi-battery-60:before {
  content: "\F07F";
}

.mdi-battery-70:before {
  content: "\F080";
}

.mdi-battery-80:before {
  content: "\F081";
}

.mdi-battery-90:before {
  content: "\F082";
}

.mdi-battery-alert:before {
  content: "\F083";
}

.mdi-battery-charging:before {
  content: "\F084";
}

.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-60:before {
  content: "\F089";
}

.mdi-battery-charging-80:before {
  content: "\F08A";
}

.mdi-battery-charging-90:before {
  content: "\F08B";
}

.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-beach:before {
  content: "\F092";
}

.mdi-beaker:before {
  content: "\F68F";
}

.mdi-beats:before {
  content: "\F097";
}

.mdi-beer:before {
  content: "\F098";
}

.mdi-behance:before {
  content: "\F099";
}

.mdi-bell:before {
  content: "\F09A";
}

.mdi-bell-off:before {
  content: "\F09B";
}

.mdi-bell-outline:before {
  content: "\F09C";
}

.mdi-bell-plus:before {
  content: "\F09D";
}

.mdi-bell-ring:before {
  content: "\F09E";
}

.mdi-bell-ring-outline:before {
  content: "\F09F";
}

.mdi-bell-sleep:before {
  content: "\F0A0";
}

.mdi-beta:before {
  content: "\F0A1";
}

.mdi-bible:before {
  content: "\F0A2";
}

.mdi-bike:before {
  content: "\F0A3";
}

.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-black-mesa:before {
  content: "\F0A9";
}

.mdi-blackberry:before {
  content: "\F0AA";
}

.mdi-blender:before {
  content: "\F0AB";
}

.mdi-blinds:before {
  content: "\F0AC";
}

.mdi-block-helper:before {
  content: "\F0AD";
}

.mdi-blogger:before {
  content: "\F0AE";
}

.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-bomb:before {
  content: "\F690";
}

.mdi-bomb-off:before {
  content: "\F6C4";
}

.mdi-bone:before {
  content: "\F0B9";
}

.mdi-book:before {
  content: "\F0BA";
}

.mdi-book-minus:before {
  content: "\F5D9";
}

.mdi-book-multiple:before {
  content: "\F0BB";
}

.mdi-book-multiple-variant:before {
  content: "\F0BC";
}

.mdi-book-open:before {
  content: "\F0BD";
}

.mdi-book-open-page-variant:before {
  content: "\F5DA";
}

.mdi-book-open-variant:before {
  content: "\F0BE";
}

.mdi-book-plus:before {
  content: "\F5DB";
}

.mdi-book-secure:before {
  content: "\F799";
}

.mdi-book-unsecure:before {
  content: "\F79A";
}

.mdi-book-variant:before {
  content: "\F0BF";
}

.mdi-bookmark:before {
  content: "\F0C0";
}

.mdi-bookmark-check:before {
  content: "\F0C1";
}

.mdi-bookmark-music:before {
  content: "\F0C2";
}

.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-bottom:before {
  content: "\F0C8";
}

.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-none:before {
  content: "\F0CD";
}

.mdi-border-outside:before {
  content: "\F0CE";
}

.mdi-border-right:before {
  content: "\F0CF";
}

.mdi-border-style:before {
  content: "\F0D0";
}

.mdi-border-top:before {
  content: "\F0D1";
}

.mdi-border-vertical:before {
  content: "\F0D2";
}

.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-bridge:before {
  content: "\F618";
}

.mdi-briefcase:before {
  content: "\F0D6";
}

.mdi-briefcase-check:before {
  content: "\F0D7";
}

.mdi-briefcase-download:before {
  content: "\F0D8";
}

.mdi-briefcase-upload:before {
  content: "\F0D9";
}

.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-broom:before {
  content: "\F0E2";
}

.mdi-brush:before {
  content: "\F0E3";
}

.mdi-buffer:before {
  content: "\F619";
}

.mdi-bug:before {
  content: "\F0E4";
}

.mdi-bulletin-board:before {
  content: "\F0E5";
}

.mdi-bullhorn:before {
  content: "\F0E6";
}

.mdi-bullseye:before {
  content: "\F5DD";
}

.mdi-burst-mode:before {
  content: "\F5DE";
}

.mdi-bus:before {
  content: "\F0E7";
}

.mdi-bus-articulated-end:before {
  content: "\F79B";
}

.mdi-bus-articulated-front:before {
  content: "\F79C";
}

.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-cake:before {
  content: "\F0E9";
}

.mdi-cake-layered:before {
  content: "\F0EA";
}

.mdi-cake-variant:before {
  content: "\F0EB";
}

.mdi-calculator:before {
  content: "\F0EC";
}

.mdi-calendar:before {
  content: "\F0ED";
}

.mdi-calendar-blank:before {
  content: "\F0EE";
}

.mdi-calendar-check:before {
  content: "\F0EF";
}

.mdi-calendar-clock:before {
  content: "\F0F0";
}

.mdi-calendar-multiple:before {
  content: "\F0F1";
}

.mdi-calendar-multiple-check:before {
  content: "\F0F2";
}

.mdi-calendar-plus:before {
  content: "\F0F3";
}

.mdi-calendar-question:before {
  content: "\F691";
}

.mdi-calendar-range:before {
  content: "\F678";
}

.mdi-calendar-remove:before {
  content: "\F0F4";
}

.mdi-calendar-text:before {
  content: "\F0F5";
}

.mdi-calendar-today:before {
  content: "\F0F6";
}

.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-burst:before {
  content: "\F692";
}

.mdi-camera-enhance:before {
  content: "\F101";
}

.mdi-camera-front:before {
  content: "\F102";
}

.mdi-camera-front-variant:before {
  content: "\F103";
}

.mdi-camera-gopro:before {
  content: "\F7A0";
}

.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-party-mode:before {
  content: "\F105";
}

.mdi-camera-rear:before {
  content: "\F106";
}

.mdi-camera-rear-variant:before {
  content: "\F107";
}

.mdi-camera-switch:before {
  content: "\F108";
}

.mdi-camera-timer:before {
  content: "\F109";
}

.mdi-cancel:before {
  content: "\F739";
}

.mdi-candle:before {
  content: "\F5E2";
}

.mdi-candycane:before {
  content: "\F10A";
}

.mdi-cannabis:before {
  content: "\F7A5";
}

.mdi-car:before {
  content: "\F10B";
}

.mdi-car-battery:before {
  content: "\F10C";
}

.mdi-car-connected:before {
  content: "\F10D";
}

.mdi-car-convertable:before {
  content: "\F7A6";
}

.mdi-car-estate:before {
  content: "\F7A7";
}

.mdi-car-hatchback:before {
  content: "\F7A8";
}

.mdi-car-pickup:before {
  content: "\F7A9";
}

.mdi-car-side:before {
  content: "\F7AA";
}

.mdi-car-sports:before {
  content: "\F7AB";
}

.mdi-car-wash:before {
  content: "\F10E";
}

.mdi-caravan:before {
  content: "\F7AC";
}

.mdi-cards:before {
  content: "\F638";
}

.mdi-cards-outline:before {
  content: "\F639";
}

.mdi-cards-playing-outline:before {
  content: "\F63A";
}

.mdi-cards-variant:before {
  content: "\F6C6";
}

.mdi-carrot:before {
  content: "\F10F";
}

.mdi-cart:before {
  content: "\F110";
}

.mdi-cart-off:before {
  content: "\F66B";
}

.mdi-cart-outline:before {
  content: "\F111";
}

.mdi-cart-plus:before {
  content: "\F112";
}

.mdi-case-sensitive-alt:before {
  content: "\F113";
}

.mdi-cash:before {
  content: "\F114";
}

.mdi-cash-100:before {
  content: "\F115";
}

.mdi-cash-multiple:before {
  content: "\F116";
}

.mdi-cash-usd:before {
  content: "\F117";
}

.mdi-cast:before {
  content: "\F118";
}

.mdi-cast-connected:before {
  content: "\F119";
}

.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-basic:before {
  content: "\F11E";
}

.mdi-cellphone-dock:before {
  content: "\F11F";
}

.mdi-cellphone-iphone:before {
  content: "\F120";
}

.mdi-cellphone-link:before {
  content: "\F121";
}

.mdi-cellphone-link-off:before {
  content: "\F122";
}

.mdi-cellphone-settings:before {
  content: "\F123";
}

.mdi-certificate:before {
  content: "\F124";
}

.mdi-chair-school:before {
  content: "\F125";
}

.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-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-pie:before {
  content: "\F12B";
}

.mdi-chart-scatterplot-hexbin:before {
  content: "\F66D";
}

.mdi-chart-timeline:before {
  content: "\F66E";
}

.mdi-check:before {
  content: "\F12C";
}

.mdi-check-all:before {
  content: "\F12D";
}

.mdi-check-circle:before {
  content: "\F5E0";
}

.mdi-check-circle-outline:before {
  content: "\F5E1";
}

.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-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-chemical-weapon:before {
  content: "\F13B";
}

.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-left:before {
  content: "\F141";
}

.mdi-chevron-right:before {
  content: "\F142";
}

.mdi-chevron-up:before {
  content: "\F143";
}

.mdi-chili-hot:before {
  content: "\F7B1";
}

.mdi-chili-medium:before {
  content: "\F7B2";
}

.mdi-chili-mild:before {
  content: "\F7B3";
}

.mdi-chip:before {
  content: "\F61A";
}

.mdi-church:before {
  content: "\F144";
}

.mdi-circle:before {
  content: "\F764";
}

.mdi-circle-outline:before {
  content: "\F765";
}

.mdi-cisco-webex:before {
  content: "\F145";
}

.mdi-city:before {
  content: "\F146";
}

.mdi-clipboard:before {
  content: "\F147";
}

.mdi-clipboard-account:before {
  content: "\F148";
}

.mdi-clipboard-alert:before {
  content: "\F149";
}

.mdi-clipboard-arrow-down:before {
  content: "\F14A";
}

.mdi-clipboard-arrow-left:before {
  content: "\F14B";
}

.mdi-clipboard-check:before {
  content: "\F14C";
}

.mdi-clipboard-flow:before {
  content: "\F6C7";
}

.mdi-clipboard-outline:before {
  content: "\F14D";
}

.mdi-clipboard-plus:before {
  content: "\F750";
}

.mdi-clipboard-text:before {
  content: "\F14E";
}

.mdi-clippy:before {
  content: "\F14F";
}

.mdi-clock:before {
  content: "\F150";
}

.mdi-clock-alert: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-start:before {
  content: "\F155";
}

.mdi-close:before {
  content: "\F156";
}

.mdi-close-box:before {
  content: "\F157";
}

.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-octagon:before {
  content: "\F15C";
}

.mdi-close-octagon-outline:before {
  content: "\F15D";
}

.mdi-close-outline:before {
  content: "\F6C8";
}

.mdi-closed-caption:before {
  content: "\F15E";
}

.mdi-cloud:before {
  content: "\F15F";
}

.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-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-sync:before {
  content: "\F63F";
}

.mdi-cloud-tags:before {
  content: "\F7B5";
}

.mdi-cloud-upload:before {
  content: "\F167";
}

.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-coin:before {
  content: "\F178";
}

.mdi-coins:before {
  content: "\F694";
}

.mdi-collage:before {
  content: "\F640";
}

.mdi-color-helper:before {
  content: "\F179";
}

.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-check:before {
  content: "\F17F";
}

.mdi-comment-check-outline:before {
  content: "\F180";
}

.mdi-comment-multiple-outline:before {
  content: "\F181";
}

.mdi-comment-outline:before {
  content: "\F182";
}

.mdi-comment-plus-outline:before {
  content: "\F183";
}

.mdi-comment-processing:before {
  content: "\F184";
}

.mdi-comment-processing-outline:before {
  content: "\F185";
}

.mdi-comment-question-outline:before {
  content: "\F186";
}

.mdi-comment-remove-outline:before {
  content: "\F187";
}

.mdi-comment-text:before {
  content: "\F188";
}

.mdi-comment-text-outline:before {
  content: "\F189";
}

.mdi-compare:before {
  content: "\F18A";
}

.mdi-compass:before {
  content: "\F18B";
}

.mdi-compass-outline:before {
  content: "\F18C";
}

.mdi-console:before {
  content: "\F18D";
}

.mdi-console-line:before {
  content: "\F7B6";
}

.mdi-contact-mail:before {
  content: "\F18E";
}

.mdi-contacts:before {
  content: "\F6CA";
}

.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-settings:before {
  content: "\F61B";
}

.mdi-contrast:before {
  content: "\F195";
}

.mdi-contrast-box:before {
  content: "\F196";
}

.mdi-contrast-circle:before {
  content: "\F197";
}

.mdi-cookie:before {
  content: "\F198";
}

.mdi-copyright:before {
  content: "\F5E6";
}

.mdi-corn:before {
  content: "\F7B7";
}

.mdi-counter:before {
  content: "\F199";
}

.mdi-cow:before {
  content: "\F19A";
}

.mdi-creation:before {
  content: "\F1C9";
}

.mdi-credit-card:before {
  content: "\F19B";
}

.mdi-credit-card-multiple:before {
  content: "\F19C";
}

.mdi-credit-card-off:before {
  content: "\F5E4";
}

.mdi-credit-card-plus:before {
  content: "\F675";
}

.mdi-credit-card-scan:before {
  content: "\F19D";
}

.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-cube:before {
  content: "\F1A6";
}

.mdi-cube-outline:before {
  content: "\F1A7";
}

.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-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-inr:before {
  content: "\F1AF";
}

.mdi-currency-jpy:before {
  content: "\F7BB";
}

.mdi-currency-krw:before {
  content: "\F7BC";
}

.mdi-currency-ngn:before {
  content: "\F1B0";
}

.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-cursor-default:before {
  content: "\F1B4";
}

.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-minus:before {
  content: "\F1B9";
}

.mdi-database-plus:before {
  content: "\F1BA";
}

.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-empty:before {
  content: "\F6CB";
}

.mdi-delete-forever:before {
  content: "\F5E8";
}

.mdi-delete-sweep:before {
  content: "\F5E9";
}

.mdi-delete-variant:before {
  content: "\F1C1";
}

.mdi-delta:before {
  content: "\F1C2";
}

.mdi-deskphone:before {
  content: "\F1C3";
}

.mdi-desktop-classic:before {
  content: "\F7BF";
}

.mdi-desktop-mac:before {
  content: "\F1C4";
}

.mdi-desktop-tower:before {
  content: "\F1C5";
}

.mdi-details:before {
  content: "\F1C6";
}

.mdi-developer-board:before {
  content: "\F696";
}

.mdi-deviantart:before {
  content: "\F1C7";
}

.mdi-dialpad:before {
  content: "\F61C";
}

.mdi-diamond: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-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-discord:before {
  content: "\F66F";
}

.mdi-disk:before {
  content: "\F5EE";
}

.mdi-disk-alert:before {
  content: "\F1D1";
}

.mdi-disqus:before {
  content: "\F1D2";
}

.mdi-disqus-outline:before {
  content: "\F1D3";
}

.mdi-division:before {
  content: "\F1D4";
}

.mdi-division-box:before {
  content: "\F1D5";
}

.mdi-dna:before {
  content: "\F683";
}

.mdi-dns:before {
  content: "\F1D6";
}

.mdi-do-not-disturb:before {
  content: "\F697";
}

.mdi-do-not-disturb-off:before {
  content: "\F698";
}

.mdi-dolby:before {
  content: "\F6B2";
}

.mdi-domain:before {
  content: "\F1D7";
}

.mdi-donkey:before {
  content: "\F7C1";
}

.mdi-dots-horizontal:before {
  content: "\F1D8";
}

.mdi-dots-horizontal-circle:before {
  content: "\F7C2";
}

.mdi-dots-vertical:before {
  content: "\F1D9";
}

.mdi-dots-vertical-circle:before {
  content: "\F7C3";
}

.mdi-douban:before {
  content: "\F699";
}

.mdi-download:before {
  content: "\F1DA";
}

.mdi-download-network:before {
  content: "\F6F3";
}

.mdi-drag:before {
  content: "\F1DB";
}

.mdi-drag-horizontal:before {
  content: "\F1DC";
}

.mdi-drag-vertical:before {
  content: "\F1DD";
}

.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-ear-hearing:before {
  content: "\F7C4";
}

.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-eject:before {
  content: "\F1EA";
}

.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-open:before {
  content: "\F1EF";
}

.mdi-email-open-outline:before {
  content: "\F5EF";
}

.mdi-email-outline:before {
  content: "\F1F0";
}

.mdi-email-secure:before {
  content: "\F1F1";
}

.mdi-email-variant:before {
  content: "\F5F0";
}

.mdi-emby:before {
  content: "\F6B3";
}

.mdi-emoticon:before {
  content: "\F1F2";
}

.mdi-emoticon-cool:before {
  content: "\F1F3";
}

.mdi-emoticon-dead:before {
  content: "\F69A";
}

.mdi-emoticon-devil:before {
  content: "\F1F4";
}

.mdi-emoticon-excited:before {
  content: "\F69B";
}

.mdi-emoticon-happy:before {
  content: "\F1F5";
}

.mdi-emoticon-neutral:before {
  content: "\F1F6";
}

.mdi-emoticon-poop:before {
  content: "\F1F7";
}

.mdi-emoticon-sad:before {
  content: "\F1F8";
}

.mdi-emoticon-tongue:before {
  content: "\F1F9";
}

.mdi-engine:before {
  content: "\F1FA";
}

.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-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-to-app:before {
  content: "\F206";
}

.mdi-export:before {
  content: "\F207";
}

.mdi-eye:before {
  content: "\F208";
}

.mdi-eye-off:before {
  content: "\F209";
}

.mdi-eye-off-outline:before {
  content: "\F6D0";
}

.mdi-eye-outline:before {
  content: "\F6CF";
}

.mdi-eyedropper:before {
  content: "\F20A";
}

.mdi-eyedropper-variant:before {
  content: "\F20B";
}

.mdi-face:before {
  content: "\F643";
}

.mdi-face-profile:before {
  content: "\F644";
}

.mdi-facebook:before {
  content: "\F20C";
}

.mdi-facebook-box:before {
  content: "\F20D";
}

.mdi-facebook-messenger:before {
  content: "\F20E";
}

.mdi-factory:before {
  content: "\F20F";
}

.mdi-fan:before {
  content: "\F210";
}

.mdi-fast-forward:before {
  content: "\F211";
}

.mdi-fast-forward-outline:before {
  content: "\F6D1";
}

.mdi-fax:before {
  content: "\F212";
}

.mdi-feather:before {
  content: "\F6D2";
}

.mdi-ferry:before {
  content: "\F213";
}

.mdi-file:before {
  content: "\F214";
}

.mdi-file-account:before {
  content: "\F73A";
}

.mdi-file-chart:before {
  content: "\F215";
}

.mdi-file-check:before {
  content: "\F216";
}

.mdi-file-cloud:before {
  content: "\F217";
}

.mdi-file-delimited:before {
  content: "\F218";
}

.mdi-file-document:before {
  content: "\F219";
}

.mdi-file-document-box:before {
  content: "\F21A";
}

.mdi-file-excel:before {
  content: "\F21B";
}

.mdi-file-excel-box:before {
  content: "\F21C";
}

.mdi-file-export:before {
  content: "\F21D";
}

.mdi-file-find:before {
  content: "\F21E";
}

.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-multiple:before {
  content: "\F222";
}

.mdi-file-music:before {
  content: "\F223";
}

.mdi-file-outline:before {
  content: "\F224";
}

.mdi-file-pdf:before {
  content: "\F225";
}

.mdi-file-pdf-box:before {
  content: "\F226";
}

.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-restore:before {
  content: "\F670";
}

.mdi-file-send:before {
  content: "\F22A";
}

.mdi-file-tree:before {
  content: "\F645";
}

.mdi-file-video:before {
  content: "\F22B";
}

.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-find-replace:before {
  content: "\F6D3";
}

.mdi-fingerprint:before {
  content: "\F237";
}

.mdi-fire:before {
  content: "\F238";
}

.mdi-firefox:before {
  content: "\F239";
}

.mdi-fish:before {
  content: "\F23A";
}

.mdi-flag:before {
  content: "\F23B";
}

.mdi-flag-checkered:before {
  content: "\F23C";
}

.mdi-flag-outline:before {
  content: "\F23D";
}

.mdi-flag-outline-variant:before {
  content: "\F23E";
}

.mdi-flag-triangle:before {
  content: "\F23F";
}

.mdi-flag-variant:before {
  content: "\F240";
}

.mdi-flash:before {
  content: "\F241";
}

.mdi-flash-auto:before {
  content: "\F242";
}

.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-flip-to-back:before {
  content: "\F247";
}

.mdi-flip-to-front:before {
  content: "\F248";
}

.mdi-floppy:before {
  content: "\F249";
}

.mdi-flower:before {
  content: "\F24A";
}

.mdi-folder:before {
  content: "\F24B";
}

.mdi-folder-account:before {
  content: "\F24C";
}

.mdi-folder-download:before {
  content: "\F24D";
}

.mdi-folder-google-drive:before {
  content: "\F24E";
}

.mdi-folder-image:before {
  content: "\F24F";
}

.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-open:before {
  content: "\F76F";
}

.mdi-folder-outline:before {
  content: "\F256";
}

.mdi-folder-plus:before {
  content: "\F257";
}

.mdi-folder-remove:before {
  content: "\F258";
}

.mdi-folder-star:before {
  content: "\F69C";
}

.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-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-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-text:before {
  content: "\F69D";
}

.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-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-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-type:before {
  content: "\F27A";
}

.mdi-format-list-checks:before {
  content: "\F755";
}

.mdi-format-list-numbers:before {
  content: "\F27B";
}

.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-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-forward:before {
  content: "\F28D";
}

.mdi-foursquare:before {
  content: "\F28E";
}

.mdi-fridge:before {
  content: "\F28F";
}

.mdi-fridge-filled:before {
  content: "\F290";
}

.mdi-fridge-filled-bottom:before {
  content: "\F291";
}

.mdi-fridge-filled-top:before {
  content: "\F292";
}

.mdi-fuel:before {
  content: "\F7C9";
}

.mdi-fullscreen:before {
  content: "\F293";
}

.mdi-fullscreen-exit:before {
  content: "\F294";
}

.mdi-function:before {
  content: "\F295";
}

.mdi-gamepad:before {
  content: "\F296";
}

.mdi-gamepad-variant:before {
  content: "\F297";
}

.mdi-garage:before {
  content: "\F6D8";
}

.mdi-garage-open:before {
  content: "\F6D9";
}

.mdi-gas-cylinder:before {
  content: "\F647";
}

.mdi-gas-station:before {
  content: "\F298";
}

.mdi-gate:before {
  content: "\F299";
}

.mdi-gauge:before {
  content: "\F29A";
}

.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-gesture:before {
  content: "\F7CA";
}

.mdi-gesture-double-tap:before {
  content: "\F73B";
}

.mdi-gesture-swipe-down:before {
  content: "\F73C";
}

.mdi-gesture-swipe-left:before {
  content: "\F73D";
}

.mdi-gesture-swipe-right:before {
  content: "\F73E";
}

.mdi-gesture-swipe-up:before {
  content: "\F73F";
}

.mdi-gesture-tap:before {
  content: "\F740";
}

.mdi-gesture-two-double-tap:before {
  content: "\F741";
}

.mdi-gesture-two-tap:before {
  content: "\F742";
}

.mdi-ghost:before {
  content: "\F2A0";
}

.mdi-gift: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-glass-flute:before {
  content: "\F2A5";
}

.mdi-glass-mug:before {
  content: "\F2A6";
}

.mdi-glass-stange:before {
  content: "\F2A7";
}

.mdi-glass-tulip:before {
  content: "\F2A8";
}

.mdi-glassdoor:before {
  content: "\F2A9";
}

.mdi-glasses:before {
  content: "\F2AA";
}

.mdi-gmail:before {
  content: "\F2AB";
}

.mdi-gnome:before {
  content: "\F2AC";
}

.mdi-gondola:before {
  content: "\F685";
}

.mdi-google:before {
  content: "\F2AD";
}

.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-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-glass:before {
  content: "\F2B8";
}

.mdi-google-keep:before {
  content: "\F6DB";
}

.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-translate:before {
  content: "\F2BF";
}

.mdi-google-wallet:before {
  content: "\F2C0";
}

.mdi-gradient:before {
  content: "\F69F";
}

.mdi-grease-pencil:before {
  content: "\F648";
}

.mdi-grid:before {
  content: "\F2C1";
}

.mdi-grid-large:before {
  content: "\F757";
}

.mdi-grid-off:before {
  content: "\F2C2";
}

.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-hackernews:before {
  content: "\F624";
}

.mdi-hamburger:before {
  content: "\F684";
}

.mdi-hand-pointing-right:before {
  content: "\F2C7";
}

.mdi-hanger:before {
  content: "\F2C8";
}

.mdi-hangouts:before {
  content: "\F2C9";
}

.mdi-harddisk:before {
  content: "\F2CA";
}

.mdi-headphones:before {
  content: "\F2CB";
}

.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-half:before {
  content: "\F6DE";
}

.mdi-heart-half-full:before {
  content: "\F6DD";
}

.mdi-heart-half-outline:before {
  content: "\F6DF";
}

.mdi-heart-off:before {
  content: "\F758";
}

.mdi-heart-outline:before {
  content: "\F2D5";
}

.mdi-heart-pulse:before {
  content: "\F5F6";
}

.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-hexagon:before {
  content: "\F2D8";
}

.mdi-hexagon-multiple:before {
  content: "\F6E0";
}

.mdi-hexagon-outline:before {
  content: "\F2D9";
}

.mdi-high-definition:before {
  content: "\F7CE";
}

.mdi-highway:before {
  content: "\F5F7";
}

.mdi-history:before {
  content: "\F2DA";
}

.mdi-hololens:before {
  content: "\F2DB";
}

.mdi-home:before {
  content: "\F2DC";
}

.mdi-home-assistant:before {
  content: "\F7CF";
}

.mdi-home-automation:before {
  content: "\F7D0";
}

.mdi-home-circle:before {
  content: "\F7D1";
}

.mdi-home-map-marker:before {
  content: "\F5F8";
}

.mdi-home-modern:before {
  content: "\F2DD";
}

.mdi-home-outline:before {
  content: "\F6A0";
}

.mdi-home-variant:before {
  content: "\F2DE";
}

.mdi-hook:before {
  content: "\F6E1";
}

.mdi-hook-off:before {
  content: "\F6E2";
}

.mdi-hops:before {
  content: "\F2DF";
}

.mdi-hospital:before {
  content: "\F2E0";
}

.mdi-hospital-building:before {
  content: "\F2E1";
}

.mdi-hospital-marker:before {
  content: "\F2E2";
}

.mdi-hotel:before {
  content: "\F2E3";
}

.mdi-houzz:before {
  content: "\F2E4";
}

.mdi-houzz-box:before {
  content: "\F2E5";
}

.mdi-human:before {
  content: "\F2E6";
}

.mdi-human-child:before {
  content: "\F2E7";
}

.mdi-human-female:before {
  content: "\F649";
}

.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-female:before {
  content: "\F2E8";
}

.mdi-human-pregnant:before {
  content: "\F5CF";
}

.mdi-humble-bundle:before {
  content: "\F743";
}

.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-multiple:before {
  content: "\F2F9";
}

.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-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-itunes:before {
  content: "\F676";
}

.mdi-jeepney:before {
  content: "\F302";
}

.mdi-jira:before {
  content: "\F303";
}

.mdi-jsfiddle:before {
  content: "\F304";
}

.mdi-json:before {
  content: "\F626";
}

.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-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-return:before {
  content: "\F311";
}

.mdi-keyboard-tab:before {
  content: "\F312";
}

.mdi-keyboard-variant:before {
  content: "\F313";
}

.mdi-kickstarter:before {
  content: "\F744";
}

.mdi-kodi:before {
  content: "\F314";
}

.mdi-label:before {
  content: "\F315";
}

.mdi-label-outline:before {
  content: "\F316";
}

.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-html5:before {
  content: "\F31D";
}

.mdi-language-javascript:before {
  content: "\F31E";
}

.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-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-lastfm:before {
  content: "\F326";
}

.mdi-launch:before {
  content: "\F327";
}

.mdi-lava-lamp:before {
  content: "\F7D4";
}

.mdi-layers:before {
  content: "\F328";
}

.mdi-layers-off:before {
  content: "\F329";
}

.mdi-lead-pencil:before {
  content: "\F64F";
}

.mdi-leaf:before {
  content: "\F32A";
}

.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-library:before {
  content: "\F331";
}

.mdi-library-books:before {
  content: "\F332";
}

.mdi-library-music:before {
  content: "\F333";
}

.mdi-library-plus:before {
  content: "\F334";
}

.mdi-lightbulb:before {
  content: "\F335";
}

.mdi-lightbulb-on:before {
  content: "\F6E7";
}

.mdi-lightbulb-on-outline:before {
  content: "\F6E8";
}

.mdi-lightbulb-outline:before {
  content: "\F336";
}

.mdi-link:before {
  content: "\F337";
}

.mdi-link-off:before {
  content: "\F338";
}

.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-loading:before {
  content: "\F771";
}

.mdi-lock:before {
  content: "\F33E";
}

.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-reset:before {
  content: "\F772";
}

.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-magnet:before {
  content: "\F347";
}

.mdi-magnet-on:before {
  content: "\F348";
}

.mdi-magnify:before {
  content: "\F349";
}

.mdi-magnify-minus:before {
  content: "\F34A";
}

.mdi-magnify-minus-outline:before {
  content: "\F6EB";
}

.mdi-magnify-plus:before {
  content: "\F34B";
}

.mdi-magnify-plus-outline:before {
  content: "\F6EC";
}

.mdi-mail-ru:before {
  content: "\F34C";
}

.mdi-mailbox:before {
  content: "\F6ED";
}

.mdi-map:before {
  content: "\F34D";
}

.mdi-map-marker:before {
  content: "\F34E";
}

.mdi-map-marker-circle:before {
  content: "\F34F";
}

.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-plus:before {
  content: "\F651";
}

.mdi-map-marker-radius:before {
  content: "\F352";
}

.mdi-margin:before {
  content: "\F353";
}

.mdi-markdown:before {
  content: "\F354";
}

.mdi-marker:before {
  content: "\F652";
}

.mdi-marker-check:before {
  content: "\F355";
}

.mdi-martini:before {
  content: "\F356";
}

.mdi-material-ui:before {
  content: "\F357";
}

.mdi-math-compass:before {
  content: "\F358";
}

.mdi-matrix:before {
  content: "\F628";
}

.mdi-maxcdn:before {
  content: "\F359";
}

.mdi-medical-bag:before {
  content: "\F6EE";
}

.mdi-medium:before {
  content: "\F35A";
}

.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-right:before {
  content: "\F35F";
}

.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-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-off:before {
  content: "\F36D";
}

.mdi-microphone-outline:before {
  content: "\F36E";
}

.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-minecraft:before {
  content: "\F373";
}

.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-mixcloud:before {
  content: "\F62A";
}

.mdi-mixer:before {
  content: "\F7DC";
}

.mdi-monitor:before {
  content: "\F379";
}

.mdi-monitor-multiple:before {
  content: "\F37A";
}

.mdi-more:before {
  content: "\F37B";
}

.mdi-motorbike:before {
  content: "\F37C";
}

.mdi-mouse:before {
  content: "\F37D";
}

.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-roll:before {
  content: "\F7DD";
}

.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-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-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-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-nest-protect:before {
  content: "\F392";
}

.mdi-nest-thermostat:before {
  content: "\F393";
}

.mdi-netflix:before {
  content: "\F745";
}

.mdi-network:before {
  content: "\F6F2";
}

.mdi-new-box:before {
  content: "\F394";
}

.mdi-newspaper:before {
  content: "\F395";
}

.mdi-nfc:before {
  content: "\F396";
}

.mdi-nfc-tap:before {
  content: "\F397";
}

.mdi-nfc-variant:before {
  content: "\F398";
}

.mdi-ninja:before {
  content: "\F773";
}

.mdi-nintendo-switch:before {
  content: "\F7E0";
}

.mdi-nodejs:before {
  content: "\F399";
}

.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-notification-clear-all:before {
  content: "\F39F";
}

.mdi-npm:before {
  content: "\F6F6";
}

.mdi-nuke:before {
  content: "\F6A3";
}

.mdi-null:before {
  content: "\F7E1";
}

.mdi-numeric:before {
  content: "\F3A0";
}

.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-1-box:before {
  content: "\F3A4";
}

.mdi-numeric-1-box-multiple-outline:before {
  content: "\F3A5";
}

.mdi-numeric-1-box-outline:before {
  content: "\F3A6";
}

.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-3-box:before {
  content: "\F3AA";
}

.mdi-numeric-3-box-multiple-outline:before {
  content: "\F3AB";
}

.mdi-numeric-3-box-outline:before {
  content: "\F3AC";
}

.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-5-box:before {
  content: "\F3B0";
}

.mdi-numeric-5-box-multiple-outline:before {
  content: "\F3B1";
}

.mdi-numeric-5-box-outline:before {
  content: "\F3B2";
}

.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-7-box:before {
  content: "\F3B6";
}

.mdi-numeric-7-box-multiple-outline:before {
  content: "\F3B7";
}

.mdi-numeric-7-box-outline:before {
  content: "\F3B8";
}

.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-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-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-nut:before {
  content: "\F6F7";
}

.mdi-nutrition:before {
  content: "\F3C2";
}

.mdi-oar:before {
  content: "\F67B";
}

.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-oil:before {
  content: "\F3C7";
}

.mdi-oil-temperature:before {
  content: "\F3C8";
}

.mdi-omega:before {
  content: "\F3C9";
}

.mdi-onedrive:before {
  content: "\F3CA";
}

.mdi-onenote:before {
  content: "\F746";
}

.mdi-opacity:before {
  content: "\F5CC";
}

.mdi-open-in-app:before {
  content: "\F3CB";
}

.mdi-open-in-new:before {
  content: "\F3CC";
}

.mdi-openid:before {
  content: "\F3CD";
}

.mdi-opera:before {
  content: "\F3CE";
}

.mdi-orbit:before {
  content: "\F018";
}

.mdi-ornament:before {
  content: "\F3CF";
}

.mdi-ornament-variant:before {
  content: "\F3D0";
}

.mdi-owl:before {
  content: "\F3D2";
}

.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-palette:before {
  content: "\F3D8";
}

.mdi-palette-advanced:before {
  content: "\F3D9";
}

.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-parking:before {
  content: "\F3E3";
}

.mdi-passport:before {
  content: "\F7E2";
}

.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-pen:before {
  content: "\F3EA";
}

.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-off:before {
  content: "\F3EF";
}

.mdi-pentagon:before {
  content: "\F6FF";
}

.mdi-pentagon-outline:before {
  content: "\F700";
}

.mdi-percent:before {
  content: "\F3F0";
}

.mdi-periodic-table-co2:before {
  content: "\F7E3";
}

.mdi-periscope:before {
  content: "\F747";
}

.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-locked:before {
  content: "\F3F8";
}

.mdi-phone-log:before {
  content: "\F3F9";
}

.mdi-phone-minus:before {
  content: "\F658";
}

.mdi-phone-missed:before {
  content: "\F3FA";
}

.mdi-phone-outgoing:before {
  content: "\F3FB";
}

.mdi-phone-paused:before {
  content: "\F3FC";
}

.mdi-phone-plus:before {
  content: "\F659";
}

.mdi-phone-settings:before {
  content: "\F3FD";
}

.mdi-phone-voip:before {
  content: "\F3FE";
}

.mdi-pi:before {
  content: "\F3FF";
}

.mdi-pi-box:before {
  content: "\F400";
}

.mdi-piano:before {
  content: "\F67C";
}

.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-pine-tree:before {
  content: "\F405";
}

.mdi-pine-tree-box:before {
  content: "\F406";
}

.mdi-pinterest:before {
  content: "\F407";
}

.mdi-pinterest-box:before {
  content: "\F408";
}

.mdi-pipe:before {
  content: "\F7E4";
}

.mdi-pipe-disconnected:before {
  content: "\F7E5";
}

.mdi-pistol:before {
  content: "\F702";
}

.mdi-pizza:before {
  content: "\F409";
}

.mdi-plane-shield:before {
  content: "\F6BA";
}

.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-pause:before {
  content: "\F40E";
}

.mdi-play-protected-content:before {
  content: "\F40F";
}

.mdi-playlist-check:before {
  content: "\F5C7";
}

.mdi-playlist-minus:before {
  content: "\F410";
}

.mdi-playlist-play:before {
  content: "\F411";
}

.mdi-playlist-plus:before {
  content: "\F412";
}

.mdi-playlist-remove:before {
  content: "\F413";
}

.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-network:before {
  content: "\F41A";
}

.mdi-plus-one:before {
  content: "\F41B";
}

.mdi-plus-outline:before {
  content: "\F704";
}

.mdi-pocket:before {
  content: "\F41C";
}

.mdi-pokeball:before {
  content: "\F41D";
}

.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-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-plug:before {
  content: "\F6A4";
}

.mdi-power-plug-off:before {
  content: "\F6A5";
}

.mdi-power-settings:before {
  content: "\F426";
}

.mdi-power-socket:before {
  content: "\F427";
}

.mdi-power-socket-eu:before {
  content: "\F7E6";
}

.mdi-power-socket-uk:before {
  content: "\F7E7";
}

.mdi-power-socket-us:before {
  content: "\F7E8";
}

.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-alert:before {
  content: "\F42C";
}

.mdi-printer-settings:before {
  content: "\F706";
}

.mdi-priority-high:before {
  content: "\F603";
}

.mdi-priority-low:before {
  content: "\F604";
}

.mdi-professional-hexagon:before {
  content: "\F42D";
}

.mdi-projector:before {
  content: "\F42E";
}

.mdi-projector-screen:before {
  content: "\F42F";
}

.mdi-publish:before {
  content: "\F6A6";
}

.mdi-pulse:before {
  content: "\F430";
}

.mdi-puzzle:before {
  content: "\F431";
}

.mdi-qqchat:before {
  content: "\F605";
}

.mdi-qrcode:before {
  content: "\F432";
}

.mdi-qrcode-scan:before {
  content: "\F433";
}

.mdi-quadcopter:before {
  content: "\F434";
}

.mdi-quality-high:before {
  content: "\F435";
}

.mdi-quicktime:before {
  content: "\F436";
}

.mdi-radar:before {
  content: "\F437";
}

.mdi-radiator:before {
  content: "\F438";
}

.mdi-radio:before {
  content: "\F439";
}

.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-raspberrypi: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-rdio:before {
  content: "\F446";
}

.mdi-react:before {
  content: "\F707";
}

.mdi-read:before {
  content: "\F447";
}

.mdi-readability:before {
  content: "\F448";
}

.mdi-receipt:before {
  content: "\F449";
}

.mdi-record:before {
  content: "\F44A";
}

.mdi-record-rec:before {
  content: "\F44B";
}

.mdi-recycle:before {
  content: "\F44C";
}

.mdi-reddit:before {
  content: "\F44D";
}

.mdi-redo:before {
  content: "\F44E";
}

.mdi-redo-variant:before {
  content: "\F44F";
}

.mdi-refresh:before {
  content: "\F450";
}

.mdi-regex:before {
  content: "\F451";
}

.mdi-relative-scale:before {
  content: "\F452";
}

.mdi-reload:before {
  content: "\F453";
}

.mdi-remote:before {
  content: "\F454";
}

.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-resize-bottom-right:before {
  content: "\F45D";
}

.mdi-responsive:before {
  content: "\F45E";
}

.mdi-restart:before {
  content: "\F708";
}

.mdi-restore:before {
  content: "\F6A7";
}

.mdi-rewind:before {
  content: "\F45F";
}

.mdi-rewind-outline:before {
  content: "\F709";
}

.mdi-rhombus:before {
  content: "\F70A";
}

.mdi-rhombus-outline:before {
  content: "\F70B";
}

.mdi-ribbon:before {
  content: "\F460";
}

.mdi-rice:before {
  content: "\F7E9";
}

.mdi-ring:before {
  content: "\F7EA";
}

.mdi-road:before {
  content: "\F461";
}

.mdi-road-variant:before {
  content: "\F462";
}

.mdi-robot:before {
  content: "\F6A8";
}

.mdi-rocket:before {
  content: "\F463";
}

.mdi-roomba:before {
  content: "\F70C";
}

.mdi-rotate-3d:before {
  content: "\F464";
}

.mdi-rotate-left:before {
  content: "\F465";
}

.mdi-rotate-left-variant:before {
  content: "\F466";
}

.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-routes:before {
  content: "\F46A";
}

.mdi-rowing:before {
  content: "\F608";
}

.mdi-rss:before {
  content: "\F46B";
}

.mdi-rss-box:before {
  content: "\F46C";
}

.mdi-ruler:before {
  content: "\F46D";
}

.mdi-run:before {
  content: "\F70D";
}

.mdi-run-fast:before {
  content: "\F46E";
}

.mdi-sale:before {
  content: "\F46F";
}

.mdi-sass:before {
  content: "\F7EB";
}

.mdi-satellite:before {
  content: "\F470";
}

.mdi-satellite-variant:before {
  content: "\F471";
}

.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-school:before {
  content: "\F474";
}

.mdi-screen-rotation:before {
  content: "\F475";
}

.mdi-screen-rotation-lock:before {
  content: "\F476";
}

.mdi-screwdriver:before {
  content: "\F477";
}

.mdi-script:before {
  content: "\F478";
}

.mdi-sd:before {
  content: "\F479";
}

.mdi-seal:before {
  content: "\F47A";
}

.mdi-search-web:before {
  content: "\F70E";
}

.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-recline-extra:before {
  content: "\F481";
}

.mdi-seat-recline-normal:before {
  content: "\F482";
}

.mdi-security:before {
  content: "\F483";
}

.mdi-security-home:before {
  content: "\F689";
}

.mdi-security-network:before {
  content: "\F484";
}

.mdi-select:before {
  content: "\F485";
}

.mdi-select-all:before {
  content: "\F486";
}

.mdi-select-inverse:before {
  content: "\F487";
}

.mdi-select-off:before {
  content: "\F488";
}

.mdi-selection:before {
  content: "\F489";
}

.mdi-selection-off:before {
  content: "\F776";
}

.mdi-send:before {
  content: "\F48A";
}

.mdi-send-secure: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-settings:before {
  content: "\F493";
}

.mdi-settings-box:before {
  content: "\F494";
}

.mdi-shape-circle-plus:before {
  content: "\F65D";
}

.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-variant:before {
  content: "\F497";
}

.mdi-shield:before {
  content: "\F498";
}

.mdi-shield-half-full:before {
  content: "\F77F";
}

.mdi-shield-outline:before {
  content: "\F499";
}

.mdi-shopping:before {
  content: "\F49A";
}

.mdi-shopping-music:before {
  content: "\F49B";
}

.mdi-shovel:before {
  content: "\F70F";
}

.mdi-shovel-off:before {
  content: "\F710";
}

.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-hspa:before {
  content: "\F714";
}

.mdi-signal-hspa-plus:before {
  content: "\F715";
}

.mdi-signal-off:before {
  content: "\F782";
}

.mdi-signal-variant:before {
  content: "\F60A";
}

.mdi-silverware:before {
  content: "\F4A3";
}

.mdi-silverware-fork:before {
  content: "\F4A4";
}

.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-sitemap:before {
  content: "\F4AA";
}

.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-skype:before {
  content: "\F4AF";
}

.mdi-skype-business:before {
  content: "\F4B0";
}

.mdi-slack:before {
  content: "\F4B1";
}

.mdi-sleep:before {
  content: "\F4B2";
}

.mdi-sleep-off:before {
  content: "\F4B3";
}

.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-sofa:before {
  content: "\F4B9";
}

.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-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-soy-sauce:before {
  content: "\F7ED";
}

.mdi-speaker:before {
  content: "\F4C3";
}

.mdi-speaker-off:before {
  content: "\F4C4";
}

.mdi-speaker-wireless:before {
  content: "\F71E";
}

.mdi-speedometer:before {
  content: "\F4C5";
}

.mdi-spellcheck:before {
  content: "\F4C6";
}

.mdi-spotify:before {
  content: "\F4C7";
}

.mdi-spotlight:before {
  content: "\F4C8";
}

.mdi-spotlight-beam:before {
  content: "\F4C9";
}

.mdi-spray:before {
  content: "\F665";
}

.mdi-square:before {
  content: "\F763";
}

.mdi-square-inc:before {
  content: "\F4CA";
}

.mdi-square-inc-cash:before {
  content: "\F4CB";
}

.mdi-square-outline:before {
  content: "\F762";
}

.mdi-square-root:before {
  content: "\F783";
}

.mdi-stackexchange:before {
  content: "\F60B";
}

.mdi-stackoverflow:before {
  content: "\F4CC";
}

.mdi-stadium:before {
  content: "\F71F";
}

.mdi-stairs:before {
  content: "\F4CD";
}

.mdi-standard-definition:before {
  content: "\F7EE";
}

.mdi-star:before {
  content: "\F4CE";
}

.mdi-star-circle:before {
  content: "\F4CF";
}

.mdi-star-half:before {
  content: "\F4D0";
}

.mdi-star-off:before {
  content: "\F4D1";
}

.mdi-star-outline:before {
  content: "\F4D2";
}

.mdi-steam:before {
  content: "\F4D3";
}

.mdi-steering:before {
  content: "\F4D4";
}

.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-subdirectory-arrow-left:before {
  content: "\F60C";
}

.mdi-subdirectory-arrow-right:before {
  content: "\F60D";
}

.mdi-subway:before {
  content: "\F6AB";
}

.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-vertical:before {
  content: "\F4E2";
}

.mdi-swim:before {
  content: "\F4E3";
}

.mdi-switch:before {
  content: "\F4E4";
}

.mdi-sword:before {
  content: "\F4E5";
}

.mdi-sword-cross:before {
  content: "\F786";
}

.mdi-sync:before {
  content: "\F4E6";
}

.mdi-sync-alert:before {
  content: "\F4E7";
}

.mdi-sync-off:before {
  content: "\F4E8";
}

.mdi-tab:before {
  content: "\F4E9";
}

.mdi-tab-plus:before {
  content: "\F75B";
}

.mdi-tab-unselected:before {
  content: "\F4EA";
}

.mdi-table:before {
  content: "\F4EB";
}

.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-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-tablet:before {
  content: "\F4F6";
}

.mdi-tablet-android:before {
  content: "\F4F7";
}

.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-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-target:before {
  content: "\F4FE";
}

.mdi-taxi:before {
  content: "\F4FF";
}

.mdi-teamviewer:before {
  content: "\F500";
}

.mdi-telegram:before {
  content: "\F501";
}

.mdi-television:before {
  content: "\F502";
}

.mdi-television-classic:before {
  content: "\F7F3";
}

.mdi-television-guide:before {
  content: "\F503";
}

.mdi-temperature-celsius:before {
  content: "\F504";
}

.mdi-temperature-fahrenheit:before {
  content: "\F505";
}

.mdi-temperature-kelvin:before {
  content: "\F506";
}

.mdi-tennis:before {
  content: "\F507";
}

.mdi-tent:before {
  content: "\F508";
}

.mdi-terrain:before {
  content: "\F509";
}

.mdi-test-tube:before {
  content: "\F668";
}

.mdi-text-shadow:before {
  content: "\F669";
}

.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-lines:before {
  content: "\F510";
}

.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-percent:before {
  content: "\F723";
}

.mdi-tie:before {
  content: "\F519";
}

.mdi-tilde:before {
  content: "\F724";
}

.mdi-timelapse:before {
  content: "\F51A";
}

.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-toggle-switch:before {
  content: "\F521";
}

.mdi-toggle-switch-off:before {
  content: "\F522";
}

.mdi-tooltip:before {
  content: "\F523";
}

.mdi-tooltip-edit:before {
  content: "\F524";
}

.mdi-tooltip-image:before {
  content: "\F525";
}

.mdi-tooltip-outline:before {
  content: "\F526";
}

.mdi-tooltip-outline-plus:before {
  content: "\F527";
}

.mdi-tooltip-text:before {
  content: "\F528";
}

.mdi-tooth:before {
  content: "\F529";
}

.mdi-tor:before {
  content: "\F52A";
}

.mdi-tower-beach:before {
  content: "\F680";
}

.mdi-tower-fire:before {
  content: "\F681";
}

.mdi-trackpad:before {
  content: "\F7F7";
}

.mdi-traffic-light:before {
  content: "\F52B";
}

.mdi-train:before {
  content: "\F52C";
}

.mdi-tram:before {
  content: "\F52D";
}

.mdi-transcribe:before {
  content: "\F52E";
}

.mdi-transcribe-close:before {
  content: "\F52F";
}

.mdi-transfer:before {
  content: "\F530";
}

.mdi-transit-transfer:before {
  content: "\F6AD";
}

.mdi-translate:before {
  content: "\F5CA";
}

.mdi-treasure-chest:before {
  content: "\F725";
}

.mdi-tree:before {
  content: "\F531";
}

.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-trophy:before {
  content: "\F538";
}

.mdi-trophy-award:before {
  content: "\F539";
}

.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-delivery:before {
  content: "\F53E";
}

.mdi-truck-fast:before {
  content: "\F787";
}

.mdi-truck-trailer:before {
  content: "\F726";
}

.mdi-tshirt-crew:before {
  content: "\F53F";
}

.mdi-tshirt-v:before {
  content: "\F540";
}

.mdi-tumblr:before {
  content: "\F541";
}

.mdi-tumblr-reblog:before {
  content: "\F542";
}

.mdi-tune:before {
  content: "\F62E";
}

.mdi-tune-vertical:before {
  content: "\F66A";
}

.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-uber:before {
  content: "\F748";
}

.mdi-ubuntu:before {
  content: "\F548";
}

.mdi-ultra-high-definition:before {
  content: "\F7F8";
}

.mdi-umbraco:before {
  content: "\F549";
}

.mdi-umbrella:before {
  content: "\F54A";
}

.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-untappd:before {
  content: "\F551";
}

.mdi-update:before {
  content: "\F6AF";
}

.mdi-upload:before {
  content: "\F552";
}

.mdi-upload-network:before {
  content: "\F6F5";
}

.mdi-usb:before {
  content: "\F553";
}

.mdi-van-passenger:before {
  content: "\F7F9";
}

.mdi-van-utility:before {
  content: "\F7FA";
}

.mdi-vanish:before {
  content: "\F7FB";
}

.mdi-vector-arrange-above:before {
  content: "\F554";
}

.mdi-vector-arrange-below:before {
  content: "\F555";
}

.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-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-verified:before {
  content: "\F565";
}

.mdi-vibrate:before {
  content: "\F566";
}

.mdi-video:before {
  content: "\F567";
}

.mdi-video-3d:before {
  content: "\F7FC";
}

.mdi-video-off:before {
  content: "\F568";
}

.mdi-video-switch:before {
  content: "\F569";
}

.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-dashboard:before {
  content: "\F56E";
}

.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-stream:before {
  content: "\F575";
}

.mdi-view-week:before {
  content: "\F576";
}

.mdi-vimeo:before {
  content: "\F577";
}

.mdi-vine:before {
  content: "\F578";
}

.mdi-violin:before {
  content: "\F60F";
}

.mdi-visualstudio:before {
  content: "\F610";
}

.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-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-vpn:before {
  content: "\F582";
}

.mdi-walk:before {
  content: "\F583";
}

.mdi-wall:before {
  content: "\F7FD";
}

.mdi-wallet:before {
  content: "\F584";
}

.mdi-wallet-giftcard:before {
  content: "\F585";
}

.mdi-wallet-membership:before {
  content: "\F586";
}

.mdi-wallet-travel:before {
  content: "\F587";
}

.mdi-wan:before {
  content: "\F588";
}

.mdi-washing-machine:before {
  content: "\F729";
}

.mdi-watch:before {
  content: "\F589";
}

.mdi-watch-export:before {
  content: "\F58A";
}

.mdi-watch-import:before {
  content: "\F58B";
}

.mdi-watch-vibrate:before {
  content: "\F6B0";
}

.mdi-water:before {
  content: "\F58C";
}

.mdi-water-off:before {
  content: "\F58D";
}

.mdi-water-percent:before {
  content: "\F58E";
}

.mdi-water-pump:before {
  content: "\F58F";
}

.mdi-watermark:before {
  content: "\F612";
}

.mdi-waves:before {
  content: "\F78C";
}

.mdi-weather-cloudy:before {
  content: "\F590";
}

.mdi-weather-fog:before {
  content: "\F591";
}

.mdi-weather-hail:before {
  content: "\F592";
}

.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-kilogram:before {
  content: "\F5A2";
}

.mdi-whatsapp:before {
  content: "\F5A3";
}

.mdi-wheelchair-accessibility:before {
  content: "\F5A4";
}

.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-wii:before {
  content: "\F5AB";
}

.mdi-wiiu:before {
  content: "\F72C";
}

.mdi-wikipedia:before {
  content: "\F5AC";
}

.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-wordpress:before {
  content: "\F5B4";
}

.mdi-worker:before {
  content: "\F5B5";
}

.mdi-wrap:before {
  content: "\F5B6";
}

.mdi-wrench:before {
  content: "\F5B7";
}

.mdi-wunderlist:before {
  content: "\F5B8";
}

.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-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-off:before {
  content: "\F5BB";
}

.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-yammer:before {
  content: "\F788";
}

.mdi-yeast:before {
  content: "\F5C1";
}

.mdi-yelp:before {
  content: "\F5C2";
}

.mdi-yin-yang:before {
  content: "\F67F";
}

.mdi-youtube-play:before {
  content: "\F5C3";
}

.mdi-zip-box:before {
  content: "\F5C4";
}

.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);
  }
}

/*# sourceMappingURL=materialdesignicons.css.map */

@font-face {
  font-family: "simple-line-icons";
  src: url(/fonts/Simple-Line-Icons.eot?85e8c542d5e137beecf94e0132812855);
  src: url(/fonts/Simple-Line-Icons.eot?85e8c542d5e137beecf94e0132812855#iefix) format("embedded-opentype"), url(/fonts/Simple-Line-Icons.woff2?3826fa1cb2348dd93948a50cbd2b8fb6) format("woff2"), url(/fonts/Simple-Line-Icons.ttf?3ec13a24af3fdda1110771d3541915a2) format("truetype"), url(/fonts/Simple-Line-Icons.woff?5c9febce52054ae0b96ddd3e2d173e1a) format("woff"), url(/fonts/Simple-Line-Icons.svg?552f86e1450eb8ec43251710735f9735#simple-line-icons) format("svg");
  font-weight: normal;
  font-style: normal;
}

.si {
  font-family: "simple-line-icons";
  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;
}

.si-user:before {
  content: "\e005";
}

.si-people:before {
  content: "\e001";
}

.si-user-female:before {
  content: "\e000";
}

.si-user-follow:before {
  content: "\e002";
}

.si-user-following:before {
  content: "\e003";
}

.si-user-unfollow:before {
  content: "\e004";
}

.si-login:before {
  content: "\e066";
}

.si-logout:before {
  content: "\e065";
}

.si-emotsmile:before {
  content: "\e021";
}

.si-phone:before {
  content: "\e600";
}

.si-call-end:before {
  content: "\e048";
}

.si-call-in:before {
  content: "\e047";
}

.si-call-out:before {
  content: "\e046";
}

.si-map:before {
  content: "\e033";
}

.si-location-pin:before {
  content: "\e096";
}

.si-direction:before {
  content: "\e042";
}

.si-directions:before {
  content: "\e041";
}

.si-compass:before {
  content: "\e045";
}

.si-layers:before {
  content: "\e034";
}

.si-menu:before {
  content: "\e601";
}

.si-list:before {
  content: "\e067";
}

.si-options-vertical:before {
  content: "\e602";
}

.si-options:before {
  content: "\e603";
}

.si-arrow-down:before {
  content: "\e604";
}

.si-arrow-left:before {
  content: "\e605";
}

.si-arrow-right:before {
  content: "\e606";
}

.si-arrow-up:before {
  content: "\e607";
}

.si-arrow-up-circle:before {
  content: "\e078";
}

.si-arrow-left-circle:before {
  content: "\e07a";
}

.si-arrow-right-circle:before {
  content: "\e079";
}

.si-arrow-down-circle:before {
  content: "\e07b";
}

.si-check:before {
  content: "\e080";
}

.si-clock:before {
  content: "\e081";
}

.si-plus:before {
  content: "\e095";
}

.si-minus:before {
  content: "\e615";
}

.si-close:before {
  content: "\e082";
}

.si-event:before {
  content: "\e619";
}

.si-exclamation:before {
  content: "\e617";
}

.si-organization:before {
  content: "\e616";
}

.si-trophy:before {
  content: "\e006";
}

.si-screen-smartphone:before {
  content: "\e010";
}

.si-screen-desktop:before {
  content: "\e011";
}

.si-plane:before {
  content: "\e012";
}

.si-notebook:before {
  content: "\e013";
}

.si-mustache:before {
  content: "\e014";
}

.si-mouse:before {
  content: "\e015";
}

.si-magnet:before {
  content: "\e016";
}

.si-energy:before {
  content: "\e020";
}

.si-disc:before {
  content: "\e022";
}

.si-cursor:before {
  content: "\e06e";
}

.si-cursor-move:before {
  content: "\e023";
}

.si-crop:before {
  content: "\e024";
}

.si-chemistry:before {
  content: "\e026";
}

.si-speedometer:before {
  content: "\e007";
}

.si-shield:before {
  content: "\e00e";
}

.si-screen-tablet:before {
  content: "\e00f";
}

.si-magic-wand:before {
  content: "\e017";
}

.si-hourglass:before {
  content: "\e018";
}

.si-graduation:before {
  content: "\e019";
}

.si-ghost:before {
  content: "\e01a";
}

.si-game-controller:before {
  content: "\e01b";
}

.si-fire:before {
  content: "\e01c";
}

.si-eyeglass:before {
  content: "\e01d";
}

.si-envelope-open:before {
  content: "\e01e";
}

.si-envelope-letter:before {
  content: "\e01f";
}

.si-bell:before {
  content: "\e027";
}

.si-badge:before {
  content: "\e028";
}

.si-anchor:before {
  content: "\e029";
}

.si-wallet:before {
  content: "\e02a";
}

.si-vector:before {
  content: "\e02b";
}

.si-speech:before {
  content: "\e02c";
}

.si-puzzle:before {
  content: "\e02d";
}

.si-printer:before {
  content: "\e02e";
}

.si-present:before {
  content: "\e02f";
}

.si-playlist:before {
  content: "\e030";
}

.si-pin:before {
  content: "\e031";
}

.si-picture:before {
  content: "\e032";
}

.si-handbag:before {
  content: "\e035";
}

.si-globe-alt:before {
  content: "\e036";
}

.si-globe:before {
  content: "\e037";
}

.si-folder-alt:before {
  content: "\e039";
}

.si-folder:before {
  content: "\e089";
}

.si-film:before {
  content: "\e03a";
}

.si-feed:before {
  content: "\e03b";
}

.si-drop:before {
  content: "\e03e";
}

.si-drawer:before {
  content: "\e03f";
}

.si-docs:before {
  content: "\e040";
}

.si-doc:before {
  content: "\e085";
}

.si-diamond:before {
  content: "\e043";
}

.si-cup:before {
  content: "\e044";
}

.si-calculator:before {
  content: "\e049";
}

.si-bubbles:before {
  content: "\e04a";
}

.si-briefcase:before {
  content: "\e04b";
}

.si-book-open:before {
  content: "\e04c";
}

.si-basket-loaded:before {
  content: "\e04d";
}

.si-basket:before {
  content: "\e04e";
}

.si-bag:before {
  content: "\e04f";
}

.si-action-undo:before {
  content: "\e050";
}

.si-action-redo:before {
  content: "\e051";
}

.si-wrench:before {
  content: "\e052";
}

.si-umbrella:before {
  content: "\e053";
}

.si-trash:before {
  content: "\e054";
}

.si-tag:before {
  content: "\e055";
}

.si-support:before {
  content: "\e056";
}

.si-frame:before {
  content: "\e038";
}

.si-size-fullscreen:before {
  content: "\e057";
}

.si-size-actual:before {
  content: "\e058";
}

.si-shuffle:before {
  content: "\e059";
}

.si-share-alt:before {
  content: "\e05a";
}

.si-share:before {
  content: "\e05b";
}

.si-rocket:before {
  content: "\e05c";
}

.si-question:before {
  content: "\e05d";
}

.si-pie-chart:before {
  content: "\e05e";
}

.si-pencil:before {
  content: "\e05f";
}

.si-note:before {
  content: "\e060";
}

.si-loop:before {
  content: "\e064";
}

.si-home:before {
  content: "\e069";
}

.si-grid:before {
  content: "\e06a";
}

.si-graph:before {
  content: "\e06b";
}

.si-microphone:before {
  content: "\e063";
}

.si-music-tone-alt:before {
  content: "\e061";
}

.si-music-tone:before {
  content: "\e062";
}

.si-earphones-alt:before {
  content: "\e03c";
}

.si-earphones:before {
  content: "\e03d";
}

.si-equalizer:before {
  content: "\e06c";
}

.si-like:before {
  content: "\e068";
}

.si-dislike:before {
  content: "\e06d";
}

.si-control-start:before {
  content: "\e06f";
}

.si-control-rewind:before {
  content: "\e070";
}

.si-control-play:before {
  content: "\e071";
}

.si-control-pause:before {
  content: "\e072";
}

.si-control-forward:before {
  content: "\e073";
}

.si-control-end:before {
  content: "\e074";
}

.si-volume-1:before {
  content: "\e09f";
}

.si-volume-2:before {
  content: "\e0a0";
}

.si-volume-off:before {
  content: "\e0a1";
}

.si-calendar:before {
  content: "\e075";
}

.si-bulb:before {
  content: "\e076";
}

.si-chart:before {
  content: "\e077";
}

.si-ban:before {
  content: "\e07c";
}

.si-bubble:before {
  content: "\e07d";
}

.si-camrecorder:before {
  content: "\e07e";
}

.si-camera:before {
  content: "\e07f";
}

.si-cloud-download:before {
  content: "\e083";
}

.si-cloud-upload:before {
  content: "\e084";
}

.si-envelope:before {
  content: "\e086";
}

.si-eye:before {
  content: "\e087";
}

.si-flag:before {
  content: "\e088";
}

.si-heart:before {
  content: "\e08a";
}

.si-info:before {
  content: "\e08b";
}

.si-key:before {
  content: "\e08c";
}

.si-link:before {
  content: "\e08d";
}

.si-lock:before {
  content: "\e08e";
}

.si-lock-open:before {
  content: "\e08f";
}

.si-magnifier:before {
  content: "\e090";
}

.si-magnifier-add:before {
  content: "\e091";
}

.si-magnifier-remove:before {
  content: "\e092";
}

.si-paper-clip:before {
  content: "\e093";
}

.si-paper-plane:before {
  content: "\e094";
}

.si-power:before {
  content: "\e097";
}

.si-refresh:before {
  content: "\e098";
}

.si-reload:before {
  content: "\e099";
}

.si-settings:before {
  content: "\e09a";
}

.si-star:before {
  content: "\e09b";
}

.si-symbol-female:before {
  content: "\e09c";
}

.si-symbol-male:before {
  content: "\e09d";
}

.si-target:before {
  content: "\e09e";
}

.si-credit-card:before {
  content: "\e025";
}

.si-paypal:before {
  content: "\e608";
}

.si-social-tumblr:before {
  content: "\e00a";
}

.si-social-twitter:before {
  content: "\e009";
}

.si-social-facebook:before {
  content: "\e00b";
}

.si-social-instagram:before {
  content: "\e609";
}

.si-social-linkedin:before {
  content: "\e60a";
}

.si-social-pinterest:before {
  content: "\e60b";
}

.si-social-github:before {
  content: "\e60c";
}

.si-social-google:before {
  content: "\e60d";
}

.si-social-reddit:before {
  content: "\e60e";
}

.si-social-skype:before {
  content: "\e60f";
}

.si-social-dribbble:before {
  content: "\e00d";
}

.si-social-behance:before {
  content: "\e610";
}

.si-social-foursqare:before {
  content: "\e611";
}

.si-social-soundcloud:before {
  content: "\e612";
}

.si-social-spotify:before {
  content: "\e613";
}

.si-social-stumbleupon:before {
  content: "\e614";
}

.si-social-youtube:before {
  content: "\e008";
}

.si-social-dropbox:before {
  content: "\e00c";
}

.si-social-vkontakte:before {
  content: "\e618";
}

.si-social-steam:before {
  content: "\e620";
}

.si-users:before {
  content: "\e001";
}

.si-bar-chart:before {
  content: "\e077";
}

.si-camcorder:before {
  content: "\e07e";
}

.si-emoticon-smile:before {
  content: "\e021";
}

.si-eyeglasses:before {
  content: "\e01d";
}

.si-moustache:before {
  content: "\e014";
}

.si-pointer:before {
  content: "\e096";
}
/*! Cryptocoins - cryptocurrency icon font | https://github.com/allienworks/cryptocoins */

@font-face {
  font-family: "cryptocoins";
  src: url(/fonts/cryptocoins.woff2?2b7de9e8fb2b048caf7ae9e84d277dd3) format('woff2'),
    url(/fonts/cryptocoins.woff?308e71252402ca448d4142a41746be36) format('woff'),
    url(/fonts/cryptocoins.ttf?c6162c158264668f03447f3ddebc2c48) format('truetype');
}

/* .cc:before { */
.cc::before {
  font-family: "cryptocoins";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none;
}
.icons h2{
    margin:25px;
 }
 i.cc { font-size: 2.5rem; display: inline-block; margin: 0 1.3rem 0 0; transition: 0.1s ease all; }
 i.cc:hover { color: #0060BD; }

.ADA { color: #3CC8C8; }
.ADC { color: #3CB0E5; }
.AEON { color: #164450; }
.AMP { color: #048DD2; }
.ANC { color: #000; }
.ARCH { color: #002652; }
.ARDR { color: #1162a1; }
.ARK { color: #F70000; }
.AUR { color: #136c5e; }
.BANX { color: #225BA6; }
.BAT { color: #9e1f63; }
.BAY { color: #584ba1; }
.BC { color: #202121; }
.BCN { color: #964F51; }
.BFT { color: #4fc3f7; }
.BRK { color: #194fa0; }
.BRX { color: #a8c300; }
.BSD { color: #1186E7; }
.BTA { color: #210094; }
.BTC, .BCH { color: #F7931A; }
.BTCD { color: #2A72DC; }
.BTM { color: #9FA8B4; }
.BTS { color: #03A9E0; }
.CLAM { color: #D6AB31; }
.CLOAK { color: #DF3F1E; }
.DAO { color: #FF3B3B; }
.DASH { color: #1c75bc; }
.DCR { color: #3b7cfb; }
.DCT { color: #008770; }
.DGB { color: #0066cc; }
.DGD, .DGX { color: #D8A24A; }
.DMD { color: #5497b2; }
.DOGE { color: #BA9F33; }
.EMC { color: #674c8c; }
.EOS { color: #19191A; }
.ERC { color: #101E84; }
.ETC { color: #669073; }
.ETH { color: #282828; }
.FC2 { color: #040405; }
.FCT { color: #2175BB; }
.FLO { color: #1358C8; }
.FRK { color: #0633cd; }
.FTC { color: #679EF1; }
.GAME { color: #ed1b24; }
.GBYTE { color: #2C3E50; }
.GDC { color: #E9A226; }
.GEMZ { color: #e86060; }
.GLD { color: #E8BE24; }
.GNO { color: #00A6C4; }
.GNT { color: #00d6e3; }
.GOLOS { color: #2670B7; }
.GRC { color: #88A13C; }
.GRS { color: #648FA0; }
.HEAT { color: #ff5606; }
.ICN { color: #4c6f8c; }
.IFC { color: #ed272d; }
.INCNT { color: #f2932f; }
.IOC { color: #2fa3de; }
.IOTA { color: #afafaf; }
.JBS { color: #1A8BCD; }
.KMD { color: #326464; }
.KOBO { color: #80C342; }
.KORE { color: #DF4124; }
.LBC { color: #015C47; }
.LDOGE { color: #ffcc00; }
.LISK { color: #1A6896; }
.LTC { color: #838383; }
.MAID { color: #5492D6; }
.MCO { color: #0D3459; }
.MINT { color: #006835; }
.MONA { color: #a99364; }
.MRC { color: #4279bd; }
.MSC { color: #1D4983; }
.MTR { color: #b92429; }
.MUE { color: #f5a10e; }
.NBT { color: #FFC93D; }
.NEO { color: #58BF00; }
.NEOS { color: #1d1d1b; }
.NEU { color: #2983c0; }
.NLG { color: #003E7E; }
.NMC { color: #6787B7; }
.NOTE { color: #42daff; }
.NVC { color: #ecab41; }
.NXT { color: #008FBB; }
.OK { color: #0165A4; }
.OMG { color: #1A53F0; }
.OMNI { color: #18347E; }
.OPAL { color: #7193AA; }
.PART { color: #05D5A3; }
.PIGGY { color: #F27A7A; }
.PINK { color: #ED31CA; }
.PIVX { color: #3b2f4d; }
.POT { color: #105B2F; }
.PPC { color: #3FA30C; }
.QRK { color: #22AABF; }
.QTUM { color: #359BCE; }
.RADS { color: #924cea; }
.RBIES { color: #C62436; }
.RBT { color: #0d4982; }
.RBY { color: #D31F26; }
.RDD { color: #ED1C24; }
.REP { color: #40a2cb; }
.RISE { color: #43CEA2; }
.SALT { color: #373C43; }
.SAR { color: #1B72B8; }
.SCOT { color: #3498DB; }
.SDC { color: #981D2D; }
.SIA { color: #00CBA0; }
.SJCX { color: #003366; }
.SLG { color: #5A6875; }
.SLS { color: #1EB549; }
.SNRG { color: #160363; }
.START { color: #01AEF0; }
.STEEM { color: #1A5099; }
.STR { color: #08B5E5; }
.STRAT { color: #2398dd; }
.SWIFT { color: #428BCA; }
.SYNC { color: #008DD2; }
.SYS { color: #0098DA; }
.TRIG { color: #1fbff4; }
.TX { color: #1F8BCC; }
.UBQ { color: #00ec8d; }
.UNITY { color: #ED8527; }
.USDT { color: #2CA07A; }
.VIOR { color: #1F52A4; }
.VNL { color: #404249; }
.VPN { color: #589700; }
.VRC { color: #418bca; }
.VTC { color: #1b5c2e; }
.WAVES { color: #24aad6; }
.XAI { color: #2ef99f; }
.XBS { color: #d3261d; }
.XCP { color: #EC1550; }
.XEM { color: #41bf76; }
.XMR { color: #FF6600; }
.XPM { color: #e5b625; }
.XRP { color: #346AA9; }
.XTZ { color: #A6DF00; }
.XVG { color: #42AFB2; }
.XZC { color: #23B852; }
.YBC { color: #D6C154; }
.ZEC { color: #e5a93d; }
.ZEIT { color: #ACACAC; }

.cc.ADA-alt::before {
  content: "\E001";
}

.cc.ADA::before {
  content: "\E002";
}

.cc.ADC-alt::before {
  content: "\E003";
}

.cc.ADC::before {
  content: "\E004";
}

.cc.AEON-alt::before {
  content: "\E005";
}

.cc.AEON::before {
  content: "\E006";
}

.cc.AMP-alt::before {
  content: "\E007";
}

.cc.AMP::before {
  content: "\E008";
}

.cc.ANC-alt::before {
  content: "\E009";
}

.cc.ANC::before {
  content: "\E00A";
}

.cc.ARCH-alt::before {
  content: "\E00B";
}

.cc.ARCH::before {
  content: "\E00C";
}

.cc.ARDR-alt::before {
  content: "\E00D";
}

.cc.ARDR::before {
  content: "\E00E";
}

.cc.ARK-alt::before {
  content: "\E00F";
}

.cc.ARK::before {
  content: "\E010";
}

.cc.AUR-alt::before {
  content: "\E011";
}

.cc.AUR::before {
  content: "\E012";
}

.cc.BANX-alt::before {
  content: "\E013";
}

.cc.BANX::before {
  content: "\E014";
}

.cc.BAT-alt::before {
  content: "\E015";
}

.cc.BAT::before {
  content: "\E016";
}

.cc.BAY-alt::before {
  content: "\E017";
}

.cc.BAY::before {
  content: "\E018";
}

.cc.BC-alt::before {
  content: "\E019";
}

.cc.BC::before {
  content: "\E01A";
}

.cc.BCH-alt::before {
  content: "\E01B";
}

.cc.BCH::before {
  content: "\E01C";
}

.cc.BCN-alt::before {
  content: "\E01D";
}

.cc.BCN::before {
  content: "\E01E";
}

.cc.BFT-alt::before {
  content: "\E01F";
}

.cc.BFT::before {
  content: "\E020";
}

.cc.BRK-alt::before {
  content: "\E021";
}

.cc.BRK::before {
  content: "\E022";
}

.cc.BRX-alt::before {
  content: "\E023";
}

.cc.BRX::before {
  content: "\E024";
}

.cc.BSD-alt::before {
  content: "\E025";
}

.cc.BSD::before {
  content: "\E026";
}

.cc.BTA::before {
  content: "\E027";
}

.cc.BTC-alt::before {
  content: "\E028";
}

.cc.BTC::before {
  content: "\E029";
}

.cc.BTCD-alt::before {
  content: "\E02A";
}

.cc.BTCD::before {
  content: "\E02B";
}

.cc.BTM-alt::before {
  content: "\E02C";
}

.cc.BTM::before {
  content: "\E02D";
}

.cc.BTS-alt::before {
  content: "\E02E";
}

.cc.BTS::before {
  content: "\E02F";
}

.cc.CLAM-alt::before {
  content: "\E030";
}

.cc.CLAM::before {
  content: "\E031";
}

.cc.CLOAK-alt::before {
  content: "\E032";
}

.cc.CLOAK::before {
  content: "\E033";
}

.cc.DAO-alt::before {
  content: "\E034";
}

.cc.DAO::before {
  content: "\E035";
}

.cc.DASH-alt::before {
  content: "\E036";
}

.cc.DASH::before {
  content: "\E037";
}

.cc.DCR-alt::before {
  content: "\E038";
}

.cc.DCR::before {
  content: "\E039";
}

.cc.DCT-alt::before {
  content: "\E03A";
}

.cc.DCT::before {
  content: "\E03B";
}

.cc.DGB-alt::before {
  content: "\E03C";
}

.cc.DGB::before {
  content: "\E03D";
}

.cc.DGD::before {
  content: "\E03E";
}

.cc.DGX::before {
  content: "\E03F";
}

.cc.DMD-alt::before {
  content: "\E040";
}

.cc.DMD::before {
  content: "\E041";
}

.cc.DOGE-alt::before {
  content: "\E042";
}

.cc.DOGE::before {
  content: "\E043";
}

.cc.EMC-alt::before {
  content: "\E044";
}

.cc.EMC::before {
  content: "\E045";
}

.cc.EOS-alt::before {
  content: "\E046";
}

.cc.EOS::before {
  content: "\E047";
}

.cc.ERC-alt::before {
  content: "\E048";
}

.cc.ERC::before {
  content: "\E049";
}

.cc.ETC-alt::before {
  content: "\E04A";
}

.cc.ETC::before {
  content: "\E04B";
}

.cc.ETH-alt::before {
  content: "\E04C";
}

.cc.ETH::before {
  content: "\E04D";
}

.cc.FC2-alt::before {
  content: "\E04E";
}

.cc.FC2::before {
  content: "\E04F";
}

.cc.FCT-alt::before {
  content: "\E050";
}

.cc.FCT::before {
  content: "\E051";
}

.cc.FLO-alt::before {
  content: "\E052";
}

.cc.FLO::before {
  content: "\E053";
}

.cc.FRK-alt::before {
  content: "\E054";
}

.cc.FRK::before {
  content: "\E055";
}

.cc.FTC-alt::before {
  content: "\E056";
}

.cc.FTC::before {
  content: "\E057";
}

.cc.GAME-alt::before {
  content: "\E058";
}

.cc.GAME::before {
  content: "\E059";
}

.cc.GBYTE-alt::before {
  content: "\E05A";
}

.cc.GBYTE::before {
  content: "\E05B";
}

.cc.GDC-alt::before {
  content: "\E05C";
}

.cc.GDC::before {
  content: "\E05D";
}

.cc.GEMZ-alt::before {
  content: "\E05E";
}

.cc.GEMZ::before {
  content: "\E05F";
}

.cc.GLD-alt::before {
  content: "\E060";
}

.cc.GLD::before {
  content: "\E061";
}

.cc.GNO-alt::before {
  content: "\E062";
}

.cc.GNO::before {
  content: "\E063";
}

.cc.GNT-alt::before {
  content: "\E064";
}

.cc.GNT::before {
  content: "\E065";
}

.cc.GOLOS-alt::before {
  content: "\E066";
}

.cc.GOLOS::before {
  content: "\E067";
}

.cc.GRC-alt::before {
  content: "\E068";
}

.cc.GRC::before {
  content: "\E069";
}

.cc.GRS::before {
  content: "\E06A";
}

.cc.HEAT-alt::before {
  content: "\E06B";
}

.cc.HEAT::before {
  content: "\E06C";
}

.cc.ICN-alt::before {
  content: "\E06D";
}

.cc.ICN::before {
  content: "\E06E";
}

.cc.IFC-alt::before {
  content: "\E06F";
}

.cc.IFC::before {
  content: "\E070";
}

.cc.INCNT-alt::before {
  content: "\E071";
}

.cc.INCNT::before {
  content: "\E072";
}

.cc.IOC-alt::before {
  content: "\E073";
}

.cc.IOC::before {
  content: "\E074";
}

.cc.IOTA-alt::before {
  content: "\E075";
}

.cc.IOTA::before {
  content: "\E076";
}

.cc.JBS-alt::before {
  content: "\E077";
}

.cc.JBS::before {
  content: "\E078";
}

.cc.KMD-alt::before {
  content: "\E079";
}

.cc.KMD::before {
  content: "\E07A";
}

.cc.KOBO::before {
  content: "\E07B";
}

.cc.KORE-alt::before {
  content: "\E07C";
}

.cc.KORE::before {
  content: "\E07D";
}

.cc.LBC-alt::before {
  content: "\E07E";
}

.cc.LBC::before {
  content: "\E07F";
}

.cc.LDOGE-alt::before {
  content: "\E080";
}

.cc.LDOGE::before {
  content: "\E081";
}

.cc.LSK-alt::before {
  content: "\E082";
}

.cc.LSK::before {
  content: "\E083";
}

.cc.LTC-alt::before {
  content: "\E084";
}

.cc.LTC::before {
  content: "\E085";
}

.cc.MAID-alt::before {
  content: "\E086";
}

.cc.MAID::before {
  content: "\E087";
}

.cc.MCO-alt::before {
  content: "\E088";
}

.cc.MCO::before {
  content: "\E089";
}

.cc.MINT-alt::before {
  content: "\E08A";
}

.cc.MINT::before {
  content: "\E08B";
}

.cc.MONA-alt::before {
  content: "\E08C";
}

.cc.MONA::before {
  content: "\E08D";
}

.cc.MRC::before {
  content: "\E08E";
}

.cc.MSC-alt::before {
  content: "\E08F";
}

.cc.MSC::before {
  content: "\E090";
}

.cc.MTR-alt::before {
  content: "\E091";
}

.cc.MTR::before {
  content: "\E092";
}

.cc.MUE-alt::before {
  content: "\E093";
}

.cc.MUE::before {
  content: "\E094";
}

.cc.NBT::before {
  content: "\E095";
}

.cc.NEO-alt::before {
  content: "\E096";
}

.cc.NEO::before {
  content: "\E097";
}

.cc.NEOS-alt::before {
  content: "\E098";
}

.cc.NEOS::before {
  content: "\E099";
}

.cc.NEU-alt::before {
  content: "\E09A";
}

.cc.NEU::before {
  content: "\E09B";
}

.cc.NLG-alt::before {
  content: "\E09C";
}

.cc.NLG::before {
  content: "\E09D";
}

.cc.NMC-alt::before {
  content: "\E09E";
}

.cc.NMC::before {
  content: "\E09F";
}

.cc.NOTE-alt::before {
  content: "\E0A0";
}

.cc.NOTE::before {
  content: "\E0A1";
}

.cc.NVC-alt::before {
  content: "\E0A2";
}

.cc.NVC::before {
  content: "\E0A3";
}

.cc.NXT-alt::before {
  content: "\E0A4";
}

.cc.NXT::before {
  content: "\E0A5";
}

.cc.OK-alt::before {
  content: "\E0A6";
}

.cc.OK::before {
  content: "\E0A7";
}

.cc.OMG-alt::before {
  content: "\E0A8";
}

.cc.OMG::before {
  content: "\E0A9";
}

.cc.OMNI-alt::before {
  content: "\E0AA";
}

.cc.OMNI::before {
  content: "\E0AB";
}

.cc.OPAL-alt::before {
  content: "\E0AC";
}

.cc.OPAL::before {
  content: "\E0AD";
}

.cc.PART-alt::before {
  content: "\E0AE";
}

.cc.PART::before {
  content: "\E0AF";
}

.cc.PIGGY-alt::before {
  content: "\E0B0";
}

.cc.PIGGY::before {
  content: "\E0B1";
}

.cc.PINK-alt::before {
  content: "\E0B2";
}

.cc.PINK::before {
  content: "\E0B3";
}

.cc.PIVX-alt::before {
  content: "\E0B4";
}

.cc.PIVX::before {
  content: "\E0B5";
}

.cc.POT-alt::before {
  content: "\E0B6";
}

.cc.POT::before {
  content: "\E0B7";
}

.cc.PPC-alt::before {
  content: "\E0B8";
}

.cc.PPC::before {
  content: "\E0B9";
}

.cc.QRK-alt::before {
  content: "\E0BA";
}

.cc.QRK::before {
  content: "\E0BB";
}

.cc.QTUM-alt::before {
  content: "\E0BC";
}

.cc.QTUM::before {
  content: "\E0BD";
}

.cc.RADS-alt::before {
  content: "\E0BE";
}

.cc.RADS::before {
  content: "\E0BF";
}

.cc.RBIES-alt::before {
  content: "\E0C0";
}

.cc.RBIES::before {
  content: "\E0C1";
}

.cc.RBT-alt::before {
  content: "\E0C2";
}

.cc.RBT::before {
  content: "\E0C3";
}

.cc.RBY-alt::before {
  content: "\E0C4";
}

.cc.RBY::before {
  content: "\E0C5";
}

.cc.RDD-alt::before {
  content: "\E0C6";
}

.cc.RDD::before {
  content: "\E0C7";
}

.cc.REP-alt::before {
  content: "\E0C8";
}

.cc.REP::before {
  content: "\E0C9";
}

.cc.RISE-alt::before {
  content: "\E0CA";
}

.cc.RISE::before {
  content: "\E0CB";
}

.cc.SALT-alt::before {
  content: "\E0CC";
}

.cc.SALT::before {
  content: "\E0CD";
}

.cc.SAR-alt::before {
  content: "\E0CE";
}

.cc.SAR::before {
  content: "\E0CF";
}

.cc.SCOT-alt::before {
  content: "\E0D0";
}

.cc.SCOT::before {
  content: "\E0D1";
}

.cc.SDC-alt::before {
  content: "\E0D2";
}

.cc.SDC::before {
  content: "\E0D3";
}

.cc.SIA-alt::before {
  content: "\E0D4";
}

.cc.SIA::before {
  content: "\E0D5";
}

.cc.SJCX-alt::before {
  content: "\E0D6";
}

.cc.SJCX::before {
  content: "\E0D7";
}

.cc.SLG-alt::before {
  content: "\E0D8";
}

.cc.SLG::before {
  content: "\E0D9";
}

.cc.SLS-alt::before {
  content: "\E0DA";
}

.cc.SLS::before {
  content: "\E0DB";
}

.cc.SNRG-alt::before {
  content: "\E0DC";
}

.cc.SNRG::before {
  content: "\E0DD";
}

.cc.START-alt::before {
  content: "\E0DE";
}

.cc.START::before {
  content: "\E0DF";
}

.cc.STEEM-alt::before {
  content: "\E0E0";
}

.cc.STEEM::before {
  content: "\E0E1";
}

.cc.STR-alt::before {
  content: "\E0E2";
}

.cc.STR::before {
  content: "\E0E3";
}

.cc.STRAT-alt::before {
  content: "\E0E4";
}

.cc.STRAT::before {
  content: "\E0E5";
}

.cc.SWIFT-alt::before {
  content: "\E0E6";
}

.cc.SWIFT::before {
  content: "\E0E7";
}

.cc.SYNC-alt::before {
  content: "\E0E8";
}

.cc.SYNC::before {
  content: "\E0E9";
}

.cc.SYS-alt::before {
  content: "\E0EA";
}

.cc.SYS::before {
  content: "\E0EB";
}

.cc.TRIG-alt::before {
  content: "\E0EC";
}

.cc.TRIG::before {
  content: "\E0ED";
}

.cc.TX-alt::before {
  content: "\E0EE";
}

.cc.TX::before {
  content: "\E0EF";
}

.cc.UBQ-alt::before {
  content: "\E0F0";
}

.cc.UBQ::before {
  content: "\E0F1";
}

.cc.UNITY-alt::before {
  content: "\E0F2";
}

.cc.UNITY::before {
  content: "\E0F3";
}

.cc.USDT-alt::before {
  content: "\E0F4";
}

.cc.USDT::before {
  content: "\E0F5";
}

.cc.VIOR-alt::before {
  content: "\E0F6";
}

.cc.VIOR::before {
  content: "\E0F7";
}

.cc.VNL-alt::before {
  content: "\E0F8";
}

.cc.VNL::before {
  content: "\E0F9";
}

.cc.VPN-alt::before {
  content: "\E0FA";
}

.cc.VPN::before {
  content: "\E0FB";
}

.cc.VRC-alt::before {
  content: "\E0FC";
}

.cc.VRC::before {
  content: "\E0FD";
}

.cc.VTC-alt::before {
  content: "\E0FE";
}

.cc.VTC::before {
  content: "\E0FF";
}

.cc.WAVES-alt::before {
  content: "\E100";
}

.cc.WAVES::before {
  content: "\E101";
}

.cc.XAI-alt::before {
  content: "\E102";
}

.cc.XAI::before {
  content: "\E103";
}

.cc.XBS-alt::before {
  content: "\E104";
}

.cc.XBS::before {
  content: "\E105";
}

.cc.XCP-alt::before {
  content: "\E106";
}

.cc.XCP::before {
  content: "\E107";
}

.cc.XEM-alt::before {
  content: "\E108";
}

.cc.XEM::before {
  content: "\E109";
}

.cc.XMR::before {
  content: "\E10A";
}

.cc.XPM-alt::before {
  content: "\E10B";
}

.cc.XPM::before {
  content: "\E10C";
}

.cc.XRP-alt::before {
  content: "\E10D";
}

.cc.XRP::before {
  content: "\E10E";
}

.cc.XTZ-alt::before {
  content: "\E10F";
}

.cc.XTZ::before {
  content: "\E110";
}

.cc.XVG-alt::before {
  content: "\E111";
}

.cc.XVG::before {
  content: "\E112";
}

.cc.XZC-alt::before {
  content: "\E113";
}

.cc.XZC::before {
  content: "\E114";
}

.cc.YBC-alt::before {
  content: "\E115";
}

.cc.YBC::before {
  content: "\E116";
}

.cc.ZEC-alt::before {
  content: "\E117";
}

.cc.ZEC::before {
  content: "\E118";
}

.cc.ZEIT-alt::before {
  content: "\E119";
}

.cc.ZEIT::before {
  content: "\E11A";
}
/*!
 *  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, SCSS and LESS 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.eot?bb2ec001c20cf752f8520e72eb49cce6);src:url(/fonts/weathericons-regular-webfont.eot?bb2ec001c20cf752f8520e72eb49cce6?#iefix) format('embedded-opentype'),url(/fonts/weathericons-regular-webfont.woff2?e218aee6928fe3da9ed6e0a1d3adc8be) format('woff2'),url(/fonts/weathericons-regular-webfont.woff?371511ddba5fdac0538c83f41d8fa022) format('woff'),url(/fonts/weathericons-regular-webfont.ttf?0942d1e1c447d6ce3ffcc75168766387) format('truetype'),url(/fonts/weathericons-regular-webfont.svg?86a76ca5e882e8285706b5a2a58cc065#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{text-align:center;width:1.4em}.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, mirror=1);transform:scale(-1,1)}.wi-flip-vertical{filter:progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);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-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-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,.wi-yahoo-4:before{content:"\f01e"}.wi-yahoo-5:before,.wi-yahoo-6:before,.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,.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,.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,.wi-yahoo-38:before,.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-00:before,.wi-wmo4680-0:before{content:"\f055"}.wi-wmo4680-01:before,.wi-wmo4680-1:before{content:"\f013"}.wi-wmo4680-02:before,.wi-wmo4680-2:before{content:"\f055"}.wi-wmo4680-03:before,.wi-wmo4680-3:before{content:"\f013"}.wi-wmo4680-04:before,.wi-wmo4680-05:before,.wi-wmo4680-10:before,.wi-wmo4680-11:before,.wi-wmo4680-4:before,.wi-wmo4680-5: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,.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,.wi-wmo4680-28:before,.wi-wmo4680-29:before{content:"\f063"}.wi-wmo4680-30:before,.wi-wmo4680-31:before,.wi-wmo4680-32:before,.wi-wmo4680-33:before,.wi-wmo4680-34:before,.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,.wi-wmo4680-46:before{content:"\f015"}.wi-wmo4680-47:before,.wi-wmo4680-48:before{content:"\f01b"}.wi-wmo4680-50:before,.wi-wmo4680-51:before{content:"\f01c"}.wi-wmo4680-52:before,.wi-wmo4680-53:before{content:"\f019"}.wi-wmo4680-54:before,.wi-wmo4680-55:before,.wi-wmo4680-56:before{content:"\f076"}.wi-wmo4680-57:before{content:"\f01c"}.wi-wmo4680-58:before{content:"\f019"}.wi-wmo4680-60:before,.wi-wmo4680-61:before{content:"\f01c"}.wi-wmo4680-62:before,.wi-wmo4680-63:before{content:"\f019"}.wi-wmo4680-64:before,.wi-wmo4680-65:before,.wi-wmo4680-66:before{content:"\f015"}.wi-wmo4680-67:before,.wi-wmo4680-68:before{content:"\f017"}.wi-wmo4680-70:before,.wi-wmo4680-71:before,.wi-wmo4680-72:before,.wi-wmo4680-73:before{content:"\f01b"}.wi-wmo4680-74:before,.wi-wmo4680-75:before,.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,.wi-wmo4680-83:before{content:"\f019"}.wi-wmo4680-84:before{content:"\f01d"}.wi-wmo4680-85:before,.wi-wmo4680-86:before,.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,.wi-wmo4680-93:before{content:"\f01e"}.wi-wmo4680-94:before{content:"\f016"}.wi-wmo4680-95:before,.wi-wmo4680-96:before{content:"\f01e"}.wi-wmo4680-99:before{content:"\f056"}.wi-owm-200:before,.wi-owm-201:before,.wi-owm-202:before{content:"\f01e"}.wi-owm-210:before,.wi-owm-211:before,.wi-owm-212:before,.wi-owm-221:before{content:"\f016"}.wi-owm-230:before,.wi-owm-231:before,.wi-owm-232:before{content:"\f01e"}.wi-owm-300:before,.wi-owm-301:before{content:"\f01c"}.wi-owm-302:before{content:"\f019"}.wi-owm-310:before{content:"\f017"}.wi-owm-311:before,.wi-owm-312:before{content:"\f019"}.wi-owm-313:before{content:"\f01a"}.wi-owm-314:before{content:"\f019"}.wi-owm-321:before,.wi-owm-500:before{content:"\f01c"}.wi-owm-501:before,.wi-owm-502:before,.wi-owm-503:before,.wi-owm-504:before{content:"\f019"}.wi-owm-511:before{content:"\f017"}.wi-owm-520:before,.wi-owm-521:before,.wi-owm-522:before{content:"\f01a"}.wi-owm-531:before{content:"\f01d"}.wi-owm-600:before,.wi-owm-601:before{content:"\f01b"}.wi-owm-602:before{content:"\f0b5"}.wi-owm-611:before,.wi-owm-612:before,.wi-owm-615:before,.wi-owm-616:before,.wi-owm-620:before{content:"\f017"}.wi-owm-621:before,.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,.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,.wi-owm-802:before,.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,.wi-owm-day-201:before,.wi-owm-day-202:before{content:"\f010"}.wi-owm-day-210:before,.wi-owm-day-211:before,.wi-owm-day-212:before,.wi-owm-day-221:before{content:"\f005"}.wi-owm-day-230:before,.wi-owm-day-231:before,.wi-owm-day-232:before{content:"\f010"}.wi-owm-day-300:before,.wi-owm-day-301:before{content:"\f00b"}.wi-owm-day-302:before,.wi-owm-day-310:before,.wi-owm-day-311:before,.wi-owm-day-312:before,.wi-owm-day-313:before,.wi-owm-day-314:before{content:"\f008"}.wi-owm-day-321:before,.wi-owm-day-500:before{content:"\f00b"}.wi-owm-day-501:before,.wi-owm-day-502:before,.wi-owm-day-503:before,.wi-owm-day-504:before{content:"\f008"}.wi-owm-day-511:before{content:"\f006"}.wi-owm-day-520:before,.wi-owm-day-521:before,.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,.wi-owm-day-612:before,.wi-owm-day-615:before,.wi-owm-day-616:before,.wi-owm-day-620:before{content:"\f006"}.wi-owm-day-621:before,.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,.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,.wi-owm-day-802:before,.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,.wi-owm-night-201:before,.wi-owm-night-202:before{content:"\f02d"}.wi-owm-night-210:before,.wi-owm-night-211:before,.wi-owm-night-212:before,.wi-owm-night-221:before{content:"\f025"}.wi-owm-night-230:before,.wi-owm-night-231:before,.wi-owm-night-232:before{content:"\f02d"}.wi-owm-night-300:before,.wi-owm-night-301:before{content:"\f02b"}.wi-owm-night-302:before,.wi-owm-night-310:before,.wi-owm-night-311:before,.wi-owm-night-312:before,.wi-owm-night-313:before,.wi-owm-night-314:before{content:"\f028"}.wi-owm-night-321:before,.wi-owm-night-500:before{content:"\f02b"}.wi-owm-night-501:before,.wi-owm-night-502:before,.wi-owm-night-503:before,.wi-owm-night-504:before{content:"\f028"}.wi-owm-night-511:before{content:"\f026"}.wi-owm-night-520:before,.wi-owm-night-521:before,.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,.wi-owm-night-612:before,.wi-owm-night-615:before,.wi-owm-night-616:before,.wi-owm-night-620:before{content:"\f026"}.wi-owm-night-621:before,.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,.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,.wi-owm-night-802:before,.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: 'icomoon';
  src:  url(/fonts/icomoon.eot?b4c5586103506fc2a7d89d4a238a22f9);
  src:  url(/fonts/icomoon.eot?b4c5586103506fc2a7d89d4a238a22f9#iefix) format('embedded-opentype'),
    url(/fonts/icomoon.ttf?70c9047bf552cb1f79905b90d98a091b) format('truetype'),
    url(/fonts/icomoon.woff?3a51c676237c6d0051c703fac0ca3212) format('woff'),
    url(/fonts/icomoon.svg?fab4f920b7aa5a262661e49ad6c6e0d1#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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;
}

.icon-Angle-Grinder .path1:before {
  content: "\e900";
  
  opacity: 0.3;
}
.icon-Angle-Grinder .path2:before {
  content: "\e901";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Angle-Grinder .path3:before {
  content: "\e902";
  margin-left: -1em;
  
}
.icon-Axe .path1:before {
  content: "\e903";
  
  opacity: 0.3;
}
.icon-Axe .path2:before {
  content: "\e904";
  margin-left: -1em;
  
}
.icon-Brush .path1:before {
  content: "\e905";
  
  opacity: 0.3;
}
.icon-Brush .path2:before {
  content: "\e906";
  margin-left: -1em;
  
}
.icon-Compass .path1:before {
  content: "\e907";
  
  opacity: 0.3;
}
.icon-Compass .path2:before {
  content: "\e908";
  margin-left: -1em;
  
}
.icon-Hummer .path1:before {
  content: "\e909";
  
  opacity: 0.3;
}
.icon-Hummer .path2:before {
  content: "\e90a";
  margin-left: -1em;
  
}
.icon-Hummer .path3:before {
  content: "\e90b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Hummer1 .path1:before {
  content: "\e90c";
  
  opacity: 0.3;
}
.icon-Hummer1 .path2:before {
  content: "\e90d";
  margin-left: -1em;
  
}
.icon-Pantone .path1:before {
  content: "\e90e";
  
  opacity: 0.3;
}
.icon-Pantone .path2:before {
  content: "\e90f";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Pantone .path3:before {
  content: "\e910";
  margin-left: -1em;
  
}
.icon-Road-Cone .path1:before {
  content: "\e911";
  
}
.icon-Road-Cone .path2:before {
  content: "\e912";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Roller .path1:before {
  content: "\e913";
  
}
.icon-Roller .path2:before {
  content: "\e914";
  margin-left: -1em;
  
}
.icon-Roller .path3:before {
  content: "\e915";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Roulette .path1:before {
  content: "\e916";
  
}
.icon-Roulette .path2:before {
  content: "\e917";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Screwdriver .path1:before {
  content: "\e918";
  
  opacity: 0.3;
}
.icon-Screwdriver .path2:before {
  content: "\e919";
  margin-left: -1em;
  
}
.icon-Shovel1 .path1:before {
  content: "\e91a";
  
  opacity: 0.3;
}
.icon-Shovel1 .path2:before {
  content: "\e91b";
  margin-left: -1em;
  
}
.icon-Spatula .path1:before {
  content: "\e91c";
  
  opacity: 0.3;
}
.icon-Spatula .path2:before {
  content: "\e91d";
  margin-left: -1em;
  
}
.icon-Swiss-knife .path1:before {
  content: "\e91e";
  
  opacity: 0.3;
}
.icon-Swiss-knife .path2:before {
  content: "\e91f";
  margin-left: -1em;
  
}
.icon-Tools .path1:before {
  content: "\e920";
  
}
.icon-Tools .path2:before {
  content: "\e921";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Align-auto .path1:before {
  content: "\e922";
  
  opacity: 0.3;
}
.icon-Align-auto .path2:before {
  content: "\e923";
  margin-left: -1em;
  
}
.icon-Align-center .path1:before {
  content: "\e924";
  
  opacity: 0.3;
}
.icon-Align-center .path2:before {
  content: "\e925";
  margin-left: -1em;
  
}
.icon-Align-justify .path1:before {
  content: "\e926";
  
  opacity: 0.3;
}
.icon-Align-justify .path2:before {
  content: "\e927";
  margin-left: -1em;
  
}
.icon-Align-left .path1:before {
  content: "\e928";
  
  opacity: 0.3;
}
.icon-Align-left .path2:before {
  content: "\e929";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Align-left .path3:before {
  content: "\e92a";
  margin-left: -1em;
  
}
.icon-Align-right .path1:before {
  content: "\e92b";
  
  opacity: 0.3;
}
.icon-Align-right .path2:before {
  content: "\e92c";
  margin-left: -1em;
  
}
.icon-Article .path1:before {
  content: "\e92d";
  
}
.icon-Article .path2:before {
  content: "\e92e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bold:before {
  content: "\e92f";
}
.icon-Bullet-list .path1:before {
  content: "\e930";
  
}
.icon-Bullet-list .path2:before {
  content: "\e931";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Code:before {
  content: "\e932";
}
.icon-Edit-text .path1:before {
  content: "\e933";
  
  opacity: 0.3;
}
.icon-Edit-text .path2:before {
  content: "\e934";
  margin-left: -1em;
  
}
.icon-Filter:before {
  content: "\e935";
}
.icon-Font .path1:before {
  content: "\e936";
  
}
.icon-Font .path2:before {
  content: "\e937";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-H1 .path1:before {
  content: "\e938";
  
}
.icon-H1 .path2:before {
  content: "\e939";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-H2 .path1:before {
  content: "\e93a";
  
}
.icon-H2 .path2:before {
  content: "\e93b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Itallic:before {
  content: "\e93c";
}
.icon-Menu .path1:before {
  content: "\e93d";
  
}
.icon-Menu .path2:before {
  content: "\e93e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Paragraph:before {
  content: "\e93f";
}
.icon-Quote .path1:before {
  content: "\e940";
  
}
.icon-Quote .path2:before {
  content: "\e941";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Quote1 .path1:before {
  content: "\e942";
  
}
.icon-Quote1 .path2:before {
  content: "\e943";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Redo:before {
  content: "\e944";
}
.icon-Strikethrough .path1:before {
  content: "\e945";
  
  opacity: 0.3;
}
.icon-Strikethrough .path2:before {
  content: "\e946";
  margin-left: -1em;
  
}
.icon-Text:before {
  content: "\e947";
}
.icon-Text-height .path1:before {
  content: "\e948";
  
  opacity: 0.3;
}
.icon-Text-height .path2:before {
  content: "\e949";
  margin-left: -1em;
  
}
.icon-Text-width .path1:before {
  content: "\e94a";
  
  opacity: 0.3;
}
.icon-Text-width .path2:before {
  content: "\e94b";
  margin-left: -1em;
  
}
.icon-Underline .path1:before {
  content: "\e94c";
  
}
.icon-Underline .path2:before {
  content: "\e94d";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Undo:before {
  content: "\e94e";
}
.icon-ATM .path1:before {
  content: "\e94f";
  
  opacity: 0.3;
}
.icon-ATM .path2:before {
  content: "\e950";
  margin-left: -1em;
  
}
.icon-Bag .path1:before {
  content: "\e951";
  
  opacity: 0.3;
}
.icon-Bag .path2:before {
  content: "\e952";
  margin-left: -1em;
  
}
.icon-Bag1 .path1:before {
  content: "\e953";
  
  opacity: 0.3;
}
.icon-Bag1 .path2:before {
  content: "\e954";
  margin-left: -1em;
  
}
.icon-Barcode .path1:before {
  content: "\e955";
  
}
.icon-Barcode .path2:before {
  content: "\e956";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Barcode-read .path1:before {
  content: "\e957";
  
  opacity: 0.3;
}
.icon-Barcode-read .path2:before {
  content: "\e958";
  margin-left: -1em;
  
}
.icon-Barcode-scan .path1:before {
  content: "\e959";
  
}
.icon-Barcode-scan .path2:before {
  content: "\e95a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Barcode-scan .path3:before {
  content: "\e95b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bitcoin .path1:before {
  content: "\e95c";
  
  opacity: 0.3;
}
.icon-Bitcoin .path2:before {
  content: "\e95d";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bitcoin .path3:before {
  content: "\e95e";
  margin-left: -1em;
  
}
.icon-Box1 .path1:before {
  content: "\e95f";
  
  opacity: 0.3;
}
.icon-Box1 .path2:before {
  content: "\e960";
  margin-left: -1em;
  
}
.icon-Box2 .path1:before {
  content: "\e961";
  
}
.icon-Box2 .path2:before {
  content: "\e962";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Box3 .path1:before {
  content: "\e963";
  
  opacity: 0.3;
}
.icon-Box3 .path2:before {
  content: "\e964";
  margin-left: -1em;
  
}
.icon-Calculator .path1:before {
  content: "\e965";
  
  opacity: 0.3;
}
.icon-Calculator .path2:before {
  content: "\e966";
  margin-left: -1em;
  
}
.icon-Cart1 .path1:before {
  content: "\e967";
  
  opacity: 0.3;
}
.icon-Cart1 .path2:before {
  content: "\e968";
  margin-left: -1em;
  
}
.icon-Cart2 .path1:before {
  content: "\e969";
  
  opacity: 0.3;
}
.icon-Cart2 .path2:before {
  content: "\e96a";
  margin-left: -1em;
  
}
.icon-Cart .path1:before {
  content: "\e96b";
  
  opacity: 0.3;
}
.icon-Cart .path2:before {
  content: "\e96c";
  margin-left: -1em;
  
}
.icon-Chart-bar .path1:before {
  content: "\e96d";
  
  opacity: 0.3;
}
.icon-Chart-bar .path2:before {
  content: "\e96e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Chart-bar .path3:before {
  content: "\e96f";
  margin-left: -1em;
  
}
.icon-Chart-bar .path4:before {
  content: "\e970";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Chart-bar1 .path1:before {
  content: "\e971";
  
  opacity: 0.3;
}
.icon-Chart-bar1 .path2:before {
  content: "\e972";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Chart-bar1 .path3:before {
  content: "\e973";
  margin-left: -1em;
  
}
.icon-Chart-bar1 .path4:before {
  content: "\e974";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Chart-bar2 .path1:before {
  content: "\e975";
  
  opacity: 0.3;
}
.icon-Chart-bar2 .path2:before {
  content: "\e976";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Chart-bar2 .path3:before {
  content: "\e977";
  margin-left: -1em;
  
}
.icon-Chart-bar2 .path4:before {
  content: "\e978";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Chart-line .path1:before {
  content: "\e979";
  
}
.icon-Chart-line .path2:before {
  content: "\e97a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Chart-line1 .path1:before {
  content: "\e97b";
  
}
.icon-Chart-line1 .path2:before {
  content: "\e97c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Chart-pie .path1:before {
  content: "\e97d";
  
  opacity: 0.3;
}
.icon-Chart-pie .path2:before {
  content: "\e97e";
  margin-left: -1em;
  
}
.icon-Credit-card .path1:before {
  content: "\e97f";
  
  opacity: 0.3;
}
.icon-Credit-card .path2:before {
  content: "\e980";
  margin-left: -1em;
  
}
.icon-Credit-card .path3:before {
  content: "\e981";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Dollar .path1:before {
  content: "\e982";
  
  opacity: 0.3;
}
.icon-Dollar .path2:before {
  content: "\e983";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Dollar .path3:before {
  content: "\e984";
  margin-left: -1em;
  
}
.icon-Euro .path1:before {
  content: "\e985";
  
  opacity: 0.3;
}
.icon-Euro .path2:before {
  content: "\e986";
  margin-left: -1em;
  
}
.icon-Gift .path1:before {
  content: "\e987";
  
}
.icon-Gift .path2:before {
  content: "\e988";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Loader .path1:before {
  content: "\e989";
  
  opacity: 0.3;
}
.icon-Loader .path2:before {
  content: "\e98a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Loader .path3:before {
  content: "\e98b";
  margin-left: -1em;
  
}
.icon-MC .path1:before {
  content: "\e98c";
  
  opacity: 0.3;
}
.icon-MC .path2:before {
  content: "\e98d";
  margin-left: -1em;
  
}
.icon-Money .path1:before {
  content: "\e98e";
  
  opacity: 0.3;
}
.icon-Money .path2:before {
  content: "\e98f";
  margin-left: -1em;
  
}
.icon-Pound .path1:before {
  content: "\e990";
  
}
.icon-Pound .path2:before {
  content: "\e991";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Price:before {
  content: "\e992";
}
.icon-145:before {
  content: "\e992";
}
.icon-Price1:before {
  content: "\e993";
}
.icon-245:before {
  content: "\e993";
}
.icon-Rouble .path1:before {
  content: "\e994";
  
  opacity: 0.3;
}
.icon-Rouble .path2:before {
  content: "\e995";
  margin-left: -1em;
  
}
.icon-Safe .path1:before {
  content: "\e996";
  
  opacity: 0.3;
}
.icon-Safe .path2:before {
  content: "\e997";
  margin-left: -1em;
  
}
.icon-Sale .path1:before {
  content: "\e998";
  
}
.icon-Sale .path2:before {
  content: "\e999";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Sale1 .path1:before {
  content: "\e99a";
  
  opacity: 0.3;
}
.icon-Sale1 .path2:before {
  content: "\e99b";
  margin-left: -1em;
  
}
.icon-Sale1 .path3:before {
  content: "\e99c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Sale1 .path4:before {
  content: "\e99d";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Settings .path1:before {
  content: "\e99e";
  
  opacity: 0.3;
}
.icon-Settings .path2:before {
  content: "\e99f";
  margin-left: -1em;
  
}
.icon-Sort .path1:before {
  content: "\e9a0";
  
}
.icon-Sort .path2:before {
  content: "\e9a1";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Sort1:before {
  content: "\e9a2";
}
.icon-25:before {
  content: "\e9a2";
}
.icon-Sort2:before {
  content: "\e9a3";
}
.icon-32:before {
  content: "\e9a3";
}
.icon-Ticket:before {
  content: "\e9a4";
}
.icon-Wallet .path1:before {
  content: "\e9a5";
  
  opacity: 0.3;
}
.icon-Wallet .path2:before {
  content: "\e9a6";
  margin-left: -1em;
  
}
.icon-Wallet1 .path1:before {
  content: "\e9a7";
  
  opacity: 0.3;
}
.icon-Wallet1 .path2:before {
  content: "\e9a8";
  margin-left: -1em;
  
}
.icon-Wallet1 .path3:before {
  content: "\e9a9";
  margin-left: -1em;
  
}
.icon-Wallet2 .path1:before {
  content: "\e9aa";
  
  opacity: 0.3;
}
.icon-Wallet2 .path2:before {
  content: "\e9ab";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Wallet2 .path3:before {
  content: "\e9ac";
  margin-left: -1em;
  
}
.icon-Angle-up:before {
  content: "\e9ad";
}
.icon-Angle-double-down .path1:before {
  content: "\e9ae";
  
}
.icon-Angle-double-down .path2:before {
  content: "\e9af";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Angle-double-left .path1:before {
  content: "\e9b0";
  
}
.icon-Angle-double-left .path2:before {
  content: "\e9b1";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Angle-double-right .path1:before {
  content: "\e9b2";
  
}
.icon-Angle-double-right .path2:before {
  content: "\e9b3";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Angle-double-up .path1:before {
  content: "\e9b4";
  
}
.icon-Angle-double-up .path2:before {
  content: "\e9b5";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Angle-down:before {
  content: "\e9b6";
}
.icon-Angle-left:before {
  content: "\e9b7";
}
.icon-Angle-right:before {
  content: "\e9b8";
}
.icon-Arrow-down .path1:before {
  content: "\e9b9";
  
  opacity: 0.3;
}
.icon-Arrow-down .path2:before {
  content: "\e9ba";
  margin-left: -1em;
  
}
.icon-Arrow-from-bottom .path1:before {
  content: "\e9bb";
  
  opacity: 0.3;
}
.icon-Arrow-from-bottom .path2:before {
  content: "\e9bc";
  margin-left: -1em;
  
}
.icon-Arrow-from-bottom .path3:before {
  content: "\e9bd";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Arrow-from-left .path1:before {
  content: "\e9be";
  
  opacity: 0.3;
}
.icon-Arrow-from-left .path2:before {
  content: "\e9bf";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Arrow-from-left .path3:before {
  content: "\e9c0";
  margin-left: -1em;
  
}
.icon-Arrow-from-right .path1:before {
  content: "\e9c1";
  
  opacity: 0.3;
}
.icon-Arrow-from-right .path2:before {
  content: "\e9c2";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Arrow-from-right .path3:before {
  content: "\e9c3";
  margin-left: -1em;
  
}
.icon-Arrow-from-top .path1:before {
  content: "\e9c4";
  
  opacity: 0.3;
}
.icon-Arrow-from-top .path2:before {
  content: "\e9c5";
  margin-left: -1em;
  
}
.icon-Arrow-from-top .path3:before {
  content: "\e9c6";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Arrow-left .path1:before {
  content: "\e9c7";
  
  opacity: 0.3;
}
.icon-Arrow-left .path2:before {
  content: "\e9c8";
  margin-left: -1em;
  
}
.icon-Arrow-right .path1:before {
  content: "\e9c9";
  
  opacity: 0.3;
}
.icon-Arrow-right .path2:before {
  content: "\e9ca";
  margin-left: -1em;
  
}
.icon-Arrows-h .path1:before {
  content: "\e9cb";
  
  opacity: 0.3;
}
.icon-Arrows-h .path2:before {
  content: "\e9cc";
  margin-left: -1em;
  
}
.icon-Arrows-h .path3:before {
  content: "\e9cd";
  margin-left: -1em;
  
}
.icon-Arrows-v .path1:before {
  content: "\e9ce";
  
  opacity: 0.3;
}
.icon-Arrows-v .path2:before {
  content: "\e9cf";
  margin-left: -1em;
  
}
.icon-Arrows-v .path3:before {
  content: "\e9d0";
  margin-left: -1em;
  
}
.icon-Arrow-to-bottom .path1:before {
  content: "\e9d1";
  
  opacity: 0.3;
}
.icon-Arrow-to-bottom .path2:before {
  content: "\e9d2";
  margin-left: -1em;
  
}
.icon-Arrow-to-bottom .path3:before {
  content: "\e9d3";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Arrow-to-left .path1:before {
  content: "\e9d4";
  
  opacity: 0.3;
}
.icon-Arrow-to-left .path2:before {
  content: "\e9d5";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Arrow-to-left .path3:before {
  content: "\e9d6";
  margin-left: -1em;
  
}
.icon-Arrow-to-right .path1:before {
  content: "\e9d7";
  
  opacity: 0.3;
}
.icon-Arrow-to-right .path2:before {
  content: "\e9d8";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Arrow-to-right .path3:before {
  content: "\e9d9";
  margin-left: -1em;
  
}
.icon-Arrow-to-up .path1:before {
  content: "\e9da";
  
  opacity: 0.3;
}
.icon-Arrow-to-up .path2:before {
  content: "\e9db";
  margin-left: -1em;
  
}
.icon-Arrow-to-up .path3:before {
  content: "\e9dc";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Arrow-up .path1:before {
  content: "\e9dd";
  
  opacity: 0.3;
}
.icon-Arrow-up .path2:before {
  content: "\e9de";
  margin-left: -1em;
  
}
.icon-Check:before {
  content: "\e9df";
}
.icon-Close .path1:before {
  content: "\e9e0";
  
}
.icon-Close .path2:before {
  content: "\e9e1";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Double-check .path1:before {
  content: "\e9e2";
  
  opacity: 0.3;
}
.icon-Double-check .path2:before {
  content: "\e9e3";
  margin-left: -1em;
  
}
.icon-Down-2 .path1:before {
  content: "\e9e4";
  
  opacity: 0.3;
}
.icon-Down-2 .path2:before {
  content: "\e9e5";
  margin-left: -1em;
  
}
.icon-Down-left .path1:before {
  content: "\e9e6";
  
  opacity: 0.3;
}
.icon-Down-left .path2:before {
  content: "\e9e7";
  margin-left: -1em;
  
}
.icon-Down-right .path1:before {
  content: "\e9e8";
  
  opacity: 0.3;
}
.icon-Down-right .path2:before {
  content: "\e9e9";
  margin-left: -1em;
  
}
.icon-Exchange .path1:before {
  content: "\e9ea";
  
  opacity: 0.3;
}
.icon-Exchange .path2:before {
  content: "\e9eb";
  margin-left: -1em;
  
}
.icon-Exchange .path3:before {
  content: "\e9ec";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Exchange .path4:before {
  content: "\e9ed";
  margin-left: -1em;
  
}
.icon-Left-3 .path1:before {
  content: "\e9ee";
  
}
.icon-Left-3 .path2:before {
  content: "\e9ef";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Left-2 .path1:before {
  content: "\e9f0";
  
  opacity: 0.3;
}
.icon-Left-2 .path2:before {
  content: "\e9f1";
  margin-left: -1em;
  
}
.icon-Minus1:before {
  content: "\e9f2";
}
.icon-Plus1 .path1:before {
  content: "\e9f3";
  
}
.icon-Plus1 .path2:before {
  content: "\e9f4";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Right-3 .path1:before {
  content: "\e9f5";
  
}
.icon-Right-3 .path2:before {
  content: "\e9f6";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Right-2 .path1:before {
  content: "\e9f7";
  
  opacity: 0.3;
}
.icon-Right-2 .path2:before {
  content: "\e9f8";
  margin-left: -1em;
  
}
.icon-Route .path1:before {
  content: "\e9f9";
  
  opacity: 0.3;
}
.icon-Route .path2:before {
  content: "\e9fa";
  margin-left: -1em;
  
}
.icon-Route .path3:before {
  content: "\e9fb";
  margin-left: -1em;
  
}
.icon-Sign-in .path1:before {
  content: "\e9fc";
  
  opacity: 0.3;
}
.icon-Sign-in .path2:before {
  content: "\e9fd";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Sign-in .path3:before {
  content: "\e9fe";
  margin-left: -1em;
  
}
.icon-Sign-out .path1:before {
  content: "\e9ff";
  
  opacity: 0.3;
}
.icon-Sign-out .path2:before {
  content: "\ea00";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Sign-out .path3:before {
  content: "\ea01";
  margin-left: -1em;
  
}
.icon-Up-2 .path1:before {
  content: "\ea02";
  
  opacity: 0.3;
}
.icon-Up-2 .path2:before {
  content: "\ea03";
  margin-left: -1em;
  
}
.icon-Up-down .path1:before {
  content: "\ea04";
  
  opacity: 0.3;
}
.icon-Up-down .path2:before {
  content: "\ea05";
  margin-left: -1em;
  
}
.icon-Up-down .path3:before {
  content: "\ea06";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Up-down .path4:before {
  content: "\ea07";
  margin-left: -1em;
  
}
.icon-Up-left .path1:before {
  content: "\ea08";
  
  opacity: 0.3;
}
.icon-Up-left .path2:before {
  content: "\ea09";
  margin-left: -1em;
  
}
.icon-Up-right .path1:before {
  content: "\ea0a";
  
  opacity: 0.3;
}
.icon-Up-right .path2:before {
  content: "\ea0b";
  margin-left: -1em;
  
}
.icon-Waiting:before {
  content: "\ea0c";
}
.icon-Add-music .path1:before {
  content: "\ea0d";
  
}
.icon-Add-music .path2:before {
  content: "\ea0e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Airplay .path1:before {
  content: "\ea0f";
  
  opacity: 0.3;
}
.icon-Airplay .path2:before {
  content: "\ea10";
  margin-left: -1em;
  
}
.icon-Airplay-video .path1:before {
  content: "\ea11";
  
}
.icon-Airplay-video .path2:before {
  content: "\ea12";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Back .path1:before {
  content: "\ea13";
  
}
.icon-Back .path2:before {
  content: "\ea14";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Backward .path1:before {
  content: "\ea15";
  
  opacity: 0.3;
}
.icon-Backward .path2:before {
  content: "\ea16";
  margin-left: -1em;
  
}
.icon-CD .path1:before {
  content: "\ea17";
  
}
.icon-CD .path2:before {
  content: "\ea18";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-DVD .path1:before {
  content: "\ea19";
  
  opacity: 0.3;
}
.icon-DVD .path2:before {
  content: "\ea1a";
  margin-left: -1em;
  
}
.icon-Eject .path1:before {
  content: "\ea1b";
  
}
.icon-Eject .path2:before {
  content: "\ea1c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Equalizer .path1:before {
  content: "\ea1d";
  
  opacity: 0.3;
}
.icon-Equalizer .path2:before {
  content: "\ea1e";
  margin-left: -1em;
  
}
.icon-Equalizer .path3:before {
  content: "\ea1f";
  margin-left: -1em;
  
}
.icon-Equalizer .path4:before {
  content: "\ea20";
  margin-left: -1em;
  
}
.icon-Forward .path1:before {
  content: "\ea21";
  
  opacity: 0.3;
}
.icon-Forward .path2:before {
  content: "\ea22";
  margin-left: -1em;
  
}
.icon-Media-library .path1:before {
  content: "\ea23";
  
  opacity: 0.3;
}
.icon-Media-library .path2:before {
  content: "\ea24";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Media-library .path3:before {
  content: "\ea25";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Media-library .path4:before {
  content: "\ea26";
  margin-left: -1em;
  
}
.icon-Media-library1 .path1:before {
  content: "\ea27";
  
  opacity: 0.3;
}
.icon-Media-library1 .path2:before {
  content: "\ea28";
  margin-left: -1em;
  
}
.icon-Media-library2 .path1:before {
  content: "\ea29";
  
  opacity: 0.0900;
}
.icon-Media-library2 .path2:before {
  content: "\ea2a";
  margin-left: -1em;
  
}
.icon-Movie-Lane .path1:before {
  content: "\ea2b";
  
  opacity: 0.3;
}
.icon-Movie-Lane .path2:before {
  content: "\ea2c";
  margin-left: -1em;
  
}
.icon-Movie-lane .path1:before {
  content: "\ea2d";
  
  opacity: 0.3;
}
.icon-Movie-lane .path2:before {
  content: "\ea2e";
  margin-left: -1em;
  
}
.icon-Music1:before {
  content: "\ea2f";
}
.icon-Music-cloud .path1:before {
  content: "\ea30";
  
  opacity: 0.3;
}
.icon-Music-cloud .path2:before {
  content: "\ea31";
  margin-left: -1em;
  
}
.icon-Music-note:before {
  content: "\ea32";
}
.icon-Mute .path1:before {
  content: "\ea33";
  
  opacity: 0.3;
}
.icon-Mute .path2:before {
  content: "\ea34";
  margin-left: -1em;
  
}
.icon-Next .path1:before {
  content: "\ea35";
  
}
.icon-Next .path2:before {
  content: "\ea36";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Pause:before {
  content: "\ea37";
}
.icon-Play:before {
  content: "\ea38";
}
.icon-Playlist .path1:before {
  content: "\ea39";
  
}
.icon-Playlist .path2:before {
  content: "\ea3a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Playlist1 .path1:before {
  content: "\ea3b";
  
  opacity: 0.3;
}
.icon-Playlist1 .path2:before {
  content: "\ea3c";
  margin-left: -1em;
  
}
.icon-Rec:before {
  content: "\ea3d";
}
.icon-Repeat .path1:before {
  content: "\ea3e";
  
}
.icon-Repeat .path2:before {
  content: "\ea3f";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Repeat-one .path1:before {
  content: "\ea40";
  
  opacity: 0.3;
}
.icon-Repeat-one .path2:before {
  content: "\ea41";
  margin-left: -1em;
  
}
.icon-Shuffle .path1:before {
  content: "\ea42";
  
  opacity: 0.3;
}
.icon-Shuffle .path2:before {
  content: "\ea43";
  margin-left: -1em;
  
}
.icon-Volume-down .path1:before {
  content: "\ea44";
  
  opacity: 0.3;
}
.icon-Volume-down .path2:before {
  content: "\ea45";
  margin-left: -1em;
  
}
.icon-Volume-full .path1:before {
  content: "\ea46";
  
  opacity: 0.3;
}
.icon-Volume-full .path2:before {
  content: "\ea47";
  margin-left: -1em;
  
}
.icon-Volume-half .path1:before {
  content: "\ea48";
  
  opacity: 0.3;
}
.icon-Volume-half .path2:before {
  content: "\ea49";
  margin-left: -1em;
  
}
.icon-Volume-up .path1:before {
  content: "\ea4a";
  
  opacity: 0.3;
}
.icon-Volume-up .path2:before {
  content: "\ea4b";
  margin-left: -1em;
  
}
.icon-Vynil .path1:before {
  content: "\ea4c";
  
}
.icon-Vynil .path2:before {
  content: "\ea4d";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Youtube .path1:before {
  content: "\ea4e";
  
  opacity: 0.3;
}
.icon-Youtube .path2:before {
  content: "\ea4f";
  margin-left: -1em;
  
}
.icon-Compass1:before {
  content: "\ea50";
}
.icon-Direction1:before {
  content: "\ea51";
}
.icon-136:before {
  content: "\ea51";
}
.icon-Direction:before {
  content: "\ea52";
}
.icon-228:before {
  content: "\ea52";
}
.icon-Location-arrow:before {
  content: "\ea53";
}
.icon-Marker:before {
  content: "\ea54";
}
.icon-128:before {
  content: "\ea54";
}
.icon-Marker1:before {
  content: "\ea55";
}
.icon-229:before {
  content: "\ea55";
}
.icon-Position1 .path1:before {
  content: "\ea56";
  
  opacity: 0.3;
}
.icon-Position1 .path2:before {
  content: "\ea57";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Position1 .path3:before {
  content: "\ea58";
  margin-left: -1em;
  
}
.icon-Layout-3d .path1:before {
  content: "\ea59";
  
}
.icon-Layout-3d .path2:before {
  content: "\ea5a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-4-blocks .path1:before {
  content: "\ea5b";
  
}
.icon-Layout-4-blocks .path2:before {
  content: "\ea5c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-arrange .path1:before {
  content: "\ea5d";
  
}
.icon-Layout-arrange .path2:before {
  content: "\ea5e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-grid .path1:before {
  content: "\ea5f";
  
  opacity: 0.3;
}
.icon-Layout-grid .path2:before {
  content: "\ea60";
  margin-left: -1em;
  
}
.icon-Layout-horizontal .path1:before {
  content: "\ea61";
  
  opacity: 0.3;
}
.icon-Layout-horizontal .path2:before {
  content: "\ea62";
  margin-left: -1em;
  
}
.icon-Layout-left-panel-1 .path1:before {
  content: "\ea63";
  
}
.icon-Layout-left-panel-1 .path2:before {
  content: "\ea64";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-left-panel-2 .path1:before {
  content: "\ea65";
  
}
.icon-Layout-left-panel-2 .path2:before {
  content: "\ea66";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-right-panel-1 .path1:before {
  content: "\ea67";
  
}
.icon-Layout-right-panel-1 .path2:before {
  content: "\ea68";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-right-panel-2 .path1:before {
  content: "\ea69";
  
}
.icon-Layout-right-panel-2 .path2:before {
  content: "\ea6a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-top-panel-1 .path1:before {
  content: "\ea6b";
  
}
.icon-Layout-top-panel-1 .path2:before {
  content: "\ea6c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-top-panel-2 .path1:before {
  content: "\ea6d";
  
}
.icon-Layout-top-panel-2 .path2:before {
  content: "\ea6e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-top-panel-3 .path1:before {
  content: "\ea6f";
  
}
.icon-Layout-top-panel-3 .path2:before {
  content: "\ea70";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-top-panel-4 .path1:before {
  content: "\ea71";
  
}
.icon-Layout-top-panel-4 .path2:before {
  content: "\ea72";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-top-panel-5 .path1:before {
  content: "\ea73";
  
}
.icon-Layout-top-panel-5 .path2:before {
  content: "\ea74";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-top-panel-6 .path1:before {
  content: "\ea75";
  
}
.icon-Layout-top-panel-6 .path2:before {
  content: "\ea76";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-vertical .path1:before {
  content: "\ea77";
  
}
.icon-Layout-vertical .path2:before {
  content: "\ea78";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Air-ballon .path1:before {
  content: "\ea79";
  
}
.icon-Air-ballon .path2:before {
  content: "\ea7a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Alarm-clock .path1:before {
  content: "\ea7b";
  
}
.icon-Alarm-clock .path2:before {
  content: "\ea7c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Alarm-clock .path3:before {
  content: "\ea7d";
  margin-left: -1em;
  
}
.icon-Armchair .path1:before {
  content: "\ea7e";
  
  opacity: 0.3;
}
.icon-Armchair .path2:before {
  content: "\ea7f";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Armchair .path3:before {
  content: "\ea80";
  margin-left: -1em;
  
}
.icon-Bag-chair:before {
  content: "\ea81";
}
.icon-Bath .path1:before {
  content: "\ea82";
  
  opacity: 0.3;
}
.icon-Bath .path2:before {
  content: "\ea83";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bath .path3:before {
  content: "\ea84";
  margin-left: -1em;
  
}
.icon-Bed .path1:before {
  content: "\ea85";
  
  opacity: 0.3;
}
.icon-Bed .path2:before {
  content: "\ea86";
  margin-left: -1em;
  
}
.icon-Bed .path3:before {
  content: "\ea87";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Book:before {
  content: "\ea88";
}
.icon-Book-open .path1:before {
  content: "\ea89";
  
}
.icon-Book-open .path2:before {
  content: "\ea8a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Box .path1:before {
  content: "\ea8b";
  
}
.icon-Box .path2:before {
  content: "\ea8c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Broom .path1:before {
  content: "\ea8d";
  
  opacity: 0.3;
}
.icon-Broom .path2:before {
  content: "\ea8e";
  margin-left: -1em;
  
}
.icon-Building .path1:before {
  content: "\ea8f";
  
}
.icon-Building .path2:before {
  content: "\ea90";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-Building .path3:before {
  content: "\ea91";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bulb .path1:before {
  content: "\ea92";
  
  opacity: 0.3;
}
.icon-Bulb .path2:before {
  content: "\ea93";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bulb .path3:before {
  content: "\ea94";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bulb .path4:before {
  content: "\ea95";
  margin-left: -1em;
  
}
.icon-Bulb1 .path1:before {
  content: "\ea96";
  
  opacity: 0.3;
}
.icon-Bulb1 .path2:before {
  content: "\ea97";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bulb1 .path3:before {
  content: "\ea98";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bulb1 .path4:before {
  content: "\ea99";
  margin-left: -1em;
  
}
.icon-Chair .path1:before {
  content: "\ea9a";
  
}
.icon-Chair .path2:before {
  content: "\ea9b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Chair1 .path1:before {
  content: "\ea9c";
  
  opacity: 0.3;
}
.icon-Chair1 .path2:before {
  content: "\ea9d";
  margin-left: -1em;
  
}
.icon-Clock .path1:before {
  content: "\ea9e";
  
  opacity: 0.3;
}
.icon-Clock .path2:before {
  content: "\ea9f";
  margin-left: -1em;
  
}
.icon-Commode .path1:before {
  content: "\eaa0";
  
  opacity: 0.3;
}
.icon-Commode .path2:before {
  content: "\eaa1";
  margin-left: -1em;
  
}
.icon-Commode1 .path1:before {
  content: "\eaa2";
  
  opacity: 0.3;
}
.icon-Commode1 .path2:before {
  content: "\eaa3";
  margin-left: -1em;
  
}
.icon-Couch .path1:before {
  content: "\eaa4";
  
  opacity: 0.3;
}
.icon-Couch .path2:before {
  content: "\eaa5";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Couch .path3:before {
  content: "\eaa6";
  margin-left: -1em;
  
}
.icon-Cupboard .path1:before {
  content: "\eaa7";
  
  opacity: 0.3;
}
.icon-Cupboard .path2:before {
  content: "\eaa8";
  margin-left: -1em;
  
}
.icon-Curtains .path1:before {
  content: "\eaa9";
  
  opacity: 0.3;
}
.icon-Curtains .path2:before {
  content: "\eaaa";
  margin-left: -1em;
  
}
.icon-Deer .path1:before {
  content: "\eaab";
  
  opacity: 0.3;
}
.icon-Deer .path2:before {
  content: "\eaac";
  margin-left: -1em;
  
}
.icon-Door-open .path1:before {
  content: "\eaad";
  
  opacity: 0.3;
}
.icon-Door-open .path2:before {
  content: "\eaae";
  margin-left: -1em;
  
}
.icon-Earth:before {
  content: "\eaaf";
}
.icon-Fireplace .path1:before {
  content: "\eab0";
  
  opacity: 0.3;
}
.icon-Fireplace .path2:before {
  content: "\eab1";
  margin-left: -1em;
  
}
.icon-Flashlight .path1:before {
  content: "\eab2";
  
}
.icon-Flashlight .path2:before {
  content: "\eab3";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Flower .path1:before {
  content: "\eab4";
  
  opacity: 0.3;
}
.icon-Flower .path2:before {
  content: "\eab5";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Flower .path3:before {
  content: "\eab6";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Flower .path4:before {
  content: "\eab7";
  margin-left: -1em;
  
}
.icon-Flower1:before {
  content: "\eab8";
}
.icon-239:before {
  content: "\eab8";
}
.icon-Flower2:before {
  content: "\eab9";
}
.icon-38:before {
  content: "\eab9";
}
.icon-Globe .path1:before {
  content: "\eaba";
  
}
.icon-Globe .path2:before {
  content: "\eabb";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Home:before {
  content: "\eabc";
}
.icon-Home-heart:before {
  content: "\eabd";
}
.icon-Key .path1:before {
  content: "\eabe";
  
  opacity: 0.3;
}
.icon-Key .path2:before {
  content: "\eabf";
  margin-left: -1em;
  
}
.icon-Ladder .path1:before {
  content: "\eac0";
  
  opacity: 0.3;
}
.icon-Ladder .path2:before {
  content: "\eac1";
  margin-left: -1em;
  
}
.icon-Lamp .path1:before {
  content: "\eac2";
  
}
.icon-Lamp .path2:before {
  content: "\eac3";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Lamp .path3:before {
  content: "\eac4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-Lamp .path4:before {
  content: "\eac5";
  margin-left: -1em;
  
}
.icon-Lamp1 .path1:before {
  content: "\eac6";
  
  opacity: 0.3;
}
.icon-Lamp1 .path2:before {
  content: "\eac7";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Lamp1 .path3:before {
  content: "\eac8";
  margin-left: -1em;
  
}
.icon-Library .path1:before {
  content: "\eac9";
  
}
.icon-Library .path2:before {
  content: "\eaca";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Mailbox .path1:before {
  content: "\eacb";
  
}
.icon-Mailbox .path2:before {
  content: "\eacc";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Mirror .path1:before {
  content: "\eacd";
  
}
.icon-Mirror .path2:before {
  content: "\eace";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Picture .path1:before {
  content: "\eacf";
  
  opacity: 0.3;
}
.icon-Picture .path2:before {
  content: "\ead0";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Picture .path3:before {
  content: "\ead1";
  margin-left: -1em;
  
}
.icon-Picture .path4:before {
  content: "\ead2";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Ruller:before {
  content: "\ead3";
}
.icon-Stairs:before {
  content: "\ead4";
}
.icon-Timer .path1:before {
  content: "\ead5";
  
  opacity: 0.3;
}
.icon-Timer .path2:before {
  content: "\ead6";
  margin-left: -1em;
  
}
.icon-Timer .path3:before {
  content: "\ead7";
  margin-left: -1em;
  
}
.icon-Timer .path4:before {
  content: "\ead8";
  margin-left: -1em;
  
}
.icon-Toilet .path1:before {
  content: "\ead9";
  
  opacity: 0.3;
}
.icon-Toilet .path2:before {
  content: "\eada";
  margin-left: -1em;
  
}
.icon-Toilet .path3:before {
  content: "\eadb";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Towel:before {
  content: "\eadc";
}
.icon-Trash1 .path1:before {
  content: "\eadd";
  
}
.icon-Trash1 .path2:before {
  content: "\eade";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Water-mixer .path1:before {
  content: "\eadf";
  
  opacity: 0.3;
}
.icon-Water-mixer .path2:before {
  content: "\eae0";
  margin-left: -1em;
  
}
.icon-Water-mixer .path3:before {
  content: "\eae1";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Weight .path1:before {
  content: "\eae2";
  
}
.icon-Weight .path2:before {
  content: "\eae3";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Weight1 .path1:before {
  content: "\eae4";
  
  opacity: 0.3;
}
.icon-Weight1 .path2:before {
  content: "\eae5";
  margin-left: -1em;
  
}
.icon-Wood .path1:before {
  content: "\eae6";
  
  opacity: 0.3;
}
.icon-Wood .path2:before {
  content: "\eae7";
  margin-left: -1em;
  
}
.icon-Wood1 .path1:before {
  content: "\eae8";
  
  opacity: 0.3;
}
.icon-Wood1 .path2:before {
  content: "\eae9";
  margin-left: -1em;
  
}
.icon-Wood-horse:before {
  content: "\eaea";
}
.icon-Attachment .path1:before {
  content: "\eaeb";
  
  opacity: 0.3;
}
.icon-Attachment .path2:before {
  content: "\eaec";
  margin-left: -1em;
  
}
.icon-Attachment1 .path1:before {
  content: "\eaed";
  
  opacity: 0.3;
}
.icon-Attachment1 .path2:before {
  content: "\eaee";
  margin-left: -1em;
  
}
.icon-Attachment1 .path3:before {
  content: "\eaef";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Attachment1 .path4:before {
  content: "\eaf0";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Binocular:before {
  content: "\eaf1";
}
.icon-Bookmark:before {
  content: "\eaf2";
}
.icon-Clip:before {
  content: "\eaf3";
}
.icon-Clipboard .path1:before {
  content: "\eaf4";
  
  opacity: 0.3;
}
.icon-Clipboard .path2:before {
  content: "\eaf5";
  margin-left: -1em;
  
}
.icon-Clipboard .path3:before {
  content: "\eaf6";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Clipboard .path4:before {
  content: "\eaf7";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cursor:before {
  content: "\eaf8";
}
.icon-Dislike .path1:before {
  content: "\eaf9";
  
}
.icon-Dislike .path2:before {
  content: "\eafa";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Duplicate .path1:before {
  content: "\eafb";
  
  opacity: 0.3;
}
.icon-Duplicate .path2:before {
  content: "\eafc";
  margin-left: -1em;
  
}
.icon-Edit1:before {
  content: "\eafd";
}
.icon-Expand-arrows .path1:before {
  content: "\eafe";
  
  opacity: 0.3;
}
.icon-Expand-arrows .path2:before {
  content: "\eaff";
  margin-left: -1em;
  
}
.icon-Fire:before {
  content: "\eb00";
}
.icon-Folder1:before {
  content: "\eb01";
}
.icon-Half-heart .path1:before {
  content: "\eb02";
  
  opacity: 0.3;
}
.icon-Half-heart .path2:before {
  content: "\eb03";
  margin-left: -1em;
  
}
.icon-Half-star .path1:before {
  content: "\eb04";
  
  opacity: 0.3;
}
.icon-Half-star .path2:before {
  content: "\eb05";
  margin-left: -1em;
  
}
.icon-Heart:before {
  content: "\eb06";
}
.icon-Hidden .path1:before {
  content: "\eb07";
  
}
.icon-Hidden .path2:before {
  content: "\eb08";
  margin-left: -1em;
  
}
.icon-Hidden .path3:before {
  content: "\eb09";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Like .path1:before {
  content: "\eb0a";
  
}
.icon-Like .path2:before {
  content: "\eb0b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Lock:before {
  content: "\eb0c";
}
.icon-Notification .path1:before {
  content: "\eb0d";
  
}
.icon-Notification .path2:before {
  content: "\eb0e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Notifications .path1:before {
  content: "\eb0f";
  
}
.icon-Notifications .path2:before {
  content: "\eb10";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Other:before {
  content: "\eb11";
}
.icon-133:before {
  content: "\eb11";
}
.icon-Other1:before {
  content: "\eb12";
}
.icon-234:before {
  content: "\eb12";
}
.icon-Sad .path1:before {
  content: "\eb13";
  
  opacity: 0.3;
}
.icon-Sad .path2:before {
  content: "\eb14";
  margin-left: -1em;
  
}
.icon-Save .path1:before {
  content: "\eb15";
  
}
.icon-Save .path2:before {
  content: "\eb16";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Scale .path1:before {
  content: "\eb17";
  
}
.icon-Scale .path2:before {
  content: "\eb18";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Scissors .path1:before {
  content: "\eb19";
  
  opacity: 0.3;
}
.icon-Scissors .path2:before {
  content: "\eb1a";
  margin-left: -1em;
  
}
.icon-Search .path1:before {
  content: "\eb1b";
  
  opacity: 0.3;
}
.icon-Search .path2:before {
  content: "\eb1c";
  margin-left: -1em;
  
}
.icon-Settings2 .path1:before {
  content: "\eb1d";
  
  opacity: 0.3;
}
.icon-Settings2 .path2:before {
  content: "\eb1e";
  margin-left: -1em;
  
}
.icon-Settings-1 .path1:before {
  content: "\eb1f";
  
}
.icon-Settings-1 .path2:before {
  content: "\eb20";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Settings-2:before {
  content: "\eb21";
}
.icon-Shield-check .path1:before {
  content: "\eb22";
  
  opacity: 0.3;
}
.icon-Shield-check .path2:before {
  content: "\eb23";
  margin-left: -1em;
  
}
.icon-Shield-disabled .path1:before {
  content: "\eb24";
  
  opacity: 0.3;
}
.icon-Shield-disabled .path2:before {
  content: "\eb25";
  margin-left: -1em;
  
}
.icon-Shield-protected .path1:before {
  content: "\eb26";
  
  opacity: 0.3;
}
.icon-Shield-protected .path2:before {
  content: "\eb27";
  margin-left: -1em;
  
}
.icon-Size .path1:before {
  content: "\eb28";
  
}
.icon-Size .path2:before {
  content: "\eb29";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Smile .path1:before {
  content: "\eb2a";
  
  opacity: 0.3;
}
.icon-Smile .path2:before {
  content: "\eb2b";
  margin-left: -1em;
  
}
.icon-Star:before {
  content: "\eb2c";
}
.icon-Thunder1:before {
  content: "\eb2d";
}
.icon-Thunder-move .path1:before {
  content: "\eb2e";
  
}
.icon-Thunder-move .path2:before {
  content: "\eb2f";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Trash .path1:before {
  content: "\eb30";
  
}
.icon-Trash .path2:before {
  content: "\eb31";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Unlock:before {
  content: "\eb32";
}
.icon-Update:before {
  content: "\eb33";
}
.icon-User .path1:before {
  content: "\eb34";
  
  opacity: 0.3;
}
.icon-User .path2:before {
  content: "\eb35";
  margin-left: -1em;
  
}
.icon-Visible:before {
  content: "\eb36";
}
.icon-Beer .path1:before {
  content: "\eb37";
  
  opacity: 0.3;
}
.icon-Beer .path2:before {
  content: "\eb38";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Beer .path3:before {
  content: "\eb39";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Beer .path4:before {
  content: "\eb3a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Beer .path5:before {
  content: "\eb3b";
  margin-left: -1em;
  
}
.icon-Bottle .path1:before {
  content: "\eb3c";
  
}
.icon-Bottle .path2:before {
  content: "\eb3d";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bottle1 .path1:before {
  content: "\eb3e";
  
}
.icon-Bottle1 .path2:before {
  content: "\eb3f";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bread .path1:before {
  content: "\eb40";
  
  opacity: 0.3;
}
.icon-Bread .path2:before {
  content: "\eb41";
  margin-left: -1em;
  
}
.icon-Bucket1 .path1:before {
  content: "\eb42";
  
  opacity: 0.3;
}
.icon-Bucket1 .path2:before {
  content: "\eb43";
  margin-left: -1em;
  
}
.icon-Burger .path1:before {
  content: "\eb44";
  
}
.icon-Burger .path2:before {
  content: "\eb45";
  margin-left: -1em;
  
}
.icon-Burger .path3:before {
  content: "\eb46";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cake .path1:before {
  content: "\eb47";
  
}
.icon-Cake .path2:before {
  content: "\eb48";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cake .path3:before {
  content: "\eb49";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Carrot .path1:before {
  content: "\eb4a";
  
  opacity: 0.3;
}
.icon-Carrot .path2:before {
  content: "\eb4b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Carrot .path3:before {
  content: "\eb4c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Carrot .path4:before {
  content: "\eb4d";
  margin-left: -1em;
  
}
.icon-Cheese .path1:before {
  content: "\eb4e";
  
}
.icon-Cheese .path2:before {
  content: "\eb4f";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Chicken .path1:before {
  content: "\eb50";
  
}
.icon-Chicken .path2:before {
  content: "\eb51";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Coffee .path1:before {
  content: "\eb52";
  
}
.icon-Coffee .path2:before {
  content: "\eb53";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Coffee .path3:before {
  content: "\eb54";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Coffee .path4:before {
  content: "\eb55";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Coffee .path5:before {
  content: "\eb56";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Coffee1 .path1:before {
  content: "\eb57";
  
  opacity: 0.3;
}
.icon-Coffee1 .path2:before {
  content: "\eb58";
  margin-left: -1em;
  
}
.icon-Coffee1 .path3:before {
  content: "\eb59";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cookie:before {
  content: "\eb5a";
}
.icon-Dinner1 .path1:before {
  content: "\eb5b";
  
  opacity: 0.3;
}
.icon-Dinner1 .path2:before {
  content: "\eb5c";
  margin-left: -1em;
  
}
.icon-Fish .path1:before {
  content: "\eb5d";
  
  opacity: 0.3;
}
.icon-Fish .path2:before {
  content: "\eb5e";
  margin-left: -1em;
  
}
.icon-French-Bread:before {
  content: "\eb5f";
}
.icon-Glass-martini .path1:before {
  content: "\eb60";
  
  opacity: 0.3;
}
.icon-Glass-martini .path2:before {
  content: "\eb61";
  margin-left: -1em;
  
}
.icon-Ice-cream1 .path1:before {
  content: "\eb62";
  
  opacity: 0.3;
}
.icon-Ice-cream1 .path2:before {
  content: "\eb63";
  margin-left: -1em;
  
}
.icon-Ice-cream .path1:before {
  content: "\eb64";
  
}
.icon-Ice-cream .path2:before {
  content: "\eb65";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Miso-soup .path1:before {
  content: "\eb66";
  
}
.icon-Miso-soup .path2:before {
  content: "\eb67";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Orange .path1:before {
  content: "\eb68";
  
}
.icon-Orange .path2:before {
  content: "\eb69";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Pizza:before {
  content: "\eb6a";
}
.icon-Sushi .path1:before {
  content: "\eb6b";
  
}
.icon-Sushi .path2:before {
  content: "\eb6c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Two-bottles .path1:before {
  content: "\eb6d";
  
}
.icon-Two-bottles .path2:before {
  content: "\eb6e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Wine .path1:before {
  content: "\eb6f";
  
  opacity: 0.3;
}
.icon-Wine .path2:before {
  content: "\eb70";
  margin-left: -1em;
  
}
.icon-Cloud-download .path1:before {
  content: "\eb71";
  
  opacity: 0.3;
}
.icon-Cloud-download .path2:before {
  content: "\eb72";
  margin-left: -1em;
  
}
.icon-Cloud-upload .path1:before {
  content: "\eb73";
  
  opacity: 0.3;
}
.icon-Cloud-upload .path2:before {
  content: "\eb74";
  margin-left: -1em;
  
}
.icon-Compilation .path1:before {
  content: "\eb75";
  
  opacity: 0.3;
}
.icon-Compilation .path2:before {
  content: "\eb76";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Compilation .path3:before {
  content: "\eb77";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Compilation .path4:before {
  content: "\eb78";
  margin-left: -1em;
  
}
.icon-Compilation .path5:before {
  content: "\eb79";
  margin-left: -1em;
  
}
.icon-Compiled-file .path1:before {
  content: "\eb7a";
  
  opacity: 0.3;
}
.icon-Compiled-file .path2:before {
  content: "\eb7b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Compiled-file .path3:before {
  content: "\eb7c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Compiled-file .path4:before {
  content: "\eb7d";
  margin-left: -1em;
  
}
.icon-Compiled-file .path5:before {
  content: "\eb7e";
  margin-left: -1em;
  
}
.icon-Deleted-file .path1:before {
  content: "\eb7f";
  
  opacity: 0.3;
}
.icon-Deleted-file .path2:before {
  content: "\eb80";
  margin-left: -1em;
  
}
.icon-Deleted-folder .path1:before {
  content: "\eb81";
  
  opacity: 0.3;
}
.icon-Deleted-folder .path2:before {
  content: "\eb82";
  margin-left: -1em;
  
}
.icon-Download .path1:before {
  content: "\eb83";
  
  opacity: 0.3;
}
.icon-Download .path2:before {
  content: "\eb84";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Download .path3:before {
  content: "\eb85";
  margin-left: -1em;
  
}
.icon-Downloaded-file .path1:before {
  content: "\eb86";
  
  opacity: 0.3;
}
.icon-Downloaded-file .path2:before {
  content: "\eb87";
  margin-left: -1em;
  
}
.icon-Downloads-folder .path1:before {
  content: "\eb88";
  
  opacity: 0.3;
}
.icon-Downloads-folder .path2:before {
  content: "\eb89";
  margin-left: -1em;
  
}
.icon-Export .path1:before {
  content: "\eb8a";
  
  opacity: 0.3;
}
.icon-Export .path2:before {
  content: "\eb8b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Export .path3:before {
  content: "\eb8c";
  margin-left: -1em;
  
}
.icon-File .path1:before {
  content: "\eb8d";
  
  opacity: 0.3;
}
.icon-File .path2:before {
  content: "\eb8e";
  margin-left: -1em;
  
}
.icon-File .path3:before {
  content: "\eb8f";
  margin-left: -1em;
  
}
.icon-File-cloud .path1:before {
  content: "\eb90";
  
  opacity: 0.3;
}
.icon-File-cloud .path2:before {
  content: "\eb91";
  margin-left: -1em;
  
}
.icon-File-done .path1:before {
  content: "\eb92";
  
  opacity: 0.3;
}
.icon-File-done .path2:before {
  content: "\eb93";
  margin-left: -1em;
  
}
.icon-File-minus .path1:before {
  content: "\eb94";
  
  opacity: 0.3;
}
.icon-File-minus .path2:before {
  content: "\eb95";
  margin-left: -1em;
  
}
.icon-File-plus .path1:before {
  content: "\eb96";
  
  opacity: 0.3;
}
.icon-File-plus .path2:before {
  content: "\eb97";
  margin-left: -1em;
  
}
.icon-Folder:before {
  content: "\eb98";
}
.icon-Folder-check .path1:before {
  content: "\eb99";
  
  opacity: 0.3;
}
.icon-Folder-check .path2:before {
  content: "\eb9a";
  margin-left: -1em;
  
}
.icon-Folder-cloud .path1:before {
  content: "\eb9b";
  
  opacity: 0.3;
}
.icon-Folder-cloud .path2:before {
  content: "\eb9c";
  margin-left: -1em;
  
}
.icon-Folder-error .path1:before {
  content: "\eb9d";
  
}
.icon-Folder-error .path2:before {
  content: "\eb9e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Folder-heart:before {
  content: "\eb9f";
}
.icon-Folder-minus .path1:before {
  content: "\eba0";
  
  opacity: 0.3;
}
.icon-Folder-minus .path2:before {
  content: "\eba1";
  margin-left: -1em;
  
}
.icon-Folder-plus .path1:before {
  content: "\eba2";
  
  opacity: 0.3;
}
.icon-Folder-plus .path2:before {
  content: "\eba3";
  margin-left: -1em;
  
}
.icon-Folder-solid:before {
  content: "\eba4";
}
.icon-Folder-star:before {
  content: "\eba5";
}
.icon-Folder-thunder:before {
  content: "\eba6";
}
.icon-Group-folders .path1:before {
  content: "\eba7";
  
  opacity: 0.3;
}
.icon-Group-folders .path2:before {
  content: "\eba8";
  margin-left: -1em;
  
}
.icon-Import .path1:before {
  content: "\eba9";
  
  opacity: 0.3;
}
.icon-Import .path2:before {
  content: "\ebaa";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Import .path3:before {
  content: "\ebab";
  margin-left: -1em;
  
}
.icon-Locked-folder .path1:before {
  content: "\ebac";
  
  opacity: 0.3;
}
.icon-Locked-folder .path2:before {
  content: "\ebad";
  margin-left: -1em;
  
}
.icon-Media .path1:before {
  content: "\ebae";
  
  opacity: 0.3;
}
.icon-Media .path2:before {
  content: "\ebaf";
  margin-left: -1em;
  
}
.icon-Media-folder .path1:before {
  content: "\ebb0";
  
  opacity: 0.3;
}
.icon-Media-folder .path2:before {
  content: "\ebb1";
  margin-left: -1em;
  
}
.icon-Music .path1:before {
  content: "\ebb2";
  
  opacity: 0.3;
}
.icon-Music .path2:before {
  content: "\ebb3";
  margin-left: -1em;
  
}
.icon-Pictures .path1:before {
  content: "\ebb4";
  
  opacity: 0.3;
}
.icon-Pictures .path2:before {
  content: "\ebb5";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Pictures .path3:before {
  content: "\ebb6";
  margin-left: -1em;
  
}
.icon-Pictures .path4:before {
  content: "\ebb7";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Pictures1:before {
  content: "\ebb8";
}
.icon-221:before {
  content: "\ebb8";
}
.icon-Protected-file .path1:before {
  content: "\ebb9";
  
  opacity: 0.3;
}
.icon-Protected-file .path2:before {
  content: "\ebba";
  margin-left: -1em;
  
}
.icon-Selected-file .path1:before {
  content: "\ebbb";
  
  opacity: 0.3;
}
.icon-Selected-file .path2:before {
  content: "\ebbc";
  margin-left: -1em;
  
}
.icon-Share1 .path1:before {
  content: "\ebbd";
  
}
.icon-Share1 .path2:before {
  content: "\ebbe";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Share1 .path3:before {
  content: "\ebbf";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Share1 .path4:before {
  content: "\ebc0";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Upload .path1:before {
  content: "\ebc1";
  
  opacity: 0.3;
}
.icon-Upload .path2:before {
  content: "\ebc2";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Upload .path3:before {
  content: "\ebc3";
  margin-left: -1em;
  
}
.icon-Uploaded-file .path1:before {
  content: "\ebc4";
  
  opacity: 0.3;
}
.icon-Uploaded-file .path2:before {
  content: "\ebc5";
  margin-left: -1em;
  
}
.icon-Upload-folder .path1:before {
  content: "\ebc6";
  
  opacity: 0.3;
}
.icon-Upload-folder .path2:before {
  content: "\ebc7";
  margin-left: -1em;
  
}
.icon-User-folder:before {
  content: "\ebc8";
}
.icon-Air-conditioning .path1:before {
  content: "\ebc9";
  
}
.icon-Air-conditioning .path2:before {
  content: "\ebca";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-air-dryer .path1:before {
  content: "\ebcb";
  
  opacity: 0.3;
}
.icon-air-dryer .path2:before {
  content: "\ebcc";
  margin-left: -1em;
  
}
.icon-Blender .path1:before {
  content: "\ebcd";
  
}
.icon-Blender .path2:before {
  content: "\ebce";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Fan:before {
  content: "\ebcf";
}
.icon-Fridge:before {
  content: "\ebd0";
}
.icon-Gas-stove .path1:before {
  content: "\ebd1";
  
}
.icon-Gas-stove .path2:before {
  content: "\ebd2";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Highvoltage:before {
  content: "\ebd3";
}
.icon-Iron .path1:before {
  content: "\ebd4";
  
  opacity: 0.3;
}
.icon-Iron .path2:before {
  content: "\ebd5";
  margin-left: -1em;
  
}
.icon-Kettle .path1:before {
  content: "\ebd6";
  
}
.icon-Kettle .path2:before {
  content: "\ebd7";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Mixer .path1:before {
  content: "\ebd8";
  
}
.icon-Mixer .path2:before {
  content: "\ebd9";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Outlet .path1:before {
  content: "\ebda";
  
  opacity: 0.3;
}
.icon-Outlet .path2:before {
  content: "\ebdb";
  margin-left: -1em;
  
}
.icon-Range-hood .path1:before {
  content: "\ebdc";
  
}
.icon-Range-hood .path2:before {
  content: "\ebdd";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Shutdown .path1:before {
  content: "\ebde";
  
}
.icon-Shutdown .path2:before {
  content: "\ebdf";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Socket-eu:before {
  content: "\ebe0";
}
.icon-Socket-us:before {
  content: "\ebe1";
}
.icon-Washer .path1:before {
  content: "\ebe2";
  
}
.icon-Washer .path2:before {
  content: "\ebe3";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Airpods .path1:before {
  content: "\ebe4";
  
  opacity: 0.3;
}
.icon-Airpods .path2:before {
  content: "\ebe5";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Airpods .path3:before {
  content: "\ebe6";
  margin-left: -1em;
  
}
.icon-Airpods .path4:before {
  content: "\ebe7";
  margin-left: -1em;
  
}
.icon-Android .path1:before {
  content: "\ebe8";
  
}
.icon-Android .path2:before {
  content: "\ebe9";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Apple-Watch .path1:before {
  content: "\ebea";
  
  opacity: 0.3;
}
.icon-Apple-Watch .path2:before {
  content: "\ebeb";
  margin-left: -1em;
  
}
.icon-Battery-charging .path1:before {
  content: "\ebec";
  
}
.icon-Battery-charging .path2:before {
  content: "\ebed";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Battery-charging .path3:before {
  content: "\ebee";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Battery-empty .path1:before {
  content: "\ebef";
  
}
.icon-Battery-empty .path2:before {
  content: "\ebf0";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Battery-full .path1:before {
  content: "\ebf1";
  
}
.icon-Battery-full .path2:before {
  content: "\ebf2";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Battery-half .path1:before {
  content: "\ebf3";
  
}
.icon-Battery-half .path2:before {
  content: "\ebf4";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bluetooth .path1:before {
  content: "\ebf5";
  
  opacity: 0.3;
}
.icon-Bluetooth .path2:before {
  content: "\ebf6";
  margin-left: -1em;
  
}
.icon-Camera .path1:before {
  content: "\ebf7";
  
}
.icon-Camera .path2:before {
  content: "\ebf8";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Camera .path3:before {
  content: "\ebf9";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cardboard-vr .path1:before {
  content: "\ebfa";
  
  opacity: 0.3;
}
.icon-Cardboard-vr .path2:before {
  content: "\ebfb";
  margin-left: -1em;
  
}
.icon-Cassete .path1:before {
  content: "\ebfc";
  
  opacity: 0.3;
}
.icon-Cassete .path2:before {
  content: "\ebfd";
  margin-left: -1em;
  
}
.icon-Cassete .path3:before {
  content: "\ebfe";
  margin-left: -1em;
  
}
.icon-CPU .path1:before {
  content: "\ebff";
  
  opacity: 0.3;
}
.icon-CPU .path2:before {
  content: "\ec00";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-CPU .path3:before {
  content: "\ec01";
  margin-left: -1em;
  
}
.icon-CPU .path4:before {
  content: "\ec02";
  margin-left: -1em;
  
}
.icon-CPU .path5:before {
  content: "\ec03";
  margin-left: -1em;
  
}
.icon-CPU .path6:before {
  content: "\ec04";
  margin-left: -1em;
  
}
.icon-CPU .path7:before {
  content: "\ec05";
  margin-left: -1em;
  
}
.icon-CPU .path8:before {
  content: "\ec06";
  margin-left: -1em;
  
}
.icon-CPU1:before {
  content: "\ec07";
}
.icon-222:before {
  content: "\ec07";
}
.icon-Diagnostics .path1:before {
  content: "\ec08";
  
  opacity: 0.3;
}
.icon-Diagnostics .path2:before {
  content: "\ec09";
  margin-left: -1em;
  
}
.icon-Diagnostics .path3:before {
  content: "\ec0a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Display .path1:before {
  content: "\ec0b";
  
  opacity: 0.3;
}
.icon-Display .path2:before {
  content: "\ec0c";
  margin-left: -1em;
  
}
.icon-Display1 .path1:before {
  content: "\ec0d";
  
  opacity: 0.3;
}
.icon-Display1 .path2:before {
  content: "\ec0e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Display1 .path3:before {
  content: "\ec0f";
  margin-left: -1em;
  
}
.icon-Display2 .path1:before {
  content: "\ec10";
  
  opacity: 0.3;
}
.icon-Display2 .path2:before {
  content: "\ec11";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Display2 .path3:before {
  content: "\ec12";
  margin-left: -1em;
  
}
.icon-Gameboy .path1:before {
  content: "\ec13";
  
  opacity: 0.3;
}
.icon-Gameboy .path2:before {
  content: "\ec14";
  margin-left: -1em;
  
}
.icon-Gamepad .path1:before {
  content: "\ec15";
  
  opacity: 0.3;
}
.icon-Gamepad .path2:before {
  content: "\ec16";
  margin-left: -1em;
  
}
.icon-Gamepad1 .path1:before {
  content: "\ec17";
  
  opacity: 0.3;
}
.icon-Gamepad1 .path2:before {
  content: "\ec18";
  margin-left: -1em;
  
}
.icon-Generator .path1:before {
  content: "\ec19";
  
  opacity: 0.3;
}
.icon-Generator .path2:before {
  content: "\ec1a";
  margin-left: -1em;
  
}
.icon-Generator .path3:before {
  content: "\ec1b";
  margin-left: -1em;
  
}
.icon-Generator .path4:before {
  content: "\ec1c";
  margin-left: -1em;
  
}
.icon-Hard-drive .path1:before {
  content: "\ec1d";
  
}
.icon-Hard-drive .path2:before {
  content: "\ec1e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Headphones .path1:before {
  content: "\ec1f";
  
  opacity: 0.3;
}
.icon-Headphones .path2:before {
  content: "\ec20";
  margin-left: -1em;
  
}
.icon-Homepod .path1:before {
  content: "\ec21";
  
  opacity: 0.3;
}
.icon-Homepod .path2:before {
  content: "\ec22";
  margin-left: -1em;
  
}
.icon-iMac .path1:before {
  content: "\ec23";
  
}
.icon-iMac .path2:before {
  content: "\ec24";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-iMac .path3:before {
  content: "\ec25";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-iPhone-back:before {
  content: "\ec26";
}
.icon-iPhone-X .path1:before {
  content: "\ec27";
  
  opacity: 0.3;
}
.icon-iPhone-X .path2:before {
  content: "\ec28";
  margin-left: -1em;
  
}
.icon-iPhone-x-back:before {
  content: "\ec29";
}
.icon-Keyboard .path1:before {
  content: "\ec2a";
  
  opacity: 0.3;
}
.icon-Keyboard .path2:before {
  content: "\ec2b";
  margin-left: -1em;
  
}
.icon-Laptop .path1:before {
  content: "\ec2c";
  
}
.icon-Laptop .path2:before {
  content: "\ec2d";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Laptop-macbook .path1:before {
  content: "\ec2e";
  
}
.icon-Laptop-macbook .path2:before {
  content: "\ec2f";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-LTE .path1:before {
  content: "\ec30";
  
  opacity: 0.3;
}
.icon-LTE .path2:before {
  content: "\ec31";
  margin-left: -1em;
  
}
.icon-LTE1 .path1:before {
  content: "\ec32";
  
  opacity: 0.3;
}
.icon-LTE1 .path2:before {
  content: "\ec33";
  margin-left: -1em;
  
}
.icon-Mic .path1:before {
  content: "\ec34";
  
}
.icon-Mic .path2:before {
  content: "\ec35";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Midi .path1:before {
  content: "\ec36";
  
  opacity: 0.3;
}
.icon-Midi .path2:before {
  content: "\ec37";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Midi .path3:before {
  content: "\ec38";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Midi .path4:before {
  content: "\ec39";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Midi .path5:before {
  content: "\ec3a";
  margin-left: -1em;
  
}
.icon-Midi .path6:before {
  content: "\ec3b";
  margin-left: -1em;
  
}
.icon-Midi .path7:before {
  content: "\ec3c";
  margin-left: -1em;
  
}
.icon-Mouse .path1:before {
  content: "\ec3d";
  
  opacity: 0.3;
}
.icon-Mouse .path2:before {
  content: "\ec3e";
  margin-left: -1em;
  
}
.icon-Mouse .path3:before {
  content: "\ec3f";
  margin-left: -1em;
  
}
.icon-Phone .path1:before {
  content: "\ec40";
  
}
.icon-Phone .path2:before {
  content: "\ec41";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Phone .path3:before {
  content: "\ec42";
  margin-left: -1em;
  
}
.icon-Printer .path1:before {
  content: "\ec43";
  
}
.icon-Printer .path2:before {
  content: "\ec44";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Radio .path1:before {
  content: "\ec45";
  
  opacity: 0.3;
}
.icon-Radio .path2:before {
  content: "\ec46";
  margin-left: -1em;
  
}
.icon-Radio .path3:before {
  content: "\ec47";
  margin-left: -1em;
  
}
.icon-Radio .path4:before {
  content: "\ec48";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Radio .path5:before {
  content: "\ec49";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Router .path1:before {
  content: "\ec4a";
  
}
.icon-Router .path2:before {
  content: "\ec4b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Router1 .path1:before {
  content: "\ec4c";
  
}
.icon-Router1 .path2:before {
  content: "\ec4d";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-SD-card:before {
  content: "\ec4e";
}
.icon-Server .path1:before {
  content: "\ec4f";
  
  opacity: 0.3;
}
.icon-Server .path2:before {
  content: "\ec50";
  margin-left: -1em;
  
}
.icon-Server .path3:before {
  content: "\ec51";
  margin-left: -1em;
  
}
.icon-Speaker .path1:before {
  content: "\ec52";
  
}
.icon-Speaker .path2:before {
  content: "\ec53";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Tablet .path1:before {
  content: "\ec54";
  
}
.icon-Tablet .path2:before {
  content: "\ec55";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-TV .path1:before {
  content: "\ec56";
  
}
.icon-TV .path2:before {
  content: "\ec57";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-TV .path3:before {
  content: "\ec58";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-TV1 .path1:before {
  content: "\ec59";
  
}
.icon-TV1 .path2:before {
  content: "\ec5a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-USB .path1:before {
  content: "\ec5b";
  
}
.icon-USB .path2:before {
  content: "\ec5c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-USB .path3:before {
  content: "\ec5d";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Usb-storage .path1:before {
  content: "\ec5e";
  
}
.icon-Usb-storage .path2:before {
  content: "\ec5f";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Video-camera .path1:before {
  content: "\ec60";
  
}
.icon-Video-camera .path2:before {
  content: "\ec61";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Watch .path1:before {
  content: "\ec62";
  
}
.icon-Watch .path2:before {
  content: "\ec63";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Watch .path3:before {
  content: "\ec64";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Watch .path4:before {
  content: "\ec65";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Watch1 .path1:before {
  content: "\ec66";
  
  opacity: 0.3;
}
.icon-Watch1 .path2:before {
  content: "\ec67";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Watch1 .path3:before {
  content: "\ec68";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Watch1 .path4:before {
  content: "\ec69";
  margin-left: -1em;
  
}
.icon-Wi-fi .path1:before {
  content: "\ec6a";
  
  opacity: 0.3;
}
.icon-Wi-fi .path2:before {
  content: "\ec6b";
  margin-left: -1em;
  
}
.icon-Adjust:before {
  content: "\ec6c";
}
.icon-Anchor-center .path1:before {
  content: "\ec6d";
  
}
.icon-Anchor-center .path2:before {
  content: "\ec6e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Anchor-center-down .path1:before {
  content: "\ec6f";
  
  opacity: 0.3;
}
.icon-Anchor-center-down .path2:before {
  content: "\ec70";
  margin-left: -1em;
  
}
.icon-Anchor-center-up .path1:before {
  content: "\ec71";
  
  opacity: 0.3;
}
.icon-Anchor-center-up .path2:before {
  content: "\ec72";
  margin-left: -1em;
  
}
.icon-Anchor-left .path1:before {
  content: "\ec73";
  
  opacity: 0.3;
}
.icon-Anchor-left .path2:before {
  content: "\ec74";
  margin-left: -1em;
  
}
.icon-Anchor-left-down .path1:before {
  content: "\ec75";
  
  opacity: 0.3;
}
.icon-Anchor-left-down .path2:before {
  content: "\ec76";
  margin-left: -1em;
  
}
.icon-Anchor-left-up .path1:before {
  content: "\ec77";
  
  opacity: 0.3;
}
.icon-Anchor-left-up .path2:before {
  content: "\ec78";
  margin-left: -1em;
  
}
.icon-Anchor-right .path1:before {
  content: "\ec79";
  
  opacity: 0.3;
}
.icon-Anchor-right .path2:before {
  content: "\ec7a";
  margin-left: -1em;
  
}
.icon-Anchor-right-down .path1:before {
  content: "\ec7b";
  
  opacity: 0.3;
}
.icon-Anchor-right-down .path2:before {
  content: "\ec7c";
  margin-left: -1em;
  
}
.icon-Anchor-right-up .path1:before {
  content: "\ec7d";
  
  opacity: 0.3;
}
.icon-Anchor-right-up .path2:before {
  content: "\ec7e";
  margin-left: -1em;
  
}
.icon-Arrows .path1:before {
  content: "\ec7f";
  
  opacity: 0.3;
}
.icon-Arrows .path2:before {
  content: "\ec80";
  margin-left: -1em;
  
}
.icon-Bezier-curve .path1:before {
  content: "\ec81";
  
  opacity: 0.3;
}
.icon-Bezier-curve .path2:before {
  content: "\ec82";
  margin-left: -1em;
  
}
.icon-Border:before {
  content: "\ec83";
}
.icon-Brush1 .path1:before {
  content: "\ec84";
  
}
.icon-Brush1 .path2:before {
  content: "\ec85";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bucket .path1:before {
  content: "\ec86";
  
}
.icon-Bucket .path2:before {
  content: "\ec87";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cap-1 .path1:before {
  content: "\ec88";
  
}
.icon-Cap-1 .path2:before {
  content: "\ec89";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cap-2 .path1:before {
  content: "\ec8a";
  
  opacity: 0.3;
}
.icon-Cap-2 .path2:before {
  content: "\ec8b";
  margin-left: -1em;
  
}
.icon-Cap-3 .path1:before {
  content: "\ec8c";
  
}
.icon-Cap-3 .path2:before {
  content: "\ec8d";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Circle:before {
  content: "\ec8e";
}
.icon-Color:before {
  content: "\ec8f";
}
.icon-Color-profile .path1:before {
  content: "\ec90";
  
  opacity: 0.3;
}
.icon-Color-profile .path2:before {
  content: "\ec91";
  margin-left: -1em;
  
}
.icon-Component:before {
  content: "\ec92";
}
.icon-Crop .path1:before {
  content: "\ec93";
  
  opacity: 0.3;
}
.icon-Crop .path2:before {
  content: "\ec94";
  margin-left: -1em;
  
}
.icon-Difference .path1:before {
  content: "\ec95";
  
}
.icon-Difference .path2:before {
  content: "\ec96";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Edit .path1:before {
  content: "\ec97";
  
}
.icon-Edit .path2:before {
  content: "\ec98";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Eraser:before {
  content: "\ec99";
}
.icon-Flatten .path1:before {
  content: "\ec9a";
  
}
.icon-Flatten .path2:before {
  content: "\ec9b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Flip-horizontal .path1:before {
  content: "\ec9c";
  
  opacity: 0.3;
}
.icon-Flip-horizontal .path2:before {
  content: "\ec9d";
  margin-left: -1em;
  
}
.icon-Flip-horizontal .path3:before {
  content: "\ec9e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Flip-vertical .path1:before {
  content: "\ec9f";
  
  opacity: 0.3;
}
.icon-Flip-vertical .path2:before {
  content: "\eca0";
  margin-left: -1em;
  
}
.icon-Flip-vertical .path3:before {
  content: "\eca1";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Horizontal .path1:before {
  content: "\eca2";
  
}
.icon-Horizontal .path2:before {
  content: "\eca3";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Image:before {
  content: "\eca4";
}
.icon-Interselect .path1:before {
  content: "\eca5";
  
  opacity: 0.3;
}
.icon-Interselect .path2:before {
  content: "\eca6";
  margin-left: -1em;
  
}
.icon-Join-1 .path1:before {
  content: "\eca7";
  
}
.icon-Join-1 .path2:before {
  content: "\eca8";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Join-2 .path1:before {
  content: "\eca9";
  
}
.icon-Join-2 .path2:before {
  content: "\ecaa";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Join-3 .path1:before {
  content: "\ecab";
  
  opacity: 0.3;
}
.icon-Join-3 .path2:before {
  content: "\ecac";
  margin-left: -1em;
  
}
.icon-Layers .path1:before {
  content: "\ecad";
  
}
.icon-Layers .path2:before {
  content: "\ecae";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Line .path1:before {
  content: "\ecaf";
  
  opacity: 0.3;
}
.icon-Line .path2:before {
  content: "\ecb0";
  margin-left: -1em;
  
}
.icon-Line .path3:before {
  content: "\ecb1";
  margin-left: -1em;
  
}
.icon-Magic .path1:before {
  content: "\ecb2";
  
}
.icon-Magic .path2:before {
  content: "\ecb3";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Mask .path1:before {
  content: "\ecb4";
  
  opacity: 0.3;
}
.icon-Mask .path2:before {
  content: "\ecb5";
  margin-left: -1em;
  
}
.icon-Patch .path1:before {
  content: "\ecb6";
  
}
.icon-Patch .path2:before {
  content: "\ecb7";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Patch .path3:before {
  content: "\ecb8";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Penruller .path1:before {
  content: "\ecb9";
  
  opacity: 0.3;
}
.icon-Penruller .path2:before {
  content: "\ecba";
  margin-left: -1em;
  
}
.icon-Pencil:before {
  content: "\ecbb";
}
.icon-Pen-tool-vector .path1:before {
  content: "\ecbc";
  
}
.icon-Pen-tool-vector .path2:before {
  content: "\ecbd";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Picker .path1:before {
  content: "\ecbe";
  
}
.icon-Picker .path2:before {
  content: "\ecbf";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Pixels .path1:before {
  content: "\ecc0";
  
}
.icon-Pixels .path2:before {
  content: "\ecc1";
  margin-left: -1em;
  
}
.icon-Pixels .path3:before {
  content: "\ecc2";
  margin-left: -1em;
  
}
.icon-Pixels .path4:before {
  content: "\ecc3";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Pixels .path5:before {
  content: "\ecc4";
  margin-left: -1em;
  
}
.icon-Pixels .path6:before {
  content: "\ecc5";
  margin-left: -1em;
  
}
.icon-Polygon:before {
  content: "\ecc6";
}
.icon-Position:before {
  content: "\ecc7";
}
.icon-Rectangle:before {
  content: "\ecc8";
}
.icon-Saturation:before {
  content: "\ecc9";
}
.icon-Select .path1:before {
  content: "\ecca";
  
  opacity: 0.3;
}
.icon-Select .path2:before {
  content: "\eccb";
  margin-left: -1em;
  
}
.icon-Sketch .path1:before {
  content: "\eccc";
  
  opacity: 0.3;
}
.icon-Sketch .path2:before {
  content: "\eccd";
  margin-left: -1em;
  
}
.icon-Stamp .path1:before {
  content: "\ecce";
  
}
.icon-Stamp .path2:before {
  content: "\eccf";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Substract .path1:before {
  content: "\ecd0";
  
}
.icon-Substract .path2:before {
  content: "\ecd1";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Target .path1:before {
  content: "\ecd2";
  
  opacity: 0.3;
}
.icon-Target .path2:before {
  content: "\ecd3";
  margin-left: -1em;
  
}
.icon-Triangle:before {
  content: "\ecd4";
}
.icon-Union:before {
  content: "\ecd5";
}
.icon-Vertical .path1:before {
  content: "\ecd6";
  
}
.icon-Vertical .path2:before {
  content: "\ecd7";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Zoom-minus .path1:before {
  content: "\ecd8";
  
  opacity: 0.3;
}
.icon-Zoom-minus .path2:before {
  content: "\ecd9";
  margin-left: -1em;
  
}
.icon-Zoom-minus .path3:before {
  content: "\ecda";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Zoom-plus .path1:before {
  content: "\ecdb";
  
  opacity: 0.3;
}
.icon-Zoom-plus .path2:before {
  content: "\ecdc";
  margin-left: -1em;
  
}
.icon-Zoom-plus .path3:before {
  content: "\ecdd";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Baking-glove .path1:before {
  content: "\ecde";
  
}
.icon-Baking-glove .path2:before {
  content: "\ecdf";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bowl .path1:before {
  content: "\ece0";
  
  opacity: 0.3;
}
.icon-Bowl .path2:before {
  content: "\ece1";
  margin-left: -1em;
  
}
.icon-Chef .path1:before {
  content: "\ece2";
  
  opacity: 0.3;
}
.icon-Chef .path2:before {
  content: "\ece3";
  margin-left: -1em;
  
}
.icon-Cooking-book .path1:before {
  content: "\ece4";
  
  opacity: 0.0900;
}
.icon-Cooking-book .path2:before {
  content: "\ece5";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cooking-pot .path1:before {
  content: "\ece6";
  
  opacity: 0.3;
}
.icon-Cooking-pot .path2:before {
  content: "\ece7";
  margin-left: -1em;
  
}
.icon-Cutting-board .path1:before {
  content: "\ece8";
  
  opacity: 0.3;
}
.icon-Cutting-board .path2:before {
  content: "\ece9";
  margin-left: -1em;
  
}
.icon-Dinner .path1:before {
  content: "\ecea";
  
  opacity: 0.3;
}
.icon-Dinner .path2:before {
  content: "\eceb";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Dinner .path3:before {
  content: "\ecec";
  margin-left: -1em;
  
}
.icon-Dinner .path4:before {
  content: "\eced";
  margin-left: -1em;
  
}
.icon-Dinner .path5:before {
  content: "\ecee";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Dish .path1:before {
  content: "\ecef";
  
}
.icon-Dish .path2:before {
  content: "\ecf0";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Dishes .path1:before {
  content: "\ecf1";
  
}
.icon-Dishes .path2:before {
  content: "\ecf2";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Fork .path1:before {
  content: "\ecf3";
  
  opacity: 0.3;
}
.icon-Fork .path2:before {
  content: "\ecf4";
  margin-left: -1em;
  
}
.icon-Fork-spoon .path1:before {
  content: "\ecf5";
  
}
.icon-Fork-spoon .path2:before {
  content: "\ecf6";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Fork-spoon .path3:before {
  content: "\ecf7";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Fork-spoon .path4:before {
  content: "\ecf8";
  margin-left: -1em;
  
}
.icon-Fork-spoon-knife .path1:before {
  content: "\ecf9";
  
}
.icon-Fork-spoon-knife .path2:before {
  content: "\ecfa";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Fork-spoon-knife .path3:before {
  content: "\ecfb";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Fork-spoon-knife .path4:before {
  content: "\ecfc";
  margin-left: -1em;
  
}
.icon-Fork-spoon-knife .path5:before {
  content: "\ecfd";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Fork-spoon-knife .path6:before {
  content: "\ecfe";
  margin-left: -1em;
  
}
.icon-Frying-pan .path1:before {
  content: "\ecff";
  
  opacity: 0.3;
}
.icon-Frying-pan .path2:before {
  content: "\ed00";
  margin-left: -1em;
  
}
.icon-Grater .path1:before {
  content: "\ed01";
  
  opacity: 0.3;
}
.icon-Grater .path2:before {
  content: "\ed02";
  margin-left: -1em;
  
}
.icon-Kitchen-scale .path1:before {
  content: "\ed03";
  
}
.icon-Kitchen-scale .path2:before {
  content: "\ed04";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Knife .path1:before {
  content: "\ed05";
  
  opacity: 0.3;
}
.icon-Knife .path2:before {
  content: "\ed06";
  margin-left: -1em;
  
}
.icon-Knife1 .path1:before {
  content: "\ed07";
  
  opacity: 0.3;
}
.icon-Knife1 .path2:before {
  content: "\ed08";
  margin-left: -1em;
  
}
.icon-Knifefork .path1:before {
  content: "\ed09";
  
}
.icon-Knifefork .path2:before {
  content: "\ed0a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Knifefork .path3:before {
  content: "\ed0b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Knifefork .path4:before {
  content: "\ed0c";
  margin-left: -1em;
  
}
.icon-Knifefork1 .path1:before {
  content: "\ed0d";
  
}
.icon-Knifefork1 .path2:before {
  content: "\ed0e";
  margin-left: -1em;
  
}
.icon-Knifefork1 .path3:before {
  content: "\ed0f";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Knifefork1 .path4:before {
  content: "\ed10";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Ladle .path1:before {
  content: "\ed11";
  
  opacity: 0.3;
}
.icon-Ladle .path2:before {
  content: "\ed12";
  margin-left: -1em;
  
}
.icon-Rolling-pin .path1:before {
  content: "\ed13";
  
}
.icon-Rolling-pin .path2:before {
  content: "\ed14";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Saucepan .path1:before {
  content: "\ed15";
  
}
.icon-Saucepan .path2:before {
  content: "\ed16";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Shovel .path1:before {
  content: "\ed17";
  
  opacity: 0.3;
}
.icon-Shovel .path2:before {
  content: "\ed18";
  margin-left: -1em;
  
}
.icon-Sieve .path1:before {
  content: "\ed19";
  
  opacity: 0.3;
}
.icon-Sieve .path2:before {
  content: "\ed1a";
  margin-left: -1em;
  
}
.icon-Spoon .path1:before {
  content: "\ed1b";
  
  opacity: 0.3;
}
.icon-Spoon .path2:before {
  content: "\ed1c";
  margin-left: -1em;
  
}
.icon-Spoon .path3:before {
  content: "\ed1d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-Active-call .path1:before {
  content: "\ed1e";
  
}
.icon-Active-call .path2:before {
  content: "\ed1f";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Address-card:before {
  content: "\ed20";
}
.icon-Add-user .path1:before {
  content: "\ed21";
  
  opacity: 0.3;
}
.icon-Add-user .path2:before {
  content: "\ed22";
  margin-left: -1em;
  
}
.icon-Adress-book .path1:before {
  content: "\ed23";
  
  opacity: 0.3;
}
.icon-Adress-book .path2:before {
  content: "\ed24";
  margin-left: -1em;
  
}
.icon-Adress-book1 .path1:before {
  content: "\ed25";
  
  opacity: 0.3;
}
.icon-Adress-book1 .path2:before {
  content: "\ed26";
  margin-left: -1em;
  
}
.icon-Archive:before {
  content: "\ed27";
}
.icon-Call1:before {
  content: "\ed28";
}
.icon-118:before {
  content: "\ed28";
}
.icon-Call:before {
  content: "\ed29";
}
.icon-Chat .path1:before {
  content: "\ed2a";
  
  opacity: 0.3;
}
.icon-Chat .path2:before {
  content: "\ed2b";
  margin-left: -1em;
  
}
.icon-Chat1 .path1:before {
  content: "\ed2c";
  
  opacity: 0.3;
}
.icon-Chat1 .path2:before {
  content: "\ed2d";
  margin-left: -1em;
  
}
.icon-Chat2:before {
  content: "\ed2e";
}
.icon-41:before {
  content: "\ed2e";
}
.icon-Chat3:before {
  content: "\ed2f";
}
.icon-51:before {
  content: "\ed2f";
}
.icon-Chat4:before {
  content: "\ed30";
}
.icon-6:before {
  content: "\ed30";
}
.icon-Chat-check .path1:before {
  content: "\ed31";
  
  opacity: 0.3;
}
.icon-Chat-check .path2:before {
  content: "\ed32";
  margin-left: -1em;
  
}
.icon-Chat-error .path1:before {
  content: "\ed33";
  
}
.icon-Chat-error .path2:before {
  content: "\ed34";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Chat-locked .path1:before {
  content: "\ed35";
  
  opacity: 0.3;
}
.icon-Chat-locked .path2:before {
  content: "\ed36";
  margin-left: -1em;
  
}
.icon-Chat-smile .path1:before {
  content: "\ed37";
  
  opacity: 0.3;
}
.icon-Chat-smile .path2:before {
  content: "\ed38";
  margin-left: -1em;
  
}
.icon-Clipboard-check .path1:before {
  content: "\ed39";
  
  opacity: 0.3;
}
.icon-Clipboard-check .path2:before {
  content: "\ed3a";
  margin-left: -1em;
  
}
.icon-Clipboard-check .path3:before {
  content: "\ed3b";
  margin-left: -1em;
  
}
.icon-Clipboard-list .path1:before {
  content: "\ed3c";
  
  opacity: 0.3;
}
.icon-Clipboard-list .path2:before {
  content: "\ed3d";
  margin-left: -1em;
  
}
.icon-Clipboard-list .path3:before {
  content: "\ed3e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Clipboard-list .path4:before {
  content: "\ed3f";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Clipboard-list .path5:before {
  content: "\ed40";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Clipboard-list .path6:before {
  content: "\ed41";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Clipboard-list .path7:before {
  content: "\ed42";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Clipboard-list .path8:before {
  content: "\ed43";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Contact:before {
  content: "\ed44";
}
.icon-110:before {
  content: "\ed44";
}
.icon-Delete-user .path1:before {
  content: "\ed45";
  
  opacity: 0.3;
}
.icon-Delete-user .path2:before {
  content: "\ed46";
  margin-left: -1em;
  
}
.icon-Dial-numbers .path1:before {
  content: "\ed47";
  
  opacity: 0.3;
}
.icon-Dial-numbers .path2:before {
  content: "\ed48";
  margin-left: -1em;
  
}
.icon-Dial-numbers .path3:before {
  content: "\ed49";
  margin-left: -1em;
  
}
.icon-Dial-numbers .path4:before {
  content: "\ed4a";
  margin-left: -1em;
  
}
.icon-Dial-numbers .path5:before {
  content: "\ed4b";
  margin-left: -1em;
  
}
.icon-Dial-numbers .path6:before {
  content: "\ed4c";
  margin-left: -1em;
  
}
.icon-Dial-numbers .path7:before {
  content: "\ed4d";
  margin-left: -1em;
  
}
.icon-Dial-numbers .path8:before {
  content: "\ed4e";
  margin-left: -1em;
  
}
.icon-Dial-numbers .path9:before {
  content: "\ed4f";
  margin-left: -1em;
  
}
.icon-Flag .path1:before {
  content: "\ed50";
  
}
.icon-Flag .path2:before {
  content: "\ed51";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Forward1:before {
  content: "\ed52";
}
.icon-Group .path1:before {
  content: "\ed53";
  
  opacity: 0.3;
}
.icon-Group .path2:before {
  content: "\ed54";
  margin-left: -1em;
  
}
.icon-Group-chat .path1:before {
  content: "\ed55";
  
}
.icon-Group-chat .path2:before {
  content: "\ed56";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Incoming-box .path1:before {
  content: "\ed57";
  
}
.icon-Incoming-box .path2:before {
  content: "\ed58";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Incoming-box .path3:before {
  content: "\ed59";
  margin-left: -1em;
  
}
.icon-Incoming-call .path1:before {
  content: "\ed5a";
  
  opacity: 0.3;
}
.icon-Incoming-call .path2:before {
  content: "\ed5b";
  margin-left: -1em;
  
}
.icon-Incoming-mail .path1:before {
  content: "\ed5c";
  
}
.icon-Incoming-mail .path2:before {
  content: "\ed5d";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Mail:before {
  content: "\ed5e";
}
.icon-Mail-:before {
  content: "\ed5f";
}
.icon-Mail-attachment .path1:before {
  content: "\ed60";
  
  opacity: 0.3;
}
.icon-Mail-attachment .path2:before {
  content: "\ed61";
  margin-left: -1em;
  
}
.icon-Mail-box .path1:before {
  content: "\ed62";
  
}
.icon-Mail-box .path2:before {
  content: "\ed63";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Mail-error .path1:before {
  content: "\ed64";
  
}
.icon-Mail-error .path2:before {
  content: "\ed65";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Mail-heart .path1:before {
  content: "\ed66";
  
  opacity: 0.3;
}
.icon-Mail-heart .path2:before {
  content: "\ed67";
  margin-left: -1em;
  
}
.icon-Mail-locked .path1:before {
  content: "\ed68";
  
}
.icon-Mail-locked .path2:before {
  content: "\ed69";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Mail-notification .path1:before {
  content: "\ed6a";
  
}
.icon-Mail-notification .path2:before {
  content: "\ed6b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Mail-opened .path1:before {
  content: "\ed6c";
  
  opacity: 0.3;
}
.icon-Mail-opened .path2:before {
  content: "\ed6d";
  margin-left: -1em;
  
}
.icon-Mail-unocked .path1:before {
  content: "\ed6e";
  
  opacity: 0.3;
}
.icon-Mail-unocked .path2:before {
  content: "\ed6f";
  margin-left: -1em;
  
}
.icon-Missed-call .path1:before {
  content: "\ed70";
  
  opacity: 0.3;
}
.icon-Missed-call .path2:before {
  content: "\ed71";
  margin-left: -1em;
  
}
.icon-Outgoing-box .path1:before {
  content: "\ed72";
  
}
.icon-Outgoing-box .path2:before {
  content: "\ed73";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Outgoing-box .path3:before {
  content: "\ed74";
  margin-left: -1em;
  
}
.icon-Outgoing-call .path1:before {
  content: "\ed75";
  
  opacity: 0.3;
}
.icon-Outgoing-call .path2:before {
  content: "\ed76";
  margin-left: -1em;
  
}
.icon-Outgoing-mail .path1:before {
  content: "\ed77";
  
}
.icon-Outgoing-mail .path2:before {
  content: "\ed78";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Readed-mail .path1:before {
  content: "\ed79";
  
  opacity: 0.3;
}
.icon-Readed-mail .path2:before {
  content: "\ed7a";
  margin-left: -1em;
  
}
.icon-Reply:before {
  content: "\ed7b";
}
.icon-Reply-all .path1:before {
  content: "\ed7c";
  
  opacity: 0.3;
}
.icon-Reply-all .path2:before {
  content: "\ed7d";
  margin-left: -1em;
  
}
.icon-Right:before {
  content: "\ed7e";
}
.icon-RSS .path1:before {
  content: "\ed7f";
  
}
.icon-RSS .path2:before {
  content: "\ed80";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-RSS .path3:before {
  content: "\ed81";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Safe-chat .path1:before {
  content: "\ed82";
  
  opacity: 0.3;
}
.icon-Safe-chat .path2:before {
  content: "\ed83";
  margin-left: -1em;
  
}
.icon-Send:before {
  content: "\ed84";
}
.icon-Sending-mail .path1:before {
  content: "\ed85";
  
  opacity: 0.3;
}
.icon-Sending-mail .path2:before {
  content: "\ed86";
  margin-left: -1em;
  
}
.icon-Sending .path1:before {
  content: "\ed87";
  
}
.icon-Sending .path2:before {
  content: "\ed88";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Share .path1:before {
  content: "\ed89";
  
  opacity: 0.3;
}
.icon-Share .path2:before {
  content: "\ed8a";
  margin-left: -1em;
  
}
.icon-Shield-thunder:before {
  content: "\ed8b";
}
.icon-Shield-user:before {
  content: "\ed8c";
}
.icon-Snoozed-mail .path1:before {
  content: "\ed8d";
  
}
.icon-Snoozed-mail .path2:before {
  content: "\ed8e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Spam:before {
  content: "\ed8f";
}
.icon-Thumbtack .path1:before {
  content: "\ed90";
  
}
.icon-Thumbtack .path2:before {
  content: "\ed91";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Urgent-mail .path1:before {
  content: "\ed92";
  
  opacity: 0.3;
}
.icon-Urgent-mail .path2:before {
  content: "\ed93";
  margin-left: -1em;
  
}
.icon-Write .path1:before {
  content: "\ed94";
  
}
.icon-Write .path2:before {
  content: "\ed95";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Backspace .path1:before {
  content: "\ed96";
  
  opacity: 0.3;
}
.icon-Backspace .path2:before {
  content: "\ed97";
  margin-left: -1em;
  
}
.icon-CMD:before {
  content: "\ed98";
}
.icon-Code1 .path1:before {
  content: "\ed99";
  
}
.icon-Code1 .path2:before {
  content: "\ed9a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Commit .path1:before {
  content: "\ed9b";
  
  opacity: 0.3;
}
.icon-Commit .path2:before {
  content: "\ed9c";
  margin-left: -1em;
  
}
.icon-Compiling .path1:before {
  content: "\ed9d";
  
  opacity: 0.3;
}
.icon-Compiling .path2:before {
  content: "\ed9e";
  margin-left: -1em;
  
}
.icon-Control:before {
  content: "\ed9f";
}
.icon-Done-circle .path1:before {
  content: "\eda0";
  
  opacity: 0.3;
}
.icon-Done-circle .path2:before {
  content: "\eda1";
  margin-left: -1em;
  
}
.icon-Error-circle .path1:before {
  content: "\eda2";
  
  opacity: 0.3;
}
.icon-Error-circle .path2:before {
  content: "\eda3";
  margin-left: -1em;
  
}
.icon-Git2 .path1:before {
  content: "\eda4";
  
  opacity: 0.3;
}
.icon-Git2 .path2:before {
  content: "\eda5";
  margin-left: -1em;
  
}
.icon-Git2 .path3:before {
  content: "\eda6";
  margin-left: -1em;
  
}
.icon-Git3 .path1:before {
  content: "\eda7";
  
  opacity: 0.3;
}
.icon-Git3 .path2:before {
  content: "\eda8";
  margin-left: -1em;
  
}
.icon-Git3 .path3:before {
  content: "\eda9";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Git3 .path4:before {
  content: "\edaa";
  margin-left: -1em;
  
}
.icon-Git3 .path5:before {
  content: "\edab";
  margin-left: -1em;
  
}
.icon-Git3 .path6:before {
  content: "\edac";
  margin-left: -1em;
  
}
.icon-Git .path1:before {
  content: "\edad";
  
  opacity: 0.3;
}
.icon-Git .path2:before {
  content: "\edae";
  margin-left: -1em;
  
}
.icon-Git .path3:before {
  content: "\edaf";
  margin-left: -1em;
  
}
.icon-Git .path4:before {
  content: "\edb0";
  margin-left: -1em;
  
}
.icon-Git1 .path1:before {
  content: "\edb1";
  
}
.icon-Git1 .path2:before {
  content: "\edb2";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Git1 .path3:before {
  content: "\edb3";
  margin-left: -1em;
  
}
.icon-Git1 .path4:before {
  content: "\edb4";
  margin-left: -1em;
  
}
.icon-Github .path1:before {
  content: "\edb5";
  
}
.icon-Github .path2:before {
  content: "\edb6";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Info-circle .path1:before {
  content: "\edb7";
  
  opacity: 0.3;
}
.icon-Info-circle .path2:before {
  content: "\edb8";
  margin-left: -1em;
  
}
.icon-Info-circle .path3:before {
  content: "\edb9";
  margin-left: -1em;
  
}
.icon-Left-circle .path1:before {
  content: "\edba";
  
  opacity: 0.3;
}
.icon-Left-circle .path2:before {
  content: "\edbb";
  margin-left: -1em;
  
}
.icon-Loading:before {
  content: "\edbc";
}
.icon-Lock-circle .path1:before {
  content: "\edbd";
  
  opacity: 0.3;
}
.icon-Lock-circle .path2:before {
  content: "\edbe";
  margin-left: -1em;
  
}
.icon-Lock-overturning .path1:before {
  content: "\edbf";
  
  opacity: 0.3;
}
.icon-Lock-overturning .path2:before {
  content: "\edc0";
  margin-left: -1em;
  
}
.icon-Minus .path1:before {
  content: "\edc1";
  
  opacity: 0.3;
}
.icon-Minus .path2:before {
  content: "\edc2";
  margin-left: -1em;
  
}
.icon-Option .path1:before {
  content: "\edc3";
  
  opacity: 0.3;
}
.icon-Option .path2:before {
  content: "\edc4";
  margin-left: -1em;
  
}
.icon-Plus .path1:before {
  content: "\edc5";
  
  opacity: 0.3;
}
.icon-Plus .path2:before {
  content: "\edc6";
  margin-left: -1em;
  
}
.icon-Puzzle:before {
  content: "\edc7";
}
.icon-Question-circle .path1:before {
  content: "\edc8";
  
  opacity: 0.3;
}
.icon-Question-circle .path2:before {
  content: "\edc9";
  margin-left: -1em;
  
}
.icon-Right-circle .path1:before {
  content: "\edca";
  
  opacity: 0.3;
}
.icon-Right-circle .path2:before {
  content: "\edcb";
  margin-left: -1em;
  
}
.icon-Settings1 .path1:before {
  content: "\edcc";
  
  opacity: 0.3;
}
.icon-Settings1 .path2:before {
  content: "\edcd";
  margin-left: -1em;
  
}
.icon-Shift:before {
  content: "\edce";
}
.icon-Spy .path1:before {
  content: "\edcf";
  
}
.icon-Spy .path2:before {
  content: "\edd0";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Stop:before {
  content: "\edd1";
}
.icon-Terminal .path1:before {
  content: "\edd2";
  
}
.icon-Terminal .path2:before {
  content: "\edd3";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Thunder-circle .path1:before {
  content: "\edd4";
  
  opacity: 0.3;
}
.icon-Thunder-circle .path2:before {
  content: "\edd5";
  margin-left: -1em;
  
}
.icon-Time-schedule .path1:before {
  content: "\edd6";
  
}
.icon-Time-schedule .path2:before {
  content: "\edd7";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Warning-1-circle .path1:before {
  content: "\edd8";
  
  opacity: 0.3;
}
.icon-Warning-1-circle .path2:before {
  content: "\edd9";
  margin-left: -1em;
  
}
.icon-Warning-1-circle .path3:before {
  content: "\edda";
  margin-left: -1em;
  
}
.icon-Warning-2 .path1:before {
  content: "\eddb";
  
  opacity: 0.3;
}
.icon-Warning-2 .path2:before {
  content: "\eddc";
  margin-left: -1em;
  
}
.icon-Warning-2 .path3:before {
  content: "\eddd";
  margin-left: -1em;
  
}
.icon-Brassiere:before {
  content: "\edde";
}
.icon-Briefcase .path1:before {
  content: "\eddf";
  
}
.icon-Briefcase .path2:before {
  content: "\ede0";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cap .path1:before {
  content: "\ede1";
  
  opacity: 0.3;
}
.icon-Cap .path2:before {
  content: "\ede2";
  margin-left: -1em;
  
}
.icon-Crown .path1:before {
  content: "\ede3";
  
  opacity: 0.3;
}
.icon-Crown .path2:before {
  content: "\ede4";
  margin-left: -1em;
  
}
.icon-Dress .path1:before {
  content: "\ede5";
  
  opacity: 0.3;
}
.icon-Dress .path2:before {
  content: "\ede6";
  margin-left: -1em;
  
}
.icon-Hanger:before {
  content: "\ede7";
}
.icon-Hat .path1:before {
  content: "\ede8";
  
}
.icon-Hat .path2:before {
  content: "\ede9";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Panties:before {
  content: "\edea";
}
.icon-Shirt .path1:before {
  content: "\edeb";
  
  opacity: 0.3;
}
.icon-Shirt .path2:before {
  content: "\edec";
  margin-left: -1em;
  
}
.icon-Shoes .path1:before {
  content: "\eded";
  
}
.icon-Shoes .path2:before {
  content: "\edee";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Shorts:before {
  content: "\edef";
}
.icon-Sneakers .path1:before {
  content: "\edf0";
  
  opacity: 0.3;
}
.icon-Sneakers .path2:before {
  content: "\edf1";
  margin-left: -1em;
  
}
.icon-Socks .path1:before {
  content: "\edf2";
  
  opacity: 0.3;
}
.icon-Socks .path2:before {
  content: "\edf3";
  margin-left: -1em;
  
}
.icon-Sun-glasses .path1:before {
  content: "\edf4";
  
  opacity: 0.3;
}
.icon-Sun-glasses .path2:before {
  content: "\edf5";
  margin-left: -1em;
  
}
.icon-Tie .path1:before {
  content: "\edf6";
  
}
.icon-Tie .path2:before {
  content: "\edf7";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-T-Shirt:before {
  content: "\edf8";
}
.icon-Celcium .path1:before {
  content: "\edf9";
  
}
.icon-Celcium .path2:before {
  content: "\edfa";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cloud:before {
  content: "\edfb";
}
.icon-18:before {
  content: "\edfb";
}
.icon-Cloud1 .path1:before {
  content: "\edfc";
  
  opacity: 0.3;
}
.icon-Cloud1 .path2:before {
  content: "\edfd";
  margin-left: -1em;
  
}
.icon-Cloud-fog .path1:before {
  content: "\edfe";
  
}
.icon-Cloud-fog .path2:before {
  content: "\edff";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cloud-sun .path1:before {
  content: "\ee00";
  
  opacity: 0.3;
}
.icon-Cloud-sun .path2:before {
  content: "\ee01";
  margin-left: -1em;
  
}
.icon-Cloud-wind .path1:before {
  content: "\ee02";
  
}
.icon-Cloud-wind .path2:before {
  content: "\ee03";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cloud-wind .path3:before {
  content: "\ee04";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cloudy .path1:before {
  content: "\ee05";
  
  opacity: 0.3;
}
.icon-Cloudy .path2:before {
  content: "\ee06";
  margin-left: -1em;
  
}
.icon-Cloudy-night .path1:before {
  content: "\ee07";
  
  opacity: 0.3;
}
.icon-Cloudy-night .path2:before {
  content: "\ee08";
  margin-left: -1em;
  
}
.icon-Day-rain .path1:before {
  content: "\ee09";
  
  opacity: 0.3;
}
.icon-Day-rain .path2:before {
  content: "\ee0a";
  margin-left: -1em;
  
}
.icon-Fahrenheit .path1:before {
  content: "\ee0b";
  
}
.icon-Fahrenheit .path2:before {
  content: "\ee0c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Fog:before {
  content: "\ee0d";
}
.icon-Moon:before {
  content: "\ee0e";
}
.icon-Night-fog .path1:before {
  content: "\ee0f";
  
}
.icon-Night-fog .path2:before {
  content: "\ee10";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Night-rain .path1:before {
  content: "\ee11";
  
  opacity: 0.3;
}
.icon-Night-rain .path2:before {
  content: "\ee12";
  margin-left: -1em;
  
}
.icon-Rain .path1:before {
  content: "\ee13";
  
}
.icon-Rain .path2:before {
  content: "\ee14";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Rain1 .path1:before {
  content: "\ee15";
  
}
.icon-Rain1 .path2:before {
  content: "\ee16";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Rain2 .path1:before {
  content: "\ee17";
  
  opacity: 0.3;
}
.icon-Rain2 .path2:before {
  content: "\ee18";
  margin-left: -1em;
  
}
.icon-Rainbow .path1:before {
  content: "\ee19";
  
  opacity: 0.3;
}
.icon-Rainbow .path2:before {
  content: "\ee1a";
  margin-left: -1em;
  
}
.icon-Snow .path1:before {
  content: "\ee1b";
  
}
.icon-Snow .path2:before {
  content: "\ee1c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Snow1 .path1:before {
  content: "\ee1d";
  
}
.icon-Snow1 .path2:before {
  content: "\ee1e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Snow2 .path1:before {
  content: "\ee1f";
  
  opacity: 0.3;
}
.icon-Snow2 .path2:before {
  content: "\ee20";
  margin-left: -1em;
  
}
.icon-Snow3:before {
  content: "\ee21";
}
.icon-Storm .path1:before {
  content: "\ee22";
  
}
.icon-Storm .path2:before {
  content: "\ee23";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Sun .path1:before {
  content: "\ee24";
  
}
.icon-Sun .path2:before {
  content: "\ee25";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Sun-fog .path1:before {
  content: "\ee26";
  
}
.icon-Sun-fog .path2:before {
  content: "\ee27";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Suset .path1:before {
  content: "\ee28";
  
}
.icon-Suset .path2:before {
  content: "\ee29";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Suset1 .path1:before {
  content: "\ee2a";
  
}
.icon-Suset1 .path2:before {
  content: "\ee2b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Temperature-empty:before {
  content: "\ee2c";
}
.icon-Temperature-full:before {
  content: "\ee2d";
}
.icon-Temperature-half:before {
  content: "\ee2e";
}
.icon-Thunder .path1:before {
  content: "\ee2f";
  
  opacity: 0.3;
}
.icon-Thunder .path2:before {
  content: "\ee30";
  margin-left: -1em;
  
}
.icon-Thunder-night .path1:before {
  content: "\ee31";
  
  opacity: 0.3;
}
.icon-Thunder-night .path2:before {
  content: "\ee32";
  margin-left: -1em;
  
}
.icon-Umbrella .path1:before {
  content: "\ee33";
  
}
.icon-Umbrella .path2:before {
  content: "\ee34";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Wind .path1:before {
  content: "\ee35";
  
}
.icon-Wind .path2:before {
  content: "\ee36";
  margin-left: -1em;
  
  opacity: 0.3;
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(/Montserrat/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(/Montserrat/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(/Montserrat/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(/Montserrat/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(/Montserrat/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(/Montserrat/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(/Montserrat/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(/Montserrat/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(/Montserrat/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(/Montserrat/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(/Montserrat/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(/Montserrat/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(/Montserrat/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(/Montserrat/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(/Montserrat/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(/Montserrat/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(/Montserrat/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(/Montserrat/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(/Montserrat/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(/Montserrat/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*
Template Name: Doclinic - Responsive Admin Template
Author: Multipurpose Themes
File: scss
*/
/*------------------------------------------------------------------
[Table of contents]

Body, layout, Basic
Header
Sidebar
Form-element and progress bar
tab
google map
wizard
weather
Advanced Medias
avatar
switch
fullscreen
data table
direct-chat
users-list
widget
mailbox
Extra Pages
invoice
profile
calendar
icon & divider
box group
grid-stack
date-paginator
Nestable
ribbon
gallery
subheader__daterange
ecommerece pages
web tickers
form-element
box
badges
modal
mask Formatter
flexbox
dropdown
Statistic widgets
media
blog and other widgets
background and overlay
blockquote
nav-dot
rating
lookup
price
todo-list
chat
timeline
Button
social media background
callout
alert
pagination
Morris chart
project table
Waves

-------------------------------------------------------------------*/
/****************************/
/** Imports **/
/****************************/
/*@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");*/
/*Social Media Colors*/
/*Theme Colors*/
/*Lite color*/
/*Theme Colors For Dark*/
/*---reset---*/
/*Body*/
/*@import url(../icons/iconsmind/style.css);*/
html {
  height: 100%;
  font-size: 14px; }

body {
  height: 100%; }
  body.layout-boxed {
    height: 100%; }

.wrapper {
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: transparent;
  position: relative; }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table; }

body {
  overflow-x: hidden;
  overflow-y: auto;
  color: #172b4c;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  background-color: #ffffff; }

/*---basic---*/
a {
  color: #2f579a; }

a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  line-height: 1.2; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 0.7142857143rem; }

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

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

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

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

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

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

h1, h2, h3, .h1, .h2, .h3 {
  margin-top: 0.7142857143rem;
  margin-bottom: 0.7142857143rem; }

img {
  max-width: 100%; }

.img-fluid {
  width: 100%; }

.align-sub {
  vertical-align: sub; }

.base-font {
  font-family: "Montserrat", sans-serif !important; }

.heading-font {
  font-family: "Montserrat", sans-serif !important; }

.fs-0 {
  font-size: 0rem!important; }

.fs-10 {
  font-size: 0.7142857143rem!important; }

.fs-12 {
  font-size: 0.8571428571rem!important; }

.fs-14 {
  font-size: 1rem!important; }

.fs-16 {
  font-size: 1.1428571429rem!important; }

.fs-18 {
  font-size: 1.2857142857rem!important; }

.fs-20 {
  font-size: 1.4285714286rem!important; }

.fs-22 {
  font-size: 1.5714285714rem!important; }

.fs-24 {
  font-size: 1.7142857143rem!important; }

.fs-26 {
  font-size: 1.8571428571rem!important; }

.fs-30 {
  font-size: 2.1428571429rem!important; }

.fs-32 {
  font-size: 2.2857142857rem!important; }

.fs-36 {
  font-size: 2.5714285714rem!important; }

.fs-38 {
  font-size: 2.7142857143rem!important; }

.fs-40 {
  font-size: 2.8571428571rem!important; }

.fs-42 {
  font-size: 3rem!important; }

.fs-46 {
  font-size: 3.2857142857rem!important; }

.fs-48 {
  font-size: 3.4285714286rem!important; }

.fs-50 {
  font-size: 3.5714285714rem!important; }

.fs-60 {
  font-size: 4.2857142857rem!important; }

.fs-70 {
  font-size: 5rem!important; }

.fs-72 {
  font-size: 5.1428571429rem!important; }

.fs-76 {
  font-size: 5.4285714286rem!important; }

.fs-78 {
  font-size: 5.5714285714rem!important; }

.fs-80 {
  font-size: 5.7142857143rem!important; }

.fs-100 {
  font-size: 7.1428571429rem!important; }

.fs-140 {
  font-size: 10rem!important; }

.fs-180 {
  font-size: 12.8571428571rem!important; }

.fs-200 {
  font-size: 14.2857142857rem!important; }

.l-h-0 {
  line-height: 0rem!important; }

.l-h-10 {
  line-height: 0.7142857143rem!important; }

.l-h-12 {
  line-height: 0.8571428571rem!important; }

.l-h-14 {
  line-height: 1rem!important; }

.l-h-16 {
  line-height: 1.1428571429rem!important; }

.l-h-18 {
  line-height: 1.2857142857rem!important; }

.l-h-20 {
  line-height: 1.4285714286rem!important; }

.l-h-22 {
  line-height: 1.5714285714rem!important; }

.l-h-24 {
  line-height: 1.7142857143rem!important; }

.l-h-25 {
  line-height: 1.7857142857rem!important; }

.l-h-26 {
  line-height: 1.8571428571rem!important; }

.l-h-30 {
  line-height: 2.1428571429rem!important; }

.l-h-32 {
  line-height: 2.2857142857rem!important; }

.l-h-35 {
  line-height: 2.5rem!important; }

.l-h-36 {
  line-height: 2.5714285714rem!important; }

.l-h-38 {
  line-height: 2.7142857143rem!important; }

.l-h-40 {
  line-height: 2.8571428571rem!important; }

.l-h-42 {
  line-height: 3rem!important; }

.l-h-45 {
  line-height: 3.2142857143rem!important; }

.l-h-46 {
  line-height: 3.2857142857rem!important; }

.l-h-48 {
  line-height: 3.4285714286rem!important; }

.l-h-50 {
  line-height: 3.5714285714rem!important; }

.l-h-60 {
  line-height: 4.2857142857rem!important; }

.l-h-70 {
  line-height: 5rem!important; }

.l-h-72 {
  line-height: 5.1428571429rem!important; }

.l-h-76 {
  line-height: 5.4285714286rem!important; }

.l-h-78 {
  line-height: 5.5714285714rem!important; }

.l-h-80 {
  line-height: 5.7142857143rem!important; }

.l-h-100 {
  line-height: 7.1428571429rem!important; }

.l-h-140 {
  line-height: 10rem!important; }

.l-h-180 {
  line-height: 12.8571428571rem!important; }

.l-h-200 {
  line-height: 14.2857142857rem!important; }

.l-h-n {
  line-height: normal !important; }

.fw-100 {
  font-weight: 100; }

.fw-200 {
  font-weight: 200; }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fw-800 {
  font-weight: 800; }

.fw-900 {
  font-weight: 900; }

.fw-light {
  font-weight: 100; }

.fw-normal {
  font-weight: 400; }

.fw-medium {
  font-weight: 500; }

.fw-bold {
  font-weight: 700; }

.hide {
  display: none !important; }

.no-border {
  border: 0 !important; }

.no-radius {
  border-radius: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-shadow {
  box-shadow: none !important; }

.chart-legend, .contacts-list, .list-unstyled, .mailbox-attachments, .users-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0; }

.code-preview {
  border: 1px solid #f3f6f9;
  padding: 20px;
  background-color: #ffffff; }

code {
  border: 1px solid #f3f6f9;
  background-color: #ffffff;
  border-radius: .25rem;
  padding: .2rem .4rem; }

.d3-line {
  fill: rgba(255, 255, 255, 0); }

.theme-switch li a.active {
  opacity: 0.6;
  border: 5px solid #ffffff; }

.dark-skin .theme-switch li a.active {
  border: 5px solid #262626; }

.custom-select {
  cursor: pointer;
  border-radius: 5px; }

.image-popup-vertical-fit img,
.image-popup-fit-width img,
.image-popup-no-margins img,
.popup-gallery img,
.zoom-gallery img,
#image-popups img {
  border-radius: 10px; }

/*---border radius---*/
.rounded0 {
  border-radius: 0px; }

.rounded5 {
  border-radius: 5px; }

.rounded10 {
  border-radius: 10px; }

.rounded15 {
  border-radius: 15px; }

.rounded20 {
  border-radius: 20px; }

.rounded25 {
  border-radius: 25px; }

.rounded30 {
  border-radius: 30px; }

.rounded35 {
  border-radius: 35px; }

.rounded40 {
  border-radius: 40px; }

.rounded45 {
  border-radius: 45px; }

.rounded50 {
  border-radius: 50px; }

.rounded55 {
  border-radius: 55px; }

.rounded60 {
  border-radius: 60px; }

.rounded65 {
  border-radius: 65px; }

.rounded70 {
  border-radius: 70px; }

.rounded75 {
  border-radius: 75px; }

.rounded80 {
  border-radius: 80px; }

.rounded85 {
  border-radius: 85px; }

.rounded90 {
  border-radius: 90px; }

.rounded95 {
  border-radius: 95px; }

.rounded100 {
  border-radius: 100px; }

.overflow-h {
  overflow: hidden; }

.overflow-v {
  overflow: visible; }

.overflow-xh {
  overflow-x: hidden; }

.overflow-xv {
  overflow-x: visible; }

.overflow-yh {
  overflow-y: hidden; }

.overflow-yv {
  overflow-y: visible; }

/*---border---*/
.b-0 {
  border: 0px solid #f3f6f9 !important; }

.bt-0 {
  border-top: 0px solid #f3f6f9 !important; }

.be-0 {
  border-right: 0px solid #f3f6f9 !important; }

.bb-0 {
  border-bottom: 0px solid #f3f6f9 !important; }

.bs-0 {
  border-left: 0px solid #f3f6f9 !important; }

.bx-0 {
  border-right: 0px solid #f3f6f9 !important;
  border-left: 0px solid #f3f6f9 !important; }

.by-0 {
  border-top: 0px solid #f3f6f9 !important;
  border-bottom: 0px solid #f3f6f9 !important; }

.b-1 {
  border: 1px solid #f3f6f9 !important; }

.bt-1 {
  border-top: 1px solid #f3f6f9 !important; }

.be-1 {
  border-right: 1px solid #f3f6f9 !important; }

.bb-1 {
  border-bottom: 1px solid #f3f6f9 !important; }

.bs-1 {
  border-left: 1px solid #f3f6f9 !important; }

.bx-1 {
  border-right: 1px solid #f3f6f9 !important;
  border-left: 1px solid #f3f6f9 !important; }

.by-1 {
  border-top: 1px solid #f3f6f9 !important;
  border-bottom: 1px solid #f3f6f9 !important; }

.b-2 {
  border: 2px solid #f3f6f9 !important; }

.bt-2 {
  border-top: 2px solid #f3f6f9 !important; }

.be-2 {
  border-right: 2px solid #f3f6f9 !important; }

.bb-2 {
  border-bottom: 2px solid #f3f6f9 !important; }

.bs-2 {
  border-left: 2px solid #f3f6f9 !important; }

.bx-2 {
  border-right: 2px solid #f3f6f9 !important;
  border-left: 2px solid #f3f6f9 !important; }

.by-2 {
  border-top: 2px solid #f3f6f9 !important;
  border-bottom: 2px solid #f3f6f9 !important; }

.b-3 {
  border: 3px solid #f3f6f9 !important; }

.bt-3 {
  border-top: 3px solid #f3f6f9 !important; }

.be-3 {
  border-right: 3px solid #f3f6f9 !important; }

.bb-3 {
  border-bottom: 3px solid #f3f6f9 !important; }

.bs-3 {
  border-left: 3px solid #f3f6f9 !important; }

.bx-3 {
  border-right: 3px solid #f3f6f9 !important;
  border-left: 3px solid #f3f6f9 !important; }

.by-3 {
  border-top: 3px solid #f3f6f9 !important;
  border-bottom: 3px solid #f3f6f9 !important; }

.b-4 {
  border: 4px solid #f3f6f9 !important; }

.bt-4 {
  border-top: 4px solid #f3f6f9 !important; }

.be-4 {
  border-right: 4px solid #f3f6f9 !important; }

.bb-4 {
  border-bottom: 4px solid #f3f6f9 !important; }

.bs-4 {
  border-left: 4px solid #f3f6f9 !important; }

.bx-4 {
  border-right: 4px solid #f3f6f9 !important;
  border-left: 4px solid #f3f6f9 !important; }

.by-4 {
  border-top: 4px solid #f3f6f9 !important;
  border-bottom: 4px solid #f3f6f9 !important; }

.b-5 {
  border: 5px solid #f3f6f9 !important; }

.bt-5 {
  border-top: 5px solid #f3f6f9 !important; }

.be-5 {
  border-right: 5px solid #f3f6f9 !important; }

.bb-5 {
  border-bottom: 5px solid #f3f6f9 !important; }

.bs-5 {
  border-left: 5px solid #f3f6f9 !important; }

.bx-5 {
  border-right: 5px solid #f3f6f9 !important;
  border-left: 5px solid #f3f6f9 !important; }

.by-5 {
  border-top: 5px solid #f3f6f9 !important;
  border-bottom: 5px solid #f3f6f9 !important; }

.rtl .bs-0 {
  border-right-width: 0px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important; }
.rtl .be-0 {
  border-left-width: 0px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important; }
.rtl .bs-1 {
  border-right-width: 1px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important; }
.rtl .be-1 {
  border-left-width: 1px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important; }
.rtl .bs-2 {
  border-right-width: 2px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important; }
.rtl .be-2 {
  border-left-width: 2px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important; }
.rtl .bs-3 {
  border-right-width: 3px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important; }
.rtl .be-3 {
  border-left-width: 3px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important; }
.rtl .bs-4 {
  border-right-width: 4px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important; }
.rtl .be-4 {
  border-left-width: 4px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important; }
.rtl .bs-5 {
  border-right-width: 5px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important; }
.rtl .be-5 {
  border-left-width: 5px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important; }

.dark-skin .b-0:not([class*=border-]) {
  border: 0px solid #566f9e !important; }
.dark-skin .bt-0:not([class*=border-]) {
  border-top: 0px solid #566f9e !important; }
.dark-skin .be-0:not([class*=border-]) {
  border-right: 0px solid #566f9e !important; }
.dark-skin .bb-0:not([class*=border-]) {
  border-bottom: 0px solid #566f9e !important; }
.dark-skin .bs-0:not([class*=border-]) {
  border-left: 0px solid #566f9e !important; }
.dark-skin .bx-0:not([class*=border-]) {
  border-right: 0px solid #566f9e !important;
  border-left: 0px solid #566f9e !important; }
.dark-skin .by-0:not([class*=border-]) {
  border-top: 0px solid #566f9e !important;
  border-bottom: 0px solid #566f9e !important; }
.dark-skin .b-1:not([class*=border-]) {
  border: 1px solid #566f9e !important; }
.dark-skin .bt-1:not([class*=border-]) {
  border-top: 1px solid #566f9e !important; }
.dark-skin .be-1:not([class*=border-]) {
  border-right: 1px solid #566f9e !important; }
.dark-skin .bb-1:not([class*=border-]) {
  border-bottom: 1px solid #566f9e !important; }
.dark-skin .bs-1:not([class*=border-]) {
  border-left: 1px solid #566f9e !important; }
.dark-skin .bx-1:not([class*=border-]) {
  border-right: 1px solid #566f9e !important;
  border-left: 1px solid #566f9e !important; }
.dark-skin .by-1:not([class*=border-]) {
  border-top: 1px solid #566f9e !important;
  border-bottom: 1px solid #566f9e !important; }
.dark-skin .b-2:not([class*=border-]) {
  border: 2px solid #566f9e !important; }
.dark-skin .bt-2:not([class*=border-]) {
  border-top: 2px solid #566f9e !important; }
.dark-skin .be-2:not([class*=border-]) {
  border-right: 2px solid #566f9e !important; }
.dark-skin .bb-2:not([class*=border-]) {
  border-bottom: 2px solid #566f9e !important; }
.dark-skin .bs-2:not([class*=border-]) {
  border-left: 2px solid #566f9e !important; }
.dark-skin .bx-2:not([class*=border-]) {
  border-right: 2px solid #566f9e !important;
  border-left: 2px solid #566f9e !important; }
.dark-skin .by-2:not([class*=border-]) {
  border-top: 2px solid #566f9e !important;
  border-bottom: 2px solid #566f9e !important; }
.dark-skin .b-3:not([class*=border-]) {
  border: 3px solid #566f9e !important; }
.dark-skin .bt-3:not([class*=border-]) {
  border-top: 3px solid #566f9e !important; }
.dark-skin .be-3:not([class*=border-]) {
  border-right: 3px solid #566f9e !important; }
.dark-skin .bb-3:not([class*=border-]) {
  border-bottom: 3px solid #566f9e !important; }
.dark-skin .bs-3:not([class*=border-]) {
  border-left: 3px solid #566f9e !important; }
.dark-skin .bx-3:not([class*=border-]) {
  border-right: 3px solid #566f9e !important;
  border-left: 3px solid #566f9e !important; }
.dark-skin .by-3:not([class*=border-]) {
  border-top: 3px solid #566f9e !important;
  border-bottom: 3px solid #566f9e !important; }
.dark-skin .b-4:not([class*=border-]) {
  border: 4px solid #566f9e !important; }
.dark-skin .bt-4:not([class*=border-]) {
  border-top: 4px solid #566f9e !important; }
.dark-skin .be-4:not([class*=border-]) {
  border-right: 4px solid #566f9e !important; }
.dark-skin .bb-4:not([class*=border-]) {
  border-bottom: 4px solid #566f9e !important; }
.dark-skin .bs-4:not([class*=border-]) {
  border-left: 4px solid #566f9e !important; }
.dark-skin .bx-4:not([class*=border-]) {
  border-right: 4px solid #566f9e !important;
  border-left: 4px solid #566f9e !important; }
.dark-skin .by-4:not([class*=border-]) {
  border-top: 4px solid #566f9e !important;
  border-bottom: 4px solid #566f9e !important; }
.dark-skin .b-5:not([class*=border-]) {
  border: 5px solid #566f9e !important; }
.dark-skin .bt-5:not([class*=border-]) {
  border-top: 5px solid #566f9e !important; }
.dark-skin .be-5:not([class*=border-]) {
  border-right: 5px solid #566f9e !important; }
.dark-skin .bb-5:not([class*=border-]) {
  border-bottom: 5px solid #566f9e !important; }
.dark-skin .bs-5:not([class*=border-]) {
  border-left: 5px solid #566f9e !important; }
.dark-skin .bx-5:not([class*=border-]) {
  border-right: 5px solid #566f9e !important;
  border-left: 5px solid #566f9e !important; }
.dark-skin .by-5:not([class*=border-]) {
  border-top: 5px solid #566f9e !important;
  border-bottom: 5px solid #566f9e !important; }
.dark-skin.rtl .bs-0:not([class*=border-]) {
  border-right-width: 0px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important; }
.dark-skin.rtl .be-0:not([class*=border-]) {
  border-left-width: 0px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important; }
.dark-skin.rtl .bs-1:not([class*=border-]) {
  border-right-width: 1px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important; }
.dark-skin.rtl .be-1:not([class*=border-]) {
  border-left-width: 1px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important; }
.dark-skin.rtl .bs-2:not([class*=border-]) {
  border-right-width: 2px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important; }
.dark-skin.rtl .be-2:not([class*=border-]) {
  border-left-width: 2px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important; }
.dark-skin.rtl .bs-3:not([class*=border-]) {
  border-right-width: 3px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important; }
.dark-skin.rtl .be-3:not([class*=border-]) {
  border-left-width: 3px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important; }
.dark-skin.rtl .bs-4:not([class*=border-]) {
  border-right-width: 4px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important; }
.dark-skin.rtl .be-4:not([class*=border-]) {
  border-left-width: 4px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important; }
.dark-skin.rtl .bs-5:not([class*=border-]) {
  border-right-width: 5px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important; }
.dark-skin.rtl .be-5:not([class*=border-]) {
  border-left-width: 5px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important; }

.border {
  border: 1px solid #f3f6f9 !important; }

.border-primary {
  border-color: #5156be !important; }

.border-secondary {
  border-color: #e4e6ef !important; }

.border-info {
  border-color: #3596f7 !important; }

.border-success {
  border-color: #05825f !important; }

.border-warning {
  border-color: #ffa800 !important; }

.border-danger {
  border-color: #ee3158 !important; }

.border-dark {
  border-color: #172b4c !important; }

.border-white {
  border-color: #ffffff !important; }

.border-black {
  border-color: #000000 !important; }

.border-light {
  border-color: #f3f6f9 !important; }

.border-transparent {
  border-color: transparent !important; }

.border-white {
  border-color: #fff !important; }

.border-light {
  border-color: #f3f6f9 !important; }

.border-fade {
  border-color: #f6f9fb !important; }

.b-dashed {
  border-style: dashed !important; }

.bt-dashed {
  border-top-style: dashed !important; }

.bs-dashed {
  border-left-style: dashed !important; }

.be-dashed {
  border-right-style: dashed !important; }

.bb-dashed {
  border-bottom-style: dashed !important; }

.b-dotted {
  border-style: dotted !important; }

.bt-dotted {
  border-top-style: dotted !important; }

.bs-dotted {
  border-left-style: dotted !important; }

.be-dotted {
  border-right-style: dotted !important; }

.bb-dotted {
  border-bottom-style: dotted !important; }

.b-double {
  border-style: double !important; }

.bt-double {
  border-top-style: double !important; }

.bs-double {
  border-left-style: double !important; }

.be-double {
  border-right-style: double !important; }

.bb-double {
  border-bottom-style: double !important; }

.b-groove {
  border-style: groove !important; }

.bt-groove {
  border-top-style: groove !important; }

.bs-groove {
  border-left-style: groove !important; }

.be-groove {
  border-right-style: groove !important; }

.bb-groove {
  border-bottom-style: groove !important; }

.bter-0 {
  border-top-right-radius: 0 !important; }

.bber-0 {
  border-bottom-right-radius: 0 !important; }

.btsr-0 {
  border-top-left-radius: 0 !important; }

.bbsr-0 {
  border-bottom-left-radius: 0 !important; }

.ber-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.bsr-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.bar-0 {
  border-radius: 0 !important; }

/*---vertical-align---*/
.vertical-align {
  font-size: 0; }

.vertical-align:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle; }

.vertical-align-middle, .vertical-align-bottom {
  display: inline-block;
  max-width: 100%; }

.vertical-align-middle {
  vertical-align: middle; }

.vertical-align-bottom {
  vertical-align: bottom; }

.r-0 {
  right: 0; }

.l-0 {
  left: 0; }

.bg-none {
  background: none !important; }

@media (max-width: 991px) {
  .bg-none-lg {
    background: none !important; } }
@media (max-width: 1024px) {
  .bg-none-tl {
    background: none !important; } }
@media (max-width: 991px) {
  .bg-none-md {
    background: none !important; } }
@media (max-width: 767px) {
  .bg-none-sm {
    background: none !important; } }
@media (max-width: 575px) {
  .bg-none-xs {
    background: none !important; } }
@media (max-width: 370px) {
  .bg-none-small {
    background: none !important; } }
.input-group-prepend, .input-group-append {
  display: flex; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

small, .small {
  font-weight: 400; }

/*******************
Padding property
*******************/
.p-0 {
  padding: 0px !important; }

.p-5 {
  padding: 5px !important; }

.p-10 {
  padding: 10px !important; }

.p-15 {
  padding: 15px !important; }

.p-20 {
  padding: 20px !important; }

.p-25 {
  padding: 25px !important; }

.p-30 {
  padding: 30px !important; }

.p-35 {
  padding: 35px !important; }

.p-40 {
  padding: 40px !important; }

.p-45 {
  padding: 45px !important; }

.p-50 {
  padding: 50px !important; }

.p-55 {
  padding: 55px !important; }

.p-60 {
  padding: 60px !important; }

.p-65 {
  padding: 65px !important; }

.p-70 {
  padding: 70px !important; }

.p-75 {
  padding: 75px !important; }

.p-80 {
  padding: 80px !important; }

.p-85 {
  padding: 85px !important; }

.p-90 {
  padding: 90px !important; }

.p-95 {
  padding: 95px !important; }

.p-100 {
  padding: 100px !important; }

.p-105 {
  padding: 105px !important; }

.p-110 {
  padding: 110px !important; }

.p-115 {
  padding: 115px !important; }

.p-120 {
  padding: 120px !important; }

.p-125 {
  padding: 125px !important; }

.p-130 {
  padding: 130px !important; }

.p-135 {
  padding: 135px !important; }

.p-140 {
  padding: 140px !important; }

.p-145 {
  padding: 145px !important; }

.p-150 {
  padding: 150px !important; }

.p-155 {
  padding: 155px !important; }

.p-160 {
  padding: 160px !important; }

.p-165 {
  padding: 165px !important; }

.p-170 {
  padding: 170px !important; }

.p-175 {
  padding: 175px !important; }

.p-180 {
  padding: 180px !important; }

.p-185 {
  padding: 185px !important; }

.p-190 {
  padding: 190px !important; }

.p-195 {
  padding: 195px !important; }

.p-200 {
  padding: 200px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-65 {
  padding-top: 65px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-85 {
  padding-top: 85px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-105 {
  padding-top: 105px !important; }

.pt-110 {
  padding-top: 110px !important; }

.pt-115 {
  padding-top: 115px !important; }

.pt-120 {
  padding-top: 120px !important; }

.pt-125 {
  padding-top: 125px !important; }

.pt-130 {
  padding-top: 130px !important; }

.pt-135 {
  padding-top: 135px !important; }

.pt-140 {
  padding-top: 140px !important; }

.pt-145 {
  padding-top: 145px !important; }

.pt-150 {
  padding-top: 150px !important; }

.pt-155 {
  padding-top: 155px !important; }

.pt-160 {
  padding-top: 160px !important; }

.pt-165 {
  padding-top: 165px !important; }

.pt-170 {
  padding-top: 170px !important; }

.pt-175 {
  padding-top: 175px !important; }

.pt-180 {
  padding-top: 180px !important; }

.pt-185 {
  padding-top: 185px !important; }

.pt-190 {
  padding-top: 190px !important; }

.pt-195 {
  padding-top: 195px !important; }

.pt-200 {
  padding-top: 200px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-85 {
  padding-bottom: 85px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pb-105 {
  padding-bottom: 105px !important; }

.pb-110 {
  padding-bottom: 110px !important; }

.pb-115 {
  padding-bottom: 115px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.pb-125 {
  padding-bottom: 125px !important; }

.pb-130 {
  padding-bottom: 130px !important; }

.pb-135 {
  padding-bottom: 135px !important; }

.pb-140 {
  padding-bottom: 140px !important; }

.pb-145 {
  padding-bottom: 145px !important; }

.pb-150 {
  padding-bottom: 150px !important; }

.pb-155 {
  padding-bottom: 155px !important; }

.pb-160 {
  padding-bottom: 160px !important; }

.pb-165 {
  padding-bottom: 165px !important; }

.pb-170 {
  padding-bottom: 170px !important; }

.pb-175 {
  padding-bottom: 175px !important; }

.pb-180 {
  padding-bottom: 180px !important; }

.pb-185 {
  padding-bottom: 185px !important; }

.pb-190 {
  padding-bottom: 190px !important; }

.pb-195 {
  padding-bottom: 195px !important; }

.pb-200 {
  padding-bottom: 200px !important; }

.ps-0 {
  padding-left: 0px !important; }

.ps-5 {
  padding-left: 5px !important; }

.ps-10 {
  padding-left: 10px !important; }

.ps-15 {
  padding-left: 15px !important; }

.ps-20 {
  padding-left: 20px !important; }

.ps-25 {
  padding-left: 25px !important; }

.ps-30 {
  padding-left: 30px !important; }

.ps-35 {
  padding-left: 35px !important; }

.ps-40 {
  padding-left: 40px !important; }

.ps-45 {
  padding-left: 45px !important; }

.ps-50 {
  padding-left: 50px !important; }

.ps-55 {
  padding-left: 55px !important; }

.ps-60 {
  padding-left: 60px !important; }

.ps-65 {
  padding-left: 65px !important; }

.ps-70 {
  padding-left: 70px !important; }

.ps-75 {
  padding-left: 75px !important; }

.ps-80 {
  padding-left: 80px !important; }

.ps-85 {
  padding-left: 85px !important; }

.ps-90 {
  padding-left: 90px !important; }

.ps-95 {
  padding-left: 95px !important; }

.ps-100 {
  padding-left: 100px !important; }

.ps-105 {
  padding-left: 105px !important; }

.ps-110 {
  padding-left: 110px !important; }

.ps-115 {
  padding-left: 115px !important; }

.ps-120 {
  padding-left: 120px !important; }

.ps-125 {
  padding-left: 125px !important; }

.ps-130 {
  padding-left: 130px !important; }

.ps-135 {
  padding-left: 135px !important; }

.ps-140 {
  padding-left: 140px !important; }

.ps-145 {
  padding-left: 145px !important; }

.ps-150 {
  padding-left: 150px !important; }

.ps-155 {
  padding-left: 155px !important; }

.ps-160 {
  padding-left: 160px !important; }

.ps-165 {
  padding-left: 165px !important; }

.ps-170 {
  padding-left: 170px !important; }

.ps-175 {
  padding-left: 175px !important; }

.ps-180 {
  padding-left: 180px !important; }

.ps-185 {
  padding-left: 185px !important; }

.ps-190 {
  padding-left: 190px !important; }

.ps-195 {
  padding-left: 195px !important; }

.ps-200 {
  padding-left: 200px !important; }

.pe-0 {
  padding-right: 0px !important; }

.pe-5 {
  padding-right: 5px !important; }

.pe-10 {
  padding-right: 10px !important; }

.pe-15 {
  padding-right: 15px !important; }

.pe-20 {
  padding-right: 20px !important; }

.pe-25 {
  padding-right: 25px !important; }

.pe-30 {
  padding-right: 30px !important; }

.pe-35 {
  padding-right: 35px !important; }

.pe-40 {
  padding-right: 40px !important; }

.pe-45 {
  padding-right: 45px !important; }

.pe-50 {
  padding-right: 50px !important; }

.pe-55 {
  padding-right: 55px !important; }

.pe-60 {
  padding-right: 60px !important; }

.pe-65 {
  padding-right: 65px !important; }

.pe-70 {
  padding-right: 70px !important; }

.pe-75 {
  padding-right: 75px !important; }

.pe-80 {
  padding-right: 80px !important; }

.pe-85 {
  padding-right: 85px !important; }

.pe-90 {
  padding-right: 90px !important; }

.pe-95 {
  padding-right: 95px !important; }

.pe-100 {
  padding-right: 100px !important; }

.pe-105 {
  padding-right: 105px !important; }

.pe-110 {
  padding-right: 110px !important; }

.pe-115 {
  padding-right: 115px !important; }

.pe-120 {
  padding-right: 120px !important; }

.pe-125 {
  padding-right: 125px !important; }

.pe-130 {
  padding-right: 130px !important; }

.pe-135 {
  padding-right: 135px !important; }

.pe-140 {
  padding-right: 140px !important; }

.pe-145 {
  padding-right: 145px !important; }

.pe-150 {
  padding-right: 150px !important; }

.pe-155 {
  padding-right: 155px !important; }

.pe-160 {
  padding-right: 160px !important; }

.pe-165 {
  padding-right: 165px !important; }

.pe-170 {
  padding-right: 170px !important; }

.pe-175 {
  padding-right: 175px !important; }

.pe-180 {
  padding-right: 180px !important; }

.pe-185 {
  padding-right: 185px !important; }

.pe-190 {
  padding-right: 190px !important; }

.pe-195 {
  padding-right: 195px !important; }

.pe-200 {
  padding-right: 200px !important; }

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important; }

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important; }

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important; }

.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important; }

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important; }

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important; }

.px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important; }

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

.px-105 {
  padding-left: 105px !important;
  padding-right: 105px !important; }

.px-110 {
  padding-left: 110px !important;
  padding-right: 110px !important; }

.px-115 {
  padding-left: 115px !important;
  padding-right: 115px !important; }

.px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important; }

.px-125 {
  padding-left: 125px !important;
  padding-right: 125px !important; }

.px-130 {
  padding-left: 130px !important;
  padding-right: 130px !important; }

.px-135 {
  padding-left: 135px !important;
  padding-right: 135px !important; }

.px-140 {
  padding-left: 140px !important;
  padding-right: 140px !important; }

.px-145 {
  padding-left: 145px !important;
  padding-right: 145px !important; }

.px-150 {
  padding-left: 150px !important;
  padding-right: 150px !important; }

.px-155 {
  padding-left: 155px !important;
  padding-right: 155px !important; }

.px-160 {
  padding-left: 160px !important;
  padding-right: 160px !important; }

.px-165 {
  padding-left: 165px !important;
  padding-right: 165px !important; }

.px-170 {
  padding-left: 170px !important;
  padding-right: 170px !important; }

.px-175 {
  padding-left: 175px !important;
  padding-right: 175px !important; }

.px-180 {
  padding-left: 180px !important;
  padding-right: 180px !important; }

.px-185 {
  padding-left: 185px !important;
  padding-right: 185px !important; }

.px-190 {
  padding-left: 190px !important;
  padding-right: 190px !important; }

.px-195 {
  padding-left: 195px !important;
  padding-right: 195px !important; }

.px-200 {
  padding-left: 200px !important;
  padding-right: 200px !important; }

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important; }

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important; }

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important; }

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important; }

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important; }

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.py-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important; }

.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important; }

.py-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important; }

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

.py-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important; }

.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important; }

.py-135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important; }

.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important; }

.py-145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important; }

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important; }

.py-155 {
  padding-top: 155px !important;
  padding-bottom: 155px !important; }

.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important; }

.py-165 {
  padding-top: 165px !important;
  padding-bottom: 165px !important; }

.py-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important; }

.py-175 {
  padding-top: 175px !important;
  padding-bottom: 175px !important; }

.py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important; }

.py-185 {
  padding-top: 185px !important;
  padding-bottom: 185px !important; }

.py-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important; }

.py-195 {
  padding-top: 195px !important;
  padding-bottom: 195px !important; }

.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important; }

@media (max-width: 575px) {
  .p-xs-0 {
    padding: 0px !important; }

  .p-xs-5 {
    padding: 5px !important; }

  .p-xs-10 {
    padding: 10px !important; }

  .p-xs-15 {
    padding: 15px !important; }

  .p-xs-20 {
    padding: 20px !important; }

  .p-xs-25 {
    padding: 25px !important; }

  .p-xs-30 {
    padding: 30px !important; }

  .p-xs-35 {
    padding: 35px !important; }

  .p-xs-40 {
    padding: 40px !important; }

  .p-xs-45 {
    padding: 45px !important; }

  .p-xs-50 {
    padding: 50px !important; }

  .p-xs-55 {
    padding: 55px !important; }

  .p-xs-60 {
    padding: 60px !important; }

  .p-xs-65 {
    padding: 65px !important; }

  .p-xs-70 {
    padding: 70px !important; }

  .p-xs-75 {
    padding: 75px !important; }

  .p-xs-80 {
    padding: 80px !important; }

  .p-xs-85 {
    padding: 85px !important; }

  .p-xs-90 {
    padding: 90px !important; }

  .p-xs-95 {
    padding: 95px !important; }

  .p-xs-100 {
    padding: 100px !important; }

  .p-xs-105 {
    padding: 105px !important; }

  .p-xs-110 {
    padding: 110px !important; }

  .p-xs-115 {
    padding: 115px !important; }

  .p-xs-120 {
    padding: 120px !important; }

  .p-xs-125 {
    padding: 125px !important; }

  .p-xs-130 {
    padding: 130px !important; }

  .p-xs-135 {
    padding: 135px !important; }

  .p-xs-140 {
    padding: 140px !important; }

  .p-xs-145 {
    padding: 145px !important; }

  .p-xs-150 {
    padding: 150px !important; }

  .p-xs-155 {
    padding: 155px !important; }

  .p-xs-160 {
    padding: 160px !important; }

  .p-xs-165 {
    padding: 165px !important; }

  .p-xs-170 {
    padding: 170px !important; }

  .p-xs-175 {
    padding: 175px !important; }

  .p-xs-180 {
    padding: 180px !important; }

  .p-xs-185 {
    padding: 185px !important; }

  .p-xs-190 {
    padding: 190px !important; }

  .p-xs-195 {
    padding: 195px !important; }

  .p-xs-200 {
    padding: 200px !important; }

  .pt-xs-0 {
    padding-top: 0px !important; }

  .pt-xs-5 {
    padding-top: 5px !important; }

  .pt-xs-10 {
    padding-top: 10px !important; }

  .pt-xs-15 {
    padding-top: 15px !important; }

  .pt-xs-20 {
    padding-top: 20px !important; }

  .pt-xs-25 {
    padding-top: 25px !important; }

  .pt-xs-30 {
    padding-top: 30px !important; }

  .pt-xs-35 {
    padding-top: 35px !important; }

  .pt-xs-40 {
    padding-top: 40px !important; }

  .pt-xs-45 {
    padding-top: 45px !important; }

  .pt-xs-50 {
    padding-top: 50px !important; }

  .pt-xs-55 {
    padding-top: 55px !important; }

  .pt-xs-60 {
    padding-top: 60px !important; }

  .pt-xs-65 {
    padding-top: 65px !important; }

  .pt-xs-70 {
    padding-top: 70px !important; }

  .pt-xs-75 {
    padding-top: 75px !important; }

  .pt-xs-80 {
    padding-top: 80px !important; }

  .pt-xs-85 {
    padding-top: 85px !important; }

  .pt-xs-90 {
    padding-top: 90px !important; }

  .pt-xs-95 {
    padding-top: 95px !important; }

  .pt-xs-100 {
    padding-top: 100px !important; }

  .pt-xs-105 {
    padding-top: 105px !important; }

  .pt-xs-110 {
    padding-top: 110px !important; }

  .pt-xs-115 {
    padding-top: 115px !important; }

  .pt-xs-120 {
    padding-top: 120px !important; }

  .pt-xs-125 {
    padding-top: 125px !important; }

  .pt-xs-130 {
    padding-top: 130px !important; }

  .pt-xs-135 {
    padding-top: 135px !important; }

  .pt-xs-140 {
    padding-top: 140px !important; }

  .pt-xs-145 {
    padding-top: 145px !important; }

  .pt-xs-150 {
    padding-top: 150px !important; }

  .pt-xs-155 {
    padding-top: 155px !important; }

  .pt-xs-160 {
    padding-top: 160px !important; }

  .pt-xs-165 {
    padding-top: 165px !important; }

  .pt-xs-170 {
    padding-top: 170px !important; }

  .pt-xs-175 {
    padding-top: 175px !important; }

  .pt-xs-180 {
    padding-top: 180px !important; }

  .pt-xs-185 {
    padding-top: 185px !important; }

  .pt-xs-190 {
    padding-top: 190px !important; }

  .pt-xs-195 {
    padding-top: 195px !important; }

  .pt-xs-200 {
    padding-top: 200px !important; }

  .pb-xs-0 {
    padding-bottom: 0px !important; }

  .pb-xs-5 {
    padding-bottom: 5px !important; }

  .pb-xs-10 {
    padding-bottom: 10px !important; }

  .pb-xs-15 {
    padding-bottom: 15px !important; }

  .pb-xs-20 {
    padding-bottom: 20px !important; }

  .pb-xs-25 {
    padding-bottom: 25px !important; }

  .pb-xs-30 {
    padding-bottom: 30px !important; }

  .pb-xs-35 {
    padding-bottom: 35px !important; }

  .pb-xs-40 {
    padding-bottom: 40px !important; }

  .pb-xs-45 {
    padding-bottom: 45px !important; }

  .pb-xs-50 {
    padding-bottom: 50px !important; }

  .pb-xs-55 {
    padding-bottom: 55px !important; }

  .pb-xs-60 {
    padding-bottom: 60px !important; }

  .pb-xs-65 {
    padding-bottom: 65px !important; }

  .pb-xs-70 {
    padding-bottom: 70px !important; }

  .pb-xs-75 {
    padding-bottom: 75px !important; }

  .pb-xs-80 {
    padding-bottom: 80px !important; }

  .pb-xs-85 {
    padding-bottom: 85px !important; }

  .pb-xs-90 {
    padding-bottom: 90px !important; }

  .pb-xs-95 {
    padding-bottom: 95px !important; }

  .pb-xs-100 {
    padding-bottom: 100px !important; }

  .pb-xs-105 {
    padding-bottom: 105px !important; }

  .pb-xs-110 {
    padding-bottom: 110px !important; }

  .pb-xs-115 {
    padding-bottom: 115px !important; }

  .pb-xs-120 {
    padding-bottom: 120px !important; }

  .pb-xs-125 {
    padding-bottom: 125px !important; }

  .pb-xs-130 {
    padding-bottom: 130px !important; }

  .pb-xs-135 {
    padding-bottom: 135px !important; }

  .pb-xs-140 {
    padding-bottom: 140px !important; }

  .pb-xs-145 {
    padding-bottom: 145px !important; }

  .pb-xs-150 {
    padding-bottom: 150px !important; }

  .pb-xs-155 {
    padding-bottom: 155px !important; }

  .pb-xs-160 {
    padding-bottom: 160px !important; }

  .pb-xs-165 {
    padding-bottom: 165px !important; }

  .pb-xs-170 {
    padding-bottom: 170px !important; }

  .pb-xs-175 {
    padding-bottom: 175px !important; }

  .pb-xs-180 {
    padding-bottom: 180px !important; }

  .pb-xs-185 {
    padding-bottom: 185px !important; }

  .pb-xs-190 {
    padding-bottom: 190px !important; }

  .pb-xs-195 {
    padding-bottom: 195px !important; }

  .pb-xs-200 {
    padding-bottom: 200px !important; }

  .ps-xs-0 {
    padding-left: 0px !important; }

  .ps-xs-5 {
    padding-left: 5px !important; }

  .ps-xs-10 {
    padding-left: 10px !important; }

  .ps-xs-15 {
    padding-left: 15px !important; }

  .ps-xs-20 {
    padding-left: 20px !important; }

  .ps-xs-25 {
    padding-left: 25px !important; }

  .ps-xs-30 {
    padding-left: 30px !important; }

  .ps-xs-35 {
    padding-left: 35px !important; }

  .ps-xs-40 {
    padding-left: 40px !important; }

  .ps-xs-45 {
    padding-left: 45px !important; }

  .ps-xs-50 {
    padding-left: 50px !important; }

  .ps-xs-55 {
    padding-left: 55px !important; }

  .ps-xs-60 {
    padding-left: 60px !important; }

  .ps-xs-65 {
    padding-left: 65px !important; }

  .ps-xs-70 {
    padding-left: 70px !important; }

  .ps-xs-75 {
    padding-left: 75px !important; }

  .ps-xs-80 {
    padding-left: 80px !important; }

  .ps-xs-85 {
    padding-left: 85px !important; }

  .ps-xs-90 {
    padding-left: 90px !important; }

  .ps-xs-95 {
    padding-left: 95px !important; }

  .ps-xs-100 {
    padding-left: 100px !important; }

  .ps-xs-105 {
    padding-left: 105px !important; }

  .ps-xs-110 {
    padding-left: 110px !important; }

  .ps-xs-115 {
    padding-left: 115px !important; }

  .ps-xs-120 {
    padding-left: 120px !important; }

  .ps-xs-125 {
    padding-left: 125px !important; }

  .ps-xs-130 {
    padding-left: 130px !important; }

  .ps-xs-135 {
    padding-left: 135px !important; }

  .ps-xs-140 {
    padding-left: 140px !important; }

  .ps-xs-145 {
    padding-left: 145px !important; }

  .ps-xs-150 {
    padding-left: 150px !important; }

  .ps-xs-155 {
    padding-left: 155px !important; }

  .ps-xs-160 {
    padding-left: 160px !important; }

  .ps-xs-165 {
    padding-left: 165px !important; }

  .ps-xs-170 {
    padding-left: 170px !important; }

  .ps-xs-175 {
    padding-left: 175px !important; }

  .ps-xs-180 {
    padding-left: 180px !important; }

  .ps-xs-185 {
    padding-left: 185px !important; }

  .ps-xs-190 {
    padding-left: 190px !important; }

  .ps-xs-195 {
    padding-left: 195px !important; }

  .ps-xs-200 {
    padding-left: 200px !important; }

  .pe-xs-0 {
    padding-right: 0px !important; }

  .pe-xs-5 {
    padding-right: 5px !important; }

  .pe-xs-10 {
    padding-right: 10px !important; }

  .pe-xs-15 {
    padding-right: 15px !important; }

  .pe-xs-20 {
    padding-right: 20px !important; }

  .pe-xs-25 {
    padding-right: 25px !important; }

  .pe-xs-30 {
    padding-right: 30px !important; }

  .pe-xs-35 {
    padding-right: 35px !important; }

  .pe-xs-40 {
    padding-right: 40px !important; }

  .pe-xs-45 {
    padding-right: 45px !important; }

  .pe-xs-50 {
    padding-right: 50px !important; }

  .pe-xs-55 {
    padding-right: 55px !important; }

  .pe-xs-60 {
    padding-right: 60px !important; }

  .pe-xs-65 {
    padding-right: 65px !important; }

  .pe-xs-70 {
    padding-right: 70px !important; }

  .pe-xs-75 {
    padding-right: 75px !important; }

  .pe-xs-80 {
    padding-right: 80px !important; }

  .pe-xs-85 {
    padding-right: 85px !important; }

  .pe-xs-90 {
    padding-right: 90px !important; }

  .pe-xs-95 {
    padding-right: 95px !important; }

  .pe-xs-100 {
    padding-right: 100px !important; }

  .pe-xs-105 {
    padding-right: 105px !important; }

  .pe-xs-110 {
    padding-right: 110px !important; }

  .pe-xs-115 {
    padding-right: 115px !important; }

  .pe-xs-120 {
    padding-right: 120px !important; }

  .pe-xs-125 {
    padding-right: 125px !important; }

  .pe-xs-130 {
    padding-right: 130px !important; }

  .pe-xs-135 {
    padding-right: 135px !important; }

  .pe-xs-140 {
    padding-right: 140px !important; }

  .pe-xs-145 {
    padding-right: 145px !important; }

  .pe-xs-150 {
    padding-right: 150px !important; }

  .pe-xs-155 {
    padding-right: 155px !important; }

  .pe-xs-160 {
    padding-right: 160px !important; }

  .pe-xs-165 {
    padding-right: 165px !important; }

  .pe-xs-170 {
    padding-right: 170px !important; }

  .pe-xs-175 {
    padding-right: 175px !important; }

  .pe-xs-180 {
    padding-right: 180px !important; }

  .pe-xs-185 {
    padding-right: 185px !important; }

  .pe-xs-190 {
    padding-right: 190px !important; }

  .pe-xs-195 {
    padding-right: 195px !important; }

  .pe-xs-200 {
    padding-right: 200px !important; }

  .px-xs-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .px-xs-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }

  .px-xs-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .px-xs-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .px-xs-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .px-xs-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; }

  .px-xs-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  .px-xs-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; }

  .px-xs-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .px-xs-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }

  .px-xs-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; }

  .px-xs-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; }

  .px-xs-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; }

  .px-xs-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; }

  .px-xs-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; }

  .px-xs-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; }

  .px-xs-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; }

  .px-xs-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; }

  .px-xs-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; }

  .px-xs-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; }

  .px-xs-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; }

  .px-xs-105 {
    padding-left: 105px !important;
    padding-right: 105px !important; }

  .px-xs-110 {
    padding-left: 110px !important;
    padding-right: 110px !important; }

  .px-xs-115 {
    padding-left: 115px !important;
    padding-right: 115px !important; }

  .px-xs-120 {
    padding-left: 120px !important;
    padding-right: 120px !important; }

  .px-xs-125 {
    padding-left: 125px !important;
    padding-right: 125px !important; }

  .px-xs-130 {
    padding-left: 130px !important;
    padding-right: 130px !important; }

  .px-xs-135 {
    padding-left: 135px !important;
    padding-right: 135px !important; }

  .px-xs-140 {
    padding-left: 140px !important;
    padding-right: 140px !important; }

  .px-xs-145 {
    padding-left: 145px !important;
    padding-right: 145px !important; }

  .px-xs-150 {
    padding-left: 150px !important;
    padding-right: 150px !important; }

  .px-xs-155 {
    padding-left: 155px !important;
    padding-right: 155px !important; }

  .px-xs-160 {
    padding-left: 160px !important;
    padding-right: 160px !important; }

  .px-xs-165 {
    padding-left: 165px !important;
    padding-right: 165px !important; }

  .px-xs-170 {
    padding-left: 170px !important;
    padding-right: 170px !important; }

  .px-xs-175 {
    padding-left: 175px !important;
    padding-right: 175px !important; }

  .px-xs-180 {
    padding-left: 180px !important;
    padding-right: 180px !important; }

  .px-xs-185 {
    padding-left: 185px !important;
    padding-right: 185px !important; }

  .px-xs-190 {
    padding-left: 190px !important;
    padding-right: 190px !important; }

  .px-xs-195 {
    padding-left: 195px !important;
    padding-right: 195px !important; }

  .px-xs-200 {
    padding-left: 200px !important;
    padding-right: 200px !important; }

  .py-xs-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

  .py-xs-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

  .py-xs-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .py-xs-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

  .py-xs-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .py-xs-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }

  .py-xs-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .py-xs-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }

  .py-xs-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .py-xs-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }

  .py-xs-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .py-xs-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }

  .py-xs-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .py-xs-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }

  .py-xs-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }

  .py-xs-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }

  .py-xs-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }

  .py-xs-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }

  .py-xs-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }

  .py-xs-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }

  .py-xs-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }

  .py-xs-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }

  .py-xs-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }

  .py-xs-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }

  .py-xs-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }

  .py-xs-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }

  .py-xs-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }

  .py-xs-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }

  .py-xs-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }

  .py-xs-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }

  .py-xs-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }

  .py-xs-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important; }

  .py-xs-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }

  .py-xs-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important; }

  .py-xs-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }

  .py-xs-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important; }

  .py-xs-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }

  .py-xs-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important; }

  .py-xs-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }

  .py-xs-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important; }

  .py-xs-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; } }
@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0px !important; }

  .p-sm-5 {
    padding: 5px !important; }

  .p-sm-10 {
    padding: 10px !important; }

  .p-sm-15 {
    padding: 15px !important; }

  .p-sm-20 {
    padding: 20px !important; }

  .p-sm-25 {
    padding: 25px !important; }

  .p-sm-30 {
    padding: 30px !important; }

  .p-sm-35 {
    padding: 35px !important; }

  .p-sm-40 {
    padding: 40px !important; }

  .p-sm-45 {
    padding: 45px !important; }

  .p-sm-50 {
    padding: 50px !important; }

  .p-sm-55 {
    padding: 55px !important; }

  .p-sm-60 {
    padding: 60px !important; }

  .p-sm-65 {
    padding: 65px !important; }

  .p-sm-70 {
    padding: 70px !important; }

  .p-sm-75 {
    padding: 75px !important; }

  .p-sm-80 {
    padding: 80px !important; }

  .p-sm-85 {
    padding: 85px !important; }

  .p-sm-90 {
    padding: 90px !important; }

  .p-sm-95 {
    padding: 95px !important; }

  .p-sm-100 {
    padding: 100px !important; }

  .p-sm-105 {
    padding: 105px !important; }

  .p-sm-110 {
    padding: 110px !important; }

  .p-sm-115 {
    padding: 115px !important; }

  .p-sm-120 {
    padding: 120px !important; }

  .p-sm-125 {
    padding: 125px !important; }

  .p-sm-130 {
    padding: 130px !important; }

  .p-sm-135 {
    padding: 135px !important; }

  .p-sm-140 {
    padding: 140px !important; }

  .p-sm-145 {
    padding: 145px !important; }

  .p-sm-150 {
    padding: 150px !important; }

  .p-sm-155 {
    padding: 155px !important; }

  .p-sm-160 {
    padding: 160px !important; }

  .p-sm-165 {
    padding: 165px !important; }

  .p-sm-170 {
    padding: 170px !important; }

  .p-sm-175 {
    padding: 175px !important; }

  .p-sm-180 {
    padding: 180px !important; }

  .p-sm-185 {
    padding: 185px !important; }

  .p-sm-190 {
    padding: 190px !important; }

  .p-sm-195 {
    padding: 195px !important; }

  .p-sm-200 {
    padding: 200px !important; }

  .pt-sm-0 {
    padding-top: 0px !important; }

  .pt-sm-5 {
    padding-top: 5px !important; }

  .pt-sm-10 {
    padding-top: 10px !important; }

  .pt-sm-15 {
    padding-top: 15px !important; }

  .pt-sm-20 {
    padding-top: 20px !important; }

  .pt-sm-25 {
    padding-top: 25px !important; }

  .pt-sm-30 {
    padding-top: 30px !important; }

  .pt-sm-35 {
    padding-top: 35px !important; }

  .pt-sm-40 {
    padding-top: 40px !important; }

  .pt-sm-45 {
    padding-top: 45px !important; }

  .pt-sm-50 {
    padding-top: 50px !important; }

  .pt-sm-55 {
    padding-top: 55px !important; }

  .pt-sm-60 {
    padding-top: 60px !important; }

  .pt-sm-65 {
    padding-top: 65px !important; }

  .pt-sm-70 {
    padding-top: 70px !important; }

  .pt-sm-75 {
    padding-top: 75px !important; }

  .pt-sm-80 {
    padding-top: 80px !important; }

  .pt-sm-85 {
    padding-top: 85px !important; }

  .pt-sm-90 {
    padding-top: 90px !important; }

  .pt-sm-95 {
    padding-top: 95px !important; }

  .pt-sm-100 {
    padding-top: 100px !important; }

  .pt-sm-105 {
    padding-top: 105px !important; }

  .pt-sm-110 {
    padding-top: 110px !important; }

  .pt-sm-115 {
    padding-top: 115px !important; }

  .pt-sm-120 {
    padding-top: 120px !important; }

  .pt-sm-125 {
    padding-top: 125px !important; }

  .pt-sm-130 {
    padding-top: 130px !important; }

  .pt-sm-135 {
    padding-top: 135px !important; }

  .pt-sm-140 {
    padding-top: 140px !important; }

  .pt-sm-145 {
    padding-top: 145px !important; }

  .pt-sm-150 {
    padding-top: 150px !important; }

  .pt-sm-155 {
    padding-top: 155px !important; }

  .pt-sm-160 {
    padding-top: 160px !important; }

  .pt-sm-165 {
    padding-top: 165px !important; }

  .pt-sm-170 {
    padding-top: 170px !important; }

  .pt-sm-175 {
    padding-top: 175px !important; }

  .pt-sm-180 {
    padding-top: 180px !important; }

  .pt-sm-185 {
    padding-top: 185px !important; }

  .pt-sm-190 {
    padding-top: 190px !important; }

  .pt-sm-195 {
    padding-top: 195px !important; }

  .pt-sm-200 {
    padding-top: 200px !important; }

  .pb-sm-0 {
    padding-bottom: 0px !important; }

  .pb-sm-5 {
    padding-bottom: 5px !important; }

  .pb-sm-10 {
    padding-bottom: 10px !important; }

  .pb-sm-15 {
    padding-bottom: 15px !important; }

  .pb-sm-20 {
    padding-bottom: 20px !important; }

  .pb-sm-25 {
    padding-bottom: 25px !important; }

  .pb-sm-30 {
    padding-bottom: 30px !important; }

  .pb-sm-35 {
    padding-bottom: 35px !important; }

  .pb-sm-40 {
    padding-bottom: 40px !important; }

  .pb-sm-45 {
    padding-bottom: 45px !important; }

  .pb-sm-50 {
    padding-bottom: 50px !important; }

  .pb-sm-55 {
    padding-bottom: 55px !important; }

  .pb-sm-60 {
    padding-bottom: 60px !important; }

  .pb-sm-65 {
    padding-bottom: 65px !important; }

  .pb-sm-70 {
    padding-bottom: 70px !important; }

  .pb-sm-75 {
    padding-bottom: 75px !important; }

  .pb-sm-80 {
    padding-bottom: 80px !important; }

  .pb-sm-85 {
    padding-bottom: 85px !important; }

  .pb-sm-90 {
    padding-bottom: 90px !important; }

  .pb-sm-95 {
    padding-bottom: 95px !important; }

  .pb-sm-100 {
    padding-bottom: 100px !important; }

  .pb-sm-105 {
    padding-bottom: 105px !important; }

  .pb-sm-110 {
    padding-bottom: 110px !important; }

  .pb-sm-115 {
    padding-bottom: 115px !important; }

  .pb-sm-120 {
    padding-bottom: 120px !important; }

  .pb-sm-125 {
    padding-bottom: 125px !important; }

  .pb-sm-130 {
    padding-bottom: 130px !important; }

  .pb-sm-135 {
    padding-bottom: 135px !important; }

  .pb-sm-140 {
    padding-bottom: 140px !important; }

  .pb-sm-145 {
    padding-bottom: 145px !important; }

  .pb-sm-150 {
    padding-bottom: 150px !important; }

  .pb-sm-155 {
    padding-bottom: 155px !important; }

  .pb-sm-160 {
    padding-bottom: 160px !important; }

  .pb-sm-165 {
    padding-bottom: 165px !important; }

  .pb-sm-170 {
    padding-bottom: 170px !important; }

  .pb-sm-175 {
    padding-bottom: 175px !important; }

  .pb-sm-180 {
    padding-bottom: 180px !important; }

  .pb-sm-185 {
    padding-bottom: 185px !important; }

  .pb-sm-190 {
    padding-bottom: 190px !important; }

  .pb-sm-195 {
    padding-bottom: 195px !important; }

  .pb-sm-200 {
    padding-bottom: 200px !important; }

  .ps-sm-0 {
    padding-left: 0px !important; }

  .ps-sm-5 {
    padding-left: 5px !important; }

  .ps-sm-10 {
    padding-left: 10px !important; }

  .ps-sm-15 {
    padding-left: 15px !important; }

  .ps-sm-20 {
    padding-left: 20px !important; }

  .ps-sm-25 {
    padding-left: 25px !important; }

  .ps-sm-30 {
    padding-left: 30px !important; }

  .ps-sm-35 {
    padding-left: 35px !important; }

  .ps-sm-40 {
    padding-left: 40px !important; }

  .ps-sm-45 {
    padding-left: 45px !important; }

  .ps-sm-50 {
    padding-left: 50px !important; }

  .ps-sm-55 {
    padding-left: 55px !important; }

  .ps-sm-60 {
    padding-left: 60px !important; }

  .ps-sm-65 {
    padding-left: 65px !important; }

  .ps-sm-70 {
    padding-left: 70px !important; }

  .ps-sm-75 {
    padding-left: 75px !important; }

  .ps-sm-80 {
    padding-left: 80px !important; }

  .ps-sm-85 {
    padding-left: 85px !important; }

  .ps-sm-90 {
    padding-left: 90px !important; }

  .ps-sm-95 {
    padding-left: 95px !important; }

  .ps-sm-100 {
    padding-left: 100px !important; }

  .ps-sm-105 {
    padding-left: 105px !important; }

  .ps-sm-110 {
    padding-left: 110px !important; }

  .ps-sm-115 {
    padding-left: 115px !important; }

  .ps-sm-120 {
    padding-left: 120px !important; }

  .ps-sm-125 {
    padding-left: 125px !important; }

  .ps-sm-130 {
    padding-left: 130px !important; }

  .ps-sm-135 {
    padding-left: 135px !important; }

  .ps-sm-140 {
    padding-left: 140px !important; }

  .ps-sm-145 {
    padding-left: 145px !important; }

  .ps-sm-150 {
    padding-left: 150px !important; }

  .ps-sm-155 {
    padding-left: 155px !important; }

  .ps-sm-160 {
    padding-left: 160px !important; }

  .ps-sm-165 {
    padding-left: 165px !important; }

  .ps-sm-170 {
    padding-left: 170px !important; }

  .ps-sm-175 {
    padding-left: 175px !important; }

  .ps-sm-180 {
    padding-left: 180px !important; }

  .ps-sm-185 {
    padding-left: 185px !important; }

  .ps-sm-190 {
    padding-left: 190px !important; }

  .ps-sm-195 {
    padding-left: 195px !important; }

  .ps-sm-200 {
    padding-left: 200px !important; }

  .pe-sm-0 {
    padding-right: 0px !important; }

  .pe-sm-5 {
    padding-right: 5px !important; }

  .pe-sm-10 {
    padding-right: 10px !important; }

  .pe-sm-15 {
    padding-right: 15px !important; }

  .pe-sm-20 {
    padding-right: 20px !important; }

  .pe-sm-25 {
    padding-right: 25px !important; }

  .pe-sm-30 {
    padding-right: 30px !important; }

  .pe-sm-35 {
    padding-right: 35px !important; }

  .pe-sm-40 {
    padding-right: 40px !important; }

  .pe-sm-45 {
    padding-right: 45px !important; }

  .pe-sm-50 {
    padding-right: 50px !important; }

  .pe-sm-55 {
    padding-right: 55px !important; }

  .pe-sm-60 {
    padding-right: 60px !important; }

  .pe-sm-65 {
    padding-right: 65px !important; }

  .pe-sm-70 {
    padding-right: 70px !important; }

  .pe-sm-75 {
    padding-right: 75px !important; }

  .pe-sm-80 {
    padding-right: 80px !important; }

  .pe-sm-85 {
    padding-right: 85px !important; }

  .pe-sm-90 {
    padding-right: 90px !important; }

  .pe-sm-95 {
    padding-right: 95px !important; }

  .pe-sm-100 {
    padding-right: 100px !important; }

  .pe-sm-105 {
    padding-right: 105px !important; }

  .pe-sm-110 {
    padding-right: 110px !important; }

  .pe-sm-115 {
    padding-right: 115px !important; }

  .pe-sm-120 {
    padding-right: 120px !important; }

  .pe-sm-125 {
    padding-right: 125px !important; }

  .pe-sm-130 {
    padding-right: 130px !important; }

  .pe-sm-135 {
    padding-right: 135px !important; }

  .pe-sm-140 {
    padding-right: 140px !important; }

  .pe-sm-145 {
    padding-right: 145px !important; }

  .pe-sm-150 {
    padding-right: 150px !important; }

  .pe-sm-155 {
    padding-right: 155px !important; }

  .pe-sm-160 {
    padding-right: 160px !important; }

  .pe-sm-165 {
    padding-right: 165px !important; }

  .pe-sm-170 {
    padding-right: 170px !important; }

  .pe-sm-175 {
    padding-right: 175px !important; }

  .pe-sm-180 {
    padding-right: 180px !important; }

  .pe-sm-185 {
    padding-right: 185px !important; }

  .pe-sm-190 {
    padding-right: 190px !important; }

  .pe-sm-195 {
    padding-right: 195px !important; }

  .pe-sm-200 {
    padding-right: 200px !important; }

  .px-sm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .px-sm-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }

  .px-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .px-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .px-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .px-sm-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; }

  .px-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  .px-sm-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; }

  .px-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .px-sm-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }

  .px-sm-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; }

  .px-sm-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; }

  .px-sm-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; }

  .px-sm-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; }

  .px-sm-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; }

  .px-sm-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; }

  .px-sm-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; }

  .px-sm-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; }

  .px-sm-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; }

  .px-sm-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; }

  .px-sm-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; }

  .px-sm-105 {
    padding-left: 105px !important;
    padding-right: 105px !important; }

  .px-sm-110 {
    padding-left: 110px !important;
    padding-right: 110px !important; }

  .px-sm-115 {
    padding-left: 115px !important;
    padding-right: 115px !important; }

  .px-sm-120 {
    padding-left: 120px !important;
    padding-right: 120px !important; }

  .px-sm-125 {
    padding-left: 125px !important;
    padding-right: 125px !important; }

  .px-sm-130 {
    padding-left: 130px !important;
    padding-right: 130px !important; }

  .px-sm-135 {
    padding-left: 135px !important;
    padding-right: 135px !important; }

  .px-sm-140 {
    padding-left: 140px !important;
    padding-right: 140px !important; }

  .px-sm-145 {
    padding-left: 145px !important;
    padding-right: 145px !important; }

  .px-sm-150 {
    padding-left: 150px !important;
    padding-right: 150px !important; }

  .px-sm-155 {
    padding-left: 155px !important;
    padding-right: 155px !important; }

  .px-sm-160 {
    padding-left: 160px !important;
    padding-right: 160px !important; }

  .px-sm-165 {
    padding-left: 165px !important;
    padding-right: 165px !important; }

  .px-sm-170 {
    padding-left: 170px !important;
    padding-right: 170px !important; }

  .px-sm-175 {
    padding-left: 175px !important;
    padding-right: 175px !important; }

  .px-sm-180 {
    padding-left: 180px !important;
    padding-right: 180px !important; }

  .px-sm-185 {
    padding-left: 185px !important;
    padding-right: 185px !important; }

  .px-sm-190 {
    padding-left: 190px !important;
    padding-right: 190px !important; }

  .px-sm-195 {
    padding-left: 195px !important;
    padding-right: 195px !important; }

  .px-sm-200 {
    padding-left: 200px !important;
    padding-right: 200px !important; }

  .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

  .py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }

  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }

  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }

  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .py-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }

  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .py-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }

  .py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }

  .py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }

  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }

  .py-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }

  .py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }

  .py-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }

  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }

  .py-sm-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }

  .py-sm-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }

  .py-sm-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }

  .py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }

  .py-sm-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }

  .py-sm-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }

  .py-sm-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }

  .py-sm-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }

  .py-sm-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }

  .py-sm-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }

  .py-sm-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important; }

  .py-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }

  .py-sm-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important; }

  .py-sm-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }

  .py-sm-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important; }

  .py-sm-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }

  .py-sm-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important; }

  .py-sm-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }

  .py-sm-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important; }

  .py-sm-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; } }
@media (min-width: 768px) {
  .p-md-0 {
    padding: 0px !important; }

  .p-md-5 {
    padding: 5px !important; }

  .p-md-10 {
    padding: 10px !important; }

  .p-md-15 {
    padding: 15px !important; }

  .p-md-20 {
    padding: 20px !important; }

  .p-md-25 {
    padding: 25px !important; }

  .p-md-30 {
    padding: 30px !important; }

  .p-md-35 {
    padding: 35px !important; }

  .p-md-40 {
    padding: 40px !important; }

  .p-md-45 {
    padding: 45px !important; }

  .p-md-50 {
    padding: 50px !important; }

  .p-md-55 {
    padding: 55px !important; }

  .p-md-60 {
    padding: 60px !important; }

  .p-md-65 {
    padding: 65px !important; }

  .p-md-70 {
    padding: 70px !important; }

  .p-md-75 {
    padding: 75px !important; }

  .p-md-80 {
    padding: 80px !important; }

  .p-md-85 {
    padding: 85px !important; }

  .p-md-90 {
    padding: 90px !important; }

  .p-md-95 {
    padding: 95px !important; }

  .p-md-100 {
    padding: 100px !important; }

  .p-md-105 {
    padding: 105px !important; }

  .p-md-110 {
    padding: 110px !important; }

  .p-md-115 {
    padding: 115px !important; }

  .p-md-120 {
    padding: 120px !important; }

  .p-md-125 {
    padding: 125px !important; }

  .p-md-130 {
    padding: 130px !important; }

  .p-md-135 {
    padding: 135px !important; }

  .p-md-140 {
    padding: 140px !important; }

  .p-md-145 {
    padding: 145px !important; }

  .p-md-150 {
    padding: 150px !important; }

  .p-md-155 {
    padding: 155px !important; }

  .p-md-160 {
    padding: 160px !important; }

  .p-md-165 {
    padding: 165px !important; }

  .p-md-170 {
    padding: 170px !important; }

  .p-md-175 {
    padding: 175px !important; }

  .p-md-180 {
    padding: 180px !important; }

  .p-md-185 {
    padding: 185px !important; }

  .p-md-190 {
    padding: 190px !important; }

  .p-md-195 {
    padding: 195px !important; }

  .p-md-200 {
    padding: 200px !important; }

  .pt-md-0 {
    padding-top: 0px !important; }

  .pt-md-5 {
    padding-top: 5px !important; }

  .pt-md-10 {
    padding-top: 10px !important; }

  .pt-md-15 {
    padding-top: 15px !important; }

  .pt-md-20 {
    padding-top: 20px !important; }

  .pt-md-25 {
    padding-top: 25px !important; }

  .pt-md-30 {
    padding-top: 30px !important; }

  .pt-md-35 {
    padding-top: 35px !important; }

  .pt-md-40 {
    padding-top: 40px !important; }

  .pt-md-45 {
    padding-top: 45px !important; }

  .pt-md-50 {
    padding-top: 50px !important; }

  .pt-md-55 {
    padding-top: 55px !important; }

  .pt-md-60 {
    padding-top: 60px !important; }

  .pt-md-65 {
    padding-top: 65px !important; }

  .pt-md-70 {
    padding-top: 70px !important; }

  .pt-md-75 {
    padding-top: 75px !important; }

  .pt-md-80 {
    padding-top: 80px !important; }

  .pt-md-85 {
    padding-top: 85px !important; }

  .pt-md-90 {
    padding-top: 90px !important; }

  .pt-md-95 {
    padding-top: 95px !important; }

  .pt-md-100 {
    padding-top: 100px !important; }

  .pt-md-105 {
    padding-top: 105px !important; }

  .pt-md-110 {
    padding-top: 110px !important; }

  .pt-md-115 {
    padding-top: 115px !important; }

  .pt-md-120 {
    padding-top: 120px !important; }

  .pt-md-125 {
    padding-top: 125px !important; }

  .pt-md-130 {
    padding-top: 130px !important; }

  .pt-md-135 {
    padding-top: 135px !important; }

  .pt-md-140 {
    padding-top: 140px !important; }

  .pt-md-145 {
    padding-top: 145px !important; }

  .pt-md-150 {
    padding-top: 150px !important; }

  .pt-md-155 {
    padding-top: 155px !important; }

  .pt-md-160 {
    padding-top: 160px !important; }

  .pt-md-165 {
    padding-top: 165px !important; }

  .pt-md-170 {
    padding-top: 170px !important; }

  .pt-md-175 {
    padding-top: 175px !important; }

  .pt-md-180 {
    padding-top: 180px !important; }

  .pt-md-185 {
    padding-top: 185px !important; }

  .pt-md-190 {
    padding-top: 190px !important; }

  .pt-md-195 {
    padding-top: 195px !important; }

  .pt-md-200 {
    padding-top: 200px !important; }

  .pb-md-0 {
    padding-bottom: 0px !important; }

  .pb-md-5 {
    padding-bottom: 5px !important; }

  .pb-md-10 {
    padding-bottom: 10px !important; }

  .pb-md-15 {
    padding-bottom: 15px !important; }

  .pb-md-20 {
    padding-bottom: 20px !important; }

  .pb-md-25 {
    padding-bottom: 25px !important; }

  .pb-md-30 {
    padding-bottom: 30px !important; }

  .pb-md-35 {
    padding-bottom: 35px !important; }

  .pb-md-40 {
    padding-bottom: 40px !important; }

  .pb-md-45 {
    padding-bottom: 45px !important; }

  .pb-md-50 {
    padding-bottom: 50px !important; }

  .pb-md-55 {
    padding-bottom: 55px !important; }

  .pb-md-60 {
    padding-bottom: 60px !important; }

  .pb-md-65 {
    padding-bottom: 65px !important; }

  .pb-md-70 {
    padding-bottom: 70px !important; }

  .pb-md-75 {
    padding-bottom: 75px !important; }

  .pb-md-80 {
    padding-bottom: 80px !important; }

  .pb-md-85 {
    padding-bottom: 85px !important; }

  .pb-md-90 {
    padding-bottom: 90px !important; }

  .pb-md-95 {
    padding-bottom: 95px !important; }

  .pb-md-100 {
    padding-bottom: 100px !important; }

  .pb-md-105 {
    padding-bottom: 105px !important; }

  .pb-md-110 {
    padding-bottom: 110px !important; }

  .pb-md-115 {
    padding-bottom: 115px !important; }

  .pb-md-120 {
    padding-bottom: 120px !important; }

  .pb-md-125 {
    padding-bottom: 125px !important; }

  .pb-md-130 {
    padding-bottom: 130px !important; }

  .pb-md-135 {
    padding-bottom: 135px !important; }

  .pb-md-140 {
    padding-bottom: 140px !important; }

  .pb-md-145 {
    padding-bottom: 145px !important; }

  .pb-md-150 {
    padding-bottom: 150px !important; }

  .pb-md-155 {
    padding-bottom: 155px !important; }

  .pb-md-160 {
    padding-bottom: 160px !important; }

  .pb-md-165 {
    padding-bottom: 165px !important; }

  .pb-md-170 {
    padding-bottom: 170px !important; }

  .pb-md-175 {
    padding-bottom: 175px !important; }

  .pb-md-180 {
    padding-bottom: 180px !important; }

  .pb-md-185 {
    padding-bottom: 185px !important; }

  .pb-md-190 {
    padding-bottom: 190px !important; }

  .pb-md-195 {
    padding-bottom: 195px !important; }

  .pb-md-200 {
    padding-bottom: 200px !important; }

  .ps-md-0 {
    padding-left: 0px !important; }

  .ps-md-5 {
    padding-left: 5px !important; }

  .ps-md-10 {
    padding-left: 10px !important; }

  .ps-md-15 {
    padding-left: 15px !important; }

  .ps-md-20 {
    padding-left: 20px !important; }

  .ps-md-25 {
    padding-left: 25px !important; }

  .ps-md-30 {
    padding-left: 30px !important; }

  .ps-md-35 {
    padding-left: 35px !important; }

  .ps-md-40 {
    padding-left: 40px !important; }

  .ps-md-45 {
    padding-left: 45px !important; }

  .ps-md-50 {
    padding-left: 50px !important; }

  .ps-md-55 {
    padding-left: 55px !important; }

  .ps-md-60 {
    padding-left: 60px !important; }

  .ps-md-65 {
    padding-left: 65px !important; }

  .ps-md-70 {
    padding-left: 70px !important; }

  .ps-md-75 {
    padding-left: 75px !important; }

  .ps-md-80 {
    padding-left: 80px !important; }

  .ps-md-85 {
    padding-left: 85px !important; }

  .ps-md-90 {
    padding-left: 90px !important; }

  .ps-md-95 {
    padding-left: 95px !important; }

  .ps-md-100 {
    padding-left: 100px !important; }

  .ps-md-105 {
    padding-left: 105px !important; }

  .ps-md-110 {
    padding-left: 110px !important; }

  .ps-md-115 {
    padding-left: 115px !important; }

  .ps-md-120 {
    padding-left: 120px !important; }

  .ps-md-125 {
    padding-left: 125px !important; }

  .ps-md-130 {
    padding-left: 130px !important; }

  .ps-md-135 {
    padding-left: 135px !important; }

  .ps-md-140 {
    padding-left: 140px !important; }

  .ps-md-145 {
    padding-left: 145px !important; }

  .ps-md-150 {
    padding-left: 150px !important; }

  .ps-md-155 {
    padding-left: 155px !important; }

  .ps-md-160 {
    padding-left: 160px !important; }

  .ps-md-165 {
    padding-left: 165px !important; }

  .ps-md-170 {
    padding-left: 170px !important; }

  .ps-md-175 {
    padding-left: 175px !important; }

  .ps-md-180 {
    padding-left: 180px !important; }

  .ps-md-185 {
    padding-left: 185px !important; }

  .ps-md-190 {
    padding-left: 190px !important; }

  .ps-md-195 {
    padding-left: 195px !important; }

  .ps-md-200 {
    padding-left: 200px !important; }

  .pe-md-0 {
    padding-right: 0px !important; }

  .pe-md-5 {
    padding-right: 5px !important; }

  .pe-md-10 {
    padding-right: 10px !important; }

  .pe-md-15 {
    padding-right: 15px !important; }

  .pe-md-20 {
    padding-right: 20px !important; }

  .pe-md-25 {
    padding-right: 25px !important; }

  .pe-md-30 {
    padding-right: 30px !important; }

  .pe-md-35 {
    padding-right: 35px !important; }

  .pe-md-40 {
    padding-right: 40px !important; }

  .pe-md-45 {
    padding-right: 45px !important; }

  .pe-md-50 {
    padding-right: 50px !important; }

  .pe-md-55 {
    padding-right: 55px !important; }

  .pe-md-60 {
    padding-right: 60px !important; }

  .pe-md-65 {
    padding-right: 65px !important; }

  .pe-md-70 {
    padding-right: 70px !important; }

  .pe-md-75 {
    padding-right: 75px !important; }

  .pe-md-80 {
    padding-right: 80px !important; }

  .pe-md-85 {
    padding-right: 85px !important; }

  .pe-md-90 {
    padding-right: 90px !important; }

  .pe-md-95 {
    padding-right: 95px !important; }

  .pe-md-100 {
    padding-right: 100px !important; }

  .pe-md-105 {
    padding-right: 105px !important; }

  .pe-md-110 {
    padding-right: 110px !important; }

  .pe-md-115 {
    padding-right: 115px !important; }

  .pe-md-120 {
    padding-right: 120px !important; }

  .pe-md-125 {
    padding-right: 125px !important; }

  .pe-md-130 {
    padding-right: 130px !important; }

  .pe-md-135 {
    padding-right: 135px !important; }

  .pe-md-140 {
    padding-right: 140px !important; }

  .pe-md-145 {
    padding-right: 145px !important; }

  .pe-md-150 {
    padding-right: 150px !important; }

  .pe-md-155 {
    padding-right: 155px !important; }

  .pe-md-160 {
    padding-right: 160px !important; }

  .pe-md-165 {
    padding-right: 165px !important; }

  .pe-md-170 {
    padding-right: 170px !important; }

  .pe-md-175 {
    padding-right: 175px !important; }

  .pe-md-180 {
    padding-right: 180px !important; }

  .pe-md-185 {
    padding-right: 185px !important; }

  .pe-md-190 {
    padding-right: 190px !important; }

  .pe-md-195 {
    padding-right: 195px !important; }

  .pe-md-200 {
    padding-right: 200px !important; }

  .px-md-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .px-md-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }

  .px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .px-md-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; }

  .px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  .px-md-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; }

  .px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .px-md-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }

  .px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; }

  .px-md-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; }

  .px-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; }

  .px-md-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; }

  .px-md-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; }

  .px-md-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; }

  .px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; }

  .px-md-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; }

  .px-md-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; }

  .px-md-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; }

  .px-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; }

  .px-md-105 {
    padding-left: 105px !important;
    padding-right: 105px !important; }

  .px-md-110 {
    padding-left: 110px !important;
    padding-right: 110px !important; }

  .px-md-115 {
    padding-left: 115px !important;
    padding-right: 115px !important; }

  .px-md-120 {
    padding-left: 120px !important;
    padding-right: 120px !important; }

  .px-md-125 {
    padding-left: 125px !important;
    padding-right: 125px !important; }

  .px-md-130 {
    padding-left: 130px !important;
    padding-right: 130px !important; }

  .px-md-135 {
    padding-left: 135px !important;
    padding-right: 135px !important; }

  .px-md-140 {
    padding-left: 140px !important;
    padding-right: 140px !important; }

  .px-md-145 {
    padding-left: 145px !important;
    padding-right: 145px !important; }

  .px-md-150 {
    padding-left: 150px !important;
    padding-right: 150px !important; }

  .px-md-155 {
    padding-left: 155px !important;
    padding-right: 155px !important; }

  .px-md-160 {
    padding-left: 160px !important;
    padding-right: 160px !important; }

  .px-md-165 {
    padding-left: 165px !important;
    padding-right: 165px !important; }

  .px-md-170 {
    padding-left: 170px !important;
    padding-right: 170px !important; }

  .px-md-175 {
    padding-left: 175px !important;
    padding-right: 175px !important; }

  .px-md-180 {
    padding-left: 180px !important;
    padding-right: 180px !important; }

  .px-md-185 {
    padding-left: 185px !important;
    padding-right: 185px !important; }

  .px-md-190 {
    padding-left: 190px !important;
    padding-right: 190px !important; }

  .px-md-195 {
    padding-left: 195px !important;
    padding-right: 195px !important; }

  .px-md-200 {
    padding-left: 200px !important;
    padding-right: 200px !important; }

  .py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }

  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }

  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }

  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }

  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }

  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }

  .py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }

  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }

  .py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }

  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }

  .py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }

  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }

  .py-md-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }

  .py-md-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }

  .py-md-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }

  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }

  .py-md-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }

  .py-md-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }

  .py-md-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }

  .py-md-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }

  .py-md-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }

  .py-md-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }

  .py-md-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important; }

  .py-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }

  .py-md-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important; }

  .py-md-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }

  .py-md-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important; }

  .py-md-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }

  .py-md-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important; }

  .py-md-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }

  .py-md-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important; }

  .py-md-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; } }
@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0px !important; }

  .p-lg-5 {
    padding: 5px !important; }

  .p-lg-10 {
    padding: 10px !important; }

  .p-lg-15 {
    padding: 15px !important; }

  .p-lg-20 {
    padding: 20px !important; }

  .p-lg-25 {
    padding: 25px !important; }

  .p-lg-30 {
    padding: 30px !important; }

  .p-lg-35 {
    padding: 35px !important; }

  .p-lg-40 {
    padding: 40px !important; }

  .p-lg-45 {
    padding: 45px !important; }

  .p-lg-50 {
    padding: 50px !important; }

  .p-lg-55 {
    padding: 55px !important; }

  .p-lg-60 {
    padding: 60px !important; }

  .p-lg-65 {
    padding: 65px !important; }

  .p-lg-70 {
    padding: 70px !important; }

  .p-lg-75 {
    padding: 75px !important; }

  .p-lg-80 {
    padding: 80px !important; }

  .p-lg-85 {
    padding: 85px !important; }

  .p-lg-90 {
    padding: 90px !important; }

  .p-lg-95 {
    padding: 95px !important; }

  .p-lg-100 {
    padding: 100px !important; }

  .p-lg-105 {
    padding: 105px !important; }

  .p-lg-110 {
    padding: 110px !important; }

  .p-lg-115 {
    padding: 115px !important; }

  .p-lg-120 {
    padding: 120px !important; }

  .p-lg-125 {
    padding: 125px !important; }

  .p-lg-130 {
    padding: 130px !important; }

  .p-lg-135 {
    padding: 135px !important; }

  .p-lg-140 {
    padding: 140px !important; }

  .p-lg-145 {
    padding: 145px !important; }

  .p-lg-150 {
    padding: 150px !important; }

  .p-lg-155 {
    padding: 155px !important; }

  .p-lg-160 {
    padding: 160px !important; }

  .p-lg-165 {
    padding: 165px !important; }

  .p-lg-170 {
    padding: 170px !important; }

  .p-lg-175 {
    padding: 175px !important; }

  .p-lg-180 {
    padding: 180px !important; }

  .p-lg-185 {
    padding: 185px !important; }

  .p-lg-190 {
    padding: 190px !important; }

  .p-lg-195 {
    padding: 195px !important; }

  .p-lg-200 {
    padding: 200px !important; }

  .pt-lg-0 {
    padding-top: 0px !important; }

  .pt-lg-5 {
    padding-top: 5px !important; }

  .pt-lg-10 {
    padding-top: 10px !important; }

  .pt-lg-15 {
    padding-top: 15px !important; }

  .pt-lg-20 {
    padding-top: 20px !important; }

  .pt-lg-25 {
    padding-top: 25px !important; }

  .pt-lg-30 {
    padding-top: 30px !important; }

  .pt-lg-35 {
    padding-top: 35px !important; }

  .pt-lg-40 {
    padding-top: 40px !important; }

  .pt-lg-45 {
    padding-top: 45px !important; }

  .pt-lg-50 {
    padding-top: 50px !important; }

  .pt-lg-55 {
    padding-top: 55px !important; }

  .pt-lg-60 {
    padding-top: 60px !important; }

  .pt-lg-65 {
    padding-top: 65px !important; }

  .pt-lg-70 {
    padding-top: 70px !important; }

  .pt-lg-75 {
    padding-top: 75px !important; }

  .pt-lg-80 {
    padding-top: 80px !important; }

  .pt-lg-85 {
    padding-top: 85px !important; }

  .pt-lg-90 {
    padding-top: 90px !important; }

  .pt-lg-95 {
    padding-top: 95px !important; }

  .pt-lg-100 {
    padding-top: 100px !important; }

  .pt-lg-105 {
    padding-top: 105px !important; }

  .pt-lg-110 {
    padding-top: 110px !important; }

  .pt-lg-115 {
    padding-top: 115px !important; }

  .pt-lg-120 {
    padding-top: 120px !important; }

  .pt-lg-125 {
    padding-top: 125px !important; }

  .pt-lg-130 {
    padding-top: 130px !important; }

  .pt-lg-135 {
    padding-top: 135px !important; }

  .pt-lg-140 {
    padding-top: 140px !important; }

  .pt-lg-145 {
    padding-top: 145px !important; }

  .pt-lg-150 {
    padding-top: 150px !important; }

  .pt-lg-155 {
    padding-top: 155px !important; }

  .pt-lg-160 {
    padding-top: 160px !important; }

  .pt-lg-165 {
    padding-top: 165px !important; }

  .pt-lg-170 {
    padding-top: 170px !important; }

  .pt-lg-175 {
    padding-top: 175px !important; }

  .pt-lg-180 {
    padding-top: 180px !important; }

  .pt-lg-185 {
    padding-top: 185px !important; }

  .pt-lg-190 {
    padding-top: 190px !important; }

  .pt-lg-195 {
    padding-top: 195px !important; }

  .pt-lg-200 {
    padding-top: 200px !important; }

  .pb-lg-0 {
    padding-bottom: 0px !important; }

  .pb-lg-5 {
    padding-bottom: 5px !important; }

  .pb-lg-10 {
    padding-bottom: 10px !important; }

  .pb-lg-15 {
    padding-bottom: 15px !important; }

  .pb-lg-20 {
    padding-bottom: 20px !important; }

  .pb-lg-25 {
    padding-bottom: 25px !important; }

  .pb-lg-30 {
    padding-bottom: 30px !important; }

  .pb-lg-35 {
    padding-bottom: 35px !important; }

  .pb-lg-40 {
    padding-bottom: 40px !important; }

  .pb-lg-45 {
    padding-bottom: 45px !important; }

  .pb-lg-50 {
    padding-bottom: 50px !important; }

  .pb-lg-55 {
    padding-bottom: 55px !important; }

  .pb-lg-60 {
    padding-bottom: 60px !important; }

  .pb-lg-65 {
    padding-bottom: 65px !important; }

  .pb-lg-70 {
    padding-bottom: 70px !important; }

  .pb-lg-75 {
    padding-bottom: 75px !important; }

  .pb-lg-80 {
    padding-bottom: 80px !important; }

  .pb-lg-85 {
    padding-bottom: 85px !important; }

  .pb-lg-90 {
    padding-bottom: 90px !important; }

  .pb-lg-95 {
    padding-bottom: 95px !important; }

  .pb-lg-100 {
    padding-bottom: 100px !important; }

  .pb-lg-105 {
    padding-bottom: 105px !important; }

  .pb-lg-110 {
    padding-bottom: 110px !important; }

  .pb-lg-115 {
    padding-bottom: 115px !important; }

  .pb-lg-120 {
    padding-bottom: 120px !important; }

  .pb-lg-125 {
    padding-bottom: 125px !important; }

  .pb-lg-130 {
    padding-bottom: 130px !important; }

  .pb-lg-135 {
    padding-bottom: 135px !important; }

  .pb-lg-140 {
    padding-bottom: 140px !important; }

  .pb-lg-145 {
    padding-bottom: 145px !important; }

  .pb-lg-150 {
    padding-bottom: 150px !important; }

  .pb-lg-155 {
    padding-bottom: 155px !important; }

  .pb-lg-160 {
    padding-bottom: 160px !important; }

  .pb-lg-165 {
    padding-bottom: 165px !important; }

  .pb-lg-170 {
    padding-bottom: 170px !important; }

  .pb-lg-175 {
    padding-bottom: 175px !important; }

  .pb-lg-180 {
    padding-bottom: 180px !important; }

  .pb-lg-185 {
    padding-bottom: 185px !important; }

  .pb-lg-190 {
    padding-bottom: 190px !important; }

  .pb-lg-195 {
    padding-bottom: 195px !important; }

  .pb-lg-200 {
    padding-bottom: 200px !important; }

  .ps-lg-0 {
    padding-left: 0px !important; }

  .ps-lg-5 {
    padding-left: 5px !important; }

  .ps-lg-10 {
    padding-left: 10px !important; }

  .ps-lg-15 {
    padding-left: 15px !important; }

  .ps-lg-20 {
    padding-left: 20px !important; }

  .ps-lg-25 {
    padding-left: 25px !important; }

  .ps-lg-30 {
    padding-left: 30px !important; }

  .ps-lg-35 {
    padding-left: 35px !important; }

  .ps-lg-40 {
    padding-left: 40px !important; }

  .ps-lg-45 {
    padding-left: 45px !important; }

  .ps-lg-50 {
    padding-left: 50px !important; }

  .ps-lg-55 {
    padding-left: 55px !important; }

  .ps-lg-60 {
    padding-left: 60px !important; }

  .ps-lg-65 {
    padding-left: 65px !important; }

  .ps-lg-70 {
    padding-left: 70px !important; }

  .ps-lg-75 {
    padding-left: 75px !important; }

  .ps-lg-80 {
    padding-left: 80px !important; }

  .ps-lg-85 {
    padding-left: 85px !important; }

  .ps-lg-90 {
    padding-left: 90px !important; }

  .ps-lg-95 {
    padding-left: 95px !important; }

  .ps-lg-100 {
    padding-left: 100px !important; }

  .ps-lg-105 {
    padding-left: 105px !important; }

  .ps-lg-110 {
    padding-left: 110px !important; }

  .ps-lg-115 {
    padding-left: 115px !important; }

  .ps-lg-120 {
    padding-left: 120px !important; }

  .ps-lg-125 {
    padding-left: 125px !important; }

  .ps-lg-130 {
    padding-left: 130px !important; }

  .ps-lg-135 {
    padding-left: 135px !important; }

  .ps-lg-140 {
    padding-left: 140px !important; }

  .ps-lg-145 {
    padding-left: 145px !important; }

  .ps-lg-150 {
    padding-left: 150px !important; }

  .ps-lg-155 {
    padding-left: 155px !important; }

  .ps-lg-160 {
    padding-left: 160px !important; }

  .ps-lg-165 {
    padding-left: 165px !important; }

  .ps-lg-170 {
    padding-left: 170px !important; }

  .ps-lg-175 {
    padding-left: 175px !important; }

  .ps-lg-180 {
    padding-left: 180px !important; }

  .ps-lg-185 {
    padding-left: 185px !important; }

  .ps-lg-190 {
    padding-left: 190px !important; }

  .ps-lg-195 {
    padding-left: 195px !important; }

  .ps-lg-200 {
    padding-left: 200px !important; }

  .pe-lg-0 {
    padding-right: 0px !important; }

  .pe-lg-5 {
    padding-right: 5px !important; }

  .pe-lg-10 {
    padding-right: 10px !important; }

  .pe-lg-15 {
    padding-right: 15px !important; }

  .pe-lg-20 {
    padding-right: 20px !important; }

  .pe-lg-25 {
    padding-right: 25px !important; }

  .pe-lg-30 {
    padding-right: 30px !important; }

  .pe-lg-35 {
    padding-right: 35px !important; }

  .pe-lg-40 {
    padding-right: 40px !important; }

  .pe-lg-45 {
    padding-right: 45px !important; }

  .pe-lg-50 {
    padding-right: 50px !important; }

  .pe-lg-55 {
    padding-right: 55px !important; }

  .pe-lg-60 {
    padding-right: 60px !important; }

  .pe-lg-65 {
    padding-right: 65px !important; }

  .pe-lg-70 {
    padding-right: 70px !important; }

  .pe-lg-75 {
    padding-right: 75px !important; }

  .pe-lg-80 {
    padding-right: 80px !important; }

  .pe-lg-85 {
    padding-right: 85px !important; }

  .pe-lg-90 {
    padding-right: 90px !important; }

  .pe-lg-95 {
    padding-right: 95px !important; }

  .pe-lg-100 {
    padding-right: 100px !important; }

  .pe-lg-105 {
    padding-right: 105px !important; }

  .pe-lg-110 {
    padding-right: 110px !important; }

  .pe-lg-115 {
    padding-right: 115px !important; }

  .pe-lg-120 {
    padding-right: 120px !important; }

  .pe-lg-125 {
    padding-right: 125px !important; }

  .pe-lg-130 {
    padding-right: 130px !important; }

  .pe-lg-135 {
    padding-right: 135px !important; }

  .pe-lg-140 {
    padding-right: 140px !important; }

  .pe-lg-145 {
    padding-right: 145px !important; }

  .pe-lg-150 {
    padding-right: 150px !important; }

  .pe-lg-155 {
    padding-right: 155px !important; }

  .pe-lg-160 {
    padding-right: 160px !important; }

  .pe-lg-165 {
    padding-right: 165px !important; }

  .pe-lg-170 {
    padding-right: 170px !important; }

  .pe-lg-175 {
    padding-right: 175px !important; }

  .pe-lg-180 {
    padding-right: 180px !important; }

  .pe-lg-185 {
    padding-right: 185px !important; }

  .pe-lg-190 {
    padding-right: 190px !important; }

  .pe-lg-195 {
    padding-right: 195px !important; }

  .pe-lg-200 {
    padding-right: 200px !important; }

  .px-lg-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .px-lg-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }

  .px-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .px-lg-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .px-lg-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .px-lg-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; }

  .px-lg-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  .px-lg-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; }

  .px-lg-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .px-lg-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }

  .px-lg-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; }

  .px-lg-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; }

  .px-lg-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; }

  .px-lg-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; }

  .px-lg-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; }

  .px-lg-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; }

  .px-lg-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; }

  .px-lg-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; }

  .px-lg-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; }

  .px-lg-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; }

  .px-lg-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; }

  .px-lg-105 {
    padding-left: 105px !important;
    padding-right: 105px !important; }

  .px-lg-110 {
    padding-left: 110px !important;
    padding-right: 110px !important; }

  .px-lg-115 {
    padding-left: 115px !important;
    padding-right: 115px !important; }

  .px-lg-120 {
    padding-left: 120px !important;
    padding-right: 120px !important; }

  .px-lg-125 {
    padding-left: 125px !important;
    padding-right: 125px !important; }

  .px-lg-130 {
    padding-left: 130px !important;
    padding-right: 130px !important; }

  .px-lg-135 {
    padding-left: 135px !important;
    padding-right: 135px !important; }

  .px-lg-140 {
    padding-left: 140px !important;
    padding-right: 140px !important; }

  .px-lg-145 {
    padding-left: 145px !important;
    padding-right: 145px !important; }

  .px-lg-150 {
    padding-left: 150px !important;
    padding-right: 150px !important; }

  .px-lg-155 {
    padding-left: 155px !important;
    padding-right: 155px !important; }

  .px-lg-160 {
    padding-left: 160px !important;
    padding-right: 160px !important; }

  .px-lg-165 {
    padding-left: 165px !important;
    padding-right: 165px !important; }

  .px-lg-170 {
    padding-left: 170px !important;
    padding-right: 170px !important; }

  .px-lg-175 {
    padding-left: 175px !important;
    padding-right: 175px !important; }

  .px-lg-180 {
    padding-left: 180px !important;
    padding-right: 180px !important; }

  .px-lg-185 {
    padding-left: 185px !important;
    padding-right: 185px !important; }

  .px-lg-190 {
    padding-left: 190px !important;
    padding-right: 190px !important; }

  .px-lg-195 {
    padding-left: 195px !important;
    padding-right: 195px !important; }

  .px-lg-200 {
    padding-left: 200px !important;
    padding-right: 200px !important; }

  .py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

  .py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }

  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }

  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }

  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .py-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }

  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .py-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }

  .py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }

  .py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }

  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }

  .py-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }

  .py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }

  .py-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }

  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }

  .py-lg-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }

  .py-lg-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }

  .py-lg-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }

  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }

  .py-lg-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }

  .py-lg-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }

  .py-lg-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }

  .py-lg-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }

  .py-lg-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }

  .py-lg-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }

  .py-lg-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important; }

  .py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }

  .py-lg-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important; }

  .py-lg-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }

  .py-lg-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important; }

  .py-lg-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }

  .py-lg-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important; }

  .py-lg-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }

  .py-lg-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important; }

  .py-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; } }
@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0px !important; }

  .p-xl-5 {
    padding: 5px !important; }

  .p-xl-10 {
    padding: 10px !important; }

  .p-xl-15 {
    padding: 15px !important; }

  .p-xl-20 {
    padding: 20px !important; }

  .p-xl-25 {
    padding: 25px !important; }

  .p-xl-30 {
    padding: 30px !important; }

  .p-xl-35 {
    padding: 35px !important; }

  .p-xl-40 {
    padding: 40px !important; }

  .p-xl-45 {
    padding: 45px !important; }

  .p-xl-50 {
    padding: 50px !important; }

  .p-xl-55 {
    padding: 55px !important; }

  .p-xl-60 {
    padding: 60px !important; }

  .p-xl-65 {
    padding: 65px !important; }

  .p-xl-70 {
    padding: 70px !important; }

  .p-xl-75 {
    padding: 75px !important; }

  .p-xl-80 {
    padding: 80px !important; }

  .p-xl-85 {
    padding: 85px !important; }

  .p-xl-90 {
    padding: 90px !important; }

  .p-xl-95 {
    padding: 95px !important; }

  .p-xl-100 {
    padding: 100px !important; }

  .p-xl-105 {
    padding: 105px !important; }

  .p-xl-110 {
    padding: 110px !important; }

  .p-xl-115 {
    padding: 115px !important; }

  .p-xl-120 {
    padding: 120px !important; }

  .p-xl-125 {
    padding: 125px !important; }

  .p-xl-130 {
    padding: 130px !important; }

  .p-xl-135 {
    padding: 135px !important; }

  .p-xl-140 {
    padding: 140px !important; }

  .p-xl-145 {
    padding: 145px !important; }

  .p-xl-150 {
    padding: 150px !important; }

  .p-xl-155 {
    padding: 155px !important; }

  .p-xl-160 {
    padding: 160px !important; }

  .p-xl-165 {
    padding: 165px !important; }

  .p-xl-170 {
    padding: 170px !important; }

  .p-xl-175 {
    padding: 175px !important; }

  .p-xl-180 {
    padding: 180px !important; }

  .p-xl-185 {
    padding: 185px !important; }

  .p-xl-190 {
    padding: 190px !important; }

  .p-xl-195 {
    padding: 195px !important; }

  .p-xl-200 {
    padding: 200px !important; }

  .pt-xl-0 {
    padding-top: 0px !important; }

  .pt-xl-5 {
    padding-top: 5px !important; }

  .pt-xl-10 {
    padding-top: 10px !important; }

  .pt-xl-15 {
    padding-top: 15px !important; }

  .pt-xl-20 {
    padding-top: 20px !important; }

  .pt-xl-25 {
    padding-top: 25px !important; }

  .pt-xl-30 {
    padding-top: 30px !important; }

  .pt-xl-35 {
    padding-top: 35px !important; }

  .pt-xl-40 {
    padding-top: 40px !important; }

  .pt-xl-45 {
    padding-top: 45px !important; }

  .pt-xl-50 {
    padding-top: 50px !important; }

  .pt-xl-55 {
    padding-top: 55px !important; }

  .pt-xl-60 {
    padding-top: 60px !important; }

  .pt-xl-65 {
    padding-top: 65px !important; }

  .pt-xl-70 {
    padding-top: 70px !important; }

  .pt-xl-75 {
    padding-top: 75px !important; }

  .pt-xl-80 {
    padding-top: 80px !important; }

  .pt-xl-85 {
    padding-top: 85px !important; }

  .pt-xl-90 {
    padding-top: 90px !important; }

  .pt-xl-95 {
    padding-top: 95px !important; }

  .pt-xl-100 {
    padding-top: 100px !important; }

  .pt-xl-105 {
    padding-top: 105px !important; }

  .pt-xl-110 {
    padding-top: 110px !important; }

  .pt-xl-115 {
    padding-top: 115px !important; }

  .pt-xl-120 {
    padding-top: 120px !important; }

  .pt-xl-125 {
    padding-top: 125px !important; }

  .pt-xl-130 {
    padding-top: 130px !important; }

  .pt-xl-135 {
    padding-top: 135px !important; }

  .pt-xl-140 {
    padding-top: 140px !important; }

  .pt-xl-145 {
    padding-top: 145px !important; }

  .pt-xl-150 {
    padding-top: 150px !important; }

  .pt-xl-155 {
    padding-top: 155px !important; }

  .pt-xl-160 {
    padding-top: 160px !important; }

  .pt-xl-165 {
    padding-top: 165px !important; }

  .pt-xl-170 {
    padding-top: 170px !important; }

  .pt-xl-175 {
    padding-top: 175px !important; }

  .pt-xl-180 {
    padding-top: 180px !important; }

  .pt-xl-185 {
    padding-top: 185px !important; }

  .pt-xl-190 {
    padding-top: 190px !important; }

  .pt-xl-195 {
    padding-top: 195px !important; }

  .pt-xl-200 {
    padding-top: 200px !important; }

  .pb-xl-0 {
    padding-bottom: 0px !important; }

  .pb-xl-5 {
    padding-bottom: 5px !important; }

  .pb-xl-10 {
    padding-bottom: 10px !important; }

  .pb-xl-15 {
    padding-bottom: 15px !important; }

  .pb-xl-20 {
    padding-bottom: 20px !important; }

  .pb-xl-25 {
    padding-bottom: 25px !important; }

  .pb-xl-30 {
    padding-bottom: 30px !important; }

  .pb-xl-35 {
    padding-bottom: 35px !important; }

  .pb-xl-40 {
    padding-bottom: 40px !important; }

  .pb-xl-45 {
    padding-bottom: 45px !important; }

  .pb-xl-50 {
    padding-bottom: 50px !important; }

  .pb-xl-55 {
    padding-bottom: 55px !important; }

  .pb-xl-60 {
    padding-bottom: 60px !important; }

  .pb-xl-65 {
    padding-bottom: 65px !important; }

  .pb-xl-70 {
    padding-bottom: 70px !important; }

  .pb-xl-75 {
    padding-bottom: 75px !important; }

  .pb-xl-80 {
    padding-bottom: 80px !important; }

  .pb-xl-85 {
    padding-bottom: 85px !important; }

  .pb-xl-90 {
    padding-bottom: 90px !important; }

  .pb-xl-95 {
    padding-bottom: 95px !important; }

  .pb-xl-100 {
    padding-bottom: 100px !important; }

  .pb-xl-105 {
    padding-bottom: 105px !important; }

  .pb-xl-110 {
    padding-bottom: 110px !important; }

  .pb-xl-115 {
    padding-bottom: 115px !important; }

  .pb-xl-120 {
    padding-bottom: 120px !important; }

  .pb-xl-125 {
    padding-bottom: 125px !important; }

  .pb-xl-130 {
    padding-bottom: 130px !important; }

  .pb-xl-135 {
    padding-bottom: 135px !important; }

  .pb-xl-140 {
    padding-bottom: 140px !important; }

  .pb-xl-145 {
    padding-bottom: 145px !important; }

  .pb-xl-150 {
    padding-bottom: 150px !important; }

  .pb-xl-155 {
    padding-bottom: 155px !important; }

  .pb-xl-160 {
    padding-bottom: 160px !important; }

  .pb-xl-165 {
    padding-bottom: 165px !important; }

  .pb-xl-170 {
    padding-bottom: 170px !important; }

  .pb-xl-175 {
    padding-bottom: 175px !important; }

  .pb-xl-180 {
    padding-bottom: 180px !important; }

  .pb-xl-185 {
    padding-bottom: 185px !important; }

  .pb-xl-190 {
    padding-bottom: 190px !important; }

  .pb-xl-195 {
    padding-bottom: 195px !important; }

  .pb-xl-200 {
    padding-bottom: 200px !important; }

  .ps-xl-0 {
    padding-left: 0px !important; }

  .ps-xl-5 {
    padding-left: 5px !important; }

  .ps-xl-10 {
    padding-left: 10px !important; }

  .ps-xl-15 {
    padding-left: 15px !important; }

  .ps-xl-20 {
    padding-left: 20px !important; }

  .ps-xl-25 {
    padding-left: 25px !important; }

  .ps-xl-30 {
    padding-left: 30px !important; }

  .ps-xl-35 {
    padding-left: 35px !important; }

  .ps-xl-40 {
    padding-left: 40px !important; }

  .ps-xl-45 {
    padding-left: 45px !important; }

  .ps-xl-50 {
    padding-left: 50px !important; }

  .ps-xl-55 {
    padding-left: 55px !important; }

  .ps-xl-60 {
    padding-left: 60px !important; }

  .ps-xl-65 {
    padding-left: 65px !important; }

  .ps-xl-70 {
    padding-left: 70px !important; }

  .ps-xl-75 {
    padding-left: 75px !important; }

  .ps-xl-80 {
    padding-left: 80px !important; }

  .ps-xl-85 {
    padding-left: 85px !important; }

  .ps-xl-90 {
    padding-left: 90px !important; }

  .ps-xl-95 {
    padding-left: 95px !important; }

  .ps-xl-100 {
    padding-left: 100px !important; }

  .ps-xl-105 {
    padding-left: 105px !important; }

  .ps-xl-110 {
    padding-left: 110px !important; }

  .ps-xl-115 {
    padding-left: 115px !important; }

  .ps-xl-120 {
    padding-left: 120px !important; }

  .ps-xl-125 {
    padding-left: 125px !important; }

  .ps-xl-130 {
    padding-left: 130px !important; }

  .ps-xl-135 {
    padding-left: 135px !important; }

  .ps-xl-140 {
    padding-left: 140px !important; }

  .ps-xl-145 {
    padding-left: 145px !important; }

  .ps-xl-150 {
    padding-left: 150px !important; }

  .ps-xl-155 {
    padding-left: 155px !important; }

  .ps-xl-160 {
    padding-left: 160px !important; }

  .ps-xl-165 {
    padding-left: 165px !important; }

  .ps-xl-170 {
    padding-left: 170px !important; }

  .ps-xl-175 {
    padding-left: 175px !important; }

  .ps-xl-180 {
    padding-left: 180px !important; }

  .ps-xl-185 {
    padding-left: 185px !important; }

  .ps-xl-190 {
    padding-left: 190px !important; }

  .ps-xl-195 {
    padding-left: 195px !important; }

  .ps-xl-200 {
    padding-left: 200px !important; }

  .pe-xl-0 {
    padding-right: 0px !important; }

  .pe-xl-5 {
    padding-right: 5px !important; }

  .pe-xl-10 {
    padding-right: 10px !important; }

  .pe-xl-15 {
    padding-right: 15px !important; }

  .pe-xl-20 {
    padding-right: 20px !important; }

  .pe-xl-25 {
    padding-right: 25px !important; }

  .pe-xl-30 {
    padding-right: 30px !important; }

  .pe-xl-35 {
    padding-right: 35px !important; }

  .pe-xl-40 {
    padding-right: 40px !important; }

  .pe-xl-45 {
    padding-right: 45px !important; }

  .pe-xl-50 {
    padding-right: 50px !important; }

  .pe-xl-55 {
    padding-right: 55px !important; }

  .pe-xl-60 {
    padding-right: 60px !important; }

  .pe-xl-65 {
    padding-right: 65px !important; }

  .pe-xl-70 {
    padding-right: 70px !important; }

  .pe-xl-75 {
    padding-right: 75px !important; }

  .pe-xl-80 {
    padding-right: 80px !important; }

  .pe-xl-85 {
    padding-right: 85px !important; }

  .pe-xl-90 {
    padding-right: 90px !important; }

  .pe-xl-95 {
    padding-right: 95px !important; }

  .pe-xl-100 {
    padding-right: 100px !important; }

  .pe-xl-105 {
    padding-right: 105px !important; }

  .pe-xl-110 {
    padding-right: 110px !important; }

  .pe-xl-115 {
    padding-right: 115px !important; }

  .pe-xl-120 {
    padding-right: 120px !important; }

  .pe-xl-125 {
    padding-right: 125px !important; }

  .pe-xl-130 {
    padding-right: 130px !important; }

  .pe-xl-135 {
    padding-right: 135px !important; }

  .pe-xl-140 {
    padding-right: 140px !important; }

  .pe-xl-145 {
    padding-right: 145px !important; }

  .pe-xl-150 {
    padding-right: 150px !important; }

  .pe-xl-155 {
    padding-right: 155px !important; }

  .pe-xl-160 {
    padding-right: 160px !important; }

  .pe-xl-165 {
    padding-right: 165px !important; }

  .pe-xl-170 {
    padding-right: 170px !important; }

  .pe-xl-175 {
    padding-right: 175px !important; }

  .pe-xl-180 {
    padding-right: 180px !important; }

  .pe-xl-185 {
    padding-right: 185px !important; }

  .pe-xl-190 {
    padding-right: 190px !important; }

  .pe-xl-195 {
    padding-right: 195px !important; }

  .pe-xl-200 {
    padding-right: 200px !important; }

  .px-xl-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .px-xl-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }

  .px-xl-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .px-xl-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .px-xl-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .px-xl-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; }

  .px-xl-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  .px-xl-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; }

  .px-xl-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .px-xl-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }

  .px-xl-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; }

  .px-xl-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; }

  .px-xl-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; }

  .px-xl-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; }

  .px-xl-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; }

  .px-xl-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; }

  .px-xl-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; }

  .px-xl-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; }

  .px-xl-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; }

  .px-xl-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; }

  .px-xl-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; }

  .px-xl-105 {
    padding-left: 105px !important;
    padding-right: 105px !important; }

  .px-xl-110 {
    padding-left: 110px !important;
    padding-right: 110px !important; }

  .px-xl-115 {
    padding-left: 115px !important;
    padding-right: 115px !important; }

  .px-xl-120 {
    padding-left: 120px !important;
    padding-right: 120px !important; }

  .px-xl-125 {
    padding-left: 125px !important;
    padding-right: 125px !important; }

  .px-xl-130 {
    padding-left: 130px !important;
    padding-right: 130px !important; }

  .px-xl-135 {
    padding-left: 135px !important;
    padding-right: 135px !important; }

  .px-xl-140 {
    padding-left: 140px !important;
    padding-right: 140px !important; }

  .px-xl-145 {
    padding-left: 145px !important;
    padding-right: 145px !important; }

  .px-xl-150 {
    padding-left: 150px !important;
    padding-right: 150px !important; }

  .px-xl-155 {
    padding-left: 155px !important;
    padding-right: 155px !important; }

  .px-xl-160 {
    padding-left: 160px !important;
    padding-right: 160px !important; }

  .px-xl-165 {
    padding-left: 165px !important;
    padding-right: 165px !important; }

  .px-xl-170 {
    padding-left: 170px !important;
    padding-right: 170px !important; }

  .px-xl-175 {
    padding-left: 175px !important;
    padding-right: 175px !important; }

  .px-xl-180 {
    padding-left: 180px !important;
    padding-right: 180px !important; }

  .px-xl-185 {
    padding-left: 185px !important;
    padding-right: 185px !important; }

  .px-xl-190 {
    padding-left: 190px !important;
    padding-right: 190px !important; }

  .px-xl-195 {
    padding-left: 195px !important;
    padding-right: 195px !important; }

  .px-xl-200 {
    padding-left: 200px !important;
    padding-right: 200px !important; }

  .py-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

  .py-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }

  .py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .py-xl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }

  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .py-xl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }

  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .py-xl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }

  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .py-xl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }

  .py-xl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }

  .py-xl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }

  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }

  .py-xl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }

  .py-xl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }

  .py-xl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }

  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }

  .py-xl-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }

  .py-xl-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }

  .py-xl-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }

  .py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }

  .py-xl-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }

  .py-xl-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }

  .py-xl-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }

  .py-xl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }

  .py-xl-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }

  .py-xl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }

  .py-xl-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important; }

  .py-xl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }

  .py-xl-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important; }

  .py-xl-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }

  .py-xl-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important; }

  .py-xl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }

  .py-xl-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important; }

  .py-xl-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }

  .py-xl-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important; }

  .py-xl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; } }
@media (min-width: 1440px) {
  .p-xxl-0 {
    padding: 0px !important; }

  .p-xxl-5 {
    padding: 5px !important; }

  .p-xxl-10 {
    padding: 10px !important; }

  .p-xxl-15 {
    padding: 15px !important; }

  .p-xxl-20 {
    padding: 20px !important; }

  .p-xxl-25 {
    padding: 25px !important; }

  .p-xxl-30 {
    padding: 30px !important; }

  .p-xxl-35 {
    padding: 35px !important; }

  .p-xxl-40 {
    padding: 40px !important; }

  .p-xxl-45 {
    padding: 45px !important; }

  .p-xxl-50 {
    padding: 50px !important; }

  .p-xxl-55 {
    padding: 55px !important; }

  .p-xxl-60 {
    padding: 60px !important; }

  .p-xxl-65 {
    padding: 65px !important; }

  .p-xxl-70 {
    padding: 70px !important; }

  .p-xxl-75 {
    padding: 75px !important; }

  .p-xxl-80 {
    padding: 80px !important; }

  .p-xxl-85 {
    padding: 85px !important; }

  .p-xxl-90 {
    padding: 90px !important; }

  .p-xxl-95 {
    padding: 95px !important; }

  .p-xxl-100 {
    padding: 100px !important; }

  .p-xxl-105 {
    padding: 105px !important; }

  .p-xxl-110 {
    padding: 110px !important; }

  .p-xxl-115 {
    padding: 115px !important; }

  .p-xxl-120 {
    padding: 120px !important; }

  .p-xxl-125 {
    padding: 125px !important; }

  .p-xxl-130 {
    padding: 130px !important; }

  .p-xxl-135 {
    padding: 135px !important; }

  .p-xxl-140 {
    padding: 140px !important; }

  .p-xxl-145 {
    padding: 145px !important; }

  .p-xxl-150 {
    padding: 150px !important; }

  .p-xxl-155 {
    padding: 155px !important; }

  .p-xxl-160 {
    padding: 160px !important; }

  .p-xxl-165 {
    padding: 165px !important; }

  .p-xxl-170 {
    padding: 170px !important; }

  .p-xxl-175 {
    padding: 175px !important; }

  .p-xxl-180 {
    padding: 180px !important; }

  .p-xxl-185 {
    padding: 185px !important; }

  .p-xxl-190 {
    padding: 190px !important; }

  .p-xxl-195 {
    padding: 195px !important; }

  .p-xxl-200 {
    padding: 200px !important; }

  .pt-xxl-0 {
    padding-top: 0px !important; }

  .pt-xxl-5 {
    padding-top: 5px !important; }

  .pt-xxl-10 {
    padding-top: 10px !important; }

  .pt-xxl-15 {
    padding-top: 15px !important; }

  .pt-xxl-20 {
    padding-top: 20px !important; }

  .pt-xxl-25 {
    padding-top: 25px !important; }

  .pt-xxl-30 {
    padding-top: 30px !important; }

  .pt-xxl-35 {
    padding-top: 35px !important; }

  .pt-xxl-40 {
    padding-top: 40px !important; }

  .pt-xxl-45 {
    padding-top: 45px !important; }

  .pt-xxl-50 {
    padding-top: 50px !important; }

  .pt-xxl-55 {
    padding-top: 55px !important; }

  .pt-xxl-60 {
    padding-top: 60px !important; }

  .pt-xxl-65 {
    padding-top: 65px !important; }

  .pt-xxl-70 {
    padding-top: 70px !important; }

  .pt-xxl-75 {
    padding-top: 75px !important; }

  .pt-xxl-80 {
    padding-top: 80px !important; }

  .pt-xxl-85 {
    padding-top: 85px !important; }

  .pt-xxl-90 {
    padding-top: 90px !important; }

  .pt-xxl-95 {
    padding-top: 95px !important; }

  .pt-xxl-100 {
    padding-top: 100px !important; }

  .pt-xxl-105 {
    padding-top: 105px !important; }

  .pt-xxl-110 {
    padding-top: 110px !important; }

  .pt-xxl-115 {
    padding-top: 115px !important; }

  .pt-xxl-120 {
    padding-top: 120px !important; }

  .pt-xxl-125 {
    padding-top: 125px !important; }

  .pt-xxl-130 {
    padding-top: 130px !important; }

  .pt-xxl-135 {
    padding-top: 135px !important; }

  .pt-xxl-140 {
    padding-top: 140px !important; }

  .pt-xxl-145 {
    padding-top: 145px !important; }

  .pt-xxl-150 {
    padding-top: 150px !important; }

  .pt-xxl-155 {
    padding-top: 155px !important; }

  .pt-xxl-160 {
    padding-top: 160px !important; }

  .pt-xxl-165 {
    padding-top: 165px !important; }

  .pt-xxl-170 {
    padding-top: 170px !important; }

  .pt-xxl-175 {
    padding-top: 175px !important; }

  .pt-xxl-180 {
    padding-top: 180px !important; }

  .pt-xxl-185 {
    padding-top: 185px !important; }

  .pt-xxl-190 {
    padding-top: 190px !important; }

  .pt-xxl-195 {
    padding-top: 195px !important; }

  .pt-xxl-200 {
    padding-top: 200px !important; }

  .pb-xxl-0 {
    padding-bottom: 0px !important; }

  .pb-xxl-5 {
    padding-bottom: 5px !important; }

  .pb-xxl-10 {
    padding-bottom: 10px !important; }

  .pb-xxl-15 {
    padding-bottom: 15px !important; }

  .pb-xxl-20 {
    padding-bottom: 20px !important; }

  .pb-xxl-25 {
    padding-bottom: 25px !important; }

  .pb-xxl-30 {
    padding-bottom: 30px !important; }

  .pb-xxl-35 {
    padding-bottom: 35px !important; }

  .pb-xxl-40 {
    padding-bottom: 40px !important; }

  .pb-xxl-45 {
    padding-bottom: 45px !important; }

  .pb-xxl-50 {
    padding-bottom: 50px !important; }

  .pb-xxl-55 {
    padding-bottom: 55px !important; }

  .pb-xxl-60 {
    padding-bottom: 60px !important; }

  .pb-xxl-65 {
    padding-bottom: 65px !important; }

  .pb-xxl-70 {
    padding-bottom: 70px !important; }

  .pb-xxl-75 {
    padding-bottom: 75px !important; }

  .pb-xxl-80 {
    padding-bottom: 80px !important; }

  .pb-xxl-85 {
    padding-bottom: 85px !important; }

  .pb-xxl-90 {
    padding-bottom: 90px !important; }

  .pb-xxl-95 {
    padding-bottom: 95px !important; }

  .pb-xxl-100 {
    padding-bottom: 100px !important; }

  .pb-xxl-105 {
    padding-bottom: 105px !important; }

  .pb-xxl-110 {
    padding-bottom: 110px !important; }

  .pb-xxl-115 {
    padding-bottom: 115px !important; }

  .pb-xxl-120 {
    padding-bottom: 120px !important; }

  .pb-xxl-125 {
    padding-bottom: 125px !important; }

  .pb-xxl-130 {
    padding-bottom: 130px !important; }

  .pb-xxl-135 {
    padding-bottom: 135px !important; }

  .pb-xxl-140 {
    padding-bottom: 140px !important; }

  .pb-xxl-145 {
    padding-bottom: 145px !important; }

  .pb-xxl-150 {
    padding-bottom: 150px !important; }

  .pb-xxl-155 {
    padding-bottom: 155px !important; }

  .pb-xxl-160 {
    padding-bottom: 160px !important; }

  .pb-xxl-165 {
    padding-bottom: 165px !important; }

  .pb-xxl-170 {
    padding-bottom: 170px !important; }

  .pb-xxl-175 {
    padding-bottom: 175px !important; }

  .pb-xxl-180 {
    padding-bottom: 180px !important; }

  .pb-xxl-185 {
    padding-bottom: 185px !important; }

  .pb-xxl-190 {
    padding-bottom: 190px !important; }

  .pb-xxl-195 {
    padding-bottom: 195px !important; }

  .pb-xxl-200 {
    padding-bottom: 200px !important; }

  .ps-xxl-0 {
    padding-left: 0px !important; }

  .ps-xxl-5 {
    padding-left: 5px !important; }

  .ps-xxl-10 {
    padding-left: 10px !important; }

  .ps-xxl-15 {
    padding-left: 15px !important; }

  .ps-xxl-20 {
    padding-left: 20px !important; }

  .ps-xxl-25 {
    padding-left: 25px !important; }

  .ps-xxl-30 {
    padding-left: 30px !important; }

  .ps-xxl-35 {
    padding-left: 35px !important; }

  .ps-xxl-40 {
    padding-left: 40px !important; }

  .ps-xxl-45 {
    padding-left: 45px !important; }

  .ps-xxl-50 {
    padding-left: 50px !important; }

  .ps-xxl-55 {
    padding-left: 55px !important; }

  .ps-xxl-60 {
    padding-left: 60px !important; }

  .ps-xxl-65 {
    padding-left: 65px !important; }

  .ps-xxl-70 {
    padding-left: 70px !important; }

  .ps-xxl-75 {
    padding-left: 75px !important; }

  .ps-xxl-80 {
    padding-left: 80px !important; }

  .ps-xxl-85 {
    padding-left: 85px !important; }

  .ps-xxl-90 {
    padding-left: 90px !important; }

  .ps-xxl-95 {
    padding-left: 95px !important; }

  .ps-xxl-100 {
    padding-left: 100px !important; }

  .ps-xxl-105 {
    padding-left: 105px !important; }

  .ps-xxl-110 {
    padding-left: 110px !important; }

  .ps-xxl-115 {
    padding-left: 115px !important; }

  .ps-xxl-120 {
    padding-left: 120px !important; }

  .ps-xxl-125 {
    padding-left: 125px !important; }

  .ps-xxl-130 {
    padding-left: 130px !important; }

  .ps-xxl-135 {
    padding-left: 135px !important; }

  .ps-xxl-140 {
    padding-left: 140px !important; }

  .ps-xxl-145 {
    padding-left: 145px !important; }

  .ps-xxl-150 {
    padding-left: 150px !important; }

  .ps-xxl-155 {
    padding-left: 155px !important; }

  .ps-xxl-160 {
    padding-left: 160px !important; }

  .ps-xxl-165 {
    padding-left: 165px !important; }

  .ps-xxl-170 {
    padding-left: 170px !important; }

  .ps-xxl-175 {
    padding-left: 175px !important; }

  .ps-xxl-180 {
    padding-left: 180px !important; }

  .ps-xxl-185 {
    padding-left: 185px !important; }

  .ps-xxl-190 {
    padding-left: 190px !important; }

  .ps-xxl-195 {
    padding-left: 195px !important; }

  .ps-xxl-200 {
    padding-left: 200px !important; }

  .pe-xxl-0 {
    padding-right: 0px !important; }

  .pe-xxl-5 {
    padding-right: 5px !important; }

  .pe-xxl-10 {
    padding-right: 10px !important; }

  .pe-xxl-15 {
    padding-right: 15px !important; }

  .pe-xxl-20 {
    padding-right: 20px !important; }

  .pe-xxl-25 {
    padding-right: 25px !important; }

  .pe-xxl-30 {
    padding-right: 30px !important; }

  .pe-xxl-35 {
    padding-right: 35px !important; }

  .pe-xxl-40 {
    padding-right: 40px !important; }

  .pe-xxl-45 {
    padding-right: 45px !important; }

  .pe-xxl-50 {
    padding-right: 50px !important; }

  .pe-xxl-55 {
    padding-right: 55px !important; }

  .pe-xxl-60 {
    padding-right: 60px !important; }

  .pe-xxl-65 {
    padding-right: 65px !important; }

  .pe-xxl-70 {
    padding-right: 70px !important; }

  .pe-xxl-75 {
    padding-right: 75px !important; }

  .pe-xxl-80 {
    padding-right: 80px !important; }

  .pe-xxl-85 {
    padding-right: 85px !important; }

  .pe-xxl-90 {
    padding-right: 90px !important; }

  .pe-xxl-95 {
    padding-right: 95px !important; }

  .pe-xxl-100 {
    padding-right: 100px !important; }

  .pe-xxl-105 {
    padding-right: 105px !important; }

  .pe-xxl-110 {
    padding-right: 110px !important; }

  .pe-xxl-115 {
    padding-right: 115px !important; }

  .pe-xxl-120 {
    padding-right: 120px !important; }

  .pe-xxl-125 {
    padding-right: 125px !important; }

  .pe-xxl-130 {
    padding-right: 130px !important; }

  .pe-xxl-135 {
    padding-right: 135px !important; }

  .pe-xxl-140 {
    padding-right: 140px !important; }

  .pe-xxl-145 {
    padding-right: 145px !important; }

  .pe-xxl-150 {
    padding-right: 150px !important; }

  .pe-xxl-155 {
    padding-right: 155px !important; }

  .pe-xxl-160 {
    padding-right: 160px !important; }

  .pe-xxl-165 {
    padding-right: 165px !important; }

  .pe-xxl-170 {
    padding-right: 170px !important; }

  .pe-xxl-175 {
    padding-right: 175px !important; }

  .pe-xxl-180 {
    padding-right: 180px !important; }

  .pe-xxl-185 {
    padding-right: 185px !important; }

  .pe-xxl-190 {
    padding-right: 190px !important; }

  .pe-xxl-195 {
    padding-right: 195px !important; }

  .pe-xxl-200 {
    padding-right: 200px !important; }

  .px-xxl-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .px-xxl-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }

  .px-xxl-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .px-xxl-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .px-xxl-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .px-xxl-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; }

  .px-xxl-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  .px-xxl-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; }

  .px-xxl-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .px-xxl-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }

  .px-xxl-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; }

  .px-xxl-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; }

  .px-xxl-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; }

  .px-xxl-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; }

  .px-xxl-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; }

  .px-xxl-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; }

  .px-xxl-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; }

  .px-xxl-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; }

  .px-xxl-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; }

  .px-xxl-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; }

  .px-xxl-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; }

  .px-xxl-105 {
    padding-left: 105px !important;
    padding-right: 105px !important; }

  .px-xxl-110 {
    padding-left: 110px !important;
    padding-right: 110px !important; }

  .px-xxl-115 {
    padding-left: 115px !important;
    padding-right: 115px !important; }

  .px-xxl-120 {
    padding-left: 120px !important;
    padding-right: 120px !important; }

  .px-xxl-125 {
    padding-left: 125px !important;
    padding-right: 125px !important; }

  .px-xxl-130 {
    padding-left: 130px !important;
    padding-right: 130px !important; }

  .px-xxl-135 {
    padding-left: 135px !important;
    padding-right: 135px !important; }

  .px-xxl-140 {
    padding-left: 140px !important;
    padding-right: 140px !important; }

  .px-xxl-145 {
    padding-left: 145px !important;
    padding-right: 145px !important; }

  .px-xxl-150 {
    padding-left: 150px !important;
    padding-right: 150px !important; }

  .px-xxl-155 {
    padding-left: 155px !important;
    padding-right: 155px !important; }

  .px-xxl-160 {
    padding-left: 160px !important;
    padding-right: 160px !important; }

  .px-xxl-165 {
    padding-left: 165px !important;
    padding-right: 165px !important; }

  .px-xxl-170 {
    padding-left: 170px !important;
    padding-right: 170px !important; }

  .px-xxl-175 {
    padding-left: 175px !important;
    padding-right: 175px !important; }

  .px-xxl-180 {
    padding-left: 180px !important;
    padding-right: 180px !important; }

  .px-xxl-185 {
    padding-left: 185px !important;
    padding-right: 185px !important; }

  .px-xxl-190 {
    padding-left: 190px !important;
    padding-right: 190px !important; }

  .px-xxl-195 {
    padding-left: 195px !important;
    padding-right: 195px !important; }

  .px-xxl-200 {
    padding-left: 200px !important;
    padding-right: 200px !important; }

  .py-xxl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

  .py-xxl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

  .py-xxl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .py-xxl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

  .py-xxl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .py-xxl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }

  .py-xxl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .py-xxl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }

  .py-xxl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .py-xxl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }

  .py-xxl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .py-xxl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }

  .py-xxl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .py-xxl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }

  .py-xxl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }

  .py-xxl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }

  .py-xxl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }

  .py-xxl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }

  .py-xxl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }

  .py-xxl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }

  .py-xxl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }

  .py-xxl-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }

  .py-xxl-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }

  .py-xxl-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }

  .py-xxl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }

  .py-xxl-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }

  .py-xxl-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }

  .py-xxl-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }

  .py-xxl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }

  .py-xxl-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }

  .py-xxl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }

  .py-xxl-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important; }

  .py-xxl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }

  .py-xxl-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important; }

  .py-xxl-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }

  .py-xxl-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important; }

  .py-xxl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }

  .py-xxl-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important; }

  .py-xxl-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }

  .py-xxl-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important; }

  .py-xxl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; } }
/*******************
Margin property
*******************/
.m-0 {
  margin: 0px !important; }

.m-5 {
  margin: 5px !important; }

.m-10 {
  margin: 10px !important; }

.m-15 {
  margin: 15px !important; }

.m-20 {
  margin: 20px !important; }

.m-25 {
  margin: 25px !important; }

.m-30 {
  margin: 30px !important; }

.m-35 {
  margin: 35px !important; }

.m-40 {
  margin: 40px !important; }

.m-45 {
  margin: 45px !important; }

.m-50 {
  margin: 50px !important; }

.m-55 {
  margin: 55px !important; }

.m-60 {
  margin: 60px !important; }

.m-65 {
  margin: 65px !important; }

.m-70 {
  margin: 70px !important; }

.m-75 {
  margin: 75px !important; }

.m-80 {
  margin: 80px !important; }

.m-85 {
  margin: 85px !important; }

.m-90 {
  margin: 90px !important; }

.m-95 {
  margin: 95px !important; }

.m-100 {
  margin: 100px !important; }

.m-105 {
  margin: 105px !important; }

.m-110 {
  margin: 110px !important; }

.m-115 {
  margin: 115px !important; }

.m-120 {
  margin: 120px !important; }

.m-125 {
  margin: 125px !important; }

.m-130 {
  margin: 130px !important; }

.m-135 {
  margin: 135px !important; }

.m-140 {
  margin: 140px !important; }

.m-145 {
  margin: 145px !important; }

.m-150 {
  margin: 150px !important; }

.m-155 {
  margin: 155px !important; }

.m-160 {
  margin: 160px !important; }

.m-165 {
  margin: 165px !important; }

.m-170 {
  margin: 170px !important; }

.m-175 {
  margin: 175px !important; }

.m-180 {
  margin: 180px !important; }

.m-185 {
  margin: 185px !important; }

.m-190 {
  margin: 190px !important; }

.m-195 {
  margin: 195px !important; }

.m-200 {
  margin: 200px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-95 {
  margin-top: 95px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt-105 {
  margin-top: 105px !important; }

.mt-110 {
  margin-top: 110px !important; }

.mt-115 {
  margin-top: 115px !important; }

.mt-120 {
  margin-top: 120px !important; }

.mt-125 {
  margin-top: 125px !important; }

.mt-130 {
  margin-top: 130px !important; }

.mt-135 {
  margin-top: 135px !important; }

.mt-140 {
  margin-top: 140px !important; }

.mt-145 {
  margin-top: 145px !important; }

.mt-150 {
  margin-top: 150px !important; }

.mt-155 {
  margin-top: 155px !important; }

.mt-160 {
  margin-top: 160px !important; }

.mt-165 {
  margin-top: 165px !important; }

.mt-170 {
  margin-top: 170px !important; }

.mt-175 {
  margin-top: 175px !important; }

.mt-180 {
  margin-top: 180px !important; }

.mt-185 {
  margin-top: 185px !important; }

.mt-190 {
  margin-top: 190px !important; }

.mt-195 {
  margin-top: 195px !important; }

.mt-200 {
  margin-top: 200px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mb-105 {
  margin-bottom: 105px !important; }

.mb-110 {
  margin-bottom: 110px !important; }

.mb-115 {
  margin-bottom: 115px !important; }

.mb-120 {
  margin-bottom: 120px !important; }

.mb-125 {
  margin-bottom: 125px !important; }

.mb-130 {
  margin-bottom: 130px !important; }

.mb-135 {
  margin-bottom: 135px !important; }

.mb-140 {
  margin-bottom: 140px !important; }

.mb-145 {
  margin-bottom: 145px !important; }

.mb-150 {
  margin-bottom: 150px !important; }

.mb-155 {
  margin-bottom: 155px !important; }

.mb-160 {
  margin-bottom: 160px !important; }

.mb-165 {
  margin-bottom: 165px !important; }

.mb-170 {
  margin-bottom: 170px !important; }

.mb-175 {
  margin-bottom: 175px !important; }

.mb-180 {
  margin-bottom: 180px !important; }

.mb-185 {
  margin-bottom: 185px !important; }

.mb-190 {
  margin-bottom: 190px !important; }

.mb-195 {
  margin-bottom: 195px !important; }

.mb-200 {
  margin-bottom: 200px !important; }

.ms-0 {
  margin-left: 0px !important; }

.ms-5 {
  margin-left: 5px !important; }

.ms-10 {
  margin-left: 10px !important; }

.ms-15 {
  margin-left: 15px !important; }

.ms-20 {
  margin-left: 20px !important; }

.ms-25 {
  margin-left: 25px !important; }

.ms-30 {
  margin-left: 30px !important; }

.ms-35 {
  margin-left: 35px !important; }

.ms-40 {
  margin-left: 40px !important; }

.ms-45 {
  margin-left: 45px !important; }

.ms-50 {
  margin-left: 50px !important; }

.ms-55 {
  margin-left: 55px !important; }

.ms-60 {
  margin-left: 60px !important; }

.ms-65 {
  margin-left: 65px !important; }

.ms-70 {
  margin-left: 70px !important; }

.ms-75 {
  margin-left: 75px !important; }

.ms-80 {
  margin-left: 80px !important; }

.ms-85 {
  margin-left: 85px !important; }

.ms-90 {
  margin-left: 90px !important; }

.ms-95 {
  margin-left: 95px !important; }

.ms-100 {
  margin-left: 100px !important; }

.ms-105 {
  margin-left: 105px !important; }

.ms-110 {
  margin-left: 110px !important; }

.ms-115 {
  margin-left: 115px !important; }

.ms-120 {
  margin-left: 120px !important; }

.ms-125 {
  margin-left: 125px !important; }

.ms-130 {
  margin-left: 130px !important; }

.ms-135 {
  margin-left: 135px !important; }

.ms-140 {
  margin-left: 140px !important; }

.ms-145 {
  margin-left: 145px !important; }

.ms-150 {
  margin-left: 150px !important; }

.ms-155 {
  margin-left: 155px !important; }

.ms-160 {
  margin-left: 160px !important; }

.ms-165 {
  margin-left: 165px !important; }

.ms-170 {
  margin-left: 170px !important; }

.ms-175 {
  margin-left: 175px !important; }

.ms-180 {
  margin-left: 180px !important; }

.ms-185 {
  margin-left: 185px !important; }

.ms-190 {
  margin-left: 190px !important; }

.ms-195 {
  margin-left: 195px !important; }

.ms-200 {
  margin-left: 200px !important; }

.me-0 {
  margin-right: 0px !important; }

.me-5 {
  margin-right: 5px !important; }

.me-10 {
  margin-right: 10px !important; }

.me-15 {
  margin-right: 15px !important; }

.me-20 {
  margin-right: 20px !important; }

.me-25 {
  margin-right: 25px !important; }

.me-30 {
  margin-right: 30px !important; }

.me-35 {
  margin-right: 35px !important; }

.me-40 {
  margin-right: 40px !important; }

.me-45 {
  margin-right: 45px !important; }

.me-50 {
  margin-right: 50px !important; }

.me-55 {
  margin-right: 55px !important; }

.me-60 {
  margin-right: 60px !important; }

.me-65 {
  margin-right: 65px !important; }

.me-70 {
  margin-right: 70px !important; }

.me-75 {
  margin-right: 75px !important; }

.me-80 {
  margin-right: 80px !important; }

.me-85 {
  margin-right: 85px !important; }

.me-90 {
  margin-right: 90px !important; }

.me-95 {
  margin-right: 95px !important; }

.me-100 {
  margin-right: 100px !important; }

.me-105 {
  margin-right: 105px !important; }

.me-110 {
  margin-right: 110px !important; }

.me-115 {
  margin-right: 115px !important; }

.me-120 {
  margin-right: 120px !important; }

.me-125 {
  margin-right: 125px !important; }

.me-130 {
  margin-right: 130px !important; }

.me-135 {
  margin-right: 135px !important; }

.me-140 {
  margin-right: 140px !important; }

.me-145 {
  margin-right: 145px !important; }

.me-150 {
  margin-right: 150px !important; }

.me-155 {
  margin-right: 155px !important; }

.me-160 {
  margin-right: 160px !important; }

.me-165 {
  margin-right: 165px !important; }

.me-170 {
  margin-right: 170px !important; }

.me-175 {
  margin-right: 175px !important; }

.me-180 {
  margin-right: 180px !important; }

.me-185 {
  margin-right: 185px !important; }

.me-190 {
  margin-right: 190px !important; }

.me-195 {
  margin-right: 195px !important; }

.me-200 {
  margin-right: 200px !important; }

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important; }

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important; }

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important; }

.mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important; }

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important; }

.mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important; }

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important; }

.mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important; }

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important; }

.mx-105 {
  margin-left: 105px !important;
  margin-right: 105px !important; }

.mx-110 {
  margin-left: 110px !important;
  margin-right: 110px !important; }

.mx-115 {
  margin-left: 115px !important;
  margin-right: 115px !important; }

.mx-120 {
  margin-left: 120px !important;
  margin-right: 120px !important; }

.mx-125 {
  margin-left: 125px !important;
  margin-right: 125px !important; }

.mx-130 {
  margin-left: 130px !important;
  margin-right: 130px !important; }

.mx-135 {
  margin-left: 135px !important;
  margin-right: 135px !important; }

.mx-140 {
  margin-left: 140px !important;
  margin-right: 140px !important; }

.mx-145 {
  margin-left: 145px !important;
  margin-right: 145px !important; }

.mx-150 {
  margin-left: 150px !important;
  margin-right: 150px !important; }

.mx-155 {
  margin-left: 155px !important;
  margin-right: 155px !important; }

.mx-160 {
  margin-left: 160px !important;
  margin-right: 160px !important; }

.mx-165 {
  margin-left: 165px !important;
  margin-right: 165px !important; }

.mx-170 {
  margin-left: 170px !important;
  margin-right: 170px !important; }

.mx-175 {
  margin-left: 175px !important;
  margin-right: 175px !important; }

.mx-180 {
  margin-left: 180px !important;
  margin-right: 180px !important; }

.mx-185 {
  margin-left: 185px !important;
  margin-right: 185px !important; }

.mx-190 {
  margin-left: 190px !important;
  margin-right: 190px !important; }

.mx-195 {
  margin-left: 195px !important;
  margin-right: 195px !important; }

.mx-200 {
  margin-left: 200px !important;
  margin-right: 200px !important; }

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important; }

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important; }

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important; }

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important; }

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important; }

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.my-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important; }

.my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important; }

.my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important; }

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important; }

.my-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important; }

.my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important; }

.my-135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important; }

.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important; }

.my-145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important; }

.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important; }

.my-155 {
  margin-top: 155px !important;
  margin-bottom: 155px !important; }

.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important; }

.my-165 {
  margin-top: 165px !important;
  margin-bottom: 165px !important; }

.my-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important; }

.my-175 {
  margin-top: 175px !important;
  margin-bottom: 175px !important; }

.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important; }

.my-185 {
  margin-top: 185px !important;
  margin-bottom: 185px !important; }

.my-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important; }

.my-195 {
  margin-top: 195px !important;
  margin-bottom: 195px !important; }

.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important; }

@media (max-width: 575px) {
  .m-xs-0 {
    margin: 0px !important; }

  .m-xs-5 {
    margin: 5px !important; }

  .m-xs-10 {
    margin: 10px !important; }

  .m-xs-15 {
    margin: 15px !important; }

  .m-xs-20 {
    margin: 20px !important; }

  .m-xs-25 {
    margin: 25px !important; }

  .m-xs-30 {
    margin: 30px !important; }

  .m-xs-35 {
    margin: 35px !important; }

  .m-xs-40 {
    margin: 40px !important; }

  .m-xs-45 {
    margin: 45px !important; }

  .m-xs-50 {
    margin: 50px !important; }

  .m-xs-55 {
    margin: 55px !important; }

  .m-xs-60 {
    margin: 60px !important; }

  .m-xs-65 {
    margin: 65px !important; }

  .m-xs-70 {
    margin: 70px !important; }

  .m-xs-75 {
    margin: 75px !important; }

  .m-xs-80 {
    margin: 80px !important; }

  .m-xs-85 {
    margin: 85px !important; }

  .m-xs-90 {
    margin: 90px !important; }

  .m-xs-95 {
    margin: 95px !important; }

  .m-xs-100 {
    margin: 100px !important; }

  .m-xs-105 {
    margin: 105px !important; }

  .m-xs-110 {
    margin: 110px !important; }

  .m-xs-115 {
    margin: 115px !important; }

  .m-xs-120 {
    margin: 120px !important; }

  .m-xs-125 {
    margin: 125px !important; }

  .m-xs-130 {
    margin: 130px !important; }

  .m-xs-135 {
    margin: 135px !important; }

  .m-xs-140 {
    margin: 140px !important; }

  .m-xs-145 {
    margin: 145px !important; }

  .m-xs-150 {
    margin: 150px !important; }

  .m-xs-155 {
    margin: 155px !important; }

  .m-xs-160 {
    margin: 160px !important; }

  .m-xs-165 {
    margin: 165px !important; }

  .m-xs-170 {
    margin: 170px !important; }

  .m-xs-175 {
    margin: 175px !important; }

  .m-xs-180 {
    margin: 180px !important; }

  .m-xs-185 {
    margin: 185px !important; }

  .m-xs-190 {
    margin: 190px !important; }

  .m-xs-195 {
    margin: 195px !important; }

  .m-xs-200 {
    margin: 200px !important; }

  .mt-xs-0 {
    margin-top: 0px !important; }

  .mt-xs-5 {
    margin-top: 5px !important; }

  .mt-xs-10 {
    margin-top: 10px !important; }

  .mt-xs-15 {
    margin-top: 15px !important; }

  .mt-xs-20 {
    margin-top: 20px !important; }

  .mt-xs-25 {
    margin-top: 25px !important; }

  .mt-xs-30 {
    margin-top: 30px !important; }

  .mt-xs-35 {
    margin-top: 35px !important; }

  .mt-xs-40 {
    margin-top: 40px !important; }

  .mt-xs-45 {
    margin-top: 45px !important; }

  .mt-xs-50 {
    margin-top: 50px !important; }

  .mt-xs-55 {
    margin-top: 55px !important; }

  .mt-xs-60 {
    margin-top: 60px !important; }

  .mt-xs-65 {
    margin-top: 65px !important; }

  .mt-xs-70 {
    margin-top: 70px !important; }

  .mt-xs-75 {
    margin-top: 75px !important; }

  .mt-xs-80 {
    margin-top: 80px !important; }

  .mt-xs-85 {
    margin-top: 85px !important; }

  .mt-xs-90 {
    margin-top: 90px !important; }

  .mt-xs-95 {
    margin-top: 95px !important; }

  .mt-xs-100 {
    margin-top: 100px !important; }

  .mt-xs-105 {
    margin-top: 105px !important; }

  .mt-xs-110 {
    margin-top: 110px !important; }

  .mt-xs-115 {
    margin-top: 115px !important; }

  .mt-xs-120 {
    margin-top: 120px !important; }

  .mt-xs-125 {
    margin-top: 125px !important; }

  .mt-xs-130 {
    margin-top: 130px !important; }

  .mt-xs-135 {
    margin-top: 135px !important; }

  .mt-xs-140 {
    margin-top: 140px !important; }

  .mt-xs-145 {
    margin-top: 145px !important; }

  .mt-xs-150 {
    margin-top: 150px !important; }

  .mt-xs-155 {
    margin-top: 155px !important; }

  .mt-xs-160 {
    margin-top: 160px !important; }

  .mt-xs-165 {
    margin-top: 165px !important; }

  .mt-xs-170 {
    margin-top: 170px !important; }

  .mt-xs-175 {
    margin-top: 175px !important; }

  .mt-xs-180 {
    margin-top: 180px !important; }

  .mt-xs-185 {
    margin-top: 185px !important; }

  .mt-xs-190 {
    margin-top: 190px !important; }

  .mt-xs-195 {
    margin-top: 195px !important; }

  .mt-xs-200 {
    margin-top: 200px !important; }

  .mb-xs-0 {
    margin-bottom: 0px !important; }

  .mb-xs-5 {
    margin-bottom: 5px !important; }

  .mb-xs-10 {
    margin-bottom: 10px !important; }

  .mb-xs-15 {
    margin-bottom: 15px !important; }

  .mb-xs-20 {
    margin-bottom: 20px !important; }

  .mb-xs-25 {
    margin-bottom: 25px !important; }

  .mb-xs-30 {
    margin-bottom: 30px !important; }

  .mb-xs-35 {
    margin-bottom: 35px !important; }

  .mb-xs-40 {
    margin-bottom: 40px !important; }

  .mb-xs-45 {
    margin-bottom: 45px !important; }

  .mb-xs-50 {
    margin-bottom: 50px !important; }

  .mb-xs-55 {
    margin-bottom: 55px !important; }

  .mb-xs-60 {
    margin-bottom: 60px !important; }

  .mb-xs-65 {
    margin-bottom: 65px !important; }

  .mb-xs-70 {
    margin-bottom: 70px !important; }

  .mb-xs-75 {
    margin-bottom: 75px !important; }

  .mb-xs-80 {
    margin-bottom: 80px !important; }

  .mb-xs-85 {
    margin-bottom: 85px !important; }

  .mb-xs-90 {
    margin-bottom: 90px !important; }

  .mb-xs-95 {
    margin-bottom: 95px !important; }

  .mb-xs-100 {
    margin-bottom: 100px !important; }

  .mb-xs-105 {
    margin-bottom: 105px !important; }

  .mb-xs-110 {
    margin-bottom: 110px !important; }

  .mb-xs-115 {
    margin-bottom: 115px !important; }

  .mb-xs-120 {
    margin-bottom: 120px !important; }

  .mb-xs-125 {
    margin-bottom: 125px !important; }

  .mb-xs-130 {
    margin-bottom: 130px !important; }

  .mb-xs-135 {
    margin-bottom: 135px !important; }

  .mb-xs-140 {
    margin-bottom: 140px !important; }

  .mb-xs-145 {
    margin-bottom: 145px !important; }

  .mb-xs-150 {
    margin-bottom: 150px !important; }

  .mb-xs-155 {
    margin-bottom: 155px !important; }

  .mb-xs-160 {
    margin-bottom: 160px !important; }

  .mb-xs-165 {
    margin-bottom: 165px !important; }

  .mb-xs-170 {
    margin-bottom: 170px !important; }

  .mb-xs-175 {
    margin-bottom: 175px !important; }

  .mb-xs-180 {
    margin-bottom: 180px !important; }

  .mb-xs-185 {
    margin-bottom: 185px !important; }

  .mb-xs-190 {
    margin-bottom: 190px !important; }

  .mb-xs-195 {
    margin-bottom: 195px !important; }

  .mb-xs-200 {
    margin-bottom: 200px !important; }

  .ms-xs-0 {
    margin-left: 0px !important; }

  .ms-xs-5 {
    margin-left: 5px !important; }

  .ms-xs-10 {
    margin-left: 10px !important; }

  .ms-xs-15 {
    margin-left: 15px !important; }

  .ms-xs-20 {
    margin-left: 20px !important; }

  .ms-xs-25 {
    margin-left: 25px !important; }

  .ms-xs-30 {
    margin-left: 30px !important; }

  .ms-xs-35 {
    margin-left: 35px !important; }

  .ms-xs-40 {
    margin-left: 40px !important; }

  .ms-xs-45 {
    margin-left: 45px !important; }

  .ms-xs-50 {
    margin-left: 50px !important; }

  .ms-xs-55 {
    margin-left: 55px !important; }

  .ms-xs-60 {
    margin-left: 60px !important; }

  .ms-xs-65 {
    margin-left: 65px !important; }

  .ms-xs-70 {
    margin-left: 70px !important; }

  .ms-xs-75 {
    margin-left: 75px !important; }

  .ms-xs-80 {
    margin-left: 80px !important; }

  .ms-xs-85 {
    margin-left: 85px !important; }

  .ms-xs-90 {
    margin-left: 90px !important; }

  .ms-xs-95 {
    margin-left: 95px !important; }

  .ms-xs-100 {
    margin-left: 100px !important; }

  .ms-xs-105 {
    margin-left: 105px !important; }

  .ms-xs-110 {
    margin-left: 110px !important; }

  .ms-xs-115 {
    margin-left: 115px !important; }

  .ms-xs-120 {
    margin-left: 120px !important; }

  .ms-xs-125 {
    margin-left: 125px !important; }

  .ms-xs-130 {
    margin-left: 130px !important; }

  .ms-xs-135 {
    margin-left: 135px !important; }

  .ms-xs-140 {
    margin-left: 140px !important; }

  .ms-xs-145 {
    margin-left: 145px !important; }

  .ms-xs-150 {
    margin-left: 150px !important; }

  .ms-xs-155 {
    margin-left: 155px !important; }

  .ms-xs-160 {
    margin-left: 160px !important; }

  .ms-xs-165 {
    margin-left: 165px !important; }

  .ms-xs-170 {
    margin-left: 170px !important; }

  .ms-xs-175 {
    margin-left: 175px !important; }

  .ms-xs-180 {
    margin-left: 180px !important; }

  .ms-xs-185 {
    margin-left: 185px !important; }

  .ms-xs-190 {
    margin-left: 190px !important; }

  .ms-xs-195 {
    margin-left: 195px !important; }

  .ms-xs-200 {
    margin-left: 200px !important; }

  .me-xs-0 {
    margin-right: 0px !important; }

  .me-xs-5 {
    margin-right: 5px !important; }

  .me-xs-10 {
    margin-right: 10px !important; }

  .me-xs-15 {
    margin-right: 15px !important; }

  .me-xs-20 {
    margin-right: 20px !important; }

  .me-xs-25 {
    margin-right: 25px !important; }

  .me-xs-30 {
    margin-right: 30px !important; }

  .me-xs-35 {
    margin-right: 35px !important; }

  .me-xs-40 {
    margin-right: 40px !important; }

  .me-xs-45 {
    margin-right: 45px !important; }

  .me-xs-50 {
    margin-right: 50px !important; }

  .me-xs-55 {
    margin-right: 55px !important; }

  .me-xs-60 {
    margin-right: 60px !important; }

  .me-xs-65 {
    margin-right: 65px !important; }

  .me-xs-70 {
    margin-right: 70px !important; }

  .me-xs-75 {
    margin-right: 75px !important; }

  .me-xs-80 {
    margin-right: 80px !important; }

  .me-xs-85 {
    margin-right: 85px !important; }

  .me-xs-90 {
    margin-right: 90px !important; }

  .me-xs-95 {
    margin-right: 95px !important; }

  .me-xs-100 {
    margin-right: 100px !important; }

  .me-xs-105 {
    margin-right: 105px !important; }

  .me-xs-110 {
    margin-right: 110px !important; }

  .me-xs-115 {
    margin-right: 115px !important; }

  .me-xs-120 {
    margin-right: 120px !important; }

  .me-xs-125 {
    margin-right: 125px !important; }

  .me-xs-130 {
    margin-right: 130px !important; }

  .me-xs-135 {
    margin-right: 135px !important; }

  .me-xs-140 {
    margin-right: 140px !important; }

  .me-xs-145 {
    margin-right: 145px !important; }

  .me-xs-150 {
    margin-right: 150px !important; }

  .me-xs-155 {
    margin-right: 155px !important; }

  .me-xs-160 {
    margin-right: 160px !important; }

  .me-xs-165 {
    margin-right: 165px !important; }

  .me-xs-170 {
    margin-right: 170px !important; }

  .me-xs-175 {
    margin-right: 175px !important; }

  .me-xs-180 {
    margin-right: 180px !important; }

  .me-xs-185 {
    margin-right: 185px !important; }

  .me-xs-190 {
    margin-right: 190px !important; }

  .me-xs-195 {
    margin-right: 195px !important; }

  .me-xs-200 {
    margin-right: 200px !important; }

  .mx-xs-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .mx-xs-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; }

  .mx-xs-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }

  .mx-xs-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; }

  .mx-xs-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }

  .mx-xs-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; }

  .mx-xs-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }

  .mx-xs-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; }

  .mx-xs-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; }

  .mx-xs-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; }

  .mx-xs-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; }

  .mx-xs-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; }

  .mx-xs-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; }

  .mx-xs-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; }

  .mx-xs-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; }

  .mx-xs-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; }

  .mx-xs-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; }

  .mx-xs-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; }

  .mx-xs-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; }

  .mx-xs-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; }

  .mx-xs-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; }

  .mx-xs-105 {
    margin-left: 105px !important;
    margin-right: 105px !important; }

  .mx-xs-110 {
    margin-left: 110px !important;
    margin-right: 110px !important; }

  .mx-xs-115 {
    margin-left: 115px !important;
    margin-right: 115px !important; }

  .mx-xs-120 {
    margin-left: 120px !important;
    margin-right: 120px !important; }

  .mx-xs-125 {
    margin-left: 125px !important;
    margin-right: 125px !important; }

  .mx-xs-130 {
    margin-left: 130px !important;
    margin-right: 130px !important; }

  .mx-xs-135 {
    margin-left: 135px !important;
    margin-right: 135px !important; }

  .mx-xs-140 {
    margin-left: 140px !important;
    margin-right: 140px !important; }

  .mx-xs-145 {
    margin-left: 145px !important;
    margin-right: 145px !important; }

  .mx-xs-150 {
    margin-left: 150px !important;
    margin-right: 150px !important; }

  .mx-xs-155 {
    margin-left: 155px !important;
    margin-right: 155px !important; }

  .mx-xs-160 {
    margin-left: 160px !important;
    margin-right: 160px !important; }

  .mx-xs-165 {
    margin-left: 165px !important;
    margin-right: 165px !important; }

  .mx-xs-170 {
    margin-left: 170px !important;
    margin-right: 170px !important; }

  .mx-xs-175 {
    margin-left: 175px !important;
    margin-right: 175px !important; }

  .mx-xs-180 {
    margin-left: 180px !important;
    margin-right: 180px !important; }

  .mx-xs-185 {
    margin-left: 185px !important;
    margin-right: 185px !important; }

  .mx-xs-190 {
    margin-left: 190px !important;
    margin-right: 190px !important; }

  .mx-xs-195 {
    margin-left: 195px !important;
    margin-right: 195px !important; }

  .mx-xs-200 {
    margin-left: 200px !important;
    margin-right: 200px !important; }

  .my-xs-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }

  .my-xs-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

  .my-xs-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .my-xs-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

  .my-xs-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .my-xs-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }

  .my-xs-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .my-xs-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }

  .my-xs-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .my-xs-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }

  .my-xs-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  .my-xs-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }

  .my-xs-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .my-xs-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }

  .my-xs-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }

  .my-xs-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }

  .my-xs-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }

  .my-xs-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }

  .my-xs-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }

  .my-xs-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }

  .my-xs-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }

  .my-xs-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }

  .my-xs-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }

  .my-xs-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }

  .my-xs-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }

  .my-xs-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }

  .my-xs-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }

  .my-xs-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }

  .my-xs-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }

  .my-xs-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }

  .my-xs-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }

  .my-xs-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important; }

  .my-xs-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }

  .my-xs-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important; }

  .my-xs-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }

  .my-xs-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important; }

  .my-xs-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }

  .my-xs-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important; }

  .my-xs-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }

  .my-xs-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important; }

  .my-xs-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important; } }
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0px !important; }

  .m-sm-5 {
    margin: 5px !important; }

  .m-sm-10 {
    margin: 10px !important; }

  .m-sm-15 {
    margin: 15px !important; }

  .m-sm-20 {
    margin: 20px !important; }

  .m-sm-25 {
    margin: 25px !important; }

  .m-sm-30 {
    margin: 30px !important; }

  .m-sm-35 {
    margin: 35px !important; }

  .m-sm-40 {
    margin: 40px !important; }

  .m-sm-45 {
    margin: 45px !important; }

  .m-sm-50 {
    margin: 50px !important; }

  .m-sm-55 {
    margin: 55px !important; }

  .m-sm-60 {
    margin: 60px !important; }

  .m-sm-65 {
    margin: 65px !important; }

  .m-sm-70 {
    margin: 70px !important; }

  .m-sm-75 {
    margin: 75px !important; }

  .m-sm-80 {
    margin: 80px !important; }

  .m-sm-85 {
    margin: 85px !important; }

  .m-sm-90 {
    margin: 90px !important; }

  .m-sm-95 {
    margin: 95px !important; }

  .m-sm-100 {
    margin: 100px !important; }

  .m-sm-105 {
    margin: 105px !important; }

  .m-sm-110 {
    margin: 110px !important; }

  .m-sm-115 {
    margin: 115px !important; }

  .m-sm-120 {
    margin: 120px !important; }

  .m-sm-125 {
    margin: 125px !important; }

  .m-sm-130 {
    margin: 130px !important; }

  .m-sm-135 {
    margin: 135px !important; }

  .m-sm-140 {
    margin: 140px !important; }

  .m-sm-145 {
    margin: 145px !important; }

  .m-sm-150 {
    margin: 150px !important; }

  .m-sm-155 {
    margin: 155px !important; }

  .m-sm-160 {
    margin: 160px !important; }

  .m-sm-165 {
    margin: 165px !important; }

  .m-sm-170 {
    margin: 170px !important; }

  .m-sm-175 {
    margin: 175px !important; }

  .m-sm-180 {
    margin: 180px !important; }

  .m-sm-185 {
    margin: 185px !important; }

  .m-sm-190 {
    margin: 190px !important; }

  .m-sm-195 {
    margin: 195px !important; }

  .m-sm-200 {
    margin: 200px !important; }

  .mt-sm-0 {
    margin-top: 0px !important; }

  .mt-sm-5 {
    margin-top: 5px !important; }

  .mt-sm-10 {
    margin-top: 10px !important; }

  .mt-sm-15 {
    margin-top: 15px !important; }

  .mt-sm-20 {
    margin-top: 20px !important; }

  .mt-sm-25 {
    margin-top: 25px !important; }

  .mt-sm-30 {
    margin-top: 30px !important; }

  .mt-sm-35 {
    margin-top: 35px !important; }

  .mt-sm-40 {
    margin-top: 40px !important; }

  .mt-sm-45 {
    margin-top: 45px !important; }

  .mt-sm-50 {
    margin-top: 50px !important; }

  .mt-sm-55 {
    margin-top: 55px !important; }

  .mt-sm-60 {
    margin-top: 60px !important; }

  .mt-sm-65 {
    margin-top: 65px !important; }

  .mt-sm-70 {
    margin-top: 70px !important; }

  .mt-sm-75 {
    margin-top: 75px !important; }

  .mt-sm-80 {
    margin-top: 80px !important; }

  .mt-sm-85 {
    margin-top: 85px !important; }

  .mt-sm-90 {
    margin-top: 90px !important; }

  .mt-sm-95 {
    margin-top: 95px !important; }

  .mt-sm-100 {
    margin-top: 100px !important; }

  .mt-sm-105 {
    margin-top: 105px !important; }

  .mt-sm-110 {
    margin-top: 110px !important; }

  .mt-sm-115 {
    margin-top: 115px !important; }

  .mt-sm-120 {
    margin-top: 120px !important; }

  .mt-sm-125 {
    margin-top: 125px !important; }

  .mt-sm-130 {
    margin-top: 130px !important; }

  .mt-sm-135 {
    margin-top: 135px !important; }

  .mt-sm-140 {
    margin-top: 140px !important; }

  .mt-sm-145 {
    margin-top: 145px !important; }

  .mt-sm-150 {
    margin-top: 150px !important; }

  .mt-sm-155 {
    margin-top: 155px !important; }

  .mt-sm-160 {
    margin-top: 160px !important; }

  .mt-sm-165 {
    margin-top: 165px !important; }

  .mt-sm-170 {
    margin-top: 170px !important; }

  .mt-sm-175 {
    margin-top: 175px !important; }

  .mt-sm-180 {
    margin-top: 180px !important; }

  .mt-sm-185 {
    margin-top: 185px !important; }

  .mt-sm-190 {
    margin-top: 190px !important; }

  .mt-sm-195 {
    margin-top: 195px !important; }

  .mt-sm-200 {
    margin-top: 200px !important; }

  .mb-sm-0 {
    margin-bottom: 0px !important; }

  .mb-sm-5 {
    margin-bottom: 5px !important; }

  .mb-sm-10 {
    margin-bottom: 10px !important; }

  .mb-sm-15 {
    margin-bottom: 15px !important; }

  .mb-sm-20 {
    margin-bottom: 20px !important; }

  .mb-sm-25 {
    margin-bottom: 25px !important; }

  .mb-sm-30 {
    margin-bottom: 30px !important; }

  .mb-sm-35 {
    margin-bottom: 35px !important; }

  .mb-sm-40 {
    margin-bottom: 40px !important; }

  .mb-sm-45 {
    margin-bottom: 45px !important; }

  .mb-sm-50 {
    margin-bottom: 50px !important; }

  .mb-sm-55 {
    margin-bottom: 55px !important; }

  .mb-sm-60 {
    margin-bottom: 60px !important; }

  .mb-sm-65 {
    margin-bottom: 65px !important; }

  .mb-sm-70 {
    margin-bottom: 70px !important; }

  .mb-sm-75 {
    margin-bottom: 75px !important; }

  .mb-sm-80 {
    margin-bottom: 80px !important; }

  .mb-sm-85 {
    margin-bottom: 85px !important; }

  .mb-sm-90 {
    margin-bottom: 90px !important; }

  .mb-sm-95 {
    margin-bottom: 95px !important; }

  .mb-sm-100 {
    margin-bottom: 100px !important; }

  .mb-sm-105 {
    margin-bottom: 105px !important; }

  .mb-sm-110 {
    margin-bottom: 110px !important; }

  .mb-sm-115 {
    margin-bottom: 115px !important; }

  .mb-sm-120 {
    margin-bottom: 120px !important; }

  .mb-sm-125 {
    margin-bottom: 125px !important; }

  .mb-sm-130 {
    margin-bottom: 130px !important; }

  .mb-sm-135 {
    margin-bottom: 135px !important; }

  .mb-sm-140 {
    margin-bottom: 140px !important; }

  .mb-sm-145 {
    margin-bottom: 145px !important; }

  .mb-sm-150 {
    margin-bottom: 150px !important; }

  .mb-sm-155 {
    margin-bottom: 155px !important; }

  .mb-sm-160 {
    margin-bottom: 160px !important; }

  .mb-sm-165 {
    margin-bottom: 165px !important; }

  .mb-sm-170 {
    margin-bottom: 170px !important; }

  .mb-sm-175 {
    margin-bottom: 175px !important; }

  .mb-sm-180 {
    margin-bottom: 180px !important; }

  .mb-sm-185 {
    margin-bottom: 185px !important; }

  .mb-sm-190 {
    margin-bottom: 190px !important; }

  .mb-sm-195 {
    margin-bottom: 195px !important; }

  .mb-sm-200 {
    margin-bottom: 200px !important; }

  .ms-sm-0 {
    margin-left: 0px !important; }

  .ms-sm-5 {
    margin-left: 5px !important; }

  .ms-sm-10 {
    margin-left: 10px !important; }

  .ms-sm-15 {
    margin-left: 15px !important; }

  .ms-sm-20 {
    margin-left: 20px !important; }

  .ms-sm-25 {
    margin-left: 25px !important; }

  .ms-sm-30 {
    margin-left: 30px !important; }

  .ms-sm-35 {
    margin-left: 35px !important; }

  .ms-sm-40 {
    margin-left: 40px !important; }

  .ms-sm-45 {
    margin-left: 45px !important; }

  .ms-sm-50 {
    margin-left: 50px !important; }

  .ms-sm-55 {
    margin-left: 55px !important; }

  .ms-sm-60 {
    margin-left: 60px !important; }

  .ms-sm-65 {
    margin-left: 65px !important; }

  .ms-sm-70 {
    margin-left: 70px !important; }

  .ms-sm-75 {
    margin-left: 75px !important; }

  .ms-sm-80 {
    margin-left: 80px !important; }

  .ms-sm-85 {
    margin-left: 85px !important; }

  .ms-sm-90 {
    margin-left: 90px !important; }

  .ms-sm-95 {
    margin-left: 95px !important; }

  .ms-sm-100 {
    margin-left: 100px !important; }

  .ms-sm-105 {
    margin-left: 105px !important; }

  .ms-sm-110 {
    margin-left: 110px !important; }

  .ms-sm-115 {
    margin-left: 115px !important; }

  .ms-sm-120 {
    margin-left: 120px !important; }

  .ms-sm-125 {
    margin-left: 125px !important; }

  .ms-sm-130 {
    margin-left: 130px !important; }

  .ms-sm-135 {
    margin-left: 135px !important; }

  .ms-sm-140 {
    margin-left: 140px !important; }

  .ms-sm-145 {
    margin-left: 145px !important; }

  .ms-sm-150 {
    margin-left: 150px !important; }

  .ms-sm-155 {
    margin-left: 155px !important; }

  .ms-sm-160 {
    margin-left: 160px !important; }

  .ms-sm-165 {
    margin-left: 165px !important; }

  .ms-sm-170 {
    margin-left: 170px !important; }

  .ms-sm-175 {
    margin-left: 175px !important; }

  .ms-sm-180 {
    margin-left: 180px !important; }

  .ms-sm-185 {
    margin-left: 185px !important; }

  .ms-sm-190 {
    margin-left: 190px !important; }

  .ms-sm-195 {
    margin-left: 195px !important; }

  .ms-sm-200 {
    margin-left: 200px !important; }

  .me-sm-0 {
    margin-right: 0px !important; }

  .me-sm-5 {
    margin-right: 5px !important; }

  .me-sm-10 {
    margin-right: 10px !important; }

  .me-sm-15 {
    margin-right: 15px !important; }

  .me-sm-20 {
    margin-right: 20px !important; }

  .me-sm-25 {
    margin-right: 25px !important; }

  .me-sm-30 {
    margin-right: 30px !important; }

  .me-sm-35 {
    margin-right: 35px !important; }

  .me-sm-40 {
    margin-right: 40px !important; }

  .me-sm-45 {
    margin-right: 45px !important; }

  .me-sm-50 {
    margin-right: 50px !important; }

  .me-sm-55 {
    margin-right: 55px !important; }

  .me-sm-60 {
    margin-right: 60px !important; }

  .me-sm-65 {
    margin-right: 65px !important; }

  .me-sm-70 {
    margin-right: 70px !important; }

  .me-sm-75 {
    margin-right: 75px !important; }

  .me-sm-80 {
    margin-right: 80px !important; }

  .me-sm-85 {
    margin-right: 85px !important; }

  .me-sm-90 {
    margin-right: 90px !important; }

  .me-sm-95 {
    margin-right: 95px !important; }

  .me-sm-100 {
    margin-right: 100px !important; }

  .me-sm-105 {
    margin-right: 105px !important; }

  .me-sm-110 {
    margin-right: 110px !important; }

  .me-sm-115 {
    margin-right: 115px !important; }

  .me-sm-120 {
    margin-right: 120px !important; }

  .me-sm-125 {
    margin-right: 125px !important; }

  .me-sm-130 {
    margin-right: 130px !important; }

  .me-sm-135 {
    margin-right: 135px !important; }

  .me-sm-140 {
    margin-right: 140px !important; }

  .me-sm-145 {
    margin-right: 145px !important; }

  .me-sm-150 {
    margin-right: 150px !important; }

  .me-sm-155 {
    margin-right: 155px !important; }

  .me-sm-160 {
    margin-right: 160px !important; }

  .me-sm-165 {
    margin-right: 165px !important; }

  .me-sm-170 {
    margin-right: 170px !important; }

  .me-sm-175 {
    margin-right: 175px !important; }

  .me-sm-180 {
    margin-right: 180px !important; }

  .me-sm-185 {
    margin-right: 185px !important; }

  .me-sm-190 {
    margin-right: 190px !important; }

  .me-sm-195 {
    margin-right: 195px !important; }

  .me-sm-200 {
    margin-right: 200px !important; }

  .mx-sm-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .mx-sm-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; }

  .mx-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }

  .mx-sm-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; }

  .mx-sm-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }

  .mx-sm-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; }

  .mx-sm-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }

  .mx-sm-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; }

  .mx-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; }

  .mx-sm-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; }

  .mx-sm-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; }

  .mx-sm-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; }

  .mx-sm-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; }

  .mx-sm-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; }

  .mx-sm-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; }

  .mx-sm-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; }

  .mx-sm-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; }

  .mx-sm-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; }

  .mx-sm-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; }

  .mx-sm-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; }

  .mx-sm-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; }

  .mx-sm-105 {
    margin-left: 105px !important;
    margin-right: 105px !important; }

  .mx-sm-110 {
    margin-left: 110px !important;
    margin-right: 110px !important; }

  .mx-sm-115 {
    margin-left: 115px !important;
    margin-right: 115px !important; }

  .mx-sm-120 {
    margin-left: 120px !important;
    margin-right: 120px !important; }

  .mx-sm-125 {
    margin-left: 125px !important;
    margin-right: 125px !important; }

  .mx-sm-130 {
    margin-left: 130px !important;
    margin-right: 130px !important; }

  .mx-sm-135 {
    margin-left: 135px !important;
    margin-right: 135px !important; }

  .mx-sm-140 {
    margin-left: 140px !important;
    margin-right: 140px !important; }

  .mx-sm-145 {
    margin-left: 145px !important;
    margin-right: 145px !important; }

  .mx-sm-150 {
    margin-left: 150px !important;
    margin-right: 150px !important; }

  .mx-sm-155 {
    margin-left: 155px !important;
    margin-right: 155px !important; }

  .mx-sm-160 {
    margin-left: 160px !important;
    margin-right: 160px !important; }

  .mx-sm-165 {
    margin-left: 165px !important;
    margin-right: 165px !important; }

  .mx-sm-170 {
    margin-left: 170px !important;
    margin-right: 170px !important; }

  .mx-sm-175 {
    margin-left: 175px !important;
    margin-right: 175px !important; }

  .mx-sm-180 {
    margin-left: 180px !important;
    margin-right: 180px !important; }

  .mx-sm-185 {
    margin-left: 185px !important;
    margin-right: 185px !important; }

  .mx-sm-190 {
    margin-left: 190px !important;
    margin-right: 190px !important; }

  .mx-sm-195 {
    margin-left: 195px !important;
    margin-right: 195px !important; }

  .mx-sm-200 {
    margin-left: 200px !important;
    margin-right: 200px !important; }

  .my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }

  .my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }

  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }

  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }

  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  .my-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }

  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .my-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }

  .my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }

  .my-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }

  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }

  .my-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }

  .my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }

  .my-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }

  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }

  .my-sm-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }

  .my-sm-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }

  .my-sm-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }

  .my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }

  .my-sm-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }

  .my-sm-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }

  .my-sm-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }

  .my-sm-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }

  .my-sm-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }

  .my-sm-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }

  .my-sm-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important; }

  .my-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }

  .my-sm-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important; }

  .my-sm-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }

  .my-sm-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important; }

  .my-sm-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }

  .my-sm-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important; }

  .my-sm-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }

  .my-sm-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important; }

  .my-sm-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0px !important; }

  .m-md-5 {
    margin: 5px !important; }

  .m-md-10 {
    margin: 10px !important; }

  .m-md-15 {
    margin: 15px !important; }

  .m-md-20 {
    margin: 20px !important; }

  .m-md-25 {
    margin: 25px !important; }

  .m-md-30 {
    margin: 30px !important; }

  .m-md-35 {
    margin: 35px !important; }

  .m-md-40 {
    margin: 40px !important; }

  .m-md-45 {
    margin: 45px !important; }

  .m-md-50 {
    margin: 50px !important; }

  .m-md-55 {
    margin: 55px !important; }

  .m-md-60 {
    margin: 60px !important; }

  .m-md-65 {
    margin: 65px !important; }

  .m-md-70 {
    margin: 70px !important; }

  .m-md-75 {
    margin: 75px !important; }

  .m-md-80 {
    margin: 80px !important; }

  .m-md-85 {
    margin: 85px !important; }

  .m-md-90 {
    margin: 90px !important; }

  .m-md-95 {
    margin: 95px !important; }

  .m-md-100 {
    margin: 100px !important; }

  .m-md-105 {
    margin: 105px !important; }

  .m-md-110 {
    margin: 110px !important; }

  .m-md-115 {
    margin: 115px !important; }

  .m-md-120 {
    margin: 120px !important; }

  .m-md-125 {
    margin: 125px !important; }

  .m-md-130 {
    margin: 130px !important; }

  .m-md-135 {
    margin: 135px !important; }

  .m-md-140 {
    margin: 140px !important; }

  .m-md-145 {
    margin: 145px !important; }

  .m-md-150 {
    margin: 150px !important; }

  .m-md-155 {
    margin: 155px !important; }

  .m-md-160 {
    margin: 160px !important; }

  .m-md-165 {
    margin: 165px !important; }

  .m-md-170 {
    margin: 170px !important; }

  .m-md-175 {
    margin: 175px !important; }

  .m-md-180 {
    margin: 180px !important; }

  .m-md-185 {
    margin: 185px !important; }

  .m-md-190 {
    margin: 190px !important; }

  .m-md-195 {
    margin: 195px !important; }

  .m-md-200 {
    margin: 200px !important; }

  .mt-md-0 {
    margin-top: 0px !important; }

  .mt-md-5 {
    margin-top: 5px !important; }

  .mt-md-10 {
    margin-top: 10px !important; }

  .mt-md-15 {
    margin-top: 15px !important; }

  .mt-md-20 {
    margin-top: 20px !important; }

  .mt-md-25 {
    margin-top: 25px !important; }

  .mt-md-30 {
    margin-top: 30px !important; }

  .mt-md-35 {
    margin-top: 35px !important; }

  .mt-md-40 {
    margin-top: 40px !important; }

  .mt-md-45 {
    margin-top: 45px !important; }

  .mt-md-50 {
    margin-top: 50px !important; }

  .mt-md-55 {
    margin-top: 55px !important; }

  .mt-md-60 {
    margin-top: 60px !important; }

  .mt-md-65 {
    margin-top: 65px !important; }

  .mt-md-70 {
    margin-top: 70px !important; }

  .mt-md-75 {
    margin-top: 75px !important; }

  .mt-md-80 {
    margin-top: 80px !important; }

  .mt-md-85 {
    margin-top: 85px !important; }

  .mt-md-90 {
    margin-top: 90px !important; }

  .mt-md-95 {
    margin-top: 95px !important; }

  .mt-md-100 {
    margin-top: 100px !important; }

  .mt-md-105 {
    margin-top: 105px !important; }

  .mt-md-110 {
    margin-top: 110px !important; }

  .mt-md-115 {
    margin-top: 115px !important; }

  .mt-md-120 {
    margin-top: 120px !important; }

  .mt-md-125 {
    margin-top: 125px !important; }

  .mt-md-130 {
    margin-top: 130px !important; }

  .mt-md-135 {
    margin-top: 135px !important; }

  .mt-md-140 {
    margin-top: 140px !important; }

  .mt-md-145 {
    margin-top: 145px !important; }

  .mt-md-150 {
    margin-top: 150px !important; }

  .mt-md-155 {
    margin-top: 155px !important; }

  .mt-md-160 {
    margin-top: 160px !important; }

  .mt-md-165 {
    margin-top: 165px !important; }

  .mt-md-170 {
    margin-top: 170px !important; }

  .mt-md-175 {
    margin-top: 175px !important; }

  .mt-md-180 {
    margin-top: 180px !important; }

  .mt-md-185 {
    margin-top: 185px !important; }

  .mt-md-190 {
    margin-top: 190px !important; }

  .mt-md-195 {
    margin-top: 195px !important; }

  .mt-md-200 {
    margin-top: 200px !important; }

  .mb-md-0 {
    margin-bottom: 0px !important; }

  .mb-md-5 {
    margin-bottom: 5px !important; }

  .mb-md-10 {
    margin-bottom: 10px !important; }

  .mb-md-15 {
    margin-bottom: 15px !important; }

  .mb-md-20 {
    margin-bottom: 20px !important; }

  .mb-md-25 {
    margin-bottom: 25px !important; }

  .mb-md-30 {
    margin-bottom: 30px !important; }

  .mb-md-35 {
    margin-bottom: 35px !important; }

  .mb-md-40 {
    margin-bottom: 40px !important; }

  .mb-md-45 {
    margin-bottom: 45px !important; }

  .mb-md-50 {
    margin-bottom: 50px !important; }

  .mb-md-55 {
    margin-bottom: 55px !important; }

  .mb-md-60 {
    margin-bottom: 60px !important; }

  .mb-md-65 {
    margin-bottom: 65px !important; }

  .mb-md-70 {
    margin-bottom: 70px !important; }

  .mb-md-75 {
    margin-bottom: 75px !important; }

  .mb-md-80 {
    margin-bottom: 80px !important; }

  .mb-md-85 {
    margin-bottom: 85px !important; }

  .mb-md-90 {
    margin-bottom: 90px !important; }

  .mb-md-95 {
    margin-bottom: 95px !important; }

  .mb-md-100 {
    margin-bottom: 100px !important; }

  .mb-md-105 {
    margin-bottom: 105px !important; }

  .mb-md-110 {
    margin-bottom: 110px !important; }

  .mb-md-115 {
    margin-bottom: 115px !important; }

  .mb-md-120 {
    margin-bottom: 120px !important; }

  .mb-md-125 {
    margin-bottom: 125px !important; }

  .mb-md-130 {
    margin-bottom: 130px !important; }

  .mb-md-135 {
    margin-bottom: 135px !important; }

  .mb-md-140 {
    margin-bottom: 140px !important; }

  .mb-md-145 {
    margin-bottom: 145px !important; }

  .mb-md-150 {
    margin-bottom: 150px !important; }

  .mb-md-155 {
    margin-bottom: 155px !important; }

  .mb-md-160 {
    margin-bottom: 160px !important; }

  .mb-md-165 {
    margin-bottom: 165px !important; }

  .mb-md-170 {
    margin-bottom: 170px !important; }

  .mb-md-175 {
    margin-bottom: 175px !important; }

  .mb-md-180 {
    margin-bottom: 180px !important; }

  .mb-md-185 {
    margin-bottom: 185px !important; }

  .mb-md-190 {
    margin-bottom: 190px !important; }

  .mb-md-195 {
    margin-bottom: 195px !important; }

  .mb-md-200 {
    margin-bottom: 200px !important; }

  .ms-md-0 {
    margin-left: 0px !important; }

  .ms-md-5 {
    margin-left: 5px !important; }

  .ms-md-10 {
    margin-left: 10px !important; }

  .ms-md-15 {
    margin-left: 15px !important; }

  .ms-md-20 {
    margin-left: 20px !important; }

  .ms-md-25 {
    margin-left: 25px !important; }

  .ms-md-30 {
    margin-left: 30px !important; }

  .ms-md-35 {
    margin-left: 35px !important; }

  .ms-md-40 {
    margin-left: 40px !important; }

  .ms-md-45 {
    margin-left: 45px !important; }

  .ms-md-50 {
    margin-left: 50px !important; }

  .ms-md-55 {
    margin-left: 55px !important; }

  .ms-md-60 {
    margin-left: 60px !important; }

  .ms-md-65 {
    margin-left: 65px !important; }

  .ms-md-70 {
    margin-left: 70px !important; }

  .ms-md-75 {
    margin-left: 75px !important; }

  .ms-md-80 {
    margin-left: 80px !important; }

  .ms-md-85 {
    margin-left: 85px !important; }

  .ms-md-90 {
    margin-left: 90px !important; }

  .ms-md-95 {
    margin-left: 95px !important; }

  .ms-md-100 {
    margin-left: 100px !important; }

  .ms-md-105 {
    margin-left: 105px !important; }

  .ms-md-110 {
    margin-left: 110px !important; }

  .ms-md-115 {
    margin-left: 115px !important; }

  .ms-md-120 {
    margin-left: 120px !important; }

  .ms-md-125 {
    margin-left: 125px !important; }

  .ms-md-130 {
    margin-left: 130px !important; }

  .ms-md-135 {
    margin-left: 135px !important; }

  .ms-md-140 {
    margin-left: 140px !important; }

  .ms-md-145 {
    margin-left: 145px !important; }

  .ms-md-150 {
    margin-left: 150px !important; }

  .ms-md-155 {
    margin-left: 155px !important; }

  .ms-md-160 {
    margin-left: 160px !important; }

  .ms-md-165 {
    margin-left: 165px !important; }

  .ms-md-170 {
    margin-left: 170px !important; }

  .ms-md-175 {
    margin-left: 175px !important; }

  .ms-md-180 {
    margin-left: 180px !important; }

  .ms-md-185 {
    margin-left: 185px !important; }

  .ms-md-190 {
    margin-left: 190px !important; }

  .ms-md-195 {
    margin-left: 195px !important; }

  .ms-md-200 {
    margin-left: 200px !important; }

  .me-md-0 {
    margin-right: 0px !important; }

  .me-md-5 {
    margin-right: 5px !important; }

  .me-md-10 {
    margin-right: 10px !important; }

  .me-md-15 {
    margin-right: 15px !important; }

  .me-md-20 {
    margin-right: 20px !important; }

  .me-md-25 {
    margin-right: 25px !important; }

  .me-md-30 {
    margin-right: 30px !important; }

  .me-md-35 {
    margin-right: 35px !important; }

  .me-md-40 {
    margin-right: 40px !important; }

  .me-md-45 {
    margin-right: 45px !important; }

  .me-md-50 {
    margin-right: 50px !important; }

  .me-md-55 {
    margin-right: 55px !important; }

  .me-md-60 {
    margin-right: 60px !important; }

  .me-md-65 {
    margin-right: 65px !important; }

  .me-md-70 {
    margin-right: 70px !important; }

  .me-md-75 {
    margin-right: 75px !important; }

  .me-md-80 {
    margin-right: 80px !important; }

  .me-md-85 {
    margin-right: 85px !important; }

  .me-md-90 {
    margin-right: 90px !important; }

  .me-md-95 {
    margin-right: 95px !important; }

  .me-md-100 {
    margin-right: 100px !important; }

  .me-md-105 {
    margin-right: 105px !important; }

  .me-md-110 {
    margin-right: 110px !important; }

  .me-md-115 {
    margin-right: 115px !important; }

  .me-md-120 {
    margin-right: 120px !important; }

  .me-md-125 {
    margin-right: 125px !important; }

  .me-md-130 {
    margin-right: 130px !important; }

  .me-md-135 {
    margin-right: 135px !important; }

  .me-md-140 {
    margin-right: 140px !important; }

  .me-md-145 {
    margin-right: 145px !important; }

  .me-md-150 {
    margin-right: 150px !important; }

  .me-md-155 {
    margin-right: 155px !important; }

  .me-md-160 {
    margin-right: 160px !important; }

  .me-md-165 {
    margin-right: 165px !important; }

  .me-md-170 {
    margin-right: 170px !important; }

  .me-md-175 {
    margin-right: 175px !important; }

  .me-md-180 {
    margin-right: 180px !important; }

  .me-md-185 {
    margin-right: 185px !important; }

  .me-md-190 {
    margin-right: 190px !important; }

  .me-md-195 {
    margin-right: 195px !important; }

  .me-md-200 {
    margin-right: 200px !important; }

  .mx-md-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .mx-md-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; }

  .mx-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }

  .mx-md-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; }

  .mx-md-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }

  .mx-md-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; }

  .mx-md-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }

  .mx-md-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; }

  .mx-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; }

  .mx-md-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; }

  .mx-md-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; }

  .mx-md-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; }

  .mx-md-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; }

  .mx-md-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; }

  .mx-md-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; }

  .mx-md-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; }

  .mx-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; }

  .mx-md-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; }

  .mx-md-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; }

  .mx-md-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; }

  .mx-md-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; }

  .mx-md-105 {
    margin-left: 105px !important;
    margin-right: 105px !important; }

  .mx-md-110 {
    margin-left: 110px !important;
    margin-right: 110px !important; }

  .mx-md-115 {
    margin-left: 115px !important;
    margin-right: 115px !important; }

  .mx-md-120 {
    margin-left: 120px !important;
    margin-right: 120px !important; }

  .mx-md-125 {
    margin-left: 125px !important;
    margin-right: 125px !important; }

  .mx-md-130 {
    margin-left: 130px !important;
    margin-right: 130px !important; }

  .mx-md-135 {
    margin-left: 135px !important;
    margin-right: 135px !important; }

  .mx-md-140 {
    margin-left: 140px !important;
    margin-right: 140px !important; }

  .mx-md-145 {
    margin-left: 145px !important;
    margin-right: 145px !important; }

  .mx-md-150 {
    margin-left: 150px !important;
    margin-right: 150px !important; }

  .mx-md-155 {
    margin-left: 155px !important;
    margin-right: 155px !important; }

  .mx-md-160 {
    margin-left: 160px !important;
    margin-right: 160px !important; }

  .mx-md-165 {
    margin-left: 165px !important;
    margin-right: 165px !important; }

  .mx-md-170 {
    margin-left: 170px !important;
    margin-right: 170px !important; }

  .mx-md-175 {
    margin-left: 175px !important;
    margin-right: 175px !important; }

  .mx-md-180 {
    margin-left: 180px !important;
    margin-right: 180px !important; }

  .mx-md-185 {
    margin-left: 185px !important;
    margin-right: 185px !important; }

  .mx-md-190 {
    margin-left: 190px !important;
    margin-right: 190px !important; }

  .mx-md-195 {
    margin-left: 195px !important;
    margin-right: 195px !important; }

  .mx-md-200 {
    margin-left: 200px !important;
    margin-right: 200px !important; }

  .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }

  .my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }

  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }

  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }

  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  .my-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }

  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .my-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }

  .my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }

  .my-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }

  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }

  .my-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }

  .my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }

  .my-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }

  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }

  .my-md-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }

  .my-md-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }

  .my-md-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }

  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }

  .my-md-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }

  .my-md-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }

  .my-md-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }

  .my-md-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }

  .my-md-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }

  .my-md-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }

  .my-md-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important; }

  .my-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }

  .my-md-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important; }

  .my-md-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }

  .my-md-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important; }

  .my-md-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }

  .my-md-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important; }

  .my-md-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }

  .my-md-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important; }

  .my-md-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0px !important; }

  .m-lg-5 {
    margin: 5px !important; }

  .m-lg-10 {
    margin: 10px !important; }

  .m-lg-15 {
    margin: 15px !important; }

  .m-lg-20 {
    margin: 20px !important; }

  .m-lg-25 {
    margin: 25px !important; }

  .m-lg-30 {
    margin: 30px !important; }

  .m-lg-35 {
    margin: 35px !important; }

  .m-lg-40 {
    margin: 40px !important; }

  .m-lg-45 {
    margin: 45px !important; }

  .m-lg-50 {
    margin: 50px !important; }

  .m-lg-55 {
    margin: 55px !important; }

  .m-lg-60 {
    margin: 60px !important; }

  .m-lg-65 {
    margin: 65px !important; }

  .m-lg-70 {
    margin: 70px !important; }

  .m-lg-75 {
    margin: 75px !important; }

  .m-lg-80 {
    margin: 80px !important; }

  .m-lg-85 {
    margin: 85px !important; }

  .m-lg-90 {
    margin: 90px !important; }

  .m-lg-95 {
    margin: 95px !important; }

  .m-lg-100 {
    margin: 100px !important; }

  .m-lg-105 {
    margin: 105px !important; }

  .m-lg-110 {
    margin: 110px !important; }

  .m-lg-115 {
    margin: 115px !important; }

  .m-lg-120 {
    margin: 120px !important; }

  .m-lg-125 {
    margin: 125px !important; }

  .m-lg-130 {
    margin: 130px !important; }

  .m-lg-135 {
    margin: 135px !important; }

  .m-lg-140 {
    margin: 140px !important; }

  .m-lg-145 {
    margin: 145px !important; }

  .m-lg-150 {
    margin: 150px !important; }

  .m-lg-155 {
    margin: 155px !important; }

  .m-lg-160 {
    margin: 160px !important; }

  .m-lg-165 {
    margin: 165px !important; }

  .m-lg-170 {
    margin: 170px !important; }

  .m-lg-175 {
    margin: 175px !important; }

  .m-lg-180 {
    margin: 180px !important; }

  .m-lg-185 {
    margin: 185px !important; }

  .m-lg-190 {
    margin: 190px !important; }

  .m-lg-195 {
    margin: 195px !important; }

  .m-lg-200 {
    margin: 200px !important; }

  .mt-lg-0 {
    margin-top: 0px !important; }

  .mt-lg-5 {
    margin-top: 5px !important; }

  .mt-lg-10 {
    margin-top: 10px !important; }

  .mt-lg-15 {
    margin-top: 15px !important; }

  .mt-lg-20 {
    margin-top: 20px !important; }

  .mt-lg-25 {
    margin-top: 25px !important; }

  .mt-lg-30 {
    margin-top: 30px !important; }

  .mt-lg-35 {
    margin-top: 35px !important; }

  .mt-lg-40 {
    margin-top: 40px !important; }

  .mt-lg-45 {
    margin-top: 45px !important; }

  .mt-lg-50 {
    margin-top: 50px !important; }

  .mt-lg-55 {
    margin-top: 55px !important; }

  .mt-lg-60 {
    margin-top: 60px !important; }

  .mt-lg-65 {
    margin-top: 65px !important; }

  .mt-lg-70 {
    margin-top: 70px !important; }

  .mt-lg-75 {
    margin-top: 75px !important; }

  .mt-lg-80 {
    margin-top: 80px !important; }

  .mt-lg-85 {
    margin-top: 85px !important; }

  .mt-lg-90 {
    margin-top: 90px !important; }

  .mt-lg-95 {
    margin-top: 95px !important; }

  .mt-lg-100 {
    margin-top: 100px !important; }

  .mt-lg-105 {
    margin-top: 105px !important; }

  .mt-lg-110 {
    margin-top: 110px !important; }

  .mt-lg-115 {
    margin-top: 115px !important; }

  .mt-lg-120 {
    margin-top: 120px !important; }

  .mt-lg-125 {
    margin-top: 125px !important; }

  .mt-lg-130 {
    margin-top: 130px !important; }

  .mt-lg-135 {
    margin-top: 135px !important; }

  .mt-lg-140 {
    margin-top: 140px !important; }

  .mt-lg-145 {
    margin-top: 145px !important; }

  .mt-lg-150 {
    margin-top: 150px !important; }

  .mt-lg-155 {
    margin-top: 155px !important; }

  .mt-lg-160 {
    margin-top: 160px !important; }

  .mt-lg-165 {
    margin-top: 165px !important; }

  .mt-lg-170 {
    margin-top: 170px !important; }

  .mt-lg-175 {
    margin-top: 175px !important; }

  .mt-lg-180 {
    margin-top: 180px !important; }

  .mt-lg-185 {
    margin-top: 185px !important; }

  .mt-lg-190 {
    margin-top: 190px !important; }

  .mt-lg-195 {
    margin-top: 195px !important; }

  .mt-lg-200 {
    margin-top: 200px !important; }

  .mb-lg-0 {
    margin-bottom: 0px !important; }

  .mb-lg-5 {
    margin-bottom: 5px !important; }

  .mb-lg-10 {
    margin-bottom: 10px !important; }

  .mb-lg-15 {
    margin-bottom: 15px !important; }

  .mb-lg-20 {
    margin-bottom: 20px !important; }

  .mb-lg-25 {
    margin-bottom: 25px !important; }

  .mb-lg-30 {
    margin-bottom: 30px !important; }

  .mb-lg-35 {
    margin-bottom: 35px !important; }

  .mb-lg-40 {
    margin-bottom: 40px !important; }

  .mb-lg-45 {
    margin-bottom: 45px !important; }

  .mb-lg-50 {
    margin-bottom: 50px !important; }

  .mb-lg-55 {
    margin-bottom: 55px !important; }

  .mb-lg-60 {
    margin-bottom: 60px !important; }

  .mb-lg-65 {
    margin-bottom: 65px !important; }

  .mb-lg-70 {
    margin-bottom: 70px !important; }

  .mb-lg-75 {
    margin-bottom: 75px !important; }

  .mb-lg-80 {
    margin-bottom: 80px !important; }

  .mb-lg-85 {
    margin-bottom: 85px !important; }

  .mb-lg-90 {
    margin-bottom: 90px !important; }

  .mb-lg-95 {
    margin-bottom: 95px !important; }

  .mb-lg-100 {
    margin-bottom: 100px !important; }

  .mb-lg-105 {
    margin-bottom: 105px !important; }

  .mb-lg-110 {
    margin-bottom: 110px !important; }

  .mb-lg-115 {
    margin-bottom: 115px !important; }

  .mb-lg-120 {
    margin-bottom: 120px !important; }

  .mb-lg-125 {
    margin-bottom: 125px !important; }

  .mb-lg-130 {
    margin-bottom: 130px !important; }

  .mb-lg-135 {
    margin-bottom: 135px !important; }

  .mb-lg-140 {
    margin-bottom: 140px !important; }

  .mb-lg-145 {
    margin-bottom: 145px !important; }

  .mb-lg-150 {
    margin-bottom: 150px !important; }

  .mb-lg-155 {
    margin-bottom: 155px !important; }

  .mb-lg-160 {
    margin-bottom: 160px !important; }

  .mb-lg-165 {
    margin-bottom: 165px !important; }

  .mb-lg-170 {
    margin-bottom: 170px !important; }

  .mb-lg-175 {
    margin-bottom: 175px !important; }

  .mb-lg-180 {
    margin-bottom: 180px !important; }

  .mb-lg-185 {
    margin-bottom: 185px !important; }

  .mb-lg-190 {
    margin-bottom: 190px !important; }

  .mb-lg-195 {
    margin-bottom: 195px !important; }

  .mb-lg-200 {
    margin-bottom: 200px !important; }

  .ms-lg-0 {
    margin-left: 0px !important; }

  .ms-lg-5 {
    margin-left: 5px !important; }

  .ms-lg-10 {
    margin-left: 10px !important; }

  .ms-lg-15 {
    margin-left: 15px !important; }

  .ms-lg-20 {
    margin-left: 20px !important; }

  .ms-lg-25 {
    margin-left: 25px !important; }

  .ms-lg-30 {
    margin-left: 30px !important; }

  .ms-lg-35 {
    margin-left: 35px !important; }

  .ms-lg-40 {
    margin-left: 40px !important; }

  .ms-lg-45 {
    margin-left: 45px !important; }

  .ms-lg-50 {
    margin-left: 50px !important; }

  .ms-lg-55 {
    margin-left: 55px !important; }

  .ms-lg-60 {
    margin-left: 60px !important; }

  .ms-lg-65 {
    margin-left: 65px !important; }

  .ms-lg-70 {
    margin-left: 70px !important; }

  .ms-lg-75 {
    margin-left: 75px !important; }

  .ms-lg-80 {
    margin-left: 80px !important; }

  .ms-lg-85 {
    margin-left: 85px !important; }

  .ms-lg-90 {
    margin-left: 90px !important; }

  .ms-lg-95 {
    margin-left: 95px !important; }

  .ms-lg-100 {
    margin-left: 100px !important; }

  .ms-lg-105 {
    margin-left: 105px !important; }

  .ms-lg-110 {
    margin-left: 110px !important; }

  .ms-lg-115 {
    margin-left: 115px !important; }

  .ms-lg-120 {
    margin-left: 120px !important; }

  .ms-lg-125 {
    margin-left: 125px !important; }

  .ms-lg-130 {
    margin-left: 130px !important; }

  .ms-lg-135 {
    margin-left: 135px !important; }

  .ms-lg-140 {
    margin-left: 140px !important; }

  .ms-lg-145 {
    margin-left: 145px !important; }

  .ms-lg-150 {
    margin-left: 150px !important; }

  .ms-lg-155 {
    margin-left: 155px !important; }

  .ms-lg-160 {
    margin-left: 160px !important; }

  .ms-lg-165 {
    margin-left: 165px !important; }

  .ms-lg-170 {
    margin-left: 170px !important; }

  .ms-lg-175 {
    margin-left: 175px !important; }

  .ms-lg-180 {
    margin-left: 180px !important; }

  .ms-lg-185 {
    margin-left: 185px !important; }

  .ms-lg-190 {
    margin-left: 190px !important; }

  .ms-lg-195 {
    margin-left: 195px !important; }

  .ms-lg-200 {
    margin-left: 200px !important; }

  .me-lg-0 {
    margin-right: 0px !important; }

  .me-lg-5 {
    margin-right: 5px !important; }

  .me-lg-10 {
    margin-right: 10px !important; }

  .me-lg-15 {
    margin-right: 15px !important; }

  .me-lg-20 {
    margin-right: 20px !important; }

  .me-lg-25 {
    margin-right: 25px !important; }

  .me-lg-30 {
    margin-right: 30px !important; }

  .me-lg-35 {
    margin-right: 35px !important; }

  .me-lg-40 {
    margin-right: 40px !important; }

  .me-lg-45 {
    margin-right: 45px !important; }

  .me-lg-50 {
    margin-right: 50px !important; }

  .me-lg-55 {
    margin-right: 55px !important; }

  .me-lg-60 {
    margin-right: 60px !important; }

  .me-lg-65 {
    margin-right: 65px !important; }

  .me-lg-70 {
    margin-right: 70px !important; }

  .me-lg-75 {
    margin-right: 75px !important; }

  .me-lg-80 {
    margin-right: 80px !important; }

  .me-lg-85 {
    margin-right: 85px !important; }

  .me-lg-90 {
    margin-right: 90px !important; }

  .me-lg-95 {
    margin-right: 95px !important; }

  .me-lg-100 {
    margin-right: 100px !important; }

  .me-lg-105 {
    margin-right: 105px !important; }

  .me-lg-110 {
    margin-right: 110px !important; }

  .me-lg-115 {
    margin-right: 115px !important; }

  .me-lg-120 {
    margin-right: 120px !important; }

  .me-lg-125 {
    margin-right: 125px !important; }

  .me-lg-130 {
    margin-right: 130px !important; }

  .me-lg-135 {
    margin-right: 135px !important; }

  .me-lg-140 {
    margin-right: 140px !important; }

  .me-lg-145 {
    margin-right: 145px !important; }

  .me-lg-150 {
    margin-right: 150px !important; }

  .me-lg-155 {
    margin-right: 155px !important; }

  .me-lg-160 {
    margin-right: 160px !important; }

  .me-lg-165 {
    margin-right: 165px !important; }

  .me-lg-170 {
    margin-right: 170px !important; }

  .me-lg-175 {
    margin-right: 175px !important; }

  .me-lg-180 {
    margin-right: 180px !important; }

  .me-lg-185 {
    margin-right: 185px !important; }

  .me-lg-190 {
    margin-right: 190px !important; }

  .me-lg-195 {
    margin-right: 195px !important; }

  .me-lg-200 {
    margin-right: 200px !important; }

  .mx-lg-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .mx-lg-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; }

  .mx-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }

  .mx-lg-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; }

  .mx-lg-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }

  .mx-lg-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; }

  .mx-lg-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }

  .mx-lg-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; }

  .mx-lg-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; }

  .mx-lg-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; }

  .mx-lg-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; }

  .mx-lg-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; }

  .mx-lg-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; }

  .mx-lg-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; }

  .mx-lg-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; }

  .mx-lg-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; }

  .mx-lg-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; }

  .mx-lg-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; }

  .mx-lg-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; }

  .mx-lg-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; }

  .mx-lg-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; }

  .mx-lg-105 {
    margin-left: 105px !important;
    margin-right: 105px !important; }

  .mx-lg-110 {
    margin-left: 110px !important;
    margin-right: 110px !important; }

  .mx-lg-115 {
    margin-left: 115px !important;
    margin-right: 115px !important; }

  .mx-lg-120 {
    margin-left: 120px !important;
    margin-right: 120px !important; }

  .mx-lg-125 {
    margin-left: 125px !important;
    margin-right: 125px !important; }

  .mx-lg-130 {
    margin-left: 130px !important;
    margin-right: 130px !important; }

  .mx-lg-135 {
    margin-left: 135px !important;
    margin-right: 135px !important; }

  .mx-lg-140 {
    margin-left: 140px !important;
    margin-right: 140px !important; }

  .mx-lg-145 {
    margin-left: 145px !important;
    margin-right: 145px !important; }

  .mx-lg-150 {
    margin-left: 150px !important;
    margin-right: 150px !important; }

  .mx-lg-155 {
    margin-left: 155px !important;
    margin-right: 155px !important; }

  .mx-lg-160 {
    margin-left: 160px !important;
    margin-right: 160px !important; }

  .mx-lg-165 {
    margin-left: 165px !important;
    margin-right: 165px !important; }

  .mx-lg-170 {
    margin-left: 170px !important;
    margin-right: 170px !important; }

  .mx-lg-175 {
    margin-left: 175px !important;
    margin-right: 175px !important; }

  .mx-lg-180 {
    margin-left: 180px !important;
    margin-right: 180px !important; }

  .mx-lg-185 {
    margin-left: 185px !important;
    margin-right: 185px !important; }

  .mx-lg-190 {
    margin-left: 190px !important;
    margin-right: 190px !important; }

  .mx-lg-195 {
    margin-left: 195px !important;
    margin-right: 195px !important; }

  .mx-lg-200 {
    margin-left: 200px !important;
    margin-right: 200px !important; }

  .my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }

  .my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }

  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }

  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }

  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  .my-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }

  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .my-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }

  .my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }

  .my-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }

  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }

  .my-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }

  .my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }

  .my-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }

  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }

  .my-lg-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }

  .my-lg-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }

  .my-lg-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }

  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }

  .my-lg-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }

  .my-lg-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }

  .my-lg-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }

  .my-lg-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }

  .my-lg-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }

  .my-lg-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }

  .my-lg-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important; }

  .my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }

  .my-lg-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important; }

  .my-lg-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }

  .my-lg-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important; }

  .my-lg-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }

  .my-lg-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important; }

  .my-lg-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }

  .my-lg-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important; }

  .my-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0px !important; }

  .m-xl-5 {
    margin: 5px !important; }

  .m-xl-10 {
    margin: 10px !important; }

  .m-xl-15 {
    margin: 15px !important; }

  .m-xl-20 {
    margin: 20px !important; }

  .m-xl-25 {
    margin: 25px !important; }

  .m-xl-30 {
    margin: 30px !important; }

  .m-xl-35 {
    margin: 35px !important; }

  .m-xl-40 {
    margin: 40px !important; }

  .m-xl-45 {
    margin: 45px !important; }

  .m-xl-50 {
    margin: 50px !important; }

  .m-xl-55 {
    margin: 55px !important; }

  .m-xl-60 {
    margin: 60px !important; }

  .m-xl-65 {
    margin: 65px !important; }

  .m-xl-70 {
    margin: 70px !important; }

  .m-xl-75 {
    margin: 75px !important; }

  .m-xl-80 {
    margin: 80px !important; }

  .m-xl-85 {
    margin: 85px !important; }

  .m-xl-90 {
    margin: 90px !important; }

  .m-xl-95 {
    margin: 95px !important; }

  .m-xl-100 {
    margin: 100px !important; }

  .m-xl-105 {
    margin: 105px !important; }

  .m-xl-110 {
    margin: 110px !important; }

  .m-xl-115 {
    margin: 115px !important; }

  .m-xl-120 {
    margin: 120px !important; }

  .m-xl-125 {
    margin: 125px !important; }

  .m-xl-130 {
    margin: 130px !important; }

  .m-xl-135 {
    margin: 135px !important; }

  .m-xl-140 {
    margin: 140px !important; }

  .m-xl-145 {
    margin: 145px !important; }

  .m-xl-150 {
    margin: 150px !important; }

  .m-xl-155 {
    margin: 155px !important; }

  .m-xl-160 {
    margin: 160px !important; }

  .m-xl-165 {
    margin: 165px !important; }

  .m-xl-170 {
    margin: 170px !important; }

  .m-xl-175 {
    margin: 175px !important; }

  .m-xl-180 {
    margin: 180px !important; }

  .m-xl-185 {
    margin: 185px !important; }

  .m-xl-190 {
    margin: 190px !important; }

  .m-xl-195 {
    margin: 195px !important; }

  .m-xl-200 {
    margin: 200px !important; }

  .mt-xl-0 {
    margin-top: 0px !important; }

  .mt-xl-5 {
    margin-top: 5px !important; }

  .mt-xl-10 {
    margin-top: 10px !important; }

  .mt-xl-15 {
    margin-top: 15px !important; }

  .mt-xl-20 {
    margin-top: 20px !important; }

  .mt-xl-25 {
    margin-top: 25px !important; }

  .mt-xl-30 {
    margin-top: 30px !important; }

  .mt-xl-35 {
    margin-top: 35px !important; }

  .mt-xl-40 {
    margin-top: 40px !important; }

  .mt-xl-45 {
    margin-top: 45px !important; }

  .mt-xl-50 {
    margin-top: 50px !important; }

  .mt-xl-55 {
    margin-top: 55px !important; }

  .mt-xl-60 {
    margin-top: 60px !important; }

  .mt-xl-65 {
    margin-top: 65px !important; }

  .mt-xl-70 {
    margin-top: 70px !important; }

  .mt-xl-75 {
    margin-top: 75px !important; }

  .mt-xl-80 {
    margin-top: 80px !important; }

  .mt-xl-85 {
    margin-top: 85px !important; }

  .mt-xl-90 {
    margin-top: 90px !important; }

  .mt-xl-95 {
    margin-top: 95px !important; }

  .mt-xl-100 {
    margin-top: 100px !important; }

  .mt-xl-105 {
    margin-top: 105px !important; }

  .mt-xl-110 {
    margin-top: 110px !important; }

  .mt-xl-115 {
    margin-top: 115px !important; }

  .mt-xl-120 {
    margin-top: 120px !important; }

  .mt-xl-125 {
    margin-top: 125px !important; }

  .mt-xl-130 {
    margin-top: 130px !important; }

  .mt-xl-135 {
    margin-top: 135px !important; }

  .mt-xl-140 {
    margin-top: 140px !important; }

  .mt-xl-145 {
    margin-top: 145px !important; }

  .mt-xl-150 {
    margin-top: 150px !important; }

  .mt-xl-155 {
    margin-top: 155px !important; }

  .mt-xl-160 {
    margin-top: 160px !important; }

  .mt-xl-165 {
    margin-top: 165px !important; }

  .mt-xl-170 {
    margin-top: 170px !important; }

  .mt-xl-175 {
    margin-top: 175px !important; }

  .mt-xl-180 {
    margin-top: 180px !important; }

  .mt-xl-185 {
    margin-top: 185px !important; }

  .mt-xl-190 {
    margin-top: 190px !important; }

  .mt-xl-195 {
    margin-top: 195px !important; }

  .mt-xl-200 {
    margin-top: 200px !important; }

  .mb-xl-0 {
    margin-bottom: 0px !important; }

  .mb-xl-5 {
    margin-bottom: 5px !important; }

  .mb-xl-10 {
    margin-bottom: 10px !important; }

  .mb-xl-15 {
    margin-bottom: 15px !important; }

  .mb-xl-20 {
    margin-bottom: 20px !important; }

  .mb-xl-25 {
    margin-bottom: 25px !important; }

  .mb-xl-30 {
    margin-bottom: 30px !important; }

  .mb-xl-35 {
    margin-bottom: 35px !important; }

  .mb-xl-40 {
    margin-bottom: 40px !important; }

  .mb-xl-45 {
    margin-bottom: 45px !important; }

  .mb-xl-50 {
    margin-bottom: 50px !important; }

  .mb-xl-55 {
    margin-bottom: 55px !important; }

  .mb-xl-60 {
    margin-bottom: 60px !important; }

  .mb-xl-65 {
    margin-bottom: 65px !important; }

  .mb-xl-70 {
    margin-bottom: 70px !important; }

  .mb-xl-75 {
    margin-bottom: 75px !important; }

  .mb-xl-80 {
    margin-bottom: 80px !important; }

  .mb-xl-85 {
    margin-bottom: 85px !important; }

  .mb-xl-90 {
    margin-bottom: 90px !important; }

  .mb-xl-95 {
    margin-bottom: 95px !important; }

  .mb-xl-100 {
    margin-bottom: 100px !important; }

  .mb-xl-105 {
    margin-bottom: 105px !important; }

  .mb-xl-110 {
    margin-bottom: 110px !important; }

  .mb-xl-115 {
    margin-bottom: 115px !important; }

  .mb-xl-120 {
    margin-bottom: 120px !important; }

  .mb-xl-125 {
    margin-bottom: 125px !important; }

  .mb-xl-130 {
    margin-bottom: 130px !important; }

  .mb-xl-135 {
    margin-bottom: 135px !important; }

  .mb-xl-140 {
    margin-bottom: 140px !important; }

  .mb-xl-145 {
    margin-bottom: 145px !important; }

  .mb-xl-150 {
    margin-bottom: 150px !important; }

  .mb-xl-155 {
    margin-bottom: 155px !important; }

  .mb-xl-160 {
    margin-bottom: 160px !important; }

  .mb-xl-165 {
    margin-bottom: 165px !important; }

  .mb-xl-170 {
    margin-bottom: 170px !important; }

  .mb-xl-175 {
    margin-bottom: 175px !important; }

  .mb-xl-180 {
    margin-bottom: 180px !important; }

  .mb-xl-185 {
    margin-bottom: 185px !important; }

  .mb-xl-190 {
    margin-bottom: 190px !important; }

  .mb-xl-195 {
    margin-bottom: 195px !important; }

  .mb-xl-200 {
    margin-bottom: 200px !important; }

  .ms-xl-0 {
    margin-left: 0px !important; }

  .ms-xl-5 {
    margin-left: 5px !important; }

  .ms-xl-10 {
    margin-left: 10px !important; }

  .ms-xl-15 {
    margin-left: 15px !important; }

  .ms-xl-20 {
    margin-left: 20px !important; }

  .ms-xl-25 {
    margin-left: 25px !important; }

  .ms-xl-30 {
    margin-left: 30px !important; }

  .ms-xl-35 {
    margin-left: 35px !important; }

  .ms-xl-40 {
    margin-left: 40px !important; }

  .ms-xl-45 {
    margin-left: 45px !important; }

  .ms-xl-50 {
    margin-left: 50px !important; }

  .ms-xl-55 {
    margin-left: 55px !important; }

  .ms-xl-60 {
    margin-left: 60px !important; }

  .ms-xl-65 {
    margin-left: 65px !important; }

  .ms-xl-70 {
    margin-left: 70px !important; }

  .ms-xl-75 {
    margin-left: 75px !important; }

  .ms-xl-80 {
    margin-left: 80px !important; }

  .ms-xl-85 {
    margin-left: 85px !important; }

  .ms-xl-90 {
    margin-left: 90px !important; }

  .ms-xl-95 {
    margin-left: 95px !important; }

  .ms-xl-100 {
    margin-left: 100px !important; }

  .ms-xl-105 {
    margin-left: 105px !important; }

  .ms-xl-110 {
    margin-left: 110px !important; }

  .ms-xl-115 {
    margin-left: 115px !important; }

  .ms-xl-120 {
    margin-left: 120px !important; }

  .ms-xl-125 {
    margin-left: 125px !important; }

  .ms-xl-130 {
    margin-left: 130px !important; }

  .ms-xl-135 {
    margin-left: 135px !important; }

  .ms-xl-140 {
    margin-left: 140px !important; }

  .ms-xl-145 {
    margin-left: 145px !important; }

  .ms-xl-150 {
    margin-left: 150px !important; }

  .ms-xl-155 {
    margin-left: 155px !important; }

  .ms-xl-160 {
    margin-left: 160px !important; }

  .ms-xl-165 {
    margin-left: 165px !important; }

  .ms-xl-170 {
    margin-left: 170px !important; }

  .ms-xl-175 {
    margin-left: 175px !important; }

  .ms-xl-180 {
    margin-left: 180px !important; }

  .ms-xl-185 {
    margin-left: 185px !important; }

  .ms-xl-190 {
    margin-left: 190px !important; }

  .ms-xl-195 {
    margin-left: 195px !important; }

  .ms-xl-200 {
    margin-left: 200px !important; }

  .me-xl-0 {
    margin-right: 0px !important; }

  .me-xl-5 {
    margin-right: 5px !important; }

  .me-xl-10 {
    margin-right: 10px !important; }

  .me-xl-15 {
    margin-right: 15px !important; }

  .me-xl-20 {
    margin-right: 20px !important; }

  .me-xl-25 {
    margin-right: 25px !important; }

  .me-xl-30 {
    margin-right: 30px !important; }

  .me-xl-35 {
    margin-right: 35px !important; }

  .me-xl-40 {
    margin-right: 40px !important; }

  .me-xl-45 {
    margin-right: 45px !important; }

  .me-xl-50 {
    margin-right: 50px !important; }

  .me-xl-55 {
    margin-right: 55px !important; }

  .me-xl-60 {
    margin-right: 60px !important; }

  .me-xl-65 {
    margin-right: 65px !important; }

  .me-xl-70 {
    margin-right: 70px !important; }

  .me-xl-75 {
    margin-right: 75px !important; }

  .me-xl-80 {
    margin-right: 80px !important; }

  .me-xl-85 {
    margin-right: 85px !important; }

  .me-xl-90 {
    margin-right: 90px !important; }

  .me-xl-95 {
    margin-right: 95px !important; }

  .me-xl-100 {
    margin-right: 100px !important; }

  .me-xl-105 {
    margin-right: 105px !important; }

  .me-xl-110 {
    margin-right: 110px !important; }

  .me-xl-115 {
    margin-right: 115px !important; }

  .me-xl-120 {
    margin-right: 120px !important; }

  .me-xl-125 {
    margin-right: 125px !important; }

  .me-xl-130 {
    margin-right: 130px !important; }

  .me-xl-135 {
    margin-right: 135px !important; }

  .me-xl-140 {
    margin-right: 140px !important; }

  .me-xl-145 {
    margin-right: 145px !important; }

  .me-xl-150 {
    margin-right: 150px !important; }

  .me-xl-155 {
    margin-right: 155px !important; }

  .me-xl-160 {
    margin-right: 160px !important; }

  .me-xl-165 {
    margin-right: 165px !important; }

  .me-xl-170 {
    margin-right: 170px !important; }

  .me-xl-175 {
    margin-right: 175px !important; }

  .me-xl-180 {
    margin-right: 180px !important; }

  .me-xl-185 {
    margin-right: 185px !important; }

  .me-xl-190 {
    margin-right: 190px !important; }

  .me-xl-195 {
    margin-right: 195px !important; }

  .me-xl-200 {
    margin-right: 200px !important; }

  .mx-xl-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .mx-xl-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; }

  .mx-xl-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }

  .mx-xl-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; }

  .mx-xl-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }

  .mx-xl-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; }

  .mx-xl-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }

  .mx-xl-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; }

  .mx-xl-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; }

  .mx-xl-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; }

  .mx-xl-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; }

  .mx-xl-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; }

  .mx-xl-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; }

  .mx-xl-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; }

  .mx-xl-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; }

  .mx-xl-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; }

  .mx-xl-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; }

  .mx-xl-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; }

  .mx-xl-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; }

  .mx-xl-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; }

  .mx-xl-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; }

  .mx-xl-105 {
    margin-left: 105px !important;
    margin-right: 105px !important; }

  .mx-xl-110 {
    margin-left: 110px !important;
    margin-right: 110px !important; }

  .mx-xl-115 {
    margin-left: 115px !important;
    margin-right: 115px !important; }

  .mx-xl-120 {
    margin-left: 120px !important;
    margin-right: 120px !important; }

  .mx-xl-125 {
    margin-left: 125px !important;
    margin-right: 125px !important; }

  .mx-xl-130 {
    margin-left: 130px !important;
    margin-right: 130px !important; }

  .mx-xl-135 {
    margin-left: 135px !important;
    margin-right: 135px !important; }

  .mx-xl-140 {
    margin-left: 140px !important;
    margin-right: 140px !important; }

  .mx-xl-145 {
    margin-left: 145px !important;
    margin-right: 145px !important; }

  .mx-xl-150 {
    margin-left: 150px !important;
    margin-right: 150px !important; }

  .mx-xl-155 {
    margin-left: 155px !important;
    margin-right: 155px !important; }

  .mx-xl-160 {
    margin-left: 160px !important;
    margin-right: 160px !important; }

  .mx-xl-165 {
    margin-left: 165px !important;
    margin-right: 165px !important; }

  .mx-xl-170 {
    margin-left: 170px !important;
    margin-right: 170px !important; }

  .mx-xl-175 {
    margin-left: 175px !important;
    margin-right: 175px !important; }

  .mx-xl-180 {
    margin-left: 180px !important;
    margin-right: 180px !important; }

  .mx-xl-185 {
    margin-left: 185px !important;
    margin-right: 185px !important; }

  .mx-xl-190 {
    margin-left: 190px !important;
    margin-right: 190px !important; }

  .mx-xl-195 {
    margin-left: 195px !important;
    margin-right: 195px !important; }

  .mx-xl-200 {
    margin-left: 200px !important;
    margin-right: 200px !important; }

  .my-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }

  .my-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }

  .my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .my-xl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }

  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .my-xl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }

  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  .my-xl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }

  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .my-xl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }

  .my-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }

  .my-xl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }

  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }

  .my-xl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }

  .my-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }

  .my-xl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }

  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }

  .my-xl-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }

  .my-xl-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }

  .my-xl-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }

  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }

  .my-xl-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }

  .my-xl-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }

  .my-xl-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }

  .my-xl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }

  .my-xl-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }

  .my-xl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }

  .my-xl-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important; }

  .my-xl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }

  .my-xl-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important; }

  .my-xl-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }

  .my-xl-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important; }

  .my-xl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }

  .my-xl-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important; }

  .my-xl-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }

  .my-xl-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important; }

  .my-xl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important; } }
@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0px !important; }

  .m-xxl-5 {
    margin: 5px !important; }

  .m-xxl-10 {
    margin: 10px !important; }

  .m-xxl-15 {
    margin: 15px !important; }

  .m-xxl-20 {
    margin: 20px !important; }

  .m-xxl-25 {
    margin: 25px !important; }

  .m-xxl-30 {
    margin: 30px !important; }

  .m-xxl-35 {
    margin: 35px !important; }

  .m-xxl-40 {
    margin: 40px !important; }

  .m-xxl-45 {
    margin: 45px !important; }

  .m-xxl-50 {
    margin: 50px !important; }

  .m-xxl-55 {
    margin: 55px !important; }

  .m-xxl-60 {
    margin: 60px !important; }

  .m-xxl-65 {
    margin: 65px !important; }

  .m-xxl-70 {
    margin: 70px !important; }

  .m-xxl-75 {
    margin: 75px !important; }

  .m-xxl-80 {
    margin: 80px !important; }

  .m-xxl-85 {
    margin: 85px !important; }

  .m-xxl-90 {
    margin: 90px !important; }

  .m-xxl-95 {
    margin: 95px !important; }

  .m-xxl-100 {
    margin: 100px !important; }

  .m-xxl-105 {
    margin: 105px !important; }

  .m-xxl-110 {
    margin: 110px !important; }

  .m-xxl-115 {
    margin: 115px !important; }

  .m-xxl-120 {
    margin: 120px !important; }

  .m-xxl-125 {
    margin: 125px !important; }

  .m-xxl-130 {
    margin: 130px !important; }

  .m-xxl-135 {
    margin: 135px !important; }

  .m-xxl-140 {
    margin: 140px !important; }

  .m-xxl-145 {
    margin: 145px !important; }

  .m-xxl-150 {
    margin: 150px !important; }

  .m-xxl-155 {
    margin: 155px !important; }

  .m-xxl-160 {
    margin: 160px !important; }

  .m-xxl-165 {
    margin: 165px !important; }

  .m-xxl-170 {
    margin: 170px !important; }

  .m-xxl-175 {
    margin: 175px !important; }

  .m-xxl-180 {
    margin: 180px !important; }

  .m-xxl-185 {
    margin: 185px !important; }

  .m-xxl-190 {
    margin: 190px !important; }

  .m-xxl-195 {
    margin: 195px !important; }

  .m-xxl-200 {
    margin: 200px !important; }

  .mt-xxl-0 {
    margin-top: 0px !important; }

  .mt-xxl-5 {
    margin-top: 5px !important; }

  .mt-xxl-10 {
    margin-top: 10px !important; }

  .mt-xxl-15 {
    margin-top: 15px !important; }

  .mt-xxl-20 {
    margin-top: 20px !important; }

  .mt-xxl-25 {
    margin-top: 25px !important; }

  .mt-xxl-30 {
    margin-top: 30px !important; }

  .mt-xxl-35 {
    margin-top: 35px !important; }

  .mt-xxl-40 {
    margin-top: 40px !important; }

  .mt-xxl-45 {
    margin-top: 45px !important; }

  .mt-xxl-50 {
    margin-top: 50px !important; }

  .mt-xxl-55 {
    margin-top: 55px !important; }

  .mt-xxl-60 {
    margin-top: 60px !important; }

  .mt-xxl-65 {
    margin-top: 65px !important; }

  .mt-xxl-70 {
    margin-top: 70px !important; }

  .mt-xxl-75 {
    margin-top: 75px !important; }

  .mt-xxl-80 {
    margin-top: 80px !important; }

  .mt-xxl-85 {
    margin-top: 85px !important; }

  .mt-xxl-90 {
    margin-top: 90px !important; }

  .mt-xxl-95 {
    margin-top: 95px !important; }

  .mt-xxl-100 {
    margin-top: 100px !important; }

  .mt-xxl-105 {
    margin-top: 105px !important; }

  .mt-xxl-110 {
    margin-top: 110px !important; }

  .mt-xxl-115 {
    margin-top: 115px !important; }

  .mt-xxl-120 {
    margin-top: 120px !important; }

  .mt-xxl-125 {
    margin-top: 125px !important; }

  .mt-xxl-130 {
    margin-top: 130px !important; }

  .mt-xxl-135 {
    margin-top: 135px !important; }

  .mt-xxl-140 {
    margin-top: 140px !important; }

  .mt-xxl-145 {
    margin-top: 145px !important; }

  .mt-xxl-150 {
    margin-top: 150px !important; }

  .mt-xxl-155 {
    margin-top: 155px !important; }

  .mt-xxl-160 {
    margin-top: 160px !important; }

  .mt-xxl-165 {
    margin-top: 165px !important; }

  .mt-xxl-170 {
    margin-top: 170px !important; }

  .mt-xxl-175 {
    margin-top: 175px !important; }

  .mt-xxl-180 {
    margin-top: 180px !important; }

  .mt-xxl-185 {
    margin-top: 185px !important; }

  .mt-xxl-190 {
    margin-top: 190px !important; }

  .mt-xxl-195 {
    margin-top: 195px !important; }

  .mt-xxl-200 {
    margin-top: 200px !important; }

  .mb-xxl-0 {
    margin-bottom: 0px !important; }

  .mb-xxl-5 {
    margin-bottom: 5px !important; }

  .mb-xxl-10 {
    margin-bottom: 10px !important; }

  .mb-xxl-15 {
    margin-bottom: 15px !important; }

  .mb-xxl-20 {
    margin-bottom: 20px !important; }

  .mb-xxl-25 {
    margin-bottom: 25px !important; }

  .mb-xxl-30 {
    margin-bottom: 30px !important; }

  .mb-xxl-35 {
    margin-bottom: 35px !important; }

  .mb-xxl-40 {
    margin-bottom: 40px !important; }

  .mb-xxl-45 {
    margin-bottom: 45px !important; }

  .mb-xxl-50 {
    margin-bottom: 50px !important; }

  .mb-xxl-55 {
    margin-bottom: 55px !important; }

  .mb-xxl-60 {
    margin-bottom: 60px !important; }

  .mb-xxl-65 {
    margin-bottom: 65px !important; }

  .mb-xxl-70 {
    margin-bottom: 70px !important; }

  .mb-xxl-75 {
    margin-bottom: 75px !important; }

  .mb-xxl-80 {
    margin-bottom: 80px !important; }

  .mb-xxl-85 {
    margin-bottom: 85px !important; }

  .mb-xxl-90 {
    margin-bottom: 90px !important; }

  .mb-xxl-95 {
    margin-bottom: 95px !important; }

  .mb-xxl-100 {
    margin-bottom: 100px !important; }

  .mb-xxl-105 {
    margin-bottom: 105px !important; }

  .mb-xxl-110 {
    margin-bottom: 110px !important; }

  .mb-xxl-115 {
    margin-bottom: 115px !important; }

  .mb-xxl-120 {
    margin-bottom: 120px !important; }

  .mb-xxl-125 {
    margin-bottom: 125px !important; }

  .mb-xxl-130 {
    margin-bottom: 130px !important; }

  .mb-xxl-135 {
    margin-bottom: 135px !important; }

  .mb-xxl-140 {
    margin-bottom: 140px !important; }

  .mb-xxl-145 {
    margin-bottom: 145px !important; }

  .mb-xxl-150 {
    margin-bottom: 150px !important; }

  .mb-xxl-155 {
    margin-bottom: 155px !important; }

  .mb-xxl-160 {
    margin-bottom: 160px !important; }

  .mb-xxl-165 {
    margin-bottom: 165px !important; }

  .mb-xxl-170 {
    margin-bottom: 170px !important; }

  .mb-xxl-175 {
    margin-bottom: 175px !important; }

  .mb-xxl-180 {
    margin-bottom: 180px !important; }

  .mb-xxl-185 {
    margin-bottom: 185px !important; }

  .mb-xxl-190 {
    margin-bottom: 190px !important; }

  .mb-xxl-195 {
    margin-bottom: 195px !important; }

  .mb-xxl-200 {
    margin-bottom: 200px !important; }

  .ms-xxl-0 {
    margin-left: 0px !important; }

  .ms-xxl-5 {
    margin-left: 5px !important; }

  .ms-xxl-10 {
    margin-left: 10px !important; }

  .ms-xxl-15 {
    margin-left: 15px !important; }

  .ms-xxl-20 {
    margin-left: 20px !important; }

  .ms-xxl-25 {
    margin-left: 25px !important; }

  .ms-xxl-30 {
    margin-left: 30px !important; }

  .ms-xxl-35 {
    margin-left: 35px !important; }

  .ms-xxl-40 {
    margin-left: 40px !important; }

  .ms-xxl-45 {
    margin-left: 45px !important; }

  .ms-xxl-50 {
    margin-left: 50px !important; }

  .ms-xxl-55 {
    margin-left: 55px !important; }

  .ms-xxl-60 {
    margin-left: 60px !important; }

  .ms-xxl-65 {
    margin-left: 65px !important; }

  .ms-xxl-70 {
    margin-left: 70px !important; }

  .ms-xxl-75 {
    margin-left: 75px !important; }

  .ms-xxl-80 {
    margin-left: 80px !important; }

  .ms-xxl-85 {
    margin-left: 85px !important; }

  .ms-xxl-90 {
    margin-left: 90px !important; }

  .ms-xxl-95 {
    margin-left: 95px !important; }

  .ms-xxl-100 {
    margin-left: 100px !important; }

  .ms-xxl-105 {
    margin-left: 105px !important; }

  .ms-xxl-110 {
    margin-left: 110px !important; }

  .ms-xxl-115 {
    margin-left: 115px !important; }

  .ms-xxl-120 {
    margin-left: 120px !important; }

  .ms-xxl-125 {
    margin-left: 125px !important; }

  .ms-xxl-130 {
    margin-left: 130px !important; }

  .ms-xxl-135 {
    margin-left: 135px !important; }

  .ms-xxl-140 {
    margin-left: 140px !important; }

  .ms-xxl-145 {
    margin-left: 145px !important; }

  .ms-xxl-150 {
    margin-left: 150px !important; }

  .ms-xxl-155 {
    margin-left: 155px !important; }

  .ms-xxl-160 {
    margin-left: 160px !important; }

  .ms-xxl-165 {
    margin-left: 165px !important; }

  .ms-xxl-170 {
    margin-left: 170px !important; }

  .ms-xxl-175 {
    margin-left: 175px !important; }

  .ms-xxl-180 {
    margin-left: 180px !important; }

  .ms-xxl-185 {
    margin-left: 185px !important; }

  .ms-xxl-190 {
    margin-left: 190px !important; }

  .ms-xxl-195 {
    margin-left: 195px !important; }

  .ms-xxl-200 {
    margin-left: 200px !important; }

  .me-xxl-0 {
    margin-right: 0px !important; }

  .me-xxl-5 {
    margin-right: 5px !important; }

  .me-xxl-10 {
    margin-right: 10px !important; }

  .me-xxl-15 {
    margin-right: 15px !important; }

  .me-xxl-20 {
    margin-right: 20px !important; }

  .me-xxl-25 {
    margin-right: 25px !important; }

  .me-xxl-30 {
    margin-right: 30px !important; }

  .me-xxl-35 {
    margin-right: 35px !important; }

  .me-xxl-40 {
    margin-right: 40px !important; }

  .me-xxl-45 {
    margin-right: 45px !important; }

  .me-xxl-50 {
    margin-right: 50px !important; }

  .me-xxl-55 {
    margin-right: 55px !important; }

  .me-xxl-60 {
    margin-right: 60px !important; }

  .me-xxl-65 {
    margin-right: 65px !important; }

  .me-xxl-70 {
    margin-right: 70px !important; }

  .me-xxl-75 {
    margin-right: 75px !important; }

  .me-xxl-80 {
    margin-right: 80px !important; }

  .me-xxl-85 {
    margin-right: 85px !important; }

  .me-xxl-90 {
    margin-right: 90px !important; }

  .me-xxl-95 {
    margin-right: 95px !important; }

  .me-xxl-100 {
    margin-right: 100px !important; }

  .me-xxl-105 {
    margin-right: 105px !important; }

  .me-xxl-110 {
    margin-right: 110px !important; }

  .me-xxl-115 {
    margin-right: 115px !important; }

  .me-xxl-120 {
    margin-right: 120px !important; }

  .me-xxl-125 {
    margin-right: 125px !important; }

  .me-xxl-130 {
    margin-right: 130px !important; }

  .me-xxl-135 {
    margin-right: 135px !important; }

  .me-xxl-140 {
    margin-right: 140px !important; }

  .me-xxl-145 {
    margin-right: 145px !important; }

  .me-xxl-150 {
    margin-right: 150px !important; }

  .me-xxl-155 {
    margin-right: 155px !important; }

  .me-xxl-160 {
    margin-right: 160px !important; }

  .me-xxl-165 {
    margin-right: 165px !important; }

  .me-xxl-170 {
    margin-right: 170px !important; }

  .me-xxl-175 {
    margin-right: 175px !important; }

  .me-xxl-180 {
    margin-right: 180px !important; }

  .me-xxl-185 {
    margin-right: 185px !important; }

  .me-xxl-190 {
    margin-right: 190px !important; }

  .me-xxl-195 {
    margin-right: 195px !important; }

  .me-xxl-200 {
    margin-right: 200px !important; }

  .mx-xxl-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .mx-xxl-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; }

  .mx-xxl-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }

  .mx-xxl-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; }

  .mx-xxl-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }

  .mx-xxl-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; }

  .mx-xxl-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }

  .mx-xxl-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; }

  .mx-xxl-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; }

  .mx-xxl-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; }

  .mx-xxl-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; }

  .mx-xxl-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; }

  .mx-xxl-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; }

  .mx-xxl-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; }

  .mx-xxl-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; }

  .mx-xxl-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; }

  .mx-xxl-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; }

  .mx-xxl-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; }

  .mx-xxl-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; }

  .mx-xxl-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; }

  .mx-xxl-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; }

  .mx-xxl-105 {
    margin-left: 105px !important;
    margin-right: 105px !important; }

  .mx-xxl-110 {
    margin-left: 110px !important;
    margin-right: 110px !important; }

  .mx-xxl-115 {
    margin-left: 115px !important;
    margin-right: 115px !important; }

  .mx-xxl-120 {
    margin-left: 120px !important;
    margin-right: 120px !important; }

  .mx-xxl-125 {
    margin-left: 125px !important;
    margin-right: 125px !important; }

  .mx-xxl-130 {
    margin-left: 130px !important;
    margin-right: 130px !important; }

  .mx-xxl-135 {
    margin-left: 135px !important;
    margin-right: 135px !important; }

  .mx-xxl-140 {
    margin-left: 140px !important;
    margin-right: 140px !important; }

  .mx-xxl-145 {
    margin-left: 145px !important;
    margin-right: 145px !important; }

  .mx-xxl-150 {
    margin-left: 150px !important;
    margin-right: 150px !important; }

  .mx-xxl-155 {
    margin-left: 155px !important;
    margin-right: 155px !important; }

  .mx-xxl-160 {
    margin-left: 160px !important;
    margin-right: 160px !important; }

  .mx-xxl-165 {
    margin-left: 165px !important;
    margin-right: 165px !important; }

  .mx-xxl-170 {
    margin-left: 170px !important;
    margin-right: 170px !important; }

  .mx-xxl-175 {
    margin-left: 175px !important;
    margin-right: 175px !important; }

  .mx-xxl-180 {
    margin-left: 180px !important;
    margin-right: 180px !important; }

  .mx-xxl-185 {
    margin-left: 185px !important;
    margin-right: 185px !important; }

  .mx-xxl-190 {
    margin-left: 190px !important;
    margin-right: 190px !important; }

  .mx-xxl-195 {
    margin-left: 195px !important;
    margin-right: 195px !important; }

  .mx-xxl-200 {
    margin-left: 200px !important;
    margin-right: 200px !important; }

  .my-xxl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }

  .my-xxl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

  .my-xxl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .my-xxl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

  .my-xxl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .my-xxl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }

  .my-xxl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .my-xxl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }

  .my-xxl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .my-xxl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }

  .my-xxl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  .my-xxl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }

  .my-xxl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .my-xxl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }

  .my-xxl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }

  .my-xxl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }

  .my-xxl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }

  .my-xxl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }

  .my-xxl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }

  .my-xxl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }

  .my-xxl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }

  .my-xxl-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }

  .my-xxl-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }

  .my-xxl-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }

  .my-xxl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }

  .my-xxl-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }

  .my-xxl-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }

  .my-xxl-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }

  .my-xxl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }

  .my-xxl-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }

  .my-xxl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }

  .my-xxl-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important; }

  .my-xxl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }

  .my-xxl-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important; }

  .my-xxl-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }

  .my-xxl-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important; }

  .my-xxl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }

  .my-xxl-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important; }

  .my-xxl-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }

  .my-xxl-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important; }

  .my-xxl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important; } }
/*******************
Width property
*******************/
.w-0 {
  width: 0px !important; }

.min-w-0 {
  min-width: 0px !important; }

.max-w-0 {
  max-width: 0px !important; }

.w-10 {
  width: 10px !important; }

.min-w-10 {
  min-width: 10px !important; }

.max-w-10 {
  max-width: 10px !important; }

.w-20 {
  width: 20px !important; }

.min-w-20 {
  min-width: 20px !important; }

.max-w-20 {
  max-width: 20px !important; }

.w-30 {
  width: 30px !important; }

.min-w-30 {
  min-width: 30px !important; }

.max-w-30 {
  max-width: 30px !important; }

.w-40 {
  width: 40px !important; }

.min-w-40 {
  min-width: 40px !important; }

.max-w-40 {
  max-width: 40px !important; }

.w-50 {
  width: 50px !important; }

.min-w-50 {
  min-width: 50px !important; }

.max-w-50 {
  max-width: 50px !important; }

.w-60 {
  width: 60px !important; }

.min-w-60 {
  min-width: 60px !important; }

.max-w-60 {
  max-width: 60px !important; }

.w-70 {
  width: 70px !important; }

.min-w-70 {
  min-width: 70px !important; }

.max-w-70 {
  max-width: 70px !important; }

.w-80 {
  width: 80px !important; }

.min-w-80 {
  min-width: 80px !important; }

.max-w-80 {
  max-width: 80px !important; }

.w-90 {
  width: 90px !important; }

.min-w-90 {
  min-width: 90px !important; }

.max-w-90 {
  max-width: 90px !important; }

.w-100 {
  width: 100px !important; }

.min-w-100 {
  min-width: 100px !important; }

.max-w-100 {
  max-width: 100px !important; }

.w-120 {
  width: 120px !important; }

.min-w-120 {
  min-width: 120px !important; }

.max-w-120 {
  max-width: 120px !important; }

.w-150 {
  width: 150px !important; }

.min-w-150 {
  min-width: 150px !important; }

.max-w-150 {
  max-width: 150px !important; }

.w-160 {
  width: 160px !important; }

.min-w-160 {
  min-width: 160px !important; }

.max-w-160 {
  max-width: 160px !important; }

.w-170 {
  width: 170px !important; }

.min-w-170 {
  min-width: 170px !important; }

.max-w-170 {
  max-width: 170px !important; }

.w-180 {
  width: 180px !important; }

.min-w-180 {
  min-width: 180px !important; }

.max-w-180 {
  max-width: 180px !important; }

.w-190 {
  width: 190px !important; }

.min-w-190 {
  min-width: 190px !important; }

.max-w-190 {
  max-width: 190px !important; }

.w-200 {
  width: 200px !important; }

.min-w-200 {
  min-width: 200px !important; }

.max-w-200 {
  max-width: 200px !important; }

.w-250 {
  width: 250px !important; }

.min-w-250 {
  min-width: 250px !important; }

.max-w-250 {
  max-width: 250px !important; }

.w-300 {
  width: 300px !important; }

.min-w-300 {
  min-width: 300px !important; }

.max-w-300 {
  max-width: 300px !important; }

.w-350 {
  width: 350px !important; }

.min-w-350 {
  min-width: 350px !important; }

.max-w-350 {
  max-width: 350px !important; }

.w-400 {
  width: 400px !important; }

.min-w-400 {
  min-width: 400px !important; }

.max-w-400 {
  max-width: 400px !important; }

.w-450 {
  width: 450px !important; }

.min-w-450 {
  min-width: 450px !important; }

.max-w-450 {
  max-width: 450px !important; }

.w-500 {
  width: 500px !important; }

.min-w-500 {
  min-width: 500px !important; }

.max-w-500 {
  max-width: 500px !important; }

.w-550 {
  width: 550px !important; }

.min-w-550 {
  min-width: 550px !important; }

.max-w-550 {
  max-width: 550px !important; }

.w-600 {
  width: 600px !important; }

.min-w-600 {
  min-width: 600px !important; }

.max-w-600 {
  max-width: 600px !important; }

.w-650 {
  width: 650px !important; }

.min-w-650 {
  min-width: 650px !important; }

.max-w-650 {
  max-width: 650px !important; }

.w-700 {
  width: 700px !important; }

.min-w-700 {
  min-width: 700px !important; }

.max-w-700 {
  max-width: 700px !important; }

.w-750 {
  width: 750px !important; }

.min-w-750 {
  min-width: 750px !important; }

.max-w-750 {
  max-width: 750px !important; }

.w-800 {
  width: 800px !important; }

.min-w-800 {
  min-width: 800px !important; }

.max-w-800 {
  max-width: 800px !important; }

.w-850 {
  width: 850px !important; }

.min-w-850 {
  min-width: 850px !important; }

.max-w-850 {
  max-width: 850px !important; }

.w-900 {
  width: 900px !important; }

.min-w-900 {
  min-width: 900px !important; }

.max-w-900 {
  max-width: 900px !important; }

.w-950 {
  width: 950px !important; }

.min-w-950 {
  min-width: 950px !important; }

.max-w-950 {
  max-width: 950px !important; }

.w-1000 {
  width: 1000px !important; }

.min-w-1000 {
  min-width: 1000px !important; }

.max-w-1000 {
  max-width: 1000px !important; }

.w-p5 {
  width: 5%; }

.min-w-p5 {
  min-width: 5%; }

.max-w-p5 {
  max-width: 5%; }

.w-p10 {
  width: 10%; }

.min-w-p10 {
  min-width: 10%; }

.max-w-p10 {
  max-width: 10%; }

.w-p15 {
  width: 15%; }

.min-w-p15 {
  min-width: 15%; }

.max-w-p15 {
  max-width: 15%; }

.w-p20 {
  width: 20%; }

.min-w-p20 {
  min-width: 20%; }

.max-w-p20 {
  max-width: 20%; }

.w-p25 {
  width: 25%; }

.min-w-p25 {
  min-width: 25%; }

.max-w-p25 {
  max-width: 25%; }

.w-p30 {
  width: 30%; }

.min-w-p30 {
  min-width: 30%; }

.max-w-p30 {
  max-width: 30%; }

.w-p35 {
  width: 35%; }

.min-w-p35 {
  min-width: 35%; }

.max-w-p35 {
  max-width: 35%; }

.w-p40 {
  width: 40%; }

.min-w-p40 {
  min-width: 40%; }

.max-w-p40 {
  max-width: 40%; }

.w-p45 {
  width: 45%; }

.min-w-p45 {
  min-width: 45%; }

.max-w-p45 {
  max-width: 45%; }

.w-p50 {
  width: 50%; }

.min-w-p50 {
  min-width: 50%; }

.max-w-p50 {
  max-width: 50%; }

.w-p60 {
  width: 60%; }

.min-w-p60 {
  min-width: 60%; }

.max-w-p60 {
  max-width: 60%; }

.w-p65 {
  width: 65%; }

.min-w-p65 {
  min-width: 65%; }

.max-w-p65 {
  max-width: 65%; }

.w-p70 {
  width: 70%; }

.min-w-p70 {
  min-width: 70%; }

.max-w-p70 {
  max-width: 70%; }

.w-p75 {
  width: 75%; }

.min-w-p75 {
  min-width: 75%; }

.max-w-p75 {
  max-width: 75%; }

.w-p80 {
  width: 80%; }

.min-w-p80 {
  min-width: 80%; }

.max-w-p80 {
  max-width: 80%; }

.w-p85 {
  width: 85%; }

.min-w-p85 {
  min-width: 85%; }

.max-w-p85 {
  max-width: 85%; }

.w-p90 {
  width: 90%; }

.min-w-p90 {
  min-width: 90%; }

.max-w-p90 {
  max-width: 90%; }

.w-p95 {
  width: 95%; }

.min-w-p95 {
  min-width: 95%; }

.max-w-p95 {
  max-width: 95%; }

.w-p100 {
  width: 100% !important; }

.min-w-p100 {
  min-width: 100% !important; }

.max-w-p100 {
  max-width: 100% !important; }

.w-auto {
  width: auto; }

.min-w-auto {
  min-width: auto; }

.max-w-auto {
  max-width: auto; }

@media (max-width: 575px) {
  .w-xs-0 {
    width: 0px; }

  .min-w-xs-0 {
    min-width: 0px; }

  .max-w-xs-0 {
    max-width: 0px; }

  .w-xs-10 {
    width: 10px; }

  .min-w-xs-10 {
    min-width: 10px; }

  .max-w-xs-10 {
    max-width: 10px; }

  .w-xs-20 {
    width: 20px; }

  .min-w-xs-20 {
    min-width: 20px; }

  .max-w-xs-20 {
    max-width: 20px; }

  .w-xs-30 {
    width: 30px; }

  .min-w-xs-30 {
    min-width: 30px; }

  .max-w-xs-30 {
    max-width: 30px; }

  .w-xs-40 {
    width: 40px; }

  .min-w-xs-40 {
    min-width: 40px; }

  .max-w-xs-40 {
    max-width: 40px; }

  .w-xs-50 {
    width: 50px; }

  .min-w-xs-50 {
    min-width: 50px; }

  .max-w-xs-50 {
    max-width: 50px; }

  .w-xs-60 {
    width: 60px; }

  .min-w-xs-60 {
    min-width: 60px; }

  .max-w-xs-60 {
    max-width: 60px; }

  .w-xs-70 {
    width: 70px; }

  .min-w-xs-70 {
    min-width: 70px; }

  .max-w-xs-70 {
    max-width: 70px; }

  .w-xs-80 {
    width: 80px; }

  .min-w-xs-80 {
    min-width: 80px; }

  .max-w-xs-80 {
    max-width: 80px; }

  .w-xs-90 {
    width: 90px; }

  .min-w-xs-90 {
    min-width: 90px; }

  .max-w-xs-90 {
    max-width: 90px; }

  .w-xs-100 {
    width: 100px; }

  .min-w-xs-100 {
    min-width: 100px; }

  .max-w-xs-100 {
    max-width: 100px; }

  .w-xs-120 {
    width: 120px; }

  .min-w-xs-120 {
    min-width: 120px; }

  .max-w-xs-120 {
    max-width: 120px; }

  .w-xs-150 {
    width: 150px; }

  .min-w-xs-150 {
    min-width: 150px; }

  .max-w-xs-150 {
    max-width: 150px; }

  .w-xs-160 {
    width: 160px; }

  .min-w-xs-160 {
    min-width: 160px; }

  .max-w-xs-160 {
    max-width: 160px; }

  .w-xs-170 {
    width: 170px; }

  .min-w-xs-170 {
    min-width: 170px; }

  .max-w-xs-170 {
    max-width: 170px; }

  .w-xs-180 {
    width: 180px; }

  .min-w-xs-180 {
    min-width: 180px; }

  .max-w-xs-180 {
    max-width: 180px; }

  .w-xs-190 {
    width: 190px; }

  .min-w-xs-190 {
    min-width: 190px; }

  .max-w-xs-190 {
    max-width: 190px; }

  .w-xs-200 {
    width: 200px; }

  .min-w-xs-200 {
    min-width: 200px; }

  .max-w-xs-200 {
    max-width: 200px; }

  .w-xs-250 {
    width: 250px; }

  .min-w-xs-250 {
    min-width: 250px; }

  .max-w-xs-250 {
    max-width: 250px; }

  .w-xs-300 {
    width: 300px; }

  .min-w-xs-300 {
    min-width: 300px; }

  .max-w-xs-300 {
    max-width: 300px; }

  .w-xs-350 {
    width: 350px; }

  .min-w-xs-350 {
    min-width: 350px; }

  .max-w-xs-350 {
    max-width: 350px; }

  .w-xs-400 {
    width: 400px; }

  .min-w-xs-400 {
    min-width: 400px; }

  .max-w-xs-400 {
    max-width: 400px; }

  .w-xs-450 {
    width: 450px; }

  .min-w-xs-450 {
    min-width: 450px; }

  .max-w-xs-450 {
    max-width: 450px; }

  .w-xs-500 {
    width: 500px; }

  .min-w-xs-500 {
    min-width: 500px; }

  .max-w-xs-500 {
    max-width: 500px; }

  .w-xs-550 {
    width: 550px; }

  .min-w-xs-550 {
    min-width: 550px; }

  .max-w-xs-550 {
    max-width: 550px; }

  .w-xs-600 {
    width: 600px; }

  .min-w-xs-600 {
    min-width: 600px; }

  .max-w-xs-600 {
    max-width: 600px; }

  .w-xs-650 {
    width: 650px; }

  .min-w-xs-650 {
    min-width: 650px; }

  .max-w-xs-650 {
    max-width: 650px; }

  .w-xs-700 {
    width: 700px; }

  .min-w-xs-700 {
    min-width: 700px; }

  .max-w-xs-700 {
    max-width: 700px; }

  .w-xs-750 {
    width: 750px; }

  .min-w-xs-750 {
    min-width: 750px; }

  .max-w-xs-750 {
    max-width: 750px; }

  .w-xs-800 {
    width: 800px; }

  .min-w-xs-800 {
    min-width: 800px; }

  .max-w-xs-800 {
    max-width: 800px; }

  .w-xs-850 {
    width: 850px; }

  .min-w-xs-850 {
    min-width: 850px; }

  .max-w-xs-850 {
    max-width: 850px; }

  .w-xs-900 {
    width: 900px; }

  .min-w-xs-900 {
    min-width: 900px; }

  .max-w-xs-900 {
    max-width: 900px; }

  .w-xs-950 {
    width: 950px; }

  .min-w-xs-950 {
    min-width: 950px; }

  .max-w-xs-950 {
    max-width: 950px; }

  .w-xs-1000 {
    width: 1000px; }

  .min-w-xs-1000 {
    min-width: 1000px; }

  .max-w-xs-1000 {
    max-width: 1000px; }

  .w-xs-p5 {
    width: 5%; }

  .min-w-xs-p5 {
    min-width: 5%; }

  .max-w-xs-p5 {
    max-width: 5%; }

  .w-xs-p10 {
    width: 10%; }

  .min-w-xs-p10 {
    min-width: 10%; }

  .max-w-xs-p10 {
    max-width: 10%; }

  .w-xs-p15 {
    width: 15%; }

  .min-w-xs-p15 {
    min-width: 15%; }

  .max-w-xs-p15 {
    max-width: 15%; }

  .w-xs-p20 {
    width: 20%; }

  .min-w-xs-p20 {
    min-width: 20%; }

  .max-w-xs-p20 {
    max-width: 20%; }

  .w-xs-p25 {
    width: 25%; }

  .min-w-xs-p25 {
    min-width: 25%; }

  .max-w-xs-p25 {
    max-width: 25%; }

  .w-xs-p30 {
    width: 30%; }

  .min-w-xs-p30 {
    min-width: 30%; }

  .max-w-xs-p30 {
    max-width: 30%; }

  .w-xs-p35 {
    width: 35%; }

  .min-w-xs-p35 {
    min-width: 35%; }

  .max-w-xs-p35 {
    max-width: 35%; }

  .w-xs-p40 {
    width: 40%; }

  .min-w-xs-p40 {
    min-width: 40%; }

  .max-w-xs-p40 {
    max-width: 40%; }

  .w-xs-p45 {
    width: 45%; }

  .min-w-xs-p45 {
    min-width: 45%; }

  .max-w-xs-p45 {
    max-width: 45%; }

  .w-xs-p50 {
    width: 50%; }

  .min-w-xs-p50 {
    min-width: 50%; }

  .max-w-xs-p50 {
    max-width: 50%; }

  .w-xs-p60 {
    width: 60%; }

  .min-w-xs-p60 {
    min-width: 60%; }

  .max-w-xs-p60 {
    max-width: 60%; }

  .w-xs-p65 {
    width: 65%; }

  .min-w-xs-p65 {
    min-width: 65%; }

  .max-w-xs-p65 {
    max-width: 65%; }

  .w-xs-p70 {
    width: 70%; }

  .min-w-xs-p70 {
    min-width: 70%; }

  .max-w-xs-p70 {
    max-width: 70%; }

  .w-xs-p75 {
    width: 75%; }

  .min-w-xs-p75 {
    min-width: 75%; }

  .max-w-xs-p75 {
    max-width: 75%; }

  .w-xs-p80 {
    width: 80%; }

  .min-w-xs-p80 {
    min-width: 80%; }

  .max-w-xs-p80 {
    max-width: 80%; }

  .w-xs-p85 {
    width: 85%; }

  .min-w-xs-p85 {
    min-width: 85%; }

  .max-w-xs-p85 {
    max-width: 85%; }

  .w-xs-p90 {
    width: 90%; }

  .min-w-xs-p90 {
    min-width: 90%; }

  .max-w-xs-p90 {
    max-width: 90%; }

  .w-xs-p95 {
    width: 95%; }

  .min-w-xs-p95 {
    min-width: 95%; }

  .max-w-xs-p95 {
    max-width: 95%; }

  .w-xs-p100 {
    width: 100%; }

  .min-w-xs-p100 {
    min-width: 100%; }

  .max-w-xs-p100 {
    max-width: 100%; }

  .w-xs-auto {
    width: auto; }

  .min-w-xs-auto {
    min-width: auto; }

  .max-w-xs-auto {
    max-width: auto; } }
@media (min-width: 576px) {
  .w-sm-0 {
    width: 0px; }

  .min-w-sm-0 {
    min-width: 0px; }

  .max-w-sm-0 {
    max-width: 0px; }

  .w-sm-10 {
    width: 10px; }

  .min-w-sm-10 {
    min-width: 10px; }

  .max-w-sm-10 {
    max-width: 10px; }

  .w-sm-20 {
    width: 20px; }

  .min-w-sm-20 {
    min-width: 20px; }

  .max-w-sm-20 {
    max-width: 20px; }

  .w-sm-30 {
    width: 30px; }

  .min-w-sm-30 {
    min-width: 30px; }

  .max-w-sm-30 {
    max-width: 30px; }

  .w-sm-40 {
    width: 40px; }

  .min-w-sm-40 {
    min-width: 40px; }

  .max-w-sm-40 {
    max-width: 40px; }

  .w-sm-50 {
    width: 50px; }

  .min-w-sm-50 {
    min-width: 50px; }

  .max-w-sm-50 {
    max-width: 50px; }

  .w-sm-60 {
    width: 60px; }

  .min-w-sm-60 {
    min-width: 60px; }

  .max-w-sm-60 {
    max-width: 60px; }

  .w-sm-70 {
    width: 70px; }

  .min-w-sm-70 {
    min-width: 70px; }

  .max-w-sm-70 {
    max-width: 70px; }

  .w-sm-80 {
    width: 80px; }

  .min-w-sm-80 {
    min-width: 80px; }

  .max-w-sm-80 {
    max-width: 80px; }

  .w-sm-90 {
    width: 90px; }

  .min-w-sm-90 {
    min-width: 90px; }

  .max-w-sm-90 {
    max-width: 90px; }

  .w-sm-100 {
    width: 100px; }

  .min-w-sm-100 {
    min-width: 100px; }

  .max-w-sm-100 {
    max-width: 100px; }

  .w-sm-120 {
    width: 120px; }

  .min-w-sm-120 {
    min-width: 120px; }

  .max-w-sm-120 {
    max-width: 120px; }

  .w-sm-150 {
    width: 150px; }

  .min-w-sm-150 {
    min-width: 150px; }

  .max-w-sm-150 {
    max-width: 150px; }

  .w-sm-160 {
    width: 160px; }

  .min-w-sm-160 {
    min-width: 160px; }

  .max-w-sm-160 {
    max-width: 160px; }

  .w-sm-170 {
    width: 170px; }

  .min-w-sm-170 {
    min-width: 170px; }

  .max-w-sm-170 {
    max-width: 170px; }

  .w-sm-180 {
    width: 180px; }

  .min-w-sm-180 {
    min-width: 180px; }

  .max-w-sm-180 {
    max-width: 180px; }

  .w-sm-190 {
    width: 190px; }

  .min-w-sm-190 {
    min-width: 190px; }

  .max-w-sm-190 {
    max-width: 190px; }

  .w-sm-200 {
    width: 200px; }

  .min-w-sm-200 {
    min-width: 200px; }

  .max-w-sm-200 {
    max-width: 200px; }

  .w-sm-250 {
    width: 250px; }

  .min-w-sm-250 {
    min-width: 250px; }

  .max-w-sm-250 {
    max-width: 250px; }

  .w-sm-300 {
    width: 300px; }

  .min-w-sm-300 {
    min-width: 300px; }

  .max-w-sm-300 {
    max-width: 300px; }

  .w-sm-350 {
    width: 350px; }

  .min-w-sm-350 {
    min-width: 350px; }

  .max-w-sm-350 {
    max-width: 350px; }

  .w-sm-400 {
    width: 400px; }

  .min-w-sm-400 {
    min-width: 400px; }

  .max-w-sm-400 {
    max-width: 400px; }

  .w-sm-450 {
    width: 450px; }

  .min-w-sm-450 {
    min-width: 450px; }

  .max-w-sm-450 {
    max-width: 450px; }

  .w-sm-500 {
    width: 500px; }

  .min-w-sm-500 {
    min-width: 500px; }

  .max-w-sm-500 {
    max-width: 500px; }

  .w-sm-550 {
    width: 550px; }

  .min-w-sm-550 {
    min-width: 550px; }

  .max-w-sm-550 {
    max-width: 550px; }

  .w-sm-600 {
    width: 600px; }

  .min-w-sm-600 {
    min-width: 600px; }

  .max-w-sm-600 {
    max-width: 600px; }

  .w-sm-650 {
    width: 650px; }

  .min-w-sm-650 {
    min-width: 650px; }

  .max-w-sm-650 {
    max-width: 650px; }

  .w-sm-700 {
    width: 700px; }

  .min-w-sm-700 {
    min-width: 700px; }

  .max-w-sm-700 {
    max-width: 700px; }

  .w-sm-750 {
    width: 750px; }

  .min-w-sm-750 {
    min-width: 750px; }

  .max-w-sm-750 {
    max-width: 750px; }

  .w-sm-800 {
    width: 800px; }

  .min-w-sm-800 {
    min-width: 800px; }

  .max-w-sm-800 {
    max-width: 800px; }

  .w-sm-850 {
    width: 850px; }

  .min-w-sm-850 {
    min-width: 850px; }

  .max-w-sm-850 {
    max-width: 850px; }

  .w-sm-900 {
    width: 900px; }

  .min-w-sm-900 {
    min-width: 900px; }

  .max-w-sm-900 {
    max-width: 900px; }

  .w-sm-950 {
    width: 950px; }

  .min-w-sm-950 {
    min-width: 950px; }

  .max-w-sm-950 {
    max-width: 950px; }

  .w-sm-1000 {
    width: 1000px; }

  .min-w-sm-1000 {
    min-width: 1000px; }

  .max-w-sm-1000 {
    max-width: 1000px; }

  .w-sm-p5 {
    width: 5%; }

  .min-w-sm-p5 {
    min-width: 5%; }

  .max-w-sm-p5 {
    max-width: 5%; }

  .w-sm-p10 {
    width: 10%; }

  .min-w-sm-p10 {
    min-width: 10%; }

  .max-w-sm-p10 {
    max-width: 10%; }

  .w-sm-p15 {
    width: 15%; }

  .min-w-sm-p15 {
    min-width: 15%; }

  .max-w-sm-p15 {
    max-width: 15%; }

  .w-sm-p20 {
    width: 20%; }

  .min-w-sm-p20 {
    min-width: 20%; }

  .max-w-sm-p20 {
    max-width: 20%; }

  .w-sm-p25 {
    width: 25%; }

  .min-w-sm-p25 {
    min-width: 25%; }

  .max-w-sm-p25 {
    max-width: 25%; }

  .w-sm-p30 {
    width: 30%; }

  .min-w-sm-p30 {
    min-width: 30%; }

  .max-w-sm-p30 {
    max-width: 30%; }

  .w-sm-p35 {
    width: 35%; }

  .min-w-sm-p35 {
    min-width: 35%; }

  .max-w-sm-p35 {
    max-width: 35%; }

  .w-sm-p40 {
    width: 40%; }

  .min-w-sm-p40 {
    min-width: 40%; }

  .max-w-sm-p40 {
    max-width: 40%; }

  .w-sm-p45 {
    width: 45%; }

  .min-w-sm-p45 {
    min-width: 45%; }

  .max-w-sm-p45 {
    max-width: 45%; }

  .w-sm-p50 {
    width: 50%; }

  .min-w-sm-p50 {
    min-width: 50%; }

  .max-w-sm-p50 {
    max-width: 50%; }

  .w-sm-p60 {
    width: 60%; }

  .min-w-sm-p60 {
    min-width: 60%; }

  .max-w-sm-p60 {
    max-width: 60%; }

  .w-sm-p65 {
    width: 65%; }

  .min-w-sm-p65 {
    min-width: 65%; }

  .max-w-sm-p65 {
    max-width: 65%; }

  .w-sm-p70 {
    width: 70%; }

  .min-w-sm-p70 {
    min-width: 70%; }

  .max-w-sm-p70 {
    max-width: 70%; }

  .w-sm-p75 {
    width: 75%; }

  .min-w-sm-p75 {
    min-width: 75%; }

  .max-w-sm-p75 {
    max-width: 75%; }

  .w-sm-p80 {
    width: 80%; }

  .min-w-sm-p80 {
    min-width: 80%; }

  .max-w-sm-p80 {
    max-width: 80%; }

  .w-sm-p85 {
    width: 85%; }

  .min-w-sm-p85 {
    min-width: 85%; }

  .max-w-sm-p85 {
    max-width: 85%; }

  .w-sm-p90 {
    width: 90%; }

  .min-w-sm-p90 {
    min-width: 90%; }

  .max-w-sm-p90 {
    max-width: 90%; }

  .w-sm-p95 {
    width: 95%; }

  .min-w-sm-p95 {
    min-width: 95%; }

  .max-w-sm-p95 {
    max-width: 95%; }

  .w-sm-p100 {
    width: 100%; }

  .min-w-sm-p100 {
    min-width: 100%; }

  .max-w-sm-p100 {
    max-width: 100%; }

  .w-sm-auto {
    width: auto; }

  .min-w-sm-auto {
    min-width: auto; }

  .max-w-sm-auto {
    max-width: auto; } }
@media (min-width: 768px) {
  .w-md-0 {
    width: 0px; }

  .min-w-md-0 {
    min-width: 0px; }

  .max-w-md-0 {
    max-width: 0px; }

  .w-md-10 {
    width: 10px; }

  .min-w-md-10 {
    min-width: 10px; }

  .max-w-md-10 {
    max-width: 10px; }

  .w-md-20 {
    width: 20px; }

  .min-w-md-20 {
    min-width: 20px; }

  .max-w-md-20 {
    max-width: 20px; }

  .w-md-30 {
    width: 30px; }

  .min-w-md-30 {
    min-width: 30px; }

  .max-w-md-30 {
    max-width: 30px; }

  .w-md-40 {
    width: 40px; }

  .min-w-md-40 {
    min-width: 40px; }

  .max-w-md-40 {
    max-width: 40px; }

  .w-md-50 {
    width: 50px; }

  .min-w-md-50 {
    min-width: 50px; }

  .max-w-md-50 {
    max-width: 50px; }

  .w-md-60 {
    width: 60px; }

  .min-w-md-60 {
    min-width: 60px; }

  .max-w-md-60 {
    max-width: 60px; }

  .w-md-70 {
    width: 70px; }

  .min-w-md-70 {
    min-width: 70px; }

  .max-w-md-70 {
    max-width: 70px; }

  .w-md-80 {
    width: 80px; }

  .min-w-md-80 {
    min-width: 80px; }

  .max-w-md-80 {
    max-width: 80px; }

  .w-md-90 {
    width: 90px; }

  .min-w-md-90 {
    min-width: 90px; }

  .max-w-md-90 {
    max-width: 90px; }

  .w-md-100 {
    width: 100px; }

  .min-w-md-100 {
    min-width: 100px; }

  .max-w-md-100 {
    max-width: 100px; }

  .w-md-120 {
    width: 120px; }

  .min-w-md-120 {
    min-width: 120px; }

  .max-w-md-120 {
    max-width: 120px; }

  .w-md-150 {
    width: 150px; }

  .min-w-md-150 {
    min-width: 150px; }

  .max-w-md-150 {
    max-width: 150px; }

  .w-md-160 {
    width: 160px; }

  .min-w-md-160 {
    min-width: 160px; }

  .max-w-md-160 {
    max-width: 160px; }

  .w-md-170 {
    width: 170px; }

  .min-w-md-170 {
    min-width: 170px; }

  .max-w-md-170 {
    max-width: 170px; }

  .w-md-180 {
    width: 180px; }

  .min-w-md-180 {
    min-width: 180px; }

  .max-w-md-180 {
    max-width: 180px; }

  .w-md-190 {
    width: 190px; }

  .min-w-md-190 {
    min-width: 190px; }

  .max-w-md-190 {
    max-width: 190px; }

  .w-md-200 {
    width: 200px; }

  .min-w-md-200 {
    min-width: 200px; }

  .max-w-md-200 {
    max-width: 200px; }

  .w-md-250 {
    width: 250px; }

  .min-w-md-250 {
    min-width: 250px; }

  .max-w-md-250 {
    max-width: 250px; }

  .w-md-300 {
    width: 300px; }

  .min-w-md-300 {
    min-width: 300px; }

  .max-w-md-300 {
    max-width: 300px; }

  .w-md-350 {
    width: 350px; }

  .min-w-md-350 {
    min-width: 350px; }

  .max-w-md-350 {
    max-width: 350px; }

  .w-md-400 {
    width: 400px; }

  .min-w-md-400 {
    min-width: 400px; }

  .max-w-md-400 {
    max-width: 400px; }

  .w-md-450 {
    width: 450px; }

  .min-w-md-450 {
    min-width: 450px; }

  .max-w-md-450 {
    max-width: 450px; }

  .w-md-500 {
    width: 500px; }

  .min-w-md-500 {
    min-width: 500px; }

  .max-w-md-500 {
    max-width: 500px; }

  .w-md-550 {
    width: 550px; }

  .min-w-md-550 {
    min-width: 550px; }

  .max-w-md-550 {
    max-width: 550px; }

  .w-md-600 {
    width: 600px; }

  .min-w-md-600 {
    min-width: 600px; }

  .max-w-md-600 {
    max-width: 600px; }

  .w-md-650 {
    width: 650px; }

  .min-w-md-650 {
    min-width: 650px; }

  .max-w-md-650 {
    max-width: 650px; }

  .w-md-700 {
    width: 700px; }

  .min-w-md-700 {
    min-width: 700px; }

  .max-w-md-700 {
    max-width: 700px; }

  .w-md-750 {
    width: 750px; }

  .min-w-md-750 {
    min-width: 750px; }

  .max-w-md-750 {
    max-width: 750px; }

  .w-md-800 {
    width: 800px; }

  .min-w-md-800 {
    min-width: 800px; }

  .max-w-md-800 {
    max-width: 800px; }

  .w-md-850 {
    width: 850px; }

  .min-w-md-850 {
    min-width: 850px; }

  .max-w-md-850 {
    max-width: 850px; }

  .w-md-900 {
    width: 900px; }

  .min-w-md-900 {
    min-width: 900px; }

  .max-w-md-900 {
    max-width: 900px; }

  .w-md-950 {
    width: 950px; }

  .min-w-md-950 {
    min-width: 950px; }

  .max-w-md-950 {
    max-width: 950px; }

  .w-md-1000 {
    width: 1000px; }

  .min-w-md-1000 {
    min-width: 1000px; }

  .max-w-md-1000 {
    max-width: 1000px; }

  .w-md-p5 {
    width: 5%; }

  .min-w-md-p5 {
    min-width: 5%; }

  .max-w-md-p5 {
    max-width: 5%; }

  .w-md-p10 {
    width: 10%; }

  .min-w-md-p10 {
    min-width: 10%; }

  .max-w-md-p10 {
    max-width: 10%; }

  .w-md-p15 {
    width: 15%; }

  .min-w-md-p15 {
    min-width: 15%; }

  .max-w-md-p15 {
    max-width: 15%; }

  .w-md-p20 {
    width: 20%; }

  .min-w-md-p20 {
    min-width: 20%; }

  .max-w-md-p20 {
    max-width: 20%; }

  .w-md-p25 {
    width: 25%; }

  .min-w-md-p25 {
    min-width: 25%; }

  .max-w-md-p25 {
    max-width: 25%; }

  .w-md-p30 {
    width: 30%; }

  .min-w-md-p30 {
    min-width: 30%; }

  .max-w-md-p30 {
    max-width: 30%; }

  .w-md-p35 {
    width: 35%; }

  .min-w-md-p35 {
    min-width: 35%; }

  .max-w-md-p35 {
    max-width: 35%; }

  .w-md-p40 {
    width: 40%; }

  .min-w-md-p40 {
    min-width: 40%; }

  .max-w-md-p40 {
    max-width: 40%; }

  .w-md-p45 {
    width: 45%; }

  .min-w-md-p45 {
    min-width: 45%; }

  .max-w-md-p45 {
    max-width: 45%; }

  .w-md-p50 {
    width: 50%; }

  .min-w-md-p50 {
    min-width: 50%; }

  .max-w-md-p50 {
    max-width: 50%; }

  .w-md-p60 {
    width: 60%; }

  .min-w-md-p60 {
    min-width: 60%; }

  .max-w-md-p60 {
    max-width: 60%; }

  .w-md-p65 {
    width: 65%; }

  .min-w-md-p65 {
    min-width: 65%; }

  .max-w-md-p65 {
    max-width: 65%; }

  .w-md-p70 {
    width: 70%; }

  .min-w-md-p70 {
    min-width: 70%; }

  .max-w-md-p70 {
    max-width: 70%; }

  .w-md-p75 {
    width: 75%; }

  .min-w-md-p75 {
    min-width: 75%; }

  .max-w-md-p75 {
    max-width: 75%; }

  .w-md-p80 {
    width: 80%; }

  .min-w-md-p80 {
    min-width: 80%; }

  .max-w-md-p80 {
    max-width: 80%; }

  .w-md-p85 {
    width: 85%; }

  .min-w-md-p85 {
    min-width: 85%; }

  .max-w-md-p85 {
    max-width: 85%; }

  .w-md-p90 {
    width: 90%; }

  .min-w-md-p90 {
    min-width: 90%; }

  .max-w-md-p90 {
    max-width: 90%; }

  .w-md-p95 {
    width: 95%; }

  .min-w-md-p95 {
    min-width: 95%; }

  .max-w-md-p95 {
    max-width: 95%; }

  .w-md-p100 {
    width: 100%; }

  .min-w-md-p100 {
    min-width: 100%; }

  .max-w-md-p100 {
    max-width: 100%; }

  .w-md-auto {
    width: auto; }

  .min-w-md-auto {
    min-width: auto; }

  .max-w-md-auto {
    max-width: auto; } }
@media (min-width: 992px) {
  .w-lg-0 {
    width: 0px; }

  .min-w-lg-0 {
    min-width: 0px; }

  .max-w-lg-0 {
    max-width: 0px; }

  .w-lg-10 {
    width: 10px; }

  .min-w-lg-10 {
    min-width: 10px; }

  .max-w-lg-10 {
    max-width: 10px; }

  .w-lg-20 {
    width: 20px; }

  .min-w-lg-20 {
    min-width: 20px; }

  .max-w-lg-20 {
    max-width: 20px; }

  .w-lg-30 {
    width: 30px; }

  .min-w-lg-30 {
    min-width: 30px; }

  .max-w-lg-30 {
    max-width: 30px; }

  .w-lg-40 {
    width: 40px; }

  .min-w-lg-40 {
    min-width: 40px; }

  .max-w-lg-40 {
    max-width: 40px; }

  .w-lg-50 {
    width: 50px; }

  .min-w-lg-50 {
    min-width: 50px; }

  .max-w-lg-50 {
    max-width: 50px; }

  .w-lg-60 {
    width: 60px; }

  .min-w-lg-60 {
    min-width: 60px; }

  .max-w-lg-60 {
    max-width: 60px; }

  .w-lg-70 {
    width: 70px; }

  .min-w-lg-70 {
    min-width: 70px; }

  .max-w-lg-70 {
    max-width: 70px; }

  .w-lg-80 {
    width: 80px; }

  .min-w-lg-80 {
    min-width: 80px; }

  .max-w-lg-80 {
    max-width: 80px; }

  .w-lg-90 {
    width: 90px; }

  .min-w-lg-90 {
    min-width: 90px; }

  .max-w-lg-90 {
    max-width: 90px; }

  .w-lg-100 {
    width: 100px; }

  .min-w-lg-100 {
    min-width: 100px; }

  .max-w-lg-100 {
    max-width: 100px; }

  .w-lg-120 {
    width: 120px; }

  .min-w-lg-120 {
    min-width: 120px; }

  .max-w-lg-120 {
    max-width: 120px; }

  .w-lg-150 {
    width: 150px; }

  .min-w-lg-150 {
    min-width: 150px; }

  .max-w-lg-150 {
    max-width: 150px; }

  .w-lg-160 {
    width: 160px; }

  .min-w-lg-160 {
    min-width: 160px; }

  .max-w-lg-160 {
    max-width: 160px; }

  .w-lg-170 {
    width: 170px; }

  .min-w-lg-170 {
    min-width: 170px; }

  .max-w-lg-170 {
    max-width: 170px; }

  .w-lg-180 {
    width: 180px; }

  .min-w-lg-180 {
    min-width: 180px; }

  .max-w-lg-180 {
    max-width: 180px; }

  .w-lg-190 {
    width: 190px; }

  .min-w-lg-190 {
    min-width: 190px; }

  .max-w-lg-190 {
    max-width: 190px; }

  .w-lg-200 {
    width: 200px; }

  .min-w-lg-200 {
    min-width: 200px; }

  .max-w-lg-200 {
    max-width: 200px; }

  .w-lg-250 {
    width: 250px; }

  .min-w-lg-250 {
    min-width: 250px; }

  .max-w-lg-250 {
    max-width: 250px; }

  .w-lg-300 {
    width: 300px; }

  .min-w-lg-300 {
    min-width: 300px; }

  .max-w-lg-300 {
    max-width: 300px; }

  .w-lg-350 {
    width: 350px; }

  .min-w-lg-350 {
    min-width: 350px; }

  .max-w-lg-350 {
    max-width: 350px; }

  .w-lg-400 {
    width: 400px; }

  .min-w-lg-400 {
    min-width: 400px; }

  .max-w-lg-400 {
    max-width: 400px; }

  .w-lg-450 {
    width: 450px; }

  .min-w-lg-450 {
    min-width: 450px; }

  .max-w-lg-450 {
    max-width: 450px; }

  .w-lg-500 {
    width: 500px; }

  .min-w-lg-500 {
    min-width: 500px; }

  .max-w-lg-500 {
    max-width: 500px; }

  .w-lg-550 {
    width: 550px; }

  .min-w-lg-550 {
    min-width: 550px; }

  .max-w-lg-550 {
    max-width: 550px; }

  .w-lg-600 {
    width: 600px; }

  .min-w-lg-600 {
    min-width: 600px; }

  .max-w-lg-600 {
    max-width: 600px; }

  .w-lg-650 {
    width: 650px; }

  .min-w-lg-650 {
    min-width: 650px; }

  .max-w-lg-650 {
    max-width: 650px; }

  .w-lg-700 {
    width: 700px; }

  .min-w-lg-700 {
    min-width: 700px; }

  .max-w-lg-700 {
    max-width: 700px; }

  .w-lg-750 {
    width: 750px; }

  .min-w-lg-750 {
    min-width: 750px; }

  .max-w-lg-750 {
    max-width: 750px; }

  .w-lg-800 {
    width: 800px; }

  .min-w-lg-800 {
    min-width: 800px; }

  .max-w-lg-800 {
    max-width: 800px; }

  .w-lg-850 {
    width: 850px; }

  .min-w-lg-850 {
    min-width: 850px; }

  .max-w-lg-850 {
    max-width: 850px; }

  .w-lg-900 {
    width: 900px; }

  .min-w-lg-900 {
    min-width: 900px; }

  .max-w-lg-900 {
    max-width: 900px; }

  .w-lg-950 {
    width: 950px; }

  .min-w-lg-950 {
    min-width: 950px; }

  .max-w-lg-950 {
    max-width: 950px; }

  .w-lg-1000 {
    width: 1000px; }

  .min-w-lg-1000 {
    min-width: 1000px; }

  .max-w-lg-1000 {
    max-width: 1000px; }

  .w-lg-p5 {
    width: 5%; }

  .min-w-lg-p5 {
    min-width: 5%; }

  .max-w-lg-p5 {
    max-width: 5%; }

  .w-lg-p10 {
    width: 10%; }

  .min-w-lg-p10 {
    min-width: 10%; }

  .max-w-lg-p10 {
    max-width: 10%; }

  .w-lg-p15 {
    width: 15%; }

  .min-w-lg-p15 {
    min-width: 15%; }

  .max-w-lg-p15 {
    max-width: 15%; }

  .w-lg-p20 {
    width: 20%; }

  .min-w-lg-p20 {
    min-width: 20%; }

  .max-w-lg-p20 {
    max-width: 20%; }

  .w-lg-p25 {
    width: 25%; }

  .min-w-lg-p25 {
    min-width: 25%; }

  .max-w-lg-p25 {
    max-width: 25%; }

  .w-lg-p30 {
    width: 30%; }

  .min-w-lg-p30 {
    min-width: 30%; }

  .max-w-lg-p30 {
    max-width: 30%; }

  .w-lg-p35 {
    width: 35%; }

  .min-w-lg-p35 {
    min-width: 35%; }

  .max-w-lg-p35 {
    max-width: 35%; }

  .w-lg-p40 {
    width: 40%; }

  .min-w-lg-p40 {
    min-width: 40%; }

  .max-w-lg-p40 {
    max-width: 40%; }

  .w-lg-p45 {
    width: 45%; }

  .min-w-lg-p45 {
    min-width: 45%; }

  .max-w-lg-p45 {
    max-width: 45%; }

  .w-lg-p50 {
    width: 50%; }

  .min-w-lg-p50 {
    min-width: 50%; }

  .max-w-lg-p50 {
    max-width: 50%; }

  .w-lg-p60 {
    width: 60%; }

  .min-w-lg-p60 {
    min-width: 60%; }

  .max-w-lg-p60 {
    max-width: 60%; }

  .w-lg-p65 {
    width: 65%; }

  .min-w-lg-p65 {
    min-width: 65%; }

  .max-w-lg-p65 {
    max-width: 65%; }

  .w-lg-p70 {
    width: 70%; }

  .min-w-lg-p70 {
    min-width: 70%; }

  .max-w-lg-p70 {
    max-width: 70%; }

  .w-lg-p75 {
    width: 75%; }

  .min-w-lg-p75 {
    min-width: 75%; }

  .max-w-lg-p75 {
    max-width: 75%; }

  .w-lg-p80 {
    width: 80%; }

  .min-w-lg-p80 {
    min-width: 80%; }

  .max-w-lg-p80 {
    max-width: 80%; }

  .w-lg-p85 {
    width: 85%; }

  .min-w-lg-p85 {
    min-width: 85%; }

  .max-w-lg-p85 {
    max-width: 85%; }

  .w-lg-p90 {
    width: 90%; }

  .min-w-lg-p90 {
    min-width: 90%; }

  .max-w-lg-p90 {
    max-width: 90%; }

  .w-lg-p95 {
    width: 95%; }

  .min-w-lg-p95 {
    min-width: 95%; }

  .max-w-lg-p95 {
    max-width: 95%; }

  .w-lg-p100 {
    width: 100%; }

  .min-w-lg-p100 {
    min-width: 100%; }

  .max-w-lg-p100 {
    max-width: 100%; }

  .w-lg-auto {
    width: auto; }

  .min-w-lg-auto {
    min-width: auto; }

  .max-w-lg-auto {
    max-width: auto; } }
@media (min-width: 1200px) {
  .w-xl-0 {
    width: 0px; }

  .min-w-xl-0 {
    min-width: 0px; }

  .max-w-xl-0 {
    max-width: 0px; }

  .w-xl-10 {
    width: 10px; }

  .min-w-xl-10 {
    min-width: 10px; }

  .max-w-xl-10 {
    max-width: 10px; }

  .w-xl-20 {
    width: 20px; }

  .min-w-xl-20 {
    min-width: 20px; }

  .max-w-xl-20 {
    max-width: 20px; }

  .w-xl-30 {
    width: 30px; }

  .min-w-xl-30 {
    min-width: 30px; }

  .max-w-xl-30 {
    max-width: 30px; }

  .w-xl-40 {
    width: 40px; }

  .min-w-xl-40 {
    min-width: 40px; }

  .max-w-xl-40 {
    max-width: 40px; }

  .w-xl-50 {
    width: 50px; }

  .min-w-xl-50 {
    min-width: 50px; }

  .max-w-xl-50 {
    max-width: 50px; }

  .w-xl-60 {
    width: 60px; }

  .min-w-xl-60 {
    min-width: 60px; }

  .max-w-xl-60 {
    max-width: 60px; }

  .w-xl-70 {
    width: 70px; }

  .min-w-xl-70 {
    min-width: 70px; }

  .max-w-xl-70 {
    max-width: 70px; }

  .w-xl-80 {
    width: 80px; }

  .min-w-xl-80 {
    min-width: 80px; }

  .max-w-xl-80 {
    max-width: 80px; }

  .w-xl-90 {
    width: 90px; }

  .min-w-xl-90 {
    min-width: 90px; }

  .max-w-xl-90 {
    max-width: 90px; }

  .w-xl-100 {
    width: 100px; }

  .min-w-xl-100 {
    min-width: 100px; }

  .max-w-xl-100 {
    max-width: 100px; }

  .w-xl-120 {
    width: 120px; }

  .min-w-xl-120 {
    min-width: 120px; }

  .max-w-xl-120 {
    max-width: 120px; }

  .w-xl-150 {
    width: 150px; }

  .min-w-xl-150 {
    min-width: 150px; }

  .max-w-xl-150 {
    max-width: 150px; }

  .w-xl-160 {
    width: 160px; }

  .min-w-xl-160 {
    min-width: 160px; }

  .max-w-xl-160 {
    max-width: 160px; }

  .w-xl-170 {
    width: 170px; }

  .min-w-xl-170 {
    min-width: 170px; }

  .max-w-xl-170 {
    max-width: 170px; }

  .w-xl-180 {
    width: 180px; }

  .min-w-xl-180 {
    min-width: 180px; }

  .max-w-xl-180 {
    max-width: 180px; }

  .w-xl-190 {
    width: 190px; }

  .min-w-xl-190 {
    min-width: 190px; }

  .max-w-xl-190 {
    max-width: 190px; }

  .w-xl-200 {
    width: 200px; }

  .min-w-xl-200 {
    min-width: 200px; }

  .max-w-xl-200 {
    max-width: 200px; }

  .w-xl-250 {
    width: 250px; }

  .min-w-xl-250 {
    min-width: 250px; }

  .max-w-xl-250 {
    max-width: 250px; }

  .w-xl-300 {
    width: 300px; }

  .min-w-xl-300 {
    min-width: 300px; }

  .max-w-xl-300 {
    max-width: 300px; }

  .w-xl-350 {
    width: 350px; }

  .min-w-xl-350 {
    min-width: 350px; }

  .max-w-xl-350 {
    max-width: 350px; }

  .w-xl-400 {
    width: 400px; }

  .min-w-xl-400 {
    min-width: 400px; }

  .max-w-xl-400 {
    max-width: 400px; }

  .w-xl-450 {
    width: 450px; }

  .min-w-xl-450 {
    min-width: 450px; }

  .max-w-xl-450 {
    max-width: 450px; }

  .w-xl-500 {
    width: 500px; }

  .min-w-xl-500 {
    min-width: 500px; }

  .max-w-xl-500 {
    max-width: 500px; }

  .w-xl-550 {
    width: 550px; }

  .min-w-xl-550 {
    min-width: 550px; }

  .max-w-xl-550 {
    max-width: 550px; }

  .w-xl-600 {
    width: 600px; }

  .min-w-xl-600 {
    min-width: 600px; }

  .max-w-xl-600 {
    max-width: 600px; }

  .w-xl-650 {
    width: 650px; }

  .min-w-xl-650 {
    min-width: 650px; }

  .max-w-xl-650 {
    max-width: 650px; }

  .w-xl-700 {
    width: 700px; }

  .min-w-xl-700 {
    min-width: 700px; }

  .max-w-xl-700 {
    max-width: 700px; }

  .w-xl-750 {
    width: 750px; }

  .min-w-xl-750 {
    min-width: 750px; }

  .max-w-xl-750 {
    max-width: 750px; }

  .w-xl-800 {
    width: 800px; }

  .min-w-xl-800 {
    min-width: 800px; }

  .max-w-xl-800 {
    max-width: 800px; }

  .w-xl-850 {
    width: 850px; }

  .min-w-xl-850 {
    min-width: 850px; }

  .max-w-xl-850 {
    max-width: 850px; }

  .w-xl-900 {
    width: 900px; }

  .min-w-xl-900 {
    min-width: 900px; }

  .max-w-xl-900 {
    max-width: 900px; }

  .w-xl-950 {
    width: 950px; }

  .min-w-xl-950 {
    min-width: 950px; }

  .max-w-xl-950 {
    max-width: 950px; }

  .w-xl-1000 {
    width: 1000px; }

  .min-w-xl-1000 {
    min-width: 1000px; }

  .max-w-xl-1000 {
    max-width: 1000px; }

  .w-xl-p5 {
    width: 5%; }

  .min-w-xl-p5 {
    min-width: 5%; }

  .max-w-xl-p5 {
    max-width: 5%; }

  .w-xl-p10 {
    width: 10%; }

  .min-w-xl-p10 {
    min-width: 10%; }

  .max-w-xl-p10 {
    max-width: 10%; }

  .w-xl-p15 {
    width: 15%; }

  .min-w-xl-p15 {
    min-width: 15%; }

  .max-w-xl-p15 {
    max-width: 15%; }

  .w-xl-p20 {
    width: 20%; }

  .min-w-xl-p20 {
    min-width: 20%; }

  .max-w-xl-p20 {
    max-width: 20%; }

  .w-xl-p25 {
    width: 25%; }

  .min-w-xl-p25 {
    min-width: 25%; }

  .max-w-xl-p25 {
    max-width: 25%; }

  .w-xl-p30 {
    width: 30%; }

  .min-w-xl-p30 {
    min-width: 30%; }

  .max-w-xl-p30 {
    max-width: 30%; }

  .w-xl-p35 {
    width: 35%; }

  .min-w-xl-p35 {
    min-width: 35%; }

  .max-w-xl-p35 {
    max-width: 35%; }

  .w-xl-p40 {
    width: 40%; }

  .min-w-xl-p40 {
    min-width: 40%; }

  .max-w-xl-p40 {
    max-width: 40%; }

  .w-xl-p45 {
    width: 45%; }

  .min-w-xl-p45 {
    min-width: 45%; }

  .max-w-xl-p45 {
    max-width: 45%; }

  .w-xl-p50 {
    width: 50%; }

  .min-w-xl-p50 {
    min-width: 50%; }

  .max-w-xl-p50 {
    max-width: 50%; }

  .w-xl-p60 {
    width: 60%; }

  .min-w-xl-p60 {
    min-width: 60%; }

  .max-w-xl-p60 {
    max-width: 60%; }

  .w-xl-p65 {
    width: 65%; }

  .min-w-xl-p65 {
    min-width: 65%; }

  .max-w-xl-p65 {
    max-width: 65%; }

  .w-xl-p70 {
    width: 70%; }

  .min-w-xl-p70 {
    min-width: 70%; }

  .max-w-xl-p70 {
    max-width: 70%; }

  .w-xl-p75 {
    width: 75%; }

  .min-w-xl-p75 {
    min-width: 75%; }

  .max-w-xl-p75 {
    max-width: 75%; }

  .w-xl-p80 {
    width: 80%; }

  .min-w-xl-p80 {
    min-width: 80%; }

  .max-w-xl-p80 {
    max-width: 80%; }

  .w-xl-p85 {
    width: 85%; }

  .min-w-xl-p85 {
    min-width: 85%; }

  .max-w-xl-p85 {
    max-width: 85%; }

  .w-xl-p90 {
    width: 90%; }

  .min-w-xl-p90 {
    min-width: 90%; }

  .max-w-xl-p90 {
    max-width: 90%; }

  .w-xl-p95 {
    width: 95%; }

  .min-w-xl-p95 {
    min-width: 95%; }

  .max-w-xl-p95 {
    max-width: 95%; }

  .w-xl-p100 {
    width: 100%; }

  .min-w-xl-p100 {
    min-width: 100%; }

  .max-w-xl-p100 {
    max-width: 100%; }

  .w-xl-auto {
    width: auto; }

  .min-w-xl-auto {
    min-width: auto; }

  .max-w-xl-auto {
    max-width: auto; } }
/*******************
Height property
*******************/
.h-0 {
  height: 0px !important; }

.min-h-0 {
  min-height: 0px !important; }

.max-h-0 {
  max-height: 0px !important; }

.h-10 {
  height: 10px !important; }

.min-h-10 {
  min-height: 10px !important; }

.max-h-10 {
  max-height: 10px !important; }

.h-15 {
  height: 15px !important; }

.min-h-15 {
  min-height: 15px !important; }

.max-h-15 {
  max-height: 15px !important; }

.h-20 {
  height: 20px !important; }

.min-h-20 {
  min-height: 20px !important; }

.max-h-20 {
  max-height: 20px !important; }

.h-30 {
  height: 30px !important; }

.min-h-30 {
  min-height: 30px !important; }

.max-h-30 {
  max-height: 30px !important; }

.h-40 {
  height: 40px !important; }

.min-h-40 {
  min-height: 40px !important; }

.max-h-40 {
  max-height: 40px !important; }

.h-50 {
  height: 50px !important; }

.min-h-50 {
  min-height: 50px !important; }

.max-h-50 {
  max-height: 50px !important; }

.h-60 {
  height: 60px !important; }

.min-h-60 {
  min-height: 60px !important; }

.max-h-60 {
  max-height: 60px !important; }

.h-70 {
  height: 70px !important; }

.min-h-70 {
  min-height: 70px !important; }

.max-h-70 {
  max-height: 70px !important; }

.h-80 {
  height: 80px !important; }

.min-h-80 {
  min-height: 80px !important; }

.max-h-80 {
  max-height: 80px !important; }

.h-90 {
  height: 90px !important; }

.min-h-90 {
  min-height: 90px !important; }

.max-h-90 {
  max-height: 90px !important; }

.h-100 {
  height: 100px !important; }

.min-h-100 {
  min-height: 100px !important; }

.max-h-100 {
  max-height: 100px !important; }

.h-120 {
  height: 120px !important; }

.min-h-120 {
  min-height: 120px !important; }

.max-h-120 {
  max-height: 120px !important; }

.h-150 {
  height: 150px !important; }

.min-h-150 {
  min-height: 150px !important; }

.max-h-150 {
  max-height: 150px !important; }

.h-160 {
  height: 160px !important; }

.min-h-160 {
  min-height: 160px !important; }

.max-h-160 {
  max-height: 160px !important; }

.h-170 {
  height: 170px !important; }

.min-h-170 {
  min-height: 170px !important; }

.max-h-170 {
  max-height: 170px !important; }

.h-180 {
  height: 180px !important; }

.min-h-180 {
  min-height: 180px !important; }

.max-h-180 {
  max-height: 180px !important; }

.h-190 {
  height: 190px !important; }

.min-h-190 {
  min-height: 190px !important; }

.max-h-190 {
  max-height: 190px !important; }

.h-200 {
  height: 200px !important; }

.min-h-200 {
  min-height: 200px !important; }

.max-h-200 {
  max-height: 200px !important; }

.h-250 {
  height: 250px !important; }

.min-h-250 {
  min-height: 250px !important; }

.max-h-250 {
  max-height: 250px !important; }

.h-300 {
  height: 300px !important; }

.min-h-300 {
  min-height: 300px !important; }

.max-h-300 {
  max-height: 300px !important; }

.h-310 {
  height: 310px !important; }

.min-h-310 {
  min-height: 310px !important; }

.max-h-310 {
  max-height: 310px !important; }

.h-320 {
  height: 320px !important; }

.min-h-320 {
  min-height: 320px !important; }

.max-h-320 {
  max-height: 320px !important; }

.h-325 {
  height: 325px !important; }

.min-h-325 {
  min-height: 325px !important; }

.max-h-325 {
  max-height: 325px !important; }

.h-350 {
  height: 350px !important; }

.min-h-350 {
  min-height: 350px !important; }

.max-h-350 {
  max-height: 350px !important; }

.h-400 {
  height: 400px !important; }

.min-h-400 {
  min-height: 400px !important; }

.max-h-400 {
  max-height: 400px !important; }

.h-450 {
  height: 450px !important; }

.min-h-450 {
  min-height: 450px !important; }

.max-h-450 {
  max-height: 450px !important; }

.h-500 {
  height: 500px !important; }

.min-h-500 {
  min-height: 500px !important; }

.max-h-500 {
  max-height: 500px !important; }

.h-550 {
  height: 550px !important; }

.min-h-550 {
  min-height: 550px !important; }

.max-h-550 {
  max-height: 550px !important; }

.h-600 {
  height: 600px !important; }

.min-h-600 {
  min-height: 600px !important; }

.max-h-600 {
  max-height: 600px !important; }

.h-650 {
  height: 650px !important; }

.min-h-650 {
  min-height: 650px !important; }

.max-h-650 {
  max-height: 650px !important; }

.h-700 {
  height: 700px !important; }

.min-h-700 {
  min-height: 700px !important; }

.max-h-700 {
  max-height: 700px !important; }

.h-750 {
  height: 750px !important; }

.min-h-750 {
  min-height: 750px !important; }

.max-h-750 {
  max-height: 750px !important; }

.h-800 {
  height: 800px !important; }

.min-h-800 {
  min-height: 800px !important; }

.max-h-800 {
  max-height: 800px !important; }

.h-850 {
  height: 850px !important; }

.min-h-850 {
  min-height: 850px !important; }

.max-h-850 {
  max-height: 850px !important; }

.h-900 {
  height: 900px !important; }

.min-h-900 {
  min-height: 900px !important; }

.max-h-900 {
  max-height: 900px !important; }

.h-950 {
  height: 950px !important; }

.min-h-950 {
  min-height: 950px !important; }

.max-h-950 {
  max-height: 950px !important; }

.h-1000 {
  height: 1000px !important; }

.min-h-1000 {
  min-height: 1000px !important; }

.max-h-1000 {
  max-height: 1000px !important; }

.h-p5 {
  height: 5% !important; }

.min-h-p5 {
  min-height: 5% !important; }

.max-h-p5 {
  max-height: 5% !important; }

.h-p10 {
  height: 10% !important; }

.min-h-p10 {
  min-height: 10% !important; }

.max-h-p10 {
  max-height: 10% !important; }

.h-p15 {
  height: 15% !important; }

.min-h-p15 {
  min-height: 15% !important; }

.max-h-p15 {
  max-height: 15% !important; }

.h-p20 {
  height: 20% !important; }

.min-h-p20 {
  min-height: 20% !important; }

.max-h-p20 {
  max-height: 20% !important; }

.h-p25 {
  height: 25% !important; }

.min-h-p25 {
  min-height: 25% !important; }

.max-h-p25 {
  max-height: 25% !important; }

.h-p30 {
  height: 30% !important; }

.min-h-p30 {
  min-height: 30% !important; }

.max-h-p30 {
  max-height: 30% !important; }

.h-p35 {
  height: 35% !important; }

.min-h-p35 {
  min-height: 35% !important; }

.max-h-p35 {
  max-height: 35% !important; }

.h-p40 {
  height: 40% !important; }

.min-h-p40 {
  min-height: 40% !important; }

.max-h-p40 {
  max-height: 40% !important; }

.h-p45 {
  height: 45% !important; }

.min-h-p45 {
  min-height: 45% !important; }

.max-h-p45 {
  max-height: 45% !important; }

.h-p50 {
  height: 50% !important; }

.min-h-p50 {
  min-height: 50% !important; }

.max-h-p50 {
  max-height: 50% !important; }

.h-p60 {
  height: 60% !important; }

.min-h-p60 {
  min-height: 60% !important; }

.max-h-p60 {
  max-height: 60% !important; }

.h-p65 {
  height: 65% !important; }

.min-h-p65 {
  min-height: 65% !important; }

.max-h-p65 {
  max-height: 65% !important; }

.h-p70 {
  height: 70% !important; }

.min-h-p70 {
  min-height: 70% !important; }

.max-h-p70 {
  max-height: 70% !important; }

.h-p75 {
  height: 75% !important; }

.min-h-p75 {
  min-height: 75% !important; }

.max-h-p75 {
  max-height: 75% !important; }

.h-p80 {
  height: 80% !important; }

.min-h-p80 {
  min-height: 80% !important; }

.max-h-p80 {
  max-height: 80% !important; }

.h-p85 {
  height: 85% !important; }

.min-h-p85 {
  min-height: 85% !important; }

.max-h-p85 {
  max-height: 85% !important; }

.h-p90 {
  height: 90% !important; }

.min-h-p90 {
  min-height: 90% !important; }

.max-h-p90 {
  max-height: 90% !important; }

.h-p95 {
  height: 95% !important; }

.min-h-p95 {
  min-height: 95% !important; }

.max-h-p95 {
  max-height: 95% !important; }

.h-p100 {
  height: 100% !important; }

.min-h-p100 {
  min-height: 100% !important; }

.max-h-p100 {
  max-height: 100% !important; }

.h-auto {
  height: auto !important; }

.min-h-auto {
  min-height: auto !important; }

.max-h-auto {
  max-height: auto !important; }

@media (max-width: 575px) {
  .h-xs-0 {
    height: 0px !important; }

  .min-h-xs-0 {
    min-height: 0px !important; }

  .max-h-xs-0 {
    max-height: 0px !important; }

  .h-xs-10 {
    height: 10px !important; }

  .min-h-xs-10 {
    min-height: 10px !important; }

  .max-h-xs-10 {
    max-height: 10px !important; }

  .h-xs-15 {
    height: 15px !important; }

  .min-h-xs-15 {
    min-height: 15px !important; }

  .max-h-xs-15 {
    max-height: 15px !important; }

  .h-xs-20 {
    height: 20px !important; }

  .min-h-xs-20 {
    min-height: 20px !important; }

  .max-h-xs-20 {
    max-height: 20px !important; }

  .h-xs-30 {
    height: 30px !important; }

  .min-h-xs-30 {
    min-height: 30px !important; }

  .max-h-xs-30 {
    max-height: 30px !important; }

  .h-xs-40 {
    height: 40px !important; }

  .min-h-xs-40 {
    min-height: 40px !important; }

  .max-h-xs-40 {
    max-height: 40px !important; }

  .h-xs-50 {
    height: 50px !important; }

  .min-h-xs-50 {
    min-height: 50px !important; }

  .max-h-xs-50 {
    max-height: 50px !important; }

  .h-xs-60 {
    height: 60px !important; }

  .min-h-xs-60 {
    min-height: 60px !important; }

  .max-h-xs-60 {
    max-height: 60px !important; }

  .h-xs-70 {
    height: 70px !important; }

  .min-h-xs-70 {
    min-height: 70px !important; }

  .max-h-xs-70 {
    max-height: 70px !important; }

  .h-xs-80 {
    height: 80px !important; }

  .min-h-xs-80 {
    min-height: 80px !important; }

  .max-h-xs-80 {
    max-height: 80px !important; }

  .h-xs-90 {
    height: 90px !important; }

  .min-h-xs-90 {
    min-height: 90px !important; }

  .max-h-xs-90 {
    max-height: 90px !important; }

  .h-xs-100 {
    height: 100px !important; }

  .min-h-xs-100 {
    min-height: 100px !important; }

  .max-h-xs-100 {
    max-height: 100px !important; }

  .h-xs-120 {
    height: 120px !important; }

  .min-h-xs-120 {
    min-height: 120px !important; }

  .max-h-xs-120 {
    max-height: 120px !important; }

  .h-xs-150 {
    height: 150px !important; }

  .min-h-xs-150 {
    min-height: 150px !important; }

  .max-h-xs-150 {
    max-height: 150px !important; }

  .h-xs-160 {
    height: 160px !important; }

  .min-h-xs-160 {
    min-height: 160px !important; }

  .max-h-xs-160 {
    max-height: 160px !important; }

  .h-xs-170 {
    height: 170px !important; }

  .min-h-xs-170 {
    min-height: 170px !important; }

  .max-h-xs-170 {
    max-height: 170px !important; }

  .h-xs-180 {
    height: 180px !important; }

  .min-h-xs-180 {
    min-height: 180px !important; }

  .max-h-xs-180 {
    max-height: 180px !important; }

  .h-xs-190 {
    height: 190px !important; }

  .min-h-xs-190 {
    min-height: 190px !important; }

  .max-h-xs-190 {
    max-height: 190px !important; }

  .h-xs-200 {
    height: 200px !important; }

  .min-h-xs-200 {
    min-height: 200px !important; }

  .max-h-xs-200 {
    max-height: 200px !important; }

  .h-xs-250 {
    height: 250px !important; }

  .min-h-xs-250 {
    min-height: 250px !important; }

  .max-h-xs-250 {
    max-height: 250px !important; }

  .h-xs-300 {
    height: 300px !important; }

  .min-h-xs-300 {
    min-height: 300px !important; }

  .max-h-xs-300 {
    max-height: 300px !important; }

  .h-xs-310 {
    height: 310px !important; }

  .min-h-xs-310 {
    min-height: 310px !important; }

  .max-h-xs-310 {
    max-height: 310px !important; }

  .h-xs-320 {
    height: 320px !important; }

  .min-h-xs-320 {
    min-height: 320px !important; }

  .max-h-xs-320 {
    max-height: 320px !important; }

  .h-xs-325 {
    height: 325px !important; }

  .min-h-xs-325 {
    min-height: 325px !important; }

  .max-h-xs-325 {
    max-height: 325px !important; }

  .h-xs-350 {
    height: 350px !important; }

  .min-h-xs-350 {
    min-height: 350px !important; }

  .max-h-xs-350 {
    max-height: 350px !important; }

  .h-xs-400 {
    height: 400px !important; }

  .min-h-xs-400 {
    min-height: 400px !important; }

  .max-h-xs-400 {
    max-height: 400px !important; }

  .h-xs-450 {
    height: 450px !important; }

  .min-h-xs-450 {
    min-height: 450px !important; }

  .max-h-xs-450 {
    max-height: 450px !important; }

  .h-xs-500 {
    height: 500px !important; }

  .min-h-xs-500 {
    min-height: 500px !important; }

  .max-h-xs-500 {
    max-height: 500px !important; }

  .h-xs-550 {
    height: 550px !important; }

  .min-h-xs-550 {
    min-height: 550px !important; }

  .max-h-xs-550 {
    max-height: 550px !important; }

  .h-xs-600 {
    height: 600px !important; }

  .min-h-xs-600 {
    min-height: 600px !important; }

  .max-h-xs-600 {
    max-height: 600px !important; }

  .h-xs-650 {
    height: 650px !important; }

  .min-h-xs-650 {
    min-height: 650px !important; }

  .max-h-xs-650 {
    max-height: 650px !important; }

  .h-xs-700 {
    height: 700px !important; }

  .min-h-xs-700 {
    min-height: 700px !important; }

  .max-h-xs-700 {
    max-height: 700px !important; }

  .h-xs-750 {
    height: 750px !important; }

  .min-h-xs-750 {
    min-height: 750px !important; }

  .max-h-xs-750 {
    max-height: 750px !important; }

  .h-xs-800 {
    height: 800px !important; }

  .min-h-xs-800 {
    min-height: 800px !important; }

  .max-h-xs-800 {
    max-height: 800px !important; }

  .h-xs-850 {
    height: 850px !important; }

  .min-h-xs-850 {
    min-height: 850px !important; }

  .max-h-xs-850 {
    max-height: 850px !important; }

  .h-xs-900 {
    height: 900px !important; }

  .min-h-xs-900 {
    min-height: 900px !important; }

  .max-h-xs-900 {
    max-height: 900px !important; }

  .h-xs-950 {
    height: 950px !important; }

  .min-h-xs-950 {
    min-height: 950px !important; }

  .max-h-xs-950 {
    max-height: 950px !important; }

  .h-xs-1000 {
    height: 1000px !important; }

  .min-h-xs-1000 {
    min-height: 1000px !important; }

  .max-h-xs-1000 {
    max-height: 1000px !important; }

  .h-xs-p5 {
    height: 5% !important; }

  .min-h-xs-p5 {
    min-height: 5% !important; }

  .max-h-xs-p5 {
    max-height: 5% !important; }

  .h-xs-p10 {
    height: 10% !important; }

  .min-h-xs-p10 {
    min-height: 10% !important; }

  .max-h-xs-p10 {
    max-height: 10% !important; }

  .h-xs-p15 {
    height: 15% !important; }

  .min-h-xs-p15 {
    min-height: 15% !important; }

  .max-h-xs-p15 {
    max-height: 15% !important; }

  .h-xs-p20 {
    height: 20% !important; }

  .min-h-xs-p20 {
    min-height: 20% !important; }

  .max-h-xs-p20 {
    max-height: 20% !important; }

  .h-xs-p25 {
    height: 25% !important; }

  .min-h-xs-p25 {
    min-height: 25% !important; }

  .max-h-xs-p25 {
    max-height: 25% !important; }

  .h-xs-p30 {
    height: 30% !important; }

  .min-h-xs-p30 {
    min-height: 30% !important; }

  .max-h-xs-p30 {
    max-height: 30% !important; }

  .h-xs-p35 {
    height: 35% !important; }

  .min-h-xs-p35 {
    min-height: 35% !important; }

  .max-h-xs-p35 {
    max-height: 35% !important; }

  .h-xs-p40 {
    height: 40% !important; }

  .min-h-xs-p40 {
    min-height: 40% !important; }

  .max-h-xs-p40 {
    max-height: 40% !important; }

  .h-xs-p45 {
    height: 45% !important; }

  .min-h-xs-p45 {
    min-height: 45% !important; }

  .max-h-xs-p45 {
    max-height: 45% !important; }

  .h-xs-p50 {
    height: 50% !important; }

  .min-h-xs-p50 {
    min-height: 50% !important; }

  .max-h-xs-p50 {
    max-height: 50% !important; }

  .h-xs-p60 {
    height: 60% !important; }

  .min-h-xs-p60 {
    min-height: 60% !important; }

  .max-h-xs-p60 {
    max-height: 60% !important; }

  .h-xs-p65 {
    height: 65% !important; }

  .min-h-xs-p65 {
    min-height: 65% !important; }

  .max-h-xs-p65 {
    max-height: 65% !important; }

  .h-xs-p70 {
    height: 70% !important; }

  .min-h-xs-p70 {
    min-height: 70% !important; }

  .max-h-xs-p70 {
    max-height: 70% !important; }

  .h-xs-p75 {
    height: 75% !important; }

  .min-h-xs-p75 {
    min-height: 75% !important; }

  .max-h-xs-p75 {
    max-height: 75% !important; }

  .h-xs-p80 {
    height: 80% !important; }

  .min-h-xs-p80 {
    min-height: 80% !important; }

  .max-h-xs-p80 {
    max-height: 80% !important; }

  .h-xs-p85 {
    height: 85% !important; }

  .min-h-xs-p85 {
    min-height: 85% !important; }

  .max-h-xs-p85 {
    max-height: 85% !important; }

  .h-xs-p90 {
    height: 90% !important; }

  .min-h-xs-p90 {
    min-height: 90% !important; }

  .max-h-xs-p90 {
    max-height: 90% !important; }

  .h-xs-p95 {
    height: 95% !important; }

  .min-h-xs-p95 {
    min-height: 95% !important; }

  .max-h-xs-p95 {
    max-height: 95% !important; }

  .h-xs-p100 {
    height: 100% !important; }

  .min-h-xs-p100 {
    min-height: 100% !important; }

  .max-h-xs-p100 {
    max-height: 100% !important; }

  .h-xs-auto {
    height: auto !important; }

  .min-h-xs-auto {
    min-height: auto !important; }

  .max-h-xs-auto {
    max-height: auto !important; } }
@media (min-width: 576px) {
  .h-sm-0 {
    height: 0px !important; }

  .min-h-sm-0 {
    min-height: 0px !important; }

  .max-h-sm-0 {
    max-height: 0px !important; }

  .h-sm-10 {
    height: 10px !important; }

  .min-h-sm-10 {
    min-height: 10px !important; }

  .max-h-sm-10 {
    max-height: 10px !important; }

  .h-sm-15 {
    height: 15px !important; }

  .min-h-sm-15 {
    min-height: 15px !important; }

  .max-h-sm-15 {
    max-height: 15px !important; }

  .h-sm-20 {
    height: 20px !important; }

  .min-h-sm-20 {
    min-height: 20px !important; }

  .max-h-sm-20 {
    max-height: 20px !important; }

  .h-sm-30 {
    height: 30px !important; }

  .min-h-sm-30 {
    min-height: 30px !important; }

  .max-h-sm-30 {
    max-height: 30px !important; }

  .h-sm-40 {
    height: 40px !important; }

  .min-h-sm-40 {
    min-height: 40px !important; }

  .max-h-sm-40 {
    max-height: 40px !important; }

  .h-sm-50 {
    height: 50px !important; }

  .min-h-sm-50 {
    min-height: 50px !important; }

  .max-h-sm-50 {
    max-height: 50px !important; }

  .h-sm-60 {
    height: 60px !important; }

  .min-h-sm-60 {
    min-height: 60px !important; }

  .max-h-sm-60 {
    max-height: 60px !important; }

  .h-sm-70 {
    height: 70px !important; }

  .min-h-sm-70 {
    min-height: 70px !important; }

  .max-h-sm-70 {
    max-height: 70px !important; }

  .h-sm-80 {
    height: 80px !important; }

  .min-h-sm-80 {
    min-height: 80px !important; }

  .max-h-sm-80 {
    max-height: 80px !important; }

  .h-sm-90 {
    height: 90px !important; }

  .min-h-sm-90 {
    min-height: 90px !important; }

  .max-h-sm-90 {
    max-height: 90px !important; }

  .h-sm-100 {
    height: 100px !important; }

  .min-h-sm-100 {
    min-height: 100px !important; }

  .max-h-sm-100 {
    max-height: 100px !important; }

  .h-sm-120 {
    height: 120px !important; }

  .min-h-sm-120 {
    min-height: 120px !important; }

  .max-h-sm-120 {
    max-height: 120px !important; }

  .h-sm-150 {
    height: 150px !important; }

  .min-h-sm-150 {
    min-height: 150px !important; }

  .max-h-sm-150 {
    max-height: 150px !important; }

  .h-sm-160 {
    height: 160px !important; }

  .min-h-sm-160 {
    min-height: 160px !important; }

  .max-h-sm-160 {
    max-height: 160px !important; }

  .h-sm-170 {
    height: 170px !important; }

  .min-h-sm-170 {
    min-height: 170px !important; }

  .max-h-sm-170 {
    max-height: 170px !important; }

  .h-sm-180 {
    height: 180px !important; }

  .min-h-sm-180 {
    min-height: 180px !important; }

  .max-h-sm-180 {
    max-height: 180px !important; }

  .h-sm-190 {
    height: 190px !important; }

  .min-h-sm-190 {
    min-height: 190px !important; }

  .max-h-sm-190 {
    max-height: 190px !important; }

  .h-sm-200 {
    height: 200px !important; }

  .min-h-sm-200 {
    min-height: 200px !important; }

  .max-h-sm-200 {
    max-height: 200px !important; }

  .h-sm-250 {
    height: 250px !important; }

  .min-h-sm-250 {
    min-height: 250px !important; }

  .max-h-sm-250 {
    max-height: 250px !important; }

  .h-sm-300 {
    height: 300px !important; }

  .min-h-sm-300 {
    min-height: 300px !important; }

  .max-h-sm-300 {
    max-height: 300px !important; }

  .h-sm-310 {
    height: 310px !important; }

  .min-h-sm-310 {
    min-height: 310px !important; }

  .max-h-sm-310 {
    max-height: 310px !important; }

  .h-sm-320 {
    height: 320px !important; }

  .min-h-sm-320 {
    min-height: 320px !important; }

  .max-h-sm-320 {
    max-height: 320px !important; }

  .h-sm-325 {
    height: 325px !important; }

  .min-h-sm-325 {
    min-height: 325px !important; }

  .max-h-sm-325 {
    max-height: 325px !important; }

  .h-sm-350 {
    height: 350px !important; }

  .min-h-sm-350 {
    min-height: 350px !important; }

  .max-h-sm-350 {
    max-height: 350px !important; }

  .h-sm-400 {
    height: 400px !important; }

  .min-h-sm-400 {
    min-height: 400px !important; }

  .max-h-sm-400 {
    max-height: 400px !important; }

  .h-sm-450 {
    height: 450px !important; }

  .min-h-sm-450 {
    min-height: 450px !important; }

  .max-h-sm-450 {
    max-height: 450px !important; }

  .h-sm-500 {
    height: 500px !important; }

  .min-h-sm-500 {
    min-height: 500px !important; }

  .max-h-sm-500 {
    max-height: 500px !important; }

  .h-sm-550 {
    height: 550px !important; }

  .min-h-sm-550 {
    min-height: 550px !important; }

  .max-h-sm-550 {
    max-height: 550px !important; }

  .h-sm-600 {
    height: 600px !important; }

  .min-h-sm-600 {
    min-height: 600px !important; }

  .max-h-sm-600 {
    max-height: 600px !important; }

  .h-sm-650 {
    height: 650px !important; }

  .min-h-sm-650 {
    min-height: 650px !important; }

  .max-h-sm-650 {
    max-height: 650px !important; }

  .h-sm-700 {
    height: 700px !important; }

  .min-h-sm-700 {
    min-height: 700px !important; }

  .max-h-sm-700 {
    max-height: 700px !important; }

  .h-sm-750 {
    height: 750px !important; }

  .min-h-sm-750 {
    min-height: 750px !important; }

  .max-h-sm-750 {
    max-height: 750px !important; }

  .h-sm-800 {
    height: 800px !important; }

  .min-h-sm-800 {
    min-height: 800px !important; }

  .max-h-sm-800 {
    max-height: 800px !important; }

  .h-sm-850 {
    height: 850px !important; }

  .min-h-sm-850 {
    min-height: 850px !important; }

  .max-h-sm-850 {
    max-height: 850px !important; }

  .h-sm-900 {
    height: 900px !important; }

  .min-h-sm-900 {
    min-height: 900px !important; }

  .max-h-sm-900 {
    max-height: 900px !important; }

  .h-sm-950 {
    height: 950px !important; }

  .min-h-sm-950 {
    min-height: 950px !important; }

  .max-h-sm-950 {
    max-height: 950px !important; }

  .h-sm-1000 {
    height: 1000px !important; }

  .min-h-sm-1000 {
    min-height: 1000px !important; }

  .max-h-sm-1000 {
    max-height: 1000px !important; }

  .h-sm-p5 {
    height: 5% !important; }

  .min-h-sm-p5 {
    min-height: 5% !important; }

  .max-h-sm-p5 {
    max-height: 5% !important; }

  .h-sm-p10 {
    height: 10% !important; }

  .min-h-sm-p10 {
    min-height: 10% !important; }

  .max-h-sm-p10 {
    max-height: 10% !important; }

  .h-sm-p15 {
    height: 15% !important; }

  .min-h-sm-p15 {
    min-height: 15% !important; }

  .max-h-sm-p15 {
    max-height: 15% !important; }

  .h-sm-p20 {
    height: 20% !important; }

  .min-h-sm-p20 {
    min-height: 20% !important; }

  .max-h-sm-p20 {
    max-height: 20% !important; }

  .h-sm-p25 {
    height: 25% !important; }

  .min-h-sm-p25 {
    min-height: 25% !important; }

  .max-h-sm-p25 {
    max-height: 25% !important; }

  .h-sm-p30 {
    height: 30% !important; }

  .min-h-sm-p30 {
    min-height: 30% !important; }

  .max-h-sm-p30 {
    max-height: 30% !important; }

  .h-sm-p35 {
    height: 35% !important; }

  .min-h-sm-p35 {
    min-height: 35% !important; }

  .max-h-sm-p35 {
    max-height: 35% !important; }

  .h-sm-p40 {
    height: 40% !important; }

  .min-h-sm-p40 {
    min-height: 40% !important; }

  .max-h-sm-p40 {
    max-height: 40% !important; }

  .h-sm-p45 {
    height: 45% !important; }

  .min-h-sm-p45 {
    min-height: 45% !important; }

  .max-h-sm-p45 {
    max-height: 45% !important; }

  .h-sm-p50 {
    height: 50% !important; }

  .min-h-sm-p50 {
    min-height: 50% !important; }

  .max-h-sm-p50 {
    max-height: 50% !important; }

  .h-sm-p60 {
    height: 60% !important; }

  .min-h-sm-p60 {
    min-height: 60% !important; }

  .max-h-sm-p60 {
    max-height: 60% !important; }

  .h-sm-p65 {
    height: 65% !important; }

  .min-h-sm-p65 {
    min-height: 65% !important; }

  .max-h-sm-p65 {
    max-height: 65% !important; }

  .h-sm-p70 {
    height: 70% !important; }

  .min-h-sm-p70 {
    min-height: 70% !important; }

  .max-h-sm-p70 {
    max-height: 70% !important; }

  .h-sm-p75 {
    height: 75% !important; }

  .min-h-sm-p75 {
    min-height: 75% !important; }

  .max-h-sm-p75 {
    max-height: 75% !important; }

  .h-sm-p80 {
    height: 80% !important; }

  .min-h-sm-p80 {
    min-height: 80% !important; }

  .max-h-sm-p80 {
    max-height: 80% !important; }

  .h-sm-p85 {
    height: 85% !important; }

  .min-h-sm-p85 {
    min-height: 85% !important; }

  .max-h-sm-p85 {
    max-height: 85% !important; }

  .h-sm-p90 {
    height: 90% !important; }

  .min-h-sm-p90 {
    min-height: 90% !important; }

  .max-h-sm-p90 {
    max-height: 90% !important; }

  .h-sm-p95 {
    height: 95% !important; }

  .min-h-sm-p95 {
    min-height: 95% !important; }

  .max-h-sm-p95 {
    max-height: 95% !important; }

  .h-sm-p100 {
    height: 100% !important; }

  .min-h-sm-p100 {
    min-height: 100% !important; }

  .max-h-sm-p100 {
    max-height: 100% !important; }

  .h-sm-auto {
    height: auto !important; }

  .min-h-sm-auto {
    min-height: auto !important; }

  .max-h-sm-auto {
    max-height: auto !important; } }
@media (min-width: 768px) {
  .h-md-0 {
    height: 0px !important; }

  .min-h-md-0 {
    min-height: 0px !important; }

  .max-h-md-0 {
    max-height: 0px !important; }

  .h-md-10 {
    height: 10px !important; }

  .min-h-md-10 {
    min-height: 10px !important; }

  .max-h-md-10 {
    max-height: 10px !important; }

  .h-md-15 {
    height: 15px !important; }

  .min-h-md-15 {
    min-height: 15px !important; }

  .max-h-md-15 {
    max-height: 15px !important; }

  .h-md-20 {
    height: 20px !important; }

  .min-h-md-20 {
    min-height: 20px !important; }

  .max-h-md-20 {
    max-height: 20px !important; }

  .h-md-30 {
    height: 30px !important; }

  .min-h-md-30 {
    min-height: 30px !important; }

  .max-h-md-30 {
    max-height: 30px !important; }

  .h-md-40 {
    height: 40px !important; }

  .min-h-md-40 {
    min-height: 40px !important; }

  .max-h-md-40 {
    max-height: 40px !important; }

  .h-md-50 {
    height: 50px !important; }

  .min-h-md-50 {
    min-height: 50px !important; }

  .max-h-md-50 {
    max-height: 50px !important; }

  .h-md-60 {
    height: 60px !important; }

  .min-h-md-60 {
    min-height: 60px !important; }

  .max-h-md-60 {
    max-height: 60px !important; }

  .h-md-70 {
    height: 70px !important; }

  .min-h-md-70 {
    min-height: 70px !important; }

  .max-h-md-70 {
    max-height: 70px !important; }

  .h-md-80 {
    height: 80px !important; }

  .min-h-md-80 {
    min-height: 80px !important; }

  .max-h-md-80 {
    max-height: 80px !important; }

  .h-md-90 {
    height: 90px !important; }

  .min-h-md-90 {
    min-height: 90px !important; }

  .max-h-md-90 {
    max-height: 90px !important; }

  .h-md-100 {
    height: 100px !important; }

  .min-h-md-100 {
    min-height: 100px !important; }

  .max-h-md-100 {
    max-height: 100px !important; }

  .h-md-120 {
    height: 120px !important; }

  .min-h-md-120 {
    min-height: 120px !important; }

  .max-h-md-120 {
    max-height: 120px !important; }

  .h-md-150 {
    height: 150px !important; }

  .min-h-md-150 {
    min-height: 150px !important; }

  .max-h-md-150 {
    max-height: 150px !important; }

  .h-md-160 {
    height: 160px !important; }

  .min-h-md-160 {
    min-height: 160px !important; }

  .max-h-md-160 {
    max-height: 160px !important; }

  .h-md-170 {
    height: 170px !important; }

  .min-h-md-170 {
    min-height: 170px !important; }

  .max-h-md-170 {
    max-height: 170px !important; }

  .h-md-180 {
    height: 180px !important; }

  .min-h-md-180 {
    min-height: 180px !important; }

  .max-h-md-180 {
    max-height: 180px !important; }

  .h-md-190 {
    height: 190px !important; }

  .min-h-md-190 {
    min-height: 190px !important; }

  .max-h-md-190 {
    max-height: 190px !important; }

  .h-md-200 {
    height: 200px !important; }

  .min-h-md-200 {
    min-height: 200px !important; }

  .max-h-md-200 {
    max-height: 200px !important; }

  .h-md-250 {
    height: 250px !important; }

  .min-h-md-250 {
    min-height: 250px !important; }

  .max-h-md-250 {
    max-height: 250px !important; }

  .h-md-300 {
    height: 300px !important; }

  .min-h-md-300 {
    min-height: 300px !important; }

  .max-h-md-300 {
    max-height: 300px !important; }

  .h-md-310 {
    height: 310px !important; }

  .min-h-md-310 {
    min-height: 310px !important; }

  .max-h-md-310 {
    max-height: 310px !important; }

  .h-md-320 {
    height: 320px !important; }

  .min-h-md-320 {
    min-height: 320px !important; }

  .max-h-md-320 {
    max-height: 320px !important; }

  .h-md-325 {
    height: 325px !important; }

  .min-h-md-325 {
    min-height: 325px !important; }

  .max-h-md-325 {
    max-height: 325px !important; }

  .h-md-350 {
    height: 350px !important; }

  .min-h-md-350 {
    min-height: 350px !important; }

  .max-h-md-350 {
    max-height: 350px !important; }

  .h-md-400 {
    height: 400px !important; }

  .min-h-md-400 {
    min-height: 400px !important; }

  .max-h-md-400 {
    max-height: 400px !important; }

  .h-md-450 {
    height: 450px !important; }

  .min-h-md-450 {
    min-height: 450px !important; }

  .max-h-md-450 {
    max-height: 450px !important; }

  .h-md-500 {
    height: 500px !important; }

  .min-h-md-500 {
    min-height: 500px !important; }

  .max-h-md-500 {
    max-height: 500px !important; }

  .h-md-550 {
    height: 550px !important; }

  .min-h-md-550 {
    min-height: 550px !important; }

  .max-h-md-550 {
    max-height: 550px !important; }

  .h-md-600 {
    height: 600px !important; }

  .min-h-md-600 {
    min-height: 600px !important; }

  .max-h-md-600 {
    max-height: 600px !important; }

  .h-md-650 {
    height: 650px !important; }

  .min-h-md-650 {
    min-height: 650px !important; }

  .max-h-md-650 {
    max-height: 650px !important; }

  .h-md-700 {
    height: 700px !important; }

  .min-h-md-700 {
    min-height: 700px !important; }

  .max-h-md-700 {
    max-height: 700px !important; }

  .h-md-750 {
    height: 750px !important; }

  .min-h-md-750 {
    min-height: 750px !important; }

  .max-h-md-750 {
    max-height: 750px !important; }

  .h-md-800 {
    height: 800px !important; }

  .min-h-md-800 {
    min-height: 800px !important; }

  .max-h-md-800 {
    max-height: 800px !important; }

  .h-md-850 {
    height: 850px !important; }

  .min-h-md-850 {
    min-height: 850px !important; }

  .max-h-md-850 {
    max-height: 850px !important; }

  .h-md-900 {
    height: 900px !important; }

  .min-h-md-900 {
    min-height: 900px !important; }

  .max-h-md-900 {
    max-height: 900px !important; }

  .h-md-950 {
    height: 950px !important; }

  .min-h-md-950 {
    min-height: 950px !important; }

  .max-h-md-950 {
    max-height: 950px !important; }

  .h-md-1000 {
    height: 1000px !important; }

  .min-h-md-1000 {
    min-height: 1000px !important; }

  .max-h-md-1000 {
    max-height: 1000px !important; }

  .h-md-p5 {
    height: 5% !important; }

  .min-h-md-p5 {
    min-height: 5% !important; }

  .max-h-md-p5 {
    max-height: 5% !important; }

  .h-md-p10 {
    height: 10% !important; }

  .min-h-md-p10 {
    min-height: 10% !important; }

  .max-h-md-p10 {
    max-height: 10% !important; }

  .h-md-p15 {
    height: 15% !important; }

  .min-h-md-p15 {
    min-height: 15% !important; }

  .max-h-md-p15 {
    max-height: 15% !important; }

  .h-md-p20 {
    height: 20% !important; }

  .min-h-md-p20 {
    min-height: 20% !important; }

  .max-h-md-p20 {
    max-height: 20% !important; }

  .h-md-p25 {
    height: 25% !important; }

  .min-h-md-p25 {
    min-height: 25% !important; }

  .max-h-md-p25 {
    max-height: 25% !important; }

  .h-md-p30 {
    height: 30% !important; }

  .min-h-md-p30 {
    min-height: 30% !important; }

  .max-h-md-p30 {
    max-height: 30% !important; }

  .h-md-p35 {
    height: 35% !important; }

  .min-h-md-p35 {
    min-height: 35% !important; }

  .max-h-md-p35 {
    max-height: 35% !important; }

  .h-md-p40 {
    height: 40% !important; }

  .min-h-md-p40 {
    min-height: 40% !important; }

  .max-h-md-p40 {
    max-height: 40% !important; }

  .h-md-p45 {
    height: 45% !important; }

  .min-h-md-p45 {
    min-height: 45% !important; }

  .max-h-md-p45 {
    max-height: 45% !important; }

  .h-md-p50 {
    height: 50% !important; }

  .min-h-md-p50 {
    min-height: 50% !important; }

  .max-h-md-p50 {
    max-height: 50% !important; }

  .h-md-p60 {
    height: 60% !important; }

  .min-h-md-p60 {
    min-height: 60% !important; }

  .max-h-md-p60 {
    max-height: 60% !important; }

  .h-md-p65 {
    height: 65% !important; }

  .min-h-md-p65 {
    min-height: 65% !important; }

  .max-h-md-p65 {
    max-height: 65% !important; }

  .h-md-p70 {
    height: 70% !important; }

  .min-h-md-p70 {
    min-height: 70% !important; }

  .max-h-md-p70 {
    max-height: 70% !important; }

  .h-md-p75 {
    height: 75% !important; }

  .min-h-md-p75 {
    min-height: 75% !important; }

  .max-h-md-p75 {
    max-height: 75% !important; }

  .h-md-p80 {
    height: 80% !important; }

  .min-h-md-p80 {
    min-height: 80% !important; }

  .max-h-md-p80 {
    max-height: 80% !important; }

  .h-md-p85 {
    height: 85% !important; }

  .min-h-md-p85 {
    min-height: 85% !important; }

  .max-h-md-p85 {
    max-height: 85% !important; }

  .h-md-p90 {
    height: 90% !important; }

  .min-h-md-p90 {
    min-height: 90% !important; }

  .max-h-md-p90 {
    max-height: 90% !important; }

  .h-md-p95 {
    height: 95% !important; }

  .min-h-md-p95 {
    min-height: 95% !important; }

  .max-h-md-p95 {
    max-height: 95% !important; }

  .h-md-p100 {
    height: 100% !important; }

  .min-h-md-p100 {
    min-height: 100% !important; }

  .max-h-md-p100 {
    max-height: 100% !important; }

  .h-md-auto {
    height: auto !important; }

  .min-h-md-auto {
    min-height: auto !important; }

  .max-h-md-auto {
    max-height: auto !important; } }
@media (min-width: 992px) {
  .h-lg-0 {
    height: 0px !important; }

  .min-h-lg-0 {
    min-height: 0px !important; }

  .max-h-lg-0 {
    max-height: 0px !important; }

  .h-lg-10 {
    height: 10px !important; }

  .min-h-lg-10 {
    min-height: 10px !important; }

  .max-h-lg-10 {
    max-height: 10px !important; }

  .h-lg-15 {
    height: 15px !important; }

  .min-h-lg-15 {
    min-height: 15px !important; }

  .max-h-lg-15 {
    max-height: 15px !important; }

  .h-lg-20 {
    height: 20px !important; }

  .min-h-lg-20 {
    min-height: 20px !important; }

  .max-h-lg-20 {
    max-height: 20px !important; }

  .h-lg-30 {
    height: 30px !important; }

  .min-h-lg-30 {
    min-height: 30px !important; }

  .max-h-lg-30 {
    max-height: 30px !important; }

  .h-lg-40 {
    height: 40px !important; }

  .min-h-lg-40 {
    min-height: 40px !important; }

  .max-h-lg-40 {
    max-height: 40px !important; }

  .h-lg-50 {
    height: 50px !important; }

  .min-h-lg-50 {
    min-height: 50px !important; }

  .max-h-lg-50 {
    max-height: 50px !important; }

  .h-lg-60 {
    height: 60px !important; }

  .min-h-lg-60 {
    min-height: 60px !important; }

  .max-h-lg-60 {
    max-height: 60px !important; }

  .h-lg-70 {
    height: 70px !important; }

  .min-h-lg-70 {
    min-height: 70px !important; }

  .max-h-lg-70 {
    max-height: 70px !important; }

  .h-lg-80 {
    height: 80px !important; }

  .min-h-lg-80 {
    min-height: 80px !important; }

  .max-h-lg-80 {
    max-height: 80px !important; }

  .h-lg-90 {
    height: 90px !important; }

  .min-h-lg-90 {
    min-height: 90px !important; }

  .max-h-lg-90 {
    max-height: 90px !important; }

  .h-lg-100 {
    height: 100px !important; }

  .min-h-lg-100 {
    min-height: 100px !important; }

  .max-h-lg-100 {
    max-height: 100px !important; }

  .h-lg-120 {
    height: 120px !important; }

  .min-h-lg-120 {
    min-height: 120px !important; }

  .max-h-lg-120 {
    max-height: 120px !important; }

  .h-lg-150 {
    height: 150px !important; }

  .min-h-lg-150 {
    min-height: 150px !important; }

  .max-h-lg-150 {
    max-height: 150px !important; }

  .h-lg-160 {
    height: 160px !important; }

  .min-h-lg-160 {
    min-height: 160px !important; }

  .max-h-lg-160 {
    max-height: 160px !important; }

  .h-lg-170 {
    height: 170px !important; }

  .min-h-lg-170 {
    min-height: 170px !important; }

  .max-h-lg-170 {
    max-height: 170px !important; }

  .h-lg-180 {
    height: 180px !important; }

  .min-h-lg-180 {
    min-height: 180px !important; }

  .max-h-lg-180 {
    max-height: 180px !important; }

  .h-lg-190 {
    height: 190px !important; }

  .min-h-lg-190 {
    min-height: 190px !important; }

  .max-h-lg-190 {
    max-height: 190px !important; }

  .h-lg-200 {
    height: 200px !important; }

  .min-h-lg-200 {
    min-height: 200px !important; }

  .max-h-lg-200 {
    max-height: 200px !important; }

  .h-lg-250 {
    height: 250px !important; }

  .min-h-lg-250 {
    min-height: 250px !important; }

  .max-h-lg-250 {
    max-height: 250px !important; }

  .h-lg-300 {
    height: 300px !important; }

  .min-h-lg-300 {
    min-height: 300px !important; }

  .max-h-lg-300 {
    max-height: 300px !important; }

  .h-lg-310 {
    height: 310px !important; }

  .min-h-lg-310 {
    min-height: 310px !important; }

  .max-h-lg-310 {
    max-height: 310px !important; }

  .h-lg-320 {
    height: 320px !important; }

  .min-h-lg-320 {
    min-height: 320px !important; }

  .max-h-lg-320 {
    max-height: 320px !important; }

  .h-lg-325 {
    height: 325px !important; }

  .min-h-lg-325 {
    min-height: 325px !important; }

  .max-h-lg-325 {
    max-height: 325px !important; }

  .h-lg-350 {
    height: 350px !important; }

  .min-h-lg-350 {
    min-height: 350px !important; }

  .max-h-lg-350 {
    max-height: 350px !important; }

  .h-lg-400 {
    height: 400px !important; }

  .min-h-lg-400 {
    min-height: 400px !important; }

  .max-h-lg-400 {
    max-height: 400px !important; }

  .h-lg-450 {
    height: 450px !important; }

  .min-h-lg-450 {
    min-height: 450px !important; }

  .max-h-lg-450 {
    max-height: 450px !important; }

  .h-lg-500 {
    height: 500px !important; }

  .min-h-lg-500 {
    min-height: 500px !important; }

  .max-h-lg-500 {
    max-height: 500px !important; }

  .h-lg-550 {
    height: 550px !important; }

  .min-h-lg-550 {
    min-height: 550px !important; }

  .max-h-lg-550 {
    max-height: 550px !important; }

  .h-lg-600 {
    height: 600px !important; }

  .min-h-lg-600 {
    min-height: 600px !important; }

  .max-h-lg-600 {
    max-height: 600px !important; }

  .h-lg-650 {
    height: 650px !important; }

  .min-h-lg-650 {
    min-height: 650px !important; }

  .max-h-lg-650 {
    max-height: 650px !important; }

  .h-lg-700 {
    height: 700px !important; }

  .min-h-lg-700 {
    min-height: 700px !important; }

  .max-h-lg-700 {
    max-height: 700px !important; }

  .h-lg-750 {
    height: 750px !important; }

  .min-h-lg-750 {
    min-height: 750px !important; }

  .max-h-lg-750 {
    max-height: 750px !important; }

  .h-lg-800 {
    height: 800px !important; }

  .min-h-lg-800 {
    min-height: 800px !important; }

  .max-h-lg-800 {
    max-height: 800px !important; }

  .h-lg-850 {
    height: 850px !important; }

  .min-h-lg-850 {
    min-height: 850px !important; }

  .max-h-lg-850 {
    max-height: 850px !important; }

  .h-lg-900 {
    height: 900px !important; }

  .min-h-lg-900 {
    min-height: 900px !important; }

  .max-h-lg-900 {
    max-height: 900px !important; }

  .h-lg-950 {
    height: 950px !important; }

  .min-h-lg-950 {
    min-height: 950px !important; }

  .max-h-lg-950 {
    max-height: 950px !important; }

  .h-lg-1000 {
    height: 1000px !important; }

  .min-h-lg-1000 {
    min-height: 1000px !important; }

  .max-h-lg-1000 {
    max-height: 1000px !important; }

  .h-lg-p5 {
    height: 5% !important; }

  .min-h-lg-p5 {
    min-height: 5% !important; }

  .max-h-lg-p5 {
    max-height: 5% !important; }

  .h-lg-p10 {
    height: 10% !important; }

  .min-h-lg-p10 {
    min-height: 10% !important; }

  .max-h-lg-p10 {
    max-height: 10% !important; }

  .h-lg-p15 {
    height: 15% !important; }

  .min-h-lg-p15 {
    min-height: 15% !important; }

  .max-h-lg-p15 {
    max-height: 15% !important; }

  .h-lg-p20 {
    height: 20% !important; }

  .min-h-lg-p20 {
    min-height: 20% !important; }

  .max-h-lg-p20 {
    max-height: 20% !important; }

  .h-lg-p25 {
    height: 25% !important; }

  .min-h-lg-p25 {
    min-height: 25% !important; }

  .max-h-lg-p25 {
    max-height: 25% !important; }

  .h-lg-p30 {
    height: 30% !important; }

  .min-h-lg-p30 {
    min-height: 30% !important; }

  .max-h-lg-p30 {
    max-height: 30% !important; }

  .h-lg-p35 {
    height: 35% !important; }

  .min-h-lg-p35 {
    min-height: 35% !important; }

  .max-h-lg-p35 {
    max-height: 35% !important; }

  .h-lg-p40 {
    height: 40% !important; }

  .min-h-lg-p40 {
    min-height: 40% !important; }

  .max-h-lg-p40 {
    max-height: 40% !important; }

  .h-lg-p45 {
    height: 45% !important; }

  .min-h-lg-p45 {
    min-height: 45% !important; }

  .max-h-lg-p45 {
    max-height: 45% !important; }

  .h-lg-p50 {
    height: 50% !important; }

  .min-h-lg-p50 {
    min-height: 50% !important; }

  .max-h-lg-p50 {
    max-height: 50% !important; }

  .h-lg-p60 {
    height: 60% !important; }

  .min-h-lg-p60 {
    min-height: 60% !important; }

  .max-h-lg-p60 {
    max-height: 60% !important; }

  .h-lg-p65 {
    height: 65% !important; }

  .min-h-lg-p65 {
    min-height: 65% !important; }

  .max-h-lg-p65 {
    max-height: 65% !important; }

  .h-lg-p70 {
    height: 70% !important; }

  .min-h-lg-p70 {
    min-height: 70% !important; }

  .max-h-lg-p70 {
    max-height: 70% !important; }

  .h-lg-p75 {
    height: 75% !important; }

  .min-h-lg-p75 {
    min-height: 75% !important; }

  .max-h-lg-p75 {
    max-height: 75% !important; }

  .h-lg-p80 {
    height: 80% !important; }

  .min-h-lg-p80 {
    min-height: 80% !important; }

  .max-h-lg-p80 {
    max-height: 80% !important; }

  .h-lg-p85 {
    height: 85% !important; }

  .min-h-lg-p85 {
    min-height: 85% !important; }

  .max-h-lg-p85 {
    max-height: 85% !important; }

  .h-lg-p90 {
    height: 90% !important; }

  .min-h-lg-p90 {
    min-height: 90% !important; }

  .max-h-lg-p90 {
    max-height: 90% !important; }

  .h-lg-p95 {
    height: 95% !important; }

  .min-h-lg-p95 {
    min-height: 95% !important; }

  .max-h-lg-p95 {
    max-height: 95% !important; }

  .h-lg-p100 {
    height: 100% !important; }

  .min-h-lg-p100 {
    min-height: 100% !important; }

  .max-h-lg-p100 {
    max-height: 100% !important; }

  .h-lg-auto {
    height: auto !important; }

  .min-h-lg-auto {
    min-height: auto !important; }

  .max-h-lg-auto {
    max-height: auto !important; } }
@media (min-width: 1200px) {
  .h-xl-0 {
    height: 0px !important; }

  .min-h-xl-0 {
    min-height: 0px !important; }

  .max-h-xl-0 {
    max-height: 0px !important; }

  .h-xl-10 {
    height: 10px !important; }

  .min-h-xl-10 {
    min-height: 10px !important; }

  .max-h-xl-10 {
    max-height: 10px !important; }

  .h-xl-15 {
    height: 15px !important; }

  .min-h-xl-15 {
    min-height: 15px !important; }

  .max-h-xl-15 {
    max-height: 15px !important; }

  .h-xl-20 {
    height: 20px !important; }

  .min-h-xl-20 {
    min-height: 20px !important; }

  .max-h-xl-20 {
    max-height: 20px !important; }

  .h-xl-30 {
    height: 30px !important; }

  .min-h-xl-30 {
    min-height: 30px !important; }

  .max-h-xl-30 {
    max-height: 30px !important; }

  .h-xl-40 {
    height: 40px !important; }

  .min-h-xl-40 {
    min-height: 40px !important; }

  .max-h-xl-40 {
    max-height: 40px !important; }

  .h-xl-50 {
    height: 50px !important; }

  .min-h-xl-50 {
    min-height: 50px !important; }

  .max-h-xl-50 {
    max-height: 50px !important; }

  .h-xl-60 {
    height: 60px !important; }

  .min-h-xl-60 {
    min-height: 60px !important; }

  .max-h-xl-60 {
    max-height: 60px !important; }

  .h-xl-70 {
    height: 70px !important; }

  .min-h-xl-70 {
    min-height: 70px !important; }

  .max-h-xl-70 {
    max-height: 70px !important; }

  .h-xl-80 {
    height: 80px !important; }

  .min-h-xl-80 {
    min-height: 80px !important; }

  .max-h-xl-80 {
    max-height: 80px !important; }

  .h-xl-90 {
    height: 90px !important; }

  .min-h-xl-90 {
    min-height: 90px !important; }

  .max-h-xl-90 {
    max-height: 90px !important; }

  .h-xl-100 {
    height: 100px !important; }

  .min-h-xl-100 {
    min-height: 100px !important; }

  .max-h-xl-100 {
    max-height: 100px !important; }

  .h-xl-120 {
    height: 120px !important; }

  .min-h-xl-120 {
    min-height: 120px !important; }

  .max-h-xl-120 {
    max-height: 120px !important; }

  .h-xl-150 {
    height: 150px !important; }

  .min-h-xl-150 {
    min-height: 150px !important; }

  .max-h-xl-150 {
    max-height: 150px !important; }

  .h-xl-160 {
    height: 160px !important; }

  .min-h-xl-160 {
    min-height: 160px !important; }

  .max-h-xl-160 {
    max-height: 160px !important; }

  .h-xl-170 {
    height: 170px !important; }

  .min-h-xl-170 {
    min-height: 170px !important; }

  .max-h-xl-170 {
    max-height: 170px !important; }

  .h-xl-180 {
    height: 180px !important; }

  .min-h-xl-180 {
    min-height: 180px !important; }

  .max-h-xl-180 {
    max-height: 180px !important; }

  .h-xl-190 {
    height: 190px !important; }

  .min-h-xl-190 {
    min-height: 190px !important; }

  .max-h-xl-190 {
    max-height: 190px !important; }

  .h-xl-200 {
    height: 200px !important; }

  .min-h-xl-200 {
    min-height: 200px !important; }

  .max-h-xl-200 {
    max-height: 200px !important; }

  .h-xl-250 {
    height: 250px !important; }

  .min-h-xl-250 {
    min-height: 250px !important; }

  .max-h-xl-250 {
    max-height: 250px !important; }

  .h-xl-300 {
    height: 300px !important; }

  .min-h-xl-300 {
    min-height: 300px !important; }

  .max-h-xl-300 {
    max-height: 300px !important; }

  .h-xl-310 {
    height: 310px !important; }

  .min-h-xl-310 {
    min-height: 310px !important; }

  .max-h-xl-310 {
    max-height: 310px !important; }

  .h-xl-320 {
    height: 320px !important; }

  .min-h-xl-320 {
    min-height: 320px !important; }

  .max-h-xl-320 {
    max-height: 320px !important; }

  .h-xl-325 {
    height: 325px !important; }

  .min-h-xl-325 {
    min-height: 325px !important; }

  .max-h-xl-325 {
    max-height: 325px !important; }

  .h-xl-350 {
    height: 350px !important; }

  .min-h-xl-350 {
    min-height: 350px !important; }

  .max-h-xl-350 {
    max-height: 350px !important; }

  .h-xl-400 {
    height: 400px !important; }

  .min-h-xl-400 {
    min-height: 400px !important; }

  .max-h-xl-400 {
    max-height: 400px !important; }

  .h-xl-450 {
    height: 450px !important; }

  .min-h-xl-450 {
    min-height: 450px !important; }

  .max-h-xl-450 {
    max-height: 450px !important; }

  .h-xl-500 {
    height: 500px !important; }

  .min-h-xl-500 {
    min-height: 500px !important; }

  .max-h-xl-500 {
    max-height: 500px !important; }

  .h-xl-550 {
    height: 550px !important; }

  .min-h-xl-550 {
    min-height: 550px !important; }

  .max-h-xl-550 {
    max-height: 550px !important; }

  .h-xl-600 {
    height: 600px !important; }

  .min-h-xl-600 {
    min-height: 600px !important; }

  .max-h-xl-600 {
    max-height: 600px !important; }

  .h-xl-650 {
    height: 650px !important; }

  .min-h-xl-650 {
    min-height: 650px !important; }

  .max-h-xl-650 {
    max-height: 650px !important; }

  .h-xl-700 {
    height: 700px !important; }

  .min-h-xl-700 {
    min-height: 700px !important; }

  .max-h-xl-700 {
    max-height: 700px !important; }

  .h-xl-750 {
    height: 750px !important; }

  .min-h-xl-750 {
    min-height: 750px !important; }

  .max-h-xl-750 {
    max-height: 750px !important; }

  .h-xl-800 {
    height: 800px !important; }

  .min-h-xl-800 {
    min-height: 800px !important; }

  .max-h-xl-800 {
    max-height: 800px !important; }

  .h-xl-850 {
    height: 850px !important; }

  .min-h-xl-850 {
    min-height: 850px !important; }

  .max-h-xl-850 {
    max-height: 850px !important; }

  .h-xl-900 {
    height: 900px !important; }

  .min-h-xl-900 {
    min-height: 900px !important; }

  .max-h-xl-900 {
    max-height: 900px !important; }

  .h-xl-950 {
    height: 950px !important; }

  .min-h-xl-950 {
    min-height: 950px !important; }

  .max-h-xl-950 {
    max-height: 950px !important; }

  .h-xl-1000 {
    height: 1000px !important; }

  .min-h-xl-1000 {
    min-height: 1000px !important; }

  .max-h-xl-1000 {
    max-height: 1000px !important; }

  .h-xl-p5 {
    height: 5% !important; }

  .min-h-xl-p5 {
    min-height: 5% !important; }

  .max-h-xl-p5 {
    max-height: 5% !important; }

  .h-xl-p10 {
    height: 10% !important; }

  .min-h-xl-p10 {
    min-height: 10% !important; }

  .max-h-xl-p10 {
    max-height: 10% !important; }

  .h-xl-p15 {
    height: 15% !important; }

  .min-h-xl-p15 {
    min-height: 15% !important; }

  .max-h-xl-p15 {
    max-height: 15% !important; }

  .h-xl-p20 {
    height: 20% !important; }

  .min-h-xl-p20 {
    min-height: 20% !important; }

  .max-h-xl-p20 {
    max-height: 20% !important; }

  .h-xl-p25 {
    height: 25% !important; }

  .min-h-xl-p25 {
    min-height: 25% !important; }

  .max-h-xl-p25 {
    max-height: 25% !important; }

  .h-xl-p30 {
    height: 30% !important; }

  .min-h-xl-p30 {
    min-height: 30% !important; }

  .max-h-xl-p30 {
    max-height: 30% !important; }

  .h-xl-p35 {
    height: 35% !important; }

  .min-h-xl-p35 {
    min-height: 35% !important; }

  .max-h-xl-p35 {
    max-height: 35% !important; }

  .h-xl-p40 {
    height: 40% !important; }

  .min-h-xl-p40 {
    min-height: 40% !important; }

  .max-h-xl-p40 {
    max-height: 40% !important; }

  .h-xl-p45 {
    height: 45% !important; }

  .min-h-xl-p45 {
    min-height: 45% !important; }

  .max-h-xl-p45 {
    max-height: 45% !important; }

  .h-xl-p50 {
    height: 50% !important; }

  .min-h-xl-p50 {
    min-height: 50% !important; }

  .max-h-xl-p50 {
    max-height: 50% !important; }

  .h-xl-p60 {
    height: 60% !important; }

  .min-h-xl-p60 {
    min-height: 60% !important; }

  .max-h-xl-p60 {
    max-height: 60% !important; }

  .h-xl-p65 {
    height: 65% !important; }

  .min-h-xl-p65 {
    min-height: 65% !important; }

  .max-h-xl-p65 {
    max-height: 65% !important; }

  .h-xl-p70 {
    height: 70% !important; }

  .min-h-xl-p70 {
    min-height: 70% !important; }

  .max-h-xl-p70 {
    max-height: 70% !important; }

  .h-xl-p75 {
    height: 75% !important; }

  .min-h-xl-p75 {
    min-height: 75% !important; }

  .max-h-xl-p75 {
    max-height: 75% !important; }

  .h-xl-p80 {
    height: 80% !important; }

  .min-h-xl-p80 {
    min-height: 80% !important; }

  .max-h-xl-p80 {
    max-height: 80% !important; }

  .h-xl-p85 {
    height: 85% !important; }

  .min-h-xl-p85 {
    min-height: 85% !important; }

  .max-h-xl-p85 {
    max-height: 85% !important; }

  .h-xl-p90 {
    height: 90% !important; }

  .min-h-xl-p90 {
    min-height: 90% !important; }

  .max-h-xl-p90 {
    max-height: 90% !important; }

  .h-xl-p95 {
    height: 95% !important; }

  .min-h-xl-p95 {
    min-height: 95% !important; }

  .max-h-xl-p95 {
    max-height: 95% !important; }

  .h-xl-p100 {
    height: 100% !important; }

  .min-h-xl-p100 {
    min-height: 100% !important; }

  .max-h-xl-p100 {
    max-height: 100% !important; }

  .h-xl-auto {
    height: auto !important; }

  .min-h-xl-auto {
    min-height: auto !important; }

  .max-h-xl-auto {
    max-height: auto !important; } }
/*---Layout---*/
.fixed .wrapper, .main-header .logo, .user-panel {
  overflow: hidden; }

.layout-boxed {
  background: #f3f6f9; }
  .layout-boxed .wrapper {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
    min-height: 100%;
    box-shadow: 0px 2px 5px 0px rgba(19, 23, 38, 0.05);
    position: relative;
    background: #f4f5f9; }

@media (min-width: 1900px) {
  .layout-boxed .wrapper {
    width: 95%;
    max-width: 1850px; } }
.content-wrapper {
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 19.29rem;
  z-index: 820; }

.main-footer {
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  z-index: 820;
  margin-left: 19.29rem; }

@media (min-width: 768px) {
  .sidebar-collapse .content-wrapper, .sidebar-collapse .main-footer {
    margin-left: 0; } }
.content-wrapper {
  min-height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 1.25rem; }

@media (max-width: 767px) {
  .content-wrapper {
    margin-right: 0.75rem;
    margin-left: 0.75rem !important; } }
.main-footer {
  background-color: rgba(255, 255, 255, 0);
  padding: 1.5rem;
  border-top: 0px solid #cccccc;
  z-index: 1;
  position: relative; }
  .main-footer .nav {
    margin-top: -7px; }

.fixed .left-side {
  position: fixed; }
.fixed .main-header {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0; }
.fixed .main-sidebar {
  position: fixed; }
.fixed .content-wrapper {
  margin-top: 80px; }
.fixed .right-side {
  margin-top: 80px; }

@media (max-width: 767px) {
  .content-wrapper {
    margin-left: 0; }

  .main-footer {
    margin-left: 0;
    text-align: center; }

  .fixed .content-wrapper {
    margin-top: 125px; }
  .fixed .right-side {
    margin-top: 125px; } }
.fixedlayout-boxed .wrapper {
  max-width: 100%; }

.hold-transition .content-wrapper, .hold-transition .left-side, .hold-transition .main-footer, .hold-transition .main-header .logo, .hold-transition .main-header .navbar, .hold-transition .main-sidebar, .hold-transition .menu-open .fa-angle-left, .hold-transition .right-side {
  transition: none; }

.content {
  min-height: 250px;
  padding: 1.5rem 1.5rem 0px 1.5rem;
  margin-right: auto;
  margin-left: auto; }

.layout-top-nav .content-wrapper .content {
  padding: 10px 0px 0px 0px;
  margin-right: auto;
  margin-left: auto; }

.container > .content {
  padding: 10px 0px 0px 0px; }
  .container > .content > .content-header {
    padding-top: 0px; }
.container > .content-header {
  padding: 10px 0px 0px 0px; }

/*---art shape---*/
.art-bg {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  background-attachment: fixed;
  z-index: -1;
  min-height: 400px; }
  .art-bg img {
    left: -2px;
    width: 100%;
    height: auto;
    bottom: -32px;
    position: absolute;
    transform: scale(1.1, 0.8);
    transform-origin: bottom; }
    .art-bg img.light-img {
      display: block; }
    .art-bg img.dark-img {
      display: none; }

.dark-skin .art-bg img.dark-img {
  display: block; }
.dark-skin .art-bg img.light-img {
  display: none; }
.dark-skin.onlyfull .art-bg .art-img {
  display: none; }

.onlyheader .art-bg {
  min-height: 80px; }
  .onlyheader .art-bg .art-img {
    display: none; }

.onlyfull .art-bg {
  min-height: 100%; }
  .onlyfull .art-bg .art-img {
    display: none; }

#progressbar1 .progressbar-text, #progressbar2 .progressbar-text, #progressbar3 .progressbar-text {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  border-radius: 100%;
  height: 115px;
  width: 115px;
  line-height: 115px;
  font-family: "Rubik", sans-serif !important; }

.icon i {
  width: 60px;
  height: 60px;
  text-align: center;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  line-height: 60px;
  border-radius: 100%;
  margin-right: 30px; }

.wed-up {
  margin-top: -85px;
  padding: 30px 50px; }

.dask .fc-today-button {
  display: none; }
.dask .fc-right {
  display: none; }
.dask .fc-toolbar .fc-left {
  float: right; }
.dask .fc-toolbar .fc-center {
  float: left; }

.dash-chart {
  height: 146px !important; }

/*---Header---*/
.page-header {
  margin: 10px 0 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e6e6e6; }
  .page-header > small {
    color: #737373;
    display: block;
    margin-top: 5px; }

.main-header {
  max-height: 125px;
  z-index: 999;
  position: relative; }
  .main-header div.logo-box {
    width: 19.29rem;
    float: left;
    transition: transform .3s ease-in-out, width .3s ease-in-out;
    background: #fbfaff;
    border-top-right-radius: 0px;
    border-bottom: 1px solid #fbfaff; }
  .main-header .push-btn, .main-header .full-screen, .main-header .svg-bt-icon {
    height: 45px;
    width: 45px;
    padding: 10px;
    text-align: center;
    line-height: 28px;
    font-size: 1.714rem;
    margin: 0 5px;
    background-color: #fbfaff;
    border-radius: 10px;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0); }
    .main-header .push-btn:hover, .main-header .push-btn:active, .main-header .push-btn:focus, .main-header .full-screen:hover, .main-header .full-screen:active, .main-header .full-screen:focus, .main-header .svg-bt-icon:hover, .main-header .svg-bt-icon:active, .main-header .svg-bt-icon:focus {
      background-color: rgba(0, 0, 0, 0.03);
      color: #5156be; }
  .main-header .push-btn img, .main-header .full-screen img, .main-header .svg-bt-icon img {
    height: 20px;
    width: 20px;
    margin-top: 2.5px; }
  .main-header .logo-box {
    border-right: 1px solid rgba(72, 94, 144, 0); }
  .main-header .app-menu .search-bx {
    max-width: 250px;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0);
    border-radius: 10px;
    overflow: hidden; }
    .main-header .app-menu .search-bx input[type="search"] {
      background-color: #fbfaff;
      color: #172b4c;
      font-size: 16px;
      padding-left: 20px;
      border: none;
      border-radius: 5px 0px 0px 5px;
      height: 45px; }
    .main-header .app-menu .search-bx ::-moz-placeholder {
      color: #717C99; }
    .main-header .app-menu .search-bx ::placeholder {
      color: #717C99; }
    .main-header .app-menu .search-bx .input-group {
      margin-top: 0px; }
    .main-header .app-menu .search-bx .input-group-append {
      margin-left: 0px; }
    .main-header .app-menu .search-bx .btn {
      background-color: #fbfaff;
      color: #5C607B;
      font-weight: 700;
      font-size: 18px;
      border-radius: 0 5px 5px 0;
      padding: 3px 15px 3px 5px;
      box-shadow: none; }
      .main-header .app-menu .search-bx .btn img {
        width: 20px;
        margin-top: -3px;
        filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .main-header .r-side .app-menu, .main-header .r-side .btn-group a {
    margin: 18px 5px; }
  .main-header .navbar {
    transition: margin-left 0.3s ease-in-out;
    margin-bottom: 0;
    margin-left: 19.29rem;
    min-height: 80px;
    border-radius: 0;
    border-bottom: 1px solid #efeffd;
    padding: 0 1.5rem;
    box-shadow: none;
    background-color: #ffffff; }
    .main-header .navbar .nav > li.user > a > i {
      margin-right: 5px; }
  .main-header .logo {
    transition: width 0.3s ease-in-out;
    display: block;
    height: 80px;
    font-size: 1.2rem;
    line-height: 80px;
    text-align: left;
    padding: 0 15px;
    position: relative;
    z-index: 999;
    justify-content: center;
    width: 100%; }
    .main-header .logo .logo-lg {
      line-height: 80px;
      display: inline-block;
      padding-left: 5px; }
      .main-header .logo .logo-lg .dark-logo {
        display: none; }
      .main-header .logo .logo-lg .light-logo {
        display: block; }
    .main-header .logo .logo-mini {
      display: inline-block; }
      .main-header .logo .logo-mini .dark-logo {
        display: none; }
      .main-header .logo .logo-mini .light-logo {
        display: block; }
  .main-header #navbar-search-input.form-control {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: transparent; }
    .main-header #navbar-search-input.form-control:active, .main-header #navbar-search-input.form-control.active, .main-header #navbar-search-input.form-control:focus {
      border-color: rgba(0, 0, 0, 0.1);
      background: rgba(255, 255, 255, 0.9); }
    .main-header #navbar-search-input.form-control::-webkit-input-placeholder {
      color: #cccccc;
      opacity: 1; }
    .main-header #navbar-search-input.form-control:-moz-placeholder {
      color: #cccccc;
      opacity: 1; }
    .main-header #navbar-search-input.form-control::-moz-placeholder {
      color: #cccccc;
      opacity: 1; }
    .main-header #navbar-search-input.form-control:-ms-input-placeholder {
      color: #cccccc;
      opacity: 1; }
  .main-header .navbar-custom-menu {
    float: right; }
    .main-header .navbar-custom-menu.r-side li.dropdown .dropdown-toggle i::after {
      content: '';
      position: absolute;
      top: 23px;
      right: 16px;
      display: none;
      width: 4px;
      height: 4px;
      border-radius: 100%;
      background-color: #ee3158;
      animation: beat .25s infinite alternate;
      transform-origin: center; }
    .main-header .navbar-custom-menu.r-side li.dropdown .dropdown-toggle i.animated::after {
      top: 17px;
      right: -5px; }
    .main-header .navbar-custom-menu.r-side li.dropdown .dropdown-toggle i.fa.animated::after {
      top: 17px;
      right: -5px; }
  .main-header .navbar-right {
    float: right;
    padding-right: 15px; }
  .main-header .navbar-brand {
    color: #ffffff; }
  .main-header .sidebar-toggle {
    float: left;
    padding: 0 10px;
    font-size: 1.2rem;
    line-height: normal; }
    .main-header .sidebar-toggle:hover, .main-header .sidebar-toggle:focus {
      color: #ffffff; }
    .main-header .sidebar-toggle .icon-bar {
      display: none; }

.dark-skin .main-header .logo .logo-lg .dark-logo {
  display: block; }
.dark-skin .main-header .logo .logo-lg .light-logo {
  display: none; }

@keyframes beat {
  to {
    transform: scale(2); } }
.layout-top-nav .main-header .navbar {
  margin-left: 0; }

@media (max-width: 767px) {
  .main-header {
    position: relative;
    z-index: 999; }
    .main-header .navbar-right {
      padding-right: 0px;
      float: none; }
      .main-header .navbar-right > li {
        color: inherit;
        border: 0; }
    .main-header .logo {
      width: 100%;
      float: none;
      text-align: center; }
    .main-header .navbar {
      width: 100%;
      float: none;
      margin: 0;
      z-index: 999; }
    .main-header .navbar-custom-menu {
      float: right;
      padding-right: 0px; }

  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px; }

  .navbar-custom-menu .navbar-nav li > a.dropdown-toggle {
    padding: 0px 14px; }
  .navbar-custom-menu .navbar-nav > li:last-child > a {
    padding: 0px 14px; } }
@media (max-width: 991px) {
  .navbar-collapse .pull-left {
    float: none !important; }
    .navbar-collapse .pull-left + .navbar-custom-menu {
      display: block;
      position: absolute;
      top: 0;
      right: 40px; } }
@media (min-width: 768px) {
  .main-header .logo {
    display: flex; }

  .sidebar-mini.sidebar-collapse .main-header .logo-box {
    width: 60px;
    transition: transform .3s ease-in-out, width .3s ease-in-out; }
  .sidebar-mini.sidebar-collapse .main-header .logo {
    text-align: center;
    padding: 0;
    margin: 0 auto; }
    .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
      display: inline-block; }
    .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
      display: none; }
  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 60px; } }
@media (max-width: 767px) {
  .main-header > div {
    width: 100% !important;
    float: none;
    margin-left: 0 !important; }
    .main-header > div .logo {
      line-height: normal;
      height: auto; }
      .main-header > div .logo .logo-lg {
        line-height: 50px;
        padding-left: 0; }
  .main-header .navbar-custom-menu .navbar-nav .search-bar > div {
    padding: 7px 0 8px; }
  .main-header .navbar-custom-menu .navbar-nav > li {
    height: 50px; }
    .main-header .navbar-custom-menu .navbar-nav > li > a.dropdown-toggle {
      margin: 3px 5px; }
    .main-header .navbar-custom-menu .navbar-nav > li:last-child > a {
      margin: 2px 5px; }
  .main-header .navbar-custom-menu .full-screen {
    margin: 3px 5px !important;
    padding: 10px; } }
@media (max-width: 370px) {
  .main-header .navbar-custom-menu .navbar-nav .search-bar > div {
    padding: 10px 0 10px; }
  .main-header .navbar-custom-menu .navbar-nav > li {
    height: 50px; }
    .main-header .navbar-custom-menu .navbar-nav > li > a.dropdown-toggle {
      margin: 8px 5px; }
    .main-header .navbar-custom-menu .navbar-nav > li:last-child > a {
      margin: 8px 5px; } }
.navbar-custom-menu .navbar-nav {
  flex-direction: row; }
  .navbar-custom-menu .navbar-nav > li {
    height: 80px; }
    .navbar-custom-menu .navbar-nav > li > a.dropdown-toggle {
      padding: 10px;
      vertical-align: middle;
      display: block;
      font-size: 1.714rem;
      height: 45px;
      text-align: center;
      width: 45px;
      line-height: 28px;
      margin: 18px 5px;
      box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0);
      border-radius: 10px;
      background-color: #fbfaff; }
  .navbar-custom-menu .navbar-nav > li:last-child > a {
    padding: 10px;
    vertical-align: middle;
    display: block;
    font-size: 1.714rem;
    height: 45px;
    text-align: center;
    width: 45px;
    line-height: 28px;
    margin: 18px 5px;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background-color: #fbfaff; }
  .navbar-custom-menu .navbar-nav > .search-box > a {
    padding: 10px;
    vertical-align: middle;
    display: block;
    font-size: 1.5rem;
    border-radius: 100%;
    height: 45px;
    text-align: center;
    width: 45px;
    line-height: 25px;
    margin: 10px 5px; }
  .navbar-custom-menu .navbar-nav > .search-box > div {
    padding: 15px 0 15px; }
  .navbar-custom-menu .navbar-nav .full-screen-btn > a {
    padding: 10px;
    vertical-align: middle;
    display: block;
    font-size: 1.5rem;
    border-radius: 100%;
    height: 45px;
    text-align: center;
    width: 45px;
    line-height: 25px;
    margin: 10px 5px; }
  .navbar-custom-menu .navbar-nav .search-bar > div {
    padding: 12px 0 25px; }
  .navbar-custom-menu .navbar-nav .search-bar .lookup::before {
    color: #172b4c;
    top: 42%; }
  .navbar-custom-menu .navbar-nav .search-bar .lookup-circle input {
    background-color: rgba(23, 43, 76, 0.1);
    height: 35px;
    border-radius: 10px; }
.navbar-custom-menu > .navbar-nav > li {
  position: relative; }
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto; }
.navbar-custom-menu.l-side > .navbar-nav > li > .dropdown-menu {
  right: auto;
  left: 0; }
.navbar-custom-menu .dropdown-toggle::after {
  display: none; }

@media (max-width: 767px) {
  .navbar-custom-menu .navbar-nav > .search-bar .lookup input {
    max-width: 110px;
    padding-left: 10px !important; } }
@media (max-width: 370px) {
  .navbar-custom-menu .navbar-nav > .search-bar .lookup input {
    max-width: 50px;
    padding-left: 10px !important;
    padding: 0;
    height: 30px; } }
.search-box .app-search {
  position: relative;
  margin: 0px;
  display: block;
  z-index: 110;
  width: 100%;
  top: -50px;
  left: 0px; }
  .search-box .app-search input {
    width: 100.5%;
    padding: 0px 40px 0px 15px;
    border-radius: 50px;
    font-size: 14px;
    transition: 0.5s ease-in;
    border: none; }
  .search-box .app-search .srh-btn {
    position: absolute;
    top: 9px;
    cursor: pointer;
    background: #ffffff;
    width: 15px;
    height: 15px;
    right: 15px;
    font-size: 14px; }

body .main-header .navbar .nav > li.search-box > a:hover, body .main-header .navbar .nav > li.search-box > a:focus {
  background: none; }

@media (max-width: 1024px) {
  .main-header .navbar-custom-menu.r-side li.dropdown .dropdown-toggle i::after {
    right: auto;
    top: 20px; }

  .navbar-custom-menu .navbar-nav li > a.dropdown-toggle {
    line-height: 25px; }
  .navbar-custom-menu .navbar-nav > li:last-child > a {
    line-height: 25px; }
  .navbar-custom-menu .navbar-nav .search-box > a {
    line-height: 25px; } }
.dropdown-menu {
  box-shadow: none;
  border-color: #cccccc; }
  .dropdown-menu.scale-up {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.13);
    display: inline-block;
    transition: all .3s ease;
    transform: scale(0);
    transform-origin: right 0; }
  .dropdown-menu > li > a {
    color: gray; }
    .dropdown-menu > li > a > i {
      margin-right: 10px; }
  .dropdown-menu > .divider {
    background-color: #cccccc; }

.show > .dropdown-menu.scale-up {
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: left 0;
  -webkit-transform-origin: left 0; }

.main-header .navbar-nav > li.dropdown > .dropdown-menu {
  width: auto;
  max-width: 250px;
  padding: 0;
  margin: 0;
  top: 100%;
  border: none; }
  .main-header .navbar-nav > li.dropdown > .dropdown-menu > li {
    position: relative; }
    .main-header .navbar-nav > li.dropdown > .dropdown-menu > li.header {
      background-color: #ffffff;
      border-bottom: 1px solid #f3f6f9;
      color: #172b4c;
      font-size: 14px;
      border-radius: 4px 4px 0 0;
      padding: 0; }
      .main-header .navbar-nav > li.dropdown > .dropdown-menu > li.header > div {
        box-shadow: none; }
    .main-header .navbar-nav > li.dropdown > .dropdown-menu > li.footer > a {
      font-size: 14px;
      padding: 15px 10px;
      text-align: center;
      border-radius: 0 0 4px 4px;
      line-height: 20px;
      display: block;
      width: auto;
      margin: 0; }
      .main-header .navbar-nav > li.dropdown > .dropdown-menu > li.footer > a:hover {
        text-decoration: none;
        font-weight: 300; }
    .main-header .navbar-nav > li.dropdown > .dropdown-menu > li .menu {
      margin: 0;
      padding: 0;
      list-style: none;
      overflow-x: hidden; }
      .main-header .navbar-nav > li.dropdown > .dropdown-menu > li .menu > li > a {
        display: block;
        white-space: nowrap;
        border-bottom: 1px solid #f3f6f9; }
        .main-header .navbar-nav > li.dropdown > .dropdown-menu > li .menu > li > a:hover {
          background: #f3f6f9;
          text-decoration: none; }
        .main-header .navbar-nav > li.dropdown > .dropdown-menu > li .menu > li > a > i {
          width: 20px; }

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: #172b4c;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px; }

.mail-contnet {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
  overflow: hidden; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0;
  padding: 15px; }
  .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
    margin: auto 10px auto auto;
    width: 40px;
    height: 40px; }
  .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > h4 {
    padding: 0;
    margin: 0;
    color: #172b4c;
    font-size: 15px;
    position: relative;
    font-weight: 300; }
    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > h4 > small {
      color: gray;
      font-size: 10px;
      position: absolute;
      top: 0;
      right: 0; }
  .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > span {
    margin: 5px 0 0;
    font-size: 10px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: list-item; }
  .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
    padding: 0;
    margin: 0 0 0 45px;
    color: #172b4c;
    font-size: 15px;
    position: relative; }
    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
      color: gray;
      font-size: 10px;
      position: absolute;
      top: 0;
      right: 0; }
  .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
    margin: 0 0 0 45px;
    font-size: 12px;
    color: #666666; }
  .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
    content: " ";
    display: table; }
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px; }
  .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px;
    color: gray; }
  .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
    padding: 0;
    margin: 0; }
.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-width: 0;
  width: auto;
  width: 250px;
  border: none;
  margin-top: 0; }
  .navbar-nav > .user-menu > .dropdown-menu > .user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: auto;
    padding: 10px;
    text-align: center; }
    .navbar-nav > .user-menu > .dropdown-menu > li.user-header img {
      z-index: 5;
      height: 70px;
      width: 70px;
      border: 3px solid transparent;
      border-color: rgba(255, 255, 255, 0.2); }
    .navbar-nav > .user-menu > .dropdown-menu > li.user-header .user-name {
      z-index: 5;
      color: #ffffff;
      margin-top: 0px;
      margin-bottom: 0;
      text-align: right; }
    .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
      display: block;
      font-size: 12px; }
  .navbar-nav > .user-menu > .dropdown-menu > .user-body:before, .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
    content: " ";
    display: table; }
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    padding: 10px 15px;
    display: block;
    font-size: 1.1rem; }
    .navbar-nav > .user-menu > .dropdown-menu > .user-body a i {
      margin-right: 10px; }
  .navbar-nav > .user-menu > .dropdown-menu > .user-body .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: rgba(23, 43, 76, 0.13); }
  .navbar-nav > .user-menu > .dropdown-menu .user-footer {
    padding: 10px 10px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    .navbar-nav > .user-menu > .dropdown-menu .user-footer:before, .navbar-nav > .user-menu > .dropdown-menu .user-footer:after {
      content: " ";
      display: table; }
    .navbar-nav > .user-menu > .dropdown-menu .user-footer .btn-default {
      color: gray; }
.navbar-nav > .user-menu .user-image {
  width: 25px;
  height: 25px;
  margin-top: 0px; }

@media (max-width: 767px) {
  .navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: 0px;
    line-height: 10px; }

  .navbar-custom-menu .navbar-nav li > a.dropdown-toggle {
    padding: 10px; }
  .navbar-custom-menu .navbar-nav li:last-child > a {
    padding: 10px; }
  .navbar-custom-menu .navbar-nav > .search-box > a {
    padding: 10px; } }
@media (max-width: 370px) {
  .navbar-custom-menu .navbar-nav li > a.dropdown-toggle {
    font-size: 1rem;
    height: 35px;
    width: 35px;
    line-height: normal; }
  .navbar-custom-menu .navbar-nav > li:last-child > a {
    font-size: 1rem;
    height: 35px;
    width: 35px;
    line-height: normal; }
  .navbar-custom-menu .navbar-nav > .search-box > a {
    font-size: 1rem;
    height: 35px;
    width: 35px;
    line-height: normal; }

  .navbar-nav > .user-menu .user-image {
    width: 15px;
    height: 15px; } }
.show:not(.dropup) > .animated-dropdown-menu {
  backface-visibility: visible !important;
  animation: flipInX .7s both; }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    transform: perspective(400px); } }
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f3f6f9; }

  .navbar-custom-menu > .navbar-nav {
    float: right; }
    .navbar-custom-menu > .navbar-nav > li {
      position: static; }
      .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        right: 5%;
        left: auto; }
  .navbar-custom-menu.l-side > .navbar-nav > li > .dropdown-menu {
    left: 5%; } }
.app-menu .dropdown-mega-menu {
  width: 53rem;
  padding: 0.5rem 1rem; }
  .app-menu .dropdown-mega-menu .nav-item.nav-item-header {
    text-transform: none;
    font-size: 1.429rem;
    padding-top: 0;
    font-weight: normal;
    padding: .715rem 1.072rem; }
  .app-menu .dropdown-mega-menu .nav-link {
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    color: #172b4c;
    border: none;
    font-weight: 400; }
    .app-menu .dropdown-mega-menu .nav-link:hover, .app-menu .dropdown-mega-menu .nav-link:focus {
      opacity: .8;
      background-color: transparent !important; }
.app-menu .nav-link .nav-link-icon {
  font-size: 1.286rem;
  text-align: center;
  opacity: 1; }
.app-menu .nav-link:hover .nav-link-icon, .app-menu .nav-link:focus .nav-link-icon {
  opacity: .9; }

@media (max-width: 1024px) {
  .app-menu .dropdown-mega-menu {
    width: 40rem; } }
/*-----Preloader---*/
#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  overflow: visible;
  background: #fff url("/assets/images/preloaders/1.gif") no-repeat center center; }

/*sidebar*/
.main-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 80px;
  min-height: 100%;
  width: 19.29rem;
  z-index: 810;
  transition: transform .3s ease-in-out, width .3s ease-in-out;
  border-top-right-radius: 20px; }
  .main-sidebar .sidebar-footer {
    background-color: #f2f2f2; }
    .main-sidebar .sidebar-footer a {
      color: #b5b5c3; }
  .main-sidebar .help-bt {
    padding: 20px 20px; }

.sidebar-footer {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  transition: .2s ease-out;
  width: 19.29rem;
  background-color: #ffffff;
  border-top: 1px solid rgba(23, 43, 76, 0); }
  .sidebar-footer a {
    padding: 12px;
    width: 33.333337%;
    float: left;
    text-align: center;
    font-size: 18px; }

.layout-boxed .sidebar-footer {
  position: absolute; }

@media (max-width: 991px) {
  .main-sidebar {
    padding-top: 80px; } }
@media (max-width: 767px) {
  .main-sidebar {
    margin-top: 125px;
    padding-top: 0px;
    transform: translate(-19.29rem, 0); }

  .sidebar-open .main-sidebar {
    transform: translate(0, 0); } }
@media (min-width: 768px) {
  .sidebar-collapse .main-sidebar {
    transform: translate(-19.29rem, 0); }
  .sidebar-collapse .sidebar-footer {
    width: 60px; }
    .sidebar-collapse .sidebar-footer a {
      width: 100%; } }
.sidebar {
  padding-bottom: 10px; }

.sidebar-form input:focus {
  border-color: transparent; }

.sidebar-menu {
  list-style: none;
  margin: 0 0px;
  padding: 0px 0px 30px 0px; }
  .sidebar-menu > li {
    position: relative;
    margin: 5px 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0;
    border-left: 0px solid transparent; }
    .sidebar-menu > li.user-profile:hover > a, .sidebar-menu > li.user-profile:active > a, .sidebar-menu > li.user-profile.active > a {
      color: #000000;
      background-color: transparent !important; }
      .sidebar-menu > li.user-profile:hover > a .email-id, .sidebar-menu > li.user-profile:active > a .email-id, .sidebar-menu > li.user-profile.active > a .email-id {
        color: rgba(23, 43, 76, 0.7); }
    .sidebar-menu > li.user-profile.menu-open > a {
      color: #000000;
      background-color: transparent !important; }
    .sidebar-menu > li.user-profile > a {
      opacity: 1;
      padding: 25px;
      display: flex; }
    .sidebar-menu > li.user-profile > .treeview-menu {
      background-color: #172b4c !important; }
    .sidebar-menu > li:hover > a, .sidebar-menu > li:active > a, .sidebar-menu > li.active > a {
      opacity: 1;
      padding-left: 5px;
      padding-right: 5px; }
    .sidebar-menu > li:active > a, .sidebar-menu > li.active > a, .sidebar-menu > li:focus > a {
      font-weight: 500; }
    .sidebar-menu > li.treeview.menu-open {
      background-color: rgba(235, 237, 243, 0) !important; }
      .sidebar-menu > li.treeview.menu-open > a {
        opacity: 1; }
    .sidebar-menu > li > a {
      padding: 10px 5px;
      display: block;
      border-radius: 10px; }
      .sidebar-menu > li > a > i {
        width: 30px;
        line-height: 28px;
        font-size: 1.5714285714rem;
        display: inline-block;
        vertical-align: middle;
        color: #172b4c;
        text-align: center;
        border-radius: 10px;
        margin-right: 10px;
        background-color: transparent; }
      .sidebar-menu > li > a > svg {
        width: 18px;
        display: inline-block;
        vertical-align: middle;
        color: #5C607B;
        text-align: center;
        margin-right: 10px;
        fill: rgba(27, 46, 75, 0.06); }
      .sidebar-menu > li > a > img.svg-icon {
        width: 35px;
        height: 35px;
        margin-right: 10px;
        padding: 8px;
        margin-top: -2px;
        border: 1px solid rgba(23, 43, 76, 0.5);
        border-radius: 100px; }
    .sidebar-menu > li:hover > a > i, .sidebar-menu > li:active > a > i, .sidebar-menu > li.active > a > i {
      color: #b5b5c3; }
    .sidebar-menu > li:hover > a > svg, .sidebar-menu > li:active > a > svg, .sidebar-menu > li.active > a > svg {
      color: #b5b5c3; }
    .sidebar-menu > li.menu-open > a > i {
      color: #172b4c; }
    .sidebar-menu > li.menu-open > a > svg {
      color: #172b4c; }
    .sidebar-menu > li .badge {
      margin-right: 5px;
      width: 20px;
      height: 20px;
      border-radius: 100%;
      line-height: 16px;
      text-align: center;
      font-weight: 300;
      margin-top: 3px; }
    .sidebar-menu > li .label {
      margin-right: 5px;
      width: 20px;
      height: 20px;
      border-radius: 100%;
      line-height: 16px;
      text-align: center;
      font-weight: 300; }
  .sidebar-menu li.nav-devider {
    height: 1px;
    background-color: rgba(23, 43, 76, 0.13);
    display: block;
    margin: 15px 0; }
  .sidebar-menu li.header {
    padding: 15px 20px 15px 20px;
    font-size: 12px;
    font-weight: 500;
    color: #5156be;
    opacity: 1;
    text-transform: uppercase; }
  .sidebar-menu li > a > .fa-angle-right {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    transition: transform .5s ease;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px; }
  .sidebar-menu li > a > .pull-right-container > i {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    transition: transform .5s ease; }
  .sidebar-menu li > a > .pull-right-container > .fa-angle-right {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    transition: transform .5s ease; }
  .sidebar-menu .menu-open > a > .fa-angle-right {
    transform: rotate(90deg); }
  .sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-right {
    transform: rotate(90deg); }
  .sidebar-menu .menu-open > a > .pull-right-container > i {
    transform: rotate(90deg); }
  .sidebar-menu .user-profile .treeview-menu > li > a {
    color: #ffffff !important;
    opacity: 1;
    background-color: transparent;
    padding: 8px 5px 8px 30px; }
  .sidebar-menu .active > .treeview-menu {
    display: block; }

.sidebar-collapse .sidebar-menu > li.user-profile:hover > a, .sidebar-collapse .sidebar-menu > li.user-profile:active > a, .sidebar-collapse .sidebar-menu > li.user-profile.active > a {
  background-color: #172b4c !important;
  color: #ffffff; }
  .sidebar-collapse .sidebar-menu > li.user-profile:hover > a .email-id, .sidebar-collapse .sidebar-menu > li.user-profile:active > a .email-id, .sidebar-collapse .sidebar-menu > li.user-profile.active > a .email-id {
    color: #cccccc; }
.sidebar-collapse .sidebar-menu > li.user-profile.menu-open > a {
  background-color: #172b4c !important;
  color: #ffffff; }
  .sidebar-collapse .sidebar-menu > li.user-profile.menu-open > a .email-id {
    color: #cccccc; }
.sidebar-collapse .sidebar-menu > li.user-profile > a {
  display: block; }

.sidebar-mini.sidebar-collapse .sidebar-menu > li.user-profile > a {
  padding: 10px; }

.user-panel {
  position: relative;
  width: 100%;
  padding: 10px 0 10px;
  background-image: url(/images/user-info.jpg); }
  .user-panel:before, .user-panel:after {
    content: " ";
    display: table; }
  .user-panel > .image > img {
    width: 100%;
    max-width: 25%;
    height: auto;
    margin: 0 10px;
    border: 2px solid rgba(23, 43, 76, 0.13); }
  .user-panel > .info {
    padding: 5px;
    line-height: 1;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    left: 60px; }
    .user-panel > .info > p {
      font-weight: 300;
      margin-bottom: 9px; }
    .user-panel > .info > a {
      text-decoration: none;
      padding-right: 5px;
      margin-top: 3px;
      font-size: 11px; }
      .user-panel > .info > a > i {
        margin-right: 3px; }

.sidebar-collapse .user-panel > .image > img {
  max-width: 50px;
  margin: 0 0px; }

.user-profile .info {
  width: auto;
  visibility: visible;
  opacity: 1;
  height: 40px;
  overflow: hidden;
  transition: all .1s ease-in-out; }
.user-profile .btn-group {
  display: block; }
  .user-profile .btn-group .btn {
    width: 100%;
    border-radius: 0;
    background-color: rgba(23, 43, 76, 0.4);
    border: none;
    text-align: left;
    padding: 5px 15px;
    color: #ffffff; }
  .user-profile .btn-group button.btn.dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 15px; }
.user-profile .profile-pic {
  padding: 15px 0;
  text-align: center; }
.user-profile .ulogo {
  text-align: center;
  padding: 20px 0 0;
  font-size: 1.286rem;
  color: #ffffff; }
.user-profile img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 100px !important;
  border: 5px solid rgba(255, 255, 255, 0.3); }
.user-profile .dropdown-menu {
  left: 0px;
  right: 0px;
  width: 180px; }
.user-profile .profile-setting li a svg {
  width: 18px; }

.sidebar-collapse .user-profile .profile-pic {
  padding: 5px 0; }
.sidebar-collapse .user-profile .ulogo, .sidebar-collapse .user-profile .info {
  width: 0;
  visibility: hidden;
  opacity: 0;
  height: 40px;
  overflow: hidden;
  transition: all .1s ease-in-out;
  margin-left: -20px !important; }
.sidebar-collapse .user-profile .profile-info, .sidebar-collapse .user-profile .profile-setting {
  display: none !important;
  transition: all .5s ease-in-out; }

.sidebar .user-profile .ulogo a {
  background-color: transparent; }
.sidebar .user-profile .btn-group a {
  color: #172b4c;
  background-color: transparent; }

.sidebar-collapse.sidebar-mini .user-profile {
  overflow: hidden;
  padding-left: 5px !important;
  padding-right: 5px !important; }

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li.user-profile:hover > .treeview-menu, .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li.user-profile:active > .treeview-menu, .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li.user-profile.active > .treeview-menu {
  top: 79px; }

.sidebar-menu .user-profile > a img {
  width: 45px;
  border-radius: 100%;
  margin-right: 10px; }

.sidebar-collapse .sidebar-menu .user-profile > a img {
  margin-right: 0px; }

.light-sidebar .sidebar-menu > li:hover > a > i, .light-sidebar .sidebar-menu > li:active > a > i, .light-sidebar .sidebar-menu > li.active > a > i {
  border: 1px solid rgba(0, 0, 0, 0.2); }
.light-sidebar .sidebar-menu > li.menu-open > a > i {
  border: 1px solid rgba(0, 0, 0, 0.2); }
.light-sidebar .sidebar-menu > li > a > i {
  border: 1px solid rgba(0, 0, 0, 0.2); }

@media (min-width: 768px) {
  .sidebar-mini.sidebar-expanded-on-hover .content-wrapper {
    margin-left: 80px; }
  .sidebar-mini.sidebar-expanded-on-hover .main-header .navbar {
    margin-left: 19.29rem; }
  .sidebar-mini.sidebar-expanded-on-hover .main-header .logo-box {
    position: absolute;
    z-index: 9;
    background: #e4e6ef; }
  .sidebar-mini.fixed.sidebar-mini-expand-feature .main-header .logo-box {
    position: absolute;
    z-index: 9;
    background: #ffffff; }
  .sidebar-mini.sidebar-collapse .content-wrapper {
    margin-left: 60px;
    z-index: 840; }
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 60px;
    z-index: 840; }
  .sidebar-mini.sidebar-collapse .right-side {
    margin-left: 80px;
    z-index: 840; }
  .sidebar-mini.sidebar-collapse .main-sidebar {
    transform: translate(0, 0);
    width: 60px;
    z-index: 850; }
    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info {
      display: none !important;
      -webkit-transform: translateZ(0); }
    .sidebar-mini.sidebar-collapse .main-sidebar .help-bt {
      display: none !important;
      -webkit-transform: translateZ(0); }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position: relative;
    padding: 0px 10px;
    margin: 5px 0px 0px; }
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; }
      .sidebar-mini.sidebar-collapse .sidebar-menu > li > a i {
        margin-right: 0; }
        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a i.fa.fa-angle-right {
          display: none; }
      .sidebar-mini.sidebar-collapse .sidebar-menu > li > a svg {
        margin-right: 0;
        margin-left: 11px; }
      .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
        border-top-right-radius: 5px;
        display: none !important;
        -webkit-transform: translateZ(0); }
      .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right {
        display: none !important;
        -webkit-transform: translateZ(0); }
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
      border-top-right-radius: 5px; }
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
      padding-top: 10px;
      padding-bottom: 10px;
      border-radius: 10px;
      display: none !important;
      -webkit-transform: translateZ(0); }
  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    padding: 0;
    -webkit-transform: translateZ(0); }
  .sidebar-mini.sidebar-collapse .sidebar-form {
    display: none !important;
    -webkit-transform: translateZ(0); }
  .sidebar-mini.sidebar-collapse .sidebar-widgets {
    display: none !important;
    -webkit-transform: translateZ(0); }
  .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
    display: none !important;
    position: absolute;
    width: 19.29rem;
    left: 54px;
    text-align: left; }
  .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
    top: 0;
    margin-left: -15px;
    padding: 14px 0px 14px 30px;
    background-color: inherit; }
  .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    position: relative !important;
    float: right;
    width: auto !important;
    left: 250px !important;
    top: -16px !important;
    z-index: 900;
    background-color: transparent !important;
    box-shadow: none; }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
      display: none; }
  .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a:after {
    display: none; }
  .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    display: block !important;
    position: absolute;
    width: 19.29rem;
    left: 64px;
    top: 0;
    margin-left: 0; }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu > .treeview .treeview-menu:after {
      content: "";
      position: absolute;
      background: inherit;
      width: 10px;
      height: 10px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      left: -5px;
      top: 20px; }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu:after {
      content: "";
      position: absolute;
      background: inherit;
      width: 10px;
      height: 10px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      left: -5px;
      top: 20px; }
  .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li .user-profile:hover > a > .pull-right-container {
    left: 237px !important; }

  .sidebar-collapse .treeview-menu {
    margin-left: -10px !important; }

  .control-sidebar-open .content-wrapper {
    margin-right: 345px; }
  .control-sidebar-open .main-footer {
    margin-right: 345px; }
  .control-sidebar-open .right-side {
    margin-right: 345px; } }
.main-sidebar .user-panel {
  white-space: nowrap;
  overflow: hidden; }

.sidebar-menu {
  white-space: nowrap;
  overflow: hidden; }
  .sidebar-menu > li.header {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip; }
    .sidebar-menu > li.header.line {
      background-color: #f3f6f9;
      height: 2px;
      padding: 0;
      margin: 20px 0px; }
  .sidebar-menu > li:hover.header, .sidebar-menu > li:active.header, .sidebar-menu > li:focus.header, .sidebar-menu > li.active.header {
    background: transparent !important;
    border-color: transparent !important; }
  .sidebar-menu li > a {
    position: relative;
    font-weight: 500;
    opacity: 0.9;
    white-space: nowrap;
    align-items: center;
    line-height: 25px; }
    .sidebar-menu li > a > span {
      top: 3px;
      position: relative; }
    .sidebar-menu li > a > .pull-right-container {
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -7px; }
  .sidebar-menu:hover {
    overflow: visible; }
  .sidebar-menu .treeview-menu > li.active > a {
    opacity: 1; }
  .sidebar-menu .treeview-menu > li.active > a:hover {
    opacity: 1; }
  .sidebar-menu .treeview-menu > li > a:hover {
    opacity: 1; }

.sidebar-collapse .sidebar-menu.tree {
  padding: 0;
  margin: 0; }
.sidebar-collapse .sidebar-menu > li:hover > a, .sidebar-collapse .sidebar-menu > li:active > a, .sidebar-collapse .sidebar-menu > li.active > a {
  border-radius: 10px; }
.sidebar-collapse .sidebar-menu > li.menu-open > a {
  border-radius: 10px; }

.sidebar-form {
  float: left;
  margin: 20px 10px 10px;
  overflow: hidden;
  text-overflow: clip; }

.nav-tabs.control-sidebar-tabs > li > a {
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid transparent; }
  .nav-tabs.control-sidebar-tabs > li > a:hover, .nav-tabs.control-sidebar-tabs > li > a:focus {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid transparent; }
  .nav-tabs.control-sidebar-tabs > li > a .icon {
    font-size: 16px; }
.nav-tabs.control-sidebar-tabs > li:first-of-type > a {
  border-left-width: 0; }
  .nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover, .nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
    border-left-width: 0; }
.nav-tabs.control-sidebar-tabs > li.active > a {
  border-top: none;
  border-right: none;
  border-bottom: none; }
  .nav-tabs.control-sidebar-tabs > li.active > a:hover, .nav-tabs.control-sidebar-tabs > li.active > a:active, .nav-tabs.control-sidebar-tabs > li.active > a:focus, .nav-tabs.control-sidebar-tabs > li.active > a.active {
    border-top: none;
    border-right: none;
    border-bottom: none; }

.control-sidebar-bg {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  top: 0;
  right: -355px;
  width: 345px;
  transition: right .3s ease-in-out; }

.control-sidebar {
  top: 0;
  right: -355px;
  width: 345px;
  transition: right .3s ease-in-out;
  position: absolute;
  padding: 30px 30px 30px 30px;
  z-index: 9999; }
  .control-sidebar > .tab-content {
    padding: 15px 0px; }
  .control-sidebar.control-sidebar-open {
    right: 0; }
    .control-sidebar.control-sidebar-open.control-sidebar-bg, .control-sidebar.control-sidebar-open + .control-sidebar-bg {
      right: 0; }
  .control-sidebar .nav-tabs.control-sidebar-tabs > li {
    margin-right: 30px; }
    .control-sidebar .nav-tabs.control-sidebar-tabs > li > a {
      padding: 10px 0px;
      display: block;
      font-size: 24px; }
  .control-sidebar .rpanel-title {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff; }
    .control-sidebar .rpanel-title .btn {
      padding: 0;
      margin: 0.75rem 1rem; }

@media (min-width: 768px) {
  .control-sidebar {
    padding: 30px;
    right: -345px;
    width: 345px; }

  .control-sidebar-bg {
    right: -345px;
    width: 345px; }

  .nav-tabs.control-sidebar-tabs > li {
    display: table-cell; } }
@media (max-width: 767px) {
  .control-sidebar {
    padding: 20px;
    width: 300px; }

  .control-sidebar-bg {
    width: 300px; } }
.control-sidebar-open .control-sidebar {
  right: 0; }
.control-sidebar-open .control-sidebar-bg {
  right: 0; }

.fixed .control-sidebar {
  position: fixed;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 50px; }

.control-sidebar-heading {
  font-weight: 600;
  padding: 10px 0;
  margin-bottom: 0px;
  margin-top: 0; }

.control-sidebar-subheading {
  display: block;
  font-weight: 500;
  font-size: 16px; }

.control-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px; }
  .control-sidebar-menu > li > a {
    display: block;
    padding: 10px 15px; }
    .control-sidebar-menu > li > a:before, .control-sidebar-menu > li > a:after {
      content: " ";
      display: table; }
    .control-sidebar-menu > li > a > .control-sidebar-subheading {
      margin-top: 0; }
  .control-sidebar-menu .menu-icon {
    float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px; }
  .control-sidebar-menu .menu-info {
    margin-left: 45px;
    margin-top: 3px; }
    .control-sidebar-menu .menu-info > .control-sidebar-subheading {
      margin: 0; }
    .control-sidebar-menu .menu-info > p {
      margin: 0;
      font-size: 11px; }
  .control-sidebar-menu .progress {
    margin: 0; }

#control-sidebar-theme-demo-options-tab p {
  font-size: 12px; }
#control-sidebar-theme-demo-options-tab .form-group {
  margin-bottom: 0.5rem; }
  #control-sidebar-theme-demo-options-tab .form-group label {
    font-weight: 300;
    font-size: 12px; }

/*treeview*/
.treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0; }
  .treeview-menu .treeview-menu {
    padding-left: 20px; }
  .treeview-menu > li {
    margin: 0; }
    .treeview-menu > li > a {
      padding: 5px 5px 5px 25px;
      display: block;
      font-size: 1rem; }
      .treeview-menu > li > a > i {
        width: 20px;
        padding-right: 20px;
        padding-left: 10px; }
      .treeview-menu > li > a > .fa-angle-down {
        width: auto; }
      .treeview-menu > li > a > .fa-angle-left {
        width: auto; }
      .treeview-menu > li > a > .pull-right-container > .fa-angle-down {
        width: auto; }
      .treeview-menu > li > a > .pull-right-container > .fa-angle-left {
        width: auto; }

.sidebar-collapse .treeview-menu > li {
  margin: 0; }
  .sidebar-collapse .treeview-menu > li > a {
    padding: 5px 10px 5px 10px; }

.sidebar-menu .treeview-menu > li.active > a i.ti-more:before {
  content: "\e628"; }
.sidebar-menu .treeview-menu > li > a:hover i.ti-more:before {
  content: "\e628"; }

@media (min-width: 768px) {
  .fixed .multinav {
    position: fixed;
    width: 19.29rem;
    padding-bottom: 0;
    height: calc(100% - 90px); }

  .sidebar-collapse .multinav {
    width: 60px; }
  .sidebar-collapse .ps {
    overflow: visible !important; }
  .sidebar-collapse .sidebar-menu > li > a {
    padding: 8px 12px; }
  .sidebar-collapse .ps__rail-x {
    display: none; }

  .multinav .ps__rail-x {
    display: none !important; }

  .sidebar-collapse .sidebar-menu .treeview-menu > .treeview {
    position: relative; }
    .sidebar-collapse .sidebar-menu .treeview-menu > .treeview .treeview-menu {
      padding: 10px 0px;
      border-radius: 10px;
      width: 19.29rem;
      top: 0;
      display: none !important; }
    .sidebar-collapse .sidebar-menu .treeview-menu > .treeview:hover > .treeview-menu {
      display: block !important;
      position: absolute;
      left: 19.29rem; }
  .sidebar-collapse .ps--active-x > .ps__rail-x, .sidebar-collapse .ps--active-y > .ps__rail-y {
    z-index: -1;
    opacity: 0.1; } }
@media (max-width: 767px) {
  .fixed .multinav {
    position: fixed;
    width: 19.29rem;
    padding-bottom: 0;
    height: calc(100% - 245px); } }
#chat-box-body {
  z-index: 9998;
  position: relative; }
  #chat-box-body #chat-circle {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transform: scale(1);
    border-radius: 10px; }
  #chat-box-body.show .chat-box {
    display: block; }
  #chat-box-body.show #chat-circle {
    z-index: 0;
    transform: scale(0); }

.btn#my-btn {
  background: white;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 10px;
  padding-right: 40px;
  padding-left: 40px;
  color: #5865C3; }

#chat-overlay {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: none; }

.chat-box {
  display: none;
  background: #ffffff;
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 350px;
  max-width: 85vw;
  max-height: 100vh;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.2); }

.chat-box-toggle {
  cursor: pointer; }

.chat-box-body {
  position: relative;
  height: 370px;
  height: auto;
  border-bottom: 1px solid #ebedf3;
  border-top: 1px solid #ebedf3;
  overflow: hidden; }

.chat-box-body:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=");
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  position: absolute;
  z-index: -1; }

#chat-input {
  background: #ffffff;
  width: 100%;
  position: relative;
  height: 47px;
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 15px;
  border: none;
  resize: none;
  outline: none;
  color: #172b4c;
  border-top: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden; }

.chat-input > form {
  margin-bottom: 0;
  position: relative; }

#chat-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc; }

#chat-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc; }

#chat-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc; }

#chat-input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc; }

.chat-submit {
  position: absolute;
  bottom: 6px;
  right: 10px;
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 10px;
  color: #5A5EB9;
  width: 35px;
  height: 35px; }
  .chat-submit:focus {
    outline: none; }

.chat-logs {
  padding: 15px;
  height: 370px;
  overflow-y: scroll; }

.chat-logs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }

.chat-logs::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5; }

.chat-logs::-webkit-scrollbar-thumb {
  background-color: #5156be; }

@media only screen and (max-width: 500px) {
  .chat-logs {
    height: 40vh; } }
.chat-msg.user div > .msg-avatar img {
  border-radius: 10px;
  float: left; }

.chat-msg.self div > .msg-avatar img {
  border-radius: 10px;
  float: right; }

.cm-msg-text {
  background: #f3f6f9;
  padding: 10px 15px 10px 15px;
  color: #666;
  max-width: 75%;
  float: left;
  margin-top: 10px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px; }

.chat-msg {
  clear: both; }

.chat-msg.self > .cm-msg-text {
  float: right;
  background: #5156be;
  color: white; }

.cm-msg-button > ul > li {
  list-style: none;
  float: left;
  width: 50%; }

.cm-msg-button {
  clear: both;
  margin-bottom: 70px; }

/*---Pages Layout---*/
/*---Page Content Header & Breadcrumb ---*/
.content-header {
  position: relative;
  padding: 1.5rem 1.5rem 0px; }
  .content-header .page-title {
    margin: 0 0px 0 0;
    display: inline-block;
    padding: 0 1.5rem 0 0;
    color: #172b4c; }
  .content-header .breadcrumb-item + .breadcrumb-item::before {
    content: "-"; }
  .content-header .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    color: #2f579a;
    background-color: transparent; }
    .content-header .breadcrumb .breadcrumb-item a {
      color: #2f579a; }
  .content-header > .breadcrumb > li > a {
    color: #3b6dc1;
    text-decoration: none;
    display: inline-block; }
    .content-header > .breadcrumb > li > a > i {
      margin-right: 5px; }
  .content-header > .breadcrumb > li + li:before {
    content: '>\00a0'; }
  .content-header > .container > .breadcrumb {
    position: relative;
    top: 0; }
    .content-header > .container > .breadcrumb > li > a {
      color: #3b6dc1;
      text-decoration: none;
      display: inline-block; }
      .content-header > .container > .breadcrumb > li > a > i {
        margin-right: 5px; }
    .content-header > .container > .breadcrumb > li + li:before {
      content: '>\00a0'; }
  .content-header .right-title {
    text-align: right; }
    .content-header .right-title .dropdown .dropdown-menu {
      padding: 15px;
      width: 245px;
      border-radius: 10px; }
      .content-header .right-title .dropdown .dropdown-menu .dropdown-item {
        padding: 10px 10px;
        font-size: 1.2rem; }
        .content-header .right-title .dropdown .dropdown-menu .dropdown-item i {
          font-size: 1.4rem;
          margin-right: 10px; }
        .content-header .right-title .dropdown .dropdown-menu .dropdown-item:hover {
          background-color: transparent; }
    .content-header .right-title .dropdown > .btn {
      width: 50px;
      height: 50px;
      box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.17) !important;
      border-color: #ffffff !important;
      background: #ffffff;
      border-radius: 50%;
      padding: 0 !important;
      color: #172b4c !important; }

.breadcrumb-item.active {
  color: #172b4c; }
.breadcrumb-item + .breadcrumb-item::before {
  color: #3b6dc1; }

.onlyheader .content-header .page-title {
  color: #4d4d4d; }
.onlyheader .content-header .breadcrumb {
  color: gray; }
  .onlyheader .content-header .breadcrumb .breadcrumb-item a {
    color: gray; }
  .onlyheader .content-header .breadcrumb.active {
    color: #4d4d4d; }
.onlyheader .breadcrumb-item.active {
  color: #4d4d4d; }
.onlyheader .breadcrumb-item + .breadcrumb-item::before {
  color: #4d4d4d; }

@media (max-width: 991px) {
  .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #666666;
    padding-left: 10px; }
    .content-header > .breadcrumb li:before {
      color: #b3b3b3; }
  .content-header > .container > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #666666;
    padding-left: 10px; }
    .content-header > .container > .breadcrumb li:before {
      color: #b3b3b3; }

  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left; }
    .navbar-custom-menu .navbar-nav > li {
      float: left; }
      .navbar-custom-menu .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px; } }
.left-block {
  height: auto;
  width: 280px;
  position: absolute;
  padding: 0;
  border-right: 1px solid #f3f6f9;
  background-color: white; }
  .left-block .left-content-area > .box {
    background-color: rgba(255, 255, 255, 0) !important; }
  .left-block .left-content-area > .card {
    background-color: rgba(255, 255, 255, 0) !important; }
  .left-block .open-left-block {
    position: absolute;
    top: 45%;
    right: -41px;
    z-index: 9; }

.fixed .left-block {
  height: 100%; }

.reverse-mode .open-left-block {
  right: auto;
  left: -41px; }
.reverse-mode .left-block {
  right: 0;
  border-left: 1px solid #f3f6f9; }
.reverse-mode .right-block {
  margin-left: 0;
  margin-right: 280px; }

.fixed .left-block {
  position: fixed;
  top: 0;
  padding-top: 80px;
  padding-bottom: 80px; }

.right-block {
  width: calc(100% - 280);
  min-height: calc(100vh - 64px);
  overflow: auto;
  margin-left: 280px; }

@media (max-width: 767px) {
  .left-block {
    left: -280px;
    z-index: 1;
    position: fixed;
    transition: transform .3s ease-in-out, left .3s ease-in-out; }

  .left-block.open-panel {
    left: 0; }

  .reverse-mode .left-block {
    right: -280px;
    left: auto;
    transition: transform .3s ease-in-out, right .3s ease-in-out; }
  .reverse-mode .left-block.open-panel {
    right: 0; }

  .fixed .left-block {
    padding-top: 125px; }

  .right-block {
    width: 100%;
    margin-left: 0; } }
.scrollable {
  position: relative; }

/*progress*/
.progress {
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: none; }
  .progress .progress-bar {
    border-radius: 5px; }
  .progress > .progress-bar {
    box-shadow: none; }
  .progress.sm {
    border-radius: 5px;
    height: 10px; }
    .progress.sm .progress-bar {
      border-radius: 5px; }
  .progress.xs {
    border-radius: 5px;
    height: 7px; }
    .progress.xs .progress-bar {
      border-radius: 5px; }
  .progress.xxs {
    border-radius: 5px;
    height: 3px; }
    .progress.xxs .progress-bar {
      border-radius: 5px; }
  .progress.vertical {
    position: relative;
    width: 30px;
    height: 200px;
    display: inline-block;
    margin-right: 10px; }
    .progress.vertical > .progress-bar {
      width: 100%;
      position: absolute;
      bottom: 0; }
    .progress.vertical.progress-sm {
      width: 20px; }
    .progress.vertical.sm {
      width: 20px; }
    .progress.vertical.progress-xs {
      width: 20px; }
    .progress.vertical.xs {
      width: 20px; }
    .progress.vertical.progress-xxs {
      width: 10px; }
    .progress.vertical.xxs {
      width: 3px; }

.progress-sm {
  border-radius: 5px;
  height: 10px; }
  .progress-sm .progress-bar {
    border-radius: 5px; }

.progress-xs {
  border-radius: 5px;
  height: 7px; }
  .progress-xs .progress-bar {
    border-radius: 5px; }

.progress-xxs {
  border-radius: 5px;
  height: 3px; }
  .progress-xxs .progress-bar {
    border-radius: 5px; }

.progress-group .progress-text {
  font-weight: 600; }
.progress-group .progress-number {
  float: right; }

.table tr > td .progress {
  margin: 0; }

.progress-bar-default {
  background-color: #172b4c; }

/*hidden*/
.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }
@media (max-width: 991px) {
  .hidden-lg-down {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }
.hidden-xl-down {
  display: none !important; }

@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px; } }
/*tab*/
.tabcontent-border {
  border: 1px solid #bfbfbf;
  border-top: 0px; }

.customtab li a.nav-link {
  border: 0px;
  padding: 0.5rem 0.75rem;
  color: #737373; }

/*Vertical tabs*/
.vtabs {
  display: table; }
  .vtabs .tabs-vertical {
    width: 150px;
    border-bottom: 0px;
    border-right: 1px solid rgba(128, 128, 128, 0.13);
    display: table-cell;
    vertical-align: top; }
    .vtabs .tabs-vertical li .nav-link {
      color: #262626;
      margin-bottom: 10px;
      border: 0px;
      border-radius: 5px 0 0 5px; }
  .vtabs .tab-content {
    display: table-cell;
    padding: 10px;
    vertical-align: top; }

.tabs-vertical li .nav-link:hover, .tabs-vertical li .nav-link:active, .tabs-vertical li .nav-link:focus, .tabs-vertical li .nav-link.active {
  border: 0px;
  color: #ffffff; }

/*Custom vertical tab*/
.customvtab .tabs-vertical li .nav-link:hover, .customvtab .tabs-vertical li .nav-link:active, .customvtab .tabs-vertical li .nav-link:focus, .customvtab .tabs-vertical li .nav-link.active {
  background: transparent !important;
  border: 0px;
  margin-right: -1px; }

.customtab2 li a.nav-link {
  border: 0px;
  margin-right: 3px;
  color: #737373; }
  .customtab2 li a.nav-link:hover, .customtab2 li a.nav-link:active, .customtab2 li a.nav-link:focus, .customtab2 li a.nav-link.active {
    color: #ffffff; }

@media (max-width: 767px) {
  .vtabs .tabs-vertical {
    width: auto; } }
/*google map Page*/
.gmaps {
  height: 300px;
  background: #f3f6f9;
  border-radius: 10px; }

.gmaps-panaroma {
  height: 300px;
  background: #f3f6f9;
  border-radius: 10px; }

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #5156be;
  border-radius: 10px;
  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 #5156be; }
  .gmaps-overlay_arrow .below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #5156be; }

/*wizard*/
.wizard-content .wizard {
  width: 100%;
  overflow: hidden; }
  .wizard-content .wizard .content {
    margin-left: 0; }
  .wizard-content .wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    z-index: 1; }
    .wizard-content .wizard > .steps .current-info {
      position: absolute;
      left: -99999px; }
    .wizard-content .wizard > .steps > ul {
      display: table;
      width: 100%;
      table-layout: fixed;
      margin: 0;
      padding: 0;
      list-style: none; }
      .wizard-content .wizard > .steps > ul > li {
        display: inline-block;
        width: auto;
        text-align: center;
        position: relative;
        padding: 0.5rem 2.5rem;
        border-radius: 5px;
        margin: 0 10px;
        background-color: #f3f6f9;
        border: 2px solid #f3f6f9; }
        .wizard-content .wizard > .steps > ul > li a {
          position: relative;
          display: block; }
        .wizard-content .wizard > .steps > ul > li:before {
          left: 0; }
        .wizard-content .wizard > .steps > ul > li:after {
          right: 0; }
        .wizard-content .wizard > .steps > ul > li:first-child:before, .wizard-content .wizard > .steps > ul > li:last-child:after {
          content: none; }
        .wizard-content .wizard > .steps > ul > li.current {
          color: #ffffff; }
          .wizard-content .wizard > .steps > ul > li.current > a {
            color: #ffffff;
            cursor: default; }
        .wizard-content .wizard > .steps > ul > li.disabled a {
          color: #737373;
          cursor: default; }
          .wizard-content .wizard > .steps > ul > li.disabled a:hover, .wizard-content .wizard > .steps > ul > li.disabled a:focus {
            color: #737373;
            cursor: default; }
        .wizard-content .wizard > .steps > ul > li.done {
          color: #ffffff; }
          .wizard-content .wizard > .steps > ul > li.done a {
            color: #ffffff; }
            .wizard-content .wizard > .steps > ul > li.done a:hover, .wizard-content .wizard > .steps > ul > li.done a:focus {
              color: #ffffff; }
        .wizard-content .wizard > .steps > ul > li.error {
          border-color: #ee3158;
          color: #ee3158; }
  .wizard-content .wizard.vertical > .steps {
    display: inline;
    float: left;
    width: 15%; }
    .wizard-content .wizard.vertical > .steps > ul > li {
      display: block;
      width: 100%;
      margin: 10px 0px; }
      .wizard-content .wizard.vertical > .steps > ul > li a {
        margin-top: 0px; }
      .wizard-content .wizard.vertical > .steps > ul > li:before, .wizard-content .wizard.vertical > .steps > ul > li:after {
        background-color: transparent; }
      .wizard-content .wizard.vertical > .steps > ul > li.current:before, .wizard-content .wizard.vertical > .steps > ul > li.current:after {
        background-color: transparent; }
      .wizard-content .wizard.vertical > .steps > ul > li.current ~ li:before, .wizard-content .wizard.vertical > .steps > ul > li.current ~ li:after {
        background-color: transparent; }
  .wizard-content .wizard.vertical.wizard-circle > .steps .step {
    left: 50%;
    width: 50px; }
  .wizard-content .wizard > .content {
    overflow: hidden;
    position: relative;
    width: auto;
    padding: 0;
    margin: 0; }
    .wizard-content .wizard > .content > .title {
      position: absolute;
      left: -99999px; }
    .wizard-content .wizard > .content > .body {
      padding: 20px 20px; }
    .wizard-content .wizard > .content > iframe {
      border: 0;
      width: 100%;
      height: 100%; }
  .wizard-content .wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    padding: 20px 20px 20px; }
    .wizard-content .wizard > .actions > ul {
      float: right;
      list-style: none;
      padding: 0;
      margin: 0; }
      .wizard-content .wizard > .actions > ul :after {
        content: '';
        display: table;
        clear: both; }
      .wizard-content .wizard > .actions > ul > li {
        float: left; }
        .wizard-content .wizard > .actions > ul > li + li {
          margin-left: 10px; }
        .wizard-content .wizard > .actions > ul > li > a {
          color: #ffffff;
          display: block;
          padding: 7px 12px;
          border-radius: 5px;
          border: 1px solid transparent; }
          .wizard-content .wizard > .actions > ul > li > a:hover, .wizard-content .wizard > .actions > ul > li > a:active, .wizard-content .wizard > .actions > ul > li > a:focus {
            box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset; }
          .wizard-content .wizard > .actions > ul > li > a[href="#previous"] {
            background-color: #ffffff;
            color: #234173;
            border: 1px solid #f3f6f9; }
            .wizard-content .wizard > .actions > ul > li > a[href="#previous"]:hover, .wizard-content .wizard > .actions > ul > li > a[href="#previous"]:active, .wizard-content .wizard > .actions > ul > li > a[href="#previous"]:focus {
              box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset; }
        .wizard-content .wizard > .actions > ul > li.disabled > a {
          color: #999999; }
          .wizard-content .wizard > .actions > ul > li.disabled > a:hover, .wizard-content .wizard > .actions > ul > li.disabled > a:focus {
            color: #999999; }
          .wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"] {
            box-shadow: none; }
            .wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"]:hover, .wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"]:focus {
              box-shadow: none; }
  .wizard-content .wizard.wizard-circle > .steps > ul > li:before, .wizard-content .wizard.wizard-circle > .steps > ul > li:after {
    top: 45px;
    width: 50%;
    height: 3px; }
  .wizard-content .wizard.wizard-circle > .steps > ul > li.current:after {
    background-color: #f3f6f9; }
  .wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before, .wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after {
    background-color: #f3f6f9; }
  .wizard-content .wizard.wizard-notification > .steps > ul > li:before, .wizard-content .wizard.wizard-notification > .steps > ul > li:after {
    top: 39px;
    width: 50%;
    height: 2px; }
  .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
    line-height: 36px; }
  .wizard-content .wizard.wizard-notification > .steps > ul > li.current:after {
    background-color: #f3f6f9; }
  .wizard-content .wizard.wizard-notification > .steps > ul > li.current ~ li:before, .wizard-content .wizard.wizard-notification > .steps > ul > li.current ~ li:after {
    background-color: #f3f6f9; }
  .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step {
    color: #ffffff; }
  .wizard-content .wizard.wizard-notification > .steps .step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
    border-radius: 15%;
    background-color: #f3f6f9; }
    .wizard-content .wizard.wizard-notification > .steps .step:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -8px;
      margin-bottom: -8px;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 8px solid #f3f6f9; }

@media (max-width: 1024px) {
  .wizard-content .wizard.wizard-circle > .steps .step {
    width: 50px;
    height: 50px; }
  .wizard-content .wizard > .steps .step {
    left: 50%;
    margin-left: -24px; }
  .wizard-content .wizard.vertical > .steps {
    width: 20%; }
    .wizard-content .wizard.vertical > .steps .step {
      left: 50%; } }
@media (max-width: 767px) {
  .wizard-content .wizard > .steps > ul {
    margin-bottom: 20px; }
    .wizard-content .wizard > .steps > ul > li {
      display: block;
      float: left;
      width: 50%;
      margin: 5px 0; }
      .wizard-content .wizard > .steps > ul > li > a {
        margin-bottom: 0; }
      .wizard-content .wizard > .steps > ul > li:first-child:before {
        content: ''; }
      .wizard-content .wizard > .steps > ul > li:last-child:after {
        content: ''; }
  .wizard-content .wizard.vertical > .steps {
    width: 30%; } }
@media (max-width: 575px) {
  .wizard-content .wizard > .steps > ul > li {
    width: 100%; }
  .wizard-content .wizard.vertical > .steps {
    width: 100%;
    float: none; }
    .wizard-content .wizard.vertical > .steps > ul > li {
      display: block;
      float: left;
      width: 100%;
      margin: 5px 0px; } }
/*weather*/
.weather-location input {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5); }
  .weather-location input:focus {
    border: 1px solid rgba(255, 255, 255, 0.7); }

.weather-day {
  border-left: 1px solid rgba(0, 0, 0, 0.05); }
  .weather-day.is-today {
    border-left: none; }

.weather-icon canvas {
  width: 90px;
  height: 90px; }

/*---panel---*/
.panel {
  position: relative;
  background-color: #ffffff;
  border: 0 solid transparent; }
  .panel > *:not(.panel-loading):not(.collapsing) {
    transition: opacity .3s; }
  .panel.is-loading > *:not(.panel-loading) {
    opacity: .3; }
  .panel.is-loading .panel-loading {
    display: block;
    opacity: 1; }
  .panel.is-dragging {
    opacity: 0.8;
    cursor: move; }
  .panel > .nav-tabs-vertical .nav-tabs {
    margin-left: -1px; }
    .panel > .nav-tabs-vertical .nav-tabs > li > a {
      border-left: none;
      border-radius: 0; }
    .panel > .nav-tabs-vertical .nav-tabs.nav-tabs-reverse {
      margin-right: -1px; }
      .panel > .nav-tabs-vertical .nav-tabs.nav-tabs-reverse > li > a {
        border-right: none;
        border-radius: 0; }
  .panel:hover .panel-actions .show-on-hover {
    display: inline-block; }
  .panel .panel-actions .show-on-hover {
    display: none; }
  .panel.is-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    border-radius: 0; }
    .panel.is-fullscreen .panel-loading {
      border-radius: 0; }
    .panel.is-fullscreen .panel-actions [data-toggle=collapse] {
      display: none; }
  .panel.is-close {
    display: none; }
  .panel.is-collapse .panel-body {
    display: none;
    height: 0; }
  .panel > .alert {
    padding-left: 30px;
    padding-right: 30px; }
  .panel > .alert-dismissible {
    padding-right: 50px; }

.panel-content > .row {
  padding-left: 30px;
  padding-right: 30px; }
  .panel-content > .row > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px; }

.panel-body {
  position: relative;
  padding: 1.25rem; }
  .panel-body .list-group-item {
    border-radius: 0; }
  .panel-body::after {
    display: block;
    content: "";
    clear: both; }
  .panel-body h1:first-child, .panel-body h2:first-child, .panel-body h3:first-child, .panel-body h4:first-child, .panel-body h5:first-child, .panel-body h6:first-child, .panel-body .h1:first-child, .panel-body .h2:first-child, .panel-body .h3:first-child, .panel-body .h4:first-child, .panel-body .h5:first-child, .panel-body .h6:first-child {
    margin-top: 0; }
  .panel-body > *:last-child {
    margin-bottom: 0; }
  .panel-body > .list-group-dividered:only-child > .list-group-item:last-child {
    border-bottom-color: transparent; }
  .panel-body.scrollable-vertical {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .panel-body.scrollable-vertical > .scrollable-container > .scrollable-content {
      padding-left: 30px;
      padding-right: 30px; }
    .panel-body.scrollable-vertical > .scrollable-bar {
      margin-top: 0;
      margin-bottom: 10px;
      height: calc(100% - 30px);
      transform: translateX(-26px); }
  .panel-body.scrollable-horizontal {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    .panel-body.scrollable-horizontal > .scrollable-container > .scrollable-content {
      padding-top: 0;
      padding-bottom: 30px; }
    .panel-body.scrollable-horizontal > .scrollable-bar {
      margin-left: 0;
      margin-right: 30px;
      width: calc(100% - 60px);
      transform: translateY(-26px); }

.panel-heading {
  position: relative;
  padding: 0;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0.214rem;
  border-top-left-radius: 0.214rem; }
  .panel-heading + .alert {
    border-radius: 0; }
  .panel-heading > .nav-tabs {
    border-bottom: none; }
  .panel-heading + .nav-tabs {
    margin-top: -0.715rem; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }
  .panel-heading + .panel-body {
    padding-top: 0; }
  .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0; }

.panel-heading-tab {
  padding: 10px 30px 0;
  background-color: #3596f7; }
  .panel-heading-tab > .nav-tabs .nav-link {
    color: #ffffff; }
    .panel-heading-tab > .nav-tabs .nav-link.hover {
      color: #737373; }
    .panel-heading-tab > .nav-tabs .nav-link:hover {
      color: #737373; }
    .panel-heading-tab > .nav-tabs .nav-link.active {
      color: #737373;
      background-color: #ffffff; }
    .panel-heading-tab > .nav-tabs .nav-link:active {
      color: #737373;
      background-color: #ffffff; }

.panel-footer {
  padding: 0 30px 15px;
  border-top: 1px solid transparent;
  background-color: transparent;
  border-bottom-right-radius: 0.214rem;
  border-bottom-left-radius: 0.214rem; }

.table + .panel-footer {
  padding-top: 15px;
  border-color: #cccccc; }

.panel-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.25rem;
  font-size: 18px;
  color: #4d4d4d; }
  .panel-title > .icon, .panel-title > .badge {
    margin-right: 10px; }
  .panel-title small, .panel-title .small {
    color: #737373; }
    .panel-title small > a, .panel-title .small > a {
      color: inherit; }
  .panel-title > small > a, .panel-title > .small > a {
    color: inherit; }
  .panel-title > a {
    color: inherit; }

.panel-desc {
  display: block;
  padding: 5px 0 0;
  margin: 0;
  font-size: 1rem;
  color: #737373; }

.panel-actions {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0%, -50%);
  margin: auto;
  z-index: 1; }

@media (max-width: 575px) {
  .panel-actions {
    right: 20px; } }
ul .panel-actions {
  list-style: none; }
  ul .panel-actions > li {
    display: inline-block;
    margin-left: 8px; }
    ul .panel-actions > li:first-child {
      margin-left: 0; }

.panel-actions a.dropdown-toggle {
  text-decoration: none; }
.panel-actions .dropdown {
  display: inline-block; }
.panel-actions .dropdown-toggle {
  display: inline-block; }
.panel-actions .panel-action {
  display: inline-block;
  padding: 8px 10px;
  color: #999999;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent; }
  .panel-actions .panel-action:hover, .panel-actions .panel-action:active, .panel-actions .panel-action.active {
    color: #666666; }
.panel-actions .progress {
  width: 100px;
  margin: 0; }
.panel-actions .pagination {
  margin: 0; }

ul.panel-actions > li {
  display: inline-block;
  margin-left: 8px; }
  ul.panel-actions > li:first-child {
    margin-left: 0; }

.panel-toolbar {
  padding: 5px 15px;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6; }

.panel-bordered .panel-toolbar {
  border-top-color: transparent; }
.panel-bordered > .panel-body {
  padding-top: 30px; }
  .panel-bordered > .panel-body.scrollable-vertical > .scrollable-bar {
    margin-bottom: 10px;
    height: calc(100% - 60px); }
  .panel-bordered > .panel-body.scrollable-horizontal > .scrollable-container > .scrollable-content {
    padding-top: 30px;
    padding-bottom: 30px; }
  .panel-bordered > .panel-body.scrollable-horizontal > .scrollable-bar {
    transform: translateY(-26px); }
.panel-bordered > .panel-heading {
  border-bottom: 1px solid #e6e6e6; }
  .panel-bordered > .panel-heading > .panel-title {
    padding-bottom: 20px; }
.panel-bordered > .panel-footer {
  border-top: 1px solid #e6e6e6;
  padding-top: 15px; }
.panel-bordered > .table > tbody:first-child > tr:first-child th, .panel-bordered > .table tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel-toolbar .btn {
  color: #999999;
  padding: 5px 10px; }
  .panel-toolbar .btn.icon {
    width: 1em;
    text-align: center; }
  .panel-toolbar .btn:hover, .panel-toolbar .btn:active, .panel-toolbar .btn.active {
    color: #737373; }

.panel-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 0.286rem;
  opacity: .6; }
  .panel-loading .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.panel-footer-chart {
  padding: 0; }

.panel-control {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none; }

@media (max-width: 575px) {
  .panel-body.scrollable-vertical > .scrollable-container > .scrollable-content {
    padding-left: 20px;
    padding-right: 20px; }
  .panel-body.scrollable-horizontal > .scrollable-bar {
    margin-right: 20px;
    width: calc(100% - 40px); }

  .panel > .alert {
    padding-left: 20px;
    padding-right: 20px; }
  .panel > .alert-dismissible {
    padding-right: 40px; } }
.panel > .table {
  margin-bottom: 0; }
  .panel > .table:first-child {
    border-top-right-radius: 0.214rem;
    border-top-left-radius: 0.214rem; }
    .panel > .table:first-child > thead:first-child > tr:first-child {
      border-top-left-radius: 0.214rem;
      border-top-right-radius: 0.214rem; }
      .panel > .table:first-child > thead:first-child > tr:first-child td:first-child {
        border-top-left-radius: 0.214rem; }
      .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
        border-top-left-radius: 0.214rem; }
      .panel > .table:first-child > thead:first-child > tr:first-child td:last-child {
        border-top-right-radius: 0.214rem; }
      .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
        border-top-right-radius: 0.214rem; }
    .panel > .table:first-child > tbody:first-child > tr:first-child {
      border-top-left-radius: 0.214rem;
      border-top-right-radius: 0.214rem; }
      .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child {
        border-top-left-radius: 0.214rem; }
      .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child {
        border-top-left-radius: 0.214rem; }
      .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child {
        border-top-right-radius: 0.214rem; }
      .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child {
        border-top-right-radius: 0.214rem; }
  .panel > .table:last-child {
    border-bottom-right-radius: 0.214rem;
    border-bottom-left-radius: 0.214rem; }
    .panel > .table:last-child > thead:last-child > tr:last-child {
      border-bottom-left-radius: 0.214rem;
      border-bottom-right-radius: 0.214rem; }
      .panel > .table:last-child > thead:last-child > tr:last-child td:last-child {
        border-bottom-left-radius: 0.214rem; }
      .panel > .table:last-child > thead:last-child > tr:last-child th:last-child {
        border-bottom-left-radius: 0.214rem; }
      .panel > .table:last-child > thead:last-child > tr:last-child td:first-child {
        border-bottom-right-radius: 0.214rem; }
      .panel > .table:last-child > thead:last-child > tr:last-child th:first-child {
        border-bottom-right-radius: 0.214rem; }
    .panel > .table:last-child > tbody:last-child > tr:last-child {
      border-bottom-left-radius: 0.214rem;
      border-bottom-right-radius: 0.214rem; }
      .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child {
        border-bottom-left-radius: 0.214rem; }
      .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child {
        border-bottom-left-radius: 0.214rem; }
      .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child {
        border-bottom-right-radius: 0.214rem; }
      .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child {
        border-bottom-right-radius: 0.214rem; }
  .panel > .table + .panel-body {
    border-top: 1px solid #cccccc; }
  .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0; }
  .panel > .table > tr > td:first-child, .panel > .table > tr > th:first-child {
    padding-left: 30px; }
  .panel > .table > tr > td:last-child, .panel > .table > tr > th:last-child {
    padding-right: 30px; }
  .panel > .table > thead > tr > td:first-child, .panel > .table > thead > tr > th:first-child {
    padding-left: 30px; }
  .panel > .table > thead > tr > td:last-child, .panel > .table > thead > tr > th:last-child {
    padding-right: 30px; }
  .panel > .table > tbody > tr > td:first-child, .panel > .table > tbody > tr > th:first-child {
    padding-left: 30px; }
  .panel > .table > tbody > tr > td:last-child, .panel > .table > tbody > tr > th:last-child {
    padding-right: 30px; }
  .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 1px solid #cccccc; }
  .panel > .table > tfoot > tr > td:first-child, .panel > .table > tfoot > tr > th:first-child {
    padding-left: 30px; }
  .panel > .table > tfoot > tr > td:last-child, .panel > .table > tfoot > tr > th:last-child {
    padding-right: 30px; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }
  .panel > .table-responsive > .table {
    margin-bottom: 0; }
  .panel > .table-responsive > .table caption {
    padding-left: 30px 30px;
    padding-right: 30px 30px; }
  .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 0.214rem;
    border-top-left-radius: 0.214rem; }
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child {
      border-top-left-radius: 0.214rem;
      border-top-right-radius: 0.214rem; }
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child {
        border-top-left-radius: 0.214rem; }
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child {
        border-top-left-radius: 0.214rem; }
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child {
        border-top-right-radius: 0.214rem; }
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child {
        border-top-right-radius: 0.214rem; }
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
      border-top-left-radius: 0.214rem;
      border-top-right-radius: 0.214rem; }
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child {
        border-top-left-radius: 0.214rem; }
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
        border-top-left-radius: 0.214rem; }
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child {
        border-top-right-radius: 0.214rem; }
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
        border-top-right-radius: 0.214rem; }
  .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 0.214rem;
    border-bottom-left-radius: 0.214rem; }
    .panel > .table-responsive:last-child > .table:last-child > thead:last-child > tr:last-child {
      border-bottom-left-radius: 0.214rem;
      border-top-right-radius: 0.214rem; }
      .panel > .table-responsive:last-child > .table:last-child > thead:last-child > tr:last-child td:last-child {
        border-bottom-left-radius: 0.214rem; }
      .panel > .table-responsive:last-child > .table:last-child > thead:last-child > tr:last-child th:last-child {
        border-bottom-left-radius: 0.214rem; }
      .panel > .table-responsive:last-child > .table:last-child > thead:last-child > tr:last-child td:first-child {
        border-bottom-right-radius: 0.214rem; }
      .panel > .table-responsive:last-child > .table:last-child > thead:last-child > tr:last-child th:first-child {
        border-bottom-right-radius: 0.214rem; }
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child {
      border-bottom-left-radius: 0.214rem;
      border-bottom-right-radius: 0.214rem; }
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child {
        border-bottom-left-radius: 0.214rem; }
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child {
        border-bottom-left-radius: 0.214rem; }
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child {
        border-bottom-right-radius: 0.214rem; }
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child {
        border-bottom-right-radius: 0.214rem; }
  .panel > .table-responsive + .panel-body {
    border-top: 1px solid #cccccc; }
  .panel > .table-responsive > .table-bordered {
    border: 0; }
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child {
      border-left: 0; }
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child {
      border-right: 0; }
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td {
      border-bottom: 0; }
    .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td {
      border-bottom: 0; }
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child {
      border-left: 0; }
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child {
      border-right: 0; }
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td {
      border-bottom: 0; }
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td {
      border-bottom: 0; }
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0; }
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0; }
  .panel > .table-responsive .table > tr > td:first-child, .panel > .table-responsive .table > tr > th:first-child {
    padding-left: 30px; }
  .panel > .table-responsive .table > tr > td:last-child, .panel > .table-responsive .table > tr > th:last-child {
    padding-right: 30px; }
  .panel > .table-responsive .table > thead > tr > td:first-child, .panel > .table-responsive .table > thead > tr > th:first-child {
    padding-left: 30px; }
  .panel > .table-responsive .table > thead > tr > td:last-child, .panel > .table-responsive .table > thead > tr > th:last-child {
    padding-right: 30px; }
  .panel > .table-responsive .table > tbody > tr > td:first-child, .panel > .table-responsive .table > tbody > tr > th:first-child {
    padding-left: 30px; }
  .panel > .table-responsive .table > tbody > tr > td:last-child, .panel > .table-responsive .table > tbody > tr > th:last-child {
    padding-right: 30px; }
  .panel > .table-responsive .table > tfoot > tr > td:first-child, .panel > .table-responsive .table > tfoot > tr > th:first-child {
    padding-left: 30px; }
  .panel > .table-responsive .table > tfoot > tr > td:last-child, .panel > .table-responsive .table > tfoot > tr > th:last-child {
    padding-right: 30px; }
.panel > .table caption {
  padding-left: 30px 30px;
  padding-right: 30px 30px; }
.panel > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td {
    border-bottom: 0; }
  .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > td {
    border-bottom: 0; }
  .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
    padding-right: 30px;
    padding-left: 30px; }
  .panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 0.214rem;
    border-top-left-radius: 0.214rem; }
  .panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 0.214rem;
    border-bottom-left-radius: 0.214rem; }
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
.panel > .panel-collapse > .table caption {
  padding-left: 30px 30px;
  padding-right: 30px 30px; }
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 0.214rem;
    border-top-left-radius: 0.214rem; }
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 0.214rem;
    border-bottom-left-radius: 0.214rem; }
.panel > .panel-body + .table {
  border-top: 1px solid #cccccc; }
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #cccccc; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

@media (max-width: 575px) {
  .panel > .table > tr > td:first-child, .panel > .table > tr > th:first-child {
    padding-left: 20px; }
  .panel > .table > tr > td:last-child, .panel > .table > tr > th:last-child {
    padding-right: 20px; }
  .panel > .table > thead > tr > td:first-child, .panel > .table > thead > tr > th:first-child {
    padding-left: 20px; }
  .panel > .table > thead > tr > td:last-child, .panel > .table > thead > tr > th:last-child {
    padding-right: 20px; }
  .panel > .table > tbody > tr > td:first-child, .panel > .table > tbody > tr > th:first-child {
    padding-left: 20px; }
  .panel > .table > tbody > tr > td:last-child, .panel > .table > tbody > tr > th:last-child {
    padding-right: 20px; }
  .panel > .table > tfoot > tr > td:first-child, .panel > .table > tfoot > tr > th:first-child {
    padding-left: 20px; }
  .panel > .table > tfoot > tr > td:last-child, .panel > .table > tfoot > tr > th:last-child {
    padding-right: 20px; }
  .panel > .table-responsive .table > tr > td:first-child, .panel > .table-responsive .table > tr > th:first-child {
    padding-left: 20px; }
  .panel > .table-responsive .table > tr > td:last-child, .panel > .table-responsive .table > tr > th:last-child {
    padding-right: 20px; }
  .panel > .table-responsive .table > thead > tr > td:first-child, .panel > .table-responsive .table > thead > tr > th:first-child {
    padding-left: 20px; }
  .panel > .table-responsive .table > thead > tr > td:last-child, .panel > .table-responsive .table > thead > tr > th:last-child {
    padding-right: 20px; }
  .panel > .table-responsive .table > tbody > tr > td:first-child, .panel > .table-responsive .table > tbody > tr > th:first-child {
    padding-left: 20px; }
  .panel > .table-responsive .table > tbody > tr > td:last-child, .panel > .table-responsive .table > tbody > tr > th:last-child {
    padding-right: 20px; }
  .panel > .table-responsive .table > tfoot > tr > td:first-child, .panel > .table-responsive .table > tfoot > tr > th:first-child {
    padding-left: 20px; }
  .panel > .table-responsive .table > tfoot > tr > td:last-child, .panel > .table-responsive .table > tfoot > tr > th:last-child {
    padding-right: 20px; }
  .panel > .list-group .list-group-item {
    padding-right: 20px;
    padding-left: 20px; } }
.list-group + .panel-footer {
  border-top-width: 0; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0.286rem; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body {
      border-top: 1px solid #cccccc; }
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #cccccc; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #cccccc; }

.panel.panel-transparent {
  background: transparent;
  border-color: transparent;
  box-shadow: none; }
  .panel.panel-transparent > .panel-heading, .panel.panel-transparent > .panel-footer {
    border-color: transparent; }

.panel-default {
  border-color: #cccccc; }
  .panel-default > .panel-heading {
    color: #737373;
    background-color: #cccccc;
    border-color: #cccccc; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #cccccc; }
    .panel-default > .panel-heading .badge-pill {
      color: #cccccc;
      background-color: #737373; }
  .panel-default .panel-title {
    color: #4d4d4d; }
  .panel-default .panel-action {
    color: #737373; }
  .panel-default .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #cccccc; }

.panel-dark {
  border-color: #666666; }
  .panel-dark > .panel-heading {
    color: #ffffff;
    background-color: #666666;
    border-color: #666666; }
    .panel-dark > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #666666; }
    .panel-dark > .panel-heading .badge-pill {
      color: #666666;
      background-color: #ffffff; }
  .panel-dark .panel-title, .panel-dark .panel-action {
    color: #ffffff; }
  .panel-dark .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #666666; }

.panel-primary {
  border: none; }
  .panel-primary .panel-heading {
    border: none; }
  .panel-primary .panel-title, .panel-primary .panel-action {
    color: #ffffff; }

.panel-info {
  border: none; }
  .panel-info .panel-heading {
    border: none; }
  .panel-info .panel-title, .panel-info .panel-action {
    color: #ffffff; }

.panel-success {
  border: none; }
  .panel-success .panel-heading {
    border: none; }
  .panel-success .panel-title, .panel-success .panel-action {
    color: #ffffff; }

.panel-warning {
  border: none; }
  .panel-warning .panel-heading {
    border: none; }
  .panel-warning .panel-title, .panel-warning .panel-action {
    color: #ffffff; }

.panel-danger {
  border: none; }
  .panel-danger .panel-heading {
    border: none; }
  .panel-danger .panel-title, .panel-danger .panel-action {
    color: #ffffff; }

.panel-dark {
  border: none; }
  .panel-dark .panel-heading {
    border: none; }
  .panel-dark .panel-title, .panel-dark .panel-action {
    color: #ffffff; }

.panel-line .panel-heading {
  background: transparent;
  border: none;
  border-top: 3px solid transparent; }
.panel-line.panel-default .panel-heading {
  color: #cccccc;
  border-top-color: #cccccc;
  background: transparent; }
.panel-line.panel-default .panel-title, .panel-line.panel-default .panel-action {
  color: #cccccc; }
.panel-line.panel-dark .panel-heading {
  color: #666666;
  border-top-color: #666666;
  background: transparent; }
.panel-line.panel-dark .panel-title, .panel-line.panel-dark .panel-action {
  color: #666666; }

@media (max-width: 767px) {
  .panel-actions {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin: auto;
    padding: 0 30px 15px;
    transform: none; }

  .panel-actions-keep {
    position: absolute;
    top: 50%;
    right: 30px;
    padding: 0;
    transform: translate(0%, -50%); } }
@media (max-width: 575px) {
  .panel-actions {
    padding-left: 20px; }
    .panel-actions .progress {
      min-width: 80px; }
    .panel-actions .show-on-hover {
      display: none; }

  .panel-actions-keep {
    right: 15px; }

  .panel-title, .panel-body, .panel-footer {
    padding-left: 20px;
    padding-right: 20px; } }
.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0.286rem;
    box-shadow: none; }
    .panel-group .panel + .panel {
      margin-top: 10px; }
  .panel-group .panel-title {
    position: relative;
    padding: 15px 45px 15px 30px;
    font-size: 1rem; }
    .panel-group .panel-title:before, .panel-group .panel-title:after {
      position: absolute;
      top: 15px;
      right: 30px;
      font-family: "Material Design Icons";
      transition: all 300ms linear 0s; }
    .panel-group .panel-title:before {
      content: "\F415"; }
    .panel-group .panel-title:after {
      content: "\F374"; }
    .panel-group .panel-title[aria-expanded="false"]:before {
      opacity: .4; }
    .panel-group .panel-title[aria-expanded="false"]:after {
      opacity: 0;
      transform: rotate(-180deg); }
    .panel-group .panel-title[aria-expanded="true"]:before {
      opacity: 0;
      transform: rotate(180deg); }
    .panel-group .panel-title[aria-expanded="true"]:after {
      opacity: 1; }
    .panel-group .panel-title:hover, .panel-group .panel-title:focus {
      color: #737373;
      text-decoration: none; }
    .panel-group .panel-title:focus {
      outline: none; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse {
      margin: 0; }
      .panel-group .panel-heading + .panel-collapse > .list-group {
        border-top: 1px solid #cccccc; }
  .panel-group .panel-collapse .panel-body {
    padding: 15px 30px; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #cccccc; }
  .panel-group .panel + .panel {
    margin-top: 10px; }

.panel-group-continuous .panel {
  border-radius: 0; }
  .panel-group-continuous .panel:first-child {
    border-radius: 0.286rem 0.286rem 0 0; }
  .panel-group-continuous .panel:last-child {
    border-radius: 0 0 0.286rem 0.286rem; }
  .panel-group-continuous .panel + .panel {
    margin-top: 0;
    border-top: 1px solid #cccccc; }

.panel-group-simple .panel {
  background: transparent;
  box-shadow: none; }
  .panel-group-simple .panel + .panel {
    margin-top: 0; }
.panel-group-simple .panel-title {
  padding-left: 0;
  padding-bottom: 10px; }
  .panel-group-simple .panel-title:before, .panel-group-simple .panel-title:after {
    right: 5px; }
.panel-group-simple .panel-collapse .panel-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px; }

/*---Notification---*/
.myadmin-alert {
  border-radius: 0;
  color: #ffffff;
  padding: 12px 30px 12px 12px;
  position: relative;
  text-align: left; }
  .myadmin-alert a {
    color: inherit;
    font-weight: 600;
    text-decoration: underline; }
  .myadmin-alert h4 {
    color: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    margin: 0; }
  .myadmin-alert .img {
    border-radius: 3px;
    height: 40px;
    left: 12px;
    position: absolute;
    top: 12px;
    width: 40px; }
  .myadmin-alert .closed {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.429rem;
    font-weight: 500;
    padding: 4px;
    position: absolute;
    right: 3px;
    text-decoration: none;
    top: 0; }
    .myadmin-alert .closed:hover {
      color: #ffffff; }
  .myadmin-alert .primary {
    background: rgba(0, 0, 0, 0.4);
    border: none;
    border-radius: 3px;
    color: inherit;
    outline: 0;
    padding: 4px 10px; }
    .myadmin-alert .primary:hover {
      opacity: .9; }
  .myadmin-alert .cancel {
    background: rgba(255, 255, 255, 0.4);
    border: none;
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.8);
    outline: 0;
    padding: 4px 10px; }
    .myadmin-alert .cancel:hover {
      opacity: .9; }

.myadmin-alert-img {
  min-height: 64px;
  padding-left: 65px; }

.myadmin-alert-icon {
  padding-left: 20px; }
  .myadmin-alert-icon i {
    padding-right: 10px; }

.myadmin-alert-click {
  cursor: pointer;
  padding-right: 12px; }

.myadmin-alert-bottom {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1111;
  bottom: 0;
  left: 0;
  right: 0; }

.myadmin-alert-bottom-left {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1111;
  bottom: 20px;
  left: 20px; }

.myadmin-alert-bottom-right {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1111;
  bottom: 20px;
  right: 20px; }

.myadmin-alert-fullscreen {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1111;
  left: 50%;
  margin: -20px;
  top: 50%; }

.myadmin-alert-top {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1111;
  left: 0;
  right: 0;
  top: 0px; }

.myadmin-alert-top-left {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1111;
  left: 20px;
  top: 0px; }

.myadmin-alert-top-right {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1111;
  right: 20px;
  top: 0px; }

.alert-custom {
  background: #5156be;
  color: #ffffff;
  border-color: #5156be; }

.alert-inverse {
  background: #172b4c;
  color: #ffffff;
  border-color: #172b4c; }

.alert-dark {
  background: #000000;
  color: #ffffff;
  border-color: #000000; }

.alert-info .closed {
  color: inherit; }
.alert-info a.closed:hover {
  color: inherit; }

/*---Advanced Medias---*/
.media-body > * {
  margin-bottom: 5px;
  margin-top: 0; }
.media-body > p:last-child {
  color: #737373; }

.media {
  flex-shrink: 0; }
  .media .lead {
    line-height: 1.875rem; }
  .media .custom-control {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    margin-top: 5px; }
    .media .custom-control [type=checkbox] + label {
      padding-left: 20px; }
  .media.active {
    background-color: #f3f6f9; }
  .media .media-body .list-inline > li {
    padding-left: 0px;
    padding-right: 5px; }
  .media .media-hover-show {
    opacity: 0;
    transition: .3s; }
  .media:hover .media-hover-show {
    opacity: 1; }
  .media.flex-column > div {
    width: 100%; }
  .media.flex-column > * {
    margin: 0; }

/*---avatar---*/
.avatar {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px; }
  .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    vertical-align: top; }
  .avatar[class*='status-']::after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #ffffff; }
  .avatar[class*='status-'].avatar-sm::after {
    right: -2px;
    width: 9px;
    height: 9px; }
  .avatar[class*='status-'].avatar-lg::after {
    right: 4px; }
  .avatar[class*='status-'].avatar-xl::after {
    right: 5px;
    width: 11px;
    height: 11px; }
  .avatar[class*='status-'].avatar-xxl::after {
    right: 15px;
    width: 12px;
    height: 12px; }
  .avatar[class*='status-'].avatar-xxxl::after {
    right: 25px;
    width: 16px;
    height: 16px; }
  .avatar.status-dark::after {
    background-color: #172b4c; }

.avatar-bordered {
  border: 4px solid rgba(255, 255, 255, 0.25);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */ }

.avatar-square {
  border-radius: 0; }

.avatar-sm {
  width: 29px;
  height: 29px;
  line-height: 29px;
  font-size: 0.7143rem; }

.avatar-lg {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 1.286rem; }

.avatar-xl {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 1.286rem; }

.avatar-xxl {
  width: 96px;
  height: 96px;
  line-height: 96px;
  font-size: 1.429rem; }

.avatar-xxxl {
  width: 128px;
  height: 128px;
  line-height: 128px;
  font-size: 1.857rem; }

.avatar-pill {
  width: auto;
  border-radius: 18px;
  color: #172b4c;
  text-transform: none;
  letter-spacing: 0;
  background-color: #f3f6f9;
  font-size: 0.8571rem;
  display: inline-flex;
  align-items: center; }
  .avatar-pill:hover, .avatar-pill:focus {
    color: #172b4c;
    background-color: #f3f6f9; }
  .avatar-pill img {
    width: 36px; }
  .avatar-pill span {
    padding-right: 18px;
    padding-left: 8px; }
  .avatar-pill .close {
    padding-left: 0;
    padding-right: 8px;
    font-size: 1.286rem;
    line-height: inherit; }
  .avatar-pill.avatar-sm {
    border-radius: 14.5px;
    font-size: 0.8571rem; }
    .avatar-pill.avatar-sm img {
      width: 29px; }
    .avatar-pill.avatar-sm span {
      padding-right: 14.5px; }
    .avatar-pill.avatar-sm .close {
      padding-right: 6px;
      font-size: 1.286rem; }
  .avatar-pill.avatar-lg {
    border-radius: 24px;
    font-size: 1rem; }
    .avatar-pill.avatar-lg img {
      width: 48px; }
    .avatar-pill.avatar-lg span {
      padding-right: 24px; }
    .avatar-pill.avatar-lg .close {
      padding-right: 10px;
      font-size: 1.429rem; }
  .avatar-pill.avatar-xl {
    border-radius: 32px;
    font-size: 1.143rem; }
    .avatar-pill.avatar-xl img {
      width: 64px; }
    .avatar-pill.avatar-xl span {
      padding-right: 32px;
      padding-left: 12px; }
    .avatar-pill.avatar-xl .close {
      padding-right: 12px;
      font-size: 1.5714285714rem; }
  .avatar-pill.avatar-xxl {
    border-radius: 48px;
    font-size: 1.286rem; }
    .avatar-pill.avatar-xxl img {
      width: 96px; }
    .avatar-pill.avatar-xxl span {
      padding-right: 48px;
      padding-left: 12px; }
    .avatar-pill.avatar-xxl .close {
      padding-right: 16px;
      font-size: 1.714rem; }
  .avatar-pill.avatar-xxxl {
    border-radius: 64px;
    font-size: 1.429rem; }
    .avatar-pill.avatar-xxxl img {
      width: 128px; }
    .avatar-pill.avatar-xxxl span {
      padding-right: 64px;
      padding-left: 12px; }
    .avatar-pill.avatar-xxxl .close {
      padding-right: 20px;
      font-size: 1.714rem; }

.avatar-list {
  display: inline-flex; }
  .avatar-list:not(.avatar-list-overlap) {
    margin: -2px; }
    .avatar-list:not(.avatar-list-overlap) > * {
      margin: 2px; }

.avatar-list-overlap .avatar {
  border: 2px solid #ffffff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  transition: .15s linear; }
  .avatar-list-overlap .avatar + .avatar {
    margin-left: -16px; }
  .avatar-list-overlap .avatar + .avatar-sm {
    margin-left: -12px; }
  .avatar-list-overlap .avatar + .avatar-lg {
    margin-left: -20px; }
  .avatar-list-overlap .avatar + .avatar-xl {
    margin-left: -26px; }
  .avatar-list-overlap .avatar + .avatar-xxl {
    margin-left: -36px; }
  .avatar-list-overlap .avatar + .avatar-xxxl {
    margin-left: -48px; }
  .avatar-list-overlap .avatar:hover + .avatar {
    margin-left: 0; }
.avatar-list-overlap .overlap-exclude {
  margin-left: 0; }

.avatar-add {
  font-family: themify;
  background-color: transparent;
  border: 1px dashed #172b4c;
  color: #172b4c;
  font-size: 0.8571rem; }
  .avatar-add::before {
    content: "\e61a"; }
  .avatar-add:hover {
    color: #ffffff; }

.avatar-more span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s ease; }
.avatar-more:hover span {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.65); }

.user-contact {
  margin-top: -45px;
  position: relative; }

.user-social {
  text-align: center; }

[data-provide~="more-avatar"] ~ .avatar {
  display: none; }

/*---switch---*/
.switch {
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 29px;
  cursor: pointer;
  white-space: nowrap; }
  .switch input {
    display: none; }
  .switch input:checked ~ .switch-indicator {
    background: #afc3d7; }
  .switch input:checked ~ .switch-indicator::after {
    left: calc(100% - 20px);
    box-shadow: 0px 0px 3px #f3f6f9; }
  .switch.switch-secondary input:checked ~ .switch-indicator::after {
    background: #4d7bc9; }
  .switch .switch-dark input:checked ~ .switch-indicator::after {
    background: #172b4c; }

.switch-indicator {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 10px;
  background: #f3f6f9;
  border-radius: 20px;
  vertical-align: middle;
  transition: 0.3s; }
  .switch-indicator::after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    transition: 0.3s;
    cursor: inherit;
    background: #ffffff;
    border-radius: 50%;
    top: -5px;
    box-shadow: 0px 0px 3px #608acf; }

/*---fullscreen---*/
[data-provide~="boxfull"].is-fullscreen .fullscreen-default, [data-provide~="fullscreen"].is-fullscreen .fullscreen-default {
  display: none; }

[data-provide~="boxfull"].is-fullscreen .fullscreen-active, [data-provide~="fullscreen"].is-fullscreen .fullscreen-active {
  display: inline-block; }

[data-provide~="boxfull"] .fullscreen-active, [data-provide~="fullscreen"] .fullscreen-active {
  display: none; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }
/*products-list*/
.products-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .products-list > .item {
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px; }
    .products-list > .item:before, .products-list > .item:after {
      content: " ";
      display: table; }
  .products-list .product-img {
    float: left; }
    .products-list .product-img img {
      width: 50px;
      height: 50px;
      border-radius: 100%; }
  .products-list .product-info {
    margin-left: 60px; }
  .products-list .product-description {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.product-list-in-box > .item {
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #f3f6f9; }
  .product-list-in-box > .item:last-of-type {
    border-bottom-width: 0; }

/*data table*/
@media (max-width: 767px) {
  .table > tbody > tr > td, .table > tbody > tr > th {
    white-space: nowrap; }
  .table > tfoot > tr > td, .table > tfoot > tr > th {
    white-space: nowrap; }
  .table > thead > tr > td, .table > thead > tr > th {
    white-space: nowrap; } }
.table > tbody > tr > td, .table > tbody > tr > th {
  padding: 1rem;
  vertical-align: middle; }
.table > tfoot > tr > td, .table > tfoot > tr > th {
  padding: 1rem;
  vertical-align: middle; }
.table > thead > tr > td, .table > thead > tr > th {
  padding: 1rem;
  vertical-align: middle; }

.table tr td .progress {
  margin-top: 5px; }
.table.no-border {
  border: 0; }
  .table.no-border td, .table.no-border th {
    border: 0; }
.table.align th {
  text-align: left; }
.table.align td {
  text-align: right; }

.table-bordered {
  border: 1px solid #d1d3e0; }
  .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th {
    border: 1px solid #d1d3e0 !important; }
  .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #d1d3e0 !important;
    border-bottom-width: 2px; }
  .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th {
    border: 1px solid #d1d3e0 !important; }

.table-separated {
  border-collapse: separate;
  border-spacing: 0 8px; }
  .table-separated thead th {
    border-bottom: none; }
  .table-separated tbody tr {
    background-color: #ebedf3;
    transition: .5s; }
    .table-separated tbody tr > *:first-child {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .table-separated tbody tr > *:last-child {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
    .table-separated tbody tr th, .table-separated tbody tr td {
      border-top: none; }

.dataTables_info, .dataTables_length, .dt-buttons {
  display: inline-block; }

.dt-buttons {
  margin-bottom: 10px; }
  .dt-buttons .dt-button {
    padding: 5px 15px;
    border-radius: 0;
    color: #ffffff;
    margin-right: 3px;
    display: inline-block; }
    .dt-buttons .dt-button:hover {
      background: #172b4c; }

.dataTables_filter {
  float: right;
  padding-top: 5px; }
  .dataTables_filter input {
    border: 1px solid #cccccc;
    margin-left: 5px; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled {
  background: 0 0; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: .25em; }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #737373;
    border: 1px solid transparent;
    border-radius: 2px; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
      color: #ffffff; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
      cursor: not-allowed;
      color: #737373;
      border: 1px solid transparent;
      background: 0 0;
      box-shadow: none; }
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
      color: #ffffff;
      background-color: #5156be; }
    .dataTables_wrapper .dataTables_paginate .paginate_button:active {
      outline: 0;
      background-color: #737373; }
  .dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em; }

.tablesaw-bar .btn-group label {
  color: #737373; }

tfoot input {
  width: 100%;
  padding: 3px;
  box-sizing: border-box; }

.dt-bootstrap {
  display: block; }

.paging_simple_numbers .pagination .paginate_button {
  padding: 0;
  background: #ffffff; }
  .paging_simple_numbers .pagination .paginate_button:hover {
    background: #ffffff; }
    .paging_simple_numbers .pagination .paginate_button:hover a {
      color: #ffffff; }
  .paging_simple_numbers .pagination .paginate_button a {
    padding: 15px 15px;
    border-radius: 5px;
    border: 0 !important; }
  .paging_simple_numbers .pagination .paginate_button.active a {
    color: #ffffff; }

.footable .pagination {
  display: inline-block;
  padding: 8px 0; }
  .footable .pagination li {
    padding: 0;
    margin: 0 1px;
    display: inline-block; }
    .footable .pagination li a {
      padding: 5px 10px; }
      .footable .pagination li a.active, .footable .pagination li a:hover {
        color: #ffffff;
        border-radius: 4px; }
    .footable .pagination li.active a {
      color: #ffffff;
      border-radius: 4px; }

/*direct-chat*/
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow: hidden;
  padding: 0; }
.direct-chat.chat-pane-open .direct-chat-contacts {
  transform: translate(0, 0); }

.direct-chat-messages {
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow: auto; }

.direct-chat-msg {
  display: block;
  margin-bottom: 10px; }
  .direct-chat-msg:before, .direct-chat-msg:after {
    content: " ";
    display: table; }

.direct-chat-text {
  position: relative;
  margin: 5px 0 0 50px;
  display: table; }
  .direct-chat-text p {
    border-radius: 5px;
    padding: 0.5rem 0.5rem;
    background: #efefef;
    color: #737373;
    margin-bottom: 0.25rem;
    display: inherit; }
    .direct-chat-text p.direct-chat-timestamp {
      background-color: transparent !important;
      padding: 0;
      opacity: .8; }
  .direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px; }
  .direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px; }

.direct-chat-contacts {
  transition: transform .5s ease-in-out;
  transform: translate(101%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: #172b4c;
  color: #ffffff;
  overflow: auto; }

.direct-chat-messages {
  transition: transform .5s ease-in-out; }
  .direct-chat-messages.chat-app {
    padding: 0.8rem 1.25rem; }

.right .direct-chat-text {
  margin: 5px 0px 0 0px;
  float: right;
  text-align: right; }
  .right .direct-chat-text p {
    display: inherit;
    clear: both;
    float: right;
    color: #ffffff; }
.right .direct-chat-img {
  float: right; }

.direct-chat-img {
  float: left;
  width: 40px;
  height: 40px; }

.direct-chat-info {
  display: block;
  margin-bottom: 2px; }

.direct-chat-timestamp {
  color: #737373; }

.direct-chat-contacts-open .direct-chat-contacts {
  transform: translate(0, 0); }

.contacts-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0; }
  .contacts-list > li:before, .contacts-list > li:after {
    content: " ";
    display: table; }
  .contacts-list > li:last-of-type {
    border-bottom: none; }

.contacts-list-name, .contacts-list-status, .users-list-date, .users-list-name {
  display: block; }

.contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left; }

.contacts-list-info {
  margin-left: 45px;
  color: #ffffff; }

.contacts-list-status {
  font-size: 12px; }

.contacts-list-date {
  color: #a6a6a6;
  font-weight: 300; }

.contacts-list-email {
  color: #608acf; }

.contact-page-aside ul.list-style-none {
  margin: 0px;
  padding: 0px; }

ul.list-style-none li {
  list-style: none; }
  ul.list-style-none li a {
    color: #737373;
    padding: 10px 0px;
    display: block;
    text-decoration: none; }
    ul.list-style-none li a:hover {
      color: #3596f7; }

.list-style-none li.box-label a {
  font-weight: 500; }
.list-style-none li.divider {
  margin: 10px 0;
  height: 1px;
  background: rgba(47, 87, 154, 0.13); }
.list-style-none li a span {
  float: right; }

div#employeelist_filter {
  margin-top: -60px;
  position: relative;
  z-index: 99; }

.chat-app .direct-chat-img {
  width: 55px;
  height: 55px;
  line-height: 55px; }
.chat-app .direct-chat-text {
  margin: 5px 0 0 80px; }
.chat-app .right .direct-chat-text {
  margin: 5px 0px 0 0px;
  float: right;
  text-align: right; }

time {
  font-size: 0.8571rem;
  color: #608acf; }

/*---users-list---*/
.users-list > li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center; }
  .users-list > li img {
    border-radius: 10px;
    max-width: 100%;
    height: auto; }
  .users-list > li > a:hover {
    color: #737373; }
    .users-list > li > a:hover .users-list-name {
      color: #737373; }

.users-list-name {
  font-weight: 600;
  color: #172b4c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.users-list-date {
  color: #737373;
  font-size: 0.8571rem; }

/*---carousel-control---*/
.carousel-control.left, .carousel-control.right {
  background-image: none; }
.carousel-control > i {
  font-size: 2.857rem;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px; }

/*---widget---*/
.widget-user .widget-user-username, .widget-user-2 .widget-user-username, .widget-user-3 .widget-user-username, .widget-user-4 .widget-user-username {
  margin-bottom: 5px;
  font-size: 1.714rem; }

.box-widget {
  border: none;
  position: relative; }

.widget-user .widget-user-header {
  padding: 20px;
  height: 140px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px; }
.widget-user .widget-user-username {
  margin-top: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
.widget-user .widget-user-desc {
  margin-top: 0; }
.widget-user .widget-user-image {
  position: absolute;
  top: 85px;
  left: 50%;
  margin-left: -45px; }
  .widget-user .widget-user-image > img {
    width: 90px;
    height: auto;
    border: 3px solid #ffffff; }
.widget-user .box-footer {
  padding-top: 30px; }

.widget-user-2 .widget-user-header {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 20px; }
.widget-user-2 .widget-user-username {
  margin-top: 5px;
  margin-left: 75px; }
.widget-user-2 .widget-user-desc {
  margin-top: 0;
  margin-left: 75px; }
.widget-user-2 .widget-user-image > img {
  width: 65px;
  height: auto;
  float: left; }

.widget-user-3 .widget-user-header {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 20px; }
.widget-user-3 .widget-user-username {
  margin-top: 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
.widget-user-3 .widget-user-desc {
  margin-top: 0; }
.widget-user-3 .info-user {
  float: left;
  margin-top: 15px; }
.widget-user-3 .widget-user-image > img {
  width: 100px;
  height: auto;
  float: right;
  border: 3px solid #ffffff; }

.widget-user-4 .widget-user-header {
  text-align: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px; }
.widget-user-4 .widget-user-username {
  margin-top: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
.widget-user-4 .widget-user-desc {
  margin-top: 0;
  margin-bottom: 0; }
.widget-user-4 .widget-user-image {
  text-align: center;
  margin-bottom: 15px; }
  .widget-user-4 .widget-user-image > img {
    width: 100px;
    height: auto; }
.widget-user-4 .box-footer {
  padding-top: 30px; }

.box.widget-user-4 .overlay {
  z-index: 50;
  border-radius: 0;
  padding: 20px; }
  .box.widget-user-4 .overlay.overlay-none {
    background: rgba(0, 0, 0, 0); }

/*mailbox*/
.mailbox-messages > .table {
  margin: 0; }
.mailbox-messages .mailbox-date {
  font-size: 0.8571rem;
  color: #737373; }
.mailbox-messages table a {
  color: #737373; }

.mailbox-controls {
  padding: 0rem 0rem 1.25rem; }
  .mailbox-controls .btn {
    padding: 10px 15px; }
    .mailbox-controls .btn i {
      font-size: 1.143rem; }
  .mailbox-controls.with-border {
    border-bottom: 1px solid #f3f6f9; }

.mailbox-read-info {
  border-bottom: 1px solid #f3f6f9;
  padding: 10px; }
  .mailbox-read-info h3 {
    font-size: 1.429rem;
    margin: 0; }
  .mailbox-read-info h5 {
    margin: 0;
    padding: 5px 0 0; }

.mailbox-read-time {
  color: #737373;
  font-size: 1rem; }

.mailbox-read-message {
  padding: 10px; }

.mailbox-attachments li {
  float: left;
  width: 140px;
  border: 1px solid #a6a6a6;
  margin-bottom: 10px;
  margin-right: 10px; }

.mailbox-attachment-name {
  font-weight: 300;
  color: #737373;
  font-size: 10px; }

.mailbox-attachment-info {
  padding: 10px;
  background: #f3f6f9; }

.mailbox-attachment-size {
  color: #737373;
  font-size: 0.8571rem; }

.mailbox-attachment-icon {
  text-align: center;
  font-size: 3.571rem;
  color: #737373;
  padding: 20px 10px; }
  .mailbox-attachment-icon.has-img {
    padding: 0; }
    .mailbox-attachment-icon.has-img > img {
      max-width: 100%;
      height: auto; }

/*Extra Pages*/
.lockscreen-box-body {
  box-shadow: 0 2px 2px 0 rgba(128, 128, 128, 0.14), 0 3px 1px -2px rgba(128, 128, 128, 0.2), 0 1px 5px 0 rgba(128, 128, 128, 0.12); }

.has-feedback {
  position: relative; }
  .has-feedback .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none; }

.register-page .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.login-page .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.lockscreen .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.content-top-agile {
  text-align: center;
  position: relative; }

.auth-2 {
  width: 500px;
  margin: 0;
  padding: 7% 30px;
  float: right;
  height: 100%;
  overflow-y: scroll; }

.auth-logo {
  text-align: center;
  font-weight: 300; }

.auth-body {
  padding: 20px 20px 10px; }

.auth-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px; }

.auth-2-outer {
  display: block; }

@media (max-width: 767px) {
  .content-top-agile {
    border-radius: 25px 25px 0 0; }

  .content-bottom {
    padding: 3em;
    background: #ffffff;
    border-radius: 0 0 25px 25px; }

  .auth-2 {
    width: 300px;
    margin: 0px auto;
    float: none;
    border-radius: 5px;
    height: auto; }

  .auth-2-outer {
    display: flex; } }
.error-page-title {
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }

.error-page > .error-content, .login-box .fog-pwd, .mailbox-attachment-icon, .mailbox-attachment-info, .mailbox-attachment-size {
  display: block; }

/*lable floting*/
.has-warning .bar:before, .has-warning .bar:after {
  background: #ffa800; }
.has-warning .form-control:focus ~ label, .has-warning .form-control:valid ~ label {
  color: #ffa800; }

.has-success .bar:before, .has-success .bar:after {
  background: #05825f; }
.has-success .form-control:focus ~ label, .has-success .form-control:valid ~ label {
  color: #05825f; }

.has-error .bar:before, .has-error .bar:after {
  background: #ee3158; }
.has-error .form-control:focus ~ label, .has-error .form-control:valid ~ label {
  color: #ee3158; }

.has-feedback label ~ .t-0 {
  top: 0; }

.form-group.error input, .form-group.error select, .form-group.error textarea {
  border: 1px solid #ee3158; }
.form-group.error .help-block ul {
  padding: 0px;
  color: #ee3158; }
  .form-group.error .help-block ul li {
    list-style: none; }
.form-group.validate input, .form-group.validate select, .form-group.validate textarea {
  border: 1px solid #05825f; }
.form-group.issue .help-block ul {
  padding: 0px;
  color: #ffa800; }
  .form-group.issue .help-block ul li {
    list-style: none; }

/*invoice*/
.no-print {
  margin: 15px 10px; }

.invoice {
  position: relative;
  background: #ffffff;
  border: 1px solid #f3f6f9;
  padding: 20px;
  margin: 10px 10px; }

.invoice-details {
  padding-top: 15px;
  padding-bottom: 15px; }

.total-payment h3 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #cccccc;
  display: inline-block;
  margin-top: 0; }

.invoice-title {
  margin-top: 0; }

.invoice-details {
  background-color: #f3f6f9;
  margin-bottom: 15px;
  border: 1px solid #cccccc; }

@media print {
  .content-header, .left-side, .main-header, .main-sidebar, .no-print {
    display: none !important; }

  .content-wrapper, .main-footer, .right-side {
    margin-left: 0 !important;
    min-height: 0 !important;
    transform: translate(0, 0); }

  .fixed .content-wrapper, .fixed .right-side {
    padding-top: 0 !important; }

  .invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0; }

  .invoice-col {
    float: left;
    width: 33.3333333%; }

  .table-responsive {
    overflow: auto; }

  .table-responsive > .table tr td, .table-responsive > .table tr th {
    white-space: normal; } }
/*profile*/
.activitytimeline {
  position: relative;
  margin-left: 50px;
  margin-right: 10px; }

.box-profile .social-states {
  font-size: 1.143rem; }
  .box-profile .social-states a {
    color: #ffffff; }

.post {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #737373; }
  .post:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .post .user-block {
    margin-bottom: 15px; }

.user-block:before, .user-block:after {
  content: " ";
  display: table; }
.user-block img {
  width: 40px;
  height: 40px;
  float: left; }
.user-block .comment, .user-block .description, .user-block .username {
  display: block;
  margin-left: 50px; }
.user-block .username {
  font-size: 1.143rem;
  font-weight: 600; }
.user-block .description {
  color: #737373;
  font-size: 1rem; }
.user-block.user-block-sm .username {
  font-size: 1rem; }

.img-sm + .img-push, .user-block.user-block-sm .comment, .user-block.user-block-sm .description, .user-block.user-block-sm .username {
  margin-left: 40px; }

/*calendar*/
.box .datepicker-inline, .box .datepicker-inline .datepicker-days, .box .datepicker-inline .datepicker-days > table, .box .datepicker-inline > table, .fc-grid {
  width: 100%; }

.fc-day-number {
  padding-right: 10px; }

.fc-header-right {
  padding-right: 10px; }

.fc-button {
  background: #ffffff;
  border: 1px solid rgba(96, 138, 207, 0.13);
  color: #737373;
  text-transform: capitalize; }
  .fc-button:hover, .fc-button:active, .fc-button.active {
    background-color: #f3f6f9;
    opacity: .8; }

.fc-header-title h2 {
  font-size: 1.143rem;
  color: #737373;
  margin-left: 10px; }

.fc-header-left {
  padding-left: 10px; }

.fc-widget-header {
  background: transparent;
  border: 0; }
  .fc-widget-header:first-of-type {
    border-left: 0;
    border-right: 0; }
  .fc-widget-header:last-of-type {
    border-right: 0; }

.fc-grid {
  border: 0; }

.fc-widget-content {
  border-color: rgba(96, 138, 207, 0) !important; }
  .fc-widget-content:first-of-type {
    border-left: 0;
    border-right: 0; }
  .fc-widget-content:last-of-type {
    border-right: 0; }

.fc-day-number {
  font-size: 1.429rem;
  font-weight: 300; }

.fc-color-picker {
  list-style: none;
  margin: 0;
  padding: 0; }
  .fc-color-picker > li {
    float: left;
    font-size: 2.143rem;
    margin-right: 5px;
    line-height: 30px; }
    .fc-color-picker > li .fa {
      transition: transform linear .3s; }
      .fc-color-picker > li .fa:hover {
        transform: rotate(30deg); }

.calendar {
  float: left;
  margin-bottom: 0; }

.fc-toolbar {
  margin: 0 0.75rem !important;
  padding: 1rem 0; }
  .fc-toolbar h2 {
    font-size: 1.286rem;
    font-weight: 500;
    line-height: 30px; }
  .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0; }
  .fc-toolbar .fc-center {
    color: #737373; }

.fc-day {
  background: #ffffff; }

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active, .fc-toolbar button:focus, .fc-toolbar button:hover {
  z-index: 0; }

.fc th.fc-widget-header {
  color: #777777;
  font-size: 1rem;
  font-weight: 300;
  line-height: 20px;
  padding: 7px 0; }
.fc th.fc-fri, .fc th.fc-mon, .fc th.fc-sat, .fc th.fc-sun, .fc th.fc-thu, .fc th.fc-tue, .fc th.fc-wed {
  background: transparent; }

.fc-view {
  margin-top: 0; }

.fc-time-grid .fc-slats td {
  color: #ffffff; }

.fc-text-arrow {
  font-family: inherit;
  font-size: 1.143rem; }

.fc-state-hover {
  background: #f3f6f9; }

.fc-unthemed .fc-today {
  border: 1px solid #ee3158;
  background: #f3f6f9 !important; }

.fc-cell-overlay, .fc-state-highlight {
  background: #f3f6f9; }

.calendar-event {
  cursor: move;
  text-align: center; }

.fc-event {
  border-radius: 0;
  border: none;
  color: #ffffff !important;
  font-size: 0.8571rem;
  margin: 1px -1px 0;
  padding: 5px;
  cursor: move;
  text-align: center; }

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

.calendar-event {
  margin: 10px 5px 0 0;
  padding: 6px 10px;
  display: inline-block;
  color: #ffffff;
  min-width: 140px; }
  .calendar-event a {
    float: right;
    opacity: .6;
    font-size: 0.7143rem;
    margin: 4px 0 0 10px;
    color: #ffffff; }

.fc-basic-view td.fc-week-number span {
  padding-right: 5px; }
.fc-basic-view .fc-day-number {
  padding: 0px 15px;
  display: inline-block; }

.dask .fc-day-number {
  font-size: 1rem; }

@media (min-width: 1200px) {
  .fc-basic-view .fc-day-number {
    padding: 10px 15px; }

  .dask .fc-basic-view .fc-day-number {
    padding: 10px 15px 0px; } }
@media (max-width: 767px) {
  .fc-event-container {
    display: none; }

  .fc-basic-view .fc-body .fc-row {
    min-height: 2.5em; } }
@media (max-width: 575px) {
  .fc-toolbar.fc-header-toolbar {
    display: block; }

  .fc-toolbar .fc-left, .fc-toolbar .fc-right {
    float: none; }

  .fc-toolbar .fc-right {
    margin: 5px 0; }

  .fc .fc-toolbar > * > * {
    float: none; }

  .fc-today-button {
    display: none; } }
#add-new-event {
  transition: all linear .3s; }

.dot-outline {
  border: 1px dotted #cccccc; }

.external-event {
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  font-weight: 300;
  margin: 0rem 1rem .25rem;
  cursor: move;
  border-radius: 5px; }
  .external-event i {
    margin-right: 5px; }
  .external-event:hover {
    background-color: #f3f6f9; }

.description-block > .description-text {
  text-transform: uppercase; }

.res-tb-block {
  display: block;
  overflow: auto; }

.description-block {
  display: block;
  margin: 10px 0;
  text-align: center; }
  .description-block > .description-header {
    margin: 5px 0;
    padding: 0;
    font-weight: 600;
    font-size: 1.143rem; }

.list-header, .text-bold, .text-bold.table td, .text-bold.table th {
  font-weight: 700; }

/*---Extra---*/
.jqstooltip {
  padding: 5px !important;
  width: auto !important;
  height: auto !important; }

.box-comments .box-comment img, .img-lg, .img-md, .img-sm, .user-block.user-block-sm img {
  float: left; }

.box-comments .box-comment img, .img-sm, .user-block.user-block-sm img {
  width: 30px !important;
  height: 30px !important; }

.attachment-block .attachment-pushed, .img-lg + .img-push {
  margin-left: 110px; }

.attachment-block {
  border: 1px solid #f3f6f9;
  padding: 5px;
  margin-bottom: 10px;
  background: #f3f6f9; }
  .attachment-block .attachment-img {
    max-width: 100px;
    max-height: 100px;
    height: auto;
    float: left; }
  .attachment-block .attachment-heading {
    margin: 0; }
  .attachment-block .attachment-text {
    color: #172b4c; }

.connectedSortable {
  min-height: 100px; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sort-highlight {
  background: #f3f6f9;
  border: 1px dashed #ddd;
  margin-bottom: 10px; }

.full-opacity-hover {
  opacity: .65;
  filter: alpha(opacity=65); }
  .full-opacity-hover:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

.chart {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .chart canvas, .chart svg {
    width: 100% !important; }

/*---icon & divider---*/
@media (min-width: 768px) {
  .material-icon-list-demo .icons div {
    width: 33%;
    padding: 5px;
    display: inline-block;
    line-height: 40px; }
  .material-icon-list-demo .mdi {
    font-size: 1.5714285714rem; } }
.material-icon-list-demo .icons div code {
  margin: 0px 5px; }

.icons-list-demo .col-md-4, .icons-list-demo .col-3 {
  border-radius: 4px; }

.icons-list-demo div {
  cursor: pointer;
  line-height: 60px;
  white-space: nowrap;
  color: #737373; }

.icons-list-demo .col-md-4:hover, .icons-list-demo .col-3:hover {
  background-color: #f3f6f9; }

.icons-list-demo div:hover {
  color: #172b4c; }

.icons-list-demo i {
  transition: font-size .2s;
  display: inline-block;
  font-size: 1.286rem;
  margin: 0 15px 0 10px;
  text-align: left;
  transition: all 0.3s ease 0s;
  vertical-align: middle; }

.divider-dash {
  opacity: .7;
  margin: 0 4px;
  vertical-align: middle;
  color: #3562ae; }
  .divider-dash::before {
    content: '\2014 \00A0'; }

.divider-dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin: 0 4px;
  vertical-align: middle;
  opacity: .5;
  background-color: #3562ae; }

.divider-line {
  display: inline-flex;
  height: 20px;
  width: 1px;
  margin: 0 4px;
  background-color: rgba(53, 98, 174, 0.07); }

.divider {
  display: flex;
  align-items: center;
  flex: 0 1 0%;
  color: #3562ae;
  font-size: 0.8571rem;
  letter-spacing: .5px;
  margin: 2rem auto;
  width: 100%; }
  .divider:before, .divider:after {
    content: '';
    flex-grow: 1;
    border-top: 1px solid #e6e6e6; }
  .divider::before {
    margin-right: 16px; }
  .divider::after {
    margin-left: 16px; }
  .divider a {
    color: #3562ae; }

.divider-vertical {
  display: inline-flex;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 2rem; }
  .divider-vertical:before, .divider-vertical:after {
    border-top: none;
    border-right: 1px solid #e6e6e6;
    margin: 0; }
  .divider-vertical::before {
    margin-bottom: 16px; }
  .divider-vertical::after {
    margin-top: 16px; }
  .divider-vertical.divider-sm {
    padding: 0 1rem; }
  .divider-vertical.divider-lg {
    padding: 0 3rem; }

.hr-sm,
.divider-sm {
  margin: 1rem auto; }

.hr-lg,
.divider-lg {
  margin: 3rem auto; }

/*---grid-stack---*/
.grid-stack > .grid-stack-item > .grid-stack-item-content {
  border: 1px solid rgba(51, 51, 51, 0.13); }

.grid-stack-item-content {
  background: #ffffff;
  color: #172b4c;
  font-family: "IBM Plex Sans", sans-serif;
  text-align: center;
  font-size: 1.429rem; }
  .grid-stack-item-content .fa {
    font-size: 4.286rem;
    display: block;
    margin: 20px 0 10px; }

/* date-paginator */
.dp-selected[style] {
  background-color: #05825f !important; }

.dp-item {
  position: relative;
  line-height: 1.42857143; }

/**********Nestable**********/
.myadmin-dd .dd-list .dd-item .dd-handle {
  background: #ffffff;
  border: 1px solid rgba(47, 87, 154, 0.13);
  padding: 8px 16px;
  height: auto;
  font-weight: 600;
  border-radius: 0px; }
.myadmin-dd .dd-list .dd-item button {
  height: auto;
  font-size: 1.286rem;
  margin: 8px auto;
  color: #172b4c;
  width: 30px; }

.myadmin-dd-empty .dd-list .dd3-handle {
  border: 1px solid rgba(47, 87, 154, 0.13);
  border-bottom: 0px;
  background: #ffffff;
  height: 36px;
  width: 36px; }
  .myadmin-dd-empty .dd-list .dd3-handle:before {
    color: inherit;
    top: 7px; }
.myadmin-dd-empty .dd-list .dd3-content {
  height: auto;
  border: 1px solid rgba(47, 87, 154, 0.13);
  padding: 8px 16px 8px 46px;
  background: #ffffff;
  font-weight: 600; }
.myadmin-dd-empty .dd-list button {
  width: 26px;
  height: 26px;
  font-size: 1.143rem;
  font-weight: 600; }

/* ribbon */
.ribbon-box {
  position: relative; }
  .ribbon-box .ribbon {
    position: relative;
    float: left;
    clear: both;
    padding: 5px 12px 5px 12px;
    margin-left: -30px;
    margin-bottom: 15px;
    -o-box-shadow: 2px 5px 10px rgba(51, 34, 0, 0.15);
    box-shadow: 2px 5px 10px rgba(51, 34, 0, 0.15);
    color: #ffffff;
    font-size: 1rem;
    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 + p {
      clear: both; }
  .ribbon-box .ribbon-dark {
    background: #172b4c; }
    .ribbon-box .ribbon-dark:before {
      border-color: #172b4c 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: 1rem;
      color: #ffffff;
      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-dark span {
    background: #172b4c; }
    .ribbon-box .ribbon-two-dark span:before {
      border-left: 3px solid #050a11;
      border-top: 3px solid #050a11; }

/*---gallery---*/
#gallery-header-center-center {
  line-height: 35px;
  margin-bottom: 0px;
  text-align: center; }
  #gallery-header-center-center .gallery-header-center-right-links {
    float: none;
    width: auto;
    display: inline-block;
    border-radius: 5px; }

#gallery-header-center {
  text-align: right; }

/*---subheader__daterange---*/
.subheader_daterange {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  background: #ffffff;
  width: -moz-max-content;
  width: max-content; }
  .subheader_daterange .subheader_daterange-label {
    padding: .5rem 0.25rem; }

/*---ecommerece pages---*/
.product-img {
  text-align: center;
  position: relative;
  transition: all 1s ease; }
  .product-img img {
    max-width: 250px; }
  .product-img .pro-img-overlay a {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-align: center;
    color: #ffffff; }
  .product-img .fileupload {
    overflow: hidden;
    position: relative; }
    .product-img .fileupload input.upload {
      cursor: pointer;
      filter: alpha(opacity=0);
      font-size: 1.429rem;
      margin: 0;
      opacity: 0;
      padding: 0;
      position: absolute;
      right: 0;
      top: 0; }

.product-text {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative; }
  .product-text .pro-img-overlay {
    position: relative;
    display: block;
    margin-top: -40px;
    text-align: right; }
  .product-text .pro-price {
    position: absolute;
    text-align: center;
    top: 0;
    right: 5px;
    margin: 0;
    font-weight: 500;
    padding: 0 10px; }

.product-order.table tbody tr td {
  vertical-align: middle; }
.product-order.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.01); }

.pro-photos {
  margin-left: -15px;
  overflow: hidden; }
  .pro-photos .photos-item {
    margin-left: 15px;
    width: calc(25% - 15px);
    text-align: center;
    float: left;
    border: 1px solid #f3f6f9;
    border-radius: .35rem;
    overflow: hidden;
    margin-bottom: 1.42rem;
    background: #ffffff;
    cursor: pointer; }
    .pro-photos .photos-item img {
      width: 5rem;
      max-width: 100%; }
  .pro-photos .item-active {
    border-color: #ee3158; }

.pro-price .old-price {
  text-decoration: line-through; }
.pro-price span {
  font-size: 1.143rem;
  font-weight: 400;
  color: #8c8c8c;
  margin-left: 10px; }

.icheck-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.icolors {
  padding: 0;
  margin: 0;
  list-style: none; }
  .icolors > li {
    padding: 0;
    margin: 2px;
    float: left;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center; }
    .icolors > li:first-child {
      margin-left: 0; }
    .icolors > li.active:after {
      content: "\2713 ";
      color: #ffffff;
      line-height: 30px; }

/*Font Icon demo style*/
.fontawesome-icon-list .fa-hover {
  cursor: pointer;
  line-height: 50px;
  white-space: nowrap;
  color: #172b4c;
  font-weight: 300;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden; }
  .fontawesome-icon-list .fa-hover i {
    padding-right: 10px;
    font-size: 1.286rem; }
  .fontawesome-icon-list .fa-hover:hover {
    background-color: #f3f6f9;
    color: #172b4c; }
    .fontawesome-icon-list .fa-hover:hover i {
      color: #3596f7; }

.ion-icon-list .ion-hover {
  cursor: pointer;
  line-height: 50px;
  white-space: nowrap;
  color: #172b4c;
  font-weight: 300;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden; }
  .ion-icon-list .ion-hover i {
    padding-right: 10px;
    font-size: 1.286rem; }
  .ion-icon-list .ion-hover:hover {
    background-color: #f3f6f9;
    color: #172b4c; }
    .ion-icon-list .ion-hover:hover i {
      color: #3596f7; }

.icons-page .preview {
  padding: 15px 0;
  position: relative;
  height: 40px; }
  .icons-page .preview .code-preview {
    padding: 10px; }
.icons-page .si {
  margin-right: 10px; }

.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden; }
  .bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    margin: 0 -1px -1px 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #f3f6f9;
    color: #172b4c; }
    .bs-glyphicons li:hover {
      background-color: #f3f6f9;
      color: #3596f7; }
      .bs-glyphicons li:hover .glyphicon {
        color: #3596f7; }
  .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1.714rem; }
  .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
    /* Help out IE10+ with class names */ }

@media (min-width: 992px) {
  .bs-glyphicons li {
    width: 12.5%; } }
@media (max-width: 767px) {
  .bs-glyphicons li {
    width: 50%; } }
/*---web tickers---*/
.tickers-block .tickercontainer .cc {
  font-size: 1.429rem;
  margin: 0; }
.tickers-block .tickercontainer li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 45px; }

.example-modal .modal {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  display: block;
  z-index: 1;
  background: transparent !important; }

/*-- timer --*/
.timer {
  font-size: 3.2rem;
  display: inline-block;
  vertical-align: top;
  font-weight: 600; }

.text {
  font-size: 1rem;
  margin-top: 0.5em;
  text-align: center;
  letter-spacing: 4px;
  font-weight: 400; }

/*-- light on-off --*/
.light-skin .switch-on {
  display: block;
  color: #ffa800; }
.light-skin .switch-off {
  display: none; }

.dark-skin .switch-on {
  display: none; }
.dark-skin .switch-off {
  display: block;
  color: #8c8c8c; }

/*---dash world map---*/
.map-marker {
  /* adjusting for the marker dimensions
  so that it is centered on coordinates */
  margin-left: -8px;
  margin-top: -8px; }

.map-marker.map-clickable {
  cursor: pointer; }

.pulse {
  width: 10px;
  height: 10px;
  border: 5px solid #3596f7;
  border-radius: 30px;
  background-color: #3596f7;
  z-index: 10;
  position: absolute; }

.map-marker .dot {
  border: 10px solid #3596f7;
  background: transparent;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  animation: mappulse 3s ease-out;
  animation-iteration-count: infinite;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
  opacity: 0; }
.dash-tx {
  position: absolute;
  width: 40%;
  left: 40px; }

.apexcharts-canvas {
  margin: 0 auto; }

.sticky-toolbar {
  width: 50px;
  position: fixed;
  top: 45%;
  right: 0;
  list-style: none;
  margin: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-top-left-radius: .42rem;
  border-bottom-left-radius: .42rem;
  padding: 10px; }
  .sticky-toolbar a {
    padding: 0.3rem 0.5rem; }
    .sticky-toolbar a span {
      font-size: 1.5rem; }

.w3-animate-fading {
  animation: fading 10s infinite; }

@keyframes fading {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.w3-animate-opacity {
  animation: opac 0.8s; }

@keyframes opac {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.w3-animate-top {
  position: relative;
  animation: animatetop 0.4s; }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
.w3-animate-left {
  position: relative;
  animation: animateleft 0.4s; }

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0; }
  to {
    left: 0;
    opacity: 1; } }
.w3-animate-right {
  position: relative;
  animation: animateright 0.4s; }

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0; }
  to {
    right: 0;
    opacity: 1; } }
.w3-animate-bottom {
  position: relative;
  animation: animatebottom 0.4s; }

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }
.w3-animate-zoom {
  animation: animatezoom 0.6s; }

@keyframes animatezoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
.w3-animate-input {
  transition: width 0.4s ease-in-out; }

.w3-animate-input:focus {
  width: 100% !important; }

.w3-opacity, .w3-hover-opacity:hover {
  opacity: 0.60; }

.w3-opacity-off, .w3-hover-opacity-off:hover {
  opacity: 1; }

.w3-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999; }

.w3-sidebar {
  height: 100%;
  width: 375px;
  background-color: #fff;
  position: fixed !important;
  z-index: 1;
  overflow: hidden;
  top: 0;
  right: 0; }

.w3-bar-block .w3-dropdown-hover, .w3-bar-block .w3-dropdown-click {
  width: 100%; }

.w3-bar-block .w3-dropdown-hover .w3-dropdown-content, .w3-bar-block .w3-dropdown-click .w3-dropdown-content {
  min-width: 100%; }

.w3-bar-block .w3-dropdown-hover .w3-button, .w3-bar-block .w3-dropdown-click .w3-button {
  width: 100%;
  text-align: left;
  padding: 8px 16px; }

.demo-panel figure {
  position: relative;
  border: 5px solid #ebedf3;
  border-radius: 5px; }
.demo-panel figure:hover figcaption, .demo-panel figure:focus figcaption {
  opacity: 1; }
.demo-panel figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .3s ease;
  opacity: 0; }
.demo-panel .buy-bt-bx {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  padding: 30px 0 30px 0;
  width: 315px;
  z-index: 1999999; }

.rtl .sticky-toolbar {
  right: auto;
  left: 0;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
  border-top-right-radius: .42rem;
  border-bottom-right-radius: .42rem; }
.rtl .w3-animate-right {
  position: relative;
  animation: animateleft 0.4s; }
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0; }
  to {
    left: 0;
    opacity: 1; } }
.rtl .w3-sidebar {
  right: auto;
  left: 0; }

.evt-cal .fc-scroller {
  -webkit-overflow-scrolling: touch;
  overflow: visible !important;
  height: auto !important; }

@media (max-width: 1500px) {
  .dask-bg {
    background-position: 160% bottom !important; } }
.side-bx {
  margin-top: 66px; }
  .side-bx .sideimg {
    top: -80px;
    position: relative; }
  .side-bx .title-bx {
    margin-top: -70px;
    margin-bottom: 0; }

.datepicker.datepicker-dropdown {
  z-index: 9999 !important; }
  .datepicker.datepicker-dropdown > div {
    display: block; }

.datepicker-dropdown.datepicker-orient-top:before {
  top: 168px;
  border-bottom: 0;
  border-top: 7px solid #fff; }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -7px;
  border-bottom: 0;
  border-top: 6px solid #fff;
  top: 0; }

.widget-timeline-icon ul {
  padding-left: 0; }
.widget-timeline-icon li {
  padding-left: 45px;
  position: relative;
  margin-left: 28px;
  border-left: 3px solid #5156be;
  min-height: 80px;
  padding-top: 1px; }
  .widget-timeline-icon li .icon {
    position: absolute;
    width: 56px;
    height: 56px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    border-radius: 56px;
    left: -30px;
    top: 0; }
  .widget-timeline-icon li:last-child {
    border-left: 3px solid transparent; }

.owl-sl .owl-nav {
  display: flex;
  position: absolute;
  top: -70px;
  right: 0; }
  .owl-sl .owl-nav .owl-prev, .owl-sl .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    font-size: 2.143rem;
    text-align: center;
    line-height: 30px; }

/*form-element*/
.form-element .input-group .input-group-addon {
  border: none;
  -webkit-background-clip: padding-box;
  background-color: transparent;
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px; }
.form-element .form-control {
  color: #737373;
  min-height: 42px;
  display: initial;
  -webkit-background-clip: padding-box;
  background-color: transparent;
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  padding: 0;
  transition: background 0s ease-out 0s;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  float: none; }
  .form-element .form-control :focus {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    float: none;
    background-size: 100% 2px, 100% 1px;
    outline: 0;
    transition-duration: .3s; }
  .form-element .form-control .focus {
    background-size: 100% 2px, 100% 1px;
    outline: 0;
    transition-duration: .3s; }

.form-group {
  margin-bottom: 1rem; }
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 1px transparent; }
  50% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1); }
  100% {
    box-shadow: 0 0 0 15px transparent; } }
.demo-checkbox label {
  min-width: 200px;
  margin-bottom: 20px; }

.demo-radio-button label {
  min-width: 200px;
  margin-bottom: 20px; }

.demo-swtich .demo-switch-title {
  width: 150px;
  margin-bottom: 10px;
  display: inline-block; }
.demo-swtich .switch {
  width: 150px;
  margin-bottom: 10px;
  display: inline-block; }

.cours-search {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  max-width: 700px;
  margin: auto;
  margin-bottom: 50px;
  width: 100%; }
  .cours-search .form-control {
    border: 0;
    height: 50px;
    border-radius: 5px !important;
    padding: 10px 20px;
    font-size: 1.143rem; }
  .cours-search .input-group-append {
    margin-left: 10px; }
    .cours-search .input-group-append .btn {
      border-radius: 5px; }
  .cours-search .select2-container--default .select2-selection--single {
    height: 50px; }
  .cours-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px; }
  .cours-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px; }
  .cours-search .btn {
    height: 50px;
    line-height: 30px; }

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0; }

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  /* webkit (konqueror) browsers */
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease; }

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border-radius: 50%; }

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a; }

[type="radio"]:not(:checked) + label:after {
  z-index: -1;
  transform: scale(0); }

/* Checked styles */
[type="radio"]:checked + label:before {
  border: 2px solid transparent;
  animation: ripple 0.2s linear forwards; }

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid #26a69a; }

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #26a69a;
  z-index: 0; }

[type="radio"]:checked + label:after {
  transform: scale(1.02); }

/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
  transform: scale(0.5); }

/* Focused styles */
[type="radio"].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  animation: ripple 0.2s linear forwards; }

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26); }

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
  animation: ripple 0.2s linear forwards; }

[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD; }

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
form p {
  margin-bottom: 10px;
  text-align: left; }

form p:last-child {
  margin-bottom: 0; }

/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0; }

[type="checkbox"] {
  /* checkbox aspect */ }

[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }

[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s; }

[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  transform: scale(0); }

[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26); }

[type="checkbox"].tabbed:focus + label:after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%; }

[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26); }

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%; }

[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent; }

[type="checkbox"].filled-in + label:after {
  border-radius: 2px; }

[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1; }

[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0; }

[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #ffffff !important;
  border-bottom: 2px solid #ffffff !important;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0; }

[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a; }

[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent; }

[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD; }

[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent; }

[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD; }

input[type="color"] {
  height: 42px; }

.custom-file-label {
  border-radius: 5px; }
  .custom-file-label::after {
    border-radius: 0 5px 5px 0; }

.form-type-roundinput.form-control {
  border-radius: 10rem;
  padding-left: 20px;
  padding-right: 20px; }

.form-type-round input.form-control {
  border-radius: 10rem;
  padding-left: 20px;
  padding-right: 20px; }

.form-type-roundselect:not([multiple]).form-control {
  border-radius: 10rem;
  padding-left: 20px;
  padding-right: 20px; }

.form-type-round select:not([multiple]).form-control {
  border-radius: 10rem;
  padding-left: 20px;
  padding-right: 20px; }

.form-group label {
  font-weight: 500; }
.form-group.has-success .help-block {
  color: #05825f; }
.form-group.has-success label {
  color: #05825f; }
.form-group.has-success .form-control {
  border-color: #05825f;
  box-shadow: none; }
.form-group.has-success .input-group-addon {
  border-color: #05825f;
  box-shadow: none; }
.form-group.has-warning .help-block {
  color: #ffa800; }
.form-group.has-warning label {
  color: #ffa800; }
.form-group.has-warning .form-control {
  border-color: #ffa800;
  box-shadow: none; }
.form-group.has-warning .input-group-addon {
  border-color: #ffa800;
  box-shadow: none; }
.form-group.has-error .help-block {
  color: #ee3158; }
.form-group.has-error label {
  color: #ee3158; }
.form-group.has-error .form-control {
  border-color: #ee3158;
  box-shadow: none; }
.form-group.has-error .input-group-addon {
  border-color: #ee3158;
  box-shadow: none; }

.form-control, .form-select {
  border-radius: 5px;
  box-shadow: none;
  border-color: #86a4c3;
  height: auto; }
  .form-control:focus, .form-select:focus {
    box-shadow: none; }
  .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder {
    color: #666666;
    opacity: 1; }
  .form-control:-moz-placeholder, .form-select:-moz-placeholder {
    color: #666666;
    opacity: 1; }
  .form-control::-moz-placeholder, .form-select::-moz-placeholder {
    color: #666666;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder {
    color: #666666;
    opacity: 1; }
  .form-control:not(select), .form-select:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .form-control + .input-group-addon:not(:first-child), .form-select + .input-group-addon:not(:first-child) {
    border-radius: 0px 5px 5px 0px;
    border-left: 0; }

.input-group-addon, .input-group-btn {
  white-space: nowrap;
  vertical-align: middle; }

textarea.form-control {
  border-radius: 5px; }

.iCheck-helper {
  border-radius: 0; }

.icheckbox_flat-blue {
  border-radius: 0; }
  .icheckbox_flat-blue input {
    border-radius: 0; }

.icheck > label {
  padding-left: 0; }

.input-group .input-group-addon {
  border-radius: 5px 0px 0px 5px;
  border-color: #86a4c3;
  background-color: #ffffff; }
.input-group .input-group-text {
  border-color: #86a4c3;
  border-radius: 5px; }

.input-group-addon {
  font-weight: 300;
  padding: .425rem .75rem;
  border: 1px solid #86a4c3;
  line-height: 1.25;
  color: #172b4c;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.15rem; }

.form-control-feedback.fa {
  line-height: 34px; }

.form-group-lg .form-control + .form-control-feedback.fa {
  line-height: 46px; }

.form-group-sm .form-control + .form-control-feedback.fa {
  line-height: 30px; }

.input-group-sm + .form-control-feedback.fa {
  line-height: 30px; }

.input-sm + .form-control-feedback.fa {
  line-height: 30px; }

.form-group-feedback {
  position: relative; }
  .form-group-feedback.form-group-feedback-right .form-control-feedback {
    position: absolute;
    top: 0;
    color: #333333;
    padding-left: .875rem;
    padding-right: .875rem;
    line-height: 2.25003rem;
    min-width: 1rem; }

.form-group-feedback-right .form-control-feedback {
  right: 0; }

.input-group-lg + .form-control-feedback.fa {
  line-height: 46px; }

.input-lg + .form-control-feedback.fa {
  line-height: 46px; }

/*Bootstrap select*/
.bootstrap-select .btn-group .dropdown-menu {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); }
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%; }
.bootstrap-select .dropdown-menu li a {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #172b4c;
  white-space: nowrap; }
  .bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li a:focus {
    color: #5156be;
    background: #f3f6f9; }
.bootstrap-select .show > .dropdown-menu {
  display: block; }
.bootstrap-select.btn-group .dropdown-menu {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); }
  .bootstrap-select.btn-group .dropdown-menu li.divider {
    margin: 0.2rem auto; }
  .bootstrap-select.btn-group .dropdown-menu li a span.text {
    letter-spacing: inherit; }

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding: 9px 10px; }

.btn.bootstrap-touchspin-up {
  border-radius: 5px; }

.btn.bootstrap-touchspin-down {
  border-radius: 5px; }

/*---form-group---*/
.input-group-append .btn, .input-group-prepend .btn {
  border-radius: 5px; }

.file-group input[type="file"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 20px; }

.form-groups-attached {
  margin-bottom: 1rem; }
  .form-groups-attached .form-group {
    margin-bottom: 0;
    border-radius: 0; }
  .form-groups-attached > div:not(:last-child), .form-groups-attached > div:not(:last-child) .form-group {
    border-bottom-color: transparent; }
  .form-groups-attached .row {
    margin-left: 0;
    margin-right: 0; }
    .form-groups-attached .row > .form-group:not(:last-child) {
      border-right-color: transparent; }

.file-group {
  position: relative;
  overflow: hidden;
  display: inline-grid; }
  .file-group input[type="file"] {
    position: absolute;
    opacity: 0;
    z-index: 2;
    width: 100%;
    display: block;
    top: 0;
    cursor: pointer; }

.file-group-inline {
  display: inline-block; }

@media (min-width: 576px) {
  .form-inline .form-control, .form-inline .form-select {
    display: inline-block;
    width: auto;
    vertical-align: middle; } }
/*box*/
.small-box {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
  box-shadow: 0px 2px 5px 0px rgba(19, 23, 38, 0);
  border-radius: 10px;
  border: 1px solid #EFEFFD; }
  .small-box > .inner {
    padding: 1.25rem; }
  .small-box > .small-box-footer {
    position: relative;
    text-align: right;
    padding: 3px 10px;
    color: #ffffff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none; }
    .small-box > .small-box-footer:hover {
      color: #ffffff;
      background: rgba(0, 0, 0, 0.15); }
  .small-box h3 {
    font-size: 2.7142857143rem;
    font-weight: 700;
    margin: 0 0 10px;
    white-space: nowrap;
    padding: 0;
    z-index: 5; }
  .small-box p {
    font-size: 1rem;
    margin-bottom: 10px;
    z-index: 5; }
    .small-box p > small {
      display: block;
      color: #f3f6f9;
      font-size: 0.8571rem;
      margin-top: 5px; }
  .small-box .icon {
    transition: all .3s linear;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 0;
    font-size: 5.1428571429rem;
    color: rgba(0, 0, 0, 0.15); }
  .small-box:hover {
    text-decoration: none;
    color: #f3f6f9; }
    .small-box:hover .icon {
      font-size: 5.5714285714rem; }

@media (max-width: 767px) {
  .small-box {
    text-align: center; }
    .small-box .icon {
      display: none; }
    .small-box p {
      font-size: 0.8571rem; } }
.box {
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0px;
  transition: .5s;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #EFEFFD; }
  .box.collapsed-box .box-body {
    display: none; }
  .box.collapsed-box .box-footer {
    display: none; }
  .box .flex-column > li {
    border-bottom: 1px solid #EFEFFD;
    margin: 0; }
    .box .flex-column > li:last-of-type {
      border-bottom: none; }
  .box.height-control .box-body {
    max-height: 300px;
    overflow: auto; }
  .box .border-right {
    border-right: 1px solid #f3f6f9; }
  .box .border-left {
    border-left: 1px solid #f3f6f9; }
  .box.box-solid {
    border-top: 0;
    overflow: hidden; }
    .box.box-solid.box-default > .box-header {
      color: #172b4c;
      background-color: #f3f6f9; }
      .box.box-solid.box-default > .box-header .btn {
        color: #172b4c; }
      .box.box-solid.box-default > .box-header a {
        color: #172b4c; }
      .box.box-solid.box-default > .box-header > .box-tools .btn {
        border: 0;
        box-shadow: none; }
    .box.box-solid[class*=bg] > .box-header {
      color: #ffffff; }
      .box.box-solid[class*=bg] > .box-header .box-title {
        color: #ffffff; }
  .box .box-group > .box {
    margin-bottom: 5px; }
  .box .knob-label {
    text-align: center;
    color: #172b4c;
    font-weight: 300;
    font-size: 0.8571rem;
    margin-bottom: .3em; }
  .box > .loading-img, .box > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .box .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px; }
    .box .overlay > .fa {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -15px;
      margin-top: -15px;
      color: #000000;
      font-size: 2.143rem; }
  .box .overlay.dark {
    background: rgba(0, 0, 0, 0.5); }
  .box .box-header .box-subtitle {
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 5px;
    color: #608acf; }
  .box .box-subtitle {
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 5px;
    color: #608acf; }

.pull-up {
  transition: all .25s ease; }
  .pull-up:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
    z-index: 999; }

.box-inverse {
  color: #ffffff !important;
  background-color: #172b4c; }
  .box-inverse .box-header {
    color: #ffffff !important; }
  .box-inverse .box-title {
    color: #ffffff !important; }
  .box-inverse h1, .box-inverse h2, .box-inverse h3, .box-inverse h4, .box-inverse h5, .box-inverse h6 {
    color: rgba(255, 255, 255, 0.8) !important; }
  .box-inverse small {
    color: rgba(255, 255, 255, 0.8) !important; }
  .box-inverse .box-controls li > a {
    color: rgba(255, 255, 255, 0.8) !important; }
  .box-inverse .box-title small {
    opacity: 0.8; }
  .box-inverse .box-btn-more:before, .box-inverse .box-btn-more:after {
    border-color: #ffffff; }
  .box-inverse .box-header {
    border-color: rgba(255, 255, 255, 0.15); }
  .box-inverse .box-footer {
    border-color: rgba(255, 255, 255, 0.15); }
  .box-inverse .box-action {
    border-color: rgba(255, 255, 255, 0.15); }

.box-secondary {
  background-color: #4d7bc9 !important; }
  .box-secondary .box-bordered {
    border-color: #e9eff8 !important; }

.box-outline-secondary {
  background-color: #ffffff;
  border: 1px solid #4d7bc9; }

.box-bordered {
  border: 1px solid #a6a6a6; }

.box-shadowed {
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.05); }
  .box-shadowed:hover {
    box-shadow: 0 3px 9px 8px rgba(0, 0, 0, 0.05); }

.box-transparent {
  background-color: transparent; }

.box-round {
  border-radius: 10px; }

.box-header {
  color: #172b4c;
  display: block;
  padding: 1.5rem;
  position: relative;
  border-bottom: 1px solid #EFEFFD;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  .box-header.without-border {
    border-bottom: none; }
  .box-header.with-border {
    border-bottom-width: 1px;
    border-bottom-style: solid; }
  .box-header .box-title {
    display: inline-block;
    margin: 0;
    font-weight: 400; }
  .box-header > i {
    display: inline-block;
    margin: 0 5px 0 0;
    font-weight: 500; }
  .box-header > .box-tools {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem; }
    .box-header > .box-tools [data-toggle=tooltip] {
      position: relative; }
    .box-header > .box-tools .dropdown-menu > li > a {
      color: #172b4c; }
  .box-header > .box-controls {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem; }
  .box-header img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }

.box-footer {
  border-top: 1px solid #EFEFFD;
  padding: 1.5rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  .box-footer > *:last-child {
    margin-bottom: 0; }
  .box-footer img {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }

.box-controls {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: row-reverse; }
  .box-controls li > a {
    font-family: themify;
    font-size: 0.8571rem;
    display: inline-block;
    padding: 0 4px;
    margin: 0 4px;
    color: #608acf;
    opacity: .8;
    transition: 0.3s linear; }
    .box-controls li > a i {
      font-family: themify;
      font-size: 0.8571rem;
      display: inline-block;
      padding: 0 4px;
      margin: 0 4px;
      color: #608acf;
      opacity: .8;
      transition: 0.3s linear; }
  .box-controls li > button {
    font-size: 0.8571rem;
    display: inline-block;
    padding: 0 4px;
    margin: 0 4px;
    color: #608acf;
    opacity: .8;
    transition: 0.3s linear; }
    .box-controls li > button > i {
      font-family: themify; }
  .box-controls li:first-child > a {
    margin-right: 0; }

.box-btn-reload::before {
  content: "\e619"; }

.box-btn-close::before {
  content: "\e646"; }

.box-btn-slide::before {
  content: "\e648"; }

.box-btn-maximize::before {
  content: "\e6e8"; }

.box-btn-fullscreen::before {
  content: "\e659"; }

.box-btn-prev::before {
  content: "\e64a"; }

.box-btn-next::before {
  content: "\e649"; }

.control {
  position: relative; }

.box-body {
  padding: 1.5rem;
  flex: 1 1 auto;
  border-radius: 10px; }
  .box-body .box-title {
    display: inline-block;
    margin: 0;
    margin-bottom: 1rem;
    color: #172b4c; }
  .box-body > .table {
    margin-bottom: 0; }
  .box-body .fc {
    margin-top: 0px; }
  .box-body .full-width-chart {
    margin: -10px; }
  .box-body.no-padding .full-width-chart {
    margin: -9px; }
  .box-body .box-pane {
    border-radius: 0 0 0 10px; }
  .box-body .box-pane-right {
    border-radius: 0 0 10px; }
  .box-body > *:last-child {
    margin-bottom: 0; }
  .box-body ul li {
    line-height: 24px; }

.box-title {
  z-index: auto; }
  .box-title.box-title-bold {
    font-weight: 900; }
  .box-title code {
    font-size: 0.7143rem; }

.overlay-wrapper > .loading-img, .overlay-wrapper > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px; }
  .overlay-wrapper .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000000;
    font-size: 2.143rem; }
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5); }

.collapsed-box .box-header.with-border {
  border-bottom: none; }

.no-header .box-body {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px; }

.box-carousel .box-footer .carousel-indicators-outside {
  padding: 6px 0; }

.box-img, .box-img-top, .box-img-bottom {
  border-radius: 0; }

.box-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: -1;
  transition: .5s; }
  .box-loading .reveal {
    opacity: 1;
    z-index: auto; }

.box-fullscreen {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 9999 !important; }

.box-slided-up .box-content {
  display: none; }
.box-slided-up .box-body {
  display: none; }
.box-slided-up .box-btn-slide::before {
  content: "\e64b"; }

.box-header-actions {
  display: flex;
  align-items: center;
  margin: -4px; }
  .box-header-actions > * {
    margin: 4px; }

.box-solid .box-body {
  background-color: #ffffff !important;
  color: #737373;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.box-solid .box-controls li a {
  color: #ffffff; }
.box-solid .box-controls .dropdown-item {
  color: #172b4c; }

.rotate-45 {
  display: inline-block;
  transform: rotate(45deg); }

.rotate-90 {
  display: inline-block;
  transform: rotate(90deg); }

.rotate-180 {
  display: inline-block;
  transform: rotate(180deg); }

/*User card page*/
.fx-element-overlay .white-box {
  padding: 0px; }
.fx-element-overlay .fx-card-item {
  position: relative;
  display: contents; }
  .fx-element-overlay .fx-card-item .fx-card-content {
    text-align: center;
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .fx-element-overlay .fx-card-item h3 {
    margin: 0px; }
  .fx-element-overlay .fx-card-item a {
    color: #737373; }
  .fx-element-overlay .fx-card-item .fx-overlay-1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default; }
    .fx-element-overlay .fx-card-item .fx-overlay-1 img {
      display: block;
      position: relative;
      transition: all .4s linear;
      width: 100%;
      height: auto;
      border-radius: 10px; }
    .fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info {
      text-decoration: none;
      display: inline-block;
      text-transform: uppercase;
      color: #ffffff;
      background-color: transparent;
      filter: alpha(opacity=0);
      transition: all .2s ease-in-out;
      padding: 0;
      margin: auto;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%) translateZ(0);
      -webkit-transform: translateY(-50%) translateZ(0);
      -ms-transform: translateY(-50%) translateZ(0); }
      .fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li {
        list-style: none;
        display: inline-block;
        margin: 0 3px; }
        .fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li a {
          border-color: #ffffff;
          color: #ffffff;
          padding: 12px 15px 10px; }
    .fx-element-overlay .fx-card-item .fx-overlay-1 .scrl-dwn {
      top: -100%; }
    .fx-element-overlay .fx-card-item .fx-overlay-1 .scrl-up {
      top: 100%;
      height: 0px; }
    .fx-element-overlay .fx-card-item .fx-overlay-1:hover img {
      transform: scale(1.2) translateZ(0); }
    .fx-element-overlay .fx-card-item .fx-overlay-1:hover .fx-overlay {
      opacity: 1;
      filter: alpha(opacity=100);
      transform: translateZ(0); }
    .fx-element-overlay .fx-card-item .fx-overlay-1:hover .scrl-dwn {
      top: 0px; }
    .fx-element-overlay .fx-card-item .fx-overlay-1:hover .scrl-up {
      top: 0px;
      height: 100%; }
  .fx-element-overlay .fx-card-item .fx-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all .4s ease-in-out; }

/*---card---*/
.card {
  border-radius: 10px;
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem !important;
  border: 1px solid #EFEFFD; }

.card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.card-body {
  padding: 1.5rem; }
  .card-body .card-title {
    margin-bottom: .75rem;
    border-bottom: none; }

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  background-color: transparent;
  border-bottom: 1px solid #EFEFFD; }
  .card-header .card-title {
    padding: 0;
    border: none; }
  .card-header > *:first-child {
    margin-left: 0; }
  .card-header > *:last-child {
    margin-right: 0; }
  .card-header > * {
    margin-left: 8px;
    margin-right: 8px; }

.card-title {
  margin-bottom: 0;
  border-bottom: 1px solid #EFEFFD; }

.card-controls {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: row-reverse; }

.card-controls [data-bs-toggle="dropdown"], .card-controls .card-btn-reload {
  font-size: 1rem; }
.card-controls li > a {
  font-size: 0.8571rem;
  display: inline-block;
  padding: 0 4px;
  margin: 0 4px;
  color: #608acf;
  opacity: .8;
  transition: 0.3s linear; }

.card-footer {
  padding: 1.5rem;
  background-color: transparent; }

.card-inverse {
  color: #ffffff !important;
  background-color: #172b4c; }
  .card-inverse h1, .card-inverse h2, .card-inverse h3, .card-inverse h4, .card-inverse h5, .card-inverse h6, .card-inverse .card-title, .card-inverse small, .card-inverse .card-controls li > a {
    color: #ffffff !important; }

/*---box-comments---*/
.box-comments {
  background-color: #f3f6f9; }
  .box-comments .box-comment {
    padding: 8px 0;
    border-bottom: 1px solid #EFEFFD; }
    .box-comments .box-comment:before, .box-comments .box-comment:after {
      content: " ";
      display: table; }
    .box-comments .box-comment:after {
      clear: both; }
    .box-comments .box-comment:last-of-type {
      border-bottom: 0; }
    .box-comments .box-comment:first-of-type {
      padding-top: 0; }
    .box-comments .box-comment img {
      float: left; }
  .box-comments .comment-text {
    margin-left: 40px;
    color: #2f579a; }
  .box-comments .username {
    color: #172b4c;
    display: block;
    font-weight: 600; }
  .box-comments .text-muted {
    font-weight: 300;
    font-size: 0.8571rem; }

/*---info-box---*/
.box-input {
  max-width: 200px; }

.info-box {
  display: block;
  min-height: 100px;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  border-radius: 10px;
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #EFEFFD; }
  .info-box small {
    font-size: 1rem; }
  .info-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px 0;
    height: 2px;
    border-radius: 0; }
    .info-box .progress .progress-bar {
      border-radius: 0;
      background-color: #ffffff; }

.info-box-icon {
  display: block;
  float: left;
  height: 70px;
  width: 70px;
  text-align: center;
  font-size: 30px;
  line-height: 74px; }
  .info-box-icon.push-bottom {
    margin-top: 20px; }
  .info-box-icon > img {
    max-width: 100%; }

.info-box-more {
  display: block; }

.info-box-icnumberon {
  display: block; }

.info-box-content {
  padding: 10px 10px 10px 0;
  margin-left: 90px; }

.info-box-number {
  font-weight: 400;
  font-size: 1.286rem; }

.info-box-text, .progress-description {
  display: block;
  font-size: 1.143rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500; }

.progress-description {
  margin: 0; }

/*---box group---*/
.box-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.box-group .box {
  border: 1px solid rgba(0, 0, 0, 0.05); }

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

@media (min-width: 576px) {
  .box-group {
    display: flex;
    flex-flow: row wrap; }
    .box-group .box {
      flex: 1 0 0%;
      border-radius: 0; }
      .box-group .box:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px; }
        .box-group .box:first-child .box-img-top {
          border-top-left-radius: 10px; }
      .box-group .box:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px; }
        .box-group .box:last-child .box-img-top {
          border-top-right-radius: 10px; }

  .box-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .box-deck .box {
      display: flex;
      flex: 1 0 0%;
      flex-direction: column;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; }

  .box-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem; }
    .box-columns .box {
      display: inline-block;
      width: 100%; } }
.box-deck .box {
  margin-bottom: 1.5rem; }

.box-columns .box {
  margin-bottom: 1.5rem; }

/*---badges---*/
.badge {
  border-radius: 3px;
  font-weight: 300;
  line-height: 1.3;
  font-size: 85%; }
  .badge:empty {
    display: inline-block;
    vertical-align: inherit; }

.badge-pill {
  border-radius: 10rem; }

.badge-secondary {
  color: #ffffff;
  background-color: #4d7bc9; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #ffffff;
    background-color: #7498d5; }

.badge-gray {
  background-color: gray;
  color: #ffffff; }
  .badge-gray[href]:hover, .badge-gray[href]:focus {
    color: #ffffff;
    background-color: #a6a6a6; }

.badge-dark {
  background-color: #172b4c;
  color: #ffffff; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #ffffff;
    background-color: #234173; }

.badge-default {
  background-color: #e6e6e6;
  color: #172b4c; }
  .badge-default[href]:hover, .badge-default[href]:focus {
    color: #172b4c;
    background-color: #cccccc; }

.badge-warning {
  color: #ffffff; }

.badge-sm {
  line-height: 1.2;
  padding-top: 1px;
  padding-bottom: 2px;
  font-size: 75%; }

.badge-lg {
  line-height: 1.5;
  padding: 5px 7px;
  font-size: 95%; }

.badge-xl {
  line-height: 1.7;
  padding: 7px 9px;
  font-size: 100%; }

.badge-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 100%;
  vertical-align: middle; }
  .badge-dot.badge-sm {
    width: 6px;
    height: 6px; }
  .badge-dot.badge-lg {
    width: 10px;
    height: 10px; }
  .badge-dot.badge-xl {
    width: 12px;
    height: 12px; }

.badge-ring {
  position: relative;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 100%;
  vertical-align: middle; }
  .badge-ring::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    transform: scale(1);
    transition: .3s; }
  .badge-ring.badge-sm {
    width: 8px;
    height: 8px; }
    .badge-ring.badge-sm::after {
      width: 4px;
      height: 4px; }
  .badge-ring.badge-lg {
    width: 12px;
    height: 12px; }
    .badge-ring.badge-lg::after {
      width: 8px;
      height: 8px; }
  .badge-ring.badge-xl {
    width: 14px;
    height: 14px; }
    .badge-ring.badge-xl::after {
      width: 10px;
      height: 10px; }
  .badge-ring.fill::after {
    transform: scale(0); }

.badge-bold {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px; }

.list-group .badge-pill {
  margin-top: 3px; }

/*---modal---*/
.modal-left .modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0; }
.modal-left .modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 360px;
  max-width: 100%;
  margin: 0;
  transform: translate(-100%, 0) !important;
  transition: .5s; }
.modal-left.show .modal-dialog {
  transform: translate(0, 0) !important; }

.center-modal {
  transform: scale(0);
  transition: .4s; }
  .center-modal.show {
    transform: scale(1); }
  .center-modal .modal-dialog {
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%) !important; }

.modal-fill {
  background: rgba(255, 255, 255, 0.97);
  transform: scale(0, 0);
  transition: .4s; }
  .modal-fill.show {
    display: flex !important;
    justify-content: center;
    flex-flow: column nowrap;
    transform: scale(1, 1);
    transition: .4s; }
  .modal-fill .modal-dialog {
    display: flex;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    justify-content: center;
    flex-flow: column nowrap;
    align-content: center;
    align-items: center; }
  .modal-fill .modal-content {
    background: rgba(255, 255, 255, 0.97);
    width: 100%;
    max-width: 600px;
    box-shadow: none; }
  .modal-fill .modal-header {
    border-bottom: none; }
    .modal-fill .modal-header .close {
      position: fixed;
      top: 0;
      right: 0;
      padding: 20px;
      font-size: 2.5714285714rem;
      font-weight: 300; }
  .modal-fill .modal-footer {
    border: none; }

.modal {
  background: rgba(0, 0, 0, 0.3); }
  .modal.modal-fill {
    background: rgba(255, 255, 255, 0.97); }
  .modal .panel-body {
    color: #172b4c; }

.modal-right.show .modal-dialog {
  transform: translate(0, 0) !important; }
.modal-right .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 360px;
  max-width: 100%;
  margin: 0;
  transform: translate(100%, 0) !important;
  transition: .5s; }
.modal-right .modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0; }

.modal-content {
  border-radius: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  border: 0; }

@media (min-width: 768px) {
  .modal-content {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125); } }
.modal-header {
  border-bottom-color: #f3f6f9; }

.modal-footer {
  border-top-color: #f3f6f9;
  display: inline-block; }

.model_img {
  cursor: pointer; }

/*---mask Formatter---*/
.sidetitle {
  font-style: italic;
  margin-left: 0.5rem; }
  .sidetitle::before {
    content: '\2014 \00A0'; }

.subtitle {
  display: block;
  margin-top: 8px;
  margin-bottom: 5px; }

/*---flexbox---*/
.flexbox {
  display: flex;
  justify-content: space-between; }
  .flexbox .dropdown i {
    font-size: 1rem; }
  .flexbox > * {
    margin-left: 4px;
    margin-right: 4px; }
    .flexbox > *:last-child {
      margin-right: 0; }
    .flexbox > *:first-child {
      margin-left: 0; }
  .flexbox .list-inline > li {
    display: block; }
  .flexbox .dropdown a i {
    font-size: 1rem; }

.no-shrink {
  flex-shrink: 0; }

.flex-justified > *, .flex-grow-all > *, .flex-cols-wide > *, .flex-col-wide, .flex-grow {
  flex: 1 1 0%; }

.list-inline > li.flexbox {
  display: flex; }

ul.flexbox {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

/*---dropdown---*/
.dropdown-toggle {
  cursor: pointer;
  transition: .2s linear; }
  .dropdown-toggle .no-caret::after {
    display: none; }

.dropdown-header {
  padding: 4px 12px;
  margin: 4px; }

.dropdown-item {
  color: #172b4c;
  font-weight: 400;
  padding: 10px 15px;
  width: auto;
  margin: 5px 0;
  transition: 0.15s linear; }
  .dropdown-item i {
    margin-right: 0.5rem; }

.dropdown-menu {
  color: #172b4c;
  border-radius: 2px;
  font-size: 1rem;
  border-color: #f3f6f9;
  padding: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 992; }

.dropdown-grid {
  color: #172b4c;
  border-radius: 2px;
  font-size: 1rem;
  border-color: #f3f6f9;
  padding: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 992; }

.dropdown-item.active, .dropdown-item:active {
  color: #172b4c;
  background-color: #f3f6f9; }

.doc-dropdown .dropdown {
  display: inline-block; }
.doc-dropdown .dropup {
  display: inline-block; }
.doc-dropdown .dropdown-menu {
  transform: scale(1, 1); }
.doc-dropdown .dropdown-grid {
  transform: scale(1, 1); }

.dropdown-menu {
  color: #172b4c;
  border-radius: 10px;
  font-size: 13px;
  border-color: #f3f6f9;
  padding: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 992; }

.show.dropdown-grid {
  display: flex; }

.dropdown-grid {
  display: none;
  flex-wrap: wrap;
  color: #172b4c;
  border-radius: 10px;
  font-size: 1rem;
  padding: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 992;
  position: absolute;
  top: 100%;
  float: left;
  min-width: 300px;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15); }
  .dropdown-grid .dropdown-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 33.333333%;
    overflow: hidden;
    text-align: center;
    padding: 12px;
    margin: 0;
    min-height: 90px;
    border: 1px solid transparent; }
    .dropdown-grid .dropdown-item:hover {
      border-color: #f3f6f9; }
    .dropdown-grid .dropdown-item.disabled {
      opacity: .5;
      cursor: not-allowed; }
      .dropdown-grid .dropdown-item.disabled:hover {
        background-color: transparent; }
    .dropdown-grid .dropdown-item.active, .dropdown-grid .dropdown-item:active {
      color: #172b4c;
      background-color: #f3f6f9; }
  .dropdown-grid .icon {
    font-size: 1.714rem !important; }
    .dropdown-grid .icon:first-child {
      width: auto;
      margin-right: 0em;
      text-align: center; }
  .dropdown-grid img.icon:first-child {
    width: 60%;
    margin: 0 auto; }
  .dropdown-grid.cols-2 {
    min-width: 200px; }
    .dropdown-grid.cols-2 .dropdown-item {
      flex-basis: 50%; }
  .dropdown-grid.cols-4 {
    min-width: 400px; }
    .dropdown-grid.cols-4 .dropdown-item {
      flex-basis: 25%; }

.dropdown-item .icon {
  vertical-align: baseline;
  margin-right: 6px;
  font-size: 0.875rem; }

/*---Statistic widgets---*/
.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2; }
  .percent :after {
    content: '%';
    margin-left: 0.1em;
    font-size: 0.8571rem; }

.countnm.per:after {
  content: '%';
  margin-left: 0.1em;
  font-size: 0.8571rem; }

.icon-box {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-size: 2.5714285714rem; }

.easypie {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center; }
  .easypie canvas {
    position: absolute;
    top: 0;
    left: 0; }

/*---media---*/
.box .media,
.box .box-body .media,
.box .box-header .media,
.box .box-footer .media,
.card .media,
.card .card-body .media,
.card .card-header .media,
.card .card-footer .media {
  box-shadow: none; }

[class*=col-] > .media {
  border-radius: 10px; }

.media {
  padding: 1rem;
  transition: background-color .2s linear; }
  .media > * {
    margin: 0rem 1rem; }
  .media .nav-link:hover, .media .nav-link:focus {
    background-color: transparent; }
  .media a:not(.btn):not(.avatar) {
    color: #172b4c; }
  .media.flex-column > * {
    margin: 0; }
  .media.flex-column > div {
    width: 100%; }
  .media.active {
    background-color: #f3f6f9; }
  .media.bordered {
    border: 1px solid #f3f6f9; }
  .media.items-center {
    align-items: center; }
  .media[data-provide~="checkable"], .media[data-provide~="selectable"] {
    cursor: pointer; }
  .media .media {
    margin-top: 1.25rem; }
  .media .lead {
    line-height: 1.875rem; }
  .media .title {
    flex: 1 1 0%; }
  .media .avatar {
    flex-shrink: 0; }
  .media .align-center {
    align-self: center; }
  .media .media-hover-show {
    opacity: 0;
    transition: .3s; }
  .media .dropdown .dropdown-toggle {
    opacity: .7; }
  .media .dropdown:hover .dropdown-toggle {
    opacity: 1; }
  .media .dropdown.open .dropdown-toggle {
    opacity: 1; }
  .media:hover .media-hover-show {
    opacity: 1; }
  .media:hover .media-block-actions {
    opacity: 1; }
  .media:hover .media-action {
    opacity: 1; }
  .media .custom-control {
    margin-right: 0; }
  .media .nav {
    flex-wrap: nowrap;
    margin-left: -8px;
    margin-right: -8px; }
  .media .nav-link {
    line-height: 24px;
    font-size: 90%;
    padding: 0 8px; }
  .media.media-xs {
    padding: 10px 6px; }
  .media.media-sm {
    padding: 12px 8px; }
  .media.media-lg {
    padding-top: 20px 16px; }
  .media.media-xl {
    padding-top: 24px 20px; }
  .media.media-xxl {
    padding-top: 32px 24px; }

.media-reverse {
  flex-direction: row-reverse; }

.media-center {
  align-items: center; }

.media-block-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  transition: .5s; }

.media-collapsible {
  flex-wrap: wrap; }
  .media-collapsible .collapse {
    flex-grow: 1;
    flex-shrink: 0;
    min-width: 100%; }

.collapse-arrow::before {
  content: "\e64b";
  font-family: themify;
  display: inline-block;
  transition: .4s; }
.collapse-arrow :not(.collapsed)::before {
  transform: rotate(180deg); }

.media-body {
  min-width: 0; }
  .media-body > * {
    margin-bottom: 0; }
  .media-body .media > *:first-child {
    margin-left: 0; }
  .media-body .media > *:last-child {
    margin-right: 0; }

.media-left {
  padding-right: 0; }

.media-right-out {
  padding-left: 1.25rem; }
  .media-right-out a {
    color: #172b4c;
    font-size: 1.286rem;
    opacity: 0.8; }
    .media-right-out a + a {
      margin-left: 0.5rem; }

.media-action {
  opacity: 0;
  color: #172b4c; }

.media-action-visible .media-action {
  opacity: 1; }

.media-inverse {
  color: #ffffff; }
  .media-inverse h1, .media-inverse h2, .media-inverse h3, .media-inverse h4, .media-inverse h5, .media-inverse h6 {
    color: #ffffff; }
  .media-inverse .small, .media-inverse small, .media-inverse time, .media-inverse .nav-link {
    color: rgba(255, 255, 255, 0.7); }
  .media-inverse .nav-link:hover {
    color: #ffffff; }

.media-new {
  background-color: #f3f6f9; }

.media-list-hover .media-new:hover {
  background-color: #f3f6f9 !important; }

.media-single, .media-center-v {
  align-items: center; }

.media-vertical {
  flex-direction: column; }

.media-chat {
  padding-right: 64px;
  margin-bottom: 0; }
  .media-chat.media-chat-reverse {
    padding-right: 12px;
    padding-left: 64px;
    flex-direction: row-reverse; }
    .media-chat.media-chat-reverse .media-body p {
      float: right;
      clear: right;
      color: #ffffff; }
  .media-chat .media-body {
    display: table; }
    .media-chat .media-body p {
      position: relative;
      padding: 6px 8px;
      margin: 4px 0;
      background-color: #f3f6f9;
      border-radius: 3px; }
      .media-chat .media-body p.inverse {
        color: #ffffff; }
      .media-chat .media-body p.meta {
        background-color: transparent !important;
        padding: 0;
        opacity: .8; }
        .media-chat .media-body p.meta time {
          font-weight: 300; }

.media-meta-day {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  color: #172b4c;
  opacity: .8;
  font-weight: 300; }
  .media-meta-day:before, .media-meta-day:after {
    content: '';
    flex: 1 1 0%;
    border-top: 1px solid #f3f6f9; }
  .media-meta-day::before {
    margin-right: 16px; }
  .media-meta-day::after {
    margin-left: 16px; }

@media (max-width: 767px) {
  .media-doc {
    flex-direction: column; }
    .media-doc > * {
      margin-left: 0;
      margin-right: 0; }
    .media-doc .media-body {
      margin: 30px 0; } }
.media-list > .media:not(.media-list-header):not(.media-list-footer), .media-list .media-list-body > .media {
  margin-bottom: 0; }
.media-list .media .sortable-dot {
  margin: 0;
  margin-left: -5px;
  opacity: 0;
  border-radius: 2px;
  transition: .5s; }
.media-list .media:hover .sortable-dot {
  opacity: .6; }
.media-list [data-provide~="selectable"] .media:not(.media-list-header):not(.media-list-footer) {
  cursor: pointer; }

.media-listul {
  padding-left: 0; }

.media-list-hover > .media:not(.media-list-header):not(.media-list-footer):hover, .media-list-hover .media-list-body > .media:hover {
  background-color: #ebedf3; }
  .media-list-hover > .media:not(.media-list-header):not(.media-list-footer):hover a:not(.btn):not(.avatar), .media-list-hover .media-list-body > .media:hover a:not(.btn):not(.avatar) {
    color: #172b4c; }
  .media-list-hover > .media:not(.media-list-header):not(.media-list-footer):hover .divider-dash, .media-list-hover .media-list-body > .media:hover .divider-dash {
    color: #172b4c; }

.media-list-divided > .media:not(.media-list-header):not(.media-list-footer), .media-list-divided .media-list-body > .media {
  border-bottom: 1px solid rgba(96, 138, 207, 0.07); }
.media-list-divided > .media:not(.media-list-header):not(.media-list-footer):last-child, .media-list-divided .media-list-body > .media:last-child {
  border-bottom: none; }

.media-list-bordered {
  border: 1px solid #f3f6f9; }

.media-list-striped .media:not(.media-list-header):not(.media-list-footer):nth-child(even) {
  background-color: #f3f6f9; }

.media-list-xs .media {
  padding: 10px 16px; }

.media-list-sm .media {
  padding: 12px 16px; }

.media-list-lg .media {
  padding: 20px 16px; }

.media-list-xl .media {
  padding: 24px 20px; }

.media-list-xxl .media {
  padding: 32px 24px; }

.media-list-header {
  border-bottom: 1px solid #f3f6f9;
  background-color: #afc3d7; }

.media-list-footer {
  border-top: 1px solid #f3f6f9;
  background-color: #afc3d7; }

.media-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px; }
  .media-grid::after {
    content: '';
    flex: auto; }
  .media-grid.row {
    margin-left: -15px;
    margin-right: -15px; }
    .media-grid.row .media {
      margin-bottom: 15px; }
  .media-grid > .media {
    margin-right: 15px;
    margin-bottom: 15px;
    width: 200px; }

.media-grid-bordered .media {
  border: 1px solid #afc3d7; }

.media-grid-hover .media:hover {
  background-color: #f3f6f9; }

/*---blog and other widgets ---*/
[class*="img-hov-"] {
  overflow: hidden; }
  [class*="img-hov-"] img {
    transition: .45s;
    -webkit-backface-visibility: hidden; }

.img-hov-fadein {
  transition: .45s; }
  .img-hov-fadein:hover {
    opacity: .7; }

.img-hov-fadeout {
  opacity: .7;
  transition: .45s; }
  .img-hov-fadeout:hover {
    opacity: 1; }

.img-hov-zoomin img:hover {
  transform: scale(1.045); }

.img-hov-zoomout img {
  transform: scale(1.045); }
  .img-hov-zoomout img:hover {
    transform: scale(1); }

.img-hov-stretchin img {
  transform-origin: left top 0; }
  .img-hov-stretchin img:hover {
    transform: scale(1.045); }

.img-hov-stretchout img {
  transform-origin: left top 0;
  transform: scale(1.045); }
  .img-hov-stretchout img:hover {
    transform: scale(1); }

.img-hov-slideleft img {
  transform-origin: left center 0;
  transform: scale(1.045) translateX(0); }
  .img-hov-slideleft img:hover {
    transform: scale(1.045) translateX(-4.5%); }

.img-hov-slideright img {
  transform-origin: right center 0;
  transform: scale(1.045) translateX(0); }
  .img-hov-slideright img:hover {
    transform: scale(1.045) translateX(4.5%); }

.img-hov-slideup img {
  transform-origin: center top 0;
  transform: scale(1.045) translateY(0); }
  .img-hov-slideup img:hover {
    transform: scale(1.045) translateY(-4.5%); }

.img-hov-slidedown img {
  transform-origin: center bottom 0;
  transform: scale(1.045) translateY(0); }
  .img-hov-slidedown img:hover {
    transform: scale(1.045) translateY(4.5%); }

.img-hov-rotateleft img {
  transform: rotateZ(0) scale(1); }
  .img-hov-rotateleft img:hover {
    transform: rotateZ(-5deg) scale(1.1); }

.img-hov-rotateright img {
  transform: rotateZ(0) scale(1); }
  .img-hov-rotateright img:hover {
    transform: rotateZ(5deg) scale(1.1); }

.gap-items > * {
  margin-left: 8px;
  margin-right: 8px; }
  .gap-items > *:first-child {
    margin-left: 0; }
  .gap-items > *:last-child {
    margin-right: 0; }

.gap-items-1 > * {
  margin-left: 2px;
  margin-right: 2px; }
  .gap-items-1 > *:first-child {
    margin-left: 0; }
  .gap-items-1 > *:last-child {
    margin-right: 0; }

.gap-items-2 > * {
  margin-left: 4px;
  margin-right: 4px; }
  .gap-items-2 > *:first-child {
    margin-left: 0; }
  .gap-items-2 > *:last-child {
    margin-right: 0; }

.gap-items-3 > * {
  margin-left: 8px;
  margin-right: 8px; }
  .gap-items-3 > *:first-child {
    margin-left: 0; }
  .gap-items-3 > *:last-child {
    margin-right: 0; }

.gap-items-4 > * {
  margin-left: 12px;
  margin-right: 12px; }
  .gap-items-4 > *:first-child {
    margin-left: 0; }
  .gap-items-4 > *:last-child {
    margin-right: 0; }

.gap-items-5 > * {
  margin-left: 16px;
  margin-right: 16px; }
  .gap-items-5 > *:first-child {
    margin-left: 0; }
  .gap-items-5 > *:last-child {
    margin-right: 0; }

.gap-multiline-items {
  margin: -8px; }
  .gap-multiline-items > * {
    margin: 8px; }

.gap-multiline-items-1 {
  margin: -2px; }
  .gap-multiline-items-1 > * {
    margin: 2px; }

.gap-multiline-items-2 {
  margin: -4px; }
  .gap-multiline-items-2 > * {
    margin: 4px; }

.gap-multiline-items-3 {
  margin: -8px; }
  .gap-multiline-items-3 > * {
    margin: 8px; }

.gap-multiline-items-4 {
  margin: -12px; }
  .gap-multiline-items-4 > * {
    margin: 12px; }

.gap-multiline-items-5 {
  margin: -16px; }
  .gap-multiline-items-5 > * {
    margin: 16px; }

.gap-y.gap-items {
  margin: -8px; }
  .gap-y.gap-items > * {
    margin: 8px; }
.gap-y.gap-items-1 {
  margin: -2px; }
  .gap-y.gap-items-1 > * {
    margin: 2px; }
.gap-y.gap-items-2 {
  margin: -4px; }
  .gap-y.gap-items-2 > * {
    margin: 4px; }
.gap-y.gap-items-3 {
  margin: -8px; }
  .gap-y.gap-items-3 > * {
    margin: 8px; }
.gap-y.gap-items-4 {
  margin: -12px; }
  .gap-y.gap-items-4 > * {
    margin: 12px; }
.gap-y.gap-items-5 {
  margin: -16px; }
  .gap-y.gap-items-5 > * {
    margin: 16px; }

/*---background and overlay ---*/
.bg-img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0; }

.box.bg-img, .box .bg-img {
  border-radius: 10px; }

[data-overlay] {
  position: relative; }
  [data-overlay]::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    z-index: -1;
    border-radius: inherit;
    display: block; }

[data-overlay-light] {
  position: relative; }
  [data-overlay-light]::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
    border-radius: inherit;
    display: block; }

[data-overlay="1"]::before {
  opacity: 0.1; }

[data-overlay="2"]::before {
  opacity: 0.2; }

[data-overlay="3"]::before {
  opacity: 0.3; }

[data-overlay="4"]::before {
  opacity: 0.4; }

[data-overlay="5"]::before {
  opacity: 0.5; }

[data-overlay="6"]::before {
  opacity: 0.6; }

[data-overlay="7"]::before {
  opacity: 0.7; }

[data-overlay="8"]::before {
  opacity: 0.8; }

[data-overlay="9"]::before {
  opacity: 0.9; }

[data-overlay-light="1"]::before {
  opacity: 0.1; }

[data-overlay-light="2"]::before {
  opacity: 0.2; }

[data-overlay-light="3"]::before {
  opacity: 0.3; }

[data-overlay-light="4"]::before {
  opacity: 0.4; }

[data-overlay-light="5"]::before {
  opacity: 0.5; }

[data-overlay-light="6"]::before {
  opacity: 0.6; }

[data-overlay-light="7"]::before {
  opacity: 0.7; }

[data-overlay-light="8"]::before {
  opacity: 0.8; }

[data-overlay-light="9"]::before {
  opacity: 0.9; }

[data-scrim-top] {
  position: relative; }
  [data-scrim-top]::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 20%;
    background: linear-gradient(to bottom, #000000 0%, transparent 100%);
    z-index: -1;
    border-radius: inherit; }

[data-scrim-bottom] {
  position: relative; }
  [data-scrim-bottom]::before {
    position: absolute;
    content: '';
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0%;
    background: linear-gradient(to bottom, #000000 0%, transparent 100%);
    z-index: -1;
    border-radius: inherit; }

[data-scrim-top="1"]::before,
[data-scrim-bottom="1"]::before {
  opacity: 0.1; }

[data-scrim-top="2"]::before,
[data-scrim-bottom="2"]::before {
  opacity: 0.2; }

[data-scrim-top="3"]::before,
[data-scrim-bottom="3"]::before {
  opacity: 0.3; }

[data-scrim-top="4"]::before,
[data-scrim-bottom="4"]::before {
  opacity: 0.4; }

[data-scrim-top="5"]::before,
[data-scrim-bottom="5"]::before {
  opacity: 0.5; }

[data-scrim-top="6"]::before,
[data-scrim-bottom="6"]::before {
  opacity: 0.6; }

[data-scrim-top="7"]::before,
[data-scrim-bottom="7"]::before {
  opacity: 0.7; }

[data-scrim-top="8"]::before,
[data-scrim-bottom="8"]::before {
  opacity: 0.8; }

[data-scrim-top="9"]::before,
[data-scrim-bottom="9"]::before {
  opacity: 0.9; }

/*---blockquote ---*/
.blockquote {
  font-style: italic;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 1rem;
  color: #172b4c;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #f3f6f9; }
  .blockquote p {
    font-size: 1.125rem;
    line-height: 1.875rem; }
  .blockquote a {
    color: #172b4c; }
  .blockquote footer {
    color: #3b6dc1;
    font-size: 0.875rem; }
    .blockquote footer::before {
      content: '\2014 \00A0'; }

.blockquote-inverse {
  color: rgba(255, 255, 255, 0.8) !important; }
  .blockquote-inverse footer {
    color: rgba(255, 255, 255, 0.8) !important; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #f3f6f9;
  border-left: 0; }

/*---nav-dot ---*/
.nav-dot-separated .nav-item::after, .nav-dot-separated > .nav-link::after {
  content: '/';
  vertical-align: middle;
  color: #172b4c;
  opacity: 0.4;
  cursor: default; }
.nav-dot-separated .nav-link:hover, .nav-dot-separated .nav-link:active, .nav-dot-separated .nav-link:focus, .nav-dot-separated .nav-link.active {
  background-color: transparent; }
.nav-dot-separated .nav-item, .nav-dot-separated > .nav-link {
  display: inline-flex;
  align-items: center; }
.nav-dot-separated .nav-item:last-child::after, .nav-dot-separated > .nav-link:last-child::after {
  display: none; }

.nav.g-0 > .nav-link:first-child, .nav.g-0 .nav-item:first-child .nav-link {
  padding-left: 0; }

/*---rating ---*/
.rating {
  display: inline-flex;
  flex-direction: row-reverse;
  list-style: none;
  margin: 0;
  padding: 0; }
  .rating input {
    display: none; }
  .rating label {
    color: #f3f6f9;
    cursor: pointer; }
    .rating label::before {
      margin-right: 5px;
      font-size: 20px;
      display: inline-block; }

.rating-static {
  flex-direction: row; }
  .rating-static label {
    cursor: default; }
    .rating-static label:not(.active) {
      color: #f3f6f9 !important; }

.rating-xs label::before {
  margin-right: 1px;
  font-size: 1rem; }

.rating-sm label::before {
  margin-right: 2px;
  font-size: 1.143rem; }

.rating-lg label::before {
  font-size: 1.714rem; }

.rating-remove {
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  transition: .2s linear; }

[data-has-rate="true"]:hover .rating-remove {
  opacity: .6;
  visibility: visible; }
  [data-has-rate="true"]:hover .rating-remove:hover {
    opacity: 1; }

.rating-secondary .active, .rating-secondary :checked ~ label, .rating-secondary label:hover, .rating-secondary label:hover ~ label {
  color: #4d7bc9; }

.rating-gray .active, .rating-gray :checked ~ label, .rating-gray label:hover, .rating-gray label:hover ~ label {
  color: gray; }

.rating-dark .active, .rating-dark :checked ~ label, .rating-dark label:hover, .rating-dark label:hover ~ label {
  color: #172b4c; }

/*---toggler ---*/
.toggler {
  color: #f3f6f9;
  cursor: pointer;
  font-size: 1.429rem;
  margin-bottom: 0;
  line-height: 1.2; }
  .toggler i {
    transition: color .2s linear; }
  .toggler input {
    display: none; }
    .toggler input:checked + i {
      color: #ffa800; }

.toggler-gray input:checked + i {
  color: gray; }

.toggler-dark input:checked + i {
  color: #172b4c; }

.toggler-secondary input:checked + i {
  color: #4d7bc9; }

/*---box nav-tab---*/
.nav-tabs .nav-link {
  position: relative;
  color: #2f579a;
  padding: 0.5rem 1.25rem;
  border-radius: 0;
  transition: 0.5s;
  border: 1px solid #d9d9d9; }

@media (max-width: 767px) {
  .nav-tabs .nav-link {
    padding: 8px 12px; } }
.nav-tabs.nav-tabs-secondary .nav-link:hover, .nav-tabs.nav-tabs-secondary .nav-link:active, .nav-tabs.nav-tabs-secondary .nav-link.active {
  border-color: #4d7bc9;
  background-color: transparent;
  color: #172b4c; }
.nav-tabs.nav-tabs-secondary .nav-link.active:hover, .nav-tabs.nav-tabs-secondary .nav-link.active:focus {
  border-color: #4d7bc9;
  background-color: transparent;
  color: #172b4c; }
.nav-tabs.nav-tabs-gray .nav-link:hover, .nav-tabs.nav-tabs-gray .nav-link:active, .nav-tabs.nav-tabs-gray .nav-link.active {
  border-color: gray;
  background-color: transparent;
  color: #000000; }
.nav-tabs.nav-tabs-gray .nav-link.active:hover, .nav-tabs.nav-tabs-gray .nav-link.active:focus {
  border-color: gray;
  background-color: transparent;
  color: #000000; }
.nav-tabs.nav-tabs-dark .nav-link:hover, .nav-tabs.nav-tabs-dark .nav-link:active, .nav-tabs.nav-tabs-dark .nav-link.active {
  border-color: #172b4c;
  background-color: transparent;
  color: #172b4c; }
.nav-tabs.nav-tabs-dark .nav-link.active:hover, .nav-tabs.nav-tabs-dark .nav-link.active:focus {
  border-color: #172b4c;
  background-color: transparent;
  color: #172b4c; }

.nav-tabs-light-mode {
  background-color: #f3f6f9; }
  .nav-tabs-light-mode .nav-link {
    border-bottom: none; }

.nav-tabs-inverse-mode {
  border-bottom: none;
  background-color: transparent;
  margin-bottom: 0; }
  .nav-tabs-inverse-mode .nav-link {
    border: none; }
    .nav-tabs-inverse-mode .nav-link.active {
      background-color: #f3f6f9;
      color: #172b4c; }
      .nav-tabs-inverse-mode .nav-link.active:hover, .nav-tabs-inverse-mode .nav-link.active:focus {
        background-color: #f3f6f9;
        color: #172b4c; }
  .nav-tabs-inverse-mode + .tab-content {
    background-color: #f3f6f9;
    padding: 20px 16px; }

.nav-tabs-left {
  display: flex; }
  .nav-tabs-left .nav-tabs {
    flex-direction: column;
    border-bottom: 0;
    border-right: 1px solid #f3f6f9; }
    .nav-tabs-left .nav-tabs .nav-item + .nav-item {
      margin-left: 0; }
    .nav-tabs-left .nav-tabs .nav-link {
      border-bottom: none;
      text-align: left;
      border-right: 2px solid transparent; }
  .nav-tabs-left .tab-content {
    overflow: hidden;
    padding-left: 20px; }

.nav-tabs-right {
  display: flex; }
  .nav-tabs-right .nav-tabs {
    flex-direction: column;
    border-bottom: 0;
    order: 2;
    border-left: 1px solid #f3f6f9; }
    .nav-tabs-right .nav-tabs .nav-item + .nav-item {
      margin-left: 0; }
    .nav-tabs-right .nav-tabs .nav-link {
      border-bottom: none;
      text-align: left;
      border-left: 2px solid transparent; }
  .nav-tabs-right .tab-content {
    overflow: hidden;
    order: 1;
    padding-right: 20px; }

/*---lookup---*/
.lookup {
  position: relative;
  display: -webkit-block;
  display: block;
  align-items: center; }
  .lookup::before {
    content: "\e610";
    font-family: themify;
    font-size: 1rem;
    position: absolute;
    top: 52%;
    left: 0;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.4);
    width: 36px;
    text-align: center;
    cursor: text; }
  .lookup input {
    color: #172b4c;
    border: 1px solid #f3f6f9;
    border-radius: 18px;
    height: 25px;
    width: 200px;
    max-width: 100%;
    padding-left: 36px !important;
    padding-right: 18px;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .5px;
    outline: none !important;
    transition: .5s; }
    .lookup input::-webkit-input-placeholder {
      color: rgba(23, 43, 76, 0.7); }
    .lookup input:-moz-placeholder {
      color: rgba(23, 43, 76, 0.7); }
    .lookup input::-moz-placeholder {
      color: rgba(23, 43, 76, 0.7); }
    .lookup input:-ms-input-placeholder {
      color: rgba(23, 43, 76, 0.7); }
    .lookup input:focus {
      background-color: rgba(23, 43, 76, 0.04); }
    .lookup input + input {
      border-left: none; }
    .lookup input + .bootstrap-select .dropdown-toggle {
      border-left: none; }
  .lookup .bootstrap-select + .bootstrap-select .dropdown-toggle {
    border-left: none; }
  .lookup .btn {
    height: 36px;
    line-height: 36px; }
  .lookup.no-icon::before {
    display: none; }
  .lookup.no-icon input {
    padding-left: 18px; }

.lookup-sm::before {
  font-size: 1rem;
  width: 29px; }
.lookup-sm input {
  border-radius: 14.5px;
  height: 29px;
  padding-left: 29px;
  padding-right: 14.5px;
  font-size: 1rem;
  width: 160px; }
.lookup-sm .btn {
  height: 29px;
  line-height: 29px; }

.lookup-lg::before {
  font-size: 1.429rem;
  width: 48px; }
.lookup-lg input {
  border-radius: 24px;
  height: 48px;
  padding-left: 48px;
  padding-right: 24px;
  font-size: 1.143rem;
  width: 250px; }
.lookup-lg .btn {
  height: 48px;
  line-height: 48px; }

.lookup-right::before {
  left: auto;
  right: 0; }
.lookup-right input {
  padding-left: 18px;
  padding-right: 36px; }
.lookup-right.lookup-sm input {
  padding-left: 14.5px;
  padding-right: 29px; }
.lookup-right.lookup-lg input {
  padding-left: 24px;
  padding-right: 48px; }
.lookup-right.no-icon input {
  padding-right: 18px; }
.lookup-right.no-icon.lookup-sm input {
  padding-right: 14.5px; }
.lookup-right.no-icon.lookup-sm input {
  padding-right: 24px; }

.lookup-circle {
  z-index: 0; }
  .lookup-circle::before {
    z-index: -1; }
  .lookup-circle input {
    background-color: rgba(23, 43, 76, 0.04);
    border: none;
    width: 36px;
    padding-right: 0; }
    .lookup-circle input:focus {
      background-color: rgba(23, 43, 76, 0.05);
      width: 170px;
      padding-right: 18px; }
  .lookup-circle.lookup-sm::before {
    font-size: 1rem;
    width: 29px; }
  .lookup-circle.lookup-sm input {
    border-radius: 14.5px;
    height: 29px;
    width: 29px;
    padding-left: 29px; }
    .lookup-circle.lookup-sm input:focus {
      width: 150px;
      padding-right: 14.5px; }
  .lookup-circle.lookup-lg::before {
    font-size: 1.143rem;
    width: 48px; }
  .lookup-circle.lookup-lg input {
    border-radius: 24px;
    height: 48px;
    width: 48px;
    padding-left: 48px; }
    .lookup-circle.lookup-lg input:focus {
      width: 200px;
      padding-right: 24px; }
  .lookup-circle.lookup-right::before {
    left: auto;
    right: 0; }
  .lookup-circle.lookup-right input {
    padding-left: 0;
    padding-right: 36px; }
    .lookup-circle.lookup-right input:focus {
      padding-left: 18px; }
  .lookup-circle.lookup-right.lookup-sm input {
    padding-left: 0;
    padding-right: 29px; }
    .lookup-circle.lookup-right.lookup-sm input:focus {
      padding-left: 14.5px; }
  .lookup-circle.lookup-right.lookup-lg input {
    padding-left: 0;
    padding-right: 48px; }
    .lookup-circle.lookup-right.lookup-lg input:focus {
      padding-left: 24px; }

.lookup-huge {
  display: flex; }
  .lookup-huge::before {
    font-size: 1.714rem;
    width: 64px; }
  .lookup-huge input {
    border-radius: 32px;
    height: 64px;
    padding-left: 64px;
    padding-right: 32px;
    font-size: 1.429rem;
    font-weight: 100;
    width: 100%; }
    .lookup-huge input::-webkit-input-placeholder {
      color: #cccccc; }
    .lookup-huge input:-moz-placeholder {
      color: #cccccc; }
    .lookup-huge input::-moz-placeholder {
      color: #cccccc; }
    .lookup-huge input:-ms-input-placeholder {
      color: #cccccc; }
  .lookup-huge .btn, .lookup-huge .bootstrap-select.btn-group > .dropdown-toggle {
    height: 64px;
    line-height: 100%; }
  .lookup-huge.no-icon input {
    padding-left: 32px; }

.lookup-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.985);
  z-index: 1050;
  padding: 50px 5%;
  display: none;
  flex-direction: column; }
  .lookup-fullscreen.reveal {
    display: flex; }
  .lookup-fullscreen > .close {
    position: absolute;
    top: 32px;
    right: 32px; }
  .lookup-fullscreen .lookup-form {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 2rem; }
    .lookup-fullscreen .lookup-form input {
      border: none;
      font-size: 44px;
      background-color: transparent;
      outline: none !important;
      padding: 25px 0;
      color: #172b4c;
      width: 100%; }
      .lookup-fullscreen .lookup-form input::-webkit-input-placeholder {
        color: #cccccc; }
      .lookup-fullscreen .lookup-form input:-moz-placeholder {
        color: #cccccc; }
      .lookup-fullscreen .lookup-form input::-moz-placeholder {
        color: #cccccc; }
      .lookup-fullscreen .lookup-form input:-ms-input-placeholder {
        color: #cccccc; }
  .lookup-fullscreen .lookup-results {
    height: 100%; }
    .lookup-fullscreen .lookup-results .ps-scrollbar-x-rail {
      display: none; }

@media (max-width: 767px) {
  .lookup-fullscreen .lookup-results.scrollable .row {
    margin-left: 0;
    margin-right: 0; }
    .lookup-fullscreen .lookup-results.scrollable .row [class*="col-"] {
      padding-left: 0;
      padding-right: 0; } }
/*---publisher---*/
.publisher {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 20px; }
  .publisher > * {
    margin: 0 8px; }
    .publisher > *:first-child {
      margin-left: 0; }
    .publisher > *:last-child {
      margin-right: 0; }

.publisher-multi {
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px; }
  .publisher-multi > * {
    margin: 0;
    flex-grow: 1;
    width: 100%; }
  .publisher-multi .publisher-input {
    margin-bottom: 1rem; }

.publisher-input {
  flex-grow: 1;
  border: none;
  outline: none !important;
  background-color: transparent; }

.publisher-btn {
  background-color: transparent;
  border: none;
  color: #608acf;
  font-size: 1.143rem;
  cursor: pointer;
  overflow: -moz-hidden-unscrollable;
  transition: .2s linear; }
  .publisher-btn:hover {
    color: #616a78; }

.publisher-avatar {
  position: absolute;
  width: auto;
  left: -18px;
  top: 8px; }
  .publisher-avatar.avatar-sm {
    left: -14.5px;
    top: auto; }

/*---price---*/
.price {
  font-weight: bold;
  font-size: 5.4285714286rem;
  line-height: normal;
  padding: 10px 0; }
  .price sup {
    font-size: 1.857rem;
    vertical-align: super; }
  .price span {
    display: block;
    font-size: 0.8571rem;
    font-weight: 400;
    line-height: 25px; }

.price-dollar {
  display: inline-block;
  font-size: 1.143rem;
  vertical-align: top;
  margin-right: -10px;
  margin-top: 14px; }

.price-interval {
  display: inline-block;
  font-size: 0.8571rem;
  vertical-align: text-bottom;
  margin-left: -10px;
  margin-bottom: 14px;
  color: #2f579a; }

/*---todo-list---*/
.todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto; }
  .todo-list > li {
    border-radius: 2px;
    padding: 1.5rem 2.2rem;
    margin-bottom: 2px;
    color: #172b4c; }
    .todo-list > li:last-of-type {
      margin-bottom: 0; }
    .todo-list > li > input[type=checkbox] {
      margin: 0 10px 0 5px; }
    .todo-list > li .text {
      display: inline-block;
      margin-left: 30px;
      font-weight: 600; }
    .todo-list > li .label {
      margin-left: 10px;
      font-size: fs-10; }
    .todo-list > li .tools {
      display: none;
      float: right;
      color: #ee3158; }
      .todo-list > li .tools > i {
        margin-right: 5px;
        cursor: pointer; }
    .todo-list > li:hover .tools {
      display: inline-block; }
    .todo-list > li.done {
      color: #737373; }
      .todo-list > li.done .text {
        text-decoration: line-through;
        font-weight: 500; }
      .todo-list > li.done .text-line {
        text-decoration: line-through;
        font-weight: 500; }
      .todo-list > li.done label {
        background: transparent; }
  .todo-list .done .text-line {
    text-decoration: line-through;
    font-weight: 500; }
  .todo-list .handle {
    display: inline-block;
    cursor: move;
    margin: 0 5px; }
  .todo-list .handle2 {
    border-left: 3px dotted #b3b3b3;
    border-right: 3px dotted #b3b3b3;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    margin: 0; }

.control {
  margin-bottom: 0;
  display: inline;
  padding-left: 0;
  padding-top: 0;
  cursor: pointer;
  font-size: 1.143rem; }
  .control input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .control input:focus ~ .control_indicator {
      background-color: #ffffff; }
    .control input:disabled ~ .control_indicator {
      background: #cccccc;
      opacity: .6;
      pointer-events: none; }
    .control input:checked ~ .control_indicator:after {
      display: block; }
  .control:hover input ~ .control_indicator {
    background-color: #ffffff; }

.control_indicator {
  position: absolute;
  top: 2px;
  left: 5px;
  height: 15px;
  width: 15px;
  background-color: #ffffff; }
  .control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none; }

.control-radio .control_indicator {
  border-radius: undefined; }

.control-checkbox .control_indicator:after {
  left: 5px;
  top: 1px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }
.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #737373; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

td .label {
  font-size: 100%; }

.badge {
  font-weight: normal; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

/*---chat---*/
.chat {
  padding: 5px 20px 5px 10px; }
  .chat .item {
    margin-bottom: 10px; }
    .chat .item:before, .chat .item:after {
      content: " ";
      display: table; }
    .chat .item > img {
      width: 40px;
      height: 40px;
      border: 2px solid transparent;
      border-radius: 5px; }
    .chat .item > .online {
      border: 2px solid #05825f; }
    .chat .item > .offline {
      border: 2px solid #ee3158; }
    .chat .item > .message {
      margin-left: 55px;
      margin-top: -40px;
      color: #737373; }
      .chat .item > .message > .name {
        display: block;
        font-weight: 600; }
    .chat .item > .attachment {
      border-radius: 10px;
      background-color: #f3f6f9;
      margin-left: 65px;
      margin-right: 15px;
      padding: 10px; }
      .chat .item > .attachment .pull-right .btn {
        top: 10px;
        position: relative;
        border-radius: 10px; }
      .chat .item > .attachment > h4 {
        margin: 0 0 5px;
        font-weight: 600;
        font-size: 1rem; }
      .chat .item > .attachment > .filename, .chat .item > .attachment > p {
        font-weight: 600;
        font-size: 1rem;
        font-style: italic;
        margin: 0; }
      .chat .item > .attachment:before, .chat .item > .attachment:after {
        content: " ";
        display: table; }

/*---timeline---*/
.timeline {
  width: 100%;
  position: relative;
  padding: 1px 0;
  list-style: none;
  font-weight: 400; }
  .timeline .timeline-item {
    padding-left: 0;
    padding-right: 30px; }
    .timeline .timeline-item.timeline-item-right {
      padding-left: 30px;
      padding-right: 0; }
    .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
      padding-left: 30px;
      padding-right: 0; }
    .timeline .timeline-item .timeline-event {
      width: 100%; }
  .timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100% !important;
    margin-left: 1px;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #8c8c8c;
    background: transparent; }
  .timeline:after {
    clear: both; }
  .timeline:before, .timeline:after {
    content: " ";
    display: block; }
  .timeline.timeline-single-column.timeline {
    width: 100%;
    max-width: 768px; }
    .timeline.timeline-single-column.timeline .timeline-item {
      padding-left: 72px;
      padding-right: 0;
      width: 100%;
      margin-bottom: 20px; }
      .timeline.timeline-single-column.timeline .timeline-item.timeline-item-right {
        padding-left: 72px;
        padding-right: 0; }
      .timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
        padding-left: 72px;
        padding-right: 0; }
      .timeline.timeline-single-column.timeline .timeline-item .timeline-event {
        width: 100%; }
      .timeline.timeline-single-column.timeline .timeline-item > .timeline-event {
        float: right !important; }
        .timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before, .timeline.timeline-single-column.timeline .timeline-item > .timeline-event:after {
          right: auto !important;
          border-left-width: 0 !important; }
        .timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before {
          left: -15px !important;
          border-right-width: 15px !important; }
        .timeline.timeline-single-column.timeline .timeline-item > .timeline-event:after {
          left: -14px !important;
          border-right-width: 14px !important; }
      .timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even) {
        margin-top: 0; }
      .timeline.timeline-single-column.timeline .timeline-item > .timeline-point {
        transform: translateX(-50%);
        left: 42px !important;
        margin-left: 0; }
    .timeline.timeline-single-column.timeline:before {
      left: 42px;
      width: 0;
      margin-left: -1px; }
    .timeline.timeline-single-column.timeline .timeline-label {
      transform: translateX(-50%);
      margin: 0 0 20px 42px; }
      .timeline.timeline-single-column.timeline .timeline-label + .timeline-item + .timeline-item {
        margin-top: 0; }
  .timeline.timeline-single-full-column.timeline {
    width: 100%;
    max-width: 100%; }
  .timeline.timeline-line-solid:before {
    border-right-style: solid; }
  .timeline.timeline-line-dotted:before {
    border-right-style: dotted; }
  .timeline.timeline-line-dashed:before {
    border-right-style: dashed; }
  .timeline .timeline-item {
    position: relative;
    float: left;
    clear: left;
    width: 50%;
    margin-bottom: 20px; }
    .timeline .timeline-item:before, .timeline .timeline-item:after {
      content: "";
      display: table; }
    .timeline .timeline-item:after {
      clear: both; }
    .timeline .timeline-item:last-child {
      margin-bottom: 0 !important; }
    .timeline .timeline-item.timeline-item-right > .timeline-event {
      float: right !important; }
      .timeline .timeline-item.timeline-item-right > .timeline-event:before, .timeline .timeline-item.timeline-item-right > .timeline-event:after {
        right: auto !important;
        border-left-width: 0 !important; }
      .timeline .timeline-item.timeline-item-right > .timeline-event:before {
        left: -15px !important;
        border-right-width: 15px !important; }
      .timeline .timeline-item.timeline-item-right > .timeline-event:after {
        left: -14px !important;
        border-right-width: 14px !important; }
    .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
      float: right !important; }
      .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before, .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
        right: auto !important;
        border-left-width: 0 !important; }
      .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
        left: -15px !important;
        border-right-width: 15px !important; }
      .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
        left: -14px !important;
        border-right-width: 14px !important; }
    .timeline .timeline-item > .timeline-event {
      background: #ffffff;
      border: 1px solid #8c8c8c;
      color: #172b4c;
      position: relative;
      float: left;
      border-radius: 3px; }
      .timeline .timeline-item > .timeline-event:after {
        top: 11px;
        right: -14px;
        border-top: 14px solid transparent;
        border-left-width: 14px;
        border-left-style: solid;
        border-right-width: 0;
        border-right-style: solid;
        border-bottom: 14px solid transparent;
        border-left-color: #ffffff;
        border-right-color: #ffffff; }
      .timeline .timeline-item > .timeline-event:before {
        top: 10px;
        right: -15px;
        border-top: 15px solid transparent;
        border-left-width: 15px;
        border-left-style: solid;
        border-right-width: 0;
        border-right-style: solid;
        border-bottom: 15px solid transparent;
        border-left-color: #8c8c8c;
        border-right-color: #8c8c8c; }
      .timeline .timeline-item > .timeline-event.timeline-event-default {
        background: #ffffff;
        border: 1px solid #8c8c8c;
        color: #172b4c; }
        .timeline .timeline-item > .timeline-event.timeline-event-default:before {
          border-left-color: #8c8c8c;
          border-right-color: #8c8c8c; }
        .timeline .timeline-item > .timeline-event.timeline-event-default:after {
          border-left-color: #ffffff;
          border-right-color: #ffffff; }
        .timeline .timeline-item > .timeline-event.timeline-event-default * {
          color: inherit; }
      .timeline .timeline-item > .timeline-event:before, .timeline .timeline-item > .timeline-event:after {
        content: "";
        display: inline-block;
        position: absolute; }
      .timeline .timeline-item > .timeline-event .timeline-heading {
        padding: 0.75rem 1.25rem; }
        .timeline .timeline-item > .timeline-event .timeline-heading .timeline-title {
          margin-bottom: 0; }
      .timeline .timeline-item > .timeline-event .timeline-body {
        padding: 0.25rem 1.25rem; }
      .timeline .timeline-item > .timeline-event .timeline-footer {
        padding: 0.75rem 1.25rem; }
        .timeline .timeline-item > .timeline-event .timeline-footer a {
          cursor: pointer;
          text-decoration: none; }
      .timeline .timeline-item > .timeline-event .timeline-heading p, .timeline .timeline-item > .timeline-event .timeline-body p, .timeline .timeline-item > .timeline-event .timeline-footer p, .timeline .timeline-item > .timeline-event .timeline-heading ul, .timeline .timeline-item > .timeline-event .timeline-body ul, .timeline .timeline-item > .timeline-event .timeline-footer ul {
        margin-bottom: 0; }
      .timeline .timeline-item > .timeline-event .panel, .timeline .timeline-item > .timeline-event .table, .timeline .timeline-item > .timeline-event .blankslate {
        margin: 0;
        border: none;
        border-radius: inherit;
        overflow: hidden; }
      .timeline .timeline-item > .timeline-event .table th {
        border-top: 0; }
    .timeline .timeline-item > .timeline-point {
      top: 25px;
      color: #8c8c8c;
      background: #ffffff;
      right: -24px;
      width: 24px;
      height: 24px;
      margin-top: -12px;
      margin-left: 12px;
      margin-right: 12px;
      position: absolute;
      z-index: 100;
      border-width: 2px;
      border-style: solid;
      border-radius: 100%;
      line-height: 20px;
      text-align: center; }
      .timeline .timeline-item > .timeline-point.timeline-point-blank {
        right: -12px;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        margin-left: 6px;
        margin-right: 6px;
        color: #8c8c8c;
        background: #8c8c8c; }
      .timeline .timeline-item > .timeline-point.timeline-point-default {
        color: #8c8c8c;
        background: #ffffff; }
    .timeline .timeline-item:nth-of-type(2) {
      margin-top: 40px; }
    .timeline .timeline-item.timeline-item-left {
      clear: both !important; }
    .timeline .timeline-item.timeline-item-right {
      clear: both !important;
      float: right; }
      .timeline .timeline-item.timeline-item-right > .timeline-point {
        left: -24px; }
        .timeline .timeline-item.timeline-item-right > .timeline-point.timeline-point-blank {
          left: -12px; }
    .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
      float: right;
      clear: right; }
      .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point {
        left: -24px; }
        .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point.timeline-point-blank {
          left: -12px; }
    .timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event {
      float: right !important; }
      .timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:before, .timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:after {
        right: auto !important;
        border-left-width: 0 !important; }
      .timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:before {
        left: -10px !important;
        border-right-width: 10px !important; }
      .timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:after {
        left: -9px !important;
        border-right-width: 9px !important; }
    .timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
      float: right !important; }
      .timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before, .timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
        right: auto !important;
        border-left-width: 0 !important; }
      .timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
        left: -10px !important;
        border-right-width: 10px !important; }
      .timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
        left: -9px !important;
        border-right-width: 9px !important; }
    .timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before {
      top: 4px;
      right: -10px;
      border-top: 10px solid transparent;
      border-left-width: 10px;
      border-left-style: solid;
      border-right-width: 0;
      border-right-style: solid;
      border-bottom: 10px solid transparent; }
    .timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
      top: 5px;
      right: -9px;
      border-top: 9px solid transparent;
      border-left-width: 9px;
      border-left-style: solid;
      border-right-width: 0;
      border-right-style: solid;
      border-bottom: 9px solid transparent; }
    .timeline .timeline-item.timeline-item-arrow-sm > .timeline-point {
      top: 14px; }
    .timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event {
      float: right !important; }
      .timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:before, .timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:after {
        right: auto !important;
        border-left-width: 0 !important; }
      .timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:before {
        left: -15px !important;
        border-right-width: 15px !important; }
      .timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:after {
        left: -14px !important;
        border-right-width: 14px !important; }
    .timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
      float: right !important; }
      .timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before, .timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
        right: auto !important;
        border-left-width: 0 !important; }
      .timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
        left: -15px !important;
        border-right-width: 15px !important; }
      .timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
        left: -14px !important;
        border-right-width: 14px !important; }
    .timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before {
      top: 10px;
      right: -15px;
      border-top: 15px solid transparent;
      border-left-width: 15px;
      border-left-style: solid;
      border-right-width: 0;
      border-right-style: solid;
      border-bottom: 15px solid transparent; }
    .timeline .timeline-item.timeline-item-arrow-md > .timeline-event :after {
      top: 11px;
      right: -14px;
      border-top: 14px solid transparent;
      border-left-width: 14px;
      border-left-style: solid;
      border-right-width: 0;
      border-right-style: solid;
      border-bottom: 14px solid transparent; }
    .timeline .timeline-item.timeline-item-arrow-md > .timeline-point {
      top: 25px; }
    .timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event {
      float: right !important; }
      .timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:before, .timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:after {
        right: auto !important;
        border-left-width: 0 !important; }
      .timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:before {
        left: -18px !important;
        border-right-width: 18px !important; }
      .timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:after {
        left: -17px !important;
        border-right-width: 17px !important; }
    .timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
      float: right !important; }
      .timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before, .timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
        right: auto !important;
        border-left-width: 0 !important; }
      .timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
        left: -18px !important;
        border-right-width: 18px !important; }
      .timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
        left: -17px !important;
        border-right-width: 17px !important; }
    .timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before {
      top: 10px;
      right: -18px;
      border-top: 18px solid transparent;
      border-left-width: 18px;
      border-left-style: solid;
      border-right-width: 0;
      border-right-style: solid;
      border-bottom: 18px solid transparent; }
    .timeline .timeline-item.timeline-item-arrow-lg > .timeline-event :after {
      top: 11px;
      right: -17px;
      border-top: 17px solid transparent;
      border-left-width: 17px;
      border-left-style: solid;
      border-right-width: 0;
      border-right-style: solid;
      border-bottom: 17px solid transparent; }
    .timeline .timeline-item.timeline-item-arrow-lg > .timeline-point {
      top: 28px; }
  .timeline .timeline-label {
    position: relative;
    float: left;
    clear: left;
    margin-bottom: 20px;
    top: 1px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center; }
    .timeline .timeline-label:before, .timeline .timeline-label:after {
      content: "";
      display: table; }
    .timeline .timeline-label:after {
      clear: both; }
    .timeline .timeline-label:last-child {
      margin-bottom: 0 !important; }
    .timeline .timeline-label + .timeline-item {
      margin-top: 0; }
      .timeline .timeline-label + .timeline-item + .timeline-item {
        margin-top: 40px; }
    .timeline .timeline-label .label-default {
      background-color: #8c8c8c; }

.timeline-single-column.timeline .timeline-item > .timeline-event {
  float: right !important; }
  .timeline-single-column.timeline .timeline-item > .timeline-event:before, .timeline-single-column.timeline .timeline-item > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important; }
  .timeline-single-column.timeline .timeline-item > .timeline-event:before {
    left: -15px !important;
    border-right-width: 15px !important; }
  .timeline-single-column.timeline .timeline-item > .timeline-event:after {
    left: -14px !important;
    border-right-width: 14px !important; }
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event {
  float: right !important; }
  .timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before, .timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important; }
  .timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before {
    left: -10px !important;
    border-right-width: 10px !important; }
  .timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
    left: -9px !important;
    border-right-width: 9px !important; }
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event {
  float: right !important; }
  .timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before, .timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important; }
  .timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before {
    left: -15px !important;
    border-right-width: 15px !important; }
  .timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
    left: -14px !important;
    border-right-width: 14px !important; }
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event {
  float: right !important; }
  .timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before, .timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important; }
  .timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before {
    left: -18px !important;
    border-right-width: 18px !important; }
  .timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
    left: -17px !important;
    border-right-width: 17px !important; }

@media (max-width: 767px) {
  .timeline.timeline {
    width: 100%;
    max-width: 100%; }
    .timeline.timeline .timeline-item {
      padding-left: 72px;
      padding-right: 0;
      width: 100%;
      margin-bottom: 20px; }
      .timeline.timeline .timeline-item.timeline-item-right, .timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
        padding-left: 72px;
        padding-right: 0; }
      .timeline.timeline .timeline-item .timeline-event {
        width: 100%; }
      .timeline.timeline .timeline-item > .timeline-event {
        float: right !important; }
        .timeline.timeline .timeline-item > .timeline-event:before, .timeline.timeline .timeline-item > .timeline-event:after {
          right: auto !important;
          border-left-width: 0 !important; }
        .timeline.timeline .timeline-item > .timeline-event:before {
          left: -15px !important;
          border-right-width: 15px !important; }
        .timeline.timeline .timeline-item > .timeline-event:after {
          left: -14px !important;
          border-right-width: 14px !important; }
      .timeline.timeline .timeline-item:nth-of-type(even) {
        margin-top: 0; }
      .timeline.timeline .timeline-item > .timeline-point {
        transform: translateX(-50%);
        left: 42px !important;
        margin-left: 0; }
    .timeline.timeline:before {
      left: 42px;
      width: 0;
      margin-left: -1px; }
    .timeline.timeline .timeline-label {
      transform: translateX(-50%);
      margin: 0 0 20px 42px; }
      .timeline.timeline .timeline-label + .timeline-item + .timeline-item {
        margin-top: 0; } }
/* Animation Delay */
.d01 {
  animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s; }

.d02 {
  animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s; }

.d03 {
  animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s; }

.d04 {
  animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s; }

.d05 {
  animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; }

.d06 {
  animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s; }

.d07 {
  animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s; }

.d08 {
  animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s; }

.d09 {
  animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s; }

.d10 {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s; }

.d11 {
  animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s; }

.d12 {
  animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s; }

.d13 {
  animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s; }

.d14 {
  animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s; }

.d15 {
  animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s; }

.d16 {
  animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s; }

.d17 {
  animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s; }

.d18 {
  animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s; }

.d19 {
  animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s; }

.d21 {
  animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  -webkit-animation-delay: 2.1s; }

.d26 {
  animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  -webkit-animation-delay: 2.6s; }

.t14 {
  animation-duration: 1.4s !important; }

.t24 {
  animation-duration: 2.4s !important; }

/*Animation ends*/
.anim, .anima {
  opacity: 0; }

.anim.animated, .anima.animated {
  opacity: 1; }

#timeline {
  list-style: none;
  position: relative;
  margin: 50px auto;
  width: 90%; }
  #timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #5156be;
    left: 50%;
    margin-left: -1.5px; }
  #timeline .clearFix {
    clear: both;
    height: 0; }
  #timeline .timeline-badge {
    color: #ffffff;
    width: 25px;
    height: 25px;
    font-size: 1.2em;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -13px;
    background-color: #ffffff;
    z-index: 6;
    border-radius: 50%;
    border: 2px solid #5156be; }
    #timeline .timeline-badge span.timeline-balloon-date-day {
      font-size: 1.4em; }
    #timeline .timeline-badge span.timeline-balloon-date-month {
      font-size: .7em;
      position: relative;
      top: -10px; }
    #timeline .timeline-badge .timeline-filter-movement {
      background-color: #ffffff;
      font-size: 1.7em;
      height: 35px;
      margin-left: -18px;
      width: 35px;
      top: 40px; }
      #timeline .timeline-badge .timeline-filter-movement a span {
        color: #5156be;
        font-size: 1.3em;
        top: -1px; }
    #timeline .timeline-badge .timeline-future-movement {
      background-color: #ffffff;
      height: 120px;
      width: 120px;
      font-size: 1.7em;
      top: -16px;
      margin-left: -60px;
      border: 2px solid #5156be; }
      #timeline .timeline-badge .timeline-future-movement a span {
        color: #5156be;
        font-size: .9em;
        top: 0;
        left: 1px; }
      #timeline .timeline-badge .timeline-future-movement p {
        color: #5156be;
        position: absolute;
        top: 40px;
        left: 32px; }
  #timeline .timeline-movement {
    position: relative;
    margin-bottom: 10rem; }
    #timeline .timeline-movement.timeline-movement-top {
      height: 60px; }
    #timeline .timeline-movement .timeline-item .timeline-panel {
      border: 1px solid #b3b3b3;
      border-radius: 10px;
      background-color: #ffffff;
      color: #666666;
      padding: 10px;
      position: relative;
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); }
      #timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
        list-style: none;
        padding: 0;
        margin: 0; }
      #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul .lefting-wrap {
        float: right;
        width: 30%;
        height: 130px;
        background-color: #f3f6f9; }
      #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul .righting-wrap {
        float: left;
        width: 70%;
        height: 130px;
        padding: 0 12px 0 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
      #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
        color: #666666;
        width: 100%; }
        #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li.img-wraping a img {
          width: 100%;
          height: 130px; }
        #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li a.importo {
          font-size: 1.3em;
          font-weight: 600; }
      #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
        text-align: left; }
        #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul .lefting-wrap {
          float: left;
          width: 30%;
          height: 130px;
          background-color: #f3f6f9; }
        #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul .righting-wrap {
          float: right;
          width: 70%;
          height: 130px;
          padding: 0 0 0 12px;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
        #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li {
          color: #666666;
          width: 100%; }
          #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li.img-wraping {
            width: 100%; }
            #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li.img-wraping a img {
              width: 100%;
              height: 130px; }
          #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li a.importo {
            font-size: 1.3em;
            font-weight: 600; }

.clear {
  clear: both; }

/*timeline5*/
.timeline5 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .timeline5:before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0; }

.timeline__group {
  position: relative; }
  .timeline__group:not(:first-of-type) {
    margin-top: 4rem; }

.timeline__year {
  padding: .5rem 1.5rem;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0; }

.timeline__box {
  position: relative; }
  .timeline__box:not(:last-of-type) {
    margin-bottom: 10px; }
  .timeline__box:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    z-index: 1; }

.timeline__date {
  min-width: 80px;
  position: absolute;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: .5rem 1.5rem;
  text-align: center;
  color: #ffffff; }

.timeline__day {
  font-size: 2rem;
  font-weight: 700;
  display: block; }

.timeline__month {
  display: block;
  font-size: .8em;
  text-transform: uppercase; }

.timeline__post {
  padding: 1.5rem 2rem;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
  z-index: 1;
  position: relative; }

@media screen and (min-width: 641px) {
  .timeline5:before {
    left: 38px; }

  .timeline__group {
    padding-top: 55px; }

  .timeline__box {
    padding-left: 105px; }
    .timeline__box:before {
      top: 50%;
      transform: translateY(-50%); }

  .timeline__date {
    top: 50%;
    margin-top: -38px; } }
@media screen and (max-width: 640px) {
  .timeline5:before {
    left: 0; }

  .timeline__group {
    padding-top: 40px; }

  .timeline__box {
    padding-left: 20px;
    padding-top: 70px; }
    .timeline__box:before {
      top: 90px; }

  .timeline__date {
    top: 0; } }
.timeline5 {
  font-size: 1.143rem; }

/* horizontal-timeline */
.cd-horizontal-timeline .timeline {
  padding: 20px 0 20px; }
  .cd-horizontal-timeline .timeline:before, .cd-horizontal-timeline .timeline:after {
    display: none; }

/*Button*/
.btn {
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: inherit;
  padding: 8px 16px;
  font-size: 1.1rem;
  transition: all .5s ease-in-out; }
  .btn.btn-flat {
    border-radius: 5px;
    box-shadow: none;
    border-width: 1px; }
  .btn:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none; }
  .btn:hover {
    cursor: pointer;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.1), 0 4px 23px 0 rgba(0, 0, 0, 0.1), 0 8px 10px -5px rgba(0, 0, 0, 0.1); }
  .btn[class*=bg-gradient-] {
    color: #ffffff;
    border: none; }
  .btn[class*=btn-outline-] {
    border-color: #f3f6f9; }
  .btn.btn-outline {
    border-color: #f3f6f9;
    color: #172b4c; }
  .btn.btn-file {
    position: relative;
    overflow: hidden; }
    .btn.btn-file > input[type=file] {
      position: absolute;
      top: 0;
      right: 0;
      min-width: 100%;
      min-height: 100%;
      font-size: 100px;
      text-align: right;
      opacity: 0;
      filter: alpha(opacity=0);
      outline: 0;
      background: #ffffff;
      cursor: inherit;
      display: block; }
  .btn[class*=bg-]:hover {
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2); }
  .btn.dropdown-toggle:after {
    display: none; }

a.btn {
  text-decoration: none !important; }

.btn-icon-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  border-radius: 100%; }
  .btn-icon-circle.btn-lg {
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    border-radius: 100%; }
  .btn-icon-circle.btn-md {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 100%; }
  .btn-icon-circle.btn-sm {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 100%; }
  .btn-icon-circle.btn-xs {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    border-radius: 100%; }

.btn-rounded {
  border-radius: 60px; }

.btn-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  border-radius: 100%; }
  .btn-circle.btn-lg {
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    border-radius: 100%; }
  .btn-circle.btn-md {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 100%; }
  .btn-circle.btn-sm {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 100%; }
  .btn-circle.btn-xs {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    border-radius: 100%; }

.btn-group-vertical {
  display: -ms-inline-block;
  display: inline-block; }
  .btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-radius: 4px; }
  .btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0; }
  .btn-group-vertical .btn.dropdown-toggle:after {
    display: none; }

.wysihtml5-toolbar .btn-group {
  display: -ms-inline-block;
  display: inline-block; }
.wysihtml5-toolbar .btn-default {
  background-color: #ffffff; }
.wysihtml5-toolbar.btn.dropdown-toggle:after {
  display: inline-block; }

.btn-app {
  text-align: center;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  font-size: 0.8571rem;
  overflow: visible; }
  .btn-app .badge {
    font-size: 100%;
    position: absolute;
    top: -3px;
    right: -10px;
    font-weight: 300; }
  .btn-app > i {
    font-size: 1.429rem;
    display: block; }
  .btn-app:hover {
    background: #f3f6f9;
    color: #172b4c;
    border-color: #595959; }
  .btn-app:focus, .btn-app:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 0.8571rem;
  line-height: 1.5;
  border-radius: 3px; }

.btn-default {
  background-color: #e6e6e6;
  color: #172b4c;
  border-color: #999999; }
  .btn-default.hover, .btn-default:active, .btn-default:hover {
    background-color: #cccccc; }

.btn-link {
  box-shadow: none; }

button.btn.dropdown-toggle:after {
  display: inline-block; }

.dropdown-toggle.no-caret:after {
  display: none; }
.dropdown-toggle.no-caret.no-caret:after {
  display: none; }

.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: 0 0;
  color: #2f579a;
  cursor: pointer; }
  .btn-box-tool:hover, .btn-box-tool .show .btn-box-tool {
    color: #172b4c; }
  .btn-box-tool.btn:active {
    box-shadow: none; }

.btn-bold {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8571rem; }

.btn-group-sm > .btn {
  font-size: 0.7143rem;
  padding: 4px 12px; }

.btn-sm {
  padding: .375rem .75rem;
  font-size: .925rem;
  line-height: 1.35; }

.btn-group-lg > .btn {
  font-size: 1.286rem;
  padding: 18px 32px; }

.btn-lg {
  font-size: 1.286rem;
  padding: 18px 32px; }

.btn-md {
  font-size: 1rem;
  padding: 6px 16px; }

.btn-w-xs {
  width: 85px; }

.btn-w-sm {
  width: 100px; }

.btn-w-md {
  width: 120px; }

.btn-w-lg {
  width: 145px; }

.btn-w-xl {
  width: 180px; }

.btn-round {
  border-radius: 10rem; }

.btn-square {
  padding: 5px;
  width: 36px;
  height: 36px; }
  .btn-square.btn-lg {
    width: 48px;
    height: 48px; }
  .btn-square.btn-sm {
    width: 29px;
    height: 29px; }
  .btn-square.btn-xs {
    width: 24px;
    height: 24px; }

.btn-link {
  font-weight: 500;
  background-color: #f3f6f9;
  border-color: #f3f6f9;
  color: #172b4c; }
  .btn-link:hover, .btn-link:focus {
    text-decoration: none;
    color: #172b4c; }

.btn-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff; }
  .btn-facebook:hover, .btn-facebook:active, .btn-facebook.active {
    background-color: #2d4373;
    border-color: #2d4373;
    color: #ffffff !important; }
  .btn-facebook:focus, .btn-facebook.focus {
    color: #ffffff !important; }
  .btn-facebook.disabled, .btn-facebook:disabled {
    opacity: 0.5; }
  .btn-facebook:active, .btn-facebook.active {
    background-color: #2d4373;
    border-color: #2d4373; }
  .btn-facebook.btn-outline {
    background-color: transparent;
    border-color: #3b5998;
    color: #3b5998; }
    .btn-facebook.btn-outline:hover, .btn-facebook.btn-outline:active, .btn-facebook.btn-outline.active {
      background-color: #2d4373;
      border-color: #2d4373;
      color: #ffffff; }

.show > .btn-facebook.dropdown-toggle, .show > .btn-outline.btn-facebook.dropdown-toggle {
  background-color: #2d4373;
  border-color: #2d4373;
  color: #ffffff; }

.btn-google {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color: #ffffff; }
  .btn-google:hover, .btn-google:active, .btn-google.active {
    background-color: #c23321;
    border-color: #c23321;
    color: #ffffff !important; }
  .btn-google:focus, .btn-google.focus {
    color: #ffffff !important; }
  .btn-google.disabled, .btn-google:disabled {
    opacity: 0.5; }
  .btn-google:active, .btn-google.active {
    background-color: #c23321;
    border-color: #c23321; }
  .btn-google.btn-outline {
    background-color: transparent;
    border-color: #dd4b39;
    color: #dd4b39; }
    .btn-google.btn-outline:hover, .btn-google.btn-outline:active, .btn-google.btn-outline.active {
      background-color: #c23321;
      border-color: #c23321;
      color: #ffffff; }

.show > .btn-google.dropdown-toggle, .show > .btn-outline.btn-google.dropdown-toggle {
  background-color: #c23321;
  border-color: #c23321;
  color: #ffffff; }

.btn-twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff; }
  .btn-twitter:hover, .btn-twitter:active, .btn-twitter.active {
    background-color: #0c85d0;
    border-color: #0c85d0;
    color: #ffffff !important; }
  .btn-twitter:focus, .btn-twitter.focus {
    color: #ffffff !important; }
  .btn-twitter.disabled, .btn-twitter:disabled {
    opacity: 0.5; }
  .btn-twitter:active, .btn-twitter.active {
    background-color: #0c85d0;
    border-color: #0c85d0; }
  .btn-twitter.btn-outline {
    background-color: transparent;
    border-color: #1da1f2;
    color: #1da1f2; }
    .btn-twitter.btn-outline:hover, .btn-twitter.btn-outline:active, .btn-twitter.btn-outline.active {
      background-color: #0c85d0;
      border-color: #0c85d0;
      color: #ffffff; }

.show > .btn-twitter.dropdown-toggle, .show > .btn-outline.btn-twitter.dropdown-toggle {
  background-color: #0c85d0;
  border-color: #0c85d0;
  color: #ffffff; }

.btn-linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
  color: #ffffff; }
  .btn-linkedin:hover, .btn-linkedin:active, .btn-linkedin.active {
    background-color: #005582;
    border-color: #005582;
    color: #ffffff !important; }
  .btn-linkedin:focus, .btn-linkedin.focus {
    color: #ffffff !important; }
  .btn-linkedin.disabled, .btn-linkedin:disabled {
    opacity: 0.5; }
  .btn-linkedin:active, .btn-linkedin.active {
    background-color: #005582;
    border-color: #005582; }
  .btn-linkedin.btn-outline {
    background-color: transparent;
    border-color: #0077b5;
    color: #0077b5; }
    .btn-linkedin.btn-outline:hover, .btn-linkedin.btn-outline:active, .btn-linkedin.btn-outline.active {
      background-color: #005582;
      border-color: #005582;
      color: #ffffff; }

.show > .btn-linkedin.dropdown-toggle, .show > .btn-outline.btn-linkedin.dropdown-toggle {
  background-color: #005582;
  border-color: #005582;
  color: #ffffff; }

.btn-pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
  color: #ffffff; }
  .btn-pinterest:hover, .btn-pinterest:active, .btn-pinterest.active {
    background-color: #8c0615;
    border-color: #8c0615;
    color: #ffffff !important; }
  .btn-pinterest:focus, .btn-pinterest.focus {
    color: #ffffff !important; }
  .btn-pinterest.disabled, .btn-pinterest:disabled {
    opacity: 0.5; }
  .btn-pinterest:active, .btn-pinterest.active {
    background-color: #8c0615;
    border-color: #8c0615; }
  .btn-pinterest.btn-outline {
    background-color: transparent;
    border-color: #bd081c;
    color: #bd081c; }
    .btn-pinterest.btn-outline:hover, .btn-pinterest.btn-outline:active, .btn-pinterest.btn-outline.active {
      background-color: #8c0615;
      border-color: #8c0615;
      color: #ffffff; }

.show > .btn-pinterest.dropdown-toggle, .show > .btn-outline.btn-pinterest.dropdown-toggle {
  background-color: #8c0615;
  border-color: #8c0615;
  color: #ffffff; }

.btn-git {
  background-color: #6cc644;
  border-color: #6cc644;
  color: #ffffff; }
  .btn-git:hover, .btn-git:active, .btn-git.active {
    background-color: #55a532;
    border-color: #55a532;
    color: #ffffff !important; }
  .btn-git:focus, .btn-git.focus {
    color: #ffffff !important; }
  .btn-git.disabled, .btn-git:disabled {
    opacity: 0.5; }
  .btn-git:active, .btn-git.active {
    background-color: #55a532;
    border-color: #55a532; }
  .btn-git.btn-outline {
    background-color: transparent;
    border-color: #6cc644;
    color: #6cc644; }
    .btn-git.btn-outline:hover, .btn-git.btn-outline:active, .btn-git.btn-outline.active {
      background-color: #55a532;
      border-color: #55a532;
      color: #ffffff; }

.show > .btn-git.dropdown-toggle, .show > .btn-outline.btn-git.dropdown-toggle {
  background-color: #55a532;
  border-color: #55a532;
  color: #ffffff; }

.btn-tumblr {
  background-color: #35465c;
  border-color: #35465c;
  color: #ffffff; }
  .btn-tumblr:hover, .btn-tumblr:active, .btn-tumblr.active {
    background-color: #222d3c;
    border-color: #222d3c;
    color: #ffffff !important; }
  .btn-tumblr:focus, .btn-tumblr.focus {
    color: #ffffff !important; }
  .btn-tumblr.disabled, .btn-tumblr:disabled {
    opacity: 0.5; }
  .btn-tumblr:active, .btn-tumblr.active {
    background-color: #222d3c;
    border-color: #222d3c; }
  .btn-tumblr.btn-outline {
    background-color: transparent;
    border-color: #35465c;
    color: #35465c; }
    .btn-tumblr.btn-outline:hover, .btn-tumblr.btn-outline:active, .btn-tumblr.btn-outline.active {
      background-color: #222d3c;
      border-color: #222d3c;
      color: #ffffff; }

.show > .btn-tumblr.dropdown-toggle, .show > .btn-outline.btn-tumblr.dropdown-toggle {
  background-color: #222d3c;
  border-color: #222d3c;
  color: #ffffff; }

.btn-vimeo {
  background-color: #1ab7ea;
  border-color: #1ab7ea;
  color: #ffffff; }
  .btn-vimeo:hover, .btn-vimeo:active, .btn-vimeo.active {
    background-color: #1295bf;
    border-color: #1295bf;
    color: #ffffff !important; }
  .btn-vimeo:focus, .btn-vimeo.focus {
    color: #ffffff !important; }
  .btn-vimeo.disabled, .btn-vimeo:disabled {
    opacity: 0.5; }
  .btn-vimeo:active, .btn-vimeo.active {
    background-color: #1295bf;
    border-color: #1295bf; }
  .btn-vimeo.btn-outline {
    background-color: transparent;
    border-color: #1ab7ea;
    color: #1ab7ea; }
    .btn-vimeo.btn-outline:hover, .btn-vimeo.btn-outline:active, .btn-vimeo.btn-outline.active {
      background-color: #1295bf;
      border-color: #1295bf;
      color: #ffffff; }

.show > .btn-vimeo.dropdown-toggle, .show > .btn-outline.btn-vimeo.dropdown-toggle {
  background-color: #1295bf;
  border-color: #1295bf;
  color: #ffffff; }

.btn-youtube {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff; }
  .btn-youtube:hover, .btn-youtube:active, .btn-youtube.active {
    background-color: #cc0000;
    border-color: #cc0000;
    color: #ffffff !important; }
  .btn-youtube:focus, .btn-youtube.focus {
    color: #ffffff !important; }
  .btn-youtube.disabled, .btn-youtube:disabled {
    opacity: 0.5; }
  .btn-youtube:active, .btn-youtube.active {
    background-color: #cc0000;
    border-color: #cc0000; }
  .btn-youtube.btn-outline {
    background-color: transparent;
    border-color: #ff0000;
    color: #ff0000; }
    .btn-youtube.btn-outline:hover, .btn-youtube.btn-outline:active, .btn-youtube.btn-outline.active {
      background-color: #cc0000;
      border-color: #cc0000;
      color: #ffffff; }

.show > .btn-youtube.dropdown-toggle, .show > .btn-outline.btn-youtube.dropdown-toggle {
  background-color: #cc0000;
  border-color: #cc0000;
  color: #ffffff; }

.btn-flickr {
  background-color: #ff0084;
  border-color: #ff0084;
  color: #ffffff; }
  .btn-flickr:hover, .btn-flickr:active, .btn-flickr.active {
    background-color: #cc006a;
    border-color: #cc006a;
    color: #ffffff !important; }
  .btn-flickr:focus, .btn-flickr.focus {
    color: #ffffff !important; }
  .btn-flickr.disabled, .btn-flickr:disabled {
    opacity: 0.5; }
  .btn-flickr:active, .btn-flickr.active {
    background-color: #cc006a;
    border-color: #cc006a; }
  .btn-flickr.btn-outline {
    background-color: transparent;
    border-color: #ff0084;
    color: #ff0084; }
    .btn-flickr.btn-outline:hover, .btn-flickr.btn-outline:active, .btn-flickr.btn-outline.active {
      background-color: #cc006a;
      border-color: #cc006a;
      color: #ffffff; }

.show > .btn-flickr.dropdown-toggle, .show > .btn-outline.btn-flickr.dropdown-toggle {
  background-color: #cc006a;
  border-color: #cc006a;
  color: #ffffff; }

.btn-reddit {
  background-color: #ff4500;
  border-color: #ff4500;
  color: #ffffff; }
  .btn-reddit:hover, .btn-reddit:active, .btn-reddit.active {
    background-color: #cc3700;
    border-color: #cc3700;
    color: #ffffff !important; }
  .btn-reddit:focus, .btn-reddit.focus {
    color: #ffffff !important; }
  .btn-reddit.disabled, .btn-reddit:disabled {
    opacity: 0.5; }
  .btn-reddit:active, .btn-reddit.active {
    background-color: #cc3700;
    border-color: #cc3700; }
  .btn-reddit.btn-outline {
    background-color: transparent;
    border-color: #ff4500;
    color: #ff4500; }
    .btn-reddit.btn-outline:hover, .btn-reddit.btn-outline:active, .btn-reddit.btn-outline.active {
      background-color: #cc3700;
      border-color: #cc3700;
      color: #ffffff; }

.show > .btn-reddit.dropdown-toggle, .show > .btn-outline.btn-reddit.dropdown-toggle {
  background-color: #cc3700;
  border-color: #cc3700;
  color: #ffffff; }

.btn-dribbble {
  background-color: #ea4c89;
  border-color: #ea4c89;
  color: #ffffff; }
  .btn-dribbble:hover, .btn-dribbble:active, .btn-dribbble.active {
    background-color: #e51e6b;
    border-color: #e51e6b;
    color: #ffffff !important; }
  .btn-dribbble:focus, .btn-dribbble.focus {
    color: #ffffff !important; }
  .btn-dribbble.disabled, .btn-dribbble:disabled {
    opacity: 0.5; }
  .btn-dribbble:active, .btn-dribbble.active {
    background-color: #e51e6b;
    border-color: #e51e6b; }
  .btn-dribbble.btn-outline {
    background-color: transparent;
    border-color: #ea4c89;
    color: #ea4c89; }
    .btn-dribbble.btn-outline:hover, .btn-dribbble.btn-outline:active, .btn-dribbble.btn-outline.active {
      background-color: #e51e6b;
      border-color: #e51e6b;
      color: #ffffff; }

.show > .btn-dribbble.dropdown-toggle, .show > .btn-outline.btn-dribbble.dropdown-toggle {
  background-color: #e51e6b;
  border-color: #e51e6b;
  color: #ffffff; }

.btn-skype {
  background-color: #00aff0;
  border-color: #00aff0;
  color: #ffffff; }
  .btn-skype:hover, .btn-skype:active, .btn-skype.active {
    background-color: #008abd;
    border-color: #008abd;
    color: #ffffff !important; }
  .btn-skype:focus, .btn-skype.focus {
    color: #ffffff !important; }
  .btn-skype.disabled, .btn-skype:disabled {
    opacity: 0.5; }
  .btn-skype:active, .btn-skype.active {
    background-color: #008abd;
    border-color: #008abd; }
  .btn-skype.btn-outline {
    background-color: transparent;
    border-color: #00aff0;
    color: #00aff0; }
    .btn-skype.btn-outline:hover, .btn-skype.btn-outline:active, .btn-skype.btn-outline.active {
      background-color: #008abd;
      border-color: #008abd;
      color: #ffffff; }

.show > .btn-skype.dropdown-toggle, .show > .btn-outline.btn-skype.dropdown-toggle {
  background-color: #008abd;
  border-color: #008abd;
  color: #ffffff; }

.btn-instagram {
  background-color: #e1306c;
  border-color: #e1306c;
  color: #ffffff; }
  .btn-instagram:hover, .btn-instagram:active, .btn-instagram.active {
    background-color: #c21c54;
    border-color: #c21c54;
    color: #ffffff !important; }
  .btn-instagram:focus, .btn-instagram.focus {
    color: #ffffff !important; }
  .btn-instagram.disabled, .btn-instagram:disabled {
    opacity: 0.5; }
  .btn-instagram:active, .btn-instagram.active {
    background-color: #c21c54;
    border-color: #c21c54; }
  .btn-instagram.btn-outline {
    background-color: transparent;
    border-color: #e1306c;
    color: #e1306c; }
    .btn-instagram.btn-outline:hover, .btn-instagram.btn-outline:active, .btn-instagram.btn-outline.active {
      background-color: #c21c54;
      border-color: #c21c54;
      color: #ffffff; }

.show > .btn-instagram.dropdown-toggle, .show > .btn-outline.btn-instagram.dropdown-toggle {
  background-color: #c21c54;
  border-color: #c21c54;
  color: #ffffff; }

.btn-lastfm {
  background-color: #d51007;
  border-color: #d51007;
  color: #ffffff; }
  .btn-lastfm:hover, .btn-lastfm:active, .btn-lastfm.active {
    background-color: #a40c05;
    border-color: #a40c05;
    color: #ffffff !important; }
  .btn-lastfm:focus, .btn-lastfm.focus {
    color: #ffffff !important; }
  .btn-lastfm.disabled, .btn-lastfm:disabled {
    opacity: 0.5; }
  .btn-lastfm:active, .btn-lastfm.active {
    background-color: #a40c05;
    border-color: #a40c05; }
  .btn-lastfm.btn-outline {
    background-color: transparent;
    border-color: #d51007;
    color: #d51007; }
    .btn-lastfm.btn-outline:hover, .btn-lastfm.btn-outline:active, .btn-lastfm.btn-outline.active {
      background-color: #a40c05;
      border-color: #a40c05;
      color: #ffffff; }

.show > .btn-lastfm.dropdown-toggle, .show > .btn-outline.btn-lastfm.dropdown-toggle {
  background-color: #a40c05;
  border-color: #a40c05;
  color: #ffffff; }

.btn-behance {
  background-color: #1769ff;
  border-color: #1769ff;
  color: #ffffff; }
  .btn-behance:hover, .btn-behance:active, .btn-behance.active {
    background-color: #0050e3;
    border-color: #0050e3;
    color: #ffffff !important; }
  .btn-behance:focus, .btn-behance.focus {
    color: #ffffff !important; }
  .btn-behance.disabled, .btn-behance:disabled {
    opacity: 0.5; }
  .btn-behance:active, .btn-behance.active {
    background-color: #0050e3;
    border-color: #0050e3; }
  .btn-behance.btn-outline {
    background-color: transparent;
    border-color: #1769ff;
    color: #1769ff; }
    .btn-behance.btn-outline:hover, .btn-behance.btn-outline:active, .btn-behance.btn-outline.active {
      background-color: #0050e3;
      border-color: #0050e3;
      color: #ffffff; }

.show > .btn-behance.dropdown-toggle, .show > .btn-outline.btn-behance.dropdown-toggle {
  background-color: #0050e3;
  border-color: #0050e3;
  color: #ffffff; }

.btn-rss {
  background-color: #f26522;
  border-color: #f26522;
  color: #ffffff; }
  .btn-rss:hover, .btn-rss:active, .btn-rss.active {
    background-color: #d54d0d;
    border-color: #d54d0d;
    color: #ffffff !important; }
  .btn-rss:focus, .btn-rss.focus {
    color: #ffffff !important; }
  .btn-rss.disabled, .btn-rss:disabled {
    opacity: 0.5; }
  .btn-rss:active, .btn-rss.active {
    background-color: #d54d0d;
    border-color: #d54d0d; }
  .btn-rss.btn-outline {
    background-color: transparent;
    border-color: #f26522;
    color: #f26522; }
    .btn-rss.btn-outline:hover, .btn-rss.btn-outline:active, .btn-rss.btn-outline.active {
      background-color: #d54d0d;
      border-color: #d54d0d;
      color: #ffffff; }

.show > .btn-rss.dropdown-toggle, .show > .btn-outline.btn-rss.dropdown-toggle {
  background-color: #d54d0d;
  border-color: #d54d0d;
  color: #ffffff; }

.btn-bitbucket {
  background-color: #205081;
  border-color: #205081;
  color: #ffffff; }
  .btn-bitbucket:hover, .btn-bitbucket:active, .btn-bitbucket.active {
    background-color: #163758;
    border-color: #163758;
    color: #ffffff !important; }
  .btn-bitbucket:focus, .btn-bitbucket.focus {
    color: #ffffff !important; }
  .btn-bitbucket.disabled, .btn-bitbucket:disabled {
    opacity: 0.5; }
  .btn-bitbucket:active, .btn-bitbucket.active {
    background-color: #163758;
    border-color: #163758; }
  .btn-bitbucket.btn-outline {
    background-color: transparent;
    border-color: #205081;
    color: #205081; }
    .btn-bitbucket.btn-outline:hover, .btn-bitbucket.btn-outline:active, .btn-bitbucket.btn-outline.active {
      background-color: #163758;
      border-color: #163758;
      color: #ffffff; }

.show > .btn-bitbucket.dropdown-toggle, .show > .btn-outline.btn-bitbucket.dropdown-toggle {
  background-color: #163758;
  border-color: #163758;
  color: #ffffff; }

.btn-dropbox {
  background-color: #007ee5;
  border-color: #007ee5;
  color: #ffffff; }
  .btn-dropbox:hover, .btn-dropbox:active, .btn-dropbox.active {
    background-color: #0062b2;
    border-color: #0062b2;
    color: #ffffff !important; }
  .btn-dropbox:focus, .btn-dropbox.focus {
    color: #ffffff !important; }
  .btn-dropbox.disabled, .btn-dropbox:disabled {
    opacity: 0.5; }
  .btn-dropbox:active, .btn-dropbox.active {
    background-color: #0062b2;
    border-color: #0062b2; }
  .btn-dropbox.btn-outline {
    background-color: transparent;
    border-color: #007ee5;
    color: #007ee5; }
    .btn-dropbox.btn-outline:hover, .btn-dropbox.btn-outline:active, .btn-dropbox.btn-outline.active {
      background-color: #0062b2;
      border-color: #0062b2;
      color: #ffffff; }

.show > .btn-dropbox.dropdown-toggle, .show > .btn-outline.btn-dropbox.dropdown-toggle {
  background-color: #0062b2;
  border-color: #0062b2;
  color: #ffffff; }

.btn-foursquare {
  background-color: #2d5be3;
  border-color: #2d5be3;
  color: #ffffff; }
  .btn-foursquare:hover, .btn-foursquare:active, .btn-foursquare.active {
    background-color: #1a45c3;
    border-color: #1a45c3;
    color: #ffffff !important; }
  .btn-foursquare:focus, .btn-foursquare.focus {
    color: #ffffff !important; }
  .btn-foursquare.disabled, .btn-foursquare:disabled {
    opacity: 0.5; }
  .btn-foursquare:active, .btn-foursquare.active {
    background-color: #1a45c3;
    border-color: #1a45c3; }
  .btn-foursquare.btn-outline {
    background-color: transparent;
    border-color: #2d5be3;
    color: #2d5be3; }
    .btn-foursquare.btn-outline:hover, .btn-foursquare.btn-outline:active, .btn-foursquare.btn-outline.active {
      background-color: #1a45c3;
      border-color: #1a45c3;
      color: #ffffff; }

.show > .btn-foursquare.dropdown-toggle, .show > .btn-outline.btn-foursquare.dropdown-toggle {
  background-color: #1a45c3;
  border-color: #1a45c3;
  color: #ffffff; }

.btn-github {
  background-color: #4078c0;
  border-color: #4078c0;
  color: #ffffff; }
  .btn-github:hover, .btn-github:active, .btn-github.active {
    background-color: #33609a;
    border-color: #33609a;
    color: #ffffff !important; }
  .btn-github:focus, .btn-github.focus {
    color: #ffffff !important; }
  .btn-github.disabled, .btn-github:disabled {
    opacity: 0.5; }
  .btn-github:active, .btn-github.active {
    background-color: #33609a;
    border-color: #33609a; }
  .btn-github.btn-outline {
    background-color: transparent;
    border-color: #4078c0;
    color: #4078c0; }
    .btn-github.btn-outline:hover, .btn-github.btn-outline:active, .btn-github.btn-outline.active {
      background-color: #33609a;
      border-color: #33609a;
      color: #ffffff; }

.show > .btn-github.dropdown-toggle, .show > .btn-outline.btn-github.dropdown-toggle {
  background-color: #33609a;
  border-color: #33609a;
  color: #ffffff; }

.btn-vk {
  background-color: #45668e;
  border-color: #45668e;
  color: #ffffff; }
  .btn-vk:hover, .btn-vk:active, .btn-vk.active {
    background-color: #344d6c;
    border-color: #344d6c;
    color: #ffffff !important; }
  .btn-vk:focus, .btn-vk.focus {
    color: #ffffff !important; }
  .btn-vk.disabled, .btn-vk:disabled {
    opacity: 0.5; }
  .btn-vk:active, .btn-vk.active {
    background-color: #344d6c;
    border-color: #344d6c; }
  .btn-vk.btn-outline {
    background-color: transparent;
    border-color: #45668e;
    color: #45668e; }
    .btn-vk.btn-outline:hover, .btn-vk.btn-outline:active, .btn-vk.btn-outline.active {
      background-color: #344d6c;
      border-color: #344d6c;
      color: #ffffff; }

.show > .btn-vk.dropdown-toggle, .show > .btn-outline.btn-vk.dropdown-toggle {
  background-color: #344d6c;
  border-color: #344d6c;
  color: #ffffff; }

.btn-outline.btn-white {
  color: #ffffff !important;
  background-color: transparent;
  border-color: #ffffff; }
  .btn-outline.btn-white:hover {
    color: #172b4c !important;
    background-color: #ffffff;
    border-color: #ffffff; }

.btn-label {
  position: relative;
  padding-left: 52px;
  overflow: hidden; }
  .btn-label label {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    line-height: inherit;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin-bottom: 0; }
  .btn-label .btn-xs {
    padding-left: 32px; }
    .btn-label .btn-xs label {
      width: 24px; }
  .btn-label .btn-sm {
    padding-left: 41px; }
    .btn-label .btn-sm label {
      width: 29px; }
  .btn-label .btn-lg {
    padding-left: 64px; }
    .btn-label .btn-lg label {
      width: 48px; }

.btn-flat {
  position: relative;
  font-size: 1rem;
  background-color: #f3f6f9;
  border: none;
  letter-spacing: 1px;
  border-radius: 0; }
  .btn-flat:hover {
    background-color: #6b90b5; }
  .btn-flat svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .btn-flat circle {
    fill: rgba(255, 255, 255, 0.3); }

/*---social media background---*/
.bg-bitbucket {
  background-color: #205081; }

.bg-dropbox {
  background-color: #007ee5; }

.bg-facebook {
  background-color: #3b5998; }

.bg-flickr {
  background-color: #ff0084; }

.bg-foursquare {
  background-color: #2d5be3; }

.bg-github {
  background-color: #4078c0; }

.bg-google {
  background-color: #dd4b39; }

.bg-instagram {
  background-color: #e1306c; }

.bg-linkedin {
  background-color: #0077b5; }

.bg-tumblr {
  background-color: #35465c; }

.bg-twitter {
  background-color: #1da1f2; }

.bg-vk {
  background-color: #45668e; }

/*callout*/
.callout {
  margin: 0 0 20px;
  padding: 15px 30px 15px 15px;
  border-radius: 10px; }
  .callout a {
    color: #ffffff;
    text-decoration: underline; }
    .callout a:hover {
      color: #172b4c; }
  .callout h4 {
    margin-top: 0; }
  .callout p:last-child {
    margin-bottom: 0; }
  .callout .callout-secondary {
    border-color: #4d7bc9;
    background-color: #4d7bc9; }
  .callout .highlight, .callout code {
    background-color: #ffffff; }

/*alert*/
.alert {
  border-radius: 10px; }
  .alert .icon {
    margin-right: 10px; }
  .alert .close {
    color: #172b4c;
    opacity: .2;
    filter: alpha(opacity=20); }
    .alert .close:hover {
      opacity: .5;
      filter: alpha(opacity=50); }
  .alert a {
    color: #ffffff;
    text-decoration: underline; }

/*tab*/
.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
  color: #172b4c;
  background: #f3f6f9; }

.nav-pills > li > a {
  border-radius: 0;
  border-top: 3px solid transparent;
  color: #172b4c; }
  .nav-pills > li > a > i {
    margin-right: 5px; }
.nav-pills.rounded > li > a {
  border-radius: 5px; }

.flex-column > li > a {
  border-radius: 0 !important;
  border-top: 0;
  border-left: 3px solid transparent;
  color: #172b4c; }
  .flex-column > li > a .nav-link.active {
    background: 0 0;
    color: #ffffff;
    border-top: 0; }
    .flex-column > li > a .nav-link.active:hover {
      background: 0 0;
      color: #ffffff;
      border-top: 0; }
.flex-column > li .header {
  border-bottom: 1px solid #d9d9d9;
  color: #737373;
  margin-bottom: 10px;
  padding: 5px 10px; }

.nav-tabs-custom {
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid rgba(72, 94, 144, 0.16);
  border-radius: 10px; }
  .nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom-color: #f3f6f9;
    border-radius: 0; }
    .nav-tabs-custom > .nav-tabs > li {
      margin-bottom: -2px;
      margin-right: 5px; }
      .nav-tabs-custom > .nav-tabs > li.icon-btn {
        display: block;
        position: absolute;
        right: 15px;
        border: none;
        top: -2px; }
      .nav-tabs-custom > .nav-tabs > li.disabled > a {
        color: #737373; }
      .nav-tabs-custom > .nav-tabs > li > a {
        color: #172b4c;
        border-radius: 0;
        position: relative;
        display: block;
        padding: 10px 15px;
        background: 0 0;
        margin: 0;
        border-top: 3px solid transparent; }
        .nav-tabs-custom > .nav-tabs > li > a.text-muted {
          color: #737373; }
        .nav-tabs-custom > .nav-tabs > li > a:hover {
          background: 0 0;
          margin: 0; }
        .nav-tabs-custom > .nav-tabs > li > a.active {
          background-color: #ffffff;
          color: #172b4c;
          border-left: 1px solid #f3f6f9;
          border-right: 1px solid #f3f6f9; }
          .nav-tabs-custom > .nav-tabs > li > a.active:hover {
            background-color: #ffffff;
            color: #172b4c; }
      .nav-tabs-custom > .nav-tabs > li:first-of-type {
        margin-left: 0; }
        .nav-tabs-custom > .nav-tabs > li:first-of-type > a.active {
          border-left-color: transparent; }
      .nav-tabs-custom > .nav-tabs > li.header {
        line-height: 30px;
        padding: 5px 10px;
        font-size: 16px;
        color: #172b4c; }
        .nav-tabs-custom > .nav-tabs > li.header > i {
          margin-right: 5px; }
    .nav-tabs-custom > .nav-tabs.float-right {
      float: none !important;
      display: block; }
      .nav-tabs-custom > .nav-tabs.float-right li {
        float: right; }
        .nav-tabs-custom > .nav-tabs.float-right li:first-of-type {
          margin-right: 0; }
          .nav-tabs-custom > .nav-tabs.float-right li:first-of-type > a {
            border-left-width: 1px; }
            .nav-tabs-custom > .nav-tabs.float-right li:first-of-type > a.active {
              border-left-color: #f3f6f9;
              border-right-color: transparent; }
  .nav-tabs-custom > .tab-content {
    background: #ffffff;
    padding: 1.25rem;
    border-radius: 0; }
  .nav-tabs-custom .dropdown.show > a:active, .nav-tabs-custom .dropdown.show > a.active, .nav-tabs-custom .dropdown.show > a:focus {
    background: 0 0;
    color: #737373; }
  .nav-tabs-custom.tab-default > .nav-tabs > li a.active {
    border-top-color: #d9d9d9; }

.profile-tab li a.nav-link.active {
  color: #ffffff; }

.box-profile.nav-tabs-custom {
  margin-bottom: 20px;
  background: transparent;
  box-shadow: none;
  border-radius: 3px; }
  .box-profile.nav-tabs-custom > .tab-content {
    padding: 1.25rem 0rem;
    border-radius: 0;
    background: transparent; }
  .box-profile.nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom: none;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden; }
    .box-profile.nav-tabs-custom > .nav-tabs > li {
      margin-bottom: 0px;
      margin-right: 5px; }
      .box-profile.nav-tabs-custom > .nav-tabs > li > a {
        color: #172b4c; }
        .box-profile.nav-tabs-custom > .nav-tabs > li > a.active {
          color: #455a64; }
          .box-profile.nav-tabs-custom > .nav-tabs > li > a.active:hover {
            color: #455a64; }

/*pagination*/
.pagination {
  margin-bottom: 2rem; }
  .pagination > li > a {
    background-color: #ffffff;
    color: #172b4c;
    border-color: #ffffff; }
  .pagination.pagination-flat > li > a {
    border-radius: 0; }
  .pagination li a {
    box-sizing: border-box;
    display: inline-block;
    min-width: 50px;
    padding: 1rem;
    margin: 0 3px;
    text-decoration: none;
    cursor: pointer;
    color: #737373;
    border: 1px solid transparent;
    border-radius: 2px;
    text-align: center; }
    .pagination li a.current {
      color: #ffffff !important; }
      .pagination li a.current:hover {
        color: #ffffff !important; }
    .pagination li a:hover {
      color: #ffffff !important; }
  .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #737373;
    background-color: #ffffff;
    border-color: #ffffff;
    cursor: not-allowed; }

.datepaginator .pagination li a, .datepaginator-lg .pagination li a, .datepaginator-sm .pagination li a {
  min-width: 100%; }

/*select2*/
.select2-container--default.select2-container--focus {
  outline: 0; }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d9d9d9; }
.select2-container--default:active, .select2-container--default.active, .select2-container--default:focus {
  outline: 0; }
.select2-container--default .select2-selection--single {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 6px 12px;
  height: 34px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      margin-top: 0; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #ffffff; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #737373; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #d9d9d9;
  color: #172b4c; }
  .select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: #172b4c; }
.select2-container--default .select2-selection--multiple {
  border: 1px solid #d9d9d9;
  border-radius: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 1px 10px;
    color: #ffffff; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.7); }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #ffffff; }

.select2-selection.select2-container--focus {
  outline: 0; }
.select2-selection:active, .select2-selection.active, .select2-selection:focus {
  outline: 0; }
.select2-selection .select2-selection--single {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 6px 12px;
  height: 34px; }

.select2-dropdown {
  border: 1px solid #d9d9d9;
  border-radius: 0; }
  .select2-dropdown .select2-search__field {
    border: 1px solid #d9d9d9; }
    .select2-dropdown .select2-search__field:focus {
      outline: 0; }

.select2-results__option {
  padding: 6px 12px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  height: auto;
  margin-top: -4px;
  padding-right: 10px; }
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px; }

.select2-search--inline .select2-search__field {
  border: 1px solid #d9d9d9; }
  .select2-search--inline .select2-search__field:focus {
    outline: 0; }

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: rgba(0, 0, 0, 0.15) !important; }

.box .datepicker-inline .datepicker-days td:hover, .box .datepicker-inline .datepicker-days > table td:hover, .box .datepicker-inline td:hover, .box .datepicker-inline > table td:hover {
  background-color: rgba(255, 255, 255, 0.3); }
.box .datepicker-inline .datepicker-days td.day.new, .box .datepicker-inline .datepicker-days td.day.old, .box .datepicker-inline .datepicker-days > table td.day.new, .box .datepicker-inline .datepicker-days > table td.day.old, .box .datepicker-inline td.day.new, .box .datepicker-inline td.day.old, .box .datepicker-inline > table td.day.new, .box .datepicker-inline > table td.day.old {
  color: #172b4c; }

.calculator .displayBox {
  background: #ffffff;
  overflow: hidden;
  font-size: 4.286rem;
  text-align: right;
  padding: 0px 20px; }
.calculator .numberPad {
  background-color: #3596f7;
  display: -moz-flex;
  display: flex; }
  .calculator .numberPad .left-count {
    flex: 3; }
    .calculator .numberPad .left-count .btn {
      color: #ffffff;
      padding: 15px 10px; }
      .calculator .numberPad .left-count .btn:hover {
        box-shadow: none; }
  .calculator .numberPad .operationSide.right-count {
    flex: 1; }
  .calculator .numberPad .operationSide .btn-operation {
    color: #ffffff;
    width: 100%;
    border-radius: 0;
    padding: 15px 10px; }
    .calculator .numberPad .operationSide .btn-operation:hover {
      box-shadow: none; }

.lmg-bt {
  position: absolute !important;
  top: -30px;
  right: 30px; }

.bullet {
  display: inline-block;
  background-color: #f3f6f9;
  width: 10px;
  height: 2px;
  border-radius: 2rem; }
  .bullet.bullet-bar {
    width: 4px;
    height: auto; }

.up-mar10 {
  margin-top: -10px;
  z-index: 10; }

.up-mar20 {
  margin-top: -20px;
  z-index: 10; }

.up-mar30 {
  margin-top: -30px;
  z-index: 10; }

.up-mar40 {
  margin-top: -40px;
  z-index: 10; }

.up-mar50 {
  margin-top: -50px;
  z-index: 10; }

.up-mar60 {
  margin-top: -60px;
  z-index: 10; }

.up-mar70 {
  margin-top: -70px;
  z-index: 10; }

.up-mar80 {
  margin-top: -80px;
  z-index: 10; }

.up-mar90 {
  margin-top: -90px;
  z-index: 10; }

.up-mar100 {
  margin-top: -100px;
  z-index: 10; }

.tooltip.show {
  opacity: 1; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem; }

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.75rem 1rem;
  color: #3F4254;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px; }

.tooltip .tooltip-inner {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  background: #ffffff; }

.tooltip.tooltop-auto-width .tooltip-inner {
  white-space: nowrap;
  max-width: none; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow {
  bottom: 0; }

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #ffffff; }

.bs-tooltip-end, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #ffffff; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow {
  top: 0; }

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #ffffff; }

.bs-tooltip-start, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #ffffff; }

.cour-stac p {
  margin-bottom: 0; }
  .cour-stac p.lt-sp {
    margin-left: 10px;
    margin-right: 10px; }

@media (max-width: 991px) {
  .cour-stac p {
    margin-bottom: 5px; }
    .cour-stac p.lt-sp:last-child {
      display: none; } }
.bd-example-row .row > .col, .bd-example-row .row > [class^=col-] {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2); }

.bd-example-row .row + .row {
  margin-top: 1rem; }

.card-columns .card {
  margin-bottom: 1.5rem; }
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: calc($default-gutter-width / 2);
         column-gap: calc($default-gutter-width / 2);
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.box .dataTables_wrapper {
  padding-left: 0;
  padding-right: 0; }

.pace .pace-progress {
  background: #ee3158; }
.pace .pace-activity {
  border-top-color: #ee3158;
  border-left-color: #ee3158; }

/* Morris chart */
.morris-chart text {
  font-family: "IBM Plex Sans", sans-serif !important; }

.morris-hover.morris-default-style {
  border-radius: 5px;
  padding: 10px 12px;
  background: #ffffff;
  border: none;
  font-family: "IBM Plex Sans", sans-serif;
  box-shadow: 0 5px 25px 5px rgba(23, 43, 76, 0.14); }
  .morris-hover.morris-default-style .morris-hover-point {
    line-height: 28px; }
  .morris-hover.morris-default-style .morris-hover-row-label {
    background-color: #172b4c;
    color: #ffffff;
    padding: 4px 20px;
    border-radius: 5px 5px 0 0;
    margin: -10px -12px 10px; }

.c-progress-steps {
  margin: 0;
  list-style-type: none;
  font-family: "IBM Plex Sans", sans-serif; }
  .c-progress-steps li {
    position: relative;
    font-size: 13px;
    color: #d1d3e0;
    padding: 16px 0 0 36px; }
    .c-progress-steps li a {
      color: inherit; }
    .c-progress-steps li.done {
      color: #3596f7; }
      .c-progress-steps li.done span {
        background-color: rgba(53, 150, 247, 0.09); }
      .c-progress-steps li.done:before {
        color: #3596f7;
        content: "\f058";
        width: 30px;
        height: 30px;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        border: 2px solid #3596f7; }
    .c-progress-steps li.current {
      color: #5156be;
      font-weight: 500; }
      .c-progress-steps li.current:before {
        color: #5156be;
        content: "\f192";
        width: 30px;
        height: 30px;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        border: 2px solid #5156be; }
    .c-progress-steps li:before {
      position: absolute;
      left: 0;
      font-family: 'Font Awesome 5 Free' !important;
      font-weight: 600;
      font-size: 18px;
      background-color: #ffffff;
      content: "\f111";
      width: 30px;
      height: 30px;
      display: inline-block;
      text-align: center;
      border-radius: 50%;
      border: 2px solid #e4e6ef; }
      @media all and (max-width: 600px) {
        .c-progress-steps li:before {
          top: calc(50% - 8px);
          font-size: 16px; } }
  @media all and (min-width: 600px) {
    .c-progress-steps {
      display: table;
      list-style-type: none;
      margin: 20px auto;
      padding: 0;
      table-layout: fixed;
      width: 100%; }
      .c-progress-steps li {
        display: table-cell;
        text-align: center;
        padding: 0;
        padding-bottom: 34px;
        white-space: nowrap;
        position: relative;
        border-left-width: 0;
        border-bottom-width: 4px;
        border-bottom-style: solid;
        border-bottom-color: #e4e6ef; }
        .c-progress-steps li.done {
          border-bottom-color: #3596f7; }
        .c-progress-steps li.current {
          color: #5156be;
          border-bottom-color: #5156be; }
          .c-progress-steps li.current span {
            background-color: rgba(81, 86, 190, 0.15);
            box-shadow: 0px 0px 0px 0.25px #5156be; }
          .c-progress-steps li.current:before {
            color: #5156be;
            content: "\f192"; }
        .c-progress-steps li:before {
          bottom: -15px;
          left: 50%;
          margin-left: -16px; }
        .c-progress-steps li span {
          background-color: rgba(53, 150, 247, 0.1);
          border-radius: 3px;
          padding: 6px;
          box-shadow: 0px 0px 5px 0.25px #f7f8fa; } }

/*---project table---*/
.dataTable tbody .details-control:before {
  font-family: FontAwesome;
  content: "\f055";
  font-size: 1.4em;
  color: #739e73; }

.dataTable tbody .shown .details-control::before {
  content: "\f056";
  color: #a90329; }

.dataTable tbody .details-control {
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  width: 50px; }

.project-members img {
  width: 25px;
  border-radius: 0; }

img.away {
  border-left-color: #ffc40d !important; }

img.online {
  border-left-color: #40ac2b !important; }

img.busy {
  border-left-color: #ed1c24 !important; }

img.offline {
  border-left-color: #ddd !important; }

img.away, img.busy, img.offline, img.online {
  border-left: 3px solid #fff; }

.project-members a {
  display: inline-block;
  overflow: hidden;
  margin: 0 3px 0 0;
  border-radius: 0; }

.dataTables_paginate.paging_simple_numbers .pagination .paginate_button a {
  padding: .5em 1em;
  border-radius: 2px;
  border: 0;
  margin: 0;
  min-width: 1.5em; }

.dataTables_wrapper .form-control {
  margin: 0 10px;
  padding: 5px 30px 5px 15px; }

@media all and (min-width: 1400px) {
  .proj-table {
    overflow: hidden; } }
.proj-table .pagination {
  margin-bottom: 0; }

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 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;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.7s ease-out;
    transition-property: transform, opacity;
    transform: scale(0);
    pointer-events: none; }
  .waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45); }
  .waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7); }
  .waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7); }
  .waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7); }
  .waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7); }
  .waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7); }
  .waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7); }
  .waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none; }
  .waves-effect img {
    position: relative;
    z-index: -1; }

.waves-notransition {
  transition: none !important; }

.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .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%;
  -webkit-mask-image: none; }

.waves-block {
  display: block; }

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1; }

/*# sourceMappingURL=style.css.map */


/*
Custom Styling
*/

.btn-block {
  width: 100%;
}


/*
Template Name: Doclinic - Responsive Admin Template
Author: Multipurpose Themes
File: scss
*/
/*@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");*/
/*Social Media Colors*/
/*Theme Colors*/
/*Lite color*/
/*Theme Colors For Dark*/
/*---light skin---*/
.light-skin .main-header li.user-header {
  background-color: #ffffff; }
.light-skin .main-header .navbar .sidebar-toggle {
  color: #ffffff; }
.light-skin .main-header .navbar .res-only-view {
  color: #ffffff; }
.light-skin .main-header .navbar .nav > li > a:hover, .light-skin .main-header .navbar .nav > li > a:active, .light-skin .main-header .navbar .nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0.03);
  color: #5156be; }
.light-skin .main-header .navbar .nav .open > a {
  background-color: rgba(0, 0, 0, 0.05); }
  .light-skin .main-header .navbar .nav .open > a:hover, .light-skin .main-header .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05); }
.light-skin .main-header .navbar .nav > .active > a {
  background-color: rgba(0, 0, 0, 0.05); }
.light-skin .main-header .app-menu .dropdown-mega-menu .nav > li > a {
  color: #3b6dc1; }
.light-skin .main-sidebar {
  border-right: 0px solid rgba(72, 94, 144, 0.16);
  background-color: #fbfaff; }
.light-skin .user-panel > .info {
  color: #ffffff; }
  .light-skin .user-panel > .info > a {
    color: #ffffff; }
.light-skin .sidebar-menu > li:hover > a, .light-skin .sidebar-menu > li:active > a, .light-skin .sidebar-menu > li.active > a {
  color: #172b4c; }
.light-skin .sidebar-menu > li.active > a {
  background-color: #172b4c;
  color: #ffffff;
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0); }
  .light-skin .sidebar-menu > li.active > a > i {
    color: #ffffff; }
  .light-skin .sidebar-menu > li.active > a:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 10px 22px 0;
    border-color: transparent #fafafa transparent transparent !important; }
.light-skin .sidebar-menu > li.menu-open > a {
  color: #172b4c;
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0);
  background-color: transparent; }
  .light-skin .sidebar-menu > li.menu-open > a svg {
    color: #172b4c; }
.light-skin .sidebar-menu > li > .treeview-menu {
  margin: 0 0px; }
.light-skin.sidebar-collapse .sidebar-menu > li > .treeview-menu {
  background-color: #ffffff;
  box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.1); }
  .light-skin.sidebar-collapse .sidebar-menu > li > .treeview-menu > .treeview .treeview-menu {
    background-color: #ffffff;
    box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.1); }
.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
  background-color: #ffffff !important;
  box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.1); }
.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #ffffff !important;
  color: #ffffff; }
.light-skin .sidebar a {
  color: #5C607B; }
  .light-skin .sidebar a:hover {
    text-decoration: none; }
.light-skin .sidebar-form {
  border-radius: 3px;
  border: 1px solid gray; }
  .light-skin .sidebar-form input[type="text"] {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.59);
    border: 1px solid rgba(0, 0, 0, 0.59);
    height: 35px;
    color: #ffffff;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px; }
    .light-skin .sidebar-form input[type="text"]:focus {
      color: #ffffff; }
      .light-skin .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
        color: #ffffff; }
  .light-skin .sidebar-form .btn {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.59);
    border: 1px solid rgba(0, 0, 0, 0.59);
    height: 35px;
    color: #f3f6f9;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0; }
.light-skin .control-sidebar {
  color: #172b4c;
  background-color: #ffffff; }
  .light-skin .control-sidebar + .control-sidebar-bg {
    box-shadow: 0px 5px 10px 1px rgba(77, 77, 77, 0.2); }
  .light-skin .control-sidebar .nav-tabs.control-sidebar-tabs {
    border-bottom: 1px solid #cccccc; }
    .light-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a {
      color: #172b4c;
      border-bottom-color: #cccccc; }
      .light-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hover, .light-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:active, .light-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:focus {
        border-bottom-color: #cccccc;
        background-color: transparent; }
      .light-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active {
        background-color: transparent; }
        .light-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:hover, .light-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:active, .light-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:focus {
          background-color: transparent; }
  .light-skin .control-sidebar .control-sidebar-heading {
    color: #172b4c; }
  .light-skin .control-sidebar .control-sidebar-subheading {
    color: #172b4c; }
  .light-skin .control-sidebar .control-sidebar-menu {
    margin-left: -14px; }
    .light-skin .control-sidebar .control-sidebar-menu > li > a:hover {
      background-color: #f3f6f9; }
    .light-skin .control-sidebar .control-sidebar-menu > li > a .menu-info > p {
      color: #666666; }

.control-sidebar + .control-sidebar-bg {
  background-color: #ffffff; }

@media (max-width: 767px) {
  .light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    background-color: rgba(255, 255, 255, 0) !important; }
  .light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.menu-open > a {
    background-color: rgba(255, 255, 255, 0.95) !important; }
  .light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a {
    background-color: rgba(255, 255, 255, 0.95) !important; } }
.alert-primary, .alert-danger, .alert-error, .alert-info, .alert-success, .alert-warning, .bg-black, .bg-black-active, .callout.callout-danger, .callout.callout-info, .callout.callout-success, .callout.callout-warning, .callout.callout-primary, .label-danger, .label-info, .label-primary, .label-success, .label-warning, .modal-danger .modal-body, .modal-danger .modal-footer, .modal-danger .modal-header, .modal-info .modal-body, .modal-info .modal-footer, .modal-info .modal-header, .modal-primary .modal-body, .modal-primary .modal-footer, .modal-primary .modal-header, .modal-success .modal-body, .modal-success .modal-footer, .modal-success .modal-header, .modal-warning .modal-body, .modal-warning .modal-footer, .modal-warning .modal-header, .bg-warning, .bg-gray, .modal-primary .modal-header *, .modal-info .modal-header *, .modal-success .modal-header *, .modal-danger .modal-header *, .modal-warning .modal-header * {
  color: #ffffff; }

/*---Dark skin---*/
body.dark-skin {
  background-color: #15243e;
  color: #b5b5c3; }
  body.dark-skin .content-wrapper {
    background-color: #15243e; }
  body.dark-skin .navbar-nav > .user-menu > .dropdown-menu > .user-body {
    border-color: rgba(255, 255, 255, 0.12); }
  body.dark-skin .navbar-nav > .dropdown > .dropdown-menu > li .menu > li > a {
    border-color: rgba(255, 255, 255, 0.12);
    color: #b5b5c3; }
    body.dark-skin .navbar-nav > .dropdown > .dropdown-menu > li .menu > li > a > div > h4 {
      color: #bdd1f8; }
      body.dark-skin .navbar-nav > .dropdown > .dropdown-menu > li .menu > li > a > div > h4 > small {
        color: #bdd1f8; }
    body.dark-skin .navbar-nav > .dropdown > .dropdown-menu > li .menu > li > a > div > span {
      color: #b5b5c3; }
    body.dark-skin .navbar-nav > .dropdown > .dropdown-menu > li .menu > li > a > h3 {
      color: #bdd1f8; }
    body.dark-skin .navbar-nav > .dropdown > .dropdown-menu > li .menu > li > a:hover {
      background-color: rgba(12, 26, 50, 0.2); }
  body.dark-skin .navbar-nav > .dropdown > .dropdown-menu > li.header {
    border-color: rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #b5b5c3;
    background-color: #112547; }
  body.dark-skin .main-header .navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #15243e; }

.dark-skin h1, .dark-skin h2, .dark-skin h3, .dark-skin h4, .dark-skin h5, .dark-skin h6 {
  color: rgba(255, 255, 255, 0.85); }
.dark-skin a {
  color: #b5b5c3; }
  .dark-skin a.bg-light:hover, .dark-skin a.bg-light:focus {
    background-color: #2a5aad !important; }
.dark-skin .form-control, .dark-skin .form-select {
  background-color: #0c1a32;
  color: #b5b5c3; }
.dark-skin .search-box .app-search .srh-btn {
  background-color: #254f99; }
.dark-skin .content-header .breadcrumb {
  color: #b5b5c3; }
  .dark-skin .content-header .breadcrumb .breadcrumb-item a {
    color: #b5b5c3; }
  .dark-skin .content-header .breadcrumb .breadcrumb-item.active {
    color: #566f9e; }
.dark-skin .dropdown-menu {
  background-color: #112547;
  border-color: rgba(255, 255, 255, 0.12); }
  .dark-skin .dropdown-menu > li > a {
    color: #b5b5c3; }
.dark-skin .box-solid .box-controls .dropdown-item {
  color: #b5b5c3; }
.dark-skin .dropdown-grid {
  border-color: rgba(255, 255, 255, 0.12); }
  .dark-skin .dropdown-grid .dropdown-item:hover {
    border-color: #2a5aad; }
.dark-skin .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.12); }
.dark-skin .dropdown-item:hover, .dark-skin .dropdown-item:focus {
  background-color: #162f5b;
  color: #b5b5c3; }
.dark-skin .content-header .page-title {
  color: #b5b5c3;
  border-color: #638fda; }
.dark-skin .content-header .right-title .dropdown > .btn {
  border-color: rgba(255, 255, 255, 0.12) !important;
  background-color: #254f99; }
.dark-skin .subheader_daterange {
  background-color: #254f99; }
.dark-skin .nav-tabs-custom > .nav-tabs > li > a {
  color: #b5b5c3; }
.dark-skin .ranges li {
  background-color: rgba(12, 26, 50, 0.2);
  border-color: rgba(255, 255, 255, 0.12);
  color: #b5b5c3; }
.dark-skin .btn-default {
  background-color: #0c1a32;
  color: #b5b5c3;
  border-color: rgba(255, 255, 255, 0.12); }
  .dark-skin .btn-default.hover {
    background-color: #254f99;
    border-color: #254f99; }
  .dark-skin .btn-default:hover, .dark-skin .btn-default:active, .dark-skin .btn-default.active {
    background-color: #254f99;
    border-color: #254f99; }
.dark-skin .btn.btn-outline {
  color: #b5b5c3;
  border-color: rgba(255, 255, 255, 0.12); }
  .dark-skin .btn.btn-outline:hover {
    color: #ffffff;
    background-color: rgba(12, 26, 50, 0.2); }
  .dark-skin .btn.btn-outline.btn-white {
    color: #ffffff !important;
    border-color: #ffffff !important; }
  .dark-skin .btn.btn-outline.btn-dark {
    color: #b5b5c3 !important;
    background-color: transparent;
    border-color: #172b4c; }
.dark-skin .btn-toggle:before, .dark-skin .btn-toggle:after {
  color: #b5b5c3; }
.dark-skin button.bg-light:hover, .dark-skin button.bg-light:focus {
  background-color: #2a5aad !important; }
.dark-skin .btn.btn-light {
  background-color: #112547;
  border-color: rgba(255, 255, 255, 0.12);
  color: #b5b5c3 !important; }
.dark-skin .box-controls li > a {
  color: #b5b5c3; }
.dark-skin .box {
  background-color: #254f99; }
  .dark-skin .box .box-header {
    color: #b5b5c3;
    border-color: rgba(255, 255, 255, 0.12); }
    .dark-skin .box .box-header .box-subtitle {
      color: #b5b5c3; }
  .dark-skin .box .box-footer {
    background-color: #0c1a32;
    border-color: rgba(255, 255, 255, 0.12); }
  .dark-skin .box .box-transparent {
    background-color: transparent !important;
    box-shadow: none !important; }
  .dark-skin .box[class*=bg-pale] > .box-header {
    color: #172b4c; }
  .dark-skin .box.box-solid .box-body {
    background-color: #0c1a32 !important;
    color: #b5b5c3; }
  .dark-skin .box.box-solid .box-controls li > a {
    color: #ffffff; }
  .dark-skin .box.box-solid.box-default > .box-header {
    color: #172b4c;
    background-color: #f3f6f9; }
    .dark-skin .box.box-solid.box-default > .box-header .btn {
      color: #172b4c; }
    .dark-skin .box.box-solid.box-default > .box-header a {
      color: #172b4c; }
    .dark-skin .box.box-solid.box-default > .box-header > .box-tools .btn {
      border: 0;
      box-shadow: none; }
  .dark-skin .box .border-right {
    border-right: 1px solid #f3f6f9; }
  .dark-skin .box .border-left {
    border-left: 1px solid #f3f6f9; }
  .dark-skin .box .overlay {
    background: rgba(255, 255, 255, 0.7); }
  .dark-skin .box .flex-column > li {
    border-color: rgba(255, 255, 255, 0.12); }
  .dark-skin .box .knob-label {
    color: #4f80d5; }
.dark-skin .box-inverse {
  color: #ffffff !important;
  background-color: #2a5aad; }
  .dark-skin .box-inverse .box-header {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.15); }
  .dark-skin .box-inverse .box-title {
    color: #ffffff !important; }
  .dark-skin .box-inverse h1, .dark-skin .box-inverse h2, .dark-skin .box-inverse h3, .dark-skin .box-inverse h4, .dark-skin .box-inverse h5, .dark-skin .box-inverse h6, .dark-skin .box-inverse small {
    color: #ffffff !important; }
  .dark-skin .box-inverse .box-controls li > a {
    color: #b5b5c3 !important; }
  .dark-skin .box-inverse .box-footer {
    border-color: rgba(255, 255, 255, 0.5); }
  .dark-skin .box-inverse .box-action {
    border-color: rgba(255, 255, 255, 0.5); }
  .dark-skin .box-inverse .box-btn-more:before, .dark-skin .box-inverse .box-btn-more:after {
    border-color: #ffffff; }
.dark-skin .box-gray {
  background-color: #638fda; }
  .dark-skin .box-gray.box-bordered {
    border-color: #638fda; }
.dark-skin .box-dark {
  background-color: #172b4c; }
  .dark-skin .box-dark .box-bordered {
    border-color: #172b4c; }
.dark-skin .box-bordered {
  border-color: rgba(255, 255, 255, 0.12); }
.dark-skin .box-profile.nav-tabs-custom > .nav-tabs {
  background-color: #2a5aad; }
  .dark-skin .box-profile.nav-tabs-custom > .nav-tabs > li > a.active {
    color: #b5b5c3; }
    .dark-skin .box-profile.nav-tabs-custom > .nav-tabs > li > a.active:hover {
      color: #b5b5c3; }
.dark-skin .box-comments {
  border: 1px solid #5C607B; }
  .dark-skin .box-comments .username {
    color: #ffffff; }
    .dark-skin .box-comments .username .comment-text {
      color: #a1bbe8; }
  .dark-skin .box-comments .box-comment {
    border-color: rgba(255, 255, 255, 0.12); }
.dark-skin .card {
  background-color: #0c1a32;
  border: 1px solid #5C607B; }
  .dark-skin .card .card-header {
    background-color: transparent !important;
    border-color: #5C607B; }
  .dark-skin .card .card-footer {
    background-color: transparent !important;
    border-color: #5C607B; }
.dark-skin .left-block {
  border-color: rgba(255, 255, 255, 0.12) !important;
  background-color: #112547; }
  .dark-skin .left-block .left-content-area > .box {
    background-color: #112547; }
  .dark-skin .left-block .left-content-area > .card {
    background-color: #112547; }
.dark-skin .todo-list > li {
  color: #b5b5c3; }
.dark-skin .btn-box-tool:hover {
  color: #b5b5c3; }
.dark-skin .show .btn-box-tool {
  color: #b5b5c3; }
.dark-skin .page-header {
  border-color: rgba(255, 255, 255, 0.12); }
.dark-skin .overlay-wrapper .overlay {
  background: rgba(255, 255, 255, 0.7); }
.dark-skin .info-box {
  background-color: #254f99;
  border: 1px solid #5C607B; }
.dark-skin .badge-default {
  color: #172b4c;
  background-color: #789edf; }
.dark-skin code {
  border-color: rgba(255, 255, 255, 0.12);
  background-color: #0c1a32; }
.dark-skin .code-preview {
  border-color: rgba(255, 255, 255, 0.12);
  background-color: #0c1a32; }
.dark-skin .table {
  color: #b5b5c3; }
  .dark-skin .table > thead > tr > th {
    border-color: rgba(255, 255, 255, 0.12); }
  .dark-skin .table > thead > tr > td {
    border-color: rgba(255, 255, 255, 0.12); }
  .dark-skin .table > tbody > tr > td {
    border-color: rgba(255, 255, 255, 0.12); }
  .dark-skin .table > tbody > tr > th {
    border-color: rgba(255, 255, 255, 0.12); }
  .dark-skin .table > tfoot > tr > td {
    border-color: rgba(255, 255, 255, 0.12); }
  .dark-skin .table > tfoot > tr > th {
    border-color: rgba(255, 255, 255, 0.12); }
  .dark-skin .table.table-striped > tbody > tr:nth-of-type(odd) {
    color: inherit; }
.dark-skin .table-bordered {
  border-color: rgba(255, 255, 255, 0.12); }
  .dark-skin .table-bordered > tbody > tr > td {
    border-color: rgba(255, 255, 255, 0.12) !important; }
  .dark-skin .table-bordered > tbody > tr > th {
    border-color: rgba(255, 255, 255, 0.12) !important; }
  .dark-skin .table-bordered > tfoot > tr > td {
    border-color: rgba(255, 255, 255, 0.12) !important; }
  .dark-skin .table-bordered > tfoot > tr > th {
    border-color: rgba(255, 255, 255, 0.12) !important; }
  .dark-skin .table-bordered > thead > tr > td {
    border-color: rgba(255, 255, 255, 0.12) !important; }
  .dark-skin .table-bordered > thead > tr > th {
    border-color: rgba(255, 255, 255, 0.12) !important; }
.dark-skin .table-active {
  background-color: #204584; }
  .dark-skin .table-active > th {
    background-color: #204584; }
  .dark-skin .table-active > td {
    background-color: #204584; }
.dark-skin .table-separated tbody tr {
  background-color: #172b4c; }
.dark-skin .dataTable input {
  border-color: rgba(255, 255, 255, 0.12);
  color: #4f80d5;
  background-color: #1b3a70; }
.dark-skin .dataTable select {
  border-color: rgba(255, 255, 255, 0.12);
  color: #4f80d5;
  background-color: #1b3a70; }
.dark-skin .page-item.disabled .page-link {
  color: #b5b5c3;
  background-color: #0c1a32;
  border-color: rgba(255, 255, 255, 0.12); }
.dark-skin .pagination > li > a {
  background-color: #172b4c;
  color: #b5b5c3; }
.dark-skin .paging_simple_numbers .pagination .paginate_button {
  background-color: transparent; }
  .dark-skin .paging_simple_numbers .pagination .paginate_button:hover {
    background-color: transparent; }
.dark-skin .nav > li > a:hover, .dark-skin .nav > li > a:active, .dark-skin .nav > li > a:focus {
  color: #3562ae; }
.dark-skin .nav-tabs-custom > .nav-tabs > li > a.active {
  background-color: #294c87;
  color: #ffffff;
  border-left-color: rgba(255, 255, 255, 0.12);
  border-right-color: rgba(255, 255, 255, 0.12); }
  .dark-skin .nav-tabs-custom > .nav-tabs > li > a.active:hover {
    background-color: #294c87;
    color: #b5b5c3; }
.dark-skin .media-list-hover > .media:not(.media-list-header):not(.media-list-footer):hover {
  background-color: rgba(12, 26, 50, 0.2); }
.dark-skin .media-list-hover .media-list-body > .media:hover {
  background-color: rgba(12, 26, 50, 0.2); }
.dark-skin .media a:not(.btn):not(.avatar) {
  color: #b5b5c3; }
.dark-skin .media-list-hover > .media:not(.media-list-header):not(.media-list-footer):hover, .dark-skin .media-list-hover .media-list-body > .media:hover {
  background-color: #112547; }
  .dark-skin .media-list-hover > .media:not(.media-list-header):not(.media-list-footer):hover a:not(.btn):not(.avatar), .dark-skin .media-list-hover .media-list-body > .media:hover a:not(.btn):not(.avatar) {
    color: #b5b5c3; }
  .dark-skin .media-list-hover > .media:not(.media-list-header):not(.media-list-footer):hover .divider-dash, .dark-skin .media-list-hover .media-list-body > .media:hover .divider-dash {
    color: #b5b5c3; }
.dark-skin .modal-content {
  background-color: #112547; }
.dark-skin .modal-header {
  border-color: rgba(255, 255, 255, 0.12); }
.dark-skin .modal-footer {
  border-color: rgba(255, 255, 255, 0.12); }
.dark-skin .media-body > p:last-child {
  color: #b5b5c3; }
.dark-skin .modal-fill .modal-content {
  background-color: #172b4c; }
.dark-skin .modal.modal-fill {
  background-color: #172b4c; }
.dark-skin .media-list-divided > .media:not(.media-list-header):not(.media-list-footer) {
  border-bottom-color: rgba(255, 255, 255, 0.2); }
.dark-skin .media-list-divided .media-list-body > .media {
  border-bottom-color: rgba(255, 255, 255, 0.2); }
.dark-skin .close {
  color: #8cade4;
  text-shadow: none; }
.dark-skin .flex-column > li > a {
  color: #8cade4; }
.dark-skin .mailbox-nav .nav-pills > li > a:hover, .dark-skin .mailbox-nav .nav-pills > li > a:focus {
  background-color: rgba(12, 26, 50, 0.2); }
.dark-skin .mailbox-nav .nav-pills > li > a.active:hover, .dark-skin .mailbox-nav .nav-pills > li > a.active:focus {
  background-color: rgba(12, 26, 50, 0.2); }
.dark-skin .mailbox-messages table a {
  color: #b5b5c3; }
.dark-skin .mailbox-messages .mailbox-date {
  font-size: 12px;
  color: #b5b5c3; }
.dark-skin .mailbox-controls.with-border {
  border-color: rgba(255, 255, 255, 0.12); }
.dark-skin .mailbox-read-info {
  border-color: rgba(255, 255, 255, 0.12); }
.dark-skin .mailbox-read-time {
  color: #b5b5c3; }
.dark-skin .mailbox-attachment-info {
  background-color: #1b3a70; }
.dark-skin .mailbox-attachments li {
  border-color: rgba(255, 255, 255, 0.12); }
.dark-skin .callout .highlight {
  background-color: #0c1a32; }
.dark-skin .callout code {
  background-color: #0c1a32; }
.dark-skin .wysihtml5-toolbar .btn-default {
  background-color: #0c1a32; }
.dark-skin .wysihtml5-sandbox {
  background-color: #0c1a32 !important;
  border-color: rgba(255, 255, 255, 0.12) !important; }
  .dark-skin .wysihtml5-sandbox body.placeholder {
    background-color: #1b3a70 !important;
    border-color: rgba(255, 255, 255, 0.12) !important; }
.dark-skin .lookup::before {
  color: #b5b5c3; }
.dark-skin .lookup input {
  color: #b5b5c3; }
.dark-skin .form-control, .dark-skin .form-select {
  border-color: rgba(255, 255, 255, 0.12); }
.dark-skin .form-element .form-control {
  color: #b5b5c3;
  background-image: linear-gradient(#ffa800, #ffa800), linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)); }
  .dark-skin .form-element .form-control:focus {
    background-image: linear-gradient(#ffa800, #ffa800), linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)); }
.dark-skin .input-group .input-group-addon {
  border-color: rgba(255, 255, 255, 0.12);
  color: #b5b5c3;
  background-color: #1b3a70; }
.dark-skin .input-group-text {
  border-color: rgba(255, 255, 255, 0.12);
  color: #b5b5c3;
  background-color: #1b3a70; }
.dark-skin .direct-chat-text p {
  background: #1b3a70;
  color: #cad9f2; }
.dark-skin .direct-chat-timestamp {
  color: #789edf; }
.dark-skin time {
  color: #b5b5c3; }
.dark-skin .wizard-content .wizard > .steps > ul > li {
  background-color: #1b3a70;
  border-color: rgba(255, 255, 255, 0.12); }
.dark-skin ul .list-style-none li a {
  color: #cad9f2; }
.dark-skin .divider-dash {
  color: #cad9f2; }
.dark-skin .divider:before, .dark-skin .divider:after {
  border-top: 1px solid #2a5aad; }
.dark-skin .fc-toolbar .fc-center {
  color: #b5b5c3; }
.dark-skin .fc-button {
  background-color: #1b3a70;
  border-color: rgba(255, 255, 255, 0.12);
  color: #b5b5c3;
  text-shadow: none; }
.dark-skin .fc th[class*=fc-] {
  background-color: #0c1a32; }
.dark-skin .fc th.fc-widget-header {
  color: #b5b5c3; }
.dark-skin .fc-unthemed .fc-content {
  border-color: rgba(255, 255, 255, 0); }
.dark-skin .fc-unthemed .fc-divider {
  border-color: rgba(255, 255, 255, 0); }
.dark-skin .fc-unthemed .fc-list-heading td {
  border-color: rgba(255, 255, 255, 0); }
.dark-skin .fc-unthemed .fc-list-view {
  border-color: rgba(255, 255, 255, 0); }
.dark-skin .fc-unthemed .fc-popover {
  border-color: rgba(255, 255, 255, 0); }
.dark-skin .fc-unthemed .fc-row {
  border-color: rgba(255, 255, 255, 0); }
.dark-skin .fc-unthemed tbody {
  border-color: rgba(255, 255, 255, 0); }
.dark-skin .fc-unthemed td {
  border-color: rgba(255, 255, 255, 0); }
.dark-skin .fc-unthemed th {
  border-color: rgba(255, 255, 255, 0); }
.dark-skin .fc-unthemed thead {
  border-color: rgba(255, 255, 255, 0); }
.dark-skin .fc-unthemed .fc-today {
  border-color: rgba(255, 255, 255, 0);
  background-color: #1b3a70 !important; }
.dark-skin .fc-day {
  background-color: #0c1a32; }
.dark-skin .publisher-multi .publisher-input {
  color: #ffffff; }
.dark-skin .user-block .description {
  color: #b5b5c3; }
.dark-skin .post {
  border-bottom-color: rgba(255, 255, 255, 0.12);
  color: #b5b5c3; }
.dark-skin .blockquote {
  color: #b5b5c3; }
  .dark-skin .blockquote footer {
    color: #b5b5c3; }
.dark-skin .progress {
  background-color: #1b3a70; }
.dark-skin .ribbon-wrapper {
  background-color: #1b3a70; }
.dark-skin .ribbon-wrapper-reverse {
  background-color: #1b3a70; }
.dark-skin .ribbon-wrapper-bottom {
  background-color: #1b3a70; }
.dark-skin .ribbon-wrapper-right-bottom {
  background-color: #1b3a70; }
.dark-skin .flexslider {
  background: #0c1a32;
  border-color: transparent; }
.dark-skin .slider-track {
  background-color: #1b3a70;
  background-image: linear-gradient(to bottom, #1b3a70, #1b3a70); }
.dark-skin .vtabs .tabs-vertical li .nav-link {
  color: #b5b5c3; }
.dark-skin .tabcontent-border {
  border-color: rgba(255, 255, 255, 0.12); }
.dark-skin .nav-tabs-custom {
  background-color: #0c1a32; }
  .dark-skin .nav-tabs-custom > .tab-content {
    background-color: #0c1a32; }
.dark-skin .nav-tabs {
  border-color: rgba(255, 255, 255, 0.12); }
  .dark-skin .nav-tabs .nav-link {
    border-color: rgba(255, 255, 255, 0.12);
    color: #b5b5c3; }
    .dark-skin .nav-tabs .nav-link.active {
      color: #ffffff !important; }
.dark-skin .nav-pills > li > a {
  color: #b5b5c3; }
  .dark-skin .nav-pills > li > a.active {
    color: #ffffff !important; }
.dark-skin .nav-tabs-inverse-mode .nav-link.active {
  color: #b5b5c3 !important; }
  .dark-skin .nav-tabs-inverse-mode .nav-link.active:hover, .dark-skin .nav-tabs-inverse-mode .nav-link.active:focus {
    color: #b5b5c3 !important; }
.dark-skin .timeline__post {
  background-color: #1b3a70; }
.dark-skin .timeline .timeline-item > .timeline-event {
  background-color: #1b3a70;
  border-color: rgba(255, 255, 255, 0.12);
  color: #b5b5c3; }
  .dark-skin .timeline .timeline-item > .timeline-event.timeline-event-default {
    background-color: #1b3a70;
    border-color: rgba(255, 255, 255, 0.12);
    color: #b5b5c3; }
    .dark-skin .timeline .timeline-item > .timeline-event.timeline-event-default:before {
      border-left-color: rgba(255, 255, 255, 0.12);
      border-right-color: rgba(255, 255, 255, 0.12); }
    .dark-skin .timeline .timeline-item > .timeline-event.timeline-event-default:after {
      border-left-color: #1b3a70;
      border-right-color: #1b3a70; }
  .dark-skin .timeline .timeline-item > .timeline-event:before {
    border-left-color: rgba(255, 255, 255, 0.12);
    border-right-color: rgba(255, 255, 255, 0.12); }
  .dark-skin .timeline .timeline-item > .timeline-event:after {
    border-left-color: #1b3a70;
    border-right-color: #1b3a70; }
.dark-skin .panel {
  background-color: #0c1a32; }
.dark-skin .panel-title {
  color: #b5b5c3; }
.dark-skin .fontawesome-icon-list .fa-hover {
  color: #b5b5c3; }
.dark-skin .ion-icon-list .ion-hover {
  color: #b5b5c3; }
.dark-skin .bs-glyphicons li {
  border-color: rgba(255, 255, 255, 0.12);
  color: #b5b5c3; }
.dark-skin .icon-list-demo div {
  color: #b5b5c3; }
.dark-skin .dp-off {
  background-color: #1b3a70 !important; }
.dark-skin .dp-divider {
  border-color: rgba(255, 255, 255, 0.12) !important; }
.dark-skin .myadmin-dd .dd-list .dd-item .dd-handle {
  background-color: #1b3a70; }
.dark-skin .myadmin-dd .dd-list .dd3-content {
  background-color: #1b3a70; }
.dark-skin .myadmin-dd .dd-list .dd3-handle {
  background-color: #1b3a70; }
.dark-skin .grid-stack-item-content {
  background-color: #1b3a70;
  color: #b5b5c3; }
.dark-skin .sweet-alert {
  background-color: #1b3a70; }
  .dark-skin .sweet-alert h2 {
    color: #b5b5c3; }
  .dark-skin .sweet-alert p {
    color: #b5b5c3; }
  .dark-skin .sweet-alert .sa-icon.sa-success:before, .dark-skin .sweet-alert .sa-icon.sa-success:after {
    background-color: #1b3a70; }
  .dark-skin .sweet-alert .sa-icon.sa-success .sa-fix {
    background-color: #1b3a70; }
.dark-skin .ct-grid {
  stroke: rgba(255, 255, 255, 0.2); }
.dark-skin .ct-label {
  fill: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4); }
.dark-skin .invoice {
  border-color: rgba(255, 255, 255, 0.12);
  background-color: #112547; }
.dark-skin .invoice-details {
  border-color: rgba(255, 255, 255, 0.12);
  background-color: #112547; }
.dark-skin .product-list-in-box > .item {
  border-color: rgba(255, 255, 255, 0.12); }
.dark-skin .list-group-item {
  background-color: #0c1a32;
  border: 1px solid rgba(255, 255, 255, 0.12); }
.dark-skin .list-style-none li.divider {
  background-color: #2a5aad; }
.dark-skin .attachment-block {
  background-color: #2a5aad;
  border-color: rgba(255, 255, 255, 0.12); }
  .dark-skin .attachment-block .attachment-text {
    color: #4f80d5; }
.dark-skin .badge-ring::after {
  background-color: #254f99; }
.dark-skin :not(pre) > code[class*="language-"] {
  background: #1b3a70;
  border: 1px solid #204584;
  border-left: 2px solid #ffa800; }
.dark-skin pre[class*="language-"] {
  background: #1b3a70;
  border: 1px solid #204584;
  border-left: 2px solid #ffa800; }
.dark-skin hr {
  border-top-color: rgba(255, 255, 255, 0.1); }
.dark-skin .icons-list-demo div {
  color: #b6caed; }
.dark-skin .custom-file-label {
  background-color: #2a5aad;
  border: 1px solid rgba(255, 255, 255, 0.12); }
  .dark-skin .custom-file-label ::after {
    color: #b6caed;
    background-color: #2a5aad;
    border-left: 1px solid rgba(255, 255, 255, 0.12); }
.dark-skin .dropzone {
  background-color: #1b3a70; }
.dark-skin .main-header .logo-box {
  background: #0c1a32 !important;
  border-bottom: 1px solid #0c1a32; }
  .dark-skin .main-header .logo-box > a.push-btn {
    background-color: #0c1a32; }
.dark-skin .main-header .app-menu .search-bx input[type="search"] {
  background-color: #0c1a32;
  color: #b5b5c3; }
.dark-skin .main-header .app-menu .search-bx ::-moz-placeholder {
  color: #b5b5c3; }
.dark-skin .main-header .app-menu .search-bx ::placeholder {
  color: #b5b5c3; }
.dark-skin .main-header .app-menu .search-bx .btn {
  background-color: #0c1a32;
  color: #b5b5c3 !important; }
.dark-skin .main-header li.user-header {
  background-color: #ffffff; }
.dark-skin .main-header .navbar .sidebar-toggle {
  color: #ffffff; }
.dark-skin .main-header .navbar .res-only-view {
  color: #ffffff; }
.dark-skin .main-header .navbar .nav > li > a {
  background-color: #0c1a32; }
  .dark-skin .main-header .navbar .nav > li > a:hover, .dark-skin .main-header .navbar .nav > li > a:active, .dark-skin .main-header .navbar .nav > li > a:focus {
    background-color: rgba(12, 26, 50, 0.05); }
.dark-skin .main-header .navbar .nav .open > a {
  background-color: rgba(12, 26, 50, 0.05); }
  .dark-skin .main-header .navbar .nav .open > a:hover, .dark-skin .main-header .navbar .nav .open > a:focus {
    background-color: rgba(12, 26, 50, 0.05); }
.dark-skin .main-header .navbar .nav > .active > a {
  background-color: rgba(12, 26, 50, 0.05); }
.dark-skin .main-footer {
  color: #b5b5c3; }
.dark-skin .main-sidebar {
  background-color: #0c1a32; }
.dark-skin .left-side {
  box-shadow: 0 10px 15px -5px rgba(41, 76, 135, 0.07);
  background-color: rgba(42, 90, 173, 0.75); }
.dark-skin .user-panel > .info {
  color: #ffffff; }
  .dark-skin .user-panel > .info > a {
    color: #ffffff; }
.dark-skin .sidebar-menu > li {
  border-left: 0px solid #0c1a32; }
.dark-skin .main-sidebar .sidebar-footer {
  background-color: #0c1a32; }
.dark-skin .sidebar-menu > li.treeview.menu-open > a {
  opacity: 1; }
.dark-skin .sidebar-menu > li:hover > a {
  color: #ffffff; }
  .dark-skin .sidebar-menu > li:hover > a > i {
    color: #ffffff;
    border: 0px solid #8cade4; }
.dark-skin .sidebar-menu > li.active > a {
  color: #ffffff; }
  .dark-skin .sidebar-menu > li.active > a > i {
    color: #8cade4;
    border: 0px solid #8cade4; }
.dark-skin .sidebar-menu > li.active > a {
  background-color: #ffffff;
  color: #172b4c; }
  .dark-skin .sidebar-menu > li.active > a > i {
    color: #172b4c; }
  .dark-skin .sidebar-menu > li.active > a:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 10px 22px 0;
    border-color: transparent #204584 transparent transparent !important; }
.dark-skin .sidebar-menu > li.menu-open > a > i {
  color: #8cade4;
  border: 0px solid #8cade4; }
.dark-skin .sidebar-menu > li > a > i {
  color: #b5b5c3; }
.dark-skin .sidebar-menu > li > .treeview-menu {
  margin: 0 0px; }
.dark-skin .sidebar-menu li.header {
  color: #b5b5c3; }
.dark-skin.sidebar-collapse .sidebar-menu > li > .treeview-menu {
  background-color: #0c1a32; }
  .dark-skin.sidebar-collapse .sidebar-menu > li > .treeview-menu > .treeview .treeview-menu {
    background-color: #0c1a32; }
.dark-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
  background-color: #0c1a32 !important;
  color: #ffffff; }
.dark-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background-color: #0c1a32 !important;
  color: #ffffff; }

@media (max-width: 767px) {
  .dark-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    background-color: rgba(42, 90, 173, 0) !important; }
  .dark-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.menu-open > a {
    background-color: rgba(42, 90, 173, 0) !important; }
  .dark-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a {
    background-color: rgba(42, 90, 173, 0) !important; } }
.dark-skin .sidebar a {
  color: #b5b5c3; }
  .dark-skin .sidebar a:hover {
    text-decoration: none; }
  .dark-skin .sidebar a > svg {
    color: #b5b5c3;
    fill: rgba(27, 46, 75, 0.3); }
.dark-skin .sidebar-form {
  border: 1px solid #8cade4; }
  .dark-skin .sidebar-form input[type="text"] {
    box-shadow: none;
    background-color: rgba(12, 26, 50, 0.59);
    border: 1px solid rgba(12, 26, 50, 0.59);
    color: #ffffff; }
    .dark-skin .sidebar-form input[type="text"]:focus {
      color: #ffffff; }
      .dark-skin .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
        color: #ffffff; }
  .dark-skin .sidebar-form .btn {
    box-shadow: none;
    background-color: rgba(12, 26, 50, 0.59);
    border: 1px solid rgba(12, 26, 50, 0.59);
    color: #f3f6f9; }
.dark-skin .main-footer {
  background-color: body-dark;
  color: #ffffff; }
.dark-skin .nav-dot-separated .nav-item::after {
  color: #b5b5c3; }
.dark-skin .nav-dot-separated > .nav-link::after {
  color: #b5b5c3; }
.dark-skin .box {
  background-color: #0c1a32;
  box-shadow: -7.829px 11.607px 21px 0px rgba(25, 42, 70, 0);
  border: 1px solid #5C607B; }
  .dark-skin .box.box-solid .box-title {
    color: #ffffff; }
  .dark-skin .box[class*=bg] h1, .dark-skin .box[class*=bg] h2, .dark-skin .box[class*=bg] h3, .dark-skin .box[class*=bg] h4, .dark-skin .box[class*=bg] h5, .dark-skin .box[class*=bg] h6 {
    color: #ffffff; }
  .dark-skin .box[class*=bg] .box-controls li > a {
    color: #ffffff; }
.dark-skin .box-header {
  color: #b5b5c3; }
.dark-skin .small-box {
  border: 1px solid #5C607B; }
.dark-skin .control-sidebar {
  color: #b5b5c3;
  background-color: #112547; }
  .dark-skin .control-sidebar + .control-sidebar-bg {
    background-color: #112547; }
  .dark-skin .control-sidebar .nav-tabs.control-sidebar-tabs {
    border-bottom: 1px solid #2f65c2; }
    .dark-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a {
      color: #dfe8f7; }
      .dark-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hove {
        color: #ffffff; }
      .dark-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hover, .dark-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:active, .dark-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:focus {
        background-color: transparent; }
      .dark-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active {
        background-color: transparent; }
        .dark-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:hover, .dark-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:active, .dark-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:focus {
          background-color: transparent; }
  .dark-skin .control-sidebar .control-sidebar-heading {
    color: #b5b5c3; }
  .dark-skin .control-sidebar .control-sidebar-subheading {
    color: #b5b5c3; }
  .dark-skin .control-sidebar .control-sidebar-menu > li > a .menu-info > p {
    color: #b6caed; }
.dark-skin .control-sidebar-dark .control-sidebar-menu > li > a:hover {
  background-color: #162f5b; }
.dark-skin .dropdown-grid {
  color: #b5b5c3; }
.dark-skin .text-muted {
  color: #566f9e !important; }
.dark-skin .bg-light {
  background-color: #0e1e3a !important; }
.dark-skin .bg-lighter {
  background-color: #112547 !important; }
.dark-skin .bg-lightest {
  background-color: #162f5b !important; }
.dark-skin .table-hover tbody tr:hover {
  color: #bdd1f8; }
.dark-skin .flot-tick-label.tickLabel {
  color: #969dab; }
.dark-skin .callout[class*=callout-] h1, .dark-skin .callout[class*=callout-] h2, .dark-skin .callout[class*=callout-] h3, .dark-skin .callout[class*=callout-] h4, .dark-skin .callout[class*=callout-] h5, .dark-skin .callout[class*=callout-] h6 {
  color: #ffffff; }
.dark-skin .btn-flat {
  background-color: #0c1a32 !important; }
.dark-skin .box-body .box-title {
  color: #bdd1f8 !important; }
.dark-skin .text-dark {
  color: #3b6dc1 !important; }

.dark-skin.layout-boxed {
  background: #0c1a32; }
  .dark-skin.layout-boxed .wrapper {
    background: #0c1a32; }

.dark-skin .sticky-toolbar {
  background: #0c1a32; }
.dark-skin .w3-sidebar {
  background: #0c1a32; }
.dark-skin .demo-panel figure {
  border: 5px solid #0c1a32; }
.dark-skin .demo-panel .buy-bt-bx {
  background: #0c1a32; }

.dark-skin .chat-box {
  background: #0c1a32; }
.dark-skin #chat-input {
  background: #0c1a32; }
.dark-skin .chat-box-body {
  border-color: rgba(255, 255, 255, 0.12); }
.dark-skin .cm-msg-text {
  background: #0c1a32;
  color: #b5b5c3; }
.dark-skin #chat-input {
  color: #b5b5c3; }

.dark-skin .bootstrap-tagsinput {
  background-color: #1b3a70;
  border-color: rgba(255, 255, 255, 0.12); }
.dark-skin .wizard-content .wizard > .steps > ul > li.disabled a {
  color: #ffffff; }

.chart g [fill="#6794dc"] {
  fill: #ffa800 !important; }
.chart g [stroke="#6794dc"] {
  stroke: #ffa800 !important; }
.chart g path[fill="#6794dc"] {
  fill: #ffa800 !important; }
.chart g path[fill="#6794dc"] {
  fill: #ffa800 !important; }

.amcharts-main-div g [stroke="#000000"], .amcharts-main-div g [stroke="#b224ef,#7579ff"], .amcharts-main-div g [stroke="#fc6076,#ff9a44"] {
  stroke: #b5b5c3 !important; }

.dark-skin .chart canvas, .dark-skin .chart svg {
  fill: #b5b5c3 !important;
  -webkit-tap-highlight-color: #b5b5c3 !important; }
.dark-skin .chart g [fill="#000000"] {
  fill: #b5b5c3 !important; }
.dark-skin .chart g [stroke="#000000"] {
  stroke: #b5b5c3 !important; }
.dark-skin .chart g path [fill="#333"] {
  fill: transparent !important; }
.dark-skin .chart g [fill="#6794dc"] {
  fill: #ffa800 !important; }
.dark-skin .chart g [stroke="#6794dc"] {
  stroke: #ffa800 !important; }

.dark-skin g [fill="#000000"] {
  fill: #b5b5c3 !important; }
.dark-skin g [stroke="#000000"] {
  stroke: #b5b5c3 !important; }
.dark-skin .amcharts-main-div g [fill="#000000"] {
  fill: #b5b5c3 !important; }
.dark-skin .amcharts-main-div g [stroke="#000000"], .dark-skin .amcharts-main-div g [stroke="#b224ef,#7579ff"], .dark-skin .amcharts-main-div g [stroke="#fc6076,#ff9a44"] {
  stroke: #b5b5c3 !important; }
.dark-skin .amcharts-main-div g [fill="#130b3e"] {
  fill: transparent !important; }
.dark-skin .amcharts-main-div text [fill="#000000"] {
  fill: #b5b5c3 !important; }
.dark-skin .amcharts-main-div svg text {
  fill: #b5b5c3 !important; }
.dark-skin .amcharts-main-div svg g path[fill="#333"] {
  fill: transparent !important; }
.dark-skin .amcharts-data-set-selector-div, .dark-skin .amcharts-period-selector-div, .dark-skin .amChartsInputField {
  color: #b5b5c3 !important; }
  .dark-skin .amcharts-data-set-selector-div > div, .dark-skin .amcharts-data-set-selector-div .amChartsButton, .dark-skin .amcharts-period-selector-div > div, .dark-skin .amcharts-period-selector-div .amChartsButton, .dark-skin .amChartsInputField > div, .dark-skin .amChartsInputField .amChartsButton {
    color: #b5b5c3 !important; }
.dark-skin .box[class*=bg-] .amcharts-data-set-selector-div, .dark-skin .box[class*=bg-] .amcharts-period-selector-div, .dark-skin .box[class*=bg-] .amChartsInputField {
  color: #ffffff !important; }
  .dark-skin .box[class*=bg-] .amcharts-data-set-selector-div > div, .dark-skin .box[class*=bg-] .amcharts-data-set-selector-div .amChartsButton, .dark-skin .box[class*=bg-] .amcharts-period-selector-div > div, .dark-skin .box[class*=bg-] .amcharts-period-selector-div .amChartsButton, .dark-skin .box[class*=bg-] .amChartsInputField > div, .dark-skin .box[class*=bg-] .amChartsInputField .amChartsButton {
    color: #ffffff !important; }
.dark-skin .box[class*=bg-] .apexcharts-canvas text {
  fill: #bfbfbf !important; }
.dark-skin .box[class*=bg-] .apexcharts-canvas g line {
  stroke: #bfbfbf !important; }
.dark-skin .box[class*=bg-] .apexcharts-legend-text {
  color: #bfbfbf !important; }
.dark-skin .apexcharts-canvas text {
  fill: #6f6f89 !important; }
.dark-skin .apexcharts-canvas g line {
  stroke: #6f6f89 !important; }
.dark-skin .apexcharts-legend-text {
  color: #6f6f89 !important; }

.dark-skin .highcharts-container svg .highcharts-background {
  fill: #0c1a32 !important; }
.dark-skin .highcharts-container svg .highcharts-title {
  color: #6f6f89 !important;
  fill: #6f6f89 !important; }
.dark-skin .highcharts-container svg .highcharts-grid .highcharts-grid-line {
  stroke: #363643 !important; }
.dark-skin .highcharts-container svg .highcharts-axis .highcharts-axis-line, .dark-skin .highcharts-container svg .highcharts-axis .highcharts-tick {
  stroke: #363643 !important; }

/*# sourceMappingURL=skin_color.css.map */

/****************************/
/** Imports Plugin css **/
/****************************/

/*# sourceMappingURL=vendors_css.css.map */

