@charset "UTF-8";
@import "../../vendors/bootstrap/bootstrap.css";
@import "../../vendors/bootstrap/bootstrap-responsive.css";
@import "../../vendors/font-awesome/css/font-awesome.min.css";
@import "../../vendors/jquery-ui/smoothness/jquery-ui.css";
@import "../../vendors/chosen/chosen.css";
@import "../../vendors/multiselect/multi-select.css";
@import "../../vendors/select2/select2.css";
@import "../../vendors/select2/select2-bootstrap.css";
@import "../../vendors/icheck/all.css";
@import "../../vendors/tagsinput/jquery.tagsinput.css";
@import "../../vendors/fancybox/jquery.fancybox.css";
@import "../../vendors/fancybox3/jquery.fancybox.css";
@import "../../vendors/colorbox/colorbox.css";
@import "../../vendors/datepicker/datepicker.css";
@import "../../vendors/timepicker/bootstrap-timepicker.min.css";
@import "../../vendors/bootstrap-multiselect/bootstrap-multiselect.css";
@import "../../vendors/jquery.etalage/jquery.etalage.css";
@import "../../vendors/dockmodal/jquery.dockmodal.css";
@import "../../vendors/flexslider/flexslider.css";
@import "../../vendors/jcarousel/jcarousel.connected-carousels.css";
@import "../../vendors/slick/slick.css";
@import "../../vendors/slick/slick-theme.css";
@import "../../vendors/ionicons/css/ionicons.css";
@import "../../vendors/slimcropper/slim.min.css";
@import "../../vendors/bootstrap-switch/css/bootstrap3/bootstrap-switch.css";
@import "../../vendors/bootstrap-icons/bootstrap-icons.css";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 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-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: #808000;
  --bs-primary-2: #dc3545;
  --bs-primary-3: #198754;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f0f2f5;
  --bs-muted: #ced4da;
  --bs-dark: #343a40;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-body: #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", Arial, "Noto Sans", "Liberation Sans", 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: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.1875rem;
  }
}

h2, .h2 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}

h3, .h3 {
  font-size: calc(1.278125rem + 0.3375vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.53125rem;
  }
}

h4, .h4 {
  font-size: calc(1.25625rem + 0.075vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.3125rem;
  }
}

h5, .h5 {
  font-size: 1.09375rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-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.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #808000;
  text-decoration: none;
}
a:hover {
  color: #666600;
}

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;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 2px;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

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]::-webkit-calendar-picker-indicator {
  display: none;
}

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-file-upload-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.09375rem;
  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.09375rem;
}
.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 #dee2e6;
  border-radius: 0px;
  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 {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 > * {
  -ms-flex-negative: 0;
      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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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: 2rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 2rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 2.5rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 2.5rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 3rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 3rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 4rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 4rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 5rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 5rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 6rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 6rem;
}

.g-11,
.gx-11 {
  --bs-gutter-x: 7.5rem;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 7.5rem;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 9rem;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 9rem;
}

.g-13,
.gx-13 {
  --bs-gutter-x: 12rem;
}

.g-13,
.gy-13 {
  --bs-gutter-y: 12rem;
}

.g-14,
.gx-14 {
  --bs-gutter-x: 15rem;
}

.g-14,
.gy-14 {
  --bs-gutter-y: 15rem;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 20rem;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 20rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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: 2rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 2rem;
  }

  .g-sm-6,
.gx-sm-6 {
    --bs-gutter-x: 2.5rem;
  }

  .g-sm-6,
.gy-sm-6 {
    --bs-gutter-y: 2.5rem;
  }

  .g-sm-7,
.gx-sm-7 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-7,
.gy-sm-7 {
    --bs-gutter-y: 3rem;
  }

  .g-sm-8,
.gx-sm-8 {
    --bs-gutter-x: 4rem;
  }

  .g-sm-8,
.gy-sm-8 {
    --bs-gutter-y: 4rem;
  }

  .g-sm-9,
.gx-sm-9 {
    --bs-gutter-x: 5rem;
  }

  .g-sm-9,
.gy-sm-9 {
    --bs-gutter-y: 5rem;
  }

  .g-sm-10,
.gx-sm-10 {
    --bs-gutter-x: 6rem;
  }

  .g-sm-10,
.gy-sm-10 {
    --bs-gutter-y: 6rem;
  }

  .g-sm-11,
.gx-sm-11 {
    --bs-gutter-x: 7.5rem;
  }

  .g-sm-11,
.gy-sm-11 {
    --bs-gutter-y: 7.5rem;
  }

  .g-sm-12,
.gx-sm-12 {
    --bs-gutter-x: 9rem;
  }

  .g-sm-12,
.gy-sm-12 {
    --bs-gutter-y: 9rem;
  }

  .g-sm-13,
.gx-sm-13 {
    --bs-gutter-x: 12rem;
  }

  .g-sm-13,
.gy-sm-13 {
    --bs-gutter-y: 12rem;
  }

  .g-sm-14,
.gx-sm-14 {
    --bs-gutter-x: 15rem;
  }

  .g-sm-14,
.gy-sm-14 {
    --bs-gutter-y: 15rem;
  }

  .g-sm-15,
.gx-sm-15 {
    --bs-gutter-x: 20rem;
  }

  .g-sm-15,
.gy-sm-15 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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: 2rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 2rem;
  }

  .g-md-6,
.gx-md-6 {
    --bs-gutter-x: 2.5rem;
  }

  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 2.5rem;
  }

  .g-md-7,
.gx-md-7 {
    --bs-gutter-x: 3rem;
  }

  .g-md-7,
.gy-md-7 {
    --bs-gutter-y: 3rem;
  }

  .g-md-8,
.gx-md-8 {
    --bs-gutter-x: 4rem;
  }

  .g-md-8,
.gy-md-8 {
    --bs-gutter-y: 4rem;
  }

  .g-md-9,
.gx-md-9 {
    --bs-gutter-x: 5rem;
  }

  .g-md-9,
.gy-md-9 {
    --bs-gutter-y: 5rem;
  }

  .g-md-10,
.gx-md-10 {
    --bs-gutter-x: 6rem;
  }

  .g-md-10,
.gy-md-10 {
    --bs-gutter-y: 6rem;
  }

  .g-md-11,
.gx-md-11 {
    --bs-gutter-x: 7.5rem;
  }

  .g-md-11,
.gy-md-11 {
    --bs-gutter-y: 7.5rem;
  }

  .g-md-12,
.gx-md-12 {
    --bs-gutter-x: 9rem;
  }

  .g-md-12,
.gy-md-12 {
    --bs-gutter-y: 9rem;
  }

  .g-md-13,
.gx-md-13 {
    --bs-gutter-x: 12rem;
  }

  .g-md-13,
.gy-md-13 {
    --bs-gutter-y: 12rem;
  }

  .g-md-14,
.gx-md-14 {
    --bs-gutter-x: 15rem;
  }

  .g-md-14,
.gy-md-14 {
    --bs-gutter-y: 15rem;
  }

  .g-md-15,
.gx-md-15 {
    --bs-gutter-x: 20rem;
  }

  .g-md-15,
.gy-md-15 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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: 2rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 2rem;
  }

  .g-lg-6,
.gx-lg-6 {
    --bs-gutter-x: 2.5rem;
  }

  .g-lg-6,
.gy-lg-6 {
    --bs-gutter-y: 2.5rem;
  }

  .g-lg-7,
.gx-lg-7 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-7,
.gy-lg-7 {
    --bs-gutter-y: 3rem;
  }

  .g-lg-8,
.gx-lg-8 {
    --bs-gutter-x: 4rem;
  }

  .g-lg-8,
.gy-lg-8 {
    --bs-gutter-y: 4rem;
  }

  .g-lg-9,
.gx-lg-9 {
    --bs-gutter-x: 5rem;
  }

  .g-lg-9,
.gy-lg-9 {
    --bs-gutter-y: 5rem;
  }

  .g-lg-10,
.gx-lg-10 {
    --bs-gutter-x: 6rem;
  }

  .g-lg-10,
.gy-lg-10 {
    --bs-gutter-y: 6rem;
  }

  .g-lg-11,
.gx-lg-11 {
    --bs-gutter-x: 7.5rem;
  }

  .g-lg-11,
.gy-lg-11 {
    --bs-gutter-y: 7.5rem;
  }

  .g-lg-12,
.gx-lg-12 {
    --bs-gutter-x: 9rem;
  }

  .g-lg-12,
.gy-lg-12 {
    --bs-gutter-y: 9rem;
  }

  .g-lg-13,
.gx-lg-13 {
    --bs-gutter-x: 12rem;
  }

  .g-lg-13,
.gy-lg-13 {
    --bs-gutter-y: 12rem;
  }

  .g-lg-14,
.gx-lg-14 {
    --bs-gutter-x: 15rem;
  }

  .g-lg-14,
.gy-lg-14 {
    --bs-gutter-y: 15rem;
  }

  .g-lg-15,
.gx-lg-15 {
    --bs-gutter-x: 20rem;
  }

  .g-lg-15,
.gy-lg-15 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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: 2rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 2rem;
  }

  .g-xl-6,
.gx-xl-6 {
    --bs-gutter-x: 2.5rem;
  }

  .g-xl-6,
.gy-xl-6 {
    --bs-gutter-y: 2.5rem;
  }

  .g-xl-7,
.gx-xl-7 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-7,
.gy-xl-7 {
    --bs-gutter-y: 3rem;
  }

  .g-xl-8,
.gx-xl-8 {
    --bs-gutter-x: 4rem;
  }

  .g-xl-8,
.gy-xl-8 {
    --bs-gutter-y: 4rem;
  }

  .g-xl-9,
.gx-xl-9 {
    --bs-gutter-x: 5rem;
  }

  .g-xl-9,
.gy-xl-9 {
    --bs-gutter-y: 5rem;
  }

  .g-xl-10,
.gx-xl-10 {
    --bs-gutter-x: 6rem;
  }

  .g-xl-10,
.gy-xl-10 {
    --bs-gutter-y: 6rem;
  }

  .g-xl-11,
.gx-xl-11 {
    --bs-gutter-x: 7.5rem;
  }

  .g-xl-11,
.gy-xl-11 {
    --bs-gutter-y: 7.5rem;
  }

  .g-xl-12,
.gx-xl-12 {
    --bs-gutter-x: 9rem;
  }

  .g-xl-12,
.gy-xl-12 {
    --bs-gutter-y: 9rem;
  }

  .g-xl-13,
.gx-xl-13 {
    --bs-gutter-x: 12rem;
  }

  .g-xl-13,
.gy-xl-13 {
    --bs-gutter-y: 12rem;
  }

  .g-xl-14,
.gx-xl-14 {
    --bs-gutter-x: 15rem;
  }

  .g-xl-14,
.gy-xl-14 {
    --bs-gutter-y: 15rem;
  }

  .g-xl-15,
.gx-xl-15 {
    --bs-gutter-x: 20rem;
  }

  .g-xl-15,
.gy-xl-15 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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: 2rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 2rem;
  }

  .g-xxl-6,
.gx-xxl-6 {
    --bs-gutter-x: 2.5rem;
  }

  .g-xxl-6,
.gy-xxl-6 {
    --bs-gutter-y: 2.5rem;
  }

  .g-xxl-7,
.gx-xxl-7 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-7,
.gy-xxl-7 {
    --bs-gutter-y: 3rem;
  }

  .g-xxl-8,
.gx-xxl-8 {
    --bs-gutter-x: 4rem;
  }

  .g-xxl-8,
.gy-xxl-8 {
    --bs-gutter-y: 4rem;
  }

  .g-xxl-9,
.gx-xxl-9 {
    --bs-gutter-x: 5rem;
  }

  .g-xxl-9,
.gy-xxl-9 {
    --bs-gutter-y: 5rem;
  }

  .g-xxl-10,
.gx-xxl-10 {
    --bs-gutter-x: 6rem;
  }

  .g-xxl-10,
.gy-xxl-10 {
    --bs-gutter-y: 6rem;
  }

  .g-xxl-11,
.gx-xxl-11 {
    --bs-gutter-x: 7.5rem;
  }

  .g-xxl-11,
.gy-xxl-11 {
    --bs-gutter-y: 7.5rem;
  }

  .g-xxl-12,
.gx-xxl-12 {
    --bs-gutter-x: 9rem;
  }

  .g-xxl-12,
.gy-xxl-12 {
    --bs-gutter-y: 9rem;
  }

  .g-xxl-13,
.gx-xxl-13 {
    --bs-gutter-x: 12rem;
  }

  .g-xxl-13,
.gy-xxl-13 {
    --bs-gutter-y: 12rem;
  }

  .g-xxl-14,
.gx-xxl-14 {
    --bs-gutter-x: 15rem;
  }

  .g-xxl-14,
.gy-xxl-14 {
    --bs-gutter-y: 15rem;
  }

  .g-xxl-15,
.gx-xxl-15 {
    --bs-gutter-x: 20rem;
  }

  .g-xxl-15,
.gy-xxl-15 {
    --bs-gutter-y: 20rem;
  }
}
.table, figure.table > table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > *, figure.table > table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody, figure.table > table > tbody {
  vertical-align: inherit;
}
.table > thead, figure.table > table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child), figure.table > table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > *, figure.table > table > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > *, figure.table > table > :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-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-bg: #e6e6cc;
  --bs-table-striped-bg: #dbdbc2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cfcfb8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d5d5bd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cfcfb8;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --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: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --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: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --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: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --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: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --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: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f0f2f5;
  --bs-table-striped-bg: #e4e6e9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d8dadd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #dee0e3;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d8dadd;
}

.table-dark {
  --bs-table-bg: #343a40;
  --bs-table-striped-bg: #3e444a;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #484e53;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #43494e;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #484e53;
}

.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.09375rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.765625rem;
}

.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: 0.875rem;
  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: 0px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    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: #c0c080;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(128, 128, 0, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(128, 128, 0, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-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.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.765625rem;
  border-radius: 2px;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  border-radius: 5px;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 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: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0px;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.875rem;
  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 5l6 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: 0px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: #c0c080;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(128, 128, 0, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(128, 128, 0, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  color: #6c757d;
  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.765625rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.09375rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.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;
          color-adjust: exact;
  -webkit-transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, background-position 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, background-position 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, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #c0c080;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(128, 128, 0, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(128, 128, 0, 0.25);
}
.form-check-input:checked {
  background-color: #808000;
  border-color: #808000;
}
.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 10l3 3l6-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: #808000;
  border-color: #808000;
  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;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  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;
  -webkit-transition: background-position 0.15s ease-in-out;
  -o-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    -o-transition: none;
    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='%23c0c080'/%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-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;
  -webkit-filter: 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 {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(128, 128, 0, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(128, 128, 0, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(128, 128, 0, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #808000;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #d9d9b3;
}
.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: #808000;
  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: #d9d9b3;
}
.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-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-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:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
      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-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
      -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0px;
}

.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.09375rem;
  border-radius: 5px;
}

.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.765625rem;
  border-radius: 2px;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 1.75rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  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),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  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;
}

.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.765625rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0px;
}

.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.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.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;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          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: calc(0.75em + 2.3125rem);
  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 5l6 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.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  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;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          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:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  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.765625rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0px;
}

.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;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          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: calc(0.75em + 2.3125rem);
  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 5l6 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 1.75rem;
  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;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          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:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(128, 128, 0, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(128, 128, 0, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #000;
  background-color: #808000;
  border-color: #808000;
}
.btn-primary:hover {
  color: #000;
  background-color: #939326;
  border-color: #8d8d1a;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #939326;
  border-color: #8d8d1a;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(109, 109, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(109, 109, 0, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #999933;
  border-color: #8d8d1a;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(109, 109, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(109, 109, 0, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #808000;
  border-color: #808000;
}

.btn-primary-2 {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-primary-2:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-primary-2, .btn-primary-2:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-primary-2, .btn-check:active + .btn-primary-2, .btn-primary-2:active, .btn-primary-2.active, .show > .btn-primary-2.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-primary-2:focus, .btn-check:active + .btn-primary-2:focus, .btn-primary-2:active:focus, .btn-primary-2.active:focus, .show > .btn-primary-2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-primary-2:disabled, .btn-primary-2.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-primary-3 {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-primary-3:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-primary-3, .btn-primary-3:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-primary-3, .btn-check:active + .btn-primary-3, .btn-primary-3:active, .btn-primary-3.active, .show > .btn-primary-3.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-primary-3:focus, .btn-check:active + .btn-primary-3:focus, .btn-primary-3:active:focus, .btn-primary-3.active:focus, .show > .btn-primary-3.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-primary-3:disabled, .btn-primary-3.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f0f2f5;
  border-color: #f0f2f5;
}
.btn-light:hover {
  color: #000;
  background-color: #f2f4f7;
  border-color: #f2f3f6;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f2f4f7;
  border-color: #f2f3f6;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(204, 206, 208, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(204, 206, 208, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f3f5f7;
  border-color: #f2f3f6;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(204, 206, 208, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(204, 206, 208, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f0f2f5;
  border-color: #f0f2f5;
}

.btn-muted {
  color: #000;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-muted:hover {
  color: #000;
  background-color: #d5dae0;
  border-color: #d3d8de;
}
.btn-check:focus + .btn-muted, .btn-muted:focus {
  color: #000;
  background-color: #d5dae0;
  border-color: #d3d8de;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(175, 180, 185, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(175, 180, 185, 0.5);
}
.btn-check:checked + .btn-muted, .btn-check:active + .btn-muted, .btn-muted:active, .btn-muted.active, .show > .btn-muted.dropdown-toggle {
  color: #000;
  background-color: #d8dde1;
  border-color: #d3d8de;
}
.btn-check:checked + .btn-muted:focus, .btn-check:active + .btn-muted:focus, .btn-muted:active:focus, .btn-muted.active:focus, .show > .btn-muted.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(175, 180, 185, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(175, 180, 185, 0.5);
}
.btn-muted:disabled, .btn-muted.disabled {
  color: #000;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #2c3136;
  border-color: #2a2e33;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #2c3136;
  border-color: #2a2e33;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #2a2e33;
  border-color: #272c30;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-black, .btn-black:focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-black, .btn-check:active + .btn-black, .btn-black:active, .btn-black.active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-black:focus, .btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus, .show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-black:disabled, .btn-black.disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #000;
  background-color: white;
  border-color: white;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-body {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-body:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-body, .btn-body:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-body, .btn-check:active + .btn-body, .btn-body:active, .btn-body.active, .show > .btn-body.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-body:focus, .btn-check:active + .btn-body:focus, .btn-body:active:focus, .btn-body.active:focus, .show > .btn-body.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-body:disabled, .btn-body.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #808000;
  border-color: #808000;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #808000;
  border-color: #808000;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(128, 128, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(128, 128, 0, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #808000;
  border-color: #808000;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(128, 128, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(128, 128, 0, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #808000;
  background-color: transparent;
}

.btn-outline-primary-2 {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-primary-2:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-primary-2, .btn-outline-primary-2:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-primary-2, .btn-check:active + .btn-outline-primary-2, .btn-outline-primary-2:active, .btn-outline-primary-2.active, .btn-outline-primary-2.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-primary-2:focus, .btn-check:active + .btn-outline-primary-2:focus, .btn-outline-primary-2:active:focus, .btn-outline-primary-2.active:focus, .btn-outline-primary-2.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-primary-2:disabled, .btn-outline-primary-2.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-primary-3 {
  color: #198754;
  border-color: #198754;
}
.btn-outline-primary-3:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-primary-3, .btn-outline-primary-3:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-primary-3, .btn-check:active + .btn-outline-primary-3, .btn-outline-primary-3:active, .btn-outline-primary-3.active, .btn-outline-primary-3.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-primary-3:focus, .btn-check:active + .btn-outline-primary-3:focus, .btn-outline-primary-3:active:focus, .btn-outline-primary-3.active:focus, .btn-outline-primary-3.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-primary-3:disabled, .btn-outline-primary-3.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f0f2f5;
  border-color: #f0f2f5;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f0f2f5;
  border-color: #f0f2f5;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(240, 242, 245, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(240, 242, 245, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f0f2f5;
  border-color: #f0f2f5;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(240, 242, 245, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(240, 242, 245, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f0f2f5;
  background-color: transparent;
}

.btn-outline-muted {
  color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-muted:hover {
  color: #000;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-check:focus + .btn-outline-muted, .btn-outline-muted:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(206, 212, 218, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(206, 212, 218, 0.5);
}
.btn-check:checked + .btn-outline-muted, .btn-check:active + .btn-outline-muted, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.dropdown-toggle.show {
  color: #000;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-check:checked + .btn-outline-muted:focus, .btn-check:active + .btn-outline-muted:focus, .btn-outline-muted:active:focus, .btn-outline-muted.active:focus, .btn-outline-muted.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(206, 212, 218, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(206, 212, 218, 0.5);
}
.btn-outline-muted:disabled, .btn-outline-muted.disabled {
  color: #ced4da;
  background-color: transparent;
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-black {
  color: #000;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-black, .btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:checked + .btn-outline-black:focus, .btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: #000;
  background-color: transparent;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-body {
  color: #212529;
  border-color: #212529;
}
.btn-outline-body:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-body, .btn-outline-body:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-body, .btn-check:active + .btn-outline-body, .btn-outline-body:active, .btn-outline-body.active, .btn-outline-body.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-body:focus, .btn-check:active + .btn-outline-body:focus, .btn-outline-body:active:focus, .btn-outline-body.active:focus, .btn-outline-body.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-body:disabled, .btn-outline-body.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #808000;
  text-decoration: none;
}
.btn-link:hover {
  color: #666600;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  border-radius: 5px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  border-radius: 2px;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.875rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.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;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.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: 0.125rem;
}
.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: 0.125rem;
}
.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: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #808000;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.765625rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #808000;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn: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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #808000;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #666600;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #808000;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.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 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3359375rem;
  padding-bottom: 0.3359375rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  white-space: nowrap;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem;
          box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: 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");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: 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");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0px;
}
.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: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: 0;
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  color: #212529;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #737300;
  background-color: #f2f2e6;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23737300'%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");
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: 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");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #c0c080;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(128, 128, 0, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(128, 128, 0, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.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 {
  border-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, ">") /* rtl: var(--bs-breadcrumb-divider, ">") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #808000;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #666600;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #666600;
  background-color: #e9ecef;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(128, 128, 0, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(128, 128, 0, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #808000;
  border-color: #808000;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0px;
}

.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 {
  color: #4d4d00;
  background-color: #e6e6cc;
  border-color: #d9d9b3;
}
.alert-primary .alert-link {
  color: #3e3e00;
}

.alert-primary-2 {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-primary-2 .alert-link {
  color: #6a1a21;
}

.alert-primary-3 {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-primary-3 .alert-link {
  color: #0c4128;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #606162;
  background-color: #fcfcfd;
  border-color: #fbfbfc;
}
.alert-light .alert-link {
  color: #4d4e4e;
}

.alert-muted {
  color: #525557;
  background-color: #f5f6f8;
  border-color: #f0f2f4;
}
.alert-muted .alert-link {
  color: #424446;
}

.alert-dark {
  color: #1f2326;
  background-color: #d6d8d9;
  border-color: #c2c4c6;
}
.alert-dark .alert-link {
  color: #191c1e;
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b3b3b3;
}
.alert-black .alert-link {
  color: black;
}

.alert-white {
  color: #666666;
  background-color: white;
  border-color: white;
}
.alert-white .alert-link {
  color: #525252;
}

.alert-body {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-body .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0px;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #808000;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -o-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-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0px;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.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: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #808000;
  border-color: #808000;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0px;
  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: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0px;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0px;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0px;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0px;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0px;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #4d4d00;
  background-color: #e6e6cc;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #4d4d00;
  background-color: #cfcfb8;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #4d4d00;
  border-color: #4d4d00;
}

.list-group-item-primary-2 {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-primary-2.list-group-item-action:hover, .list-group-item-primary-2.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-primary-2.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-primary-3 {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-primary-3.list-group-item-action:hover, .list-group-item-primary-3.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-primary-3.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.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: #606162;
  background-color: #fcfcfd;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #606162;
  background-color: #e3e3e4;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #606162;
  border-color: #606162;
}

.list-group-item-muted {
  color: #525557;
  background-color: #f5f6f8;
}
.list-group-item-muted.list-group-item-action:hover, .list-group-item-muted.list-group-item-action:focus {
  color: #525557;
  background-color: #dddddf;
}
.list-group-item-muted.list-group-item-action.active {
  color: #fff;
  background-color: #525557;
  border-color: #525557;
}

.list-group-item-dark {
  color: #1f2326;
  background-color: #d6d8d9;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1f2326;
  background-color: #c1c2c3;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1f2326;
  border-color: #1f2326;
}

.list-group-item-black {
  color: black;
  background-color: #cccccc;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-white {
  color: #666666;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #666666;
  background-color: #e6e6e6;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.list-group-item-body {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-body.list-group-item-action:hover, .list-group-item-body.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-body.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  -webkit-box-sizing: content-box;
          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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0px;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(128, 128, 0, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(128, 128, 0, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
          filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0px;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.bsmodal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.bsmodal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.bsmodal.fade .bsmodal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .bsmodal.fade .bsmodal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.bsmodal.show .bsmodal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.bsmodal.bsmodal-static .bsmodal-dialog {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.bsmodal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.bsmodal-dialog-scrollable .bsmodal-content {
  max-height: 100%;
  overflow: hidden;
}
.bsmodal-dialog-scrollable .bsmodal-body {
  overflow-y: auto;
}

.bsmodal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.bsmodal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  outline: 0;
}

.bsmodal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.bsmodal-backdrop.fade {
  opacity: 0;
}
.bsmodal-backdrop.show {
  opacity: 0.5;
}

.bsmodal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.bsmodal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.bsmodal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.bsmodal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.bsmodal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bsmodal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .bsmodal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .bsmodal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .bsmodal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .bsmodal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .bsmodal-lg,
.bsmodal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .bsmodal-xl {
    max-width: 1140px;
  }
}
.bsmodal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.bsmodal-fullscreen .bsmodal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.bsmodal-fullscreen .bsmodal-header {
  border-radius: 0;
}
.bsmodal-fullscreen .bsmodal-body {
  overflow-y: auto;
}
.bsmodal-fullscreen .bsmodal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .bsmodal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bsmodal-fullscreen-sm-down .bsmodal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bsmodal-fullscreen-sm-down .bsmodal-header {
    border-radius: 0;
  }
  .bsmodal-fullscreen-sm-down .bsmodal-body {
    overflow-y: auto;
  }
  .bsmodal-fullscreen-sm-down .bsmodal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .bsmodal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bsmodal-fullscreen-md-down .bsmodal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bsmodal-fullscreen-md-down .bsmodal-header {
    border-radius: 0;
  }
  .bsmodal-fullscreen-md-down .bsmodal-body {
    overflow-y: auto;
  }
  .bsmodal-fullscreen-md-down .bsmodal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .bsmodal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bsmodal-fullscreen-lg-down .bsmodal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bsmodal-fullscreen-lg-down .bsmodal-header {
    border-radius: 0;
  }
  .bsmodal-fullscreen-lg-down .bsmodal-body {
    overflow-y: auto;
  }
  .bsmodal-fullscreen-lg-down .bsmodal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .bsmodal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bsmodal-fullscreen-xl-down .bsmodal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bsmodal-fullscreen-xl-down .bsmodal-header {
    border-radius: 0;
  }
  .bsmodal-fullscreen-xl-down .bsmodal-body {
    overflow-y: auto;
  }
  .bsmodal-fullscreen-xl-down .bsmodal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .bsmodal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bsmodal-fullscreen-xxl-down .bsmodal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bsmodal-fullscreen-xxl-down .bsmodal-header {
    border-radius: 0;
  }
  .bsmodal-fullscreen-xxl-down .bsmodal-body {
    overflow-y: auto;
  }
  .bsmodal-fullscreen-xxl-down .bsmodal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.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: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.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 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1060;
  display: block;
  max-width: 276px;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    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 {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
      -ms-transform: none;
          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;
  -webkit-transition: opacity 0s 0.6s;
  -o-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  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;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    -o-transition: none;
    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 {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.offcanvas.show {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.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 {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
          animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@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%;
  -webkit-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after, section.block-page-header::after, .ck-editor::after,
.ck-content::after,
article::after, .activity-attachment-list::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #808000;
}
.link-primary:hover, .link-primary:focus {
  color: #999933;
}

.link-primary-2 {
  color: #dc3545;
}
.link-primary-2:hover, .link-primary-2:focus {
  color: #b02a37;
}

.link-primary-3 {
  color: #198754;
}
.link-primary-3:hover, .link-primary-3:focus {
  color: #146c43;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f0f2f5;
}
.link-light:hover, .link-light:focus {
  color: #f3f5f7;
}

.link-muted {
  color: #ced4da;
}
.link-muted:hover, .link-muted:focus {
  color: #d8dde1;
}

.link-dark {
  color: #343a40;
}
.link-dark:hover, .link-dark:focus {
  color: #2a2e33;
}

.link-black {
  color: #000;
}
.link-black:hover, .link-black:focus {
  color: black;
}

.link-white {
  color: #fff;
}
.link-white:hover, .link-white:focus {
  color: white;
}

.link-body {
  color: #212529;
}
.link-body:hover, .link-body:focus {
  color: #1a1e21;
}

.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;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      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;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.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 {
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #808000 !important;
}

.border-primary-2 {
  border-color: #dc3545 !important;
}

.border-primary-3 {
  border-color: #198754 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f0f2f5 !important;
}

.border-muted {
  border-color: #ced4da !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-black {
  border-color: #000 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-body {
  border-color: #212529 !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.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 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.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: 2rem !important;
}

.gap-6 {
  gap: 2.5rem !important;
}

.gap-7 {
  gap: 3rem !important;
}

.gap-8 {
  gap: 4rem !important;
}

.gap-9 {
  gap: 5rem !important;
}

.gap-10 {
  gap: 6rem !important;
}

.gap-11 {
  gap: 7.5rem !important;
}

.gap-12 {
  gap: 9rem !important;
}

.gap-13 {
  gap: 12rem !important;
}

.gap-14 {
  gap: 15rem !important;
}

.gap-15 {
  gap: 20rem !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          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: 2rem !important;
}

.m-6 {
  margin: 2.5rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.m-8 {
  margin: 4rem !important;
}

.m-9 {
  margin: 5rem !important;
}

.m-10 {
  margin: 6rem !important;
}

.m-11 {
  margin: 7.5rem !important;
}

.m-12 {
  margin: 9rem !important;
}

.m-13 {
  margin: 12rem !important;
}

.m-14 {
  margin: 15rem !important;
}

.m-15 {
  margin: 20rem !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: 2rem !important;
  margin-left: 2rem !important;
}

.mx-6 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-7 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-8 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-9 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-10 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-11 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.mx-12 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.mx-13 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

.mx-14 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}

.mx-15 {
  margin-right: 20rem !important;
  margin-left: 20rem !important;
}

.mx-auto, .cp-carousel {
  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: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-6 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-7 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-9 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-10 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-11 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.my-12 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-13 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.my-14 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.my-15 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !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: 2rem !important;
}

.mt-6 {
  margin-top: 2.5rem !important;
}

.mt-7 {
  margin-top: 3rem !important;
}

.mt-8 {
  margin-top: 4rem !important;
}

.mt-9 {
  margin-top: 5rem !important;
}

.mt-10 {
  margin-top: 6rem !important;
}

.mt-11 {
  margin-top: 7.5rem !important;
}

.mt-12 {
  margin-top: 9rem !important;
}

.mt-13 {
  margin-top: 12rem !important;
}

.mt-14 {
  margin-top: 15rem !important;
}

.mt-15 {
  margin-top: 20rem !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: 2rem !important;
}

.me-6 {
  margin-right: 2.5rem !important;
}

.me-7 {
  margin-right: 3rem !important;
}

.me-8 {
  margin-right: 4rem !important;
}

.me-9 {
  margin-right: 5rem !important;
}

.me-10 {
  margin-right: 6rem !important;
}

.me-11 {
  margin-right: 7.5rem !important;
}

.me-12 {
  margin-right: 9rem !important;
}

.me-13 {
  margin-right: 12rem !important;
}

.me-14 {
  margin-right: 15rem !important;
}

.me-15 {
  margin-right: 20rem !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: 2rem !important;
}

.mb-6 {
  margin-bottom: 2.5rem !important;
}

.mb-7 {
  margin-bottom: 3rem !important;
}

.mb-8 {
  margin-bottom: 4rem !important;
}

.mb-9 {
  margin-bottom: 5rem !important;
}

.mb-10 {
  margin-bottom: 6rem !important;
}

.mb-11 {
  margin-bottom: 7.5rem !important;
}

.mb-12 {
  margin-bottom: 9rem !important;
}

.mb-13 {
  margin-bottom: 12rem !important;
}

.mb-14 {
  margin-bottom: 15rem !important;
}

.mb-15 {
  margin-bottom: 20rem !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: 2rem !important;
}

.ms-6 {
  margin-left: 2.5rem !important;
}

.ms-7 {
  margin-left: 3rem !important;
}

.ms-8 {
  margin-left: 4rem !important;
}

.ms-9 {
  margin-left: 5rem !important;
}

.ms-10 {
  margin-left: 6rem !important;
}

.ms-11 {
  margin-left: 7.5rem !important;
}

.ms-12 {
  margin-left: 9rem !important;
}

.ms-13 {
  margin-left: 12rem !important;
}

.ms-14 {
  margin-left: 15rem !important;
}

.ms-15 {
  margin-left: 20rem !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: 2rem !important;
}

.p-6 {
  padding: 2.5rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.p-8 {
  padding: 4rem !important;
}

.p-9 {
  padding: 5rem !important;
}

.p-10 {
  padding: 6rem !important;
}

.p-11 {
  padding: 7.5rem !important;
}

.p-12 {
  padding: 9rem !important;
}

.p-13 {
  padding: 12rem !important;
}

.p-14 {
  padding: 15rem !important;
}

.p-15 {
  padding: 20rem !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, section.block-related-products > .section-bd .card > .card-bd .btn, section.block-featured-collections > .section-bd .card > .card-bd .btn, section.block-featured-articles > .section-bd .card > .card-bd .btn, section.block-collection-main > .section-bd .card > .card-bd .btn, section.block-blog-list > .section-bd .card > .card-bd .btn, section.block-blog-content > .section-bd .card > .card-bd .btn {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-6 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-7 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-8 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-9 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-10 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-11 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.px-12 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.px-13 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.px-14 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

.px-15 {
  padding-right: 20rem !important;
  padding-left: 20rem !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: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-6 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-7 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-9 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-10 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-11 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-12 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-13 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-14 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.py-15 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !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: 2rem !important;
}

.pt-6 {
  padding-top: 2.5rem !important;
}

.pt-7 {
  padding-top: 3rem !important;
}

.pt-8 {
  padding-top: 4rem !important;
}

.pt-9 {
  padding-top: 5rem !important;
}

.pt-10 {
  padding-top: 6rem !important;
}

.pt-11 {
  padding-top: 7.5rem !important;
}

.pt-12 {
  padding-top: 9rem !important;
}

.pt-13 {
  padding-top: 12rem !important;
}

.pt-14 {
  padding-top: 15rem !important;
}

.pt-15 {
  padding-top: 20rem !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: 2rem !important;
}

.pe-6 {
  padding-right: 2.5rem !important;
}

.pe-7 {
  padding-right: 3rem !important;
}

.pe-8 {
  padding-right: 4rem !important;
}

.pe-9 {
  padding-right: 5rem !important;
}

.pe-10 {
  padding-right: 6rem !important;
}

.pe-11 {
  padding-right: 7.5rem !important;
}

.pe-12 {
  padding-right: 9rem !important;
}

.pe-13 {
  padding-right: 12rem !important;
}

.pe-14 {
  padding-right: 15rem !important;
}

.pe-15 {
  padding-right: 20rem !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: 2rem !important;
}

.pb-6 {
  padding-bottom: 2.5rem !important;
}

.pb-7 {
  padding-bottom: 3rem !important;
}

.pb-8 {
  padding-bottom: 4rem !important;
}

.pb-9 {
  padding-bottom: 5rem !important;
}

.pb-10 {
  padding-bottom: 6rem !important;
}

.pb-11 {
  padding-bottom: 7.5rem !important;
}

.pb-12 {
  padding-bottom: 9rem !important;
}

.pb-13 {
  padding-bottom: 12rem !important;
}

.pb-14 {
  padding-bottom: 15rem !important;
}

.pb-15 {
  padding-bottom: 20rem !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: 2rem !important;
}

.ps-6 {
  padding-left: 2.5rem !important;
}

.ps-7 {
  padding-left: 3rem !important;
}

.ps-8 {
  padding-left: 4rem !important;
}

.ps-9 {
  padding-left: 5rem !important;
}

.ps-10 {
  padding-left: 6rem !important;
}

.ps-11 {
  padding-left: 7.5rem !important;
}

.ps-12 {
  padding-left: 9rem !important;
}

.ps-13 {
  padding-left: 12rem !important;
}

.ps-14 {
  padding-left: 15rem !important;
}

.ps-15 {
  padding-left: 20rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.34375rem + 1.125vw) !important;
}

.fs-2 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-3 {
  font-size: calc(1.278125rem + 0.3375vw) !important;
}

.fs-4 {
  font-size: calc(1.25625rem + 0.075vw) !important;
}

.fs-5 {
  font-size: 1.09375rem !important;
}

.fs-6 {
  font-size: 0.875rem !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-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;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0px !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 2px !important;
}

.rounded-2 {
  border-radius: 0px !important;
}

.rounded-3 {
  border-radius: 5px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-end {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-start {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .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: 2rem !important;
  }

  .gap-sm-6 {
    gap: 2.5rem !important;
  }

  .gap-sm-7 {
    gap: 3rem !important;
  }

  .gap-sm-8 {
    gap: 4rem !important;
  }

  .gap-sm-9 {
    gap: 5rem !important;
  }

  .gap-sm-10 {
    gap: 6rem !important;
  }

  .gap-sm-11 {
    gap: 7.5rem !important;
  }

  .gap-sm-12 {
    gap: 9rem !important;
  }

  .gap-sm-13 {
    gap: 12rem !important;
  }

  .gap-sm-14 {
    gap: 15rem !important;
  }

  .gap-sm-15 {
    gap: 20rem !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 2rem !important;
  }

  .m-sm-6 {
    margin: 2.5rem !important;
  }

  .m-sm-7 {
    margin: 3rem !important;
  }

  .m-sm-8 {
    margin: 4rem !important;
  }

  .m-sm-9 {
    margin: 5rem !important;
  }

  .m-sm-10 {
    margin: 6rem !important;
  }

  .m-sm-11 {
    margin: 7.5rem !important;
  }

  .m-sm-12 {
    margin: 9rem !important;
  }

  .m-sm-13 {
    margin: 12rem !important;
  }

  .m-sm-14 {
    margin: 15rem !important;
  }

  .m-sm-15 {
    margin: 20rem !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: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-sm-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-sm-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-sm-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-sm-10 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-sm-11 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-sm-12 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-sm-13 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-sm-14 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-sm-15 {
    margin-right: 20rem !important;
    margin-left: 20rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-sm-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-sm-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-sm-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-sm-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-sm-11 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-sm-12 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-sm-13 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-sm-14 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-sm-15 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !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: 2rem !important;
  }

  .mt-sm-6 {
    margin-top: 2.5rem !important;
  }

  .mt-sm-7 {
    margin-top: 3rem !important;
  }

  .mt-sm-8 {
    margin-top: 4rem !important;
  }

  .mt-sm-9 {
    margin-top: 5rem !important;
  }

  .mt-sm-10 {
    margin-top: 6rem !important;
  }

  .mt-sm-11 {
    margin-top: 7.5rem !important;
  }

  .mt-sm-12 {
    margin-top: 9rem !important;
  }

  .mt-sm-13 {
    margin-top: 12rem !important;
  }

  .mt-sm-14 {
    margin-top: 15rem !important;
  }

  .mt-sm-15 {
    margin-top: 20rem !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: 2rem !important;
  }

  .me-sm-6 {
    margin-right: 2.5rem !important;
  }

  .me-sm-7 {
    margin-right: 3rem !important;
  }

  .me-sm-8 {
    margin-right: 4rem !important;
  }

  .me-sm-9 {
    margin-right: 5rem !important;
  }

  .me-sm-10 {
    margin-right: 6rem !important;
  }

  .me-sm-11 {
    margin-right: 7.5rem !important;
  }

  .me-sm-12 {
    margin-right: 9rem !important;
  }

  .me-sm-13 {
    margin-right: 12rem !important;
  }

  .me-sm-14 {
    margin-right: 15rem !important;
  }

  .me-sm-15 {
    margin-right: 20rem !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: 2rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 2.5rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 4rem !important;
  }

  .mb-sm-9 {
    margin-bottom: 5rem !important;
  }

  .mb-sm-10 {
    margin-bottom: 6rem !important;
  }

  .mb-sm-11 {
    margin-bottom: 7.5rem !important;
  }

  .mb-sm-12 {
    margin-bottom: 9rem !important;
  }

  .mb-sm-13 {
    margin-bottom: 12rem !important;
  }

  .mb-sm-14 {
    margin-bottom: 15rem !important;
  }

  .mb-sm-15 {
    margin-bottom: 20rem !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: 2rem !important;
  }

  .ms-sm-6 {
    margin-left: 2.5rem !important;
  }

  .ms-sm-7 {
    margin-left: 3rem !important;
  }

  .ms-sm-8 {
    margin-left: 4rem !important;
  }

  .ms-sm-9 {
    margin-left: 5rem !important;
  }

  .ms-sm-10 {
    margin-left: 6rem !important;
  }

  .ms-sm-11 {
    margin-left: 7.5rem !important;
  }

  .ms-sm-12 {
    margin-left: 9rem !important;
  }

  .ms-sm-13 {
    margin-left: 12rem !important;
  }

  .ms-sm-14 {
    margin-left: 15rem !important;
  }

  .ms-sm-15 {
    margin-left: 20rem !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: 2rem !important;
  }

  .p-sm-6 {
    padding: 2.5rem !important;
  }

  .p-sm-7 {
    padding: 3rem !important;
  }

  .p-sm-8 {
    padding: 4rem !important;
  }

  .p-sm-9 {
    padding: 5rem !important;
  }

  .p-sm-10 {
    padding: 6rem !important;
  }

  .p-sm-11 {
    padding: 7.5rem !important;
  }

  .p-sm-12 {
    padding: 9rem !important;
  }

  .p-sm-13 {
    padding: 12rem !important;
  }

  .p-sm-14 {
    padding: 15rem !important;
  }

  .p-sm-15 {
    padding: 20rem !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: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-sm-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-sm-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-sm-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-sm-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-sm-10 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-sm-11 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-sm-12 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-sm-13 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-sm-14 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-sm-15 {
    padding-right: 20rem !important;
    padding-left: 20rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-sm-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-sm-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-sm-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-sm-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-sm-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-sm-11 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-sm-12 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-sm-13 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-sm-14 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-sm-15 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !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: 2rem !important;
  }

  .pt-sm-6 {
    padding-top: 2.5rem !important;
  }

  .pt-sm-7 {
    padding-top: 3rem !important;
  }

  .pt-sm-8 {
    padding-top: 4rem !important;
  }

  .pt-sm-9 {
    padding-top: 5rem !important;
  }

  .pt-sm-10 {
    padding-top: 6rem !important;
  }

  .pt-sm-11 {
    padding-top: 7.5rem !important;
  }

  .pt-sm-12 {
    padding-top: 9rem !important;
  }

  .pt-sm-13 {
    padding-top: 12rem !important;
  }

  .pt-sm-14 {
    padding-top: 15rem !important;
  }

  .pt-sm-15 {
    padding-top: 20rem !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: 2rem !important;
  }

  .pe-sm-6 {
    padding-right: 2.5rem !important;
  }

  .pe-sm-7 {
    padding-right: 3rem !important;
  }

  .pe-sm-8 {
    padding-right: 4rem !important;
  }

  .pe-sm-9 {
    padding-right: 5rem !important;
  }

  .pe-sm-10 {
    padding-right: 6rem !important;
  }

  .pe-sm-11 {
    padding-right: 7.5rem !important;
  }

  .pe-sm-12 {
    padding-right: 9rem !important;
  }

  .pe-sm-13 {
    padding-right: 12rem !important;
  }

  .pe-sm-14 {
    padding-right: 15rem !important;
  }

  .pe-sm-15 {
    padding-right: 20rem !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: 2rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 2.5rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 4rem !important;
  }

  .pb-sm-9 {
    padding-bottom: 5rem !important;
  }

  .pb-sm-10 {
    padding-bottom: 6rem !important;
  }

  .pb-sm-11 {
    padding-bottom: 7.5rem !important;
  }

  .pb-sm-12 {
    padding-bottom: 9rem !important;
  }

  .pb-sm-13 {
    padding-bottom: 12rem !important;
  }

  .pb-sm-14 {
    padding-bottom: 15rem !important;
  }

  .pb-sm-15 {
    padding-bottom: 20rem !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: 2rem !important;
  }

  .ps-sm-6 {
    padding-left: 2.5rem !important;
  }

  .ps-sm-7 {
    padding-left: 3rem !important;
  }

  .ps-sm-8 {
    padding-left: 4rem !important;
  }

  .ps-sm-9 {
    padding-left: 5rem !important;
  }

  .ps-sm-10 {
    padding-left: 6rem !important;
  }

  .ps-sm-11 {
    padding-left: 7.5rem !important;
  }

  .ps-sm-12 {
    padding-left: 9rem !important;
  }

  .ps-sm-13 {
    padding-left: 12rem !important;
  }

  .ps-sm-14 {
    padding-left: 15rem !important;
  }

  .ps-sm-15 {
    padding-left: 20rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .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: 2rem !important;
  }

  .gap-md-6 {
    gap: 2.5rem !important;
  }

  .gap-md-7 {
    gap: 3rem !important;
  }

  .gap-md-8 {
    gap: 4rem !important;
  }

  .gap-md-9 {
    gap: 5rem !important;
  }

  .gap-md-10 {
    gap: 6rem !important;
  }

  .gap-md-11 {
    gap: 7.5rem !important;
  }

  .gap-md-12 {
    gap: 9rem !important;
  }

  .gap-md-13 {
    gap: 12rem !important;
  }

  .gap-md-14 {
    gap: 15rem !important;
  }

  .gap-md-15 {
    gap: 20rem !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 2rem !important;
  }

  .m-md-6 {
    margin: 2.5rem !important;
  }

  .m-md-7 {
    margin: 3rem !important;
  }

  .m-md-8 {
    margin: 4rem !important;
  }

  .m-md-9 {
    margin: 5rem !important;
  }

  .m-md-10 {
    margin: 6rem !important;
  }

  .m-md-11 {
    margin: 7.5rem !important;
  }

  .m-md-12 {
    margin: 9rem !important;
  }

  .m-md-13 {
    margin: 12rem !important;
  }

  .m-md-14 {
    margin: 15rem !important;
  }

  .m-md-15 {
    margin: 20rem !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: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-md-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-md-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-md-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-md-10 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-md-11 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-md-12 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-md-13 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-md-14 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-md-15 {
    margin-right: 20rem !important;
    margin-left: 20rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-md-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-md-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-md-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-md-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-md-11 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-md-12 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-md-13 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-md-14 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-md-15 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !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: 2rem !important;
  }

  .mt-md-6 {
    margin-top: 2.5rem !important;
  }

  .mt-md-7 {
    margin-top: 3rem !important;
  }

  .mt-md-8 {
    margin-top: 4rem !important;
  }

  .mt-md-9 {
    margin-top: 5rem !important;
  }

  .mt-md-10 {
    margin-top: 6rem !important;
  }

  .mt-md-11 {
    margin-top: 7.5rem !important;
  }

  .mt-md-12 {
    margin-top: 9rem !important;
  }

  .mt-md-13 {
    margin-top: 12rem !important;
  }

  .mt-md-14 {
    margin-top: 15rem !important;
  }

  .mt-md-15 {
    margin-top: 20rem !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: 2rem !important;
  }

  .me-md-6 {
    margin-right: 2.5rem !important;
  }

  .me-md-7 {
    margin-right: 3rem !important;
  }

  .me-md-8 {
    margin-right: 4rem !important;
  }

  .me-md-9 {
    margin-right: 5rem !important;
  }

  .me-md-10 {
    margin-right: 6rem !important;
  }

  .me-md-11 {
    margin-right: 7.5rem !important;
  }

  .me-md-12 {
    margin-right: 9rem !important;
  }

  .me-md-13 {
    margin-right: 12rem !important;
  }

  .me-md-14 {
    margin-right: 15rem !important;
  }

  .me-md-15 {
    margin-right: 20rem !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: 2rem !important;
  }

  .mb-md-6 {
    margin-bottom: 2.5rem !important;
  }

  .mb-md-7 {
    margin-bottom: 3rem !important;
  }

  .mb-md-8 {
    margin-bottom: 4rem !important;
  }

  .mb-md-9 {
    margin-bottom: 5rem !important;
  }

  .mb-md-10 {
    margin-bottom: 6rem !important;
  }

  .mb-md-11 {
    margin-bottom: 7.5rem !important;
  }

  .mb-md-12 {
    margin-bottom: 9rem !important;
  }

  .mb-md-13 {
    margin-bottom: 12rem !important;
  }

  .mb-md-14 {
    margin-bottom: 15rem !important;
  }

  .mb-md-15 {
    margin-bottom: 20rem !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: 2rem !important;
  }

  .ms-md-6 {
    margin-left: 2.5rem !important;
  }

  .ms-md-7 {
    margin-left: 3rem !important;
  }

  .ms-md-8 {
    margin-left: 4rem !important;
  }

  .ms-md-9 {
    margin-left: 5rem !important;
  }

  .ms-md-10 {
    margin-left: 6rem !important;
  }

  .ms-md-11 {
    margin-left: 7.5rem !important;
  }

  .ms-md-12 {
    margin-left: 9rem !important;
  }

  .ms-md-13 {
    margin-left: 12rem !important;
  }

  .ms-md-14 {
    margin-left: 15rem !important;
  }

  .ms-md-15 {
    margin-left: 20rem !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: 2rem !important;
  }

  .p-md-6 {
    padding: 2.5rem !important;
  }

  .p-md-7 {
    padding: 3rem !important;
  }

  .p-md-8 {
    padding: 4rem !important;
  }

  .p-md-9 {
    padding: 5rem !important;
  }

  .p-md-10 {
    padding: 6rem !important;
  }

  .p-md-11 {
    padding: 7.5rem !important;
  }

  .p-md-12 {
    padding: 9rem !important;
  }

  .p-md-13 {
    padding: 12rem !important;
  }

  .p-md-14 {
    padding: 15rem !important;
  }

  .p-md-15 {
    padding: 20rem !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: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-md-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-md-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-md-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-md-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-md-10 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-md-11 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-md-12 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-md-13 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-md-14 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-md-15 {
    padding-right: 20rem !important;
    padding-left: 20rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-md-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-md-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-md-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-md-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-md-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-md-11 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-md-12 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-md-13 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-md-14 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-md-15 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !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: 2rem !important;
  }

  .pt-md-6 {
    padding-top: 2.5rem !important;
  }

  .pt-md-7 {
    padding-top: 3rem !important;
  }

  .pt-md-8 {
    padding-top: 4rem !important;
  }

  .pt-md-9 {
    padding-top: 5rem !important;
  }

  .pt-md-10 {
    padding-top: 6rem !important;
  }

  .pt-md-11 {
    padding-top: 7.5rem !important;
  }

  .pt-md-12 {
    padding-top: 9rem !important;
  }

  .pt-md-13 {
    padding-top: 12rem !important;
  }

  .pt-md-14 {
    padding-top: 15rem !important;
  }

  .pt-md-15 {
    padding-top: 20rem !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: 2rem !important;
  }

  .pe-md-6 {
    padding-right: 2.5rem !important;
  }

  .pe-md-7 {
    padding-right: 3rem !important;
  }

  .pe-md-8 {
    padding-right: 4rem !important;
  }

  .pe-md-9 {
    padding-right: 5rem !important;
  }

  .pe-md-10 {
    padding-right: 6rem !important;
  }

  .pe-md-11 {
    padding-right: 7.5rem !important;
  }

  .pe-md-12 {
    padding-right: 9rem !important;
  }

  .pe-md-13 {
    padding-right: 12rem !important;
  }

  .pe-md-14 {
    padding-right: 15rem !important;
  }

  .pe-md-15 {
    padding-right: 20rem !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: 2rem !important;
  }

  .pb-md-6 {
    padding-bottom: 2.5rem !important;
  }

  .pb-md-7 {
    padding-bottom: 3rem !important;
  }

  .pb-md-8 {
    padding-bottom: 4rem !important;
  }

  .pb-md-9 {
    padding-bottom: 5rem !important;
  }

  .pb-md-10 {
    padding-bottom: 6rem !important;
  }

  .pb-md-11 {
    padding-bottom: 7.5rem !important;
  }

  .pb-md-12 {
    padding-bottom: 9rem !important;
  }

  .pb-md-13 {
    padding-bottom: 12rem !important;
  }

  .pb-md-14 {
    padding-bottom: 15rem !important;
  }

  .pb-md-15 {
    padding-bottom: 20rem !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: 2rem !important;
  }

  .ps-md-6 {
    padding-left: 2.5rem !important;
  }

  .ps-md-7 {
    padding-left: 3rem !important;
  }

  .ps-md-8 {
    padding-left: 4rem !important;
  }

  .ps-md-9 {
    padding-left: 5rem !important;
  }

  .ps-md-10 {
    padding-left: 6rem !important;
  }

  .ps-md-11 {
    padding-left: 7.5rem !important;
  }

  .ps-md-12 {
    padding-left: 9rem !important;
  }

  .ps-md-13 {
    padding-left: 12rem !important;
  }

  .ps-md-14 {
    padding-left: 15rem !important;
  }

  .ps-md-15 {
    padding-left: 20rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .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: 2rem !important;
  }

  .gap-lg-6 {
    gap: 2.5rem !important;
  }

  .gap-lg-7 {
    gap: 3rem !important;
  }

  .gap-lg-8 {
    gap: 4rem !important;
  }

  .gap-lg-9 {
    gap: 5rem !important;
  }

  .gap-lg-10 {
    gap: 6rem !important;
  }

  .gap-lg-11 {
    gap: 7.5rem !important;
  }

  .gap-lg-12 {
    gap: 9rem !important;
  }

  .gap-lg-13 {
    gap: 12rem !important;
  }

  .gap-lg-14 {
    gap: 15rem !important;
  }

  .gap-lg-15 {
    gap: 20rem !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 2rem !important;
  }

  .m-lg-6 {
    margin: 2.5rem !important;
  }

  .m-lg-7 {
    margin: 3rem !important;
  }

  .m-lg-8 {
    margin: 4rem !important;
  }

  .m-lg-9 {
    margin: 5rem !important;
  }

  .m-lg-10 {
    margin: 6rem !important;
  }

  .m-lg-11 {
    margin: 7.5rem !important;
  }

  .m-lg-12 {
    margin: 9rem !important;
  }

  .m-lg-13 {
    margin: 12rem !important;
  }

  .m-lg-14 {
    margin: 15rem !important;
  }

  .m-lg-15 {
    margin: 20rem !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: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-lg-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-lg-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-lg-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-lg-10 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-lg-11 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-lg-12 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-lg-13 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-lg-14 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-lg-15 {
    margin-right: 20rem !important;
    margin-left: 20rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-lg-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-lg-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-lg-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-lg-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-lg-11 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-lg-12 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-lg-13 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-lg-14 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-lg-15 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !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: 2rem !important;
  }

  .mt-lg-6 {
    margin-top: 2.5rem !important;
  }

  .mt-lg-7 {
    margin-top: 3rem !important;
  }

  .mt-lg-8 {
    margin-top: 4rem !important;
  }

  .mt-lg-9 {
    margin-top: 5rem !important;
  }

  .mt-lg-10 {
    margin-top: 6rem !important;
  }

  .mt-lg-11 {
    margin-top: 7.5rem !important;
  }

  .mt-lg-12 {
    margin-top: 9rem !important;
  }

  .mt-lg-13 {
    margin-top: 12rem !important;
  }

  .mt-lg-14 {
    margin-top: 15rem !important;
  }

  .mt-lg-15 {
    margin-top: 20rem !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: 2rem !important;
  }

  .me-lg-6 {
    margin-right: 2.5rem !important;
  }

  .me-lg-7 {
    margin-right: 3rem !important;
  }

  .me-lg-8 {
    margin-right: 4rem !important;
  }

  .me-lg-9 {
    margin-right: 5rem !important;
  }

  .me-lg-10 {
    margin-right: 6rem !important;
  }

  .me-lg-11 {
    margin-right: 7.5rem !important;
  }

  .me-lg-12 {
    margin-right: 9rem !important;
  }

  .me-lg-13 {
    margin-right: 12rem !important;
  }

  .me-lg-14 {
    margin-right: 15rem !important;
  }

  .me-lg-15 {
    margin-right: 20rem !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: 2rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 2.5rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 4rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 5rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 6rem !important;
  }

  .mb-lg-11 {
    margin-bottom: 7.5rem !important;
  }

  .mb-lg-12 {
    margin-bottom: 9rem !important;
  }

  .mb-lg-13 {
    margin-bottom: 12rem !important;
  }

  .mb-lg-14 {
    margin-bottom: 15rem !important;
  }

  .mb-lg-15 {
    margin-bottom: 20rem !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: 2rem !important;
  }

  .ms-lg-6 {
    margin-left: 2.5rem !important;
  }

  .ms-lg-7 {
    margin-left: 3rem !important;
  }

  .ms-lg-8 {
    margin-left: 4rem !important;
  }

  .ms-lg-9 {
    margin-left: 5rem !important;
  }

  .ms-lg-10 {
    margin-left: 6rem !important;
  }

  .ms-lg-11 {
    margin-left: 7.5rem !important;
  }

  .ms-lg-12 {
    margin-left: 9rem !important;
  }

  .ms-lg-13 {
    margin-left: 12rem !important;
  }

  .ms-lg-14 {
    margin-left: 15rem !important;
  }

  .ms-lg-15 {
    margin-left: 20rem !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: 2rem !important;
  }

  .p-lg-6 {
    padding: 2.5rem !important;
  }

  .p-lg-7 {
    padding: 3rem !important;
  }

  .p-lg-8 {
    padding: 4rem !important;
  }

  .p-lg-9 {
    padding: 5rem !important;
  }

  .p-lg-10 {
    padding: 6rem !important;
  }

  .p-lg-11 {
    padding: 7.5rem !important;
  }

  .p-lg-12 {
    padding: 9rem !important;
  }

  .p-lg-13 {
    padding: 12rem !important;
  }

  .p-lg-14 {
    padding: 15rem !important;
  }

  .p-lg-15 {
    padding: 20rem !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: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-lg-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-lg-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-lg-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-lg-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-lg-10 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-lg-11 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-lg-12 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-lg-13 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-lg-14 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-lg-15 {
    padding-right: 20rem !important;
    padding-left: 20rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-lg-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-lg-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-lg-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-lg-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-lg-11 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-lg-12 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-lg-13 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-lg-14 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-lg-15 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !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: 2rem !important;
  }

  .pt-lg-6 {
    padding-top: 2.5rem !important;
  }

  .pt-lg-7 {
    padding-top: 3rem !important;
  }

  .pt-lg-8 {
    padding-top: 4rem !important;
  }

  .pt-lg-9 {
    padding-top: 5rem !important;
  }

  .pt-lg-10 {
    padding-top: 6rem !important;
  }

  .pt-lg-11 {
    padding-top: 7.5rem !important;
  }

  .pt-lg-12 {
    padding-top: 9rem !important;
  }

  .pt-lg-13 {
    padding-top: 12rem !important;
  }

  .pt-lg-14 {
    padding-top: 15rem !important;
  }

  .pt-lg-15 {
    padding-top: 20rem !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: 2rem !important;
  }

  .pe-lg-6 {
    padding-right: 2.5rem !important;
  }

  .pe-lg-7 {
    padding-right: 3rem !important;
  }

  .pe-lg-8 {
    padding-right: 4rem !important;
  }

  .pe-lg-9 {
    padding-right: 5rem !important;
  }

  .pe-lg-10 {
    padding-right: 6rem !important;
  }

  .pe-lg-11 {
    padding-right: 7.5rem !important;
  }

  .pe-lg-12 {
    padding-right: 9rem !important;
  }

  .pe-lg-13 {
    padding-right: 12rem !important;
  }

  .pe-lg-14 {
    padding-right: 15rem !important;
  }

  .pe-lg-15 {
    padding-right: 20rem !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: 2rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 2.5rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 4rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 5rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 6rem !important;
  }

  .pb-lg-11 {
    padding-bottom: 7.5rem !important;
  }

  .pb-lg-12 {
    padding-bottom: 9rem !important;
  }

  .pb-lg-13 {
    padding-bottom: 12rem !important;
  }

  .pb-lg-14 {
    padding-bottom: 15rem !important;
  }

  .pb-lg-15 {
    padding-bottom: 20rem !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: 2rem !important;
  }

  .ps-lg-6 {
    padding-left: 2.5rem !important;
  }

  .ps-lg-7 {
    padding-left: 3rem !important;
  }

  .ps-lg-8 {
    padding-left: 4rem !important;
  }

  .ps-lg-9 {
    padding-left: 5rem !important;
  }

  .ps-lg-10 {
    padding-left: 6rem !important;
  }

  .ps-lg-11 {
    padding-left: 7.5rem !important;
  }

  .ps-lg-12 {
    padding-left: 9rem !important;
  }

  .ps-lg-13 {
    padding-left: 12rem !important;
  }

  .ps-lg-14 {
    padding-left: 15rem !important;
  }

  .ps-lg-15 {
    padding-left: 20rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .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: 2rem !important;
  }

  .gap-xl-6 {
    gap: 2.5rem !important;
  }

  .gap-xl-7 {
    gap: 3rem !important;
  }

  .gap-xl-8 {
    gap: 4rem !important;
  }

  .gap-xl-9 {
    gap: 5rem !important;
  }

  .gap-xl-10 {
    gap: 6rem !important;
  }

  .gap-xl-11 {
    gap: 7.5rem !important;
  }

  .gap-xl-12 {
    gap: 9rem !important;
  }

  .gap-xl-13 {
    gap: 12rem !important;
  }

  .gap-xl-14 {
    gap: 15rem !important;
  }

  .gap-xl-15 {
    gap: 20rem !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 2rem !important;
  }

  .m-xl-6 {
    margin: 2.5rem !important;
  }

  .m-xl-7 {
    margin: 3rem !important;
  }

  .m-xl-8 {
    margin: 4rem !important;
  }

  .m-xl-9 {
    margin: 5rem !important;
  }

  .m-xl-10 {
    margin: 6rem !important;
  }

  .m-xl-11 {
    margin: 7.5rem !important;
  }

  .m-xl-12 {
    margin: 9rem !important;
  }

  .m-xl-13 {
    margin: 12rem !important;
  }

  .m-xl-14 {
    margin: 15rem !important;
  }

  .m-xl-15 {
    margin: 20rem !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: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xl-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xl-10 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xl-11 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-xl-12 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-xl-13 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-xl-14 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-xl-15 {
    margin-right: 20rem !important;
    margin-left: 20rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xl-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xl-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xl-11 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-xl-12 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xl-13 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-xl-14 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-xl-15 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !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: 2rem !important;
  }

  .mt-xl-6 {
    margin-top: 2.5rem !important;
  }

  .mt-xl-7 {
    margin-top: 3rem !important;
  }

  .mt-xl-8 {
    margin-top: 4rem !important;
  }

  .mt-xl-9 {
    margin-top: 5rem !important;
  }

  .mt-xl-10 {
    margin-top: 6rem !important;
  }

  .mt-xl-11 {
    margin-top: 7.5rem !important;
  }

  .mt-xl-12 {
    margin-top: 9rem !important;
  }

  .mt-xl-13 {
    margin-top: 12rem !important;
  }

  .mt-xl-14 {
    margin-top: 15rem !important;
  }

  .mt-xl-15 {
    margin-top: 20rem !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: 2rem !important;
  }

  .me-xl-6 {
    margin-right: 2.5rem !important;
  }

  .me-xl-7 {
    margin-right: 3rem !important;
  }

  .me-xl-8 {
    margin-right: 4rem !important;
  }

  .me-xl-9 {
    margin-right: 5rem !important;
  }

  .me-xl-10 {
    margin-right: 6rem !important;
  }

  .me-xl-11 {
    margin-right: 7.5rem !important;
  }

  .me-xl-12 {
    margin-right: 9rem !important;
  }

  .me-xl-13 {
    margin-right: 12rem !important;
  }

  .me-xl-14 {
    margin-right: 15rem !important;
  }

  .me-xl-15 {
    margin-right: 20rem !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: 2rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 5rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 6rem !important;
  }

  .mb-xl-11 {
    margin-bottom: 7.5rem !important;
  }

  .mb-xl-12 {
    margin-bottom: 9rem !important;
  }

  .mb-xl-13 {
    margin-bottom: 12rem !important;
  }

  .mb-xl-14 {
    margin-bottom: 15rem !important;
  }

  .mb-xl-15 {
    margin-bottom: 20rem !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: 2rem !important;
  }

  .ms-xl-6 {
    margin-left: 2.5rem !important;
  }

  .ms-xl-7 {
    margin-left: 3rem !important;
  }

  .ms-xl-8 {
    margin-left: 4rem !important;
  }

  .ms-xl-9 {
    margin-left: 5rem !important;
  }

  .ms-xl-10 {
    margin-left: 6rem !important;
  }

  .ms-xl-11 {
    margin-left: 7.5rem !important;
  }

  .ms-xl-12 {
    margin-left: 9rem !important;
  }

  .ms-xl-13 {
    margin-left: 12rem !important;
  }

  .ms-xl-14 {
    margin-left: 15rem !important;
  }

  .ms-xl-15 {
    margin-left: 20rem !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: 2rem !important;
  }

  .p-xl-6 {
    padding: 2.5rem !important;
  }

  .p-xl-7 {
    padding: 3rem !important;
  }

  .p-xl-8 {
    padding: 4rem !important;
  }

  .p-xl-9 {
    padding: 5rem !important;
  }

  .p-xl-10 {
    padding: 6rem !important;
  }

  .p-xl-11 {
    padding: 7.5rem !important;
  }

  .p-xl-12 {
    padding: 9rem !important;
  }

  .p-xl-13 {
    padding: 12rem !important;
  }

  .p-xl-14 {
    padding: 15rem !important;
  }

  .p-xl-15 {
    padding: 20rem !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: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xl-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xl-10 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xl-11 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-xl-12 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-xl-13 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-xl-14 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-xl-15 {
    padding-right: 20rem !important;
    padding-left: 20rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xl-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xl-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xl-11 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-xl-12 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xl-13 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-xl-14 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-xl-15 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !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: 2rem !important;
  }

  .pt-xl-6 {
    padding-top: 2.5rem !important;
  }

  .pt-xl-7 {
    padding-top: 3rem !important;
  }

  .pt-xl-8 {
    padding-top: 4rem !important;
  }

  .pt-xl-9 {
    padding-top: 5rem !important;
  }

  .pt-xl-10 {
    padding-top: 6rem !important;
  }

  .pt-xl-11 {
    padding-top: 7.5rem !important;
  }

  .pt-xl-12 {
    padding-top: 9rem !important;
  }

  .pt-xl-13 {
    padding-top: 12rem !important;
  }

  .pt-xl-14 {
    padding-top: 15rem !important;
  }

  .pt-xl-15 {
    padding-top: 20rem !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: 2rem !important;
  }

  .pe-xl-6 {
    padding-right: 2.5rem !important;
  }

  .pe-xl-7 {
    padding-right: 3rem !important;
  }

  .pe-xl-8 {
    padding-right: 4rem !important;
  }

  .pe-xl-9 {
    padding-right: 5rem !important;
  }

  .pe-xl-10 {
    padding-right: 6rem !important;
  }

  .pe-xl-11 {
    padding-right: 7.5rem !important;
  }

  .pe-xl-12 {
    padding-right: 9rem !important;
  }

  .pe-xl-13 {
    padding-right: 12rem !important;
  }

  .pe-xl-14 {
    padding-right: 15rem !important;
  }

  .pe-xl-15 {
    padding-right: 20rem !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: 2rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 4rem !important;
  }

  .pb-xl-9 {
    padding-bottom: 5rem !important;
  }

  .pb-xl-10 {
    padding-bottom: 6rem !important;
  }

  .pb-xl-11 {
    padding-bottom: 7.5rem !important;
  }

  .pb-xl-12 {
    padding-bottom: 9rem !important;
  }

  .pb-xl-13 {
    padding-bottom: 12rem !important;
  }

  .pb-xl-14 {
    padding-bottom: 15rem !important;
  }

  .pb-xl-15 {
    padding-bottom: 20rem !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: 2rem !important;
  }

  .ps-xl-6 {
    padding-left: 2.5rem !important;
  }

  .ps-xl-7 {
    padding-left: 3rem !important;
  }

  .ps-xl-8 {
    padding-left: 4rem !important;
  }

  .ps-xl-9 {
    padding-left: 5rem !important;
  }

  .ps-xl-10 {
    padding-left: 6rem !important;
  }

  .ps-xl-11 {
    padding-left: 7.5rem !important;
  }

  .ps-xl-12 {
    padding-left: 9rem !important;
  }

  .ps-xl-13 {
    padding-left: 12rem !important;
  }

  .ps-xl-14 {
    padding-left: 15rem !important;
  }

  .ps-xl-15 {
    padding-left: 20rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !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: 2rem !important;
  }

  .gap-xxl-6 {
    gap: 2.5rem !important;
  }

  .gap-xxl-7 {
    gap: 3rem !important;
  }

  .gap-xxl-8 {
    gap: 4rem !important;
  }

  .gap-xxl-9 {
    gap: 5rem !important;
  }

  .gap-xxl-10 {
    gap: 6rem !important;
  }

  .gap-xxl-11 {
    gap: 7.5rem !important;
  }

  .gap-xxl-12 {
    gap: 9rem !important;
  }

  .gap-xxl-13 {
    gap: 12rem !important;
  }

  .gap-xxl-14 {
    gap: 15rem !important;
  }

  .gap-xxl-15 {
    gap: 20rem !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 2rem !important;
  }

  .m-xxl-6 {
    margin: 2.5rem !important;
  }

  .m-xxl-7 {
    margin: 3rem !important;
  }

  .m-xxl-8 {
    margin: 4rem !important;
  }

  .m-xxl-9 {
    margin: 5rem !important;
  }

  .m-xxl-10 {
    margin: 6rem !important;
  }

  .m-xxl-11 {
    margin: 7.5rem !important;
  }

  .m-xxl-12 {
    margin: 9rem !important;
  }

  .m-xxl-13 {
    margin: 12rem !important;
  }

  .m-xxl-14 {
    margin: 15rem !important;
  }

  .m-xxl-15 {
    margin: 20rem !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: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xxl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xxl-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xxl-10 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xxl-11 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-xxl-12 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-xxl-13 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-xxl-14 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-xxl-15 {
    margin-right: 20rem !important;
    margin-left: 20rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xxl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxl-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xxl-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xxl-11 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-xxl-12 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xxl-13 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-xxl-14 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-xxl-15 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !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: 2rem !important;
  }

  .mt-xxl-6 {
    margin-top: 2.5rem !important;
  }

  .mt-xxl-7 {
    margin-top: 3rem !important;
  }

  .mt-xxl-8 {
    margin-top: 4rem !important;
  }

  .mt-xxl-9 {
    margin-top: 5rem !important;
  }

  .mt-xxl-10 {
    margin-top: 6rem !important;
  }

  .mt-xxl-11 {
    margin-top: 7.5rem !important;
  }

  .mt-xxl-12 {
    margin-top: 9rem !important;
  }

  .mt-xxl-13 {
    margin-top: 12rem !important;
  }

  .mt-xxl-14 {
    margin-top: 15rem !important;
  }

  .mt-xxl-15 {
    margin-top: 20rem !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: 2rem !important;
  }

  .me-xxl-6 {
    margin-right: 2.5rem !important;
  }

  .me-xxl-7 {
    margin-right: 3rem !important;
  }

  .me-xxl-8 {
    margin-right: 4rem !important;
  }

  .me-xxl-9 {
    margin-right: 5rem !important;
  }

  .me-xxl-10 {
    margin-right: 6rem !important;
  }

  .me-xxl-11 {
    margin-right: 7.5rem !important;
  }

  .me-xxl-12 {
    margin-right: 9rem !important;
  }

  .me-xxl-13 {
    margin-right: 12rem !important;
  }

  .me-xxl-14 {
    margin-right: 15rem !important;
  }

  .me-xxl-15 {
    margin-right: 20rem !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: 2rem !important;
  }

  .mb-xxl-6 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 4rem !important;
  }

  .mb-xxl-9 {
    margin-bottom: 5rem !important;
  }

  .mb-xxl-10 {
    margin-bottom: 6rem !important;
  }

  .mb-xxl-11 {
    margin-bottom: 7.5rem !important;
  }

  .mb-xxl-12 {
    margin-bottom: 9rem !important;
  }

  .mb-xxl-13 {
    margin-bottom: 12rem !important;
  }

  .mb-xxl-14 {
    margin-bottom: 15rem !important;
  }

  .mb-xxl-15 {
    margin-bottom: 20rem !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: 2rem !important;
  }

  .ms-xxl-6 {
    margin-left: 2.5rem !important;
  }

  .ms-xxl-7 {
    margin-left: 3rem !important;
  }

  .ms-xxl-8 {
    margin-left: 4rem !important;
  }

  .ms-xxl-9 {
    margin-left: 5rem !important;
  }

  .ms-xxl-10 {
    margin-left: 6rem !important;
  }

  .ms-xxl-11 {
    margin-left: 7.5rem !important;
  }

  .ms-xxl-12 {
    margin-left: 9rem !important;
  }

  .ms-xxl-13 {
    margin-left: 12rem !important;
  }

  .ms-xxl-14 {
    margin-left: 15rem !important;
  }

  .ms-xxl-15 {
    margin-left: 20rem !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: 2rem !important;
  }

  .p-xxl-6 {
    padding: 2.5rem !important;
  }

  .p-xxl-7 {
    padding: 3rem !important;
  }

  .p-xxl-8 {
    padding: 4rem !important;
  }

  .p-xxl-9 {
    padding: 5rem !important;
  }

  .p-xxl-10 {
    padding: 6rem !important;
  }

  .p-xxl-11 {
    padding: 7.5rem !important;
  }

  .p-xxl-12 {
    padding: 9rem !important;
  }

  .p-xxl-13 {
    padding: 12rem !important;
  }

  .p-xxl-14 {
    padding: 15rem !important;
  }

  .p-xxl-15 {
    padding: 20rem !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: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xxl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xxl-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xxl-10 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xxl-11 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-xxl-12 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-xxl-13 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-xxl-14 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-xxl-15 {
    padding-right: 20rem !important;
    padding-left: 20rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xxl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xxl-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xxl-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xxl-11 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-xxl-12 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xxl-13 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-xxl-14 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-xxl-15 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !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: 2rem !important;
  }

  .pt-xxl-6 {
    padding-top: 2.5rem !important;
  }

  .pt-xxl-7 {
    padding-top: 3rem !important;
  }

  .pt-xxl-8 {
    padding-top: 4rem !important;
  }

  .pt-xxl-9 {
    padding-top: 5rem !important;
  }

  .pt-xxl-10 {
    padding-top: 6rem !important;
  }

  .pt-xxl-11 {
    padding-top: 7.5rem !important;
  }

  .pt-xxl-12 {
    padding-top: 9rem !important;
  }

  .pt-xxl-13 {
    padding-top: 12rem !important;
  }

  .pt-xxl-14 {
    padding-top: 15rem !important;
  }

  .pt-xxl-15 {
    padding-top: 20rem !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: 2rem !important;
  }

  .pe-xxl-6 {
    padding-right: 2.5rem !important;
  }

  .pe-xxl-7 {
    padding-right: 3rem !important;
  }

  .pe-xxl-8 {
    padding-right: 4rem !important;
  }

  .pe-xxl-9 {
    padding-right: 5rem !important;
  }

  .pe-xxl-10 {
    padding-right: 6rem !important;
  }

  .pe-xxl-11 {
    padding-right: 7.5rem !important;
  }

  .pe-xxl-12 {
    padding-right: 9rem !important;
  }

  .pe-xxl-13 {
    padding-right: 12rem !important;
  }

  .pe-xxl-14 {
    padding-right: 15rem !important;
  }

  .pe-xxl-15 {
    padding-right: 20rem !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: 2rem !important;
  }

  .pb-xxl-6 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xxl-7 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-8 {
    padding-bottom: 4rem !important;
  }

  .pb-xxl-9 {
    padding-bottom: 5rem !important;
  }

  .pb-xxl-10 {
    padding-bottom: 6rem !important;
  }

  .pb-xxl-11 {
    padding-bottom: 7.5rem !important;
  }

  .pb-xxl-12 {
    padding-bottom: 9rem !important;
  }

  .pb-xxl-13 {
    padding-bottom: 12rem !important;
  }

  .pb-xxl-14 {
    padding-bottom: 15rem !important;
  }

  .pb-xxl-15 {
    padding-bottom: 20rem !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: 2rem !important;
  }

  .ps-xxl-6 {
    padding-left: 2.5rem !important;
  }

  .ps-xxl-7 {
    padding-left: 3rem !important;
  }

  .ps-xxl-8 {
    padding-left: 4rem !important;
  }

  .ps-xxl-9 {
    padding-left: 5rem !important;
  }

  .ps-xxl-10 {
    padding-left: 6rem !important;
  }

  .ps-xxl-11 {
    padding-left: 7.5rem !important;
  }

  .ps-xxl-12 {
    padding-left: 9rem !important;
  }

  .ps-xxl-13 {
    padding-left: 12rem !important;
  }

  .ps-xxl-14 {
    padding-left: 15rem !important;
  }

  .ps-xxl-15 {
    padding-left: 20rem !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: 1200px) {
  .fs-1 {
    font-size: 2.1875rem !important;
  }

  .fs-2 {
    font-size: 1.75rem !important;
  }

  .fs-3 {
    font-size: 1.53125rem !important;
  }

  .fs-4 {
    font-size: 1.3125rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
img {
  max-width: 100%;
}

a {
  font-weight: normal;
}

.collapse.show, .collapse.in {
  height: auto;
}

.input-group input {
  margin-bottom: 0;
}

.table tr th,
.table tr td {
  border: none;
}

label {
  display: block;
}

.accordion-button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  color: inherit !important;
}

.accordion-button:not(.collapsed) {
  background: none !important;
  color: inherit;
}

/*  Font Awesome styles
    ------------------------------------------------------- */
[class^=icon-],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^=icon-],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^=icon-],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^=icon-],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^=icon-],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^=icon-],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^=icon-],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes sure icons active on rollover in links */
a [class^=icon-],
a [class*=" icon-"] {
  display: inline-block;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333em;
}

.btn [class^=icon-],
.btn [class*=" icon-"],
.nav [class^=icon-],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */
}

.btn [class^=icon-].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class^=icon-].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: 0.9em;
}

.btn [class^=icon-].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class^=icon-].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

.nav-tabs [class^=icon-],
.nav-tabs [class*=" icon-"],
.nav-pills [class^=icon-],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
}

.nav-tabs [class^=icon-],
.nav-tabs [class^=icon-].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class^=icon-],
.nav-pills [class^=icon-].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: 0.9em;
}

li [class^=icon-],
li [class*=" icon-"],
.nav li [class^=icon-],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

li [class^=icon-].icon-large,
li [class*=" icon-"].icon-large,
.nav li [class^=icon-].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}

ul.icons li [class^=icon-],
ul.icons li [class*=" icon-"] {
  width: 0.75em;
}

.icon-muted {
  color: #eeeeee;
}

.icon-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}

.icon-2x.icon-border {
  border-width: 2px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}

.icon-3x.icon-border {
  border-width: 3px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}

.icon-4x.icon-border {
  border-width: 4px;
  border-radius: 6px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^=icon-].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 0.3em;
}

[class^=icon-].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.3em;
}

.btn [class^=icon-].pull-left.icon-2x,
.btn [class^=icon-].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}

.btn [class^=icon-].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}

.btn.btn-small [class^=icon-].pull-left.icon-2x,
.btn.btn-small [class^=icon-].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.25em;
}

.btn.btn-large [class^=icon-],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}

.btn.btn-large [class^=icon-].pull-left.icon-2x,
.btn.btn-large [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.05em;
}

.btn.btn-large [class^=icon-].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: 0.2em;
}

.btn.btn-large [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: 0.2em;
}

.icon-spin {
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: 0.9em;
  }

  .btn .icon-spin {
    height: auto;
  }

  .icon-spin.icon-large {
    height: 1.25em;
  }

  .btn .icon-spin.icon-large {
    height: 0.75em;
  }
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file:before {
  content: "\f016";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-repeat:before {
  content: "\f01e";
}

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign:before {
  content: "\f055";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up:before {
  content: "\f087";
}

.icon-thumbs-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope-alt:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign-alt:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

/*
 *
 *  Project:  GLYPHICONS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @jankovarik
 *
 */
html,
html .halflings {
  -webkit-font-smoothing: antialiased !important;
}

@font-face {
  font-family: "Glyphicons";
  src: url("../fonts/glyphicons-regular.eot");
  src: url("../fonts/glyphicons-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-regular.woff") format("woff"), url("../fonts/glyphicons-regular.ttf") format("truetype"), url("../fonts/glyphicons-regular.svg#glyphicons_halflingsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=glyphicon-],
[class*=" glyphicon-"] {
  font-family: "Glyphicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: 15px;
  vertical-align: middle;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

[class^=glyphicon-]:before,
[class*=" glyphicon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

a [class^=glyphicon-],
a [class*=" glyphicon-"] {
  display: inline-block;
}

li [class^=glyphicon-],
li [class*=" glyphicon-"],
.nav li [class^=glyphicon-],
.nav li [class*=" glyphicon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-leaf:before {
  content: "\e002";
}

.glyphicon-dog:before {
  content: "\e003";
}

.glyphicon-user:before {
  content: "\e004";
}

.glyphicon-girl:before {
  content: "\e005";
}

.glyphicon-car:before {
  content: "\e006";
}

.glyphicon-user_add:before {
  content: "\e007";
}

.glyphicon-user_remove:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-magic:before {
  content: "\e010";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-camera:before {
  content: "\e012";
}

.glyphicon-heart:before {
  content: "\e013";
}

.glyphicon-beach_umbrella:before {
  content: "\e014";
}

.glyphicon-train:before {
  content: "\e015";
}

.glyphicon-print:before {
  content: "\e016";
}

.glyphicon-bin:before {
  content: "\e017";
}

.glyphicon-music:before {
  content: "\e018";
}

.glyphicon-note:before {
  content: "\e019";
}

.glyphicon-heart_empty:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-snowflake:before {
  content: "❄";
}

.glyphicon-fire:before {
  content: "\e023";
}

.glyphicon-magnet:before {
  content: "\e024";
}

.glyphicon-parents:before {
  content: "\e025";
}

.glyphicon-binoculars:before {
  content: "\e026";
}

.glyphicon-road:before {
  content: "\e027";
}

.glyphicon-search:before {
  content: "\e028";
}

.glyphicon-cars:before {
  content: "\e029";
}

.glyphicon-notes_2:before {
  content: "\e030";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-bus:before {
  content: "\e032";
}

.glyphicon-wifi_alt:before {
  content: "\e033";
}

.glyphicon-luggage:before {
  content: "\e034";
}

.glyphicon-old_man:before {
  content: "\e035";
}

.glyphicon-woman:before {
  content: "\e036";
}

.glyphicon-file:before {
  content: "\e037";
}

.glyphicon-coins:before {
  content: "\e038";
}

.glyphicon-airplane:before {
  content: "✈";
}

.glyphicon-notes:before {
  content: "\e040";
}

.glyphicon-stats:before {
  content: "\e041";
}

.glyphicon-charts:before {
  content: "\e042";
}

.glyphicon-pie_chart:before {
  content: "\e043";
}

.glyphicon-group:before {
  content: "\e044";
}

.glyphicon-keys:before {
  content: "\e045";
}

.glyphicon-calendar:before {
  content: "\e046";
}

.glyphicon-router:before {
  content: "\e047";
}

.glyphicon-camera_small:before {
  content: "\e048";
}

.glyphicon-dislikes:before {
  content: "\e049";
}

.glyphicon-star:before {
  content: "\e050";
}

.glyphicon-link:before {
  content: "\e051";
}

.glyphicon-eye_open:before {
  content: "\e052";
}

.glyphicon-eye_close:before {
  content: "\e053";
}

.glyphicon-alarm:before {
  content: "\e054";
}

.glyphicon-clock:before {
  content: "\e055";
}

.glyphicon-stopwatch:before {
  content: "\e056";
}

.glyphicon-projector:before {
  content: "\e057";
}

.glyphicon-history:before {
  content: "\e058";
}

.glyphicon-truck:before {
  content: "\e059";
}

.glyphicon-cargo:before {
  content: "\e060";
}

.glyphicon-compass:before {
  content: "\e061";
}

.glyphicon-keynote:before {
  content: "\e062";
}

.glyphicon-paperclip:before {
  content: "\e063";
}

.glyphicon-power:before {
  content: "\e064";
}

.glyphicon-lightbulb:before {
  content: "\e065";
}

.glyphicon-tag:before {
  content: "\e066";
}

.glyphicon-tags:before {
  content: "\e067";
}

.glyphicon-cleaning:before {
  content: "\e068";
}

.glyphicon-ruller:before {
  content: "\e069";
}

.glyphicon-gift:before {
  content: "\e070";
}

.glyphicon-umbrella:before {
  content: "☂";
}

.glyphicon-book:before {
  content: "\e072";
}

.glyphicon-bookmark:before {
  content: "\e073";
}

.glyphicon-wifi:before {
  content: "\e074";
}

.glyphicon-cup:before {
  content: "\e075";
}

.glyphicon-stroller:before {
  content: "\e076";
}

.glyphicon-headphones:before {
  content: "\e077";
}

.glyphicon-headset:before {
  content: "\e078";
}

.glyphicon-warning_sign:before {
  content: "\e079";
}

.glyphicon-signal:before {
  content: "\e080";
}

.glyphicon-retweet:before {
  content: "\e081";
}

.glyphicon-refresh:before {
  content: "\e082";
}

.glyphicon-roundabout:before {
  content: "\e083";
}

.glyphicon-random:before {
  content: "\e084";
}

.glyphicon-heat:before {
  content: "\e085";
}

.glyphicon-repeat:before {
  content: "\e086";
}

.glyphicon-display:before {
  content: "\e087";
}

.glyphicon-log_book:before {
  content: "\e088";
}

.glyphicon-adress_book:before {
  content: "\e089";
}

.glyphicon-building:before {
  content: "\e090";
}

.glyphicon-eyedropper:before {
  content: "\e091";
}

.glyphicon-adjust:before {
  content: "\e092";
}

.glyphicon-tint:before {
  content: "\e093";
}

.glyphicon-crop:before {
  content: "\e094";
}

.glyphicon-vector_path_square:before {
  content: "\e095";
}

.glyphicon-vector_path_circle:before {
  content: "\e096";
}

.glyphicon-vector_path_polygon:before {
  content: "\e097";
}

.glyphicon-vector_path_line:before {
  content: "\e098";
}

.glyphicon-vector_path_curve:before {
  content: "\e099";
}

.glyphicon-vector_path_all:before {
  content: "\e100";
}

.glyphicon-font:before {
  content: "\e101";
}

.glyphicon-italic:before {
  content: "\e102";
}

.glyphicon-bold:before {
  content: "\e103";
}

.glyphicon-text_underline:before {
  content: "\e104";
}

.glyphicon-text_strike:before {
  content: "\e105";
}

.glyphicon-text_height:before {
  content: "\e106";
}

.glyphicon-text_width:before {
  content: "\e107";
}

.glyphicon-text_resize:before {
  content: "\e108";
}

.glyphicon-left_indent:before {
  content: "\e109";
}

.glyphicon-right_indent:before {
  content: "\e110";
}

.glyphicon-align_left:before {
  content: "\e111";
}

.glyphicon-align_center:before {
  content: "\e112";
}

.glyphicon-align_right:before {
  content: "\e113";
}

.glyphicon-justify:before {
  content: "\e114";
}

.glyphicon-list:before {
  content: "\e115";
}

.glyphicon-text_smaller:before {
  content: "\e116";
}

.glyphicon-text_bigger:before {
  content: "\e117";
}

.glyphicon-embed:before {
  content: "\e118";
}

.glyphicon-embed_close:before {
  content: "\e119";
}

.glyphicon-table:before {
  content: "\e120";
}

.glyphicon-message_full:before {
  content: "\e121";
}

.glyphicon-message_empty:before {
  content: "\e122";
}

.glyphicon-message_in:before {
  content: "\e123";
}

.glyphicon-message_out:before {
  content: "\e124";
}

.glyphicon-message_plus:before {
  content: "\e125";
}

.glyphicon-message_minus:before {
  content: "\e126";
}

.glyphicon-message_ban:before {
  content: "\e127";
}

.glyphicon-message_flag:before {
  content: "\e128";
}

.glyphicon-message_lock:before {
  content: "\e129";
}

.glyphicon-message_new:before {
  content: "\e130";
}

.glyphicon-inbox:before {
  content: "\e131";
}

.glyphicon-inbox_plus:before {
  content: "\e132";
}

.glyphicon-inbox_minus:before {
  content: "\e133";
}

.glyphicon-inbox_lock:before {
  content: "\e134";
}

.glyphicon-inbox_in:before {
  content: "\e135";
}

.glyphicon-inbox_out:before {
  content: "\e136";
}

.glyphicon-cogwheel:before {
  content: "\e137";
}

.glyphicon-cogwheels:before {
  content: "\e138";
}

.glyphicon-picture:before {
  content: "\e139";
}

.glyphicon-adjust_alt:before {
  content: "\e140";
}

.glyphicon-database_lock:before {
  content: "\e141";
}

.glyphicon-database_plus:before {
  content: "\e142";
}

.glyphicon-database_minus:before {
  content: "\e143";
}

.glyphicon-database_ban:before {
  content: "\e144";
}

.glyphicon-folder_open:before {
  content: "\e145";
}

.glyphicon-folder_plus:before {
  content: "\e146";
}

.glyphicon-folder_minus:before {
  content: "\e147";
}

.glyphicon-folder_lock:before {
  content: "\e148";
}

.glyphicon-folder_flag:before {
  content: "\e149";
}

.glyphicon-folder_new:before {
  content: "\e150";
}

.glyphicon-edit:before {
  content: "\e151";
}

.glyphicon-new_window:before {
  content: "\e152";
}

.glyphicon-check:before {
  content: "\e153";
}

.glyphicon-unchecked:before {
  content: "\e154";
}

.glyphicon-more_windows:before {
  content: "\e155";
}

.glyphicon-show_big_thumbnails:before {
  content: "\e156";
}

.glyphicon-show_thumbnails:before {
  content: "\e157";
}

.glyphicon-show_thumbnails_with_lines:before {
  content: "\e158";
}

.glyphicon-show_lines:before {
  content: "\e159";
}

.glyphicon-playlist:before {
  content: "\e160";
}

.glyphicon-imac:before {
  content: "\e161";
}

.glyphicon-macbook:before {
  content: "\e162";
}

.glyphicon-ipad:before {
  content: "\e163";
}

.glyphicon-iphone:before {
  content: "\e164";
}

.glyphicon-iphone_transfer:before {
  content: "\e165";
}

.glyphicon-iphone_exchange:before {
  content: "\e166";
}

.glyphicon-ipod:before {
  content: "\e167";
}

.glyphicon-ipod_shuffle:before {
  content: "\e168";
}

.glyphicon-ear_plugs:before {
  content: "\e169";
}

.glyphicon-phone:before {
  content: "\e170";
}

.glyphicon-step_backward:before {
  content: "\e171";
}

.glyphicon-fast_backward:before {
  content: "\e172";
}

.glyphicon-rewind:before {
  content: "\e173";
}

.glyphicon-play:before {
  content: "\e174";
}

.glyphicon-pause:before {
  content: "\e175";
}

.glyphicon-stop:before {
  content: "\e176";
}

.glyphicon-forward:before {
  content: "\e177";
}

.glyphicon-fast_forward:before {
  content: "\e178";
}

.glyphicon-step_forward:before {
  content: "\e179";
}

.glyphicon-eject:before {
  content: "\e180";
}

.glyphicon-facetime_video:before {
  content: "\e181";
}

.glyphicon-download_alt:before {
  content: "\e182";
}

.glyphicon-mute:before {
  content: "\e183";
}

.glyphicon-volume_down:before {
  content: "\e184";
}

.glyphicon-volume_up:before {
  content: "\e185";
}

.glyphicon-screenshot:before {
  content: "\e186";
}

.glyphicon-move:before {
  content: "\e187";
}

.glyphicon-more:before {
  content: "\e188";
}

.glyphicon-brightness_reduce:before {
  content: "\e189";
}

.glyphicon-brightness_increase:before {
  content: "\e190";
}

.glyphicon-circle_plus:before {
  content: "\e191";
}

.glyphicon-circle_minus:before {
  content: "\e192";
}

.glyphicon-circle_remove:before {
  content: "\e193";
}

.glyphicon-circle_ok:before {
  content: "\e194";
}

.glyphicon-circle_question_mark:before {
  content: "\e195";
}

.glyphicon-circle_info:before {
  content: "\e196";
}

.glyphicon-circle_exclamation_mark:before {
  content: "\e197";
}

.glyphicon-remove:before {
  content: "\e198";
}

.glyphicon-ok:before {
  content: "\e199";
}

.glyphicon-ban:before {
  content: "\e200";
}

.glyphicon-download:before {
  content: "\e201";
}

.glyphicon-upload:before {
  content: "\e202";
}

.glyphicon-shopping_cart:before {
  content: "\e203";
}

.glyphicon-lock:before {
  content: "\e204";
}

.glyphicon-unlock:before {
  content: "\e205";
}

.glyphicon-electricity:before {
  content: "\e206";
}

.glyphicon-ok_2:before {
  content: "\e207";
}

.glyphicon-remove_2:before {
  content: "\e208";
}

.glyphicon-cart_out:before {
  content: "\e209";
}

.glyphicon-cart_in:before {
  content: "\e210";
}

.glyphicon-left_arrow:before {
  content: "\e211";
}

.glyphicon-right_arrow:before {
  content: "\e212";
}

.glyphicon-down_arrow:before {
  content: "\e213";
}

.glyphicon-up_arrow:before {
  content: "\e214";
}

.glyphicon-resize_small:before {
  content: "\e215";
}

.glyphicon-resize_full:before {
  content: "\e216";
}

.glyphicon-circle_arrow_left:before {
  content: "\e217";
}

.glyphicon-circle_arrow_right:before {
  content: "\e218";
}

.glyphicon-circle_arrow_top:before {
  content: "\e219";
}

.glyphicon-circle_arrow_down:before {
  content: "\e220";
}

.glyphicon-play_button:before {
  content: "\e221";
}

.glyphicon-unshare:before {
  content: "\e222";
}

.glyphicon-share:before {
  content: "\e223";
}

.glyphicon-chevron-right:before {
  content: "\e224";
}

.glyphicon-chevron-left:before {
  content: "\e225";
}

.glyphicon-bluetooth:before {
  content: "\e226";
}

.glyphicon-euro:before {
  content: "€";
}

.glyphicon-usd:before {
  content: "\e228";
}

.glyphicon-gbp:before {
  content: "\e229";
}

.glyphicon-retweet_2:before {
  content: "\e230";
}

.glyphicon-moon:before {
  content: "\e231";
}

.glyphicon-sun:before {
  content: "☉";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-direction:before {
  content: "\e234";
}

.glyphicon-brush:before {
  content: "\e235";
}

.glyphicon-pen:before {
  content: "\e236";
}

.glyphicon-zoom_in:before {
  content: "\e237";
}

.glyphicon-zoom_out:before {
  content: "\e238";
}

.glyphicon-pin:before {
  content: "\e239";
}

.glyphicon-albums:before {
  content: "\e240";
}

.glyphicon-rotation_lock:before {
  content: "\e241";
}

.glyphicon-flash:before {
  content: "\e242";
}

.glyphicon-google_maps:before {
  content: "\e243";
}

.glyphicon-anchor:before {
  content: "⚓";
}

.glyphicon-conversation:before {
  content: "\e245";
}

.glyphicon-chat:before {
  content: "\e246";
}

.glyphicon-male:before {
  content: "\e247";
}

.glyphicon-female:before {
  content: "\e248";
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-divide:before {
  content: "÷";
}

.glyphicon-snorkel_diving:before {
  content: "\e251";
}

.glyphicon-scuba_diving:before {
  content: "\e252";
}

.glyphicon-oxygen_bottle:before {
  content: "\e253";
}

.glyphicon-fins:before {
  content: "\e254";
}

.glyphicon-fishes:before {
  content: "\e255";
}

.glyphicon-boat:before {
  content: "\e256";
}

.glyphicon-delete:before {
  content: "\e257";
}

.glyphicon-sheriffs_star:before {
  content: "\e258";
}

.glyphicon-qrcode:before {
  content: "\e259";
}

.glyphicon-barcode:before {
  content: "\e260";
}

.glyphicon-pool:before {
  content: "\e261";
}

.glyphicon-buoy:before {
  content: "\e262";
}

.glyphicon-spade:before {
  content: "\e263";
}

.glyphicon-bank:before {
  content: "\e264";
}

.glyphicon-vcard:before {
  content: "\e265";
}

.glyphicon-electrical_plug:before {
  content: "\e266";
}

.glyphicon-flag:before {
  content: "\e267";
}

.glyphicon-credit_card:before {
  content: "\e268";
}

.glyphicon-keyboard-wireless:before {
  content: "\e269";
}

.glyphicon-keyboard-wired:before {
  content: "\e270";
}

.glyphicon-shield:before {
  content: "\e271";
}

.glyphicon-ring:before {
  content: "˚";
}

.glyphicon-cake:before {
  content: "\e273";
}

.glyphicon-drink:before {
  content: "\e274";
}

.glyphicon-beer:before {
  content: "\e275";
}

.glyphicon-fast_food:before {
  content: "\e276";
}

.glyphicon-cutlery:before {
  content: "\e277";
}

.glyphicon-pizza:before {
  content: "\e278";
}

.glyphicon-birthday_cake:before {
  content: "\e279";
}

.glyphicon-tablet:before {
  content: "\e280";
}

.glyphicon-settings:before {
  content: "\e281";
}

.glyphicon-bullets:before {
  content: "\e282";
}

.glyphicon-cardio:before {
  content: "\e283";
}

.glyphicon-t-shirt:before {
  content: "\e284";
}

.glyphicon-pants:before {
  content: "\e285";
}

.glyphicon-sweater:before {
  content: "\e286";
}

.glyphicon-fabric:before {
  content: "\e287";
}

.glyphicon-leather:before {
  content: "\e288";
}

.glyphicon-scissors:before {
  content: "\e289";
}

.glyphicon-bomb:before {
  content: "\e290";
}

.glyphicon-skull:before {
  content: "\e291";
}

.glyphicon-celebration:before {
  content: "\e292";
}

.glyphicon-tea_kettle:before {
  content: "\e293";
}

.glyphicon-french_press:before {
  content: "\e294";
}

.glyphicon-coffe_cup:before {
  content: "\e295";
}

.glyphicon-pot:before {
  content: "\e296";
}

.glyphicon-grater:before {
  content: "\e297";
}

.glyphicon-kettle:before {
  content: "\e298";
}

.glyphicon-hospital:before {
  content: "\e299";
}

.glyphicon-hospital_h:before {
  content: "\e300";
}

.glyphicon-microphone:before {
  content: "\e301";
}

.glyphicon-webcam:before {
  content: "\e302";
}

.glyphicon-temple_christianity_church:before {
  content: "\e303";
}

.glyphicon-temple_islam:before {
  content: "\e304";
}

.glyphicon-temple_hindu:before {
  content: "\e305";
}

.glyphicon-temple_buddhist:before {
  content: "\e306";
}

.glyphicon-bicycle:before {
  content: "\e307";
}

.glyphicon-life_preserver:before {
  content: "\e308";
}

.glyphicon-share_alt:before {
  content: "\e309";
}

.glyphicon-comments:before {
  content: "\e310";
}

.glyphicon-flower:before {
  content: "⚘";
}

.glyphicon-baseball:before {
  content: "\e312";
}

.glyphicon-rugby:before {
  content: "\e313";
}

.glyphicon-ax:before {
  content: "\e314";
}

.glyphicon-table_tennis:before {
  content: "\e315";
}

.glyphicon-bowling:before {
  content: "\e316";
}

.glyphicon-tree_conifer:before {
  content: "\e317";
}

.glyphicon-tree_deciduous:before {
  content: "\e318";
}

.glyphicon-more_items:before {
  content: "\e319";
}

.glyphicon-sort:before {
  content: "\e320";
}

.glyphicon-filter:before {
  content: "\e321";
}

.glyphicon-gamepad:before {
  content: "\e322";
}

.glyphicon-playing_dices:before {
  content: "\e323";
}

.glyphicon-calculator:before {
  content: "\e324";
}

.glyphicon-tie:before {
  content: "\e325";
}

.glyphicon-wallet:before {
  content: "\e326";
}

.glyphicon-piano:before {
  content: "\e327";
}

.glyphicon-sampler:before {
  content: "\e328";
}

.glyphicon-podium:before {
  content: "\e329";
}

.glyphicon-soccer_ball:before {
  content: "\e330";
}

.glyphicon-blog:before {
  content: "\e331";
}

.glyphicon-dashboard:before {
  content: "\e332";
}

.glyphicon-certificate:before {
  content: "\e333";
}

.glyphicon-bell:before {
  content: "\e334";
}

.glyphicon-candle:before {
  content: "\e335";
}

.glyphicon-pushpin:before {
  content: "\e336";
}

.glyphicon-iphone_shake:before {
  content: "\e337";
}

.glyphicon-pin_flag:before {
  content: "\e338";
}

.glyphicon-turtle:before {
  content: "\e339";
}

.glyphicon-rabbit:before {
  content: "\e340";
}

.glyphicon-globe:before {
  content: "\e341";
}

.glyphicon-briefcase:before {
  content: "\e342";
}

.glyphicon-hdd:before {
  content: "\e343";
}

.glyphicon-thumbs_up:before {
  content: "\e344";
}

.glyphicon-thumbs_down:before {
  content: "\e345";
}

.glyphicon-hand_right:before {
  content: "\e346";
}

.glyphicon-hand_left:before {
  content: "\e347";
}

.glyphicon-hand_up:before {
  content: "\e348";
}

.glyphicon-hand_down:before {
  content: "\e349";
}

.glyphicon-fullscreen:before {
  content: "\e350";
}

.glyphicon-shopping_bag:before {
  content: "\e351";
}

.glyphicon-book_open:before {
  content: "\e352";
}

.glyphicon-nameplate:before {
  content: "\e353";
}

.glyphicon-nameplate_alt:before {
  content: "\e354";
}

.glyphicon-vases:before {
  content: "\e355";
}

.glyphicon-bullhorn:before {
  content: "\e356";
}

.glyphicon-dumbbell:before {
  content: "\e357";
}

.glyphicon-suitcase:before {
  content: "\e358";
}

.glyphicon-file_import:before {
  content: "\e359";
}

.glyphicon-file_export:before {
  content: "\e360";
}

.glyphicon-bug:before {
  content: "\e361";
}

.glyphicon-crown:before {
  content: "\e362";
}

.glyphicon-smoking:before {
  content: "\e363";
}

.glyphicon-cloud-upload:before {
  content: "\e364";
}

.glyphicon-cloud-download:before {
  content: "\e365";
}

.glyphicon-restart:before {
  content: "\e366";
}

.glyphicon-security_camera:before {
  content: "\e367";
}

.glyphicon-expand:before {
  content: "\e368";
}

.glyphicon-collapse:before {
  content: "\e369";
}

.glyphicon-collapse_top:before {
  content: "\e370";
}

.glyphicon-globe_af:before {
  content: "\e371";
}

.glyphicon-global:before {
  content: "\e372";
}

.glyphicon-spray:before {
  content: "\e373";
}

.glyphicon-nails:before {
  content: "\e374";
}

.glyphicon-claw_hammer:before {
  content: "\e375";
}

.glyphicon-classic_hammer:before {
  content: "\e376";
}

.glyphicon-hand_saw:before {
  content: "\e377";
}

.glyphicon-riflescope:before {
  content: "\e378";
}

.glyphicon-electrical_socket_eu:before {
  content: "\e379";
}

.glyphicon-electrical_socket_us:before {
  content: "\e380";
}

.glyphicon-pinterest:before {
  content: "\e381";
}

.glyphicon-dropbox:before {
  content: "\e382";
}

.glyphicon-google_plus:before {
  content: "\e383";
}

.glyphicon-jolicloud:before {
  content: "\e384";
}

.glyphicon-yahoo:before {
  content: "\e385";
}

.glyphicon-blogger:before {
  content: "\e386";
}

.glyphicon-picasa:before {
  content: "\e387";
}

.glyphicon-amazon:before {
  content: "\e388";
}

.glyphicon-tumblr:before {
  content: "\e389";
}

.glyphicon-wordpress:before {
  content: "\e390";
}

.glyphicon-instapaper:before {
  content: "\e391";
}

.glyphicon-evernote:before {
  content: "\e392";
}

.glyphicon-xing:before {
  content: "\e393";
}

.glyphicon-zootool:before {
  content: "\e394";
}

.glyphicon-dribbble:before {
  content: "\e395";
}

.glyphicon-deviantart:before {
  content: "\e396";
}

.glyphicon-read_it_later:before {
  content: "\e397";
}

.glyphicon-linked_in:before {
  content: "\e398";
}

.glyphicon-forrst:before {
  content: "\e399";
}

.glyphicon-pinboard:before {
  content: "\e400";
}

.glyphicon-behance:before {
  content: "\e401";
}

.glyphicon-github:before {
  content: "\e402";
}

.glyphicon-youtube:before {
  content: "\e403";
}

.glyphicon-skitch:before {
  content: "\e404";
}

.glyphicon-foursquare:before {
  content: "\e405";
}

.glyphicon-quora:before {
  content: "\e406";
}

.glyphicon-badoo:before {
  content: "\e407";
}

.glyphicon-spotify:before {
  content: "\e408";
}

.glyphicon-stumbleupon:before {
  content: "\e409";
}

.glyphicon-readability:before {
  content: "\e410";
}

.glyphicon-facebook:before {
  content: "\e411";
}

.glyphicon-twitter:before {
  content: "\e412";
}

.glyphicon-instagram:before {
  content: "\e413";
}

.glyphicon-posterous_spaces:before {
  content: "\e414";
}

.glyphicon-vimeo:before {
  content: "\e415";
}

.glyphicon-flickr:before {
  content: "\e416";
}

.glyphicon-last_fm:before {
  content: "\e417";
}

.glyphicon-rss:before {
  content: "\e418";
}

.glyphicon-skype:before {
  content: "\e419";
}

.glyphicon-e-mail:before {
  content: "\e420";
}

.dropdown-menu {
  border: 2px solid #666;
  background: #fff;
  margin-top: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu:before {
  border: 0;
}

.dropdown-menu.typeahead > li.active > a {
  background: #ddd;
  color: #222;
  -webkit-filter: none;
          filter: none;
}

.dropdown-menu.typeahead > li.active:focus > a,
.dropdown-menu.typeahead > li.active:hover > a {
  background: #368ee0;
  color: #fff;
  -webkit-filter: none;
          filter: none;
}

.dropdown-menu > li:focus > a,
.dropdown-menu > li:hover > a {
  background: #ddd;
  color: #222;
  -webkit-filter: none;
          filter: none;
}

.dropdown-menu > li > a {
  padding: 6px 15px;
  font-size: 13px;
  -webkit-filter: none;
          filter: none;
}

.dropdown-menu .dropdown-submenu:hover > a {
  background: #eee;
  color: #222;
}

.dropdown-menu .dropdown-submenu.active:hover:after {
  border-left-color: #666;
}

.dropdown-menu .dropdown-submenu > a:active,
.dropdown-menu .dropdown-submenu > a:focus {
  background: #eee;
  color: #222;
}

.dropdown-menu .dropdown-submenu > a:after {
  border-left-color: #666;
}

.dropdown-menu .dropdown-submenu .dropdown-menu {
  border-radius: 0 !important;
}

.dropdown-menu .dropdown-submenu .dropdown-menu .active > a {
  background: #ddd;
  color: #222;
}

.modal form {
  margin-bottom: 0;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 0;
}

.tooltip {
  z-index: 99999;
}

.tab-content {
  overflow: visible;
}

.uneditable-input {
  border-radius: 0;
}

.btn-group.text {
  font-size: 13px;
}

.btn-group .dropdown,
.btn-group .pagination {
  font-size: 13px;
}

.btn-group .pagination {
  margin: 0;
}

.btn-group .pagination ul {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.table-bordered, figure.table > table {
  border-top: 0;
}

.table-bordered.table-force-topborder, figure.table > table.table-force-topborder {
  border-top: 1px solid #ddd;
}

.table-bordered.dataTable, figure.table > table.dataTable {
  border-top: 1px solid #ddd;
}

.table-bordered.dataTable.dataTable-noheader, figure.table > table.dataTable.dataTable-noheader {
  border-top: 0;
}

.table-bordered, figure.table > table,
.table-bordered thead:first-child tr:first-child > th:first-child,
figure.table > table thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
figure.table > table tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child,
figure.table > table tbody:first-child tr:first-child > th:first-child,
.table-bordered thead:first-child tr:first-child > th:last-child,
figure.table > table thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
figure.table > table tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child,
figure.table > table tbody:first-child tr:first-child > th:last-child,
.table-bordered thead:last-child tr:last-child > th:first-child,
figure.table > table thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
figure.table > table tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
figure.table > table tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
figure.table > table tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child,
figure.table > table tfoot:last-child tr:last-child > th:first-child,
.table-bordered thead:last-child tr:last-child > th:last-child,
figure.table > table thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
figure.table > table tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
figure.table > table tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
figure.table > table tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child,
figure.table > table tfoot:last-child tr:last-child > th:last-child {
  border-radius: 0 !important;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child,
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle,
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child,
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child,
.btn-group > .btn:first-child,
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-radius: 0 !important;
}

.input-prepend .btn-group .btn:first-child,
.input-append .btn-group .btn:first-child {
  border: 1px solid #ccc;
  padding: 4px 8px;
  border-radius: 0 !important;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle,
.input-prepend .btn:first-child {
  border: 1px solid #ccc;
  padding: 4px 8px;
}

.input-prepend .add-on:first-child {
  border: 1px solid #ccc;
  padding: 4px 6px;
}

.label {
  border-radius: 0;
  text-shadow: none;
}

input,
textarea {
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.modal {
  border-radius: 0;
}

.modal .modal-footer {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tooltip .tooltip-inner {
  border-radius: 0;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-group.open .dropdown-toggle.btn-primary {
  background: #368ee0;
}

.btn-group.open .dropdown-toggle.btn-danger {
  background: #e51400;
}

.btn-group.open .dropdown-toggle.btn-inverse {
  background: #333;
}

.btn-group.open .dropdown-toggle.btn-success {
  background: #339933;
}

.btn-group.open .dropdown-toggle.btn-warning {
  background: #f8a31f;
}

.btn-group.open .dropdown-toggle.btn-info {
  background: #368ee0;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  background: #ffffff;
}

.form-horizontal .control-label {
  text-align: left;
  width: 140px;
}

.form-horizontal .controls {
  margin-left: 160px;
}

.dropdown-menu.dropdown-primary {
  border-color: #368ee0;
}

.dropdown-menu.dropdown-primary > li > a:hover {
  background: #368ee0;
  color: #fff;
}

.dropdown-menu.dropdown-danger {
  border-color: #e51400;
}

.dropdown-menu.dropdown-danger > li > a:hover {
  background: #e51400;
  color: #fff;
}

.dropdown-menu.dropdown-warning {
  border-color: #fab750;
}

.dropdown-menu.dropdown-warning > li > a:hover {
  background: #f8a31f;
  color: #fff;
}

.dropdown-menu.dropdown-success {
  border-color: #339933;
}

.dropdown-menu.dropdown-success > li > a:hover {
  background: #339933;
  color: #fff;
}

.dropdown-menu.dropdown-inverse {
  border-color: #484848;
}

.dropdown-menu.dropdown-inverse > li > a:hover {
  background: #484848;
  color: #fff;
}

.btn {
  background: #eee;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  color: #444;
  -webkit-filter: none;
          filter: none;
}

.btn.btn-large {
  padding: 10px 16px;
}

.btn.btn-small {
  padding: 3px 7px;
}

.btn.btn-mini {
  padding: 1px 4px;
}

.btn.btn-text-left {
  text-align: left;
}

.btn i {
  font-size: 14px;
}

.btn:hover {
  background: #ccc;
  text-shadow: none;
}

.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn.btn-primary {
  background: #368ee0;
  color: #fff;
  text-shadow: none;
  -webkit-filter: none;
          filter: none;
}

.btn.btn-primary:hover {
  background: #1e74c5;
}

.btn.btn-info {
  background: #a4ccf1;
  text-shadow: none;
  -webkit-filter: none;
          filter: none;
}

.btn.btn-info:hover {
  background: #62a7e7;
  color: #222;
}

.btn.btn-warning {
  background: #fab750;
  text-shadow: none;
  -webkit-filter: none;
          filter: none;
}

.btn.btn-warning:hover {
  background: #f8a31f;
  color: #222;
}

.btn.btn-danger {
  background: #ff4433;
  text-shadow: none;
  color: #fff;
  -webkit-filter: none;
          filter: none;
}

.btn.btn-danger:hover {
  background: #e51400;
}

.btn.btn-success {
  background: #40bf40;
  text-shadow: none;
  color: #fff;
  -webkit-filter: none;
          filter: none;
}

.btn.btn-success:hover {
  background: #339933;
}

.btn.btn-inverse {
  background: #484848;
  text-shadow: none;
  color: #fff;
  -webkit-filter: none;
          filter: none;
}

.btn.btn-inverse:hover {
  background: #111;
}

.nav.nav-pills > li.active > a,
.nav.nav-list > li.active > a {
  background: #368ee0;
}

.popover {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.accordion .accordion-group {
  border-radius: 0;
}

.alert {
  border-radius: 0;
  border: 0;
}

.progress {
  border-radius: 0;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span,
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span,
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span,
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span,
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span,
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  border-radius: 0;
}

.table.table-condensed tr th, figure.table > table.table-condensed tr th,
.table.table-condensed tr td,
figure.table > table.table-condensed tr td {
  padding: 4px 5px;
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
}

.form-actions {
  background: 0;
  border: 0;
}

@media (max-width: 1250px) {
  #main .page-header .minitiles {
    display: none;
  }
}
@media (max-width: 1200px) {
  .stats-overview > li {
    padding: 5px 10px !important;
  }

  .form-horizontal.form-column [class*=span] {
    border-top: 1px solid #ddd;
    border-left: 0 !important;
    width: 100% !important;
  }

  .form-horizontal.form-column [class*=span]:first-child {
    border-top: 0;
  }

  .form-horizontal.form-column .form-actions {
    border-top: 0 !important;
  }
}
@media (max-width: 1100px) {
  .stats-overview > li {
    padding: 5px 10px !important;
    border-right: 1px dotted #ddd !important;
  }

  .stats-overview > li .name {
    font-size: 11px !important;
  }

  .stats-overview > li .value {
    font-size: 13px !important;
  }
}
@media (max-width: 1200px) {
  .icon-nav {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  #main .page-header .stats {
    display: none;
  }

  .search-form > .search-pane > input {
    width: 135px !important;
  }

  .hidden-1024 {
    display: none !important;
  }

  .form-wizard .single-step .title {
    padding: 1px 5px !important;
  }

  .form-wizard .single-step .description {
    font-size: 12px !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 976px) {
  #navigation .user .dropdown > a {
    padding: 7px 6px 6px 6px !important;
  }

  #navigation .main-nav > li > a {
    font-size: 12px;
    padding: 10px 8px !important;
  }
}
@media (max-width: 840px) {
  .mobile-sidebar-toggle {
    display: block !important;
  }

  #navigation #brand {
    padding-right: 0 !important;
  }

  #navigation .main-nav {
    display: none;
  }

  #navigation .toggle-nav {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0 !important;
  }

  .pricing-tables .pricing.highlighted {
    margin-top: 30px !important;
  }

  .hidden-768 {
    display: none !important;
  }

  .navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
    margin: 0 !important;
  }

  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl,
.container {
    padding: 0 20px;
  }

  .form-wizard.wizard-vertical .wizard-steps {
    width: 160px !important;
  }

  .form-wizard.wizard-vertical .form-content {
    margin-left: 160px !important;
  }

  .form-wizard.wizard-vertical .form-actions {
    padding-left: 180px !important;
  }
}
@media (max-width: 480px) {
  .table-mail .table-fixed-medium {
    width: 120px !important;
  }

  .form-wizard.wizard-vertical .wizard-steps {
    width: 40px !important;
  }

  .form-wizard.wizard-vertical .form-content {
    margin-left: 40px !important;
  }

  .form-wizard.wizard-vertical .form-actions {
    padding-left: 60px !important;
  }

  .form-wizard.wizard-vertical .wizard-steps .description {
    display: none !important;
  }

  .tabs.tabs-inline.tabs-top > li > a {
    padding: 8px 10px !important;
  }

  .tabs.tabs-inline.tabs-left {
    position: static !important;
    background: none !important;
    width: auto !important;
  }

  .tabs.tabs-inline.tabs-left > li {
    float: left;
    margin-right: 1px;
  }

  .tabs.tabs-inline.tabs-left > li > a {
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding: 8px 10px !important;
  }

  .tab-content.tab-content-inline {
    margin-left: 0 !important;
    border-left: 0 !important;
  }

  .hidden-480 {
    display: none !important;
  }

  .visible-480 {
    display: inline-block !important;
  }

  .form-horizontal .controls {
    margin-left: 0 !important;
  }

  /*
    .fullcalendar .fc-button.fc-button-next .fc-button-content, .fullcalendar .fc-button.fc-button-prev .fc-button-content {
      padding: 0 4px !important;
      margin-top: 3px;
    }
    .fullcalendar .fc-button .fc-button-content {
      font-size: 12px !important;
      margin-right: 2px !important;
    }
    .fullcalendar .fc-header .fc-header-left {
      width: 0 !important;
      display: none;
    }
    .fullcalendar .fc-header .fc-header-right .fc-button {
      position: static !important;
      top: auto !important;
    }
    .fullcalendar .fc-header .fc-header-title h2 {
      font-size: 14px !important;
    }
  */
  body.login .wrapper {
    width: 300px;
    margin: 20px -150px !important;
    top: 0;
  }

  .user-list {
    display: none !important;
  }

  .messages.withlist {
    margin-right: 0 !important;
  }
}
@media (max-width: 350px) {
  .hidden-350 {
    display: none !important;
  }

  /*.fullcalendar .fc-header-right {
    display: none !important;
  }*/
  #main .box .box-title h3, #main .box .box-title .h3 {
    font-size: 16px !important;
  }

  #main .box .box-title .actions .btn i {
    font-size: 12px !important;
  }

  .table .table-fixed-medium {
    width: 100px !important;
  }
}
#content {
  position: relative;
  min-height: 100%;
}

#content.nav-fixed {
  padding-top: 40px;
}

#content.nav-fixed #left {
  top: 40px;
}

#content.container-fluid, #content.container-sm, #content.container-md, #content.container-lg, #content.container-xl, #content.container-xxl {
  padding: 0;
}

#content.container-fluid.nav-fixed, #content.nav-fixed.container-sm, #content.nav-fixed.container-md, #content.nav-fixed.container-lg, #content.nav-fixed.container-xl, #content.nav-fixed.container-xxl {
  padding-top: 40px;
}

#main {
  *zoom: 1;
  background: #fff;
  margin-left: 200px;
  overflow: visible;
  padding-bottom: 30px;
}

#main:after {
  content: "";
  display: table;
  clear: both;
}

#main .page-header {
  border: 0;
  margin: 15px 0 0px 0;
  padding: 0 3px;
  *zoom: 1;
}

#main .page-header:after {
  content: "";
  display: table;
  clear: both;
}

#main .page-header .pull-left h1, #main .page-header .pull-left .h1 {
  font-size: 30px;
  color: #2a2a2a;
  line-height: 24px;
  font-weight: 400;
  margin: 20px 0;
}

#main .page-header .pull-left h6, #main .page-header .pull-left .h6 {
  color: #777;
  font-weight: normal;
  margin: 0;
}

.breadcrumbs {
  *zoom: 1;
}

.breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumbs ul {
  list-style-type: none;
  margin: 0;
  padding: 0px;
  *zoom: 1;
  float: left;
}

.breadcrumbs ul:after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumbs ul > li {
  float: left;
  color: #666;
}

.breadcrumbs ul > li > a {
  color: #666;
  display: block;
  padding: 2px 2px 2px 0;
  font-size: 12px;
  float: left;
}

.breadcrumbs ul > li i {
  float: left;
  font-size: 11px;
  margin: 7px 0 6px 0;
}

.breadcrumbs .close-bread {
  float: right;
}

.breadcrumbs .close-bread > a {
  color: #999;
  display: block;
  font-size: 14px;
  margin: 4px 8px;
}

.breadcrumbs .close-bread > a:hover {
  text-decoration: none;
}

#main .ui-state-highlight {
  background: red;
  height: 50px;
}

#main #vmap {
  width: 100%;
  height: 300px;
}

#footer {
  text-align: center;
  background: #eee;
  width: 100%;
  position: relative;
}

#footer p {
  padding: 10px 0;
  margin-bottom: 0;
}

#footer .gototop {
  padding: 10px 15px;
  text-decoration: none;
  color: #222;
  font-size: 16px;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}

#footer .gototop:hover {
  background: #aaa;
}

#left {
  width: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eee;
  height: 100%;
  overflow-x: visible;
}

#left.mobile-show {
  position: fixed;
  z-index: 1000;
}

#left.full {
  bottom: auto;
  height: auto;
}

#left.sidebar-fixed {
  position: fixed;
  top: 40px;
  overflow-x: hidden;
}

#left.sidebar-fixed .ui-resizable-handle {
  right: 0;
}

#left .subnav {
  margin-top: 15px;
}

#left .subnav:hover .subnav-title .toggle-subnav i {
  display: block;
}

#left .subnav .subnav-content {
  *zoom: 1;
  padding: 10px 20px;
}

#left .subnav .subnav-content:after {
  content: "";
  display: table;
  clear: both;
}

#left .subnav .subnav-content.less {
  padding: 10px 13px;
}

#left .subnav .subnav-title {
  *zoom: 1;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

#left .subnav .subnav-title:after {
  content: "";
  display: table;
  clear: both;
}

#left .subnav .subnav-title span {
  margin-left: 20px;
  font-size: 18px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

#left .subnav .subnav-title .toggle-subnav {
  color: #444;
  padding: 1px 6px;
  text-decoration: none;
  display: block;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#left .subnav .subnav-title .toggle-subnav i {
  position: absolute;
  font-size: 14px;
  left: 10px;
  top: 4px;
  display: none;
}

#left .subnav .subnav-title .toggle-subnav:hover {
  color: #222;
}

#left .subnav .subnav-menu {
  list-style-type: none;
  margin: 5px 0;
  padding: 0;
}

#left .subnav .subnav-menu > li {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

#left .subnav .subnav-menu > li.dropdown > a {
  position: relative;
}

#left .subnav .subnav-menu > li.dropdown > a:after {
  position: absolute;
  right: 5px;
  top: 10px;
  width: 5px;
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #999;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

#left .subnav .subnav-menu > li.dropdown.open > a {
  background: #ccc;
  color: #222;
}

#left .subnav .subnav-menu > li.dropdown.open .dropdown-menu {
  left: 100%;
  top: 0;
  border-color: #aaa;
  border-left: 0;
  margin: 0;
}

#left .subnav .subnav-menu > li.dropdown.open .dropdown-menu .dropdown-submenu .dropdown-menu {
  border-left: 2px solid #999;
}

#left .subnav .subnav-menu > li.dropdown.open .dropdown-submenu:hover .dropdown-menu {
  display: block;
}

#left .subnav .subnav-menu > li.dropdown.open .dropdown-menu .dropdown-submenu:hover > a,
#left .subnav .subnav-menu > li.dropdown.open .dropdown-menu .dropdown-submenu:focus > a {
  background: #ccc;
  color: #222;
}

#left .subnav .subnav-menu > li.dropdown.open .dropdown-menu .dropdown-submenu:hover > a:after,
#left .subnav .subnav-menu > li.dropdown.open .dropdown-menu .dropdown-submenu:focus > a:after {
  border-left-color: #999;
}

#left .subnav .subnav-menu > li > a {
  color: #555;
  display: block;
  padding: 5px 0 5px 27px;
  text-decoration: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

#left .subnav .subnav-menu > li > a:hover {
  background: #ddd;
  color: #222;
}

#left .subnav .subnav-menu > li.active > a {
  background: #ccc;
  color: #222;
  font-weight: bold;
}

.mobile-sidebar-toggle {
  float: left;
  display: block;
  color: #fff;
  padding: 11px 10px 9px 10px;
  margin-right: 5px;
  display: none;
}

.mobile-sidebar-toggle:hover {
  background: #1e74c5;
  text-decoration: none;
  color: #fff;
}

.theme-settings > li {
  padding: 0;
  margin-top: 10px;
}

.theme-settings > li:first-child {
  margin-top: 5px;
}

.theme-settings > li span {
  color: #666;
  display: block;
  padding-left: 15px;
}

.theme-settings > li .version-toggle > a,
.theme-settings > li .topbar-toggle > a,
.theme-settings > li .sidebar-toggle > a {
  display: block;
  padding: 5px 25px;
  color: #444;
  text-decoration: none;
}

.theme-settings > li .version-toggle > a.active,
.theme-settings > li .topbar-toggle > a.active,
.theme-settings > li .sidebar-toggle > a.active {
  position: relative;
}

.theme-settings > li .version-toggle > a.active:before,
.theme-settings > li .topbar-toggle > a.active:before,
.theme-settings > li .sidebar-toggle > a.active:before {
  position: absolute;
  left: 10px;
  top: 4px;
  content: "\f111";
  font-family: FontAwesome;
  font-size: 8px;
}

.theme-settings > li .version-toggle > a:hover,
.theme-settings > li .topbar-toggle > a:hover,
.theme-settings > li .sidebar-toggle > a:hover {
  background: #ddd;
}

.theme-colors {
  margin: 0;
  padding: 0 0 5px 0;
  *zoom: 1;
}

.theme-colors:after {
  content: "";
  display: table;
  clear: both;
}

.theme-colors li {
  *zoom: 1;
}

.theme-colors li:after {
  content: "";
  display: table;
  clear: both;
}

.theme-colors li.subtitle {
  margin: 10px 0 5px 15px;
  display: block;
  float: none;
  color: #666;
  clear: both;
}

.theme-colors li span {
  cursor: pointer;
  display: block;
  width: 30px;
  float: left;
  height: 30px;
  margin: 8px 0 0 8px;
}

.theme-colors li span.blue {
  background: #368ee0;
}

.theme-colors li span.orange {
  background: #f8a31f;
}

.theme-colors li span.red {
  background: #e51400;
}

.theme-colors li span.green {
  background: #339933;
}

.theme-colors li span.lime {
  background: #8D8B00;
}

.theme-colors li span.teal {
  background: #00aba9;
}

.theme-colors li span.purple {
  background: #ff0097;
}

.theme-colors li span.brown {
  background: #a05000;
}

.theme-colors li span.pink {
  background: #e671b8;
}

.theme-colors li span.magenta {
  background: #a200ff;
}

.theme-colors li span.grey {
  background: #333333;
}

.theme-colors li span.darkblue {
  background: #204e81;
}

.theme-colors li span.lightred {
  background: #e63a3a;
}

.theme-colors li span.lightgrey {
  background: #666666;
}

.theme-colors li span.satblue {
  background: #2c5e7b;
}

.theme-colors li span.satgreen {
  background: #56af45;
}

.theme-colors li span.grey-3 {
  background: #eeeeee;
}

.theme-colors li span.grey-4 {
  background: #999999;
}

#navigation {
  background: #368ee0;
  position: relative;
  z-index: 10;
}

#navigation.navbar-fixed-top {
  position: fixed;
  z-index: 1030;
}

#navigation .dropdown-menu {
  border-top: 0;
  border-color: #368ee0;
}

#navigation .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  border-top: 2px solid #368ee0;
  border-radius: 0;
  margin-left: 0;
  z-index: 100;
}

#navigation .dropdown-menu > li.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

#navigation .dropdown-menu > li.dropdown-submenu:hover > a,
#navigation .dropdown-menu > li.dropdown-submenu:focus > a {
  background: #368ee0;
  color: #fff;
}

#navigation .dropdown-menu > li.dropdown-submenu:hover > a:after,
#navigation .dropdown-menu > li.dropdown-submenu:focus > a:after {
  border-left-color: #fff;
}

#navigation .dropdown-menu > li > a:hover {
  background: #368ee0;
  color: #fff;
  -webkit-filter: none;
          filter: none;
}

#navigation .toggle-nav {
  float: left;
  color: #fff;
  display: block;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
}

#navigation .toggle-nav:hover {
  background-color: #1b67af;
}

#navigation #brand {
  float: left;
  color: #fff;
  font-size: 20px;
  margin-top: 9px;
  padding-right: 69px;
  padding-left: 35px;
  padding-bottom: 2px;
  background: url("../img/logo.png") no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #navigation #brand {
    background: url("../img/logo@2x.png") no-repeat;
    background-size: 22px 22px;
  }
}
#navigation #brand:hover {
  text-decoration: none;
}

#navigation .toggle-mobile {
  color: #fff;
  background: #1b67af;
  display: block;
  padding: 11px 10px 9px 10px;
  text-decoration: none;
  float: right;
}

#navigation .toggle-mobile i {
  font-size: 18px;
}

#navigation .mobile-nav {
  display: none;
}

#navigation .mobile-nav > li > ul {
  display: none;
}

#navigation .mobile-nav.open {
  display: block;
  list-style: none;
  padding: 0 20px 20px 20px;
  margin: 0;
  background: #368ee0;
}

#navigation .mobile-nav.open > li {
  display: block;
  margin-top: 1px;
}

#navigation .mobile-nav.open > li:first-child {
  margin-top: 0;
}

#navigation .mobile-nav.open > li.active > a {
  background: #144d82;
  color: #fff;
}

#navigation .mobile-nav.open > li.active > ul {
  background: #144d82;
}

#navigation .mobile-nav.open > li > a {
  display: block;
  background: #1b67af;
  padding: 8px 12px;
  color: #fff;
  text-decoration: none;
}

#navigation .mobile-nav.open > li > a i {
  float: right;
  margin-top: 3px;
}

#navigation .mobile-nav.open > li > ul {
  background: #1b67af;
  list-style-type: none;
  margin: 0;
  padding: 0 0 10px 0;
}

#navigation .mobile-nav.open > li > ul.open {
  display: block;
}

#navigation .mobile-nav.open > li > ul > li a {
  padding: 4px 35px;
  display: block;
  color: #fff;
  text-decoration: none;
}

#navigation .mobile-nav.open > li > ul > li ul {
  list-style-type: none;
}

#navigation .user .icon-nav {
  float: left;
  font-family: "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft YaHei", "微软雅黑", SimSun, sans-serif;
}

#navigation .user .icon-nav > li {
  margin-right: 3px;
  float: left;
}

#navigation .user .icon-nav > li .message-ul {
  width: 280px;
  padding: 0;
}

#navigation .user .icon-nav > li .message-ul.feed > li > a {
  padding: 10px 20px;
}

#navigation .user .icon-nav > li .message-ul.feed > li > a .message {
  color: #222;
}

#navigation .user .icon-nav > li .message-ul.feed > li > a .message .label {
  padding: 2px;
  margin-right: 5px;
}

#navigation .user .icon-nav > li .message-ul > li > a {
  overflow: hidden;
  *zoom: 1;
  padding: 10px;
}

#navigation .user .icon-nav > li .message-ul > li > a:hover {
  background: #f3f3f3;
  color: #222;
}

#navigation .user .icon-nav > li .message-ul > li > a:hover .details .message {
  color: #444;
}

#navigation .user .icon-nav > li .message-ul > li > a:hover .count {
  color: #ccc;
}

#navigation .user .icon-nav > li .message-ul > li > a:hover .count span {
  color: #222;
}

#navigation .user .icon-nav > li .message-ul > li > a img {
  float: left;
  width: 40px;
}

#navigation .user .icon-nav > li .message-ul > li > a .details {
  float: left;
  margin-left: 10px;
  max-width: 210px;
  overflow: hidden;
}

#navigation .user .icon-nav > li .message-ul > li > a .details .name {
  font-size: 15px;
}

#navigation .user .icon-nav > li .message-ul > li > a .details .message {
  margin-top: 2px;
  color: #777;
}

#navigation .user .icon-nav > li .message-ul > li > a .count {
  float: right;
  color: #e3e3e3;
  font-size: 30px;
  position: relative;
  margin-top: 2px;
}

#navigation .user .icon-nav > li .message-ul > li > a .count span {
  font-size: 13px;
  color: #666;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 5px;
}

#navigation .user .icon-nav > li .message-ul > li > a.more-messages {
  background: #e6e6e6;
  text-align: center;
  padding: 8px 15px;
}

#navigation .user .icon-nav > li .message-ul > li > a.more-messages:hover {
  background: #ddd;
  color: #222;
}

#navigation .user .icon-nav > li > a {
  padding: 11px 10px 9px 10px;
  display: block;
  color: #fff;
  position: relative;
}

#navigation .user .icon-nav > li > a .label {
  position: absolute;
  top: 5px;
  right: 3px;
  font-size: 11px;
  font-weight: 400;
  padding: 0 3px;
}

#navigation .user .icon-nav > li > a:hover {
  background: #1b67af;
  text-decoration: none;
}

#navigation .user .icon-nav > li > a i {
  color: #fff;
  font-size: 16px;
}

#navigation .user .dropdown {
  float: left;
}

#navigation .user .dropdown.open {
  background: #1b67af;
}

#navigation .user .dropdown > a {
  display: block;
  color: #fff;
  padding: 7px 12px 6px 12px;
  text-decoration: none;
}

#navigation .user .dropdown > a:hover {
  background: #1b67af;
}

#navigation .user .dropdown > a img {
  margin-left: 10px;
}

#navigation .main-nav {
  float: left;
}

#navigation .main-nav > li {
  float: left;
  position: relative;
  margin: 0;
}

#navigation .main-nav > li.active > a {
  background: white;
  text-decoration: none;
  color: #2a2a2a;
}

#navigation .main-nav > li.active > a .caret {
  border-top-color: #222;
}

#navigation .main-nav > li.active > a:hover {
  background: white;
}

#navigation .main-nav > li.open > a {
  background: #1e74c5;
  text-decoration: none;
}

#navigation .main-nav > li.open.active > a {
  background: #fff;
}

#navigation .main-nav > li.open.active > .dropdown-menu {
  left: -2px;
}

#navigation .main-nav > li.open.active > .dropdown-menu > .active > a {
  background: #ddd;
  color: #222;
  -webkit-filter: none;
          filter: none;
}

#navigation .main-nav > li.open.active > .dropdown-menu > .active > a:after {
  border-left-color: #666;
}

#navigation .main-nav > li > a {
  display: block;
  padding: 10px 15px;
  color: #fff;
}

#navigation .main-nav > li > a:hover {
  text-decoration: none;
  background: #1e74c5;
}

#navigation .main-nav > li > a .caret {
  border-top-color: #fff;
  margin: 9px 0 0 2px;
}

#navigation .user {
  float: right;
}

#navigation .user > a {
  color: #fff;
}

.letterbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}

.letterbox .letter {
  *zoom: 1;
}

.letterbox .letter:after {
  content: "";
  display: table;
  clear: both;
}

.letterbox .letter > li {
  text-align: center;
  height: 40px;
  width: 40px;
  margin: 10px;
  background: #ddd;
  float: left;
  font-size: 18px;
  line-height: 40px;
  color: #aaa;
}

.letterbox .letter > li.active {
  background: #368ee0;
  color: #fff;
  cursor: pointer;
}

.highlight-toolbar {
  *zoom: 1;
  padding: 0 10px;
}

.highlight-toolbar:after {
  content: "";
  display: table;
  clear: both;
}

.highlight-toolbar .dropdown .btn .caret {
  margin-left: 5px;
}

.sortable-box .box-title:hover {
  cursor: move;
}

.box.box-color .box-title {
  background: #368ee0;
}

.box.box-color .box-title h3, .box.box-color .box-title .h3 {
  color: #fff;
}

.box.box-color .box-title .tabs > li.active > a {
  background: #fff;
  color: #368ee0;
}

.box.box-color .box-title .tabs > li > a {
  color: #fff;
}

.box.box-color .box-title .tabs > li > a:hover {
  color: #368ee0;
}

.box.box-color .box-title .actions > a {
  color: #fff;
}

.box.box-color .box-title .actions > a:hover {
  background: #fff;
  color: #368ee0;
}

.box.box-bordered .table, .box.box-bordered figure.table > table {
  margin-bottom: 0;
}

.box.box-bordered .table.dataTable-fixedcolumn.DTFC_Cloned, .box.box-bordered figure.table > table.dataTable-fixedcolumn.DTFC_Cloned {
  border-right: 2px solid #ddd;
}

.box.box-bordered .table.dataTable-fixedcolumn.DTFC_Cloned th, .box.box-bordered figure.table > table.dataTable-fixedcolumn.DTFC_Cloned th {
  border-right: 2px solid #333;
}

.box.box-bordered .table.dataTable-fixedcolumn.DTFC_Cloned td, .box.box-bordered figure.table > table.dataTable-fixedcolumn.DTFC_Cloned td {
  text-align: center;
}

.box.box-bordered .table.table-bordered, .box.box-bordered figure.table > table {
  border-right: 0;
}

.box.box-bordered .table.table-bordered th:first-child, .box.box-bordered figure.table > table th:first-child,
.box.box-bordered .table.table-bordered td:first-child,
.box.box-bordered figure.table > table td:first-child {
  border-left: 0;
}

.box.box-bordered .table.table-bordered th:last-child, .box.box-bordered figure.table > table th:last-child,
.box.box-bordered .table.table-bordered td:last-child,
.box.box-bordered figure.table > table td:last-child {
  border-right: 0;
}

.box.box-bordered .form-bordered {
  margin-bottom: 0;
}

.box.box-bordered .slimScrollDiv {
  border-bottom: 2px solid #ddd;
}

.box.box-bordered.box-color .slimScrollDiv {
  border-bottom: 2px solid #368ee0;
}

.box.box-bordered.box-color .box-title {
  border-color: #368ee0;
}

.box.box-bordered.box-color .box-content {
  border-color: #368ee0;
}

.box.box-bordered .box-title {
  border: 2px solid #ddd;
}

.box.box-bordered .box-content {
  border: 2px solid #ddd;
  border-top: 0;
}

.box .box-title {
  *zoom: 1;
  border-bottom: 1px solid #ddd;
  padding: 7px 0 7px 10px;
  margin-top: 20px;
}

.box .box-title:after {
  content: "";
  display: table;
  clear: both;
}

.box .box-title h3, .box .box-title .h3 {
  float: left;
  margin: 3px 0 3px 0;
  line-height: 24px;
  font-weight: 400;
  color: #444;
  font-size: 20px;
}

.box .box-title h3 i, .box .box-title .h3 i {
  margin: 0 10px;
}

.box .box-title .tabs {
  float: right;
  *zoom: 1;
  margin: 5px 10px 0 0;
  padding: 0;
  list-style-type: none;
}

.box .box-title .tabs:after {
  content: "";
  display: table;
  clear: both;
}

.box .box-title .tabs.tabs-left {
  float: left;
}

.box .box-title .tabs > li {
  float: left;
  margin-right: 5px;
}

.box .box-title .tabs > li:last-child {
  margin-right: 0;
}

.box .box-title .tabs > li > a {
  padding: 4px 8px;
}

.box .box-title .tabs > li > a:hover {
  text-decoration: none;
  background: #eee;
}

.box .box-title .tabs > li.active > a {
  background: #368ee0;
  color: #fff;
}

.box .box-title .actions {
  margin-top: 0px;
  float: right;
  margin-right: 10px;
}

.box .box-title .actions .btn {
  background: none;
  color: #222;
  padding: 5px 9px;
}

.box .box-title .actions .btn:hover {
  background: #368ee0;
  color: #fff;
}

.box .box-title .actions .content-move {
  cursor: move;
}

.box .box-content {
  *zoom: 1;
  padding: 20px;
  background: #fff;
}

.box .box-content:after {
  content: "";
  display: table;
  clear: both;
}

.custom-checkbox {
  position: relative;
  padding-right: 30px !important;
}

.custom-checkbox i {
  position: absolute;
  right: 10px;
  top: 9px;
}

.check-demo-col {
  width: 200px;
  float: left;
}

.check-line {
  position: relative;
  margin-bottom: 10px;
}

.check-line .inline {
  position: absolute;
  top: -1px;
  left: 30px;
}

.search-form {
  height: 35px;
  margin: 0;
}

.search-form > .search-pane {
  margin: 5px;
  height: 33px;
  background: #fff;
  border: 1px solid #ccc;
}

.search-form > .search-pane > input {
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  float: right;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 1px;
  width: 145px;
}

.search-form > .search-pane > input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-form > .search-pane button[type=submit] {
  float: left;
  background: none !important;
  color: #999;
  border: 0;
  margin: 2px 2px 0px 0;
  line-height: 19px;
  min-height: 24px;
}

.form-messages {
  margin-bottom: 0;
}

.form-vertical .control-label small, .form-vertical .control-label .small {
  margin-left: 20px;
}

.form-vertical.form-bordered .control-group {
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
}

.form-striped .control-group:nth-child(odd) {
  background: #f6f6f6;
}

.form-striped .control-group {
  margin-bottom: 0;
}

.form-horizontal .help-block .progress {
  margin-bottom: 0;
}

.form-horizontal.form-striped .control-group {
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
}

.form-horizontal.form-column {
  *zoom: 1;
}

.form-horizontal.form-column:after {
  content: "";
  display: table;
  clear: both;
}

.form-horizontal.form-column .form-actions {
  border-top: 1px solid #ddd;
  margin-top: 0;
}

.form-horizontal.form-column [class*=span] {
  margin: 0;
  border-left: 1px solid #ddd;
}

.form-horizontal.form-column [class*=span] .control-group .control-label {
  width: 15%;
}

.form-horizontal.form-column [class*=span]:first-child {
  border-left: 0;
}

.form-horizontal.form-column .span12 {
  width: 100%;
  border-left: 0 !important;
}

.form-horizontal.form-column .span11 {
  width: 91.666%;
}

.form-horizontal.form-column .span10 {
  width: 83.333%;
}

.form-horizontal.form-column .span9 {
  width: 75%;
}

.form-horizontal.form-column .span8 {
  width: 66.666%;
}

.form-horizontal.form-column .span7 {
  width: 58.333%;
}

.form-horizontal.form-column .span6 {
  width: 50%;
}

.form-horizontal.form-column .span5 {
  width: 41.666%;
}

.form-horizontal.form-column .span4 {
  width: 33.333%;
}

.form-horizontal.form-column .span3 {
  width: 25%;
}

.form-horizontal.form-column .span2 {
  width: 16.666%;
}

.form-horizontal.form-column .span1 {
  width: 8.333%;
}

.form-horizontal .control-group .control-label.right {
  text-align: right;
}

.form-horizontal .control-group .control-label small, .form-horizontal .control-group .control-label .small {
  display: block;
  color: #999;
}

.form-horizontal.form-bordered .control-group {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
  background: #f6f6f6;
}

.form-horizontal.form-bordered .control-group:last-child {
  border-bottom: 0;
}

.form-horizontal.form-bordered .control-group .controls {
  padding: 10px;
  background: #fff;
  border-left: 1px solid #ddd;
  *zoom: 1;
}

.form-horizontal.form-bordered .control-group .controls:after {
  content: "";
  display: table;
  clear: both;
}

.form-horizontal.form-bordered .control-group .control-label {
  margin: 0;
  padding: 15px 10px 5px 10px;
  color: #555;
}

.form-horizontal.form-bordered .control-group .control-label small, .form-horizontal.form-bordered .control-group .control-label .small {
  display: block;
  font-size: 12px;
  color: #888;
  font-weight: normal;
}

.form-button {
  display: block;
  *zoom: 1;
  margin-top: 5px;
}

.form-button:after {
  content: "";
  display: table;
  clear: both;
}

.form-button a {
  float: left;
}

.form-button span {
  margin-left: 5px;
  font-size: 14px;
  margin-top: 5px;
  display: block;
  float: left;
}

.form-button span i {
  margin-right: 5px;
}

[class*=span] .form-actions {
  margin-bottom: 0;
}

.gallery {
  list-style-type: none;
  margin: 0 10px;
  padding: 0;
  *zoom: 1;
}

.gallery:after {
  content: "";
  display: table;
  clear: both;
}

.gallery > li {
  float: left;
  margin: 1px 0 0 1px;
  position: relative;
  cursor: pointer;
}

.gallery > li > a {
  display: block;
}

.gallery > li:hover .extras {
  display: block;
}

.gallery > li .extras {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  width: 100%;
  height: 100%;
}

.gallery > li .extras:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.gallery > li .extras .extras-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  height: auto;
}

.gallery > li .extras .extras-inner a {
  color: #bbb;
  text-decoration: none;
  padding: 5px;
  text-align: center;
}

.gallery > li .extras .extras-inner a:hover {
  color: #fff;
  background: #368ee0;
}

.messages {
  padding: 0;
  list-style-type: none;
  margin: 0 20px 20px 20px;
}

.messages.withlist {
  margin-right: 210px;
}

.messages > li {
  margin-top: 2px;
}

.messages > li.insert {
  position: relative;
  border: 1px solid #ddd;
  margin-right: 10px;
}

.messages > li.insert #message-form {
  background: #f9f9f9;
  margin-bottom: 0;
}

.messages > li.insert .text {
  margin-right: 50px;
}

.messages > li.insert .text input[type=text] {
  border: 0;
  margin-bottom: 0;
  display: block;
}

.messages > li.insert .submit {
  position: absolute;
  right: 0;
  top: 0;
}

.messages > li.insert .submit button {
  border: 0;
  background: #368ee0;
  color: #fff;
  margin: 2px;
  padding: 3px 4px;
}

.messages > li.insert .submit button[disabled=disabled] {
  background: #ccc;
}

.messages > li .image {
  float: left;
  width: 40px;
}

.messages > li .message {
  position: relative;
  margin-right: 20px;
  padding: 10px;
  margin-left: 60px;
}

.messages > li .message .name {
  font-weight: 600;
}

.messages > li .message p {
  color: #444;
}

.messages > li .message .time {
  color: #999;
  font-size: 11px;
}

.messages > li.right .image {
  float: right;
}

.messages > li.right .name {
  color: #0a2640;
}

.messages > li.right .message {
  background: #d1e5f8;
  margin-left: 20px;
  margin-right: 0;
  margin-right: 60px;
}

.messages > li.right .message p {
  color: #11406c;
}

.messages > li.right .message .time {
  color: #11406c;
}

.messages > li.right .message .caret {
  left: auto;
  right: -7px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #d1e5f8;
  border-right: 0;
}

.messages > li.typing {
  display: none;
}

.messages > li.typing.active {
  display: block;
}

.user-list {
  position: absolute;
  right: 0;
  top: 0;
  width: 183px;
  margin-right: 17px;
}

.user-list h4, .user-list .h4 {
  background: #368ee0;
  color: #fff;
  padding: 5px 8px;
  font-weight: 400;
}

.user-list > ul > li {
  *zoom: 1;
  margin: 5px 0;
}

.user-list > ul > li:after {
  content: "";
  display: table;
  clear: both;
}

.user-list > ul > li:first-child {
  margin-top: 0;
}

.user-list > ul > li.invite {
  margin-top: 15px;
}

.user-list > ul > li .image {
  max-width: 35px;
  min-width: 10px;
  float: left;
}

.user-list > ul > li .image img {
  max-width: 35px;
  min-width: 10px;
}

.user-list > ul > li .username {
  float: left;
  margin-left: 10px;
  line-height: 35px;
}

.statistic-big .top {
  *zoom: 1;
}

.statistic-big .top:after {
  content: "";
  display: table;
  clear: both;
}

.statistic-big .top .left {
  float: left;
}

.statistic-big .top .right {
  float: right;
  font-size: 24px;
  line-height: 31px;
}

.statistic-big .top .right .icon-circle-arrow-up {
  color: #339933;
}

.statistic-big .top .right .icon-circle-arrow-right {
  color: #f8a31f;
}

.statistic-big .top .right .icon-circle-arrow-down {
  color: #e63a3a;
}

.statistic-big .bottom {
  margin-top: 30px;
}

.statistic-big .stats-overview {
  text-align: center;
}

.statistic-big .stats-overview > li {
  display: inline-block;
  text-align: center;
  padding: 5px 15px;
  border-right: 1px solid #ddd;
}

.statistic-big .stats-overview > li:last-child {
  border-right: 0;
}

.statistic-big .stats-overview > li .name {
  display: block;
}

.statistic-big .stats-overview > li .value {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}

.flot-tooltip {
  position: absolute;
  display: none;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: #fff;
  padding: 5px;
}

.flot-tooltip .tooltip-arrow {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  margin-left: -5px;
  bottom: -5px;
  left: 15px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.pagestats {
  text-align: center;
}

.pagestats > li {
  display: inline-block;
}

.pagestats.style-3 .spark {
  float: none;
  margin: 0;
}

.pagestats.style-3 .bottom {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
}

.pagestats.style-3 .bottom .name {
  font-size: 14px;
}

.pagestats.style-4 .spark {
  float: none;
  margin: 0;
}

.pagestats.style-4 .bottom {
  margin-top: 10px;
  font-size: 18px;
}

.pagestats.style-4 .name {
  font-size: 13px;
}

.pagestats.style-2 {
  margin-top: 5px;
}

.pagestats.style-2 .left {
  font-size: 20px;
}

.pagestats.style-2 .left .name {
  font-size: 13px;
  margin: 0;
}

.pagestats .name {
  font-size: 20px;
  display: block;
  margin-left: 5px;
  margin-bottom: 5px;
}

.pagestats.bar span {
  font-size: 11px;
  display: block;
}

.pagestats .left {
  float: left;
  margin-left: 15px;
  font-size: 16px;
  margin-top: 3px;
}

.pagestats .spark {
  float: left;
  margin-left: 15px;
}

.pricing-tables {
  *zoom: 1;
}

.pricing-tables:after {
  content: "";
  display: table;
  clear: both;
}

.pricing-tables .pricing {
  list-style-type: none;
  margin-top: 30px;
  float: left;
}

.pricing-tables .pricing.highlighted {
  margin-top: 0;
}

.pricing-tables .pricing.highlighted > li {
  background: #f6f6f6;
}

.pricing-tables .pricing.highlighted > li:nth-child(odd) {
  background: #fff;
}

.pricing-tables .pricing > li {
  background: #ddd;
  border-top: 1px solid #bbb;
  padding: 8px 12px;
  text-align: center;
}

.pricing-tables .pricing > li:first-child {
  border-top: 0;
}

.pricing-tables .pricing > li:nth-child(odd) {
  background: #e3e3e3;
}

.pricing-tables .pricing > li.head {
  background: #888;
  color: #fff;
  padding: 0;
  position: relative;
}

.pricing-tables .pricing > li.head .info {
  background: #4c9ae3;
  padding: 5px 0;
}

.pricing-tables .pricing > li.head .name {
  background: #666;
  padding: 8px 0;
  font-size: 16px;
}

.pricing-tables .pricing > li.head .price {
  font-size: 28px;
  padding: 15px 0;
}

.pricing-tables .pricing > li.head .price span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}

.pricing-tables .pricing > li.button {
  background: #fff;
}

.pricing-tables .pricing > li.button .help-text {
  font-size: 11px;
  margin-top: 5px;
  color: #888;
}

.widget-placeholder {
  background: #bbd9f4;
  border: 1px dotted #666;
  margin: 10px;
}

.widget-placeholder-2 {
  background: #bbd9f4;
}

#ui-datepicker-div {
  border-radius: 0;
  display: none;
}

#ui-datepicker-div.ui-widget-content {
  border: 0;
  background: none;
}

.jq-datepicker .ui-datepicker {
  background: #fafafa;
  border: 1px solid #ccc;
  font-size: 11px;
  position: relative;
  padding: 0;
  border-radius: 0;
}

.jq-datepicker .ui-datepicker .ui-widget-header {
  background: none;
  border-radius: 0;
  border: 0;
  padding: 0;
}

.jq-datepicker .ui-datepicker .ui-datepicker-title {
  text-align: center;
  font-weight: bold;
  margin: 12px 0;
}

.jq-datepicker .ui-datepicker .ui-datepicker-prev {
  float: left;
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-left: 2px;
  background: none !important;
  border: 0 !important;
  margin-top: 14px;
  position: relative;
  border-radius: 0;
}

.jq-datepicker .ui-datepicker .ui-datepicker-prev.ui-state-hover {
  font-weight: bold;
}

.jq-datepicker .ui-datepicker .ui-datepicker-prev .ui-icon {
  display: none;
}

.jq-datepicker .ui-datepicker .ui-datepicker-prev:hover {
  background: #ddd !important;
}

.jq-datepicker .ui-datepicker .ui-datepicker-prev:hover:before {
  color: black;
}

.jq-datepicker .ui-datepicker .ui-datepicker-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  left: 5px;
  top: -2px;
  color: #444;
}

.jq-datepicker .ui-datepicker .ui-datepicker-next {
  float: right;
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: none !important;
  border: 0 !important;
  margin-top: 14px;
  margin-right: 2px;
  position: relative;
  border-radius: 0;
}

.jq-datepicker .ui-datepicker .ui-datepicker-next.ui-state-hover {
  font-weight: bold;
}

.jq-datepicker .ui-datepicker .ui-datepicker-next .ui-icon {
  display: none;
}

.jq-datepicker .ui-datepicker .ui-datepicker-next:hover {
  background: #ddd !important;
}

.jq-datepicker .ui-datepicker .ui-datepicker-next:hover:before {
  color: black;
}

.jq-datepicker .ui-datepicker .ui-datepicker-next:before {
  content: "\f105";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  right: 5px;
  top: -2px;
  color: #444;
}

.jq-datepicker .ui-datepicker .ui-datepicker-calendar {
  margin-bottom: 2px;
  margin-left: 2px;
}

.jq-datepicker .ui-datepicker .ui-datepicker-calendar th,
.jq-datepicker .ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
}

.jq-datepicker .ui-datepicker .ui-datepicker-calendar th {
  color: #777;
  padding: 0;
}

.jq-datepicker .ui-datepicker .ui-datepicker-calendar th span {
  display: block;
  padding: 0;
}

.jq-datepicker .ui-datepicker .ui-datepicker-calendar td {
  padding: 0;
}

.jq-datepicker .ui-datepicker .ui-datepicker-calendar td:hover > a {
  background: #368ee0;
  text-decoration: none;
  color: #fff;
}

.jq-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day > a {
  background: #368ee0;
  color: #fff;
}

.jq-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month:hover > a {
  background: #62a7e7;
  text-decoration: none;
  color: #fff;
}

.jq-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month > a {
  color: #999;
}

.jq-datepicker .ui-datepicker .ui-datepicker-calendar td > a {
  padding: 3px 5px;
  display: block;
  border: 0;
  background: none;
  text-align: center;
}

.userlist > li {
  *zoom: 1;
  border-top: 1px dotted #bbb;
  padding: 5px 0;
}

.userlist > li:after {
  content: "";
  display: table;
  clear: both;
}

.userlist > li:first-child {
  border-top: 0;
}

.userlist > li > a {
  float: left;
}

.userlist > li > a img {
  max-width: 40px;
}

.userlist > li .user {
  float: left;
  margin-left: 10px;
}

.userlist > li .user .name {
  font-weight: bold;
  display: block;
  line-height: 20px;
}

.userlist > li .user .position {
  display: block;
  font-weight: 300;
  font-size: 12px;
  margin-top: 3px;
}

.userlist > li .status {
  float: right;
  font-size: 8px;
  color: #b21000;
  line-height: 40px;
}

.userlist > li .status.active {
  color: #267326;
}

.userlist > li .status.afk {
  color: #f4a64b;
}

.progress {
  background: #fff;
  -webkit-filter: none;
          filter: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress.small {
  height: 8px;
  margin-bottom: 10px;
}

.progress.small .bar {
  height: 8px;
  background: #368ee0;
  -webkit-filter: none;
          filter: none;
}

.quickstats > li {
  float: left;
  margin: 5px 15px;
  text-align: center;
  width: 50px;
}

.quickstats > li .value {
  font-size: 20px;
  display: block;
}

.quickstats > li .name {
  display: block;
  font-size: 12px;
  color: #888;
}

.tags > li {
  display: inline;
  margin: 0 3px 3px 0;
  line-height: 22px;
}

.tags > li > a {
  line-height: 22px;
}

.tags > li > a.big-1 {
  font-size: 14px;
}

.tags > li > a.big-2 {
  font-size: 16px;
}

.tags > li > a.big-3 {
  font-size: 18px;
}

.tags > li > a.big-4 {
  font-size: 20px;
}

.tags > li > a.big-5 {
  font-size: 22px;
}

.bestseller > li {
  margin-top: 20px;
}

.bestseller > li:first-child {
  margin-top: 0;
}

.bestseller > li > a {
  display: block;
  *zoom: 1;
}

.bestseller > li > a:after {
  content: "";
  display: table;
  clear: both;
}

.bestseller > li > a img {
  max-width: 50px;
  float: left;
}

.bestseller > li > a .details {
  float: left;
  margin-left: 5px;
}

.bestseller > li > a .details .name {
  font-size: 14px;
}

.bestseller > li > a .details .price {
  margin-top: 2px;
}

.bestseller > li > a .details .price .cross {
  display: block;
  text-decoration: line-through;
  font-size: 12px;
  line-height: 14px;
}

.bestseller > li > a .details .price .discount {
  display: block;
  color: #e51400;
  font-size: 13px;
  line-height: 14px;
}

.table.table-hover tr:hover > td, figure.table > table.table-hover tr:hover > td {
  background: #f8f8f8;
}

.table .with-checkbox {
  width: 10px;
}

.table .with-checkbox input {
  margin-left: 4px;
  margin-top: 0;
}

.table.dataTable, figure.table > table.dataTable {
  margin-bottom: 10px;
  clear: both;
}

.table.dataTable.dataTable-columnfilter .filter_column input, figure.table > table.dataTable.dataTable-columnfilter .filter_column input {
  margin-bottom: 0;
  width: 100%;
  padding: 4px 0;
  text-indent: 8px;
}

.table.dataTable.dataTable-columnfilter .thefilter th, figure.table > table.dataTable.dataTable-columnfilter .thefilter th {
  background: #e1e1e1;
}

.table.dataTable .sorting_asc, figure.table > table.dataTable .sorting_asc {
  background: url("../img/sorting-asc.png") no-repeat right center #eeeeee;
}

.table.dataTable .sorting_desc, figure.table > table.dataTable .sorting_desc {
  background: url("../img/sorting-desc.png") no-repeat right center #eeeeee;
}

.table.dataTable .sorting, figure.table > table.dataTable .sorting {
  background: url("../img/sorting.png") no-repeat right center #eeeeee;
}

.table.dataTable .sorting, figure.table > table.dataTable .sorting,
.table.dataTable .sorting_desc,
figure.table > table.dataTable .sorting_desc,
.table.dataTable .sorting_asc,
figure.table > table.dataTable .sorting_asc {
  padding-right: 30px;
  white-space: nowrap;
}

.table.dataTable.dataTable-scroll-x, figure.table > table.dataTable.dataTable-scroll-x {
  border-collapse: separate;
  max-width: none;
}

.table.dataTable.dataTable-scroll-x td, figure.table > table.dataTable.dataTable-scroll-x td {
  white-space: nowrap;
}

.table.dataTable th:focus, figure.table > table.dataTable th:focus {
  outline: none;
}

.table.dataTable.dataTable-reorder th:hover, figure.table > table.dataTable.dataTable-reorder th:hover {
  cursor: move;
}

.table.table-colored-header thead th, figure.table > table.table-colored-header thead th,
.table.table-colored-header thead td,
figure.table > table.table-colored-header thead td {
  background: #368ee0;
  color: #fff;
}

.table.table-nohead thead, figure.table > table.table-nohead thead {
  display: none;
}

.table.table-nohead thead th, figure.table > table.table-nohead thead th,
.table.table-nohead thead td,
figure.table > table.table-nohead thead td {
  display: none;
}

.table.table-nohead tr:first-child td, figure.table > table.table-nohead tr:first-child td {
  border: 0;
}

.table tr td .label {
  margin-right: 3px;
}

.table tr th {
  background: #eee;
}

.table.table-user tr.alpha td.alpha-val span, figure.table > table.table-user tr.alpha td.alpha-val span {
  background: #368ee0;
  color: #fff;
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
}

.table.table-user tr.alpha:hover td, figure.table > table.table-user tr.alpha:hover td {
  background: white;
  cursor: pointer;
}

.table.table-user tr:first-child td, figure.table > table.table-user tr:first-child td {
  border: 0;
}

.table.table-user tr td, figure.table > table.table-user tr td {
  border-top: 1px dotted #ccc;
}

.table.table-user tr td.img, figure.table > table.table-user tr td.img {
  width: 40px;
}

.table.table-user tr td.img img, figure.table > table.table-user tr td.img img {
  width: 40px;
}

.table.table-user tr td.user, figure.table > table.table-user tr td.user {
  text-align: left;
  vertical-align: middle;
}

.table.table-user tr td.icon, figure.table > table.table-user tr td.icon {
  width: 20px;
  vertical-align: middle;
}

.table.table-user tr td.icon .online, figure.table > table.table-user tr td.icon .online {
  font-size: 10px;
  color: #4fa828;
}

.table-mail tbody tr > td {
  cursor: pointer;
}

.table-mail tbody tr.warning > td {
  background-color: #deecfa;
}

.table-mail .table-checkbox {
  width: 15px;
}

.table-mail .table-icon {
  width: 20px;
}

.table-mail .table-icon .sel-star {
  color: #aaa;
  text-decoration: none;
}

.table-mail .table-icon .sel-star:hover {
  color: #f8a31f;
}

.table-mail .table-icon .sel-star.active {
  color: #f8a31f;
}

.table-mail .table-date {
  width: 100px;
}

.table-mail .table-fixed-medium {
  width: 200px;
}

.tabs.tabs-inline {
  *zoom: 1;
}

.tabs.tabs-inline:after {
  content: "";
  display: table;
  clear: both;
}

.tabs.tabs-inline.tabs-top > li {
  float: left;
  margin-right: 1px;
}

.tabs.tabs-inline.tabs-top > li.active > a {
  background: #fff;
  color: #222;
}

.tabs.tabs-inline.tabs-top > li.active > a:hover {
  background: #fff;
}

.tabs.tabs-inline.tabs-top > li > a {
  color: #666;
  background: #ddd;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
}

.tabs.tabs-inline.tabs-top > li > a:hover {
  background: #ddd;
  color: #222;
}

.tabs.tabs-inline.tabs-left {
  position: absolute;
  background: #eee;
  width: 150px;
}

.tabs.tabs-inline.tabs-left > li:first-child > a {
  border-top: 0;
}

.tabs.tabs-inline.tabs-left > li:last-child > a {
  border-bottom: 1px solid #bbb;
}

.tabs.tabs-inline.tabs-left > li.write > a {
  margin: 10px;
  background: #e63a3a;
  color: #fff;
}

.tabs.tabs-inline.tabs-left > li.write > a:hover {
  background: #d21b1b;
  color: #fff;
}

.tabs.tabs-inline.tabs-left > li.active > a {
  background: #fff;
  color: #222;
  margin-right: -1px;
}

.tabs.tabs-inline.tabs-left > li.active > a:hover {
  background: #fff;
}

.tabs.tabs-inline.tabs-left > li > a {
  display: block;
  padding: 10px 20px;
  color: #666;
  background: #ddd;
  text-decoration: none;
  border-top: 1px solid #bbb;
}

.tabs.tabs-inline.tabs-left > li > a:hover {
  background: #ddd;
  color: #222;
}

.tab-content.padding {
  padding: 20px;
}

.tab-content.tab-content-inline {
  border-left: 1px solid #bbb;
  margin-left: 150px;
}

.tab-content.tab-content-inline.tab-content-bottom {
  border-left: 0;
  margin-left: 0;
}

.tasklist {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  *zoom: 1;
}

.tasklist li {
  padding: 0;
  cursor: pointer;
  *zoom: 1;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.tasklist li:after {
  content: "";
  display: table;
  clear: both;
}

.tasklist li:last-child {
  border-bottom: 0;
}

.tasklist li:hover .task-delete {
  display: inline-block !important;
}

.tasklist li.bookmarked {
  background: #fad8d8;
}

.tasklist li.bookmarked .task-actions .task-bookmark {
  color: #e63a3a;
}

.tasklist li.bookmarked .task-actions .task-bookmark i:before {
  content: "\f02e";
}

.tasklist li.done {
  background: #e7f1fb;
}

.tasklist li.done .task span {
  text-decoration: line-through;
}

.tasklist li.done .task-actions {
  display: none;
}

.tasklist li label,
.tasklist li .check {
  float: left;
  padding: 10px 10px 10px 10px;
  margin: 0;
  cursor: pointer;
  border-right: 1px solid #fec5bd;
}

.tasklist li .task {
  float: left;
  padding: 11px 5px 3px 5px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  position: absolute;
  left: 43px;
  right: 50px;
  overflow: hidden;
}

.tasklist li .task i {
  margin-right: 5px;
}

.tasklist li .task-actions {
  float: right;
  padding: 10px 10px 0 10px;
}

.tasklist li .task-actions > a {
  text-decoration: none;
}

.tasklist li .task-actions .task-delete {
  display: none;
  color: #888;
  font-size: 16px;
}

.tasklist li .task-actions .task-bookmark {
  color: #aaa;
  font-size: 16px;
}

.tasklist li .task-actions .task-bookmark:hover {
  color: #fd6e58;
}

.tasklist li .task-actions .task-bookmark:hover i:before {
  content: "\f02e";
}

.stats {
  float: left;
}

.stats > li {
  *zoom: 1;
  float: left;
  padding: 10px 15px;
  margin-right: 15px;
}

.stats > li:after {
  content: "";
  display: table;
  clear: both;
}

.stats > li:last-child {
  margin-right: 0;
}

.stats > li i {
  font-size: 36px;
  color: white;
  float: left;
  margin: 0;
}

.stats > li .details {
  *zoom: 1;
  margin-left: 55px;
}

.stats > li .details:after {
  content: "";
  display: table;
  clear: both;
}

.stats > li .details span {
  color: white;
  display: block;
  font-size: 12px;
}

.stats > li .details span.big {
  font-size: 16px;
}

.tiles {
  list-style-type: none;
  margin: 25px 0;
  padding: 0;
}

.tiles .has-chart > a span {
  font-size: 16px;
  padding: 10px 20px;
}

.tiles .has-chart-2 > a span {
  font-size: 16px;
  padding-top: 0;
  display: inline-block;
}

.tiles .has-chart-2 > a span .spark-me {
  padding-top: 40px;
}

.tiles .has-chart-2 > a span .spark-me canvas {
  margin-top: -10px;
}

.tiles.tiles-small .label {
  padding: 3px 5px;
}

.tiles.tiles-small > li:hover:before {
  width: 70px;
  height: 70px;
}

.tiles.tiles-small > li > a {
  width: 80px;
  height: 80px;
}

.tiles.tiles-small > li > a span {
  font-size: 30px;
  padding-top: 20px;
}

.tiles .label {
  padding: 5px 8px;
}

.tiles.tiles-center {
  text-align: center;
  width: 100%;
}

.tiles.tiles-center > li {
  display: inline-block;
  text-align: center;
  float: none;
}

.tiles.tiles-center > li > a .name {
  text-align: center;
}

.tiles.nomargin {
  margin: 0;
}

.tiles > li {
  float: left;
  margin: 8px 0 0 8px;
  position: relative;
}

.tiles > li .label {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 99;
}

.tiles > li:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 110px;
  background: none;
  pointer-events: none;
  border: 5px solid rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.tiles > li.long:hover:before {
  width: 235px;
}

.tiles > li.long > a {
  width: 245px;
}

.tiles > li.long > a span {
  font-size: 64px;
  padding-top: 25px;
}

.tiles > li.high:hover:before {
  height: 235px;
}

.tiles > li.high > a {
  height: 245px;
}

.tiles > li.high > a span {
  padding-top: 75px;
  font-size: 96px;
}

.tiles > li.high > a span.count > i {
  margin-right: -25px;
}

.tiles > li.image > a img {
  width: 120px;
  height: 120px;
}

.tiles > li.image > a .name {
  background: #368ee0;
  color: #fff;
}

.tiles > li > a {
  width: 120px;
  height: 120px;
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  text-align: center;
}

.tiles > li > a span {
  padding-top: 35px;
  font-size: 48px;
  display: block;
}

.tiles > li > a span.nopadding {
  padding: 0;
}

.tiles > li > a span.count > i {
  margin-right: -10px;
}

.tiles > li > a span h5, .tiles > li > a span .h5 {
  font-size: 18px !important;
  margin: 0;
  text-align: left;
  padding: 10px 10px 5px 10px;
}

.tiles > li > a span p {
  font-size: 13px !important;
  padding: 0;
  text-align: left;
  padding: 0 20px;
}

.tiles > li > a .name {
  font-size: 13px !important;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  padding: 3px 10px;
  float: left;
}

.tiles > li > a .name .right {
  font-size: 13px;
  float: right;
  padding: 0;
}

.minitiles {
  float: left;
}

.minitiles > li {
  float: left;
  margin-right: 15px;
}

.minitiles > li > a {
  display: block;
  height: 61px;
  width: 61px;
  color: #fff;
  text-decoration: none;
  position: relative;
  text-align: center;
}

.minitiles > li > a i {
  font-size: 36px;
  line-height: 61px;
}

.minitiles > li > a:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 55px;
  background: none;
  pointer-events: none;
  border: 3px solid rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.timeline {
  margin-left: 30px !important;
}

.timeline > li {
  position: relative;
  border-bottom: 2px dotted #ddd;
  padding: 30px 0;
}

.timeline > li:hover {
  background: #f6f6f6;
}

.timeline > li:last-child {
  border-bottom: 0;
}

.timeline > li .line {
  width: 4px;
  background: #eee;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}

.timeline > li .timeline-content {
  position: relative;
  z-index: 99;
}

.timeline > li .timeline-content .left {
  position: relative;
}

.timeline > li .timeline-content .left .icon {
  background: #368ee0;
  float: left;
  padding: 6px;
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: -18px;
  top: 5px;
}

.timeline > li .timeline-content .left .date {
  position: absolute;
  top: 48px;
  left: -20px;
  background: #eee;
  padding: 0 5px;
  font-size: 11px;
}

.timeline > li .timeline-content .activity {
  margin-left: 50px;
}

.timeline > li .timeline-content .activity .user {
  font-size: 14px;
  margin-bottom: 10px;
}

.timeline > li .timeline-content .activity .user span {
  color: #777;
}

.timeline > li .timeline-content .activity .timeline-images {
  *zoom: 1;
}

.timeline > li .timeline-content .activity .timeline-images:after {
  content: "";
  display: table;
  clear: both;
}

.timeline > li .timeline-content .activity .timeline-images > li {
  float: left;
  margin-right: 5px;
}

.timeline > li .timeline-content .activity .timeline-images > li > a img {
  max-width: 100px;
}

body.error {
  background: #368ee0;
}

body.error .wrapper {
  width: 300px;
  height: 230px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -165px -150px;
}

body.error .wrapper .code {
  color: #fff;
  font-size: 90px;
  text-align: center;
}

body.error .wrapper .code span {
  margin-right: 15px;
}

body.error .wrapper .desc {
  color: #fff;
  font-size: 14px;
  margin: 20px 0;
}

body.error .wrapper .input-append {
  width: 300px;
  background: #fff;
  padding: 2px;
}

body.error .wrapper .input-append input {
  border: 0;
  width: 260px;
  background: #fff;
}

body.error .wrapper .input-append .btn {
  border: 0;
  background: #368ee0;
  color: #fff;
}

body.error .wrapper .input-append .btn:hover {
  background: #1b67af;
}

.grids .row-fluid,
.grids .rf {
  margin-top: 10px;
  margin-bottom: 20px;
}

.grids .row-fluid [class*=span],
.grids .rf [class*=span] {
  background: #ccc;
  text-align: center;
  line-height: 30px;
}

.grids .row-fluid [class*=span]:hover,
.grids .rf [class*=span]:hover {
  background: #aaa;
}

.the-icons {
  list-style-type: none;
}

.the-icons li {
  margin: 5px 0;
}

#updateInterval {
  margin-bottom: 0;
}

.invoice-info .invoice-name {
  font-size: 24px;
  margin-bottom: 40px;
}

.invoice-info .invoice-from,
.invoice-info .invoice-to {
  float: left;
  margin-bottom: 30px;
}

.invoice-info .invoice-from span,
.invoice-info .invoice-to span {
  color: #888;
  display: block;
}

.invoice-info .invoice-to {
  margin-left: 50px;
}

.invoice-info .invoice-infos {
  float: right;
  margin-right: 20px;
}

.table-invoice .price {
  width: 100px;
}

.table-invoice .qty {
  width: 50px;
}

.table-invoice .total {
  text-align: right;
  width: 150px;
}

.table-invoice .taxes p {
  text-align: right;
}

.table-invoice .taxes p .light {
  margin-right: 20px;
  color: #888;
}

.table-invoice .taxes p .totalprice {
  font-weight: bold;
}

.invoice-payment span {
  color: #888;
  display: block;
}

.invoice-payment ul {
  list-style-type: none;
  margin: 10px;
  padding: 0;
}

.invoice-payment ul li {
  float: left;
  margin-right: 10px;
}

.locked {
  background: #368ee0;
}

.locked .wrapper {
  width: 500px;
  height: 500px;
  margin: 200px -250px;
  position: absolute;
  left: 50%;
}

.locked .pull-left {
  width: 200px;
}

.locked .pull-left a {
  color: #fff;
  display: block;
  background: #1b67af;
  text-align: center;
  padding: 4px 8px;
  text-decoration: none;
}

.locked .pull-left a:hover {
  background: #144d82;
}

.locked .right {
  float: left;
  margin-left: 15px;
}

.locked .right .upper h2, .locked .right .upper .h2 {
  color: #fff;
  font-weight: 300;
  margin: 0;
}

.locked .right .upper span {
  display: block;
  color: #fff;
}

.locked .right form {
  margin-top: 30px;
}

.locked .right form input {
  border: 0;
  margin-bottom: 0;
}

.locked .right form input[type=password] {
  width: 260px;
}

.locked .right form div {
  margin-top: 5px;
}

.login {
  background: #368ee0;
}

.login .wrapper {
  width: 400px;
  height: 500px;
  margin: -200px -200px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.login .wrapper h1 > a, .login .wrapper .h1 > a {
  color: #fff;
  display: block;
  font-weight: 300;
  font-size: 48px;
  text-align: center;
  padding: 2px 0;
  text-decoration: none;
}

.login .wrapper h1 > a img, .login .wrapper .h1 > a img {
  margin-right: 20px;
  margin-top: -8px;
}

.login .wrapper .login-body {
  margin-top: 20px;
  background: #fff;
}

.login .wrapper .login-body form {
  padding: 0 30px;
}

.login .wrapper .login-body h2, .login .wrapper .login-body .h2 {
  font-weight: 300;
  color: #222;
  font-size: 24px;
  padding: 20px 30px 5px 30px;
}

.login .wrapper .login-body .email input,
.login .wrapper .login-body .pw input {
  padding: 8px 12px;
  height: 35px;
}

.login .wrapper .login-body .submit {
  margin-top: 15px;
  *zoom: 1;
}

.login .wrapper .login-body .submit:after {
  content: "";
  display: table;
  clear: both;
}

.login .wrapper .login-body .submit input {
  float: right;
}

.login .wrapper .login-body .submit .remember {
  float: left;
  margin-top: 5px;
  margin-left: 1px;
}

.login .wrapper .login-body .submit .remember [class*=icheckbox],
.login .wrapper .login-body .submit .remember label {
  float: left;
}

.login .wrapper .login-body .submit .remember label {
  margin-left: 10px;
}

.login .wrapper .login-body .forget {
  margin-top: 50px;
}

.login .wrapper .login-body .forget a {
  background: #eee;
  padding: 10px 0;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #555;
}

.login .wrapper .login-body .forget a:hover {
  background: #ddd;
}

.login .wrapper .login-body .forget a span {
  line-height: 30px;
  margin-bottom: 10px;
  position: relative;
}

.pagination.pagination-custom {
  height: 28px;
  margin-top: -1px;
}

.pagination.pagination-custom li.active a {
  background: #368ee0;
  color: #fff;
}

.pagination.pagination-custom li.active a:hover {
  background: #368ee0;
}

.pagination.pagination-custom li a {
  background: #eee;
  text-decoration: none;
  color: #222;
  border: 0;
  padding: 5px 12px;
}

.pagination.pagination-custom li a:hover {
  background: #ddd;
}

.search-results ul {
  *zoom: 1;
}

.search-results ul:after {
  content: "";
  display: table;
  clear: both;
}

.search-results ul li {
  *zoom: 1;
  padding: 15px;
  border-top: 1px dotted #bbb;
}

.search-results ul li:after {
  content: "";
  display: table;
  clear: both;
}

.search-results ul li:first-child {
  border-top: 0;
}

.search-results ul li:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.search-results ul li .thumbnail {
  float: left;
  border-radius: 0;
}

.search-results ul li .search-info {
  margin-left: 110px;
}

.search-results ul li .search-info a {
  font-size: 16px;
}

.search-results ul li .search-info .url {
  color: #29b754;
}

.search-results ul li:nth-child(even) {
  background: #fff;
}

.more-images {
  margin-top: 15px;
}

.product-details .price {
  font-size: 24px;
}

.product-details .price,
.product-details div.colors,
.product-details .sizes,
.product-details .actions {
  margin-top: 30px;
}

.product-details div.colors {
  *zoom: 1;
}

.product-details div.colors:after {
  content: "";
  display: table;
  clear: both;
}

.product-details .actions {
  text-align: right;
}

.product-details .actions .non {
  margin-right: 15px;
}

/*.fullcalendar {
  margin-top: 10px;
}
.fullcalendar .fc-header .fc-header-title h2 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 25px;
}
.fullcalendar .fc-header .fc-header-right .fc-button {
  position: relative;
  top: -45px;
}
.fullcalendar .fc-content .fc-event {
  font-size: 12px;
  border: 0 !important;
}
.fullcalendar .fc-content .fc-event .fc-event-inner {
  background: #368ee0;
  border: 0 !important;
  margin: 0;
}
.fullcalendar .fc-content .fc-event .fc-event-inner .fc-event-title {
  padding: 2px 5px;
}
.fullcalendar .fc-content .fc-event .fc-event-inner .fc-event-time {
  padding: 2px 2px 2px 5px;
}
.fullcalendar .fc-button {
  background: none;
  border: 0 !important;
  margin-right: 5px;
}
.fullcalendar .fc-button.fc-state-active {
  background: #368ee0;
  color: #fff;
}
.fullcalendar .fc-button.fc-state-active:hover {
  background: #368ee0;
  color: #fff;
}
.fullcalendar .fc-button:hover {
  background: #ddd;
}
.fullcalendar .fc-button.fc-button-next, .fullcalendar .fc-button.fc-button-prev {
  margin-left: 10px;
}
.fullcalendar .fc-button.fc-button-next .fc-button-content, .fullcalendar .fc-button.fc-button-prev .fc-button-content {
  padding: 0 9px;
}
.fullcalendar .fc-button.fc-button-next .fc-button-content i, .fullcalendar .fc-button.fc-button-prev .fc-button-content i {
  color: #666;
}
.fullcalendar .fc-button.fc-button-next:hover .fc-button-content i, .fullcalendar .fc-button.fc-button-prev:hover .fc-button-content i {
  color: #222;
}
.fullcalendar .fc-button.fc-button-prev {
  margin-right: 10px;
  margin-left: 0;
}
.fullcalendar .fc-button .fc-button-inner {
  background: none;
  border: 0 !important;
}
*/
.flot {
  width: 100%;
  height: 300px;
}

.flot.small {
  height: 150px;
}

.flot.medium {
  height: 200px;
}

.chzn-container .chzn-drop {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.chzn-container .chzn-drop .chzn-results > li.highlighted {
  background: #368ee0;
}

.chzn-container.chzn-container-single .chzn-search input {
  background: none;
}

.chzn-container.chzn-container-single .chzn-single {
  border-radius: 0;
  background: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.chzn-container.chzn-container-single .chzn-single div b {
  background-position-y: 2px;
}

.chzn-container.chzn-container-multi .chzn-choices {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}

.chzn-container.chzn-container-multi .chzn-choices .search-choice {
  background: #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.cke.cke_chrome {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.cke .cke_top {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-top: 0;
}

.cke .cke_top .cke_button,
.cke .cke_top .cke_combo_button {
  background: #eee;
  border-radius: 0;
  border: 0;
  cursor: pointer;
}

.cke .cke_top .cke_button:hover,
.cke .cke_top .cke_button.cke_button_on,
.cke .cke_top .cke_button:active,
.cke .cke_top .cke_button:focus,
.cke .cke_top .cke_combo_button:hover,
.cke .cke_top .cke_combo_button.cke_button_on,
.cke .cke_top .cke_combo_button:active,
.cke .cke_top .cke_combo_button:focus {
  background: #bbb;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.cke .cke_top .cke_combo.cke_combo_on .cke_combo_button {
  background: #bbb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cke .cke_top .cke_toolbar_separator {
  background: #aaa;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cke .cke_top .cke_toolgroup {
  margin: 0 10px 9px 0;
  border: 0;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cke .cke_contents {
  border: 1px solid #ddd;
}

.cke .cke_bottom {
  background: #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
  border-top: 0;
}

table.DTCR_clonedTable {
  background-color: white;
  z-index: 202;
  cursor: move;
}

div.DTCR_pointer {
  width: 1px;
  background-color: #368ee0;
  z-index: 201;
}

div.DTCR_pointer:before {
  content: "\f063";
  font-family: "FontAwesome";
  position: absolute;
  top: -25px;
  left: -5px;
  color: #368ee0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ColVis styles
 */
.ColVis {
  float: right;
  margin-bottom: 1em;
}

.ColVis_Button {
  position: relative;
  float: left;
  margin-right: 3px;
  padding: 3px 5px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  cursor: pointer;
  *cursor: hand;
}

button.ColVis_Button::-moz-focus-inner {
  border: none !important;
  padding: 0;
}

.ColVis_text_hover {
  border: 1px solid #999;
  background-color: #f0f0f0;
}

div.ColVis_collectionBackground {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  z-index: 1100;
}

div.ColVis_collection {
  position: relative;
  width: 150px;
  background-color: #f3f3f3;
  padding: 3px;
  border: 1px solid #ccc;
  z-index: 1102;
}

div.ColVis_collection button.ColVis_Button {
  background-color: white;
  width: 100%;
  float: none;
  margin-bottom: 2px;
}

div.ColVis_collection button.ColVis_Group {
  background: #dadada;
  border: 1px solid #bababa;
}

div.ColVis_catcher {
  position: absolute;
  z-index: 1101;
}

.disabled {
  color: #999;
}

button.ColVis_Button {
  text-align: left;
}

div.ColVis_collection button.ColVis_Button:hover {
  border: 1px solid #999;
  background-color: #f0f0f0;
}

div.ColVis_collection button.ColVis_Group:hover {
  background: #bababa;
  border: 1px solid #424242;
}

span.ColVis_radio {
  display: inline-block;
  width: 20px;
}

.dataTables_wrapper .ColVis {
  margin: 10px 10px 10px 0;
}

.dataTables_wrapper .ColVis .ColVis_Button {
  background: #eee;
  padding: 3px 8px;
  border: 0;
}

.dataTables_wrapper .ColVis .ColVis_Button i {
  margin-left: 5px;
}

.dataTables_wrapper .ColVis .ColVis_Button:hover {
  background: #ddd;
}

.dataTables_wrapper .dataTables_length {
  float: left;
  min-width: 200px;
  margin: 10px 10px 5px 10px;
}

.dataTables_wrapper .dataTables_length .input-mini {
  float: left;
}

.dataTables_wrapper .dataTables_length label > span {
  float: left;
  margin: 4px 5px;
}

.dataTables_wrapper .DTTT_container {
  margin: 10px 5px 10px 0;
}

.dataTables_wrapper .DTTT_container .DTTT_button {
  background: #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  margin-right: 5px;
  color: #222;
}

.dataTables_wrapper .DTTT_container .DTTT_button:hover {
  background: #ddd;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  margin: 10px 10px 5px 5px;
}

.dataTables_wrapper .dataTables_filter input {
  margin-bottom: 0;
}

.dataTables_wrapper .dataTables_info {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_info span {
  font-weight: 600;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_paginate > a {
  margin-right: 5px;
  background: #eee;
  padding: 3px 8px;
  color: #222;
  text-decoration: none;
  cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate > a:hover {
  background: #ddd;
}

.dataTables_wrapper .dataTables_paginate > span > a {
  padding: 3px 8px;
  margin-right: 5px;
  background: #eee;
  color: #222;
  text-decoration: none;
  cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate > span > a.paginate_active {
  background: #368ee0;
  color: #fff;
}

.dataTables_scroll {
  clear: both;
}

.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.DTFC_Cloned {
  background: #eee;
  border-right: 1px solid #ddd;
}

div.DTS tbody th,
div.DTS tbody td {
  white-space: nowrap;
}

div.DTS tbody tr.even {
  background-color: white;
}

.alert.alert-nomargin {
  margin: 0;
}

.DTFC_LeftHeadWrapper {
  border-right: 1px solid #ddd;
}

div.DTS div.DTS_Loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 20px;
  margin-top: -20px;
  margin-left: -100px;
  z-index: 1;
  border: 1px solid #999;
  padding: 20px 0;
  text-align: center;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
}

div.DTS div.dataTables_scrollHead {
  background-color: white;
}

div.DTS div.dataTables_scrollBody {
  z-index: 2;
}

.datepicker.datepicker-dropdown {
  border-radius: 0;
}

.datepicker.datepicker-dropdown:before,
.datepicker.datepicker-dropdown:after {
  border: 0;
}

.datepicker.datepicker-dropdown .datepicker-days td,
.datepicker.datepicker-dropdown .datepicker-days th,
.datepicker.datepicker-dropdown .datepicker-days span,
.datepicker.datepicker-dropdown .datepicker-years td,
.datepicker.datepicker-dropdown .datepicker-years th,
.datepicker.datepicker-dropdown .datepicker-years span,
.datepicker.datepicker-dropdown .datepicker-months td,
.datepicker.datepicker-dropdown .datepicker-months th,
.datepicker.datepicker-dropdown .datepicker-months span {
  border-radius: 0;
}

.datepicker.datepicker-dropdown .datepicker-days .active,
.datepicker.datepicker-dropdown .datepicker-years .active,
.datepicker.datepicker-dropdown .datepicker-months .active {
  background: #368ee0;
  border-radius: 0;
}

.datepicker.datepicker-dropdown .datepicker-days .active:hover,
.datepicker.datepicker-dropdown .datepicker-years .active:hover,
.datepicker.datepicker-dropdown .datepicker-months .active:hover {
  background: #1e74c5;
  border-radius: 0;
}

.elfinder {
  border-radius: 0;
  border: 0;
}

.elfinder .elfinder-toolbar {
  border-radius: 0;
  background: #fff;
  border-color: #ccc;
}

.elfinder .elfinder-toolbar .elfinder-buttonset {
  border: 0;
}

.elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-toolbar-button-separator {
  border-color: #eee;
}

.elfinder .elfinder-toolbar .elfinder-button {
  border: 0;
  border-radius: 0;
  background: #fff;
}

.elfinder .elfinder-toolbar .elfinder-button:hover {
  background: #ddd;
  cursor: pointer;
}

.elfinder .elfinder-toolbar .elfinder-button:hover.elfinder-button-search {
  background: none;
}

.elfinder .elfinder-toolbar .elfinder-button.ui-state-disabled {
  background: #fff;
  cursor: default;
}

.elfinder .elfinder-toolbar .elfinder-button.ui-state-disabled .elfinder-button-icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

.elfinder .elfinder-button-search input {
  margin-bottom: 0;
  border-color: #ccc;
}

.elfinder .elfinder-statusbar {
  border-radius: 0;
  background: #eee;
  padding: 10px 12px;
  border-color: #ccc;
}

.elfinder .elfinder-navbar {
  background: #eee;
}

.elfinder .elfinder-navbar .elfinder-navbar-dir {
  border-radius: 0;
  padding: 5px 12px 5px 40px;
}

.elfinder .elfinder-cwd-filename,
.elfinder .elfinder-cwd-file,
.elfinder .elfinder-cwd-file-wrapper {
  border-radius: 0;
}

.elfinder .elfinder-cwd-file:hover {
  background: #eee;
}

.filetree .dynatree-container {
  border: 0;
}

.activeFolder,
.additionalInformation {
  font-weight: bold;
  margin-left: 5px;
}

.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  padding: 4px 8px;
  border: 1px solid #ccc;
}

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-300px, 0) scale(4);
      -ms-transform: translate(-300px, 0) scale(4);
          transform: translate(-300px, 0) scale(4);
  direction: ltr;
}

.fileupload {
  margin-bottom: 0px;
}

.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}

.fileupload .thumbnail {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.fileupload .thumbnail > img {
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
}

.fileupload .btn {
  vertical-align: middle;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}

.fileupload-inline .fileupload-controls {
  display: inline;
}

.fileupload-new .input-append .btn-file {
  border-radius: 0 0 0 0;
}

.thumbnail-borderless .thumbnail {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}

.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c;
}

.control-group.warning .fileupload .thumbnail {
  border-color: #a47e3c;
}

.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}

.control-group.error .fileupload .fileupload-preview {
  color: #b94a48;
}

.control-group.error .fileupload .thumbnail {
  border-color: #b94a48;
}

.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}

.control-group.success .fileupload .fileupload-preview {
  color: #468847;
}

.control-group.success .fileupload .thumbnail {
  border-color: #468847;
}

.form-wizard {
  margin-bottom: 0;
}

.form-wizard .step .control-group {
  padding: 0 20px;
}

.form-wizard .form-actions {
  margin-top: 0;
  margin-bottom: 0;
}

.form-wizard.wizard-vertical {
  margin-bottom: 0;
}

.form-wizard.wizard-vertical .form-content {
  background: #fff;
  border-left: 1px solid #d6d6d6;
  margin-left: 220px;
  padding: 10px 10px;
  overflow: hidden;
}

.form-wizard.wizard-vertical .form-content .control-group {
  padding: 10px;
}

.form-wizard.wizard-vertical .form-content .control-group:last-child {
  margin-bottom: 0;
}

.form-wizard.wizard-vertical .step {
  background: #eee;
}

.form-wizard.wizard-vertical .wizard-steps {
  float: left;
  width: 220px;
  margin-bottom: 0;
  min-height: 200px;
}

.form-wizard.wizard-vertical .wizard-steps > li {
  float: none;
  width: 100% !important;
  *zoom: 1;
  display: block;
  background: #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.form-wizard.wizard-vertical .wizard-steps > li:after {
  content: "";
  display: table;
  clear: both;
}

.form-wizard.wizard-vertical .wizard-steps > li:first-child {
  border-top: 0;
}

.form-wizard.wizard-vertical .wizard-steps > li.active {
  background: #fff;
  position: relative;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.form-wizard.wizard-vertical .wizard-steps > li.active:first-child {
  border-top: 0;
}

.form-wizard.wizard-vertical .wizard-steps > li.active:after {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  bottom: 0;
  background: #ffffff;
  width: 1px;
  right: -1px;
  height: 100%;
  display: block;
}

.form-wizard.wizard-vertical .wizard-steps > li .single-step {
  *zoom: 1;
  padding: 10px;
}

.form-wizard.wizard-vertical .wizard-steps > li .single-step:after {
  content: "";
  display: table;
  clear: both;
}

.form-wizard.wizard-vertical .wizard-steps > li .title {
  float: left;
}

.form-wizard.wizard-vertical .wizard-steps > li .description {
  float: left;
  margin-left: 10px;
  margin-top: 2px;
}

.form-wizard.wizard-vertical .form-actions {
  padding-left: 240px;
  background: #fff;
  margin-bottom: 0;
  margin-top: 0;
  border-top: 1px solid #d6d6d6;
}

.form-wizard .wizard-steps {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
  *zoom: 1;
  background: #eee;
}

.form-wizard .wizard-steps:after {
  content: "";
  display: table;
  clear: both;
}

.form-wizard .wizard-steps li {
  float: left;
  text-align: center;
}

.form-wizard .wizard-steps li:last-child .single-step {
  border-right: 0;
}

.form-wizard .wizard-steps li .single-step {
  padding: 15px 0;
}

.form-wizard .wizard-steps li .single-step .title {
  text-align: center;
  font-size: 16px;
  background: #ddd;
  padding: 4px 10px;
  color: #888;
}

.form-wizard .wizard-steps li .single-step .description {
  margin-left: 5px;
  color: #aaa;
}

.form-wizard .wizard-steps li.active {
  background: #fff;
  position: relative;
}

.form-wizard .wizard-steps li.active:after {
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  content: "";
  background: #ffffff;
  width: 100%;
  height: 1px;
  display: block;
}

.form-wizard .wizard-steps li.active .single-step .title {
  background: #368ee0;
  color: #fff;
}

.form-wizard .wizard-steps li.active .single-step .description {
  color: #222;
}

.form-wizard .wizard-steps.steps-2 li {
  width: 50%;
}

.form-wizard .wizard-steps.steps-3 li {
  width: 33.333%;
}

.form-wizard .wizard-steps.steps-4 li {
  width: 25%;
}

.form-wizard .wizard-steps.steps-5 li {
  width: 20%;
}

#gritter-notice-wrapper {
  right: auto;
  left: 50%;
  margin-left: -150.5px;
}

#map1,
#map2,
#map3,
#map4 {
  height: 400px;
}

#map1 img,
#map2 img,
#map3 img,
#map4 img {
  max-width: none;
}

.cluster {
  text-align: center;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.cluster.cluster-1 {
  background: url(img/m1.png);
  width: 53px;
  height: 52px;
  line-height: 52px;
}

.cluster.cluster-2 {
  background: url(img/m2.png);
  width: 56px;
  height: 55px;
  line-height: 55px;
}

.cluster.cluster-5 {
  background: url(img/m3.png);
  width: 66px;
  height: 65px;
  line-height: 65px;
}

.ms-container .ms-list {
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.ms-container .multi-custom-header {
  background: #368ee0;
  color: #fff;
  padding: 2px 8px;
}

.plupload .plupload_container {
  padding: 0;
}

.plupload .plupload_container .plupload_filelist_header {
  display: none;
}

.plupload .plupload_container .plupload_filelist {
  background: #fff;
}

.plupload .plupload_container .plupload_filelist > li {
  background: #fff;
}

.plupload .plupload_container .plupload_filelist_footer {
  height: 30px;
  background: #fff;
}

.plupload .plupload_container .plupload_filelist_footer .pl_add {
  margin-right: 5px;
}

.plupload.pl-sidebar .plupload_filelist_footer {
  border-top: 0;
  height: auto;
  padding: 0;
}

.plupload.pl-sidebar .plupload_filelist_footer .plupload_add {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 4px;
  margin: 0;
  text-align: center;
  background: #ddd;
  display: block;
  border-radius: 0;
}

.plupload.pl-sidebar .plupload_filelist_footer .plupload_add:hover {
  background: #bbb;
}

.plupload.pl-sidebar .plupload_filelist_footer .plupload_file_name {
  float: none;
}

.plupload.pl-sidebar .plupload_filelist_footer .plupload_total_status,
.plupload.pl-sidebar .plupload_filelist_footer .plupload_file_status,
.plupload.pl-sidebar .plupload_filelist_footer .plupload_file_action,
.plupload.pl-sidebar .plupload_filelist_footer .plupload_progress,
.plupload.pl-sidebar .plupload_filelist_footer .plupload_file_size {
  display: none;
}

.plupload.pl-sidebar .plupload_content .plupload_filelist {
  overflow-y: auto;
  border: 1px solid #ccc;
}

.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_delete .plupload_file_status,
.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_failed .plupload_file_status {
  display: none;
}

.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_delete .plupload_file_name,
.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_failed .plupload_file_name {
  width: 100px;
  line-height: 18px;
  font-size: 11px;
}

.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_delete .plupload_file_size,
.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_failed .plupload_file_size {
  display: none;
}

.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_droptext {
  position: relative;
  color: #222;
}

.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_droptext span {
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
}

.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_droptext:after {
  content: "\f0ee";
  font-size: 128px;
  color: #e6e6e6;
  position: absolute;
  font-family: "FontAwesome";
  top: 10px;
  z-index: 98;
  left: 13px;
}

.ui-resizable-handle.ui-resizable-e {
  cursor: col-resize;
}

#ascrail2000 div {
  border-radius: 0 !important;
}

.slimScrollBar.ui-draggable {
  border-radius: 0 !important;
}

.select2-container .select2-choice {
  border-radius: 0;
  background-image: none;
  background: #fff;
}

.select2-container .select2-choice div {
  border-left: 0;
  background: none;
}

.select2-container.select2-drop-above .select2-choice {
  border-radius: 0;
  background-image: none;
}

.select2-container .select2-search-choice-close {
  top: 3px;
}

.select2-container .select2-choices {
  background-image: none;
}

.select2-results,
.select2-search,
.select2-with-searchbox {
  border-radius: 0 !important;
}

.slider {
  margin: 10px 0 20px 0;
  border-radius: 0;
  height: 6px;
  position: relative;
  *zoom: 1;
}

.slider:after {
  content: "";
  display: table;
  clear: both;
}

.slider .amount {
  position: absolute;
  left: 0;
  top: -20px;
}

.slider .amount_min {
  position: absolute;
  left: 0;
  bottom: -25px;
}

.slider .amount_max {
  position: absolute;
  right: 0;
  bottom: -25px;
}

.slider .ui-slider-handle {
  border: 0;
  border-radius: 0;
  background: #368ee0;
  width: 14px;
  height: 14px;
}

.ui-spinner {
  border-radius: 0 !important;
  border-color: #ccc;
}

.ui-spinner .spinner {
  border: 0;
  margin-top: 0;
}

.ui-spinner .ui-spinner-button {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.tagsinput#textfield_tagsinput {
  padding-bottom: 0;
}

.tagsinput#textfield_tagsinput .tag {
  background: #368ee0;
  border-radius: 0;
  color: #fff;
  border: 0;
}

.tagsinput#textfield_tagsinput .tag a {
  color: #fff;
}

.bootstrap-timepicker-widget.dropdown-menu,
.colorpicker.dropdown-menu {
  border-radius: 0;
}

.bootstrap-timepicker-widget.dropdown-menu:before,
.bootstrap-timepicker-widget.dropdown-menu:after,
.colorpicker.dropdown-menu:before,
.colorpicker.dropdown-menu:after {
  border: 0 !important;
}

.editable-input .datepicker-inline {
  width: 260px;
}

.editable-input .datepicker table tr td {
  border-radius: 0;
}

.editable-input .datepicker table tr td:hover {
  background: #bbb;
}

.editable-input .datepicker table tr td.active {
  background: #368ee0;
}

.editable-input .datepicker table tr td.active:hover {
  background: #1b67af;
}

.editable-address {
  display: block;
  margin-bottom: 5px;
}

.editable-address span {
  width: 70px;
  display: inline-block;
}

html,
body {
  height: 100%;
}

a {
  color: #368ee0;
}

a:focus {
  outline: none;
  text-decoration: none;
}

/* Blue 
===================================*/
.font-blue {
  color: #368ee0;
}

ul > li.blue,
.label-blue {
  background: #368ee0;
}

.progress .bar.bar-blue {
  background: #368ee0;
}

.pricing-tables .pricing.blue > li.head {
  background: #368ee0;
}

.pricing-tables .pricing.blue > li.head .info {
  background: #4c9ae3;
}

.pricing-tables .pricing.blue > li.head .name {
  background: #1e74c5;
}

.btn.btn-blue {
  background: #368ee0;
  color: #fff !important;
}

.btn.btn-blue:hover {
  background: #1e74c5;
}

.box.box-color.blue .box-title {
  background: #368ee0 !important;
}

.box.box-color.blue .box-title .actions > a:hover {
  color: #368ee0;
}

.box.box-color.blue .form-wizard .wizard-steps li.active .single-step .title {
  background: #368ee0;
}

.box.box-color.blue .btn.btn-primary {
  background: #368ee0;
}

.box.box-bordered.box-color.blue .box-title {
  border-color: #368ee0 !important;
}

.box.box-bordered.box-color.blue .box-content {
  border-color: #368ee0 !important;
}

.box.box-bordered.box-color.blue .slimScrollDiv {
  border-bottom: 2px solid #368ee0;
}

.timeline > li .timeline-content .left .icon.blue {
  background: #368ee0;
}

.theme-blue .mobile-sidebar-toggle {
  color: #fff;
}

.theme-blue #navigation .dropdown-menu {
  border-color: #368ee0;
}

.theme-blue #navigation .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  border-top: 2px solid #368ee0;
}

.theme-blue #navigation .dropdown-menu > li.dropdown-submenu:hover > a,
.theme-blue #navigation .dropdown-menu > li.dropdown-submenu:focus > a {
  background: #368ee0;
}

.theme-blue #navigation .dropdown-menu > li > a:hover {
  background: #368ee0;
}

.theme-blue .datepicker.datepicker-dropdown .datepicker-days .active,
.theme-blue .datepicker.datepicker-dropdown .datepicker-years .active,
.theme-blue .datepicker.datepicker-dropdown .datepicker-months .active {
  background: #368ee0;
}

.theme-blue .datepicker.datepicker-dropdown .datepicker-days .active:hover,
.theme-blue .datepicker.datepicker-dropdown .datepicker-years .active:hover,
.theme-blue .datepicker.datepicker-dropdown .datepicker-months .active:hover {
  background: #1e74c5;
}

.theme-blue .form-wizard .wizard-steps li.active .single-step .title {
  background: #368ee0;
}

.theme-blue .btn.btn-primary {
  background: #368ee0;
}

.theme-blue.login {
  background: #368ee0;
}

.theme-blue a {
  color: #368ee0;
}

.theme-blue .btn {
  color: #222;
}

.theme-blue .btn.btn-primary {
  background: #368ee0;
  color: #fff;
}

.theme-blue .btn.btn-inverse,
.theme-blue .btn.btn-success,
.theme-blue .btn.btn-danger {
  color: #fff;
}

.theme-blue.locked {
  background: #368ee0 !important;
}

.theme-blue.locked .pull-left a {
  background: #1b67af;
}

.theme-blue.locked .pull-left a:hover {
  background: #144d82;
}

.theme-blue #navigation {
  background: #368ee0;
}

.theme-blue #navigation .toggle-mobile {
  background: #1b67af;
}

.theme-blue #navigation .mobile-nav.open {
  background: #368ee0;
}

.theme-blue #navigation .mobile-nav.open > li.active > a {
  background: #144d82;
}

.theme-blue #navigation .mobile-nav.open > li.active > ul {
  background: #144d82;
}

.theme-blue #navigation .mobile-nav.open > li > a {
  background: #1b67af;
}

.theme-blue #navigation .mobile-nav.open > li > ul {
  background: #1b67af;
}

.theme-blue #navigation .main-nav > li.active > a:hover {
  background: #fff;
}

.theme-blue #navigation .main-nav > li.active.open > a {
  background: #fff;
}

.theme-blue #navigation .main-nav > li.open > a {
  background: #1b67af;
}

.theme-blue #navigation .main-nav > li > a:hover {
  background: #1b67af;
}

.theme-blue #navigation .user .icon-nav > li > a:hover {
  background: #1b67af;
}

.theme-blue #navigation .user .dropdown.open {
  background: #1b67af;
}

.theme-blue #navigation .user .dropdown > a:hover {
  background: #1b67af;
}

.theme-blue #navigation .dropdown-menu {
  border-color: #368ee0;
}

.theme-blue #navigation .dropdown-menu > li > a:hover {
  background: #368ee0;
}

.theme-blue .search-form .search-pane button[type=submit] {
  background: #368ee0;
}

.theme-blue .messages > li.insert .submit button {
  background: #368ee0;
}

.theme-blue .messages > li.right .name {
  color: #0a2640;
}

.theme-blue .messages > li.right .message {
  background: #e7f1fb;
}

.theme-blue .messages > li.right .message p {
  color: #11406c;
}

.theme-blue .messages > li.right .message .time {
  color: #11406c;
}

.theme-blue .messages > li.right .message .caret {
  border-left: 7px solid #e7f1fb;
}

.theme-blue .letterbox .letter > li.active {
  background: #368ee0;
}

.theme-blue .fullcalendar .fc-content .fc-event .fc-event-inner {
  background: #368ee0;
}

.theme-blue .fullcalendar .fc-button.fc-state-active {
  background: #368ee0;
}

.theme-blue .fullcalendar .fc-button.fc-state-active:hover {
  background: #368ee0;
}

.theme-blue .table.table-user tr.alpha td.alpha-val span, .theme-blue figure.table > table.table-user tr.alpha td.alpha-val span {
  background: #368ee0;
}

.theme-blue .tagsinput#textfield_tagsinput .tag,
.theme-blue .ms-container .multi-custom-header,
.theme-blue .slider .ui-slider-handle,
.theme-blue .form-wizard .wizard-steps li.active .single-step .title,
.theme-blue .user-list h4,
.theme-blue .user-list .h4,
.theme-blue .nav.nav-pills > li.active > a,
.theme-blue .nav.nav-list > li.active > a,
.theme-blue .table.table-colored-header thead th,
.theme-blue figure.table > table.table-colored-header thead th,
.theme-blue .table.table-colored-header thead td,
.theme-blue figure.table > table.table-colored-header thead td,
.theme-blue .dataTables_wrapper .dataTables_paginate > span > a.paginate_active,
.theme-blue .elfinder-navbar .ui-state-active,
.theme-blue .pagination.pagination-custom li.active a:hover,
.theme-blue .pagination.pagination-custom li.active a {
  background: #368ee0;
}

.theme-blue .elfinder-navbar .ui-state-active {
  border-color: #368ee0;
}

.theme-blue #main .box .box-title .tabs > li.active > a {
  background: #368ee0;
}

.theme-blue #main .box.box-color .box-title {
  background: #368ee0;
}

.theme-blue #main .box.box-color .box-title .tabs > li.active > a {
  background: #fff;
  color: #368ee0;
}

.theme-blue #main .box.box-color .box-title .tabs > li > a:hover {
  color: #368ee0;
}

.theme-blue #main .box.box-bordered.box-color .box-title {
  border-color: #368ee0;
}

.theme-blue #main .box.box-bordered.box-color .box-content {
  border-color: #368ee0;
}

/* Orange 
===================================*/
.font-orange {
  color: #f8a31f;
}

ul > li.orange,
.label-orange {
  background: #f8a31f;
}

.progress .bar.bar-orange {
  background: #f8a31f;
}

.pricing-tables .pricing.orange > li.head {
  background: #f8a31f;
}

.pricing-tables .pricing.orange > li.head .info {
  background: #f9ad38;
}

.pricing-tables .pricing.orange > li.head .name {
  background: #dd8907;
}

.btn.btn-orange {
  background: #f8a31f;
  color: #fff !important;
}

.btn.btn-orange:hover {
  background: #dd8907;
}

.box.box-color.orange .box-title {
  background: #f8a31f !important;
}

.box.box-color.orange .box-title .actions > a:hover {
  color: #f8a31f;
}

.box.box-color.orange .form-wizard .wizard-steps li.active .single-step .title {
  background: #f8a31f;
}

.box.box-color.orange .btn.btn-primary {
  background: #f8a31f;
}

.box.box-bordered.box-color.orange .box-title {
  border-color: #f8a31f !important;
}

.box.box-bordered.box-color.orange .box-content {
  border-color: #f8a31f !important;
}

.box.box-bordered.box-color.orange .slimScrollDiv {
  border-bottom: 2px solid #f8a31f;
}

.timeline > li .timeline-content .left .icon.orange {
  background: #f8a31f;
}

.theme-orange .mobile-sidebar-toggle {
  color: #fff;
}

.theme-orange #navigation .dropdown-menu {
  border-color: #f8a31f;
}

.theme-orange #navigation .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  border-top: 2px solid #f8a31f;
}

.theme-orange #navigation .dropdown-menu > li.dropdown-submenu:hover > a,
.theme-orange #navigation .dropdown-menu > li.dropdown-submenu:focus > a {
  background: #f8a31f;
}

.theme-orange #navigation .dropdown-menu > li > a:hover {
  background: #f8a31f;
}

.theme-orange .datepicker.datepicker-dropdown .datepicker-days .active,
.theme-orange .datepicker.datepicker-dropdown .datepicker-years .active,
.theme-orange .datepicker.datepicker-dropdown .datepicker-months .active {
  background: #f8a31f;
}

.theme-orange .datepicker.datepicker-dropdown .datepicker-days .active:hover,
.theme-orange .datepicker.datepicker-dropdown .datepicker-years .active:hover,
.theme-orange .datepicker.datepicker-dropdown .datepicker-months .active:hover {
  background: #dd8907;
}

.theme-orange .form-wizard .wizard-steps li.active .single-step .title {
  background: #f8a31f;
}

.theme-orange .btn.btn-primary {
  background: #f8a31f;
}

.theme-orange.login {
  background: #f8a31f;
}

.theme-orange a {
  color: #f8a31f;
}

.theme-orange .btn {
  color: #222;
}

.theme-orange .btn.btn-primary {
  background: #f8a31f;
  color: #fff;
}

.theme-orange .btn.btn-inverse,
.theme-orange .btn.btn-success,
.theme-orange .btn.btn-danger {
  color: #fff;
}

.theme-orange.locked {
  background: #f8a31f !important;
}

.theme-orange.locked .pull-left a {
  background: #c47a06;
}

.theme-orange.locked .pull-left a:hover {
  background: #935b05;
}

.theme-orange #navigation {
  background: #f8a31f;
}

.theme-orange #navigation .toggle-mobile {
  background: #c47a06;
}

.theme-orange #navigation .mobile-nav.open {
  background: #f8a31f;
}

.theme-orange #navigation .mobile-nav.open > li.active > a {
  background: #935b05;
}

.theme-orange #navigation .mobile-nav.open > li.active > ul {
  background: #935b05;
}

.theme-orange #navigation .mobile-nav.open > li > a {
  background: #c47a06;
}

.theme-orange #navigation .mobile-nav.open > li > ul {
  background: #c47a06;
}

.theme-orange #navigation .main-nav > li.active > a:hover {
  background: #fff;
}

.theme-orange #navigation .main-nav > li.active.open > a {
  background: #fff;
}

.theme-orange #navigation .main-nav > li.open > a {
  background: #c47a06;
}

.theme-orange #navigation .main-nav > li > a:hover {
  background: #c47a06;
}

.theme-orange #navigation .user .icon-nav > li > a:hover {
  background: #c47a06;
}

.theme-orange #navigation .user .dropdown.open {
  background: #c47a06;
}

.theme-orange #navigation .user .dropdown > a:hover {
  background: #c47a06;
}

.theme-orange #navigation .dropdown-menu {
  border-color: #f8a31f;
}

.theme-orange #navigation .dropdown-menu > li > a:hover {
  background: #f8a31f;
}

.theme-orange .search-form .search-pane button[type=submit] {
  background: #f8a31f;
}

.theme-orange .messages > li.insert .submit button {
  background: #f8a31f;
}

.theme-orange .messages > li.right .name {
  color: #492d02;
}

.theme-orange .messages > li.right .message {
  background: #fef4e5;
}

.theme-orange .messages > li.right .message p {
  color: #7a4c04;
}

.theme-orange .messages > li.right .message .time {
  color: #7a4c04;
}

.theme-orange .messages > li.right .message .caret {
  border-left: 7px solid #fef4e5;
}

.theme-orange .letterbox .letter > li.active {
  background: #f8a31f;
}

.theme-orange .fullcalendar .fc-content .fc-event .fc-event-inner {
  background: #f8a31f;
}

.theme-orange .fullcalendar .fc-button.fc-state-active {
  background: #f8a31f;
}

.theme-orange .fullcalendar .fc-button.fc-state-active:hover {
  background: #f8a31f;
}

.theme-orange .table.table-user tr.alpha td.alpha-val span, .theme-orange figure.table > table.table-user tr.alpha td.alpha-val span {
  background: #f8a31f;
}

.theme-orange .tagsinput#textfield_tagsinput .tag,
.theme-orange .ms-container .multi-custom-header,
.theme-orange .slider .ui-slider-handle,
.theme-orange .form-wizard .wizard-steps li.active .single-step .title,
.theme-orange .user-list h4,
.theme-orange .user-list .h4,
.theme-orange .nav.nav-pills > li.active > a,
.theme-orange .nav.nav-list > li.active > a,
.theme-orange .table.table-colored-header thead th,
.theme-orange figure.table > table.table-colored-header thead th,
.theme-orange .table.table-colored-header thead td,
.theme-orange figure.table > table.table-colored-header thead td,
.theme-orange .dataTables_wrapper .dataTables_paginate > span > a.paginate_active,
.theme-orange .elfinder-navbar .ui-state-active,
.theme-orange .pagination.pagination-custom li.active a:hover,
.theme-orange .pagination.pagination-custom li.active a {
  background: #f8a31f;
}

.theme-orange .elfinder-navbar .ui-state-active {
  border-color: #f8a31f;
}

.theme-orange #main .box .box-title .tabs > li.active > a {
  background: #f8a31f;
}

.theme-orange #main .box.box-color .box-title {
  background: #f8a31f;
}

.theme-orange #main .box.box-color .box-title .tabs > li.active > a {
  background: #fff;
  color: #f8a31f;
}

.theme-orange #main .box.box-color .box-title .tabs > li > a:hover {
  color: #f8a31f;
}

.theme-orange #main .box.box-bordered.box-color .box-title {
  border-color: #f8a31f;
}

.theme-orange #main .box.box-bordered.box-color .box-content {
  border-color: #f8a31f;
}

/* Red 
===================================*/
.font-red {
  color: #e51400;
}

ul > li.red,
.label-red {
  background: #e51400;
}

.progress .bar.bar-red {
  background: #e51400;
}

.pricing-tables .pricing.red > li.head {
  background: #e51400;
}

.pricing-tables .pricing.red > li.head .info {
  background: #ff1600;
}

.pricing-tables .pricing.red > li.head .name {
  background: #b21000;
}

.btn.btn-red {
  background: #e51400;
  color: #fff !important;
}

.btn.btn-red:hover {
  background: #b21000;
}

.box.box-color.red .box-title {
  background: #e51400 !important;
}

.box.box-color.red .box-title .actions > a:hover {
  color: #e51400;
}

.box.box-color.red .form-wizard .wizard-steps li.active .single-step .title {
  background: #e51400;
}

.box.box-color.red .btn.btn-primary {
  background: #e51400;
}

.box.box-bordered.box-color.red .box-title {
  border-color: #e51400 !important;
}

.box.box-bordered.box-color.red .box-content {
  border-color: #e51400 !important;
}

.box.box-bordered.box-color.red .slimScrollDiv {
  border-bottom: 2px solid #e51400;
}

.timeline > li .timeline-content .left .icon.red {
  background: #e51400;
}

.theme-red .mobile-sidebar-toggle {
  color: #fff;
}

.theme-red #navigation .dropdown-menu {
  border-color: #e51400;
}

.theme-red #navigation .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  border-top: 2px solid #e51400;
}

.theme-red #navigation .dropdown-menu > li.dropdown-submenu:hover > a,
.theme-red #navigation .dropdown-menu > li.dropdown-submenu:focus > a {
  background: #e51400;
}

.theme-red #navigation .dropdown-menu > li > a:hover {
  background: #e51400;
}

.theme-red .datepicker.datepicker-dropdown .datepicker-days .active,
.theme-red .datepicker.datepicker-dropdown .datepicker-years .active,
.theme-red .datepicker.datepicker-dropdown .datepicker-months .active {
  background: #e51400;
}

.theme-red .datepicker.datepicker-dropdown .datepicker-days .active:hover,
.theme-red .datepicker.datepicker-dropdown .datepicker-years .active:hover,
.theme-red .datepicker.datepicker-dropdown .datepicker-months .active:hover {
  background: #b21000;
}

.theme-red .form-wizard .wizard-steps li.active .single-step .title {
  background: #e51400;
}

.theme-red .btn.btn-primary {
  background: #e51400;
}

.theme-red.login {
  background: #e51400;
}

.theme-red a {
  color: #e51400;
}

.theme-red .btn {
  color: #222;
}

.theme-red .btn.btn-primary {
  background: #e51400;
  color: #fff;
}

.theme-red .btn.btn-inverse,
.theme-red .btn.btn-success,
.theme-red .btn.btn-danger {
  color: #fff;
}

.theme-red.locked {
  background: #e51400 !important;
}

.theme-red.locked .pull-left a {
  background: #990d00;
}

.theme-red.locked .pull-left a:hover {
  background: #660900;
}

.theme-red #navigation {
  background: #e51400;
}

.theme-red #navigation .toggle-mobile {
  background: #990d00;
}

.theme-red #navigation .mobile-nav.open {
  background: #e51400;
}

.theme-red #navigation .mobile-nav.open > li.active > a {
  background: #660900;
}

.theme-red #navigation .mobile-nav.open > li.active > ul {
  background: #660900;
}

.theme-red #navigation .mobile-nav.open > li > a {
  background: #990d00;
}

.theme-red #navigation .mobile-nav.open > li > ul {
  background: #990d00;
}

.theme-red #navigation .main-nav > li.active > a:hover {
  background: #fff;
}

.theme-red #navigation .main-nav > li.active.open > a {
  background: #fff;
}

.theme-red #navigation .main-nav > li.open > a {
  background: #990d00;
}

.theme-red #navigation .main-nav > li > a:hover {
  background: #990d00;
}

.theme-red #navigation .user .icon-nav > li > a:hover {
  background: #990d00;
}

.theme-red #navigation .user .dropdown.open {
  background: #990d00;
}

.theme-red #navigation .user .dropdown > a:hover {
  background: #990d00;
}

.theme-red #navigation .dropdown-menu {
  border-color: #e51400;
}

.theme-red #navigation .dropdown-menu > li > a:hover {
  background: #e51400;
}

.theme-red .search-form .search-pane button[type=submit] {
  background: #e51400;
}

.theme-red .messages > li.insert .submit button {
  background: #e51400;
}

.theme-red .messages > li.right .name {
  color: #190200;
}

.theme-red .messages > li.right .message {
  background: #ffb9b2;
}

.theme-red .messages > li.right .message p {
  color: #4c0700;
}

.theme-red .messages > li.right .message .time {
  color: #4c0700;
}

.theme-red .messages > li.right .message .caret {
  border-left: 7px solid #ffb9b2;
}

.theme-red .letterbox .letter > li.active {
  background: #e51400;
}

.theme-red .fullcalendar .fc-content .fc-event .fc-event-inner {
  background: #e51400;
}

.theme-red .fullcalendar .fc-button.fc-state-active {
  background: #e51400;
}

.theme-red .fullcalendar .fc-button.fc-state-active:hover {
  background: #e51400;
}

.theme-red .table.table-user tr.alpha td.alpha-val span, .theme-red figure.table > table.table-user tr.alpha td.alpha-val span {
  background: #e51400;
}

.theme-red .tagsinput#textfield_tagsinput .tag,
.theme-red .ms-container .multi-custom-header,
.theme-red .slider .ui-slider-handle,
.theme-red .form-wizard .wizard-steps li.active .single-step .title,
.theme-red .user-list h4,
.theme-red .user-list .h4,
.theme-red .nav.nav-pills > li.active > a,
.theme-red .nav.nav-list > li.active > a,
.theme-red .table.table-colored-header thead th,
.theme-red figure.table > table.table-colored-header thead th,
.theme-red .table.table-colored-header thead td,
.theme-red figure.table > table.table-colored-header thead td,
.theme-red .dataTables_wrapper .dataTables_paginate > span > a.paginate_active,
.theme-red .elfinder-navbar .ui-state-active,
.theme-red .pagination.pagination-custom li.active a:hover,
.theme-red .pagination.pagination-custom li.active a {
  background: #e51400;
}

.theme-red .elfinder-navbar .ui-state-active {
  border-color: #e51400;
}

.theme-red #main .box .box-title .tabs > li.active > a {
  background: #e51400;
}

.theme-red #main .box.box-color .box-title {
  background: #e51400;
}

.theme-red #main .box.box-color .box-title .tabs > li.active > a {
  background: #fff;
  color: #e51400;
}

.theme-red #main .box.box-color .box-title .tabs > li > a:hover {
  color: #e51400;
}

.theme-red #main .box.box-bordered.box-color .box-title {
  border-color: #e51400;
}

.theme-red #main .box.box-bordered.box-color .box-content {
  border-color: #e51400;
}

/* Green 
===================================*/
.font-green {
  color: #339933;
}

ul > li.green,
.label-green {
  background: #339933;
}

.progress .bar.bar-green {
  background: #339933;
}

.pricing-tables .pricing.green > li.head {
  background: #339933;
}

.pricing-tables .pricing.green > li.head .info {
  background: #39ac39;
}

.pricing-tables .pricing.green > li.head .name {
  background: #267326;
}

.btn.btn-green {
  background: #339933;
  color: #fff !important;
}

.btn.btn-green:hover {
  background: #267326;
}

.box.box-color.green .box-title {
  background: #339933 !important;
}

.box.box-color.green .box-title .actions > a:hover {
  color: #339933;
}

.box.box-color.green .form-wizard .wizard-steps li.active .single-step .title {
  background: #339933;
}

.box.box-color.green .btn.btn-primary {
  background: #339933;
}

.box.box-bordered.box-color.green .box-title {
  border-color: #339933 !important;
}

.box.box-bordered.box-color.green .box-content {
  border-color: #339933 !important;
}

.box.box-bordered.box-color.green .slimScrollDiv {
  border-bottom: 2px solid #339933;
}

.timeline > li .timeline-content .left .icon.green {
  background: #339933;
}

.theme-green .mobile-sidebar-toggle {
  color: #fff;
}

.theme-green #navigation .dropdown-menu {
  border-color: #339933;
}

.theme-green #navigation .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  border-top: 2px solid #339933;
}

.theme-green #navigation .dropdown-menu > li.dropdown-submenu:hover > a,
.theme-green #navigation .dropdown-menu > li.dropdown-submenu:focus > a {
  background: #339933;
}

.theme-green #navigation .dropdown-menu > li > a:hover {
  background: #339933;
}

.theme-green .datepicker.datepicker-dropdown .datepicker-days .active,
.theme-green .datepicker.datepicker-dropdown .datepicker-years .active,
.theme-green .datepicker.datepicker-dropdown .datepicker-months .active {
  background: #339933;
}

.theme-green .datepicker.datepicker-dropdown .datepicker-days .active:hover,
.theme-green .datepicker.datepicker-dropdown .datepicker-years .active:hover,
.theme-green .datepicker.datepicker-dropdown .datepicker-months .active:hover {
  background: #267326;
}

.theme-green .form-wizard .wizard-steps li.active .single-step .title {
  background: #339933;
}

.theme-green .btn.btn-primary {
  background: #339933;
}

.theme-green.login {
  background: #339933;
}

.theme-green a {
  color: #339933;
}

.theme-green .btn {
  color: #222;
}

.theme-green .btn.btn-primary {
  background: #339933;
  color: #fff;
}

.theme-green .btn.btn-inverse,
.theme-green .btn.btn-success,
.theme-green .btn.btn-danger {
  color: #fff;
}

.theme-green.locked {
  background: #339933 !important;
}

.theme-green.locked .pull-left a {
  background: #206020;
}

.theme-green.locked .pull-left a:hover {
  background: #133913;
}

.theme-green #navigation {
  background: #339933;
}

.theme-green #navigation .toggle-mobile {
  background: #206020;
}

.theme-green #navigation .mobile-nav.open {
  background: #339933;
}

.theme-green #navigation .mobile-nav.open > li.active > a {
  background: #133913;
}

.theme-green #navigation .mobile-nav.open > li.active > ul {
  background: #133913;
}

.theme-green #navigation .mobile-nav.open > li > a {
  background: #206020;
}

.theme-green #navigation .mobile-nav.open > li > ul {
  background: #206020;
}

.theme-green #navigation .main-nav > li.active > a:hover {
  background: #fff;
}

.theme-green #navigation .main-nav > li.active.open > a {
  background: #fff;
}

.theme-green #navigation .main-nav > li.open > a {
  background: #206020;
}

.theme-green #navigation .main-nav > li > a:hover {
  background: #206020;
}

.theme-green #navigation .user .icon-nav > li > a:hover {
  background: #206020;
}

.theme-green #navigation .user .dropdown.open {
  background: #206020;
}

.theme-green #navigation .user .dropdown > a:hover {
  background: #206020;
}

.theme-green #navigation .dropdown-menu {
  border-color: #339933;
}

.theme-green #navigation .dropdown-menu > li > a:hover {
  background: #339933;
}

.theme-green .search-form .search-pane button[type=submit] {
  background: #339933;
}

.theme-green .messages > li.insert .submit button {
  background: #339933;
}

.theme-green .messages > li.right .name {
  color: black;
}

.theme-green .messages > li.right .message {
  background: #b3e6b3;
}

.theme-green .messages > li.right .message p {
  color: #0d260d;
}

.theme-green .messages > li.right .message .time {
  color: #0d260d;
}

.theme-green .messages > li.right .message .caret {
  border-left: 7px solid #b3e6b3;
}

.theme-green .letterbox .letter > li.active {
  background: #339933;
}

.theme-green .fullcalendar .fc-content .fc-event .fc-event-inner {
  background: #339933;
}

.theme-green .fullcalendar .fc-button.fc-state-active {
  background: #339933;
}

.theme-green .fullcalendar .fc-button.fc-state-active:hover {
  background: #339933;
}

.theme-green .table.table-user tr.alpha td.alpha-val span, .theme-green figure.table > table.table-user tr.alpha td.alpha-val span {
  background: #339933;
}

.theme-green .tagsinput#textfield_tagsinput .tag,
.theme-green .ms-container .multi-custom-header,
.theme-green .slider .ui-slider-handle,
.theme-green .form-wizard .wizard-steps li.active .single-step .title,
.theme-green .user-list h4,
.theme-green .user-list .h4,
.theme-green .nav.nav-pills > li.active > a,
.theme-green .nav.nav-list > li.active > a,
.theme-green .table.table-colored-header thead th,
.theme-green figure.table > table.table-colored-header thead th,
.theme-green .table.table-colored-header thead td,
.theme-green figure.table > table.table-colored-header thead td,
.theme-green .dataTables_wrapper .dataTables_paginate > span > a.paginate_active,
.theme-green .elfinder-navbar .ui-state-active,
.theme-green .pagination.pagination-custom li.active a:hover,
.theme-green .pagination.pagination-custom li.active a {
  background: #339933;
}

.theme-green .elfinder-navbar .ui-state-active {
  border-color: #339933;
}

.theme-green #main .box .box-title .tabs > li.active > a {
  background: #339933;
}

.theme-green #main .box.box-color .box-title {
  background: #339933;
}

.theme-green #main .box.box-color .box-title .tabs > li.active > a {
  background: #fff;
  color: #339933;
}

.theme-green #main .box.box-color .box-title .tabs > li > a:hover {
  color: #339933;
}

.theme-green #main .box.box-bordered.box-color .box-title {
  border-color: #339933;
}

.theme-green #main .box.box-bordered.box-color .box-content {
  border-color: #339933;
}

/* Lime 
===================================*/
.font-lime {
  color: #8D8B00;
}

ul > li.lime,
.label-lime {
  background: #8D8B00;
}

.progress .bar.bar-lime {
  background: #8D8B00;
}

.pricing-tables .pricing.lime > li.head {
  background: #8D8B00;
}

.pricing-tables .pricing.lime > li.head .info {
  background: #9cd42a;
}

.pricing-tables .pricing.lime > li.head .name {
  background: #6d941e;
}

.btn.btn-lime {
  background: #8D8B00;
  color: #fff !important;
}

.btn.btn-lime:hover {
  background: #6d941e;
}

.box.box-color.lime .box-title {
  background: #8D8B00 !important;
}

.box.box-color.lime .box-title .actions > a:hover {
  color: #8D8B00;
}

.box.box-color.lime .form-wizard .wizard-steps li.active .single-step .title {
  background: #8D8B00;
}

.box.box-color.lime .btn.btn-primary {
  background: #8D8B00;
}

.box.box-bordered.box-color.lime .box-title {
  border-color: #8D8B00 !important;
}

.box.box-bordered.box-color.lime .box-content {
  border-color: #8D8B00 !important;
}

.box.box-bordered.box-color.lime .slimScrollDiv {
  border-bottom: 2px solid #8D8B00;
}

.timeline > li .timeline-content .left .icon.lime {
  background: #8D8B00;
}

.theme-lime .mobile-sidebar-toggle {
  color: #fff;
}

.theme-lime #navigation .dropdown-menu {
  border-color: #8D8B00;
}

.theme-lime #navigation .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  border-top: 2px solid #8D8B00;
}

.theme-lime #navigation .dropdown-menu > li.dropdown-submenu:hover > a,
.theme-lime #navigation .dropdown-menu > li.dropdown-submenu:focus > a {
  background: #8D8B00;
}

.theme-lime #navigation .dropdown-menu > li > a:hover {
  background: #8D8B00;
}

.theme-lime .datepicker.datepicker-dropdown .datepicker-days .active,
.theme-lime .datepicker.datepicker-dropdown .datepicker-years .active,
.theme-lime .datepicker.datepicker-dropdown .datepicker-months .active {
  background: #8D8B00;
}

.theme-lime .datepicker.datepicker-dropdown .datepicker-days .active:hover,
.theme-lime .datepicker.datepicker-dropdown .datepicker-years .active:hover,
.theme-lime .datepicker.datepicker-dropdown .datepicker-months .active:hover {
  background: #6d941e;
}

.theme-lime .form-wizard .wizard-steps li.active .single-step .title {
  background: #8D8B00;
}

.theme-lime .btn.btn-primary {
  background: #8D8B00;
}

.theme-lime.login {
  background: #8D8B00;
}

.theme-lime a {
  color: #8D8B00;
}

.theme-lime .btn {
  color: #222;
}

.theme-lime .btn.btn-primary {
  background: #8D8B00;
  color: #fff;
}

.theme-lime .btn.btn-inverse,
.theme-lime .btn.btn-success,
.theme-lime .btn.btn-danger {
  color: #fff;
}

.theme-lime.locked {
  background: #8D8B00 !important;
}

.theme-lime.locked .pull-left a {
  background: #5d7f19;
}

.theme-lime.locked .pull-left a:hover {
  background: #3e5511;
}

.theme-lime #navigation {
  background: #8D8B00;
}

.theme-lime #navigation .toggle-mobile {
  background: #5d7f19;
}

.theme-lime #navigation .mobile-nav.open {
  background: #8D8B00;
}

.theme-lime #navigation .mobile-nav.open > li.active > a {
  background: #3e5511;
}

.theme-lime #navigation .mobile-nav.open > li.active > ul {
  background: #3e5511;
}

.theme-lime #navigation .mobile-nav.open > li > a {
  background: #5d7f19;
}

.theme-lime #navigation .mobile-nav.open > li > ul {
  background: #5d7f19;
}

.theme-lime #navigation .main-nav > li.active > a:hover {
  background: #fff;
}

.theme-lime #navigation .main-nav > li.active.open > a {
  background: #fff;
}

.theme-lime #navigation .main-nav > li.open > a {
  background: #5d7f19;
}

.theme-lime #navigation .main-nav > li > a:hover {
  background: #5d7f19;
}

.theme-lime #navigation .user .icon-nav > li > a:hover {
  background: #5d7f19;
}

.theme-lime #navigation .user .dropdown.open {
  background: #5d7f19;
}

.theme-lime #navigation .user .dropdown > a:hover {
  background: #5d7f19;
}

.theme-lime #navigation .dropdown-menu {
  border-color: #8D8B00;
}

.theme-lime #navigation .dropdown-menu > li > a:hover {
  background: #8D8B00;
}

.theme-lime .search-form .search-pane button[type=submit] {
  background: #8D8B00;
}

.theme-lime .messages > li.insert .submit button {
  background: #8D8B00;
}

.theme-lime .messages > li.right .name {
  color: #0f1504;
}

.theme-lime .messages > li.right .message {
  background: #e1f2bf;
}

.theme-lime .messages > li.right .message p {
  color: #2e3f0d;
}

.theme-lime .messages > li.right .message .time {
  color: #2e3f0d;
}

.theme-lime .messages > li.right .message .caret {
  border-left: 7px solid #e1f2bf;
}

.theme-lime .letterbox .letter > li.active {
  background: #8D8B00;
}

.theme-lime .fullcalendar .fc-content .fc-event .fc-event-inner {
  background: #8D8B00;
}

.theme-lime .fullcalendar .fc-button.fc-state-active {
  background: #8D8B00;
}

.theme-lime .fullcalendar .fc-button.fc-state-active:hover {
  background: #8D8B00;
}

.theme-lime .table.table-user tr.alpha td.alpha-val span, .theme-lime figure.table > table.table-user tr.alpha td.alpha-val span {
  background: #8D8B00;
}

.theme-lime .tagsinput#textfield_tagsinput .tag,
.theme-lime .ms-container .multi-custom-header,
.theme-lime .slider .ui-slider-handle,
.theme-lime .form-wizard .wizard-steps li.active .single-step .title,
.theme-lime .user-list h4,
.theme-lime .user-list .h4,
.theme-lime .nav.nav-pills > li.active > a,
.theme-lime .nav.nav-list > li.active > a,
.theme-lime .table.table-colored-header thead th,
.theme-lime figure.table > table.table-colored-header thead th,
.theme-lime .table.table-colored-header thead td,
.theme-lime figure.table > table.table-colored-header thead td,
.theme-lime .dataTables_wrapper .dataTables_paginate > span > a.paginate_active,
.theme-lime .elfinder-navbar .ui-state-active,
.theme-lime .pagination.pagination-custom li.active a:hover,
.theme-lime .pagination.pagination-custom li.active a {
  background: #8D8B00;
}

.theme-lime .elfinder-navbar .ui-state-active {
  border-color: #8D8B00;
}

.theme-lime #main .box .box-title .tabs > li.active > a {
  background: #8D8B00;
}

.theme-lime #main .box.box-color .box-title {
  background: #8D8B00;
}

.theme-lime #main .box.box-color .box-title .tabs > li.active > a {
  background: #fff;
  color: #8D8B00;
}

.theme-lime #main .box.box-color .box-title .tabs > li > a:hover {
  color: #8D8B00;
}

.theme-lime #main .box.box-bordered.box-color .box-title {
  border-color: #8D8B00;
}

.theme-lime #main .box.box-bordered.box-color .box-content {
  border-color: #8D8B00;
}

/* Teal 
===================================*/
.font-teal {
  color: #00aba9;
}

ul > li.teal,
.label-teal {
  background: #00aba9;
}

.progress .bar.bar-teal {
  background: #00aba9;
}

.pricing-tables .pricing.teal > li.head {
  background: #00aba9;
}

.pricing-tables .pricing.teal > li.head .info {
  background: #00c4c2;
}

.pricing-tables .pricing.teal > li.head .name {
  background: #007877;
}

.btn.btn-teal {
  background: #00aba9;
  color: #fff !important;
}

.btn.btn-teal:hover {
  background: #007877;
}

.box.box-color.teal .box-title {
  background: #00aba9 !important;
}

.box.box-color.teal .box-title .actions > a:hover {
  color: #00aba9;
}

.box.box-color.teal .form-wizard .wizard-steps li.active .single-step .title {
  background: #00aba9;
}

.box.box-color.teal .btn.btn-primary {
  background: #00aba9;
}

.box.box-bordered.box-color.teal .box-title {
  border-color: #00aba9 !important;
}

.box.box-bordered.box-color.teal .box-content {
  border-color: #00aba9 !important;
}

.box.box-bordered.box-color.teal .slimScrollDiv {
  border-bottom: 2px solid #00aba9;
}

.timeline > li .timeline-content .left .icon.teal {
  background: #00aba9;
}

.theme-teal .mobile-sidebar-toggle {
  color: #fff;
}

.theme-teal #navigation .dropdown-menu {
  border-color: #00aba9;
}

.theme-teal #navigation .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  border-top: 2px solid #00aba9;
}

.theme-teal #navigation .dropdown-menu > li.dropdown-submenu:hover > a,
.theme-teal #navigation .dropdown-menu > li.dropdown-submenu:focus > a {
  background: #00aba9;
}

.theme-teal #navigation .dropdown-menu > li > a:hover {
  background: #00aba9;
}

.theme-teal .datepicker.datepicker-dropdown .datepicker-days .active,
.theme-teal .datepicker.datepicker-dropdown .datepicker-years .active,
.theme-teal .datepicker.datepicker-dropdown .datepicker-months .active {
  background: #00aba9;
}

.theme-teal .datepicker.datepicker-dropdown .datepicker-days .active:hover,
.theme-teal .datepicker.datepicker-dropdown .datepicker-years .active:hover,
.theme-teal .datepicker.datepicker-dropdown .datepicker-months .active:hover {
  background: #007877;
}

.theme-teal .form-wizard .wizard-steps li.active .single-step .title {
  background: #00aba9;
}

.theme-teal .btn.btn-primary {
  background: #00aba9;
}

.theme-teal.login {
  background: #00aba9;
}

.theme-teal a {
  color: #00aba9;
}

.theme-teal .btn {
  color: #222;
}

.theme-teal .btn.btn-primary {
  background: #00aba9;
  color: #fff;
}

.theme-teal .btn.btn-inverse,
.theme-teal .btn.btn-success,
.theme-teal .btn.btn-danger {
  color: #fff;
}

.theme-teal.locked {
  background: #00aba9 !important;
}

.theme-teal.locked .pull-left a {
  background: #005e5d;
}

.theme-teal.locked .pull-left a:hover {
  background: #002b2b;
}

.theme-teal #navigation {
  background: #00aba9;
}

.theme-teal #navigation .toggle-mobile {
  background: #005e5d;
}

.theme-teal #navigation .mobile-nav.open {
  background: #00aba9;
}

.theme-teal #navigation .mobile-nav.open > li.active > a {
  background: #002b2b;
}

.theme-teal #navigation .mobile-nav.open > li.active > ul {
  background: #002b2b;
}

.theme-teal #navigation .mobile-nav.open > li > a {
  background: #005e5d;
}

.theme-teal #navigation .mobile-nav.open > li > ul {
  background: #005e5d;
}

.theme-teal #navigation .main-nav > li.active > a:hover {
  background: #fff;
}

.theme-teal #navigation .main-nav > li.active.open > a {
  background: #fff;
}

.theme-teal #navigation .main-nav > li.open > a {
  background: #005e5d;
}

.theme-teal #navigation .main-nav > li > a:hover {
  background: #005e5d;
}

.theme-teal #navigation .user .icon-nav > li > a:hover {
  background: #005e5d;
}

.theme-teal #navigation .user .dropdown.open {
  background: #005e5d;
}

.theme-teal #navigation .user .dropdown > a:hover {
  background: #005e5d;
}

.theme-teal #navigation .dropdown-menu {
  border-color: #00aba9;
}

.theme-teal #navigation .dropdown-menu > li > a:hover {
  background: #00aba9;
}

.theme-teal .search-form .search-pane button[type=submit] {
  background: #00aba9;
}

.theme-teal .messages > li.insert .submit button {
  background: #00aba9;
}

.theme-teal .messages > li.right .name {
  color: black;
}

.theme-teal .messages > li.right .message {
  background: #78fffd;
}

.theme-teal .messages > li.right .message p {
  color: #001212;
}

.theme-teal .messages > li.right .message .time {
  color: #001212;
}

.theme-teal .messages > li.right .message .caret {
  border-left: 7px solid #78fffd;
}

.theme-teal .letterbox .letter > li.active {
  background: #00aba9;
}

.theme-teal .fullcalendar .fc-content .fc-event .fc-event-inner {
  background: #00aba9;
}

.theme-teal .fullcalendar .fc-button.fc-state-active {
  background: #00aba9;
}

.theme-teal .fullcalendar .fc-button.fc-state-active:hover {
  background: #00aba9;
}

.theme-teal .table.table-user tr.alpha td.alpha-val span, .theme-teal figure.table > table.table-user tr.alpha td.alpha-val span {
  background: #00aba9;
}

.theme-teal .tagsinput#textfield_tagsinput .tag,
.theme-teal .ms-container .multi-custom-header,
.theme-teal .slider .ui-slider-handle,
.theme-teal .form-wizard .wizard-steps li.active .single-step .title,
.theme-teal .user-list h4,
.theme-teal .user-list .h4,
.theme-teal .nav.nav-pills > li.active > a,
.theme-teal .nav.nav-list > li.active > a,
.theme-teal .table.table-colored-header thead th,
.theme-teal figure.table > table.table-colored-header thead th,
.theme-teal .table.table-colored-header thead td,
.theme-teal figure.table > table.table-colored-header thead td,
.theme-teal .dataTables_wrapper .dataTables_paginate > span > a.paginate_active,
.theme-teal .elfinder-navbar .ui-state-active,
.theme-teal .pagination.pagination-custom li.active a:hover,
.theme-teal .pagination.pagination-custom li.active a {
  background: #00aba9;
}

.theme-teal .elfinder-navbar .ui-state-active {
  border-color: #00aba9;
}

.theme-teal #main .box .box-title .tabs > li.active > a {
  background: #00aba9;
}

.theme-teal #main .box.box-color .box-title {
  background: #00aba9;
}

.theme-teal #main .box.box-color .box-title .tabs > li.active > a {
  background: #fff;
  color: #00aba9;
}

.theme-teal #main .box.box-color .box-title .tabs > li > a:hover {
  color: #00aba9;
}

.theme-teal #main .box.box-bordered.box-color .box-title {
  border-color: #00aba9;
}

.theme-teal #main .box.box-bordered.box-color .box-content {
  border-color: #00aba9;
}

/* Purple 
===================================*/
.font-purple {
  color: #ff0097;
}

ul > li.purple,
.label-purple {
  background: #ff0097;
}

.progress .bar.bar-purple {
  background: #ff0097;
}

.pricing-tables .pricing.purple > li.head {
  background: #ff0097;
}

.pricing-tables .pricing.purple > li.head .info {
  background: #ff1aa1;
}

.pricing-tables .pricing.purple > li.head .name {
  background: #cc0079;
}

.btn.btn-purple {
  background: #ff0097;
  color: #fff !important;
}

.btn.btn-purple:hover {
  background: #cc0079;
}

.box.box-color.purple .box-title {
  background: #ff0097 !important;
}

.box.box-color.purple .box-title .actions > a:hover {
  color: #ff0097;
}

.box.box-color.purple .form-wizard .wizard-steps li.active .single-step .title {
  background: #ff0097;
}

.box.box-color.purple .btn.btn-primary {
  background: #ff0097;
}

.box.box-bordered.box-color.purple .box-title {
  border-color: #ff0097 !important;
}

.box.box-bordered.box-color.purple .box-content {
  border-color: #ff0097 !important;
}

.box.box-bordered.box-color.purple .slimScrollDiv {
  border-bottom: 2px solid #ff0097;
}

.timeline > li .timeline-content .left .icon.purple {
  background: #ff0097;
}

.theme-purple .mobile-sidebar-toggle {
  color: #fff;
}

.theme-purple #navigation .dropdown-menu {
  border-color: #ff0097;
}

.theme-purple #navigation .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  border-top: 2px solid #ff0097;
}

.theme-purple #navigation .dropdown-menu > li.dropdown-submenu:hover > a,
.theme-purple #navigation .dropdown-menu > li.dropdown-submenu:focus > a {
  background: #ff0097;
}

.theme-purple #navigation .dropdown-menu > li > a:hover {
  background: #ff0097;
}

.theme-purple .datepicker.datepicker-dropdown .datepicker-days .active,
.theme-purple .datepicker.datepicker-dropdown .datepicker-years .active,
.theme-purple .datepicker.datepicker-dropdown .datepicker-months .active {
  background: #ff0097;
}

.theme-purple .datepicker.datepicker-dropdown .datepicker-days .active:hover,
.theme-purple .datepicker.datepicker-dropdown .datepicker-years .active:hover,
.theme-purple .datepicker.datepicker-dropdown .datepicker-months .active:hover {
  background: #cc0079;
}

.theme-purple .form-wizard .wizard-steps li.active .single-step .title {
  background: #ff0097;
}

.theme-purple .btn.btn-primary {
  background: #ff0097;
}

.theme-purple.login {
  background: #ff0097;
}

.theme-purple a {
  color: #ff0097;
}

.theme-purple .btn {
  color: #222;
}

.theme-purple .btn.btn-primary {
  background: #ff0097;
  color: #fff;
}

.theme-purple .btn.btn-inverse,
.theme-purple .btn.btn-success,
.theme-purple .btn.btn-danger {
  color: #fff;
}

.theme-purple.locked {
  background: #ff0097 !important;
}

.theme-purple.locked .pull-left a {
  background: #b3006a;
}

.theme-purple.locked .pull-left a:hover {
  background: #80004b;
}

.theme-purple #navigation {
  background: #ff0097;
}

.theme-purple #navigation .toggle-mobile {
  background: #b3006a;
}

.theme-purple #navigation .mobile-nav.open {
  background: #ff0097;
}

.theme-purple #navigation .mobile-nav.open > li.active > a {
  background: #80004b;
}

.theme-purple #navigation .mobile-nav.open > li.active > ul {
  background: #80004b;
}

.theme-purple #navigation .mobile-nav.open > li > a {
  background: #b3006a;
}

.theme-purple #navigation .mobile-nav.open > li > ul {
  background: #b3006a;
}

.theme-purple #navigation .main-nav > li.active > a:hover {
  background: #fff;
}

.theme-purple #navigation .main-nav > li.active.open > a {
  background: #fff;
}

.theme-purple #navigation .main-nav > li.open > a {
  background: #b3006a;
}

.theme-purple #navigation .main-nav > li > a:hover {
  background: #b3006a;
}

.theme-purple #navigation .user .icon-nav > li > a:hover {
  background: #b3006a;
}

.theme-purple #navigation .user .dropdown.open {
  background: #b3006a;
}

.theme-purple #navigation .user .dropdown > a:hover {
  background: #b3006a;
}

.theme-purple #navigation .dropdown-menu {
  border-color: #ff0097;
}

.theme-purple #navigation .dropdown-menu > li > a:hover {
  background: #ff0097;
}

.theme-purple .search-form .search-pane button[type=submit] {
  background: #ff0097;
}

.theme-purple .messages > li.insert .submit button {
  background: #ff0097;
}

.theme-purple .messages > li.right .name {
  color: #33001e;
}

.theme-purple .messages > li.right .message {
  background: #ffccea;
}

.theme-purple .messages > li.right .message p {
  color: #66003c;
}

.theme-purple .messages > li.right .message .time {
  color: #66003c;
}

.theme-purple .messages > li.right .message .caret {
  border-left: 7px solid #ffccea;
}

.theme-purple .letterbox .letter > li.active {
  background: #ff0097;
}

.theme-purple .fullcalendar .fc-content .fc-event .fc-event-inner {
  background: #ff0097;
}

.theme-purple .fullcalendar .fc-button.fc-state-active {
  background: #ff0097;
}

.theme-purple .fullcalendar .fc-button.fc-state-active:hover {
  background: #ff0097;
}

.theme-purple .table.table-user tr.alpha td.alpha-val span, .theme-purple figure.table > table.table-user tr.alpha td.alpha-val span {
  background: #ff0097;
}

.theme-purple .tagsinput#textfield_tagsinput .tag,
.theme-purple .ms-container .multi-custom-header,
.theme-purple .slider .ui-slider-handle,
.theme-purple .form-wizard .wizard-steps li.active .single-step .title,
.theme-purple .user-list h4,
.theme-purple .user-list .h4,
.theme-purple .nav.nav-pills > li.active > a,
.theme-purple .nav.nav-list > li.active > a,
.theme-purple .table.table-colored-header thead th,
.theme-purple figure.table > table.table-colored-header thead th,
.theme-purple .table.table-colored-header thead td,
.theme-purple figure.table > table.table-colored-header thead td,
.theme-purple .dataTables_wrapper .dataTables_paginate > span > a.paginate_active,
.theme-purple .elfinder-navbar .ui-state-active,
.theme-purple .pagination.pagination-custom li.active a:hover,
.theme-purple .pagination.pagination-custom li.active a {
  background: #ff0097;
}

.theme-purple .elfinder-navbar .ui-state-active {
  border-color: #ff0097;
}

.theme-purple #main .box .box-title .tabs > li.active > a {
  background: #ff0097;
}

.theme-purple #main .box.box-color .box-title {
  background: #ff0097;
}

.theme-purple #main .box.box-color .box-title .tabs > li.active > a {
  background: #fff;
  color: #ff0097;
}

.theme-purple #main .box.box-color .box-title .tabs > li > a:hover {
  color: #ff0097;
}

.theme-purple #main .box.box-bordered.box-color .box-title {
  border-color: #ff0097;
}

.theme-purple #main .box.box-bordered.box-color .box-content {
  border-color: #ff0097;
}

/* Brown 
===================================*/
.font-brown {
  color: #a05000;
}

ul > li.brown,
.label-brown {
  background: #a05000;
}

.progress .bar.bar-brown {
  background: #a05000;
}

.pricing-tables .pricing.brown > li.head {
  background: #a05000;
}

.pricing-tables .pricing.brown > li.head .info {
  background: #ba5d00;
}

.pricing-tables .pricing.brown > li.head .name {
  background: #6d3700;
}

.btn.btn-brown {
  background: #a05000;
  color: #fff !important;
}

.btn.btn-brown:hover {
  background: #6d3700;
}

.box.box-color.brown .box-title {
  background: #a05000 !important;
}

.box.box-color.brown .box-title .actions > a:hover {
  color: #a05000;
}

.box.box-color.brown .form-wizard .wizard-steps li.active .single-step .title {
  background: #a05000;
}

.box.box-color.brown .btn.btn-primary {
  background: #a05000;
}

.box.box-bordered.box-color.brown .box-title {
  border-color: #a05000 !important;
}

.box.box-bordered.box-color.brown .box-content {
  border-color: #a05000 !important;
}

.box.box-bordered.box-color.brown .slimScrollDiv {
  border-bottom: 2px solid #a05000;
}

.timeline > li .timeline-content .left .icon.brown {
  background: #a05000;
}

.theme-brown .mobile-sidebar-toggle {
  color: #fff;
}

.theme-brown #navigation .dropdown-menu {
  border-color: #a05000;
}

.theme-brown #navigation .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  border-top: 2px solid #a05000;
}

.theme-brown #navigation .dropdown-menu > li.dropdown-submenu:hover > a,
.theme-brown #navigation .dropdown-menu > li.dropdown-submenu:focus > a {
  background: #a05000;
}

.theme-brown #navigation .dropdown-menu > li > a:hover {
  background: #a05000;
}

.theme-brown .datepicker.datepicker-dropdown .datepicker-days .active,
.theme-brown .datepicker.datepicker-dropdown .datepicker-years .active,
.theme-brown .datepicker.datepicker-dropdown .datepicker-months .active {
  background: #a05000;
}

.theme-brown .datepicker.datepicker-dropdown .datepicker-days .active:hover,
.theme-brown .datepicker.datepicker-dropdown .datepicker-years .active:hover,
.theme-brown .datepicker.datepicker-dropdown .datepicker-months .active:hover {
  background: #6d3700;
}

.theme-brown .form-wizard .wizard-steps li.active .single-step .title {
  background: #a05000;
}

.theme-brown .btn.btn-primary {
  background: #a05000;
}

.theme-brown.login {
  background: #a05000;
}

.theme-brown a {
  color: #a05000;
}

.theme-brown .btn {
  color: #222;
}

.theme-brown .btn.btn-primary {
  background: #a05000;
  color: #fff;
}

.theme-brown .btn.btn-inverse,
.theme-brown .btn.btn-success,
.theme-brown .btn.btn-danger {
  color: #fff;
}

.theme-brown.locked {
  background: #a05000 !important;
}

.theme-brown.locked .pull-left a {
  background: #532a00;
}

.theme-brown.locked .pull-left a:hover {
  background: #201000;
}

.theme-brown #navigation {
  background: #a05000;
}

.theme-brown #navigation .toggle-mobile {
  background: #532a00;
}

.theme-brown #navigation .mobile-nav.open {
  background: #a05000;
}

.theme-brown #navigation .mobile-nav.open > li.active > a {
  background: #201000;
}

.theme-brown #navigation .mobile-nav.open > li.active > ul {
  background: #201000;
}

.theme-brown #navigation .mobile-nav.open > li > a {
  background: #532a00;
}

.theme-brown #navigation .mobile-nav.open > li > ul {
  background: #532a00;
}

.theme-brown #navigation .main-nav > li.active > a:hover {
  background: #fff;
}

.theme-brown #navigation .main-nav > li.active.open > a {
  background: #fff;
}

.theme-brown #navigation .main-nav > li.open > a {
  background: #532a00;
}

.theme-brown #navigation .main-nav > li > a:hover {
  background: #532a00;
}

.theme-brown #navigation .user .icon-nav > li > a:hover {
  background: #532a00;
}

.theme-brown #navigation .user .dropdown.open {
  background: #532a00;
}

.theme-brown #navigation .user .dropdown > a:hover {
  background: #532a00;
}

.theme-brown #navigation .dropdown-menu {
  border-color: #a05000;
}

.theme-brown #navigation .dropdown-menu > li > a:hover {
  background: #a05000;
}

.theme-brown .search-form .search-pane button[type=submit] {
  background: #a05000;
}

.theme-brown .messages > li.insert .submit button {
  background: #a05000;
}

.theme-brown .messages > li.right .name {
  color: black;
}

.theme-brown .messages > li.right .message {
  background: #ffb66d;
}

.theme-brown .messages > li.right .message p {
  color: #070300;
}

.theme-brown .messages > li.right .message .time {
  color: #070300;
}

.theme-brown .messages > li.right .message .caret {
  border-left: 7px solid #ffb66d;
}

.theme-brown .letterbox .letter > li.active {
  background: #a05000;
}

.theme-brown .fullcalendar .fc-content .fc-event .fc-event-inner {
  background: #a05000;
}

.theme-brown .fullcalendar .fc-button.fc-state-active {
  background: #a05000;
}

.theme-brown .fullcalendar .fc-button.fc-state-active:hover {
  background: #a05000;
}

.theme-brown .table.table-user tr.alpha td.alpha-val span, .theme-brown figure.table > table.table-user tr.alpha td.alpha-val span {
  background: #a05000;
}

.theme-brown .tagsinput#textfield_tagsinput .tag,
.theme-brown .ms-container .multi-custom-header,
.theme-brown .slider .ui-slider-handle,
.theme-brown .form-wizard .wizard-steps li.active .single-step .title,
.theme-brown .user-list h4,
.theme-brown .user-list .h4,
.theme-brown .nav.nav-pills > li.active > a,
.theme-brown .nav.nav-list > li.active > a,
.theme-brown .table.table-colored-header thead th,
.theme-brown figure.table > table.table-colored-header thead th,
.theme-brown .table.table-colored-header thead td,
.theme-brown figure.table > table.table-colored-header thead td,
.theme-brown .dataTables_wrapper .dataTables_paginate > span > a.paginate_active,
.theme-brown .elfinder-navbar .ui-state-active,
.theme-brown .pagination.pagination-custom li.active a:hover,
.theme-brown .pagination.pagination-custom li.active a {
  background: #a05000;
}

.theme-brown .elfinder-navbar .ui-state-active {
  border-color: #a05000;
}

.theme-brown #main .box .box-title .tabs > li.active > a {
  background: #a05000;
}

.theme-brown #main .box.box-color .box-title {
  background: #a05000;
}

.theme-brown #main .box.box-color .box-title .tabs > li.active > a {
  background: #fff;
  color: #a05000;
}

.theme-brown #main .box.box-color .box-title .tabs > li > a:hover {
  color: #a05000;
}

.theme-brown #main .box.box-bordered.box-color .box-title {
  border-color: #a05000;
}

.theme-brown #main .box.box-bordered.box-color .box-content {
  border-color: #a05000;
}

/* Pink 
===================================*/
.font-pink {
  color: #e671b8;
}

ul > li.pink,
.label-pink {
  background: #e671b8;
}

.progress .bar.bar-pink {
  background: #e671b8;
}

.pricing-tables .pricing.pink > li.head {
  background: #e671b8;
}

.pricing-tables .pricing.pink > li.head .info {
  background: #ea87c3;
}

.pricing-tables .pricing.pink > li.head .name {
  background: #de46a2;
}

.btn.btn-pink {
  background: #e671b8;
  color: #fff !important;
}

.btn.btn-pink:hover {
  background: #de46a2;
}

.box.box-color.pink .box-title {
  background: #e671b8 !important;
}

.box.box-color.pink .box-title h3, .box.box-color.pink .box-title .h3 {
  color: #222;
}

.box.box-color.pink .box-title .actions > a:hover {
  color: #e671b8;
}

.box.box-color.pink .form-wizard .wizard-steps li.active .single-step .title {
  background: #e671b8;
}

.box.box-color.pink .btn.btn-primary {
  background: #e671b8;
}

.box.box-bordered.box-color.pink .box-title {
  border-color: #e671b8 !important;
}

.box.box-bordered.box-color.pink .box-content {
  border-color: #e671b8 !important;
}

.box.box-bordered.box-color.pink .slimScrollDiv {
  border-bottom: 2px solid #e671b8;
}

.timeline > li .timeline-content .left .icon.pink {
  background: #e671b8;
}

.theme-pink .mobile-sidebar-toggle {
  color: #fff;
}

.theme-pink #navigation .dropdown-menu {
  border-color: #e671b8;
}

.theme-pink #navigation .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  border-top: 2px solid #e671b8;
}

.theme-pink #navigation .dropdown-menu > li.dropdown-submenu:hover > a,
.theme-pink #navigation .dropdown-menu > li.dropdown-submenu:focus > a {
  background: #e671b8;
}

.theme-pink #navigation .dropdown-menu > li > a:hover {
  background: #e671b8;
}

.theme-pink .datepicker.datepicker-dropdown .datepicker-days .active,
.theme-pink .datepicker.datepicker-dropdown .datepicker-years .active,
.theme-pink .datepicker.datepicker-dropdown .datepicker-months .active {
  background: #e671b8;
}

.theme-pink .datepicker.datepicker-dropdown .datepicker-days .active:hover,
.theme-pink .datepicker.datepicker-dropdown .datepicker-years .active:hover,
.theme-pink .datepicker.datepicker-dropdown .datepicker-months .active:hover {
  background: #de46a2;
}

.theme-pink .form-wizard .wizard-steps li.active .single-step .title {
  background: #e671b8;
}

.theme-pink .btn.btn-primary {
  background: #e671b8;
}

.theme-pink.login {
  background: #e671b8;
}

.theme-pink a {
  color: #e671b8;
}

.theme-pink .btn {
  color: #222;
}

.theme-pink .btn.btn-primary {
  background: #e671b8;
  color: #fff;
}

.theme-pink .btn.btn-inverse,
.theme-pink .btn.btn-success,
.theme-pink .btn.btn-danger {
  color: #fff;
}

.theme-pink.locked {
  background: #e671b8 !important;
}

.theme-pink.locked .pull-left a {
  background: #db3097;
}

.theme-pink.locked .pull-left a:hover {
  background: #b7207c;
}

.theme-pink #navigation {
  background: #e671b8;
}

.theme-pink #navigation .toggle-mobile {
  background: #db3097;
}

.theme-pink #navigation .mobile-nav.open {
  background: #e671b8;
}

.theme-pink #navigation .mobile-nav.open > li.active > a {
  background: #b7207c;
}

.theme-pink #navigation .mobile-nav.open > li.active > ul {
  background: #b7207c;
}

.theme-pink #navigation .mobile-nav.open > li > a {
  background: #db3097;
}

.theme-pink #navigation .mobile-nav.open > li > ul {
  background: #db3097;
}

.theme-pink #navigation .main-nav > li.active > a:hover {
  background: #fff;
}

.theme-pink #navigation .main-nav > li.active.open > a {
  background: #fff;
}

.theme-pink #navigation .main-nav > li.open > a {
  background: #db3097;
}

.theme-pink #navigation .main-nav > li > a:hover {
  background: #db3097;
}

.theme-pink #navigation .user .icon-nav > li > a:hover {
  background: #db3097;
}

.theme-pink #navigation .user .dropdown.open {
  background: #db3097;
}

.theme-pink #navigation .user .dropdown > a:hover {
  background: #db3097;
}

.theme-pink #navigation .dropdown-menu {
  border-color: #e671b8;
}

.theme-pink #navigation .dropdown-menu > li > a:hover {
  background: #e671b8;
}

.theme-pink .search-form .search-pane button[type=submit] {
  background: #e671b8;
}

.theme-pink .messages > li.insert .submit button {
  background: #e671b8;
}

.theme-pink .messages > li.right .name {
  color: #761550;
}

.theme-pink .messages > li.right .message {
  background: white;
}

.theme-pink .messages > li.right .message p {
  color: #a21c6d;
}

.theme-pink .messages > li.right .message .time {
  color: #a21c6d;
}

.theme-pink .messages > li.right .message .caret {
  border-left: 7px solid white;
}

.theme-pink .letterbox .letter > li.active {
  background: #e671b8;
}

.theme-pink .fullcalendar .fc-content .fc-event .fc-event-inner {
  background: #e671b8;
}

.theme-pink .fullcalendar .fc-button.fc-state-active {
  background: #e671b8;
}

.theme-pink .fullcalendar .fc-button.fc-state-active:hover {
  background: #e671b8;
}

.theme-pink .table.table-user tr.alpha td.alpha-val span, .theme-pink figure.table > table.table-user tr.alpha td.alpha-val span {
  background: #e671b8;
}

.theme-pink .tagsinput#textfield_tagsinput .tag,
.theme-pink .ms-container .multi-custom-header,
.theme-pink .slider .ui-slider-handle,
.theme-pink .form-wizard .wizard-steps li.active .single-step .title,
.theme-pink .user-list h4,
.theme-pink .user-list .h4,
.theme-pink .nav.nav-pills > li.active > a,
.theme-pink .nav.nav-list > li.active > a,
.theme-pink .table.table-colored-header thead th,
.theme-pink figure.table > table.table-colored-header thead th,
.theme-pink .table.table-colored-header thead td,
.theme-pink figure.table > table.table-colored-header thead td,
.theme-pink .dataTables_wrapper .dataTables_paginate > span > a.paginate_active,
.theme-pink .elfinder-navbar .ui-state-active,
.theme-pink .pagination.pagination-custom li.active a:hover,
.theme-pink .pagination.pagination-custom li.active a {
  background: #e671b8;
}

.theme-pink .elfinder-navbar .ui-state-active {
  border-color: #e671b8;
}

.theme-pink #main .box .box-title .tabs > li.active > a {
  background: #e671b8;
}

.theme-pink #main .box.box-color .box-title {
  background: #e671b8;
}

.theme-pink #main .box.box-color .box-title .tabs > li.active > a {
  background: #fff;
  color: #e671b8;
}

.theme-pink #main .box.box-color .box-title .tabs > li > a:hover {
  color: #e671b8;
}

.theme-pink #main .box.box-bordered.box-color .box-title {
  border-color: #e671b8;
}

.theme-pink #main .box.box-bordered.box-color .box-content {
  border-color: #e671b8;
}

/* Magenta 
===================================*/
.font-magenta {
  color: #a200ff;
}

ul > li.magenta,
.label-magenta {
  background: #a200ff;
}

.progress .bar.bar-magenta {
  background: #a200ff;
}

.pricing-tables .pricing.magenta > li.head {
  background: #a200ff;
}

.pricing-tables .pricing.magenta > li.head .info {
  background: #ab1aff;
}

.pricing-tables .pricing.magenta > li.head .name {
  background: #8200cc;
}

.btn.btn-magenta {
  background: #a200ff;
  color: #fff !important;
}

.btn.btn-magenta:hover {
  background: #8200cc;
}

.box.box-color.magenta .box-title {
  background: #a200ff !important;
}

.box.box-color.magenta .box-title .actions > a:hover {
  color: #a200ff;
}

.box.box-color.magenta .form-wizard .wizard-steps li.active .single-step .title {
  background: #a200ff;
}

.box.box-color.magenta .btn.btn-primary {
  background: #a200ff;
}

.box.box-bordered.box-color.magenta .box-title {
  border-color: #a200ff !important;
}

.box.box-bordered.box-color.magenta .box-content {
  border-color: #a200ff !important;
}

.box.box-bordered.box-color.magenta .slimScrollDiv {
  border-bottom: 2px solid #a200ff;
}

.timeline > li .timeline-content .left .icon.magenta {
  background: #a200ff;
}

.theme-magenta .mobile-sidebar-toggle {
  color: #fff;
}

.theme-magenta #navigation .dropdown-menu {
  border-color: #a200ff;
}

.theme-magenta #navigation .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  border-top: 2px solid #a200ff;
}

.theme-magenta #navigation .dropdown-menu > li.dropdown-submenu:hover > a,
.theme-magenta #navigation .dropdown-menu > li.dropdown-submenu:focus > a {
  background: #a200ff;
}

.theme-magenta #navigation .dropdown-menu > li > a:hover {
  background: #a200ff;
}

.theme-magenta .datepicker.datepicker-dropdown .datepicker-days .active,
.theme-magenta .datepicker.datepicker-dropdown .datepicker-years .active,
.theme-magenta .datepicker.datepicker-dropdown .datepicker-months .active {
  background: #a200ff;
}

.theme-magenta .datepicker.datepicker-dropdown .datepicker-days .active:hover,
.theme-magenta .datepicker.datepicker-dropdown .datepicker-years .active:hover,
.theme-magenta .datepicker.datepicker-dropdown .datepicker-months .active:hover {
  background: #8200cc;
}

.theme-magenta .form-wizard .wizard-steps li.active .single-step .title {
  background: #a200ff;
}

.theme-magenta .btn.btn-primary {
  background: #a200ff;
}

.theme-magenta.login {
  background: #a200ff;
}

.theme-magenta a {
  color: #a200ff;
}

.theme-magenta .btn {
  color: #222;
}

.theme-magenta .btn.btn-primary {
  background: #a200ff;
  color: #fff;
}

.theme-magenta .btn.btn-inverse,
.theme-magenta .btn.btn-success,
.theme-magenta .btn.btn-danger {
  color: #fff;
}

.theme-magenta.locked {
  background: #a200ff !important;
}

.theme-magenta.locked .pull-left a {
  background: #7100b3;
}

.theme-magenta.locked .pull-left a:hover {
  background: #510080;
}

.theme-magenta #navigation {
  background: #a200ff;
}

.theme-magenta #navigation .toggle-mobile {
  background: #7100b3;
}

.theme-magenta #navigation .mobile-nav.open {
  background: #a200ff;
}

.theme-magenta #navigation .mobile-nav.open > li.active > a {
  background: #510080;
}

.theme-magenta #navigation .mobile-nav.open > li.active > ul {
  background: #510080;
}

.theme-magenta #navigation .mobile-nav.open > li > a {
  background: #7100b3;
}

.theme-magenta #navigation .mobile-nav.open > li > ul {
  background: #7100b3;
}

.theme-magenta #navigation .main-nav > li.active > a:hover {
  background: #fff;
}

.theme-magenta #navigation .main-nav > li.active.open > a {
  background: #fff;
}

.theme-magenta #navigation .main-nav > li.open > a {
  background: #7100b3;
}

.theme-magenta #navigation .main-nav > li > a:hover {
  background: #7100b3;
}

.theme-magenta #navigation .user .icon-nav > li > a:hover {
  background: #7100b3;
}

.theme-magenta #navigation .user .dropdown.open {
  background: #7100b3;
}

.theme-magenta #navigation .user .dropdown > a:hover {
  background: #7100b3;
}

.theme-magenta #navigation .dropdown-menu {
  border-color: #a200ff;
}

.theme-magenta #navigation .dropdown-menu > li > a:hover {
  background: #a200ff;
}

.theme-magenta .search-form .search-pane button[type=submit] {
  background: #a200ff;
}

.theme-magenta .messages > li.insert .submit button {
  background: #a200ff;
}

.theme-magenta .messages > li.right .name {
  color: #200033;
}

.theme-magenta .messages > li.right .message {
  background: #ecccff;
}

.theme-magenta .messages > li.right .message p {
  color: #410066;
}

.theme-magenta .messages > li.right .message .time {
  color: #410066;
}

.theme-magenta .messages > li.right .message .caret {
  border-left: 7px solid #ecccff;
}

.theme-magenta .letterbox .letter > li.active {
  background: #a200ff;
}

.theme-magenta .fullcalendar .fc-content .fc-event .fc-event-inner {
  background: #a200ff;
}

.theme-magenta .fullcalendar .fc-button.fc-state-active {
  background: #a200ff;
}

.theme-magenta .fullcalendar .fc-button.fc-state-active:hover {
  background: #a200ff;
}

.theme-magenta .table.table-user tr.alpha td.alpha-val span, .theme-magenta figure.table > table.table-user tr.alpha td.alpha-val span {
  background: #a200ff;
}

.theme-magenta .tagsinput#textfield_tagsinput .tag,
.theme-magenta .ms-container .multi-custom-header,
.theme-magenta .slider .ui-slider-handle,
.theme-magenta .form-wizard .wizard-steps li.active .single-step .title,
.theme-magenta .user-list h4,
.theme-magenta .user-list .h4,
.theme-magenta .nav.nav-pills > li.active > a,
.theme-magenta .nav.nav-list > li.active > a,
.theme-magenta .table.table-colored-header thead th,
.theme-magenta figure.table > table.table-colored-header thead th,
.theme-magenta .table.table-colored-header thead td,
.theme-magenta figure.table > table.table-colored-header thead td,
.theme-magenta .dataTables_wrapper .dataTables_paginate > span > a.paginate_active,
.theme-magenta .elfinder-navbar .ui-state-active,
.theme-magenta .pagination.pagination-custom li.active a:hover,
.theme-magenta .pagination.pagination-custom li.active a {
  background: #a200ff;
}

.theme-magenta .elfinder-navbar .ui-state-active {
  border-color: #a200ff;
}

.theme-magenta #main .box .box-title .tabs > li.active > a {
  background: #a200ff;
}

.theme-magenta #main .box.box-color .box-title {
  background: #a200ff;
}

.theme-magenta #main .box.box-color .box-title .tabs > li.active > a {
  background: #fff;
  color: #a200ff;
}

.theme-magenta #main .box.box-color .box-title .tabs > li > a:hover {
  color: #a200ff;
}

.theme-magenta #main .box.box-bordered.box-color .box-title {
  border-color: #a200ff;
}

.theme-magenta #main .box.box-bordered.box-color .box-content {
  border-color: #a200ff;
}

/* Grey 
===================================*/
.font-grey {
  color: #222;
}

ul > li.grey,
.label-grey {
  background: #333333;
}

.progress .bar.bar-grey {
  background: #333333;
}

.pricing-tables .pricing.grey > li.head {
  background: #333333;
}

.pricing-tables .pricing.grey > li.head .info {
  background: #404040;
}

.pricing-tables .pricing.grey > li.head .name {
  background: #1a1a1a;
}

.btn.btn-grey {
  background: #333333;
  color: #fff !important;
}

.btn.btn-grey:hover {
  background: #1a1a1a;
}

.box.box-color.grey .box-title {
  background: #333333 !important;
}

.box.box-color.grey .box-title .actions > a:hover {
  color: #222;
}

.box.box-color.grey .form-wizard .wizard-steps li.active .single-step .title {
  background: #333333;
}

.box.box-color.grey .btn.btn-primary {
  background: #333333;
}

.box.box-bordered.box-color.grey .box-title {
  border-color: #333333 !important;
}

.box.box-bordered.box-color.grey .box-content {
  border-color: #333333 !important;
}

.box.box-bordered.box-color.grey .slimScrollDiv {
  border-bottom: 2px solid #333333;
}

.timeline > li .timeline-content .left .icon.grey {
  background: #333333;
}

.theme-grey .mobile-sidebar-toggle {
  color: #fff;
}

.theme-grey #navigation .dropdown-menu {
  border-color: #222;
}

.theme-grey #navigation .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  border-top: 2px solid #333333;
}

.theme-grey #navigation .dropdown-menu > li.dropdown-submenu:hover > a,
.theme-grey #navigation .dropdown-menu > li.dropdown-submenu:focus > a {
  background: #333333;
}

.theme-grey #navigation .dropdown-menu > li > a:hover {
  background: #333333;
}

.theme-grey .datepicker.datepicker-dropdown .datepicker-days .active,
.theme-grey .datepicker.datepicker-dropdown .datepicker-years .active,
.theme-grey .datepicker.datepicker-dropdown .datepicker-months .active {
  background: #333333;
}

.theme-grey .datepicker.datepicker-dropdown .datepicker-days .active:hover,
.theme-grey .datepicker.datepicker-dropdown .datepicker-years .active:hover,
.theme-grey .datepicker.datepicker-dropdown .datepicker-months .active:hover {
  background: #1a1a1a;
}

.theme-grey .form-wizard .wizard-steps li.active .single-step .title {
  background: #333333;
}

.theme-grey .btn.btn-primary {
  background: #333333;
}

.theme-grey.login {
  background: #333333;
}

.theme-grey a {
  color: #222;
}

.theme-grey .btn {
  color: #222;
}

.theme-grey .btn.btn-primary {
  background: #333333;
  color: #fff;
}

.theme-grey .btn.btn-inverse,
.theme-grey .btn.btn-success,
.theme-grey .btn.btn-danger {
  color: #fff;
}

.theme-grey.locked {
  background: #333333 !important;
}

.theme-grey.locked .pull-left a {
  background: #0d0d0d;
}

.theme-grey.locked .pull-left a:hover {
  background: black;
}

.theme-grey #navigation {
  background: #333333;
}

.theme-grey #navigation .toggle-mobile {
  background: #0d0d0d;
}

.theme-grey #navigation .mobile-nav.open {
  background: #333333;
}

.theme-grey #navigation .mobile-nav.open > li.active > a {
  background: black;
}

.theme-grey #navigation .mobile-nav.open > li.active > ul {
  background: black;
}

.theme-grey #navigation .mobile-nav.open > li > a {
  background: #0d0d0d;
}

.theme-grey #navigation .mobile-nav.open > li > ul {
  background: #0d0d0d;
}

.theme-grey #navigation .main-nav > li.active > a:hover {
  background: #fff;
}

.theme-grey #navigation .main-nav > li.active.open > a {
  background: #fff;
}

.theme-grey #navigation .main-nav > li.open > a {
  background: #0d0d0d;
}

.theme-grey #navigation .main-nav > li > a:hover {
  background: #0d0d0d;
}

.theme-grey #navigation .user .icon-nav > li > a:hover {
  background: #0d0d0d;
}

.theme-grey #navigation .user .dropdown.open {
  background: #0d0d0d;
}

.theme-grey #navigation .user .dropdown > a:hover {
  background: #0d0d0d;
}

.theme-grey #navigation .dropdown-menu {
  border-color: #222;
}

.theme-grey #navigation .dropdown-menu > li > a:hover {
  background: #333333;
}

.theme-grey .search-form .search-pane button[type=submit] {
  background: #333333;
}

.theme-grey .messages > li.insert .submit button {
  background: #333333;
}

.theme-grey .messages > li.right .name {
  color: black;
}

.theme-grey .messages > li.right .message {
  background: #999999;
}

.theme-grey .messages > li.right .message p {
  color: black;
}

.theme-grey .messages > li.right .message .time {
  color: black;
}

.theme-grey .messages > li.right .message .caret {
  border-left: 7px solid #999999;
}

.theme-grey .letterbox .letter > li.active {
  background: #333333;
}

.theme-grey .fullcalendar .fc-content .fc-event .fc-event-inner {
  background: #333333;
}

.theme-grey .fullcalendar .fc-button.fc-state-active {
  background: #333333;
}

.theme-grey .fullcalendar .fc-button.fc-state-active:hover {
  background: #333333;
}

.theme-grey .table.table-user tr.alpha td.alpha-val span, .theme-grey figure.table > table.table-user tr.alpha td.alpha-val span {
  background: #333333;
}

.theme-grey .tagsinput#textfield_tagsinput .tag,
.theme-grey .ms-container .multi-custom-header,
.theme-grey .slider .ui-slider-handle,
.theme-grey .form-wizard .wizard-steps li.active .single-step .title,
.theme-grey .user-list h4,
.theme-grey .user-list .h4,
.theme-grey .nav.nav-pills > li.active > a,
.theme-grey .nav.nav-list > li.active > a,
.theme-grey .table.table-colored-header thead th,
.theme-grey figure.table > table.table-colored-header thead th,
.theme-grey .table.table-colored-header thead td,
.theme-grey figure.table > table.table-colored-header thead td,
.theme-grey .dataTables_wrapper .dataTables_paginate > span > a.paginate_active,
.theme-grey .elfinder-navbar .ui-state-active,
.theme-grey .pagination.pagination-custom li.active a:hover,
.theme-grey .pagination.pagination-custom li.active a {
  background: #333333;
}

.theme-grey .elfinder-navbar .ui-state-active {
  border-color: #222;
}

.theme-grey #main .box .box-title .tabs > li.active > a {
  background: #333333;
}

.theme-grey #main .box.box-color .box-title {
  background: #333333;
}

.theme-grey #main .box.box-color .box-title .tabs > li.active > a {
  background: #fff;
  color: #222;
}

.theme-grey #main .box.box-color .box-title .tabs > li > a:hover {
  color: #222;
}

.theme-grey #main .box.box-bordered.box-color .box-title {
  border-color: #222;
}

.theme-grey #main .box.box-bordered.box-color .box-content {
  border-color: #222;
}

/* Darkblue 
===================================*/
.font-darkblue {
  color: #204e81;
}

ul > li.darkblue,
.label-darkblue {
  background: #204e81;
}

.progress .bar.bar-darkblue {
  background: #204e81;
}

.pricing-tables .pricing.darkblue > li.head {
  background: #204e81;
}

.pricing-tables .pricing.darkblue > li.head .info {
  background: #255a95;
}

.pricing-tables .pricing.darkblue > li.head .name {
  background: #163558;
}

.btn.btn-darkblue {
  background: #204e81;
  color: #fff !important;
}

.btn.btn-darkblue:hover {
  background: #163558;
}

.box.box-color.darkblue .box-title {
  background: #204e81 !important;
}

.box.box-color.darkblue .box-title .actions > a:hover {
  color: #204e81;
}

.box.box-color.darkblue .form-wizard .wizard-steps li.active .single-step .title {
  background: #204e81;
}

.box.box-color.darkblue .btn.btn-primary {
  background: #204e81;
}

.box.box-bordered.box-color.darkblue .box-title {
  border-color: #204e81 !important;
}

.box.box-bordered.box-color.darkblue .box-content {
  border-color: #204e81 !important;
}

.box.box-bordered.box-color.darkblue .slimScrollDiv {
  border-bottom: 2px solid #204e81;
}

.timeline > li .timeline-content .left .icon.darkblue {
  background: #204e81;
}

.theme-darkblue .mobile-sidebar-toggle {
  color: #fff;
}

.theme-darkblue #navigation .dropdown-menu {
  border-color: #204e81;
}

.theme-darkblue #navigation .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  border-top: 2px solid #204e81;
}

.theme-darkblue #navigation .dropdown-menu > li.dropdown-submenu:hover > a,
.theme-darkblue #navigation .dropdown-menu > li.dropdown-submenu:focus > a {
  background: #204e81;
}

.theme-darkblue #navigation .dropdown-menu > li > a:hover {
  background: #204e81;
}

.theme-darkblue .datepicker.datepicker-dropdown .datepicker-days .active,
.theme-darkblue .datepicker.datepicker-dropdown .datepicker-years .active,
.theme-darkblue .datepicker.datepicker-dropdown .datepicker-months .active {
  background: #204e81;
}

.theme-darkblue .datepicker.datepicker-dropdown .datepicker-days .active:hover,
.theme-darkblue .datepicker.datepicker-dropdown .datepicker-years .active:hover,
.theme-darkblue .datepicker.datepicker-dropdown .datepicker-months .active:hover {
  background: #163558;
}

.theme-darkblue .form-wizard .wizard-steps li.active .single-step .title {
  background: #204e81;
}

.theme-darkblue .btn.btn-primary {
  background: #204e81;
}

.theme-darkblue.login {
  background: #204e81;
}

.theme-darkblue a {
  color: #204e81;
}

.theme-darkblue .btn {
  color: #222;
}

.theme-darkblue .btn.btn-primary {
  background: #204e81;
  color: #fff;
}

.theme-darkblue .btn.btn-inverse,
.theme-darkblue .btn.btn-success,
.theme-darkblue .btn.btn-danger {
  color: #fff;
}

.theme-darkblue.locked {
  background: #204e81 !important;
}

.theme-darkblue.locked .pull-left a {
  background: #112944;
}

.theme-darkblue.locked .pull-left a:hover {
  background: #07101b;
}

.theme-darkblue #navigation {
  background: #204e81;
}

.theme-darkblue #navigation .toggle-mobile {
  background: #112944;
}

.theme-darkblue #navigation .mobile-nav.open {
  background: #204e81;
}

.theme-darkblue #navigation .mobile-nav.open > li.active > a {
  background: #07101b;
}

.theme-darkblue #navigation .mobile-nav.open > li.active > ul {
  background: #07101b;
}

.theme-darkblue #navigation .mobile-nav.open > li > a {
  background: #112944;
}

.theme-darkblue #navigation .mobile-nav.open > li > ul {
  background: #112944;
}

.theme-darkblue #navigation .main-nav > li.active > a:hover {
  background: #fff;
}

.theme-darkblue #navigation .main-nav > li.active.open > a {
  background: #fff;
}

.theme-darkblue #navigation .main-nav > li.open > a {
  background: #112944;
}

.theme-darkblue #navigation .main-nav > li > a:hover {
  background: #112944;
}

.theme-darkblue #navigation .user .icon-nav > li > a:hover {
  background: #112944;
}

.theme-darkblue #navigation .user .dropdown.open {
  background: #112944;
}

.theme-darkblue #navigation .user .dropdown > a:hover {
  background: #112944;
}

.theme-darkblue #navigation .dropdown-menu {
  border-color: #204e81;
}

.theme-darkblue #navigation .dropdown-menu > li > a:hover {
  background: #204e81;
}

.theme-darkblue .search-form .search-pane button[type=submit] {
  background: #204e81;
}

.theme-darkblue .messages > li.insert .submit button {
  background: #204e81;
}

.theme-darkblue .messages > li.right .name {
  color: black;
}

.theme-darkblue .messages > li.right .message {
  background: #8bb4e2;
}

.theme-darkblue .messages > li.right .message p {
  color: #020406;
}

.theme-darkblue .messages > li.right .message .time {
  color: #020406;
}

.theme-darkblue .messages > li.right .message .caret {
  border-left: 7px solid #8bb4e2;
}

.theme-darkblue .letterbox .letter > li.active {
  background: #204e81;
}

.theme-darkblue .fullcalendar .fc-content .fc-event .fc-event-inner {
  background: #204e81;
}

.theme-darkblue .fullcalendar .fc-button.fc-state-active {
  background: #204e81;
}

.theme-darkblue .fullcalendar .fc-button.fc-state-active:hover {
  background: #204e81;
}

.theme-darkblue .table.table-user tr.alpha td.alpha-val span, .theme-darkblue figure.table > table.table-user tr.alpha td.alpha-val span {
  background: #204e81;
}

.theme-darkblue .tagsinput#textfield_tagsinput .tag,
.theme-darkblue .ms-container .multi-custom-header,
.theme-darkblue .slider .ui-slider-handle,
.theme-darkblue .form-wizard .wizard-steps li.active .single-step .title,
.theme-darkblue .user-list h4,
.theme-darkblue .user-list .h4,
.theme-darkblue .nav.nav-pills > li.active > a,
.theme-darkblue .nav.nav-list > li.active > a,
.theme-darkblue .table.table-colored-header thead th,
.theme-darkblue figure.table > table.table-colored-header thead th,
.theme-darkblue .table.table-colored-header thead td,
.theme-darkblue figure.table > table.table-colored-header thead td,
.theme-darkblue .dataTables_wrapper .dataTables_paginate > span > a.paginate_active,
.theme-darkblue .elfinder-navbar .ui-state-active,
.theme-darkblue .pagination.pagination-custom li.active a:hover,
.theme-darkblue .pagination.pagination-custom li.active a {
  background: #204e81;
}

.theme-darkblue .elfinder-navbar .ui-state-active {
  border-color: #204e81;
}

.theme-darkblue #main .box .box-title .tabs > li.active > a {
  background: #204e81;
}

.theme-darkblue #main .box.box-color .box-title {
  background: #204e81;
}

.theme-darkblue #main .box.box-color .box-title .tabs > li.active > a {
  background: #fff;
  color: #204e81;
}

.theme-darkblue #main .box.box-color .box-title .tabs > li > a:hover {
  color: #204e81;
}

.theme-darkblue #main .box.box-bordered.box-color .box-title {
  border-color: #204e81;
}

.theme-darkblue #main .box.box-bordered.box-color .box-content {
  border-color: #204e81;
}

/* Light Red 
===================================*/
.font-lightred {
  color: #e63a3a;
}

ul > li.lightred,
.label-lightred {
  background: #e63a3a;
}

.progress .bar.bar-lightred {
  background: #e63a3a;
}

.pricing-tables .pricing.lightred > li.head {
  background: #e63a3a;
}

.pricing-tables .pricing.lightred > li.head .info {
  background: #e95151;
}

.pricing-tables .pricing.lightred > li.head .name {
  background: #d21b1b;
}

.btn.btn-lightred {
  background: #e63a3a;
  color: #fff !important;
}

.btn.btn-lightred:hover {
  background: #d21b1b;
}

.box.box-color.lightred .box-title {
  background: #e63a3a !important;
}

.box.box-color.lightred .box-title .actions > a:hover {
  color: #e63a3a;
}

.box.box-color.lightred .form-wizard .wizard-steps li.active .single-step .title {
  background: #e63a3a;
}

.box.box-color.lightred .btn.btn-primary {
  background: #e63a3a;
}

.box.box-bordered.box-color.lightred .box-title {
  border-color: #e63a3a !important;
}

.box.box-bordered.box-color.lightred .box-content {
  border-color: #e63a3a !important;
}

.box.box-bordered.box-color.lightred .slimScrollDiv {
  border-bottom: 2px solid #e63a3a;
}

.timeline > li .timeline-content .left .icon.lightred {
  background: #e63a3a;
}

.theme-lightred .mobile-sidebar-toggle {
  color: #fff;
}

.theme-lightred #navigation .dropdown-menu {
  border-color: #e63a3a;
}

.theme-lightred #navigation .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  border-top: 2px solid #e63a3a;
}

.theme-lightred #navigation .dropdown-menu > li.dropdown-submenu:hover > a,
.theme-lightred #navigation .dropdown-menu > li.dropdown-submenu:focus > a {
  background: #e63a3a;
}

.theme-lightred #navigation .dropdown-menu > li > a:hover {
  background: #e63a3a;
}

.theme-lightred .datepicker.datepicker-dropdown .datepicker-days .active,
.theme-lightred .datepicker.datepicker-dropdown .datepicker-years .active,
.theme-lightred .datepicker.datepicker-dropdown .datepicker-months .active {
  background: #e63a3a;
}

.theme-lightred .datepicker.datepicker-dropdown .datepicker-days .active:hover,
.theme-lightred .datepicker.datepicker-dropdown .datepicker-years .active:hover,
.theme-lightred .datepicker.datepicker-dropdown .datepicker-months .active:hover {
  background: #d21b1b;
}

.theme-lightred .form-wizard .wizard-steps li.active .single-step .title {
  background: #e63a3a;
}

.theme-lightred .btn.btn-primary {
  background: #e63a3a;
}

.theme-lightred.login {
  background: #e63a3a;
}

.theme-lightred a {
  color: #e63a3a;
}

.theme-lightred .btn {
  color: #222;
}

.theme-lightred .btn.btn-primary {
  background: #e63a3a;
  color: #fff;
}

.theme-lightred .btn.btn-inverse,
.theme-lightred .btn.btn-success,
.theme-lightred .btn.btn-danger {
  color: #fff;
}

.theme-lightred.locked {
  background: #e63a3a !important;
}

.theme-lightred.locked .pull-left a {
  background: #bc1818;
}

.theme-lightred.locked .pull-left a:hover {
  background: #8e1212;
}

.theme-lightred #navigation {
  background: #e63a3a;
}

.theme-lightred #navigation .toggle-mobile {
  background: #bc1818;
}

.theme-lightred #navigation .mobile-nav.open {
  background: #e63a3a;
}

.theme-lightred #navigation .mobile-nav.open > li.active > a {
  background: #8e1212;
}

.theme-lightred #navigation .mobile-nav.open > li.active > ul {
  background: #8e1212;
}

.theme-lightred #navigation .mobile-nav.open > li > a {
  background: #bc1818;
}

.theme-lightred #navigation .mobile-nav.open > li > ul {
  background: #bc1818;
}

.theme-lightred #navigation .main-nav > li.active > a:hover {
  background: #fff;
}

.theme-lightred #navigation .main-nav > li.active.open > a {
  background: #fff;
}

.theme-lightred #navigation .main-nav > li.open > a {
  background: #bc1818;
}

.theme-lightred #navigation .main-nav > li > a:hover {
  background: #bc1818;
}

.theme-lightred #navigation .user .icon-nav > li > a:hover {
  background: #bc1818;
}

.theme-lightred #navigation .user .dropdown.open {
  background: #bc1818;
}

.theme-lightred #navigation .user .dropdown > a:hover {
  background: #bc1818;
}

.theme-lightred #navigation .dropdown-menu {
  border-color: #e63a3a;
}

.theme-lightred #navigation .dropdown-menu > li > a:hover {
  background: #e63a3a;
}

.theme-lightred .search-form .search-pane button[type=submit] {
  background: #e63a3a;
}

.theme-lightred .messages > li.insert .submit button {
  background: #e63a3a;
}

.theme-lightred .messages > li.right .name {
  color: #4b0909;
}

.theme-lightred .messages > li.right .message {
  background: #fdefef;
}

.theme-lightred .messages > li.right .message p {
  color: #780f0f;
}

.theme-lightred .messages > li.right .message .time {
  color: #780f0f;
}

.theme-lightred .messages > li.right .message .caret {
  border-left: 7px solid #fdefef;
}

.theme-lightred .letterbox .letter > li.active {
  background: #e63a3a;
}

.theme-lightred .fullcalendar .fc-content .fc-event .fc-event-inner {
  background: #e63a3a;
}

.theme-lightred .fullcalendar .fc-button.fc-state-active {
  background: #e63a3a;
}

.theme-lightred .fullcalendar .fc-button.fc-state-active:hover {
  background: #e63a3a;
}

.theme-lightred .table.table-user tr.alpha td.alpha-val span, .theme-lightred figure.table > table.table-user tr.alpha td.alpha-val span {
  background: #e63a3a;
}

.theme-lightred .tagsinput#textfield_tagsinput .tag,
.theme-lightred .ms-container .multi-custom-header,
.theme-lightred .slider .ui-slider-handle,
.theme-lightred .form-wizard .wizard-steps li.active .single-step .title,
.theme-lightred .user-list h4,
.theme-lightred .user-list .h4,
.theme-lightred .nav.nav-pills > li.active > a,
.theme-lightred .nav.nav-list > li.active > a,
.theme-lightred .table.table-colored-header thead th,
.theme-lightred figure.table > table.table-colored-header thead th,
.theme-lightred .table.table-colored-header thead td,
.theme-lightred figure.table > table.table-colored-header thead td,
.theme-lightred .dataTables_wrapper .dataTables_paginate > span > a.paginate_active,
.theme-lightred .elfinder-navbar .ui-state-active,
.theme-lightred .pagination.pagination-custom li.active a:hover,
.theme-lightred .pagination.pagination-custom li.active a {
  background: #e63a3a;
}

.theme-lightred .elfinder-navbar .ui-state-active {
  border-color: #e63a3a;
}

.theme-lightred #main .box .box-title .tabs > li.active > a {
  background: #e63a3a;
}

.theme-lightred #main .box.box-color .box-title {
  background: #e63a3a;
}

.theme-lightred #main .box.box-color .box-title .tabs > li.active > a {
  background: #fff;
  color: #e63a3a;
}

.theme-lightred #main .box.box-color .box-title .tabs > li > a:hover {
  color: #e63a3a;
}

.theme-lightred #main .box.box-bordered.box-color .box-title {
  border-color: #e63a3a;
}

.theme-lightred #main .box.box-bordered.box-color .box-content {
  border-color: #e63a3a;
}

/* Light grey 
===================================*/
.font-lightgrey {
  color: #666666;
}

ul > li.lightgrey,
.label-lightgrey {
  background: #666666;
}

.progress .bar.bar-lightgrey {
  background: #666666;
}

.pricing-tables .pricing.lightgrey > li.head {
  background: #666666;
}

.pricing-tables .pricing.lightgrey > li.head .info {
  background: #737373;
}

.pricing-tables .pricing.lightgrey > li.head .name {
  background: #4d4d4d;
}

.btn.btn-lightgrey {
  background: #666666;
  color: #fff !important;
}

.btn.btn-lightgrey:hover {
  background: #4d4d4d;
}

.box.box-color.lightgrey .box-title {
  background: #666666 !important;
}

.box.box-color.lightgrey .box-title .actions > a:hover {
  color: #666666;
}

.box.box-color.lightgrey .form-wizard .wizard-steps li.active .single-step .title {
  background: #666666;
}

.box.box-color.lightgrey .btn.btn-primary {
  background: #666666;
}

.box.box-bordered.box-color.lightgrey .box-title {
  border-color: #666666 !important;
}

.box.box-bordered.box-color.lightgrey .box-content {
  border-color: #666666 !important;
}

.box.box-bordered.box-color.lightgrey .slimScrollDiv {
  border-bottom: 2px solid #666666;
}

.timeline > li .timeline-content .left .icon.lightgrey {
  background: #666666;
}

.theme-lightgrey .mobile-sidebar-toggle {
  color: #fff;
}

.theme-lightgrey #navigation .dropdown-menu {
  border-color: #666666;
}

.theme-lightgrey #navigation .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  border-top: 2px solid #666666;
}

.theme-lightgrey #navigation .dropdown-menu > li.dropdown-submenu:hover > a,
.theme-lightgrey #navigation .dropdown-menu > li.dropdown-submenu:focus > a {
  background: #666666;
}

.theme-lightgrey #navigation .dropdown-menu > li > a:hover {
  background: #666666;
}

.theme-lightgrey .datepicker.datepicker-dropdown .datepicker-days .active,
.theme-lightgrey .datepicker.datepicker-dropdown .datepicker-years .active,
.theme-lightgrey .datepicker.datepicker-dropdown .datepicker-months .active {
  background: #666666;
}

.theme-lightgrey .datepicker.datepicker-dropdown .datepicker-days .active:hover,
.theme-lightgrey .datepicker.datepicker-dropdown .datepicker-years .active:hover,
.theme-lightgrey .datepicker.datepicker-dropdown .datepicker-months .active:hover {
  background: #4d4d4d;
}

.theme-lightgrey .form-wizard .wizard-steps li.active .single-step .title {
  background: #666666;
}

.theme-lightgrey .btn.btn-primary {
  background: #666666;
}

.theme-lightgrey.login {
  background: #666666;
}

.theme-lightgrey a {
  color: #666666;
}

.theme-lightgrey .btn {
  color: #222;
}

.theme-lightgrey .btn.btn-primary {
  background: #666666;
  color: #fff;
}

.theme-lightgrey .btn.btn-inverse,
.theme-lightgrey .btn.btn-success,
.theme-lightgrey .btn.btn-danger {
  color: #fff;
}

.theme-lightgrey.locked {
  background: #666666 !important;
}

.theme-lightgrey.locked .pull-left a {
  background: #404040;
}

.theme-lightgrey.locked .pull-left a:hover {
  background: #262626;
}

.theme-lightgrey #navigation {
  background: #666666;
}

.theme-lightgrey #navigation .toggle-mobile {
  background: #404040;
}

.theme-lightgrey #navigation .mobile-nav.open {
  background: #666666;
}

.theme-lightgrey #navigation .mobile-nav.open > li.active > a {
  background: #262626;
}

.theme-lightgrey #navigation .mobile-nav.open > li.active > ul {
  background: #262626;
}

.theme-lightgrey #navigation .mobile-nav.open > li > a {
  background: #404040;
}

.theme-lightgrey #navigation .mobile-nav.open > li > ul {
  background: #404040;
}

.theme-lightgrey #navigation .main-nav > li.active > a:hover {
  background: #fff;
}

.theme-lightgrey #navigation .main-nav > li.active.open > a {
  background: #fff;
}

.theme-lightgrey #navigation .main-nav > li.open > a {
  background: #404040;
}

.theme-lightgrey #navigation .main-nav > li > a:hover {
  background: #404040;
}

.theme-lightgrey #navigation .user .icon-nav > li > a:hover {
  background: #404040;
}

.theme-lightgrey #navigation .user .dropdown.open {
  background: #404040;
}

.theme-lightgrey #navigation .user .dropdown > a:hover {
  background: #404040;
}

.theme-lightgrey #navigation .dropdown-menu {
  border-color: #666666;
}

.theme-lightgrey #navigation .dropdown-menu > li > a:hover {
  background: #666666;
}

.theme-lightgrey .search-form .search-pane button[type=submit] {
  background: #666666;
}

.theme-lightgrey .messages > li.insert .submit button {
  background: #666666;
}

.theme-lightgrey .messages > li.right .name {
  color: black;
}

.theme-lightgrey .messages > li.right .message {
  background: #cccccc;
}

.theme-lightgrey .messages > li.right .message p {
  color: #1a1a1a;
}

.theme-lightgrey .messages > li.right .message .time {
  color: #1a1a1a;
}

.theme-lightgrey .messages > li.right .message .caret {
  border-left: 7px solid #cccccc;
}

.theme-lightgrey .letterbox .letter > li.active {
  background: #666666;
}

.theme-lightgrey .fullcalendar .fc-content .fc-event .fc-event-inner {
  background: #666666;
}

.theme-lightgrey .fullcalendar .fc-button.fc-state-active {
  background: #666666;
}

.theme-lightgrey .fullcalendar .fc-button.fc-state-active:hover {
  background: #666666;
}

.theme-lightgrey .table.table-user tr.alpha td.alpha-val span, .theme-lightgrey figure.table > table.table-user tr.alpha td.alpha-val span {
  background: #666666;
}

.theme-lightgrey .tagsinput#textfield_tagsinput .tag,
.theme-lightgrey .ms-container .multi-custom-header,
.theme-lightgrey .slider .ui-slider-handle,
.theme-lightgrey .form-wizard .wizard-steps li.active .single-step .title,
.theme-lightgrey .user-list h4,
.theme-lightgrey .user-list .h4,
.theme-lightgrey .nav.nav-pills > li.active > a,
.theme-lightgrey .nav.nav-list > li.active > a,
.theme-lightgrey .table.table-colored-header thead th,
.theme-lightgrey figure.table > table.table-colored-header thead th,
.theme-lightgrey .table.table-colored-header thead td,
.theme-lightgrey figure.table > table.table-colored-header thead td,
.theme-lightgrey .dataTables_wrapper .dataTables_paginate > span > a.paginate_active,
.theme-lightgrey .elfinder-navbar .ui-state-active,
.theme-lightgrey .pagination.pagination-custom li.active a:hover,
.theme-lightgrey .pagination.pagination-custom li.active a {
  background: #666666;
}

.theme-lightgrey .elfinder-navbar .ui-state-active {
  border-color: #666666;
}

.theme-lightgrey #main .box .box-title .tabs > li.active > a {
  background: #666666;
}

.theme-lightgrey #main .box.box-color .box-title {
  background: #666666;
}

.theme-lightgrey #main .box.box-color .box-title .tabs > li.active > a {
  background: #fff;
  color: #666666;
}

.theme-lightgrey #main .box.box-color .box-title .tabs > li > a:hover {
  color: #666666;
}

.theme-lightgrey #main .box.box-bordered.box-color .box-title {
  border-color: #666666;
}

.theme-lightgrey #main .box.box-bordered.box-color .box-content {
  border-color: #666666;
}

/* Satblue 
===================================*/
.font-satblue {
  color: #2c5e7b;
}

ul > li.satblue,
.label-satblue {
  background: #2c5e7b;
}

.progress .bar.bar-satblue {
  background: #2c5e7b;
}

.pricing-tables .pricing.satblue > li.head {
  background: #2c5e7b;
}

.pricing-tables .pricing.satblue > li.head .info {
  background: #336c8e;
}

.pricing-tables .pricing.satblue > li.head .name {
  background: #1f4155;
}

.btn.btn-satblue {
  background: #2c5e7b;
  color: #fff !important;
}

.btn.btn-satblue:hover {
  background: #1f4155;
}

.box.box-color.satblue .box-title {
  background: #2c5e7b !important;
}

.box.box-color.satblue .box-title .actions > a:hover {
  color: #2c5e7b;
}

.box.box-color.satblue .form-wizard .wizard-steps li.active .single-step .title {
  background: #2c5e7b;
}

.box.box-color.satblue .btn.btn-primary {
  background: #2c5e7b;
}

.box.box-bordered.box-color.satblue .box-title {
  border-color: #2c5e7b !important;
}

.box.box-bordered.box-color.satblue .box-content {
  border-color: #2c5e7b !important;
}

.box.box-bordered.box-color.satblue .slimScrollDiv {
  border-bottom: 2px solid #2c5e7b;
}

.timeline > li .timeline-content .left .icon.satblue {
  background: #2c5e7b;
}

.theme-satblue .mobile-sidebar-toggle {
  color: #fff;
}

.theme-satblue #navigation .dropdown-menu {
  border-color: #2c5e7b;
}

.theme-satblue #navigation .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  border-top: 2px solid #2c5e7b;
}

.theme-satblue #navigation .dropdown-menu > li.dropdown-submenu:hover > a,
.theme-satblue #navigation .dropdown-menu > li.dropdown-submenu:focus > a {
  background: #2c5e7b;
}

.theme-satblue #navigation .dropdown-menu > li > a:hover {
  background: #2c5e7b;
}

.theme-satblue .datepicker.datepicker-dropdown .datepicker-days .active,
.theme-satblue .datepicker.datepicker-dropdown .datepicker-years .active,
.theme-satblue .datepicker.datepicker-dropdown .datepicker-months .active {
  background: #2c5e7b;
}

.theme-satblue .datepicker.datepicker-dropdown .datepicker-days .active:hover,
.theme-satblue .datepicker.datepicker-dropdown .datepicker-years .active:hover,
.theme-satblue .datepicker.datepicker-dropdown .datepicker-months .active:hover {
  background: #1f4155;
}

.theme-satblue .form-wizard .wizard-steps li.active .single-step .title {
  background: #2c5e7b;
}

.theme-satblue .btn.btn-primary {
  background: #2c5e7b;
}

.theme-satblue.login {
  background: #2c5e7b;
}

.theme-satblue a {
  color: #2c5e7b;
}

.theme-satblue .btn {
  color: #222;
}

.theme-satblue .btn.btn-primary {
  background: #2c5e7b;
  color: #fff;
}

.theme-satblue .btn.btn-inverse,
.theme-satblue .btn.btn-success,
.theme-satblue .btn.btn-danger {
  color: #fff;
}

.theme-satblue.locked {
  background: #2c5e7b !important;
}

.theme-satblue.locked .pull-left a {
  background: #183343;
}

.theme-satblue.locked .pull-left a:hover {
  background: #0a161d;
}

.theme-satblue #navigation {
  background: #2c5e7b;
}

.theme-satblue #navigation .toggle-mobile {
  background: #183343;
}

.theme-satblue #navigation .mobile-nav.open {
  background: #2c5e7b;
}

.theme-satblue #navigation .mobile-nav.open > li.active > a {
  background: #0a161d;
}

.theme-satblue #navigation .mobile-nav.open > li.active > ul {
  background: #0a161d;
}

.theme-satblue #navigation .mobile-nav.open > li > a {
  background: #183343;
}

.theme-satblue #navigation .mobile-nav.open > li > ul {
  background: #183343;
}

.theme-satblue #navigation .main-nav > li.active > a:hover {
  background: #fff;
}

.theme-satblue #navigation .main-nav > li.active.open > a {
  background: #fff;
}

.theme-satblue #navigation .main-nav > li.open > a {
  background: #183343;
}

.theme-satblue #navigation .main-nav > li > a:hover {
  background: #183343;
}

.theme-satblue #navigation .user .icon-nav > li > a:hover {
  background: #183343;
}

.theme-satblue #navigation .user .dropdown.open {
  background: #183343;
}

.theme-satblue #navigation .user .dropdown > a:hover {
  background: #183343;
}

.theme-satblue #navigation .dropdown-menu {
  border-color: #2c5e7b;
}

.theme-satblue #navigation .dropdown-menu > li > a:hover {
  background: #2c5e7b;
}

.theme-satblue .search-form .search-pane button[type=submit] {
  background: #2c5e7b;
}

.theme-satblue .messages > li.insert .submit button {
  background: #2c5e7b;
}

.theme-satblue .messages > li.right .name {
  color: black;
}

.theme-satblue .messages > li.right .message {
  background: #99c2da;
}

.theme-satblue .messages > li.right .message p {
  color: #04080a;
}

.theme-satblue .messages > li.right .message .time {
  color: #04080a;
}

.theme-satblue .messages > li.right .message .caret {
  border-left: 7px solid #99c2da;
}

.theme-satblue .letterbox .letter > li.active {
  background: #2c5e7b;
}

.theme-satblue .fullcalendar .fc-content .fc-event .fc-event-inner {
  background: #2c5e7b;
}

.theme-satblue .fullcalendar .fc-button.fc-state-active {
  background: #2c5e7b;
}

.theme-satblue .fullcalendar .fc-button.fc-state-active:hover {
  background: #2c5e7b;
}

.theme-satblue .table.table-user tr.alpha td.alpha-val span, .theme-satblue figure.table > table.table-user tr.alpha td.alpha-val span {
  background: #2c5e7b;
}

.theme-satblue .tagsinput#textfield_tagsinput .tag,
.theme-satblue .ms-container .multi-custom-header,
.theme-satblue .slider .ui-slider-handle,
.theme-satblue .form-wizard .wizard-steps li.active .single-step .title,
.theme-satblue .user-list h4,
.theme-satblue .user-list .h4,
.theme-satblue .nav.nav-pills > li.active > a,
.theme-satblue .nav.nav-list > li.active > a,
.theme-satblue .table.table-colored-header thead th,
.theme-satblue figure.table > table.table-colored-header thead th,
.theme-satblue .table.table-colored-header thead td,
.theme-satblue figure.table > table.table-colored-header thead td,
.theme-satblue .dataTables_wrapper .dataTables_paginate > span > a.paginate_active,
.theme-satblue .elfinder-navbar .ui-state-active,
.theme-satblue .pagination.pagination-custom li.active a:hover,
.theme-satblue .pagination.pagination-custom li.active a {
  background: #2c5e7b;
}

.theme-satblue .elfinder-navbar .ui-state-active {
  border-color: #2c5e7b;
}

.theme-satblue #main .box .box-title .tabs > li.active > a {
  background: #2c5e7b;
}

.theme-satblue #main .box.box-color .box-title {
  background: #2c5e7b;
}

.theme-satblue #main .box.box-color .box-title .tabs > li.active > a {
  background: #fff;
  color: #2c5e7b;
}

.theme-satblue #main .box.box-color .box-title .tabs > li > a:hover {
  color: #2c5e7b;
}

.theme-satblue #main .box.box-bordered.box-color .box-title {
  border-color: #2c5e7b;
}

.theme-satblue #main .box.box-bordered.box-color .box-content {
  border-color: #2c5e7b;
}

/* Satgreen 
===================================*/
.font-satgreen {
  color: #56af45;
}

ul > li.satgreen,
.label-satgreen {
  background: #56af45;
}

.progress .bar.bar-satgreen {
  background: #56af45;
}

.pricing-tables .pricing.satgreen > li.head {
  background: #56af45;
}

.pricing-tables .pricing.satgreen > li.head .info {
  background: #63bb53;
}

.pricing-tables .pricing.satgreen > li.head .name {
  background: #448a37;
}

.btn.btn-satgreen {
  background: #56af45;
  color: #fff !important;
}

.btn.btn-satgreen:hover {
  background: #448a37;
}

.box.box-color.satgreen .box-title {
  background: #56af45 !important;
}

.box.box-color.satgreen .box-title .actions > a:hover {
  color: #56af45;
}

.box.box-color.satgreen .form-wizard .wizard-steps li.active .single-step .title {
  background: #56af45;
}

.box.box-color.satgreen .btn.btn-primary {
  background: #56af45;
}

.box.box-bordered.box-color.satgreen .box-title {
  border-color: #56af45 !important;
}

.box.box-bordered.box-color.satgreen .box-content {
  border-color: #56af45 !important;
}

.box.box-bordered.box-color.satgreen .slimScrollDiv {
  border-bottom: 2px solid #56af45;
}

.timeline > li .timeline-content .left .icon.satgreen {
  background: #56af45;
}

.theme-satgreen .mobile-sidebar-toggle {
  color: #fff;
}

.theme-satgreen #navigation .dropdown-menu {
  border-color: #56af45;
}

.theme-satgreen #navigation .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  border-top: 2px solid #56af45;
}

.theme-satgreen #navigation .dropdown-menu > li.dropdown-submenu:hover > a,
.theme-satgreen #navigation .dropdown-menu > li.dropdown-submenu:focus > a {
  background: #56af45;
}

.theme-satgreen #navigation .dropdown-menu > li > a:hover {
  background: #56af45;
}

.theme-satgreen .datepicker.datepicker-dropdown .datepicker-days .active,
.theme-satgreen .datepicker.datepicker-dropdown .datepicker-years .active,
.theme-satgreen .datepicker.datepicker-dropdown .datepicker-months .active {
  background: #56af45;
}

.theme-satgreen .datepicker.datepicker-dropdown .datepicker-days .active:hover,
.theme-satgreen .datepicker.datepicker-dropdown .datepicker-years .active:hover,
.theme-satgreen .datepicker.datepicker-dropdown .datepicker-months .active:hover {
  background: #448a37;
}

.theme-satgreen .form-wizard .wizard-steps li.active .single-step .title {
  background: #56af45;
}

.theme-satgreen .btn.btn-primary {
  background: #56af45;
}

.theme-satgreen.login {
  background: #56af45;
}

.theme-satgreen a {
  color: #56af45;
}

.theme-satgreen .btn {
  color: #222;
}

.theme-satgreen .btn.btn-primary {
  background: #56af45;
  color: #fff;
}

.theme-satgreen .btn.btn-inverse,
.theme-satgreen .btn.btn-success,
.theme-satgreen .btn.btn-danger {
  color: #fff;
}

.theme-satgreen.locked {
  background: #56af45 !important;
}

.theme-satgreen.locked .pull-left a {
  background: #3b782f;
}

.theme-satgreen.locked .pull-left a:hover {
  background: #295421;
}

.theme-satgreen #navigation {
  background: #56af45;
}

.theme-satgreen #navigation .toggle-mobile {
  background: #3b782f;
}

.theme-satgreen #navigation .mobile-nav.open {
  background: #56af45;
}

.theme-satgreen #navigation .mobile-nav.open > li.active > a {
  background: #295421;
}

.theme-satgreen #navigation .mobile-nav.open > li.active > ul {
  background: #295421;
}

.theme-satgreen #navigation .mobile-nav.open > li > a {
  background: #3b782f;
}

.theme-satgreen #navigation .mobile-nav.open > li > ul {
  background: #3b782f;
}

.theme-satgreen #navigation .main-nav > li.active > a:hover {
  background: #fff;
}

.theme-satgreen #navigation .main-nav > li.active.open > a {
  background: #fff;
}

.theme-satgreen #navigation .main-nav > li.open > a {
  background: #3b782f;
}

.theme-satgreen #navigation .main-nav > li > a:hover {
  background: #3b782f;
}

.theme-satgreen #navigation .user .icon-nav > li > a:hover {
  background: #3b782f;
}

.theme-satgreen #navigation .user .dropdown.open {
  background: #3b782f;
}

.theme-satgreen #navigation .user .dropdown > a:hover {
  background: #3b782f;
}

.theme-satgreen #navigation .dropdown-menu {
  border-color: #56af45;
}

.theme-satgreen #navigation .dropdown-menu > li > a:hover {
  background: #56af45;
}

.theme-satgreen .search-form .search-pane button[type=submit] {
  background: #56af45;
}

.theme-satgreen .messages > li.insert .submit button {
  background: #56af45;
}

.theme-satgreen .messages > li.right .name {
  color: #0e1d0b;
}

.theme-satgreen .messages > li.right .message {
  background: #d7edd3;
}

.theme-satgreen .messages > li.right .message p {
  color: #20411a;
}

.theme-satgreen .messages > li.right .message .time {
  color: #20411a;
}

.theme-satgreen .messages > li.right .message .caret {
  border-left: 7px solid #d7edd3;
}

.theme-satgreen .letterbox .letter > li.active {
  background: #56af45;
}

.theme-satgreen .fullcalendar .fc-content .fc-event .fc-event-inner {
  background: #56af45;
}

.theme-satgreen .fullcalendar .fc-button.fc-state-active {
  background: #56af45;
}

.theme-satgreen .fullcalendar .fc-button.fc-state-active:hover {
  background: #56af45;
}

.theme-satgreen .table.table-user tr.alpha td.alpha-val span, .theme-satgreen figure.table > table.table-user tr.alpha td.alpha-val span {
  background: #56af45;
}

.theme-satgreen .tagsinput#textfield_tagsinput .tag,
.theme-satgreen .ms-container .multi-custom-header,
.theme-satgreen .slider .ui-slider-handle,
.theme-satgreen .form-wizard .wizard-steps li.active .single-step .title,
.theme-satgreen .user-list h4,
.theme-satgreen .user-list .h4,
.theme-satgreen .nav.nav-pills > li.active > a,
.theme-satgreen .nav.nav-list > li.active > a,
.theme-satgreen .table.table-colored-header thead th,
.theme-satgreen figure.table > table.table-colored-header thead th,
.theme-satgreen .table.table-colored-header thead td,
.theme-satgreen figure.table > table.table-colored-header thead td,
.theme-satgreen .dataTables_wrapper .dataTables_paginate > span > a.paginate_active,
.theme-satgreen .elfinder-navbar .ui-state-active,
.theme-satgreen .pagination.pagination-custom li.active a:hover,
.theme-satgreen .pagination.pagination-custom li.active a {
  background: #56af45;
}

.theme-satgreen .elfinder-navbar .ui-state-active {
  border-color: #56af45;
}

.theme-satgreen #main .box .box-title .tabs > li.active > a {
  background: #56af45;
}

.theme-satgreen #main .box.box-color .box-title {
  background: #56af45;
}

.theme-satgreen #main .box.box-color .box-title .tabs > li.active > a {
  background: #fff;
  color: #56af45;
}

.theme-satgreen #main .box.box-color .box-title .tabs > li > a:hover {
  color: #56af45;
}

.theme-satgreen #main .box.box-bordered.box-color .box-title {
  border-color: #56af45;
}

.theme-satgreen #main .box.box-bordered.box-color .box-content {
  border-color: #56af45;
}

/* Lighter grey
===================================*/
.font-grey-3 {
  color: #eeeeee;
}

ul > li.grey-3,
.label-grey-3 {
  background: #eeeeee;
}

.progress .bar.bar-grey-3 {
  background: #eeeeee;
}

.pricing-tables .pricing.grey-3 > li.head {
  background: #eeeeee;
}

.pricing-tables .pricing.grey-3 > li.head .info {
  background: #fbfbfb;
}

.pricing-tables .pricing.grey-3 > li.head .name {
  background: #d4d4d4;
}

.btn.btn-grey-3 {
  background: #eeeeee;
  color: #fff !important;
}

.btn.btn-grey-3:hover {
  background: #d4d4d4;
}

.box.box-color.grey-3 .box-title {
  background: #eeeeee !important;
}

.box.box-color.grey-3 .box-title h3, .box.box-color.grey-3 .box-title .h3 {
  color: #222;
}

.box.box-color.grey-3 .box-title .actions > a:hover {
  color: #eeeeee;
}

.box.box-color.grey-3 .form-wizard .wizard-steps li.active .single-step .title {
  background: #eeeeee;
}

.box.box-color.grey-3 .btn.btn-primary {
  background: #eeeeee;
}

.box.box-bordered.box-color.grey-3 .box-title {
  border-color: #eeeeee !important;
}

.box.box-bordered.box-color.grey-3 .box-content {
  border-color: #eeeeee !important;
}

.box.box-bordered.box-color.grey-3 .slimScrollDiv {
  border-bottom: 2px solid #eeeeee;
}

.timeline > li .timeline-content .left .icon.grey-3 {
  background: #eeeeee;
}

.theme-grey-3 .mobile-sidebar-toggle {
  color: #fff;
}

.theme-grey-3 #navigation .dropdown-menu {
  border-color: #eeeeee;
}

.theme-grey-3 #navigation .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  border-top: 2px solid #eeeeee;
}

.theme-grey-3 #navigation .dropdown-menu > li.dropdown-submenu:hover > a,
.theme-grey-3 #navigation .dropdown-menu > li.dropdown-submenu:focus > a {
  background: #eeeeee;
}

.theme-grey-3 #navigation .dropdown-menu > li > a:hover {
  background: #eeeeee;
}

.theme-grey-3 .datepicker.datepicker-dropdown .datepicker-days .active,
.theme-grey-3 .datepicker.datepicker-dropdown .datepicker-years .active,
.theme-grey-3 .datepicker.datepicker-dropdown .datepicker-months .active {
  background: #eeeeee;
}

.theme-grey-3 .datepicker.datepicker-dropdown .datepicker-days .active:hover,
.theme-grey-3 .datepicker.datepicker-dropdown .datepicker-years .active:hover,
.theme-grey-3 .datepicker.datepicker-dropdown .datepicker-months .active:hover {
  background: #d4d4d4;
}

.theme-grey-3 .form-wizard .wizard-steps li.active .single-step .title {
  background: #eeeeee;
}

.theme-grey-3 .btn.btn-primary {
  background: #eeeeee;
}

.theme-grey-3.login {
  background: #eeeeee;
}

.theme-grey-3 a {
  color: #eeeeee;
}

.theme-grey-3 .btn {
  color: #222;
}

.theme-grey-3 .btn.btn-primary {
  background: #eeeeee;
  color: #fff;
}

.theme-grey-3 .btn.btn-inverse,
.theme-grey-3 .btn.btn-success,
.theme-grey-3 .btn.btn-danger {
  color: #fff;
}

.theme-grey-3.locked {
  background: #eeeeee !important;
}

.theme-grey-3.locked .pull-left a {
  background: #c8c8c8;
}

.theme-grey-3.locked .pull-left a:hover {
  background: #aeaeae;
}

.theme-grey-3 #navigation {
  background: #eeeeee;
}

.theme-grey-3 #navigation .toggle-mobile {
  background: #c8c8c8;
}

.theme-grey-3 #navigation .mobile-nav.open {
  background: #eeeeee;
}

.theme-grey-3 #navigation .mobile-nav.open > li.active > a {
  background: #aeaeae;
}

.theme-grey-3 #navigation .mobile-nav.open > li.active > ul {
  background: #aeaeae;
}

.theme-grey-3 #navigation .mobile-nav.open > li > a {
  background: #c8c8c8;
}

.theme-grey-3 #navigation .mobile-nav.open > li > ul {
  background: #c8c8c8;
}

.theme-grey-3 #navigation .main-nav > li.active > a:hover {
  background: #fff;
}

.theme-grey-3 #navigation .main-nav > li.active.open > a {
  background: #fff;
}

.theme-grey-3 #navigation .main-nav > li.open > a {
  background: #c8c8c8;
}

.theme-grey-3 #navigation .main-nav > li > a:hover {
  background: #c8c8c8;
}

.theme-grey-3 #navigation .user .icon-nav > li > a:hover {
  background: #c8c8c8;
}

.theme-grey-3 #navigation .user .dropdown.open {
  background: #c8c8c8;
}

.theme-grey-3 #navigation .user .dropdown > a:hover {
  background: #c8c8c8;
}

.theme-grey-3 #navigation .dropdown-menu {
  border-color: #eeeeee;
}

.theme-grey-3 #navigation .dropdown-menu > li > a:hover {
  background: #eeeeee;
}

.theme-grey-3 .search-form .search-pane button[type=submit] {
  background: #eeeeee;
}

.theme-grey-3 .messages > li.insert .submit button {
  background: #eeeeee;
}

.theme-grey-3 .messages > li.right .name {
  color: #888888;
}

.theme-grey-3 .messages > li.right .message {
  background: white;
}

.theme-grey-3 .messages > li.right .message p {
  color: #a2a2a2;
}

.theme-grey-3 .messages > li.right .message .time {
  color: #a2a2a2;
}

.theme-grey-3 .messages > li.right .message .caret {
  border-left: 7px solid white;
}

.theme-grey-3 .letterbox .letter > li.active {
  background: #eeeeee;
}

.theme-grey-3 .fullcalendar .fc-content .fc-event .fc-event-inner {
  background: #eeeeee;
}

.theme-grey-3 .fullcalendar .fc-button.fc-state-active {
  background: #eeeeee;
}

.theme-grey-3 .fullcalendar .fc-button.fc-state-active:hover {
  background: #eeeeee;
}

.theme-grey-3 .table.table-user tr.alpha td.alpha-val span, .theme-grey-3 figure.table > table.table-user tr.alpha td.alpha-val span {
  background: #eeeeee;
}

.theme-grey-3 .tagsinput#textfield_tagsinput .tag,
.theme-grey-3 .ms-container .multi-custom-header,
.theme-grey-3 .slider .ui-slider-handle,
.theme-grey-3 .form-wizard .wizard-steps li.active .single-step .title,
.theme-grey-3 .user-list h4,
.theme-grey-3 .user-list .h4,
.theme-grey-3 .nav.nav-pills > li.active > a,
.theme-grey-3 .nav.nav-list > li.active > a,
.theme-grey-3 .table.table-colored-header thead th,
.theme-grey-3 figure.table > table.table-colored-header thead th,
.theme-grey-3 .table.table-colored-header thead td,
.theme-grey-3 figure.table > table.table-colored-header thead td,
.theme-grey-3 .dataTables_wrapper .dataTables_paginate > span > a.paginate_active,
.theme-grey-3 .elfinder-navbar .ui-state-active,
.theme-grey-3 .pagination.pagination-custom li.active a:hover,
.theme-grey-3 .pagination.pagination-custom li.active a {
  background: #eeeeee;
}

.theme-grey-3 .elfinder-navbar .ui-state-active {
  border-color: #eeeeee;
}

.theme-grey-3 #main .box .box-title .tabs > li.active > a {
  background: #eeeeee;
}

.theme-grey-3 #main .box.box-color .box-title {
  background: #eeeeee;
}

.theme-grey-3 #main .box.box-color .box-title .tabs > li.active > a {
  background: #fff;
  color: #eeeeee;
}

.theme-grey-3 #main .box.box-color .box-title .tabs > li > a:hover {
  color: #eeeeee;
}

.theme-grey-3 #main .box.box-bordered.box-color .box-title {
  border-color: #eeeeee;
}

.theme-grey-3 #main .box.box-bordered.box-color .box-content {
  border-color: #eeeeee;
}

/* Light grey 
===================================*/
.font-grey-4 {
  color: #999999;
}

ul > li.grey-4,
.label-grey-4 {
  background: #999999;
}

.progress .bar.bar-grey-4 {
  background: #999999;
}

.pricing-tables .pricing.grey-4 > li.head {
  background: #999999;
}

.pricing-tables .pricing.grey-4 > li.head .info {
  background: #a6a6a6;
}

.pricing-tables .pricing.grey-4 > li.head .name {
  background: gray;
}

.btn.btn-grey-4 {
  background: #999999;
  color: #fff !important;
}

.btn.btn-grey-4:hover {
  background: gray;
}

.box.box-color.grey-4 .box-title {
  background: #999999 !important;
}

.box.box-color.grey-4 .box-title .actions > a:hover {
  color: #999999;
}

.box.box-color.grey-4 .form-wizard .wizard-steps li.active .single-step .title {
  background: #999999;
}

.box.box-color.grey-4 .btn.btn-primary {
  background: #999999;
}

.box.box-bordered.box-color.grey-4 .box-title {
  border-color: #999999 !important;
}

.box.box-bordered.box-color.grey-4 .box-content {
  border-color: #999999 !important;
}

.box.box-bordered.box-color.grey-4 .slimScrollDiv {
  border-bottom: 2px solid #999999;
}

.timeline > li .timeline-content .left .icon.grey-4 {
  background: #999999;
}

.theme-grey-4 .mobile-sidebar-toggle {
  color: #fff;
}

.theme-grey-4 #navigation .dropdown-menu {
  border-color: #999999;
}

.theme-grey-4 #navigation .dropdown-menu > li.dropdown-submenu .dropdown-menu {
  border-top: 2px solid #999999;
}

.theme-grey-4 #navigation .dropdown-menu > li.dropdown-submenu:hover > a,
.theme-grey-4 #navigation .dropdown-menu > li.dropdown-submenu:focus > a {
  background: #999999;
}

.theme-grey-4 #navigation .dropdown-menu > li > a:hover {
  background: #999999;
}

.theme-grey-4 .datepicker.datepicker-dropdown .datepicker-days .active,
.theme-grey-4 .datepicker.datepicker-dropdown .datepicker-years .active,
.theme-grey-4 .datepicker.datepicker-dropdown .datepicker-months .active {
  background: #999999;
}

.theme-grey-4 .datepicker.datepicker-dropdown .datepicker-days .active:hover,
.theme-grey-4 .datepicker.datepicker-dropdown .datepicker-years .active:hover,
.theme-grey-4 .datepicker.datepicker-dropdown .datepicker-months .active:hover {
  background: gray;
}

.theme-grey-4 .form-wizard .wizard-steps li.active .single-step .title {
  background: #999999;
}

.theme-grey-4 .btn.btn-primary {
  background: #999999;
}

.theme-grey-4.login {
  background: #999999;
}

.theme-grey-4 a {
  color: #999999;
}

.theme-grey-4 .btn {
  color: #222;
}

.theme-grey-4 .btn.btn-primary {
  background: #999999;
  color: #fff;
}

.theme-grey-4 .btn.btn-inverse,
.theme-grey-4 .btn.btn-success,
.theme-grey-4 .btn.btn-danger {
  color: #fff;
}

.theme-grey-4.locked {
  background: #999999 !important;
}

.theme-grey-4.locked .pull-left a {
  background: #737373;
}

.theme-grey-4.locked .pull-left a:hover {
  background: #595959;
}

.theme-grey-4 #navigation {
  background: #999999;
}

.theme-grey-4 #navigation .toggle-mobile {
  background: #737373;
}

.theme-grey-4 #navigation .mobile-nav.open {
  background: #999999;
}

.theme-grey-4 #navigation .mobile-nav.open > li.active > a {
  background: #595959;
}

.theme-grey-4 #navigation .mobile-nav.open > li.active > ul {
  background: #595959;
}

.theme-grey-4 #navigation .mobile-nav.open > li > a {
  background: #737373;
}

.theme-grey-4 #navigation .mobile-nav.open > li > ul {
  background: #737373;
}

.theme-grey-4 #navigation .main-nav > li.active > a:hover {
  background: #fff;
}

.theme-grey-4 #navigation .main-nav > li.active.open > a {
  background: #fff;
}

.theme-grey-4 #navigation .main-nav > li.open > a {
  background: #737373;
}

.theme-grey-4 #navigation .main-nav > li > a:hover {
  background: #737373;
}

.theme-grey-4 #navigation .user .icon-nav > li > a:hover {
  background: #737373;
}

.theme-grey-4 #navigation .user .dropdown.open {
  background: #737373;
}

.theme-grey-4 #navigation .user .dropdown > a:hover {
  background: #737373;
}

.theme-grey-4 #navigation .dropdown-menu {
  border-color: #999999;
}

.theme-grey-4 #navigation .dropdown-menu > li > a:hover {
  background: #999999;
}

.theme-grey-4 .search-form .search-pane button[type=submit] {
  background: #999999;
}

.theme-grey-4 .messages > li.insert .submit button {
  background: #999999;
}

.theme-grey-4 .messages > li.right .name {
  color: #222;
}

.theme-grey-4 .messages > li.right .message {
  background: white;
}

.theme-grey-4 .messages > li.right .message p {
  color: #4d4d4d;
}

.theme-grey-4 .messages > li.right .message .time {
  color: #4d4d4d;
}

.theme-grey-4 .messages > li.right .message .caret {
  border-left: 7px solid white;
}

.theme-grey-4 .letterbox .letter > li.active {
  background: #999999;
}

.theme-grey-4 .fullcalendar .fc-content .fc-event .fc-event-inner {
  background: #999999;
}

.theme-grey-4 .fullcalendar .fc-button.fc-state-active {
  background: #999999;
}

.theme-grey-4 .fullcalendar .fc-button.fc-state-active:hover {
  background: #999999;
}

.theme-grey-4 .table.table-user tr.alpha td.alpha-val span, .theme-grey-4 figure.table > table.table-user tr.alpha td.alpha-val span {
  background: #999999;
}

.theme-grey-4 .tagsinput#textfield_tagsinput .tag,
.theme-grey-4 .ms-container .multi-custom-header,
.theme-grey-4 .slider .ui-slider-handle,
.theme-grey-4 .form-wizard .wizard-steps li.active .single-step .title,
.theme-grey-4 .user-list h4,
.theme-grey-4 .user-list .h4,
.theme-grey-4 .nav.nav-pills > li.active > a,
.theme-grey-4 .nav.nav-list > li.active > a,
.theme-grey-4 .table.table-colored-header thead th,
.theme-grey-4 figure.table > table.table-colored-header thead th,
.theme-grey-4 .table.table-colored-header thead td,
.theme-grey-4 figure.table > table.table-colored-header thead td,
.theme-grey-4 .dataTables_wrapper .dataTables_paginate > span > a.paginate_active,
.theme-grey-4 .elfinder-navbar .ui-state-active,
.theme-grey-4 .pagination.pagination-custom li.active a:hover,
.theme-grey-4 .pagination.pagination-custom li.active a {
  background: #999999;
}

.theme-grey-4 .elfinder-navbar .ui-state-active {
  border-color: #999999;
}

.theme-grey-4 #main .box .box-title .tabs > li.active > a {
  background: #999999;
}

.theme-grey-4 #main .box.box-color .box-title {
  background: #999999;
}

.theme-grey-4 #main .box.box-color .box-title .tabs > li.active > a {
  background: #fff;
  color: #999999;
}

.theme-grey-4 #main .box.box-color .box-title .tabs > li > a:hover {
  color: #999999;
}

.theme-grey-4 #main .box.box-bordered.box-color .box-title {
  border-color: #999999;
}

.theme-grey-4 #main .box.box-bordered.box-color .box-content {
  border-color: #999999;
}

.ulreset,
#navigation .user .icon-nav,
#navigation .main-nav,
.letterbox .letter,
.user-list > ul,
.statistic-big .stats-overview,
.pagestats,
.userlist,
.quickstats,
.tags,
.bestseller,
.tabs,
.stats,
.minitiles,
.timeline,
.timeline > li .timeline-content .activity .timeline-images,
.search-results ul,
.image-items,
.colors {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nopadding {
  padding: 0 !important;
}

.row-fluid.margin-top,
.rf.margin-top {
  margin-top: 30px;
}

.visible-480 {
  display: none;
}

.box-sortable {
  background: #eee;
  border: 1px dotted #333;
}

.colors.small > li {
  height: 20px;
  width: 20px;
}

.colors.small > li > a,
.colors.small > li > span {
  height: 20px;
  width: 20px;
}

.colors > li {
  height: 40px;
  margin: 0 5px 5px 0;
  width: 40px;
  float: left;
}

.colors > li > a,
.colors > li > span {
  width: 40px;
  height: 40px;
  display: block;
}

.basic-margin > li,
.basic-margin > a {
  margin: 0 5px 5px 0;
}

.gray {
  color: #666;
}

.gray-light {
  color: #999;
}

.gray-dark {
  color: #222;
}

.gray-darker {
  color: #111;
}

.gray-lighter {
  color: #ccc;
}

.red {
  color: #f30;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.tleft {
  text-align: left;
}

.spaced {
  margin-bottom: 8px;
}

.spaced.small {
  margin-bottom: 5px;
}

.none {
  display: none;
}

.ui-spinner .ui-spinner-input {
  margin: 0;
}

.container,
.flex-container {
  width: 100%;
  width: 1080px;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .container,
.flex-container {
    width: 1160px;
  }
}
@media (min-width: 1400px) {
  .container,
.flex-container {
    width: 1360px;
  }
}
@media (min-width: 1600px) {
  .container,
.flex-container {
    width: 1560px;
  }
}
.flex-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flex-container .col-1,
.flex-container .col-2,
.flex-container .col-3,
.flex-container .col-4,
.flex-container .col-5,
.flex-container .col-6,
.flex-container .col-7,
.flex-container .col-8,
.flex-container .col-9,
.flex-container .col-10,
.flex-container .col-11,
.flex-container .col-12,
.flex-container .col,
.flex-container .col-auto,
.flex-container .col-sm-1,
.flex-container .col-sm-2,
.flex-container .col-sm-3,
.flex-container .col-sm-4,
.flex-container .col-sm-5,
.flex-container .col-sm-6,
.flex-container .col-sm-7,
.flex-container .col-sm-8,
.flex-container .col-sm-9,
.flex-container .col-sm-10,
.flex-container .col-sm-11,
.flex-container .col-sm-12,
.flex-container .col-sm,
.flex-container .col-sm-auto,
.flex-container .col-md-1,
.flex-container .col-md-2,
.flex-container .col-md-3,
.flex-container .col-md-4,
.flex-container .col-md-5,
.flex-container .col-md-6,
.flex-container .col-md-7,
.flex-container .col-md-8,
.flex-container .col-md-9,
.flex-container .col-md-10,
.flex-container .col-md-11,
.flex-container .col-md-12,
.flex-container .col-md,
.flex-container .col-md-auto,
.flex-container .col-lg-1,
.flex-container .col-lg-2,
.flex-container .col-lg-3,
.flex-container .col-lg-4,
.flex-container .col-lg-5,
.flex-container .col-lg-6,
.flex-container .col-lg-7,
.flex-container .col-lg-8,
.flex-container .col-lg-9,
.flex-container .col-lg-10,
.flex-container .col-lg-11,
.flex-container .col-lg-12,
.flex-container .col-lg,
.flex-container .col-lg-auto,
.flex-container .col-xl-1,
.flex-container .col-xl-2,
.flex-container .col-xl-3,
.flex-container .col-xl-4,
.flex-container .col-xl-5,
.flex-container .col-xl-6,
.flex-container .col-xl-7,
.flex-container .col-xl-8,
.flex-container .col-xl-9,
.flex-container .col-xl-10,
.flex-container .col-xl-11,
.flex-container .col-xl-12,
.flex-container .col-xl,
.flex-container .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.flex-container .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}
.flex-container .col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.flex-container .col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.flex-container .col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.flex-container .col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}
.flex-container .col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.flex-container .col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.flex-container .col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
.flex-container .col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.flex-container .col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.flex-container .col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}
.flex-container .col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.flex-container .col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.flex-container .col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
.flex-container .order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}
.flex-container .order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}
.flex-container .order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}
.flex-container .order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}
.flex-container .order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.flex-container .order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}
.flex-container .order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}
.flex-container .order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}
.flex-container .order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}
.flex-container .order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}
.flex-container .order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}
.flex-container .order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}
.flex-container .order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}
.flex-container .order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}
.flex-container .order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}
.flex-container .offset-1 {
  margin-left: 8.333333%;
}
.flex-container .offset-2 {
  margin-left: 16.666667%;
}
.flex-container .offset-3 {
  margin-left: 25%;
}
.flex-container .offset-4 {
  margin-left: 33.333333%;
}
.flex-container .offset-5 {
  margin-left: 41.666667%;
}
.flex-container .offset-6 {
  margin-left: 50%;
}
.flex-container .offset-7 {
  margin-left: 58.333333%;
}
.flex-container .offset-8 {
  margin-left: 66.666667%;
}
.flex-container .offset-9 {
  margin-left: 75%;
}
.flex-container .offset-10 {
  margin-left: 83.333333%;
}
.flex-container .offset-11 {
  margin-left: 91.666667%;
}

.flex-container *,
.flex-container *::before,
.flex-container *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.flex-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
.flex-row * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 576px) {
  .flex-row .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .flex-row .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .flex-row .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .flex-row .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .flex-row .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-row .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-row .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .flex-row .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-row .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .flex-row .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .flex-row .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-row .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .flex-row .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .flex-row .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .flex-row .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .flex-row .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .flex-row .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .flex-row .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .flex-row .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .flex-row .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .flex-row .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .flex-row .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .flex-row .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .flex-row .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .flex-row .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .flex-row .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .flex-row .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .flex-row .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .flex-row .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .flex-row .offset-sm-0 {
    margin-left: 0;
  }
  .flex-row .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .flex-row .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .flex-row .offset-sm-3 {
    margin-left: 25%;
  }
  .flex-row .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .flex-row .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .flex-row .offset-sm-6 {
    margin-left: 50%;
  }
  .flex-row .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .flex-row .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .flex-row .offset-sm-9 {
    margin-left: 75%;
  }
  .flex-row .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .flex-row .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .flex-row .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .flex-row .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .flex-row .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .flex-row .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .flex-row .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-row .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-row .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .flex-row .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-row .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .flex-row .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .flex-row .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-row .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .flex-row .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .flex-row .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .flex-row .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .flex-row .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .flex-row .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .flex-row .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .flex-row .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .flex-row .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .flex-row .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .flex-row .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .flex-row .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .flex-row .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .flex-row .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .flex-row .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .flex-row .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .flex-row .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .flex-row .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .flex-row .offset-md-0 {
    margin-left: 0;
  }
  .flex-row .offset-md-1 {
    margin-left: 8.333333%;
  }
  .flex-row .offset-md-2 {
    margin-left: 16.666667%;
  }
  .flex-row .offset-md-3 {
    margin-left: 25%;
  }
  .flex-row .offset-md-4 {
    margin-left: 33.333333%;
  }
  .flex-row .offset-md-5 {
    margin-left: 41.666667%;
  }
  .flex-row .offset-md-6 {
    margin-left: 50%;
  }
  .flex-row .offset-md-7 {
    margin-left: 58.333333%;
  }
  .flex-row .offset-md-8 {
    margin-left: 66.666667%;
  }
  .flex-row .offset-md-9 {
    margin-left: 75%;
  }
  .flex-row .offset-md-10 {
    margin-left: 83.333333%;
  }
  .flex-row .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .flex-row .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .flex-row .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .flex-row .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .flex-row .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .flex-row .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-row .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-row .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .flex-row .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-row .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .flex-row .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .flex-row .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-row .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .flex-row .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .flex-row .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .flex-row .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .flex-row .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .flex-row .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .flex-row .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .flex-row .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .flex-row .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .flex-row .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .flex-row .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .flex-row .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .flex-row .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .flex-row .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .flex-row .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .flex-row .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .flex-row .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .flex-row .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .flex-row .offset-lg-0 {
    margin-left: 0;
  }
  .flex-row .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .flex-row .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .flex-row .offset-lg-3 {
    margin-left: 25%;
  }
  .flex-row .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .flex-row .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .flex-row .offset-lg-6 {
    margin-left: 50%;
  }
  .flex-row .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .flex-row .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .flex-row .offset-lg-9 {
    margin-left: 75%;
  }
  .flex-row .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .flex-row .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .flex-row .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .flex-row .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .flex-row .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .flex-row .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .flex-row .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-row .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-row .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .flex-row .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-row .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .flex-row .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .flex-row .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-row .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .flex-row .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .flex-row .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .flex-row .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .flex-row .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .flex-row .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .flex-row .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .flex-row .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .flex-row .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .flex-row .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .flex-row .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .flex-row .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .flex-row .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .flex-row .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .flex-row .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .flex-row .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .flex-row .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .flex-row .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .flex-row .offset-xl-0 {
    margin-left: 0;
  }
  .flex-row .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .flex-row .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .flex-row .offset-xl-3 {
    margin-left: 25%;
  }
  .flex-row .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .flex-row .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .flex-row .offset-xl-6 {
    margin-left: 50%;
  }
  .flex-row .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .flex-row .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .flex-row .offset-xl-9 {
    margin-left: 75%;
  }
  .flex-row .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .flex-row .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5,
section.block-related-products > .section-bd .card > .card-bd .btn,
section.block-featured-collections > .section-bd .card > .card-bd .btn,
section.block-featured-articles > .section-bd .card > .card-bd .btn,
section.block-collection-main > .section-bd .card > .card-bd .btn,
section.block-blog-list > .section-bd .card > .card-bd .btn,
section.block-blog-content > .section-bd .card > .card-bd .btn {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5,
section.block-related-products > .section-bd .card > .card-bd .btn,
section.block-featured-collections > .section-bd .card > .card-bd .btn,
section.block-featured-articles > .section-bd .card > .card-bd .btn,
section.block-collection-main > .section-bd .card > .card-bd .btn,
section.block-blog-list > .section-bd .card > .card-bd .btn,
section.block-blog-content > .section-bd .card > .card-bd .btn {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto,
.cp-carousel {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto,
.cp-carousel {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix, section.block-page-header, .ck-editor,
.ck-content,
article, .activity-attachment-list {
  *zoom: 1;
}

.clearfix:before, section.block-page-header:before, .ck-editor:before,
.ck-content:before,
article:before, .activity-attachment-list:before,
.clearfix:after,
section.block-page-header:after,
.ck-editor:after,
.ck-content:after,
article:after,
.activity-attachment-list:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after, section.block-page-header:after, .ck-editor:after,
.ck-content:after,
article:after, .activity-attachment-list:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }

  .hidden-print {
    display: none !important;
  }
}
.span12 {
  width: 1170px;
}

.span11 {
  width: 1070px;
}

.span10 {
  width: 970px;
}

.span9 {
  width: 870px;
}

.span8 {
  width: 770px;
}

.span7 {
  width: 670px;
}

.span6 {
  width: 570px;
}

.span5 {
  width: 470px;
}

.span4 {
  width: 370px;
}

.span3 {
  width: 270px;
}

.span2 {
  width: 170px;
}

.span1 {
  width: 70px;
}

.offset12 {
  margin-left: 1230px;
}

.offset11 {
  margin-left: 1130px;
}

.offset10 {
  margin-left: 1030px;
}

.offset9 {
  margin-left: 930px;
}

.offset8 {
  margin-left: 830px;
}

.offset7 {
  margin-left: 730px;
}

.offset6 {
  margin-left: 630px;
}

.offset5 {
  margin-left: 530px;
}

.offset4 {
  margin-left: 430px;
}

.offset3 {
  margin-left: 330px;
}

.offset2 {
  margin-left: 230px;
}

.offset1 {
  margin-left: 130px;
}

.rf {
  width: 100%;
  *zoom: 1;
}

.rf:before,
.rf:after {
  display: table;
  line-height: 0;
  content: "";
}

.rf:after {
  clear: both;
}

.rf [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 20px;
  margin-left: 2.5641025641%;
  *margin-left: 2.5109110747%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rf [class*=span]:first-child {
  margin-left: 0;
}

.rf .controls-row [class*=span] + [class*=span] {
  margin-left: 2.5641025641%;
}

.rf .span12 {
  width: 100%;
  *width: 99.9468085106%;
}

.rf .span11 {
  width: 91.452991453%;
  *width: 91.3997999636%;
}

.rf .span10 {
  width: 82.905982906%;
  *width: 82.8527914166%;
}

.rf .span9 {
  width: 74.358974359%;
  *width: 74.3057828696%;
}

.rf .span8 {
  width: 65.811965812%;
  *width: 65.7587743226%;
}

.rf .span7 {
  width: 57.264957265%;
  *width: 57.2117657756%;
}

.rf .span6 {
  width: 48.7179487179%;
  *width: 48.6647572286%;
}

.rf .span5 {
  width: 40.1709401709%;
  *width: 40.1177486816%;
}

.rf .span4 {
  width: 31.6239316239%;
  *width: 31.5707401346%;
}

.rf .span3 {
  width: 23.0769230769%;
  *width: 23.0237315876%;
}

.rf .span2 {
  width: 14.5299145299%;
  *width: 14.4767230406%;
}

.rf .span1 {
  width: 5.9829059829%;
  *width: 5.9297144935%;
}

.rf .offset12 {
  margin-left: 105.1282051282%;
  *margin-left: 105.0218221495%;
}

.rf .offset12:first-child {
  margin-left: 102.5641025641%;
  *margin-left: 102.4577195854%;
}

.rf .offset11 {
  margin-left: 96.5811965812%;
  *margin-left: 96.4748136025%;
}

.rf .offset11:first-child {
  margin-left: 94.0170940171%;
  *margin-left: 93.9107110384%;
}

.rf .offset10 {
  margin-left: 88.0341880342%;
  *margin-left: 87.9278050555%;
}

.rf .offset10:first-child {
  margin-left: 85.4700854701%;
  *margin-left: 85.3637024914%;
}

.rf .offset9 {
  margin-left: 79.4871794872%;
  *margin-left: 79.3807965085%;
}

.rf .offset9:first-child {
  margin-left: 76.9230769231%;
  *margin-left: 76.8166939444%;
}

.rf .offset8 {
  margin-left: 70.9401709402%;
  *margin-left: 70.8337879614%;
}

.rf .offset8:first-child {
  margin-left: 68.3760683761%;
  *margin-left: 68.2696853973%;
}

.rf .offset7 {
  margin-left: 62.3931623932%;
  *margin-left: 62.2867794144%;
}

.rf .offset7:first-child {
  margin-left: 59.8290598291%;
  *margin-left: 59.7226768503%;
}

.rf .offset6 {
  margin-left: 53.8461538462%;
  *margin-left: 53.7397708674%;
}

.rf .offset6:first-child {
  margin-left: 51.2820512821%;
  *margin-left: 51.1756683033%;
}

.rf .offset5 {
  margin-left: 45.2991452991%;
  *margin-left: 45.1927623204%;
}

.rf .offset5:first-child {
  margin-left: 42.735042735%;
  *margin-left: 42.6286597563%;
}

.rf .offset4 {
  margin-left: 36.7521367521%;
  *margin-left: 36.6457537734%;
}

.rf .offset4:first-child {
  margin-left: 34.188034188%;
  *margin-left: 34.0816512093%;
}

.rf .offset3 {
  margin-left: 28.2051282051%;
  *margin-left: 28.0987452264%;
}

.rf .offset3:first-child {
  margin-left: 25.641025641%;
  *margin-left: 25.5346426623%;
}

.rf .offset2 {
  margin-left: 19.6581196581%;
  *margin-left: 19.5517366794%;
}

.rf .offset2:first-child {
  margin-left: 17.094017094%;
  *margin-left: 16.9876341153%;
}

.rf .offset1 {
  margin-left: 11.1111111111%;
  *margin-left: 11.0047281324%;
}

.rf .offset1:first-child {
  margin-left: 8.547008547%;
  *margin-left: 8.4406255683%;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*=span] + [class*=span] {
  margin-left: 30px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 1156px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 1056px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 956px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 856px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 756px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 656px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 556px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 456px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 356px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 256px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 156px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 56px;
}

.thumbnails {
  margin-left: -30px;
}

.thumbnails > li {
  margin-left: 30px;
}

.rf .thumbnails {
  margin-left: 0;
}

@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }

  .row:before,
.row:after {
    display: table;
    line-height: 0;
    content: "";
  }

  .row:after {
    clear: both;
  }

  [class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }

  .container,
.flex-container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 724px;
  }

  .span12 {
    width: 724px;
  }

  .span11 {
    width: 662px;
  }

  .span10 {
    width: 600px;
  }

  .span9 {
    width: 538px;
  }

  .span8 {
    width: 476px;
  }

  .span7 {
    width: 414px;
  }

  .span6 {
    width: 352px;
  }

  .span5 {
    width: 290px;
  }

  .span4 {
    width: 228px;
  }

  .span3 {
    width: 166px;
  }

  .span2 {
    width: 104px;
  }

  .span1 {
    width: 42px;
  }

  .offset12 {
    margin-left: 764px;
  }

  .offset11 {
    margin-left: 702px;
  }

  .offset10 {
    margin-left: 640px;
  }

  .offset9 {
    margin-left: 578px;
  }

  .offset8 {
    margin-left: 516px;
  }

  .offset7 {
    margin-left: 454px;
  }

  .offset6 {
    margin-left: 392px;
  }

  .offset5 {
    margin-left: 330px;
  }

  .offset4 {
    margin-left: 268px;
  }

  .offset3 {
    margin-left: 206px;
  }

  .offset2 {
    margin-left: 144px;
  }

  .offset1 {
    margin-left: 82px;
  }

  .rf {
    width: 100%;
    *zoom: 1;
  }

  .rf:before,
.rf:after {
    display: table;
    line-height: 0;
    content: "";
  }

  .rf:after {
    clear: both;
  }

  .rf [class*=span] {
    display: block;
    float: left;
    width: 100%;
    min-height: 20px;
    margin-left: 2.7624309392%;
    *margin-left: 2.7092394499%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .rf [class*=span]:first-child {
    margin-left: 0;
  }

  .rf .controls-row [class*=span] + [class*=span] {
    margin-left: 2.7624309392%;
  }

  .rf .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }

  .rf .span11 {
    width: 91.4364640884%;
    *width: 91.383272599%;
  }

  .rf .span10 {
    width: 82.8729281768%;
    *width: 82.8197366874%;
  }

  .rf .span9 {
    width: 74.3093922652%;
    *width: 74.2562007758%;
  }

  .rf .span8 {
    width: 65.7458563536%;
    *width: 65.6926648642%;
  }

  .rf .span7 {
    width: 57.182320442%;
    *width: 57.1291289526%;
  }

  .rf .span6 {
    width: 48.6187845304%;
    *width: 48.565593041%;
  }

  .rf .span5 {
    width: 40.0552486188%;
    *width: 40.0020571294%;
  }

  .rf .span4 {
    width: 31.4917127072%;
    *width: 31.4385212178%;
  }

  .rf .span3 {
    width: 22.9281767956%;
    *width: 22.8749853062%;
  }

  .rf .span2 {
    width: 14.364640884%;
    *width: 14.3114493946%;
  }

  .rf .span1 {
    width: 5.8011049724%;
    *width: 5.747913483%;
  }

  .rf .offset12 {
    margin-left: 105.5248618785%;
    *margin-left: 105.4184788997%;
  }

  .rf .offset12:first-child {
    margin-left: 102.7624309392%;
    *margin-left: 102.6560479605%;
  }

  .rf .offset11 {
    margin-left: 96.9613259669%;
    *margin-left: 96.8549429881%;
  }

  .rf .offset11:first-child {
    margin-left: 94.1988950276%;
    *margin-left: 94.0925120489%;
  }

  .rf .offset10 {
    margin-left: 88.3977900552%;
    *margin-left: 88.2914070765%;
  }

  .rf .offset10:first-child {
    margin-left: 85.635359116%;
    *margin-left: 85.5289761373%;
  }

  .rf .offset9 {
    margin-left: 79.8342541436%;
    *margin-left: 79.7278711649%;
  }

  .rf .offset9:first-child {
    margin-left: 77.0718232044%;
    *margin-left: 76.9654402257%;
  }

  .rf .offset8 {
    margin-left: 71.270718232%;
    *margin-left: 71.1643352533%;
  }

  .rf .offset8:first-child {
    margin-left: 68.5082872928%;
    *margin-left: 68.4019043141%;
  }

  .rf .offset7 {
    margin-left: 62.7071823204%;
    *margin-left: 62.6007993417%;
  }

  .rf .offset7:first-child {
    margin-left: 59.9447513812%;
    *margin-left: 59.8383684025%;
  }

  .rf .offset6 {
    margin-left: 54.1436464088%;
    *margin-left: 54.0372634301%;
  }

  .rf .offset6:first-child {
    margin-left: 51.3812154696%;
    *margin-left: 51.2748324909%;
  }

  .rf .offset5 {
    margin-left: 45.5801104972%;
    *margin-left: 45.4737275185%;
  }

  .rf .offset5:first-child {
    margin-left: 42.817679558%;
    *margin-left: 42.7112965793%;
  }

  .rf .offset4 {
    margin-left: 37.0165745856%;
    *margin-left: 36.9101916069%;
  }

  .rf .offset4:first-child {
    margin-left: 34.2541436464%;
    *margin-left: 34.1477606677%;
  }

  .rf .offset3 {
    margin-left: 28.453038674%;
    *margin-left: 28.3466556953%;
  }

  .rf .offset3:first-child {
    margin-left: 25.6906077348%;
    *margin-left: 25.5842247561%;
  }

  .rf .offset2 {
    margin-left: 19.8895027624%;
    *margin-left: 19.7831197837%;
  }

  .rf .offset2:first-child {
    margin-left: 17.1270718232%;
    *margin-left: 17.0206888445%;
  }

  .rf .offset1 {
    margin-left: 11.3259668508%;
    *margin-left: 11.2195838721%;
  }

  .rf .offset1:first-child {
    margin-left: 8.5635359116%;
    *margin-left: 8.4571529329%;
  }

  input,
textarea,
.uneditable-input {
    margin-left: 0;
  }

  .controls-row [class*=span] + [class*=span] {
    margin-left: 20px;
  }

  input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 710px;
  }

  input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 648px;
  }

  input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 586px;
  }

  input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 524px;
  }

  input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 462px;
  }

  input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 400px;
  }

  input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 338px;
  }

  input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 276px;
  }

  input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 214px;
  }

  input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 152px;
  }

  input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 90px;
  }

  input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 28px;
  }
}
/*
@media (max-width: 767px) {
  body {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: -20px;
    margin-left: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .rf {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .rf [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .span12,
  .rf .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .rf [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}

@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
*/
.button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.button:hover {
  color: #212529;
  text-decoration: none;
}

.button:focus, .button.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.button.disabled, .button:disabled {
  opacity: 0.65;
}

a.button.disabled,
fieldset:disabled a.button {
  pointer-events: none;
}

.button-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.button-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.button-primary:focus, .button-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.button-primary.disabled, .button-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.button-primary:not(:disabled):not(.disabled):active, .button-primary:not(:disabled):not(.disabled).active,
.show > .button-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.button-primary:not(:disabled):not(.disabled):active:focus, .button-primary:not(:disabled):not(.disabled).active:focus,
.show > .button-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.button-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.button-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.button-secondary:focus, .button-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.button-secondary.disabled, .button-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.button-secondary:not(:disabled):not(.disabled):active, .button-secondary:not(:disabled):not(.disabled).active,
.show > .button-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.button-secondary:not(:disabled):not(.disabled):active:focus, .button-secondary:not(:disabled):not(.disabled).active:focus,
.show > .button-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.button-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.button-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.button-success:focus, .button-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.button-success.disabled, .button-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.button-success:not(:disabled):not(.disabled):active, .button-success:not(:disabled):not(.disabled).active,
.show > .button-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.button-success:not(:disabled):not(.disabled):active:focus, .button-success:not(:disabled):not(.disabled).active:focus,
.show > .button-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.button-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.button-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.button-info:focus, .button-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.button-info.disabled, .button-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.button-info:not(:disabled):not(.disabled):active, .button-info:not(:disabled):not(.disabled).active,
.show > .button-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.button-info:not(:disabled):not(.disabled):active:focus, .button-info:not(:disabled):not(.disabled).active:focus,
.show > .button-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.button-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.button-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.button-warning:focus, .button-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.button-warning.disabled, .button-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.button-warning:not(:disabled):not(.disabled):active, .button-warning:not(:disabled):not(.disabled).active,
.show > .button-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.button-warning:not(:disabled):not(.disabled):active:focus, .button-warning:not(:disabled):not(.disabled).active:focus,
.show > .button-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.button-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.button-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.button-danger:focus, .button-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.button-danger.disabled, .button-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.button-danger:not(:disabled):not(.disabled):active, .button-danger:not(:disabled):not(.disabled).active,
.show > .button-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.button-danger:not(:disabled):not(.disabled):active:focus, .button-danger:not(:disabled):not(.disabled).active:focus,
.show > .button-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.button-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.button-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.button-light:focus, .button-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.button-light.disabled, .button-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.button-light:not(:disabled):not(.disabled):active, .button-light:not(:disabled):not(.disabled).active,
.show > .button-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.button-light:not(:disabled):not(.disabled):active:focus, .button-light:not(:disabled):not(.disabled).active:focus,
.show > .button-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.button-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.button-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.button-dark:focus, .button-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.button-dark.disabled, .button-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.button-dark:not(:disabled):not(.disabled):active, .button-dark:not(:disabled):not(.disabled).active,
.show > .button-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.button-dark:not(:disabled):not(.disabled):active:focus, .button-dark:not(:disabled):not(.disabled).active:focus,
.show > .button-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.button-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.button-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.button-outline-primary:focus, .button-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.button-outline-primary.disabled, .button-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.button-outline-primary:not(:disabled):not(.disabled):active, .button-outline-primary:not(:disabled):not(.disabled).active,
.show > .button-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.button-outline-primary:not(:disabled):not(.disabled):active:focus, .button-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .button-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.button-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.button-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.button-outline-secondary:focus, .button-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.button-outline-secondary.disabled, .button-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.button-outline-secondary:not(:disabled):not(.disabled):active, .button-outline-secondary:not(:disabled):not(.disabled).active,
.show > .button-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.button-outline-secondary:not(:disabled):not(.disabled):active:focus, .button-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .button-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.button-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.button-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.button-outline-success:focus, .button-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.button-outline-success.disabled, .button-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.button-outline-success:not(:disabled):not(.disabled):active, .button-outline-success:not(:disabled):not(.disabled).active,
.show > .button-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.button-outline-success:not(:disabled):not(.disabled):active:focus, .button-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .button-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.button-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.button-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.button-outline-info:focus, .button-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.button-outline-info.disabled, .button-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.button-outline-info:not(:disabled):not(.disabled):active, .button-outline-info:not(:disabled):not(.disabled).active,
.show > .button-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.button-outline-info:not(:disabled):not(.disabled):active:focus, .button-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .button-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.button-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.button-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.button-outline-warning:focus, .button-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.button-outline-warning.disabled, .button-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.button-outline-warning:not(:disabled):not(.disabled):active, .button-outline-warning:not(:disabled):not(.disabled).active,
.show > .button-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.button-outline-warning:not(:disabled):not(.disabled):active:focus, .button-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .button-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.button-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.button-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.button-outline-danger:focus, .button-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.button-outline-danger.disabled, .button-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.button-outline-danger:not(:disabled):not(.disabled):active, .button-outline-danger:not(:disabled):not(.disabled).active,
.show > .button-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.button-outline-danger:not(:disabled):not(.disabled):active:focus, .button-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .button-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.button-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.button-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.button-outline-light:focus, .button-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.button-outline-light.disabled, .button-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.button-outline-light:not(:disabled):not(.disabled):active, .button-outline-light:not(:disabled):not(.disabled).active,
.show > .button-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.button-outline-light:not(:disabled):not(.disabled):active:focus, .button-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .button-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.button-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.button-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.button-outline-dark:focus, .button-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.button-outline-dark.disabled, .button-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.button-outline-dark:not(:disabled):not(.disabled):active, .button-outline-dark:not(:disabled):not(.disabled).active,
.show > .button-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.button-outline-dark:not(:disabled):not(.disabled):active:focus, .button-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .button-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.button-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.button-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.button-link:focus, .button-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button-link:disabled, .button-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.button-lg, .button-group-lg > .button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.button-sm, .button-group-sm > .button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.button-block {
  display: block;
  width: 100%;
}

.button-block + .button-block {
  margin-top: 0.5rem;
}

input[type=submit].button-block,
input[type=reset].button-block,
input[type=button].button-block {
  width: 100%;
}

.none {
  display: none;
}

.cf:before,
.cf:after {
  display: table;
  content: " ";
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.tcenter {
  text-align: center;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after, section.block-page-header::after, .ck-editor::after,
.ck-content::after,
article::after, .activity-attachment-list::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5,
section.block-related-products > .section-bd .card > .card-bd .btn,
section.block-featured-collections > .section-bd .card > .card-bd .btn,
section.block-featured-articles > .section-bd .card > .card-bd .btn,
section.block-collection-main > .section-bd .card > .card-bd .btn,
section.block-blog-list > .section-bd .card > .card-bd .btn,
section.block-blog-content > .section-bd .card > .card-bd .btn {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5,
section.block-related-products > .section-bd .card > .card-bd .btn,
section.block-featured-collections > .section-bd .card > .card-bd .btn,
section.block-featured-articles > .section-bd .card > .card-bd .btn,
section.block-collection-main > .section-bd .card > .card-bd .btn,
section.block-blog-list > .section-bd .card > .card-bd .btn,
section.block-blog-content > .section-bd .card > .card-bd .btn {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto,
.cp-carousel {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto,
.cp-carousel {
  margin-left: auto !important;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f6f6f6 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dddddd !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-muted {
  background-color: #6c757d !important;
}

a.bg-muted:hover,
a.bg-muted:focus,
button.bg-muted:hover,
button.bg-muted:focus {
  background-color: #545b62 !important;
}

.bg-black {
  background-color: #000 !important;
}

a.bg-black:hover,
a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f6f6f6 !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-muted {
  border-color: #6c757d !important;
}

.border-black {
  border-color: #000 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after, section.block-page-header::after, .ck-editor::after,
.ck-content::after,
article::after, .activity-attachment-list::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}

.m-6 {
  margin: 2.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 2.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 2.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 2.5rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.mt-7,
.my-7 {
  margin-top: 3rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 3rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 3rem !important;
}

.m-8 {
  margin: 4rem !important;
}

.mt-8,
.my-8 {
  margin-top: 4rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 4rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 4rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 4rem !important;
}

.m-9 {
  margin: 5rem !important;
}

.mt-9,
.my-9 {
  margin-top: 5rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 5rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 5rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 5rem !important;
}

.m-10 {
  margin: 6rem !important;
}

.mt-10,
.my-10 {
  margin-top: 6rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 6rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 6rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 6rem !important;
}

.m-11 {
  margin: 7.5rem !important;
}

.mt-11,
.my-11 {
  margin-top: 7.5rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 7.5rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 7.5rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 7.5rem !important;
}

.m-12 {
  margin: 9rem !important;
}

.mt-12,
.my-12 {
  margin-top: 9rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 9rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 9rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 9rem !important;
}

.m-13 {
  margin: 12rem !important;
}

.mt-13,
.my-13 {
  margin-top: 12rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 12rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 12rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 12rem !important;
}

.m-14 {
  margin: 15rem !important;
}

.mt-14,
.my-14 {
  margin-top: 15rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 15rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 15rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 15rem !important;
}

.m-15 {
  margin: 20rem !important;
}

.mt-15,
.my-15 {
  margin-top: 20rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 20rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 20rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 20rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2rem !important;
}

.pr-5,
.px-5,
section.block-related-products > .section-bd .card > .card-bd .btn,
section.block-featured-collections > .section-bd .card > .card-bd .btn,
section.block-featured-articles > .section-bd .card > .card-bd .btn,
section.block-collection-main > .section-bd .card > .card-bd .btn,
section.block-blog-list > .section-bd .card > .card-bd .btn,
section.block-blog-content > .section-bd .card > .card-bd .btn {
  padding-right: 2rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}

.pl-5,
.px-5,
section.block-related-products > .section-bd .card > .card-bd .btn,
section.block-featured-collections > .section-bd .card > .card-bd .btn,
section.block-featured-articles > .section-bd .card > .card-bd .btn,
section.block-collection-main > .section-bd .card > .card-bd .btn,
section.block-blog-list > .section-bd .card > .card-bd .btn,
section.block-blog-content > .section-bd .card > .card-bd .btn {
  padding-left: 2rem !important;
}

.p-6 {
  padding: 2.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 2.5rem !important;
}

.pr-6,
.px-6,
.acf-form .acf-button {
  padding-right: 2.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 2.5rem !important;
}

.pl-6,
.px-6,
.acf-form .acf-button {
  padding-left: 2.5rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.pt-7,
.py-7 {
  padding-top: 3rem !important;
}

.pr-7,
.px-7 {
  padding-right: 3rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 3rem !important;
}

.pl-7,
.px-7 {
  padding-left: 3rem !important;
}

.p-8 {
  padding: 4rem !important;
}

.pt-8,
.py-8 {
  padding-top: 4rem !important;
}

.pr-8,
.px-8 {
  padding-right: 4rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 4rem !important;
}

.pl-8,
.px-8 {
  padding-left: 4rem !important;
}

.p-9 {
  padding: 5rem !important;
}

.pt-9,
.py-9 {
  padding-top: 5rem !important;
}

.pr-9,
.px-9 {
  padding-right: 5rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 5rem !important;
}

.pl-9,
.px-9 {
  padding-left: 5rem !important;
}

.p-10 {
  padding: 6rem !important;
}

.pt-10,
.py-10 {
  padding-top: 6rem !important;
}

.pr-10,
.px-10 {
  padding-right: 6rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 6rem !important;
}

.pl-10,
.px-10 {
  padding-left: 6rem !important;
}

.p-11 {
  padding: 7.5rem !important;
}

.pt-11,
.py-11 {
  padding-top: 7.5rem !important;
}

.pr-11,
.px-11 {
  padding-right: 7.5rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 7.5rem !important;
}

.pl-11,
.px-11 {
  padding-left: 7.5rem !important;
}

.p-12 {
  padding: 9rem !important;
}

.pt-12,
.py-12 {
  padding-top: 9rem !important;
}

.pr-12,
.px-12 {
  padding-right: 9rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 9rem !important;
}

.pl-12,
.px-12 {
  padding-left: 9rem !important;
}

.p-13 {
  padding: 12rem !important;
}

.pt-13,
.py-13 {
  padding-top: 12rem !important;
}

.pr-13,
.px-13 {
  padding-right: 12rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 12rem !important;
}

.pl-13,
.px-13 {
  padding-left: 12rem !important;
}

.p-14 {
  padding: 15rem !important;
}

.pt-14,
.py-14 {
  padding-top: 15rem !important;
}

.pr-14,
.px-14 {
  padding-right: 15rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 15rem !important;
}

.pl-14,
.px-14 {
  padding-left: 15rem !important;
}

.p-15 {
  padding: 20rem !important;
}

.pt-15,
.py-15 {
  padding-top: 20rem !important;
}

.pr-15,
.px-15 {
  padding-right: 20rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 20rem !important;
}

.pl-15,
.px-15 {
  padding-left: 20rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -2rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -2rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -2rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -2rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -2rem !important;
}

.m-n6 {
  margin: -2.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -2.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -2.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -2.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -2.5rem !important;
}

.m-n7 {
  margin: -3rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -3rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -3rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -3rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -3rem !important;
}

.m-n8 {
  margin: -4rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -4rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -4rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -4rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -4rem !important;
}

.m-n9 {
  margin: -5rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -5rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -5rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -5rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -5rem !important;
}

.m-n10 {
  margin: -6rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -6rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -6rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -6rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -6rem !important;
}

.m-n11 {
  margin: -7.5rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -7.5rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -7.5rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -7.5rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -7.5rem !important;
}

.m-n12 {
  margin: -9rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -9rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -9rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -9rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -9rem !important;
}

.m-n13 {
  margin: -12rem !important;
}

.mt-n13,
.my-n13 {
  margin-top: -12rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -12rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -12rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -12rem !important;
}

.m-n14 {
  margin: -15rem !important;
}

.mt-n14,
.my-n14 {
  margin-top: -15rem !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -15rem !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -15rem !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -15rem !important;
}

.m-n15 {
  margin: -20rem !important;
}

.mt-n15,
.my-n15 {
  margin-top: -20rem !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -20rem !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -20rem !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -20rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto,
.cp-carousel {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto,
.cp-carousel {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 2rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 2rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 2rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 2rem !important;
  }

  .m-sm-6 {
    margin: 2.5rem !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 2.5rem !important;
  }

  .m-sm-7 {
    margin: 3rem !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 3rem !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 3rem !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 3rem !important;
  }

  .m-sm-8 {
    margin: 4rem !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 4rem !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 4rem !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 4rem !important;
  }

  .m-sm-9 {
    margin: 5rem !important;
  }

  .mt-sm-9,
.my-sm-9 {
    margin-top: 5rem !important;
  }

  .mr-sm-9,
.mx-sm-9 {
    margin-right: 5rem !important;
  }

  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-9,
.mx-sm-9 {
    margin-left: 5rem !important;
  }

  .m-sm-10 {
    margin: 6rem !important;
  }

  .mt-sm-10,
.my-sm-10 {
    margin-top: 6rem !important;
  }

  .mr-sm-10,
.mx-sm-10 {
    margin-right: 6rem !important;
  }

  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 6rem !important;
  }

  .m-sm-11 {
    margin: 7.5rem !important;
  }

  .mt-sm-11,
.my-sm-11 {
    margin-top: 7.5rem !important;
  }

  .mr-sm-11,
.mx-sm-11 {
    margin-right: 7.5rem !important;
  }

  .mb-sm-11,
.my-sm-11 {
    margin-bottom: 7.5rem !important;
  }

  .ml-sm-11,
.mx-sm-11 {
    margin-left: 7.5rem !important;
  }

  .m-sm-12 {
    margin: 9rem !important;
  }

  .mt-sm-12,
.my-sm-12 {
    margin-top: 9rem !important;
  }

  .mr-sm-12,
.mx-sm-12 {
    margin-right: 9rem !important;
  }

  .mb-sm-12,
.my-sm-12 {
    margin-bottom: 9rem !important;
  }

  .ml-sm-12,
.mx-sm-12 {
    margin-left: 9rem !important;
  }

  .m-sm-13 {
    margin: 12rem !important;
  }

  .mt-sm-13,
.my-sm-13 {
    margin-top: 12rem !important;
  }

  .mr-sm-13,
.mx-sm-13 {
    margin-right: 12rem !important;
  }

  .mb-sm-13,
.my-sm-13 {
    margin-bottom: 12rem !important;
  }

  .ml-sm-13,
.mx-sm-13 {
    margin-left: 12rem !important;
  }

  .m-sm-14 {
    margin: 15rem !important;
  }

  .mt-sm-14,
.my-sm-14 {
    margin-top: 15rem !important;
  }

  .mr-sm-14,
.mx-sm-14 {
    margin-right: 15rem !important;
  }

  .mb-sm-14,
.my-sm-14 {
    margin-bottom: 15rem !important;
  }

  .ml-sm-14,
.mx-sm-14 {
    margin-left: 15rem !important;
  }

  .m-sm-15 {
    margin: 20rem !important;
  }

  .mt-sm-15,
.my-sm-15 {
    margin-top: 20rem !important;
  }

  .mr-sm-15,
.mx-sm-15 {
    margin-right: 20rem !important;
  }

  .mb-sm-15,
.my-sm-15 {
    margin-bottom: 20rem !important;
  }

  .ml-sm-15,
.mx-sm-15 {
    margin-left: 20rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 2rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 2rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 2rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 2rem !important;
  }

  .p-sm-6 {
    padding: 2.5rem !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 2.5rem !important;
  }

  .p-sm-7 {
    padding: 3rem !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 3rem !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 3rem !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 3rem !important;
  }

  .p-sm-8 {
    padding: 4rem !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 4rem !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 4rem !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 4rem !important;
  }

  .p-sm-9 {
    padding: 5rem !important;
  }

  .pt-sm-9,
.py-sm-9 {
    padding-top: 5rem !important;
  }

  .pr-sm-9,
.px-sm-9 {
    padding-right: 5rem !important;
  }

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-9,
.px-sm-9 {
    padding-left: 5rem !important;
  }

  .p-sm-10 {
    padding: 6rem !important;
  }

  .pt-sm-10,
.py-sm-10 {
    padding-top: 6rem !important;
  }

  .pr-sm-10,
.px-sm-10 {
    padding-right: 6rem !important;
  }

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 6rem !important;
  }

  .p-sm-11 {
    padding: 7.5rem !important;
  }

  .pt-sm-11,
.py-sm-11 {
    padding-top: 7.5rem !important;
  }

  .pr-sm-11,
.px-sm-11 {
    padding-right: 7.5rem !important;
  }

  .pb-sm-11,
.py-sm-11 {
    padding-bottom: 7.5rem !important;
  }

  .pl-sm-11,
.px-sm-11 {
    padding-left: 7.5rem !important;
  }

  .p-sm-12 {
    padding: 9rem !important;
  }

  .pt-sm-12,
.py-sm-12 {
    padding-top: 9rem !important;
  }

  .pr-sm-12,
.px-sm-12 {
    padding-right: 9rem !important;
  }

  .pb-sm-12,
.py-sm-12 {
    padding-bottom: 9rem !important;
  }

  .pl-sm-12,
.px-sm-12 {
    padding-left: 9rem !important;
  }

  .p-sm-13 {
    padding: 12rem !important;
  }

  .pt-sm-13,
.py-sm-13 {
    padding-top: 12rem !important;
  }

  .pr-sm-13,
.px-sm-13 {
    padding-right: 12rem !important;
  }

  .pb-sm-13,
.py-sm-13 {
    padding-bottom: 12rem !important;
  }

  .pl-sm-13,
.px-sm-13 {
    padding-left: 12rem !important;
  }

  .p-sm-14 {
    padding: 15rem !important;
  }

  .pt-sm-14,
.py-sm-14 {
    padding-top: 15rem !important;
  }

  .pr-sm-14,
.px-sm-14 {
    padding-right: 15rem !important;
  }

  .pb-sm-14,
.py-sm-14 {
    padding-bottom: 15rem !important;
  }

  .pl-sm-14,
.px-sm-14 {
    padding-left: 15rem !important;
  }

  .p-sm-15 {
    padding: 20rem !important;
  }

  .pt-sm-15,
.py-sm-15 {
    padding-top: 20rem !important;
  }

  .pr-sm-15,
.px-sm-15 {
    padding-right: 20rem !important;
  }

  .pb-sm-15,
.py-sm-15 {
    padding-bottom: 20rem !important;
  }

  .pl-sm-15,
.px-sm-15 {
    padding-left: 20rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -2rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -2rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -2rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -2rem !important;
  }

  .m-sm-n6 {
    margin: -2.5rem !important;
  }

  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -2.5rem !important;
  }

  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -2.5rem !important;
  }

  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -2.5rem !important;
  }

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -2.5rem !important;
  }

  .m-sm-n7 {
    margin: -3rem !important;
  }

  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -3rem !important;
  }

  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -3rem !important;
  }

  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -3rem !important;
  }

  .m-sm-n8 {
    margin: -4rem !important;
  }

  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -4rem !important;
  }

  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -4rem !important;
  }

  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -4rem !important;
  }

  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -4rem !important;
  }

  .m-sm-n9 {
    margin: -5rem !important;
  }

  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -5rem !important;
  }

  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -5rem !important;
  }

  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -5rem !important;
  }

  .m-sm-n10 {
    margin: -6rem !important;
  }

  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -6rem !important;
  }

  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -6rem !important;
  }

  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -6rem !important;
  }

  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -6rem !important;
  }

  .m-sm-n11 {
    margin: -7.5rem !important;
  }

  .mt-sm-n11,
.my-sm-n11 {
    margin-top: -7.5rem !important;
  }

  .mr-sm-n11,
.mx-sm-n11 {
    margin-right: -7.5rem !important;
  }

  .mb-sm-n11,
.my-sm-n11 {
    margin-bottom: -7.5rem !important;
  }

  .ml-sm-n11,
.mx-sm-n11 {
    margin-left: -7.5rem !important;
  }

  .m-sm-n12 {
    margin: -9rem !important;
  }

  .mt-sm-n12,
.my-sm-n12 {
    margin-top: -9rem !important;
  }

  .mr-sm-n12,
.mx-sm-n12 {
    margin-right: -9rem !important;
  }

  .mb-sm-n12,
.my-sm-n12 {
    margin-bottom: -9rem !important;
  }

  .ml-sm-n12,
.mx-sm-n12 {
    margin-left: -9rem !important;
  }

  .m-sm-n13 {
    margin: -12rem !important;
  }

  .mt-sm-n13,
.my-sm-n13 {
    margin-top: -12rem !important;
  }

  .mr-sm-n13,
.mx-sm-n13 {
    margin-right: -12rem !important;
  }

  .mb-sm-n13,
.my-sm-n13 {
    margin-bottom: -12rem !important;
  }

  .ml-sm-n13,
.mx-sm-n13 {
    margin-left: -12rem !important;
  }

  .m-sm-n14 {
    margin: -15rem !important;
  }

  .mt-sm-n14,
.my-sm-n14 {
    margin-top: -15rem !important;
  }

  .mr-sm-n14,
.mx-sm-n14 {
    margin-right: -15rem !important;
  }

  .mb-sm-n14,
.my-sm-n14 {
    margin-bottom: -15rem !important;
  }

  .ml-sm-n14,
.mx-sm-n14 {
    margin-left: -15rem !important;
  }

  .m-sm-n15 {
    margin: -20rem !important;
  }

  .mt-sm-n15,
.my-sm-n15 {
    margin-top: -20rem !important;
  }

  .mr-sm-n15,
.mx-sm-n15 {
    margin-right: -20rem !important;
  }

  .mb-sm-n15,
.my-sm-n15 {
    margin-bottom: -20rem !important;
  }

  .ml-sm-n15,
.mx-sm-n15 {
    margin-left: -20rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 2rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 2rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 2rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 2rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 2rem !important;
  }

  .m-md-6 {
    margin: 2.5rem !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 2.5rem !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 2.5rem !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 2.5rem !important;
  }

  .m-md-7 {
    margin: 3rem !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 3rem !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 3rem !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 3rem !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 3rem !important;
  }

  .m-md-8 {
    margin: 4rem !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 4rem !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 4rem !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 4rem !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 4rem !important;
  }

  .m-md-9 {
    margin: 5rem !important;
  }

  .mt-md-9,
.my-md-9 {
    margin-top: 5rem !important;
  }

  .mr-md-9,
.mx-md-9 {
    margin-right: 5rem !important;
  }

  .mb-md-9,
.my-md-9 {
    margin-bottom: 5rem !important;
  }

  .ml-md-9,
.mx-md-9 {
    margin-left: 5rem !important;
  }

  .m-md-10 {
    margin: 6rem !important;
  }

  .mt-md-10,
.my-md-10 {
    margin-top: 6rem !important;
  }

  .mr-md-10,
.mx-md-10 {
    margin-right: 6rem !important;
  }

  .mb-md-10,
.my-md-10 {
    margin-bottom: 6rem !important;
  }

  .ml-md-10,
.mx-md-10 {
    margin-left: 6rem !important;
  }

  .m-md-11 {
    margin: 7.5rem !important;
  }

  .mt-md-11,
.my-md-11 {
    margin-top: 7.5rem !important;
  }

  .mr-md-11,
.mx-md-11 {
    margin-right: 7.5rem !important;
  }

  .mb-md-11,
.my-md-11 {
    margin-bottom: 7.5rem !important;
  }

  .ml-md-11,
.mx-md-11 {
    margin-left: 7.5rem !important;
  }

  .m-md-12 {
    margin: 9rem !important;
  }

  .mt-md-12,
.my-md-12 {
    margin-top: 9rem !important;
  }

  .mr-md-12,
.mx-md-12 {
    margin-right: 9rem !important;
  }

  .mb-md-12,
.my-md-12 {
    margin-bottom: 9rem !important;
  }

  .ml-md-12,
.mx-md-12 {
    margin-left: 9rem !important;
  }

  .m-md-13 {
    margin: 12rem !important;
  }

  .mt-md-13,
.my-md-13 {
    margin-top: 12rem !important;
  }

  .mr-md-13,
.mx-md-13 {
    margin-right: 12rem !important;
  }

  .mb-md-13,
.my-md-13 {
    margin-bottom: 12rem !important;
  }

  .ml-md-13,
.mx-md-13 {
    margin-left: 12rem !important;
  }

  .m-md-14 {
    margin: 15rem !important;
  }

  .mt-md-14,
.my-md-14 {
    margin-top: 15rem !important;
  }

  .mr-md-14,
.mx-md-14 {
    margin-right: 15rem !important;
  }

  .mb-md-14,
.my-md-14 {
    margin-bottom: 15rem !important;
  }

  .ml-md-14,
.mx-md-14 {
    margin-left: 15rem !important;
  }

  .m-md-15 {
    margin: 20rem !important;
  }

  .mt-md-15,
.my-md-15 {
    margin-top: 20rem !important;
  }

  .mr-md-15,
.mx-md-15 {
    margin-right: 20rem !important;
  }

  .mb-md-15,
.my-md-15 {
    margin-bottom: 20rem !important;
  }

  .ml-md-15,
.mx-md-15 {
    margin-left: 20rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 2rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 2rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 2rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 2rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 2rem !important;
  }

  .p-md-6 {
    padding: 2.5rem !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 2.5rem !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 2.5rem !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 2.5rem !important;
  }

  .p-md-7 {
    padding: 3rem !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 3rem !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 3rem !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 3rem !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 3rem !important;
  }

  .p-md-8 {
    padding: 4rem !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 4rem !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 4rem !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 4rem !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 4rem !important;
  }

  .p-md-9 {
    padding: 5rem !important;
  }

  .pt-md-9,
.py-md-9 {
    padding-top: 5rem !important;
  }

  .pr-md-9,
.px-md-9 {
    padding-right: 5rem !important;
  }

  .pb-md-9,
.py-md-9 {
    padding-bottom: 5rem !important;
  }

  .pl-md-9,
.px-md-9 {
    padding-left: 5rem !important;
  }

  .p-md-10 {
    padding: 6rem !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 6rem !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 6rem !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 6rem !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 6rem !important;
  }

  .p-md-11 {
    padding: 7.5rem !important;
  }

  .pt-md-11,
.py-md-11 {
    padding-top: 7.5rem !important;
  }

  .pr-md-11,
.px-md-11 {
    padding-right: 7.5rem !important;
  }

  .pb-md-11,
.py-md-11 {
    padding-bottom: 7.5rem !important;
  }

  .pl-md-11,
.px-md-11 {
    padding-left: 7.5rem !important;
  }

  .p-md-12 {
    padding: 9rem !important;
  }

  .pt-md-12,
.py-md-12 {
    padding-top: 9rem !important;
  }

  .pr-md-12,
.px-md-12 {
    padding-right: 9rem !important;
  }

  .pb-md-12,
.py-md-12 {
    padding-bottom: 9rem !important;
  }

  .pl-md-12,
.px-md-12 {
    padding-left: 9rem !important;
  }

  .p-md-13 {
    padding: 12rem !important;
  }

  .pt-md-13,
.py-md-13 {
    padding-top: 12rem !important;
  }

  .pr-md-13,
.px-md-13 {
    padding-right: 12rem !important;
  }

  .pb-md-13,
.py-md-13 {
    padding-bottom: 12rem !important;
  }

  .pl-md-13,
.px-md-13 {
    padding-left: 12rem !important;
  }

  .p-md-14 {
    padding: 15rem !important;
  }

  .pt-md-14,
.py-md-14 {
    padding-top: 15rem !important;
  }

  .pr-md-14,
.px-md-14 {
    padding-right: 15rem !important;
  }

  .pb-md-14,
.py-md-14 {
    padding-bottom: 15rem !important;
  }

  .pl-md-14,
.px-md-14 {
    padding-left: 15rem !important;
  }

  .p-md-15 {
    padding: 20rem !important;
  }

  .pt-md-15,
.py-md-15 {
    padding-top: 20rem !important;
  }

  .pr-md-15,
.px-md-15 {
    padding-right: 20rem !important;
  }

  .pb-md-15,
.py-md-15 {
    padding-bottom: 20rem !important;
  }

  .pl-md-15,
.px-md-15 {
    padding-left: 20rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -2rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -2rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -2rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -2rem !important;
  }

  .m-md-n6 {
    margin: -2.5rem !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -2.5rem !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -2.5rem !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -2.5rem !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -2.5rem !important;
  }

  .m-md-n7 {
    margin: -3rem !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -3rem !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -3rem !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -3rem !important;
  }

  .m-md-n8 {
    margin: -4rem !important;
  }

  .mt-md-n8,
.my-md-n8 {
    margin-top: -4rem !important;
  }

  .mr-md-n8,
.mx-md-n8 {
    margin-right: -4rem !important;
  }

  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n8,
.mx-md-n8 {
    margin-left: -4rem !important;
  }

  .m-md-n9 {
    margin: -5rem !important;
  }

  .mt-md-n9,
.my-md-n9 {
    margin-top: -5rem !important;
  }

  .mr-md-n9,
.mx-md-n9 {
    margin-right: -5rem !important;
  }

  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n9,
.mx-md-n9 {
    margin-left: -5rem !important;
  }

  .m-md-n10 {
    margin: -6rem !important;
  }

  .mt-md-n10,
.my-md-n10 {
    margin-top: -6rem !important;
  }

  .mr-md-n10,
.mx-md-n10 {
    margin-right: -6rem !important;
  }

  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -6rem !important;
  }

  .ml-md-n10,
.mx-md-n10 {
    margin-left: -6rem !important;
  }

  .m-md-n11 {
    margin: -7.5rem !important;
  }

  .mt-md-n11,
.my-md-n11 {
    margin-top: -7.5rem !important;
  }

  .mr-md-n11,
.mx-md-n11 {
    margin-right: -7.5rem !important;
  }

  .mb-md-n11,
.my-md-n11 {
    margin-bottom: -7.5rem !important;
  }

  .ml-md-n11,
.mx-md-n11 {
    margin-left: -7.5rem !important;
  }

  .m-md-n12 {
    margin: -9rem !important;
  }

  .mt-md-n12,
.my-md-n12 {
    margin-top: -9rem !important;
  }

  .mr-md-n12,
.mx-md-n12 {
    margin-right: -9rem !important;
  }

  .mb-md-n12,
.my-md-n12 {
    margin-bottom: -9rem !important;
  }

  .ml-md-n12,
.mx-md-n12 {
    margin-left: -9rem !important;
  }

  .m-md-n13 {
    margin: -12rem !important;
  }

  .mt-md-n13,
.my-md-n13 {
    margin-top: -12rem !important;
  }

  .mr-md-n13,
.mx-md-n13 {
    margin-right: -12rem !important;
  }

  .mb-md-n13,
.my-md-n13 {
    margin-bottom: -12rem !important;
  }

  .ml-md-n13,
.mx-md-n13 {
    margin-left: -12rem !important;
  }

  .m-md-n14 {
    margin: -15rem !important;
  }

  .mt-md-n14,
.my-md-n14 {
    margin-top: -15rem !important;
  }

  .mr-md-n14,
.mx-md-n14 {
    margin-right: -15rem !important;
  }

  .mb-md-n14,
.my-md-n14 {
    margin-bottom: -15rem !important;
  }

  .ml-md-n14,
.mx-md-n14 {
    margin-left: -15rem !important;
  }

  .m-md-n15 {
    margin: -20rem !important;
  }

  .mt-md-n15,
.my-md-n15 {
    margin-top: -20rem !important;
  }

  .mr-md-n15,
.mx-md-n15 {
    margin-right: -20rem !important;
  }

  .mb-md-n15,
.my-md-n15 {
    margin-bottom: -20rem !important;
  }

  .ml-md-n15,
.mx-md-n15 {
    margin-left: -20rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 2rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 2rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 2rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 2rem !important;
  }

  .m-lg-6 {
    margin: 2.5rem !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 2.5rem !important;
  }

  .m-lg-7 {
    margin: 3rem !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 3rem !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 3rem !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 3rem !important;
  }

  .m-lg-8 {
    margin: 4rem !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 4rem !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 4rem !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 4rem !important;
  }

  .m-lg-9 {
    margin: 5rem !important;
  }

  .mt-lg-9,
.my-lg-9 {
    margin-top: 5rem !important;
  }

  .mr-lg-9,
.mx-lg-9 {
    margin-right: 5rem !important;
  }

  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-9,
.mx-lg-9 {
    margin-left: 5rem !important;
  }

  .m-lg-10 {
    margin: 6rem !important;
  }

  .mt-lg-10,
.my-lg-10 {
    margin-top: 6rem !important;
  }

  .mr-lg-10,
.mx-lg-10 {
    margin-right: 6rem !important;
  }

  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 6rem !important;
  }

  .m-lg-11 {
    margin: 7.5rem !important;
  }

  .mt-lg-11,
.my-lg-11 {
    margin-top: 7.5rem !important;
  }

  .mr-lg-11,
.mx-lg-11 {
    margin-right: 7.5rem !important;
  }

  .mb-lg-11,
.my-lg-11 {
    margin-bottom: 7.5rem !important;
  }

  .ml-lg-11,
.mx-lg-11 {
    margin-left: 7.5rem !important;
  }

  .m-lg-12 {
    margin: 9rem !important;
  }

  .mt-lg-12,
.my-lg-12 {
    margin-top: 9rem !important;
  }

  .mr-lg-12,
.mx-lg-12 {
    margin-right: 9rem !important;
  }

  .mb-lg-12,
.my-lg-12 {
    margin-bottom: 9rem !important;
  }

  .ml-lg-12,
.mx-lg-12 {
    margin-left: 9rem !important;
  }

  .m-lg-13 {
    margin: 12rem !important;
  }

  .mt-lg-13,
.my-lg-13 {
    margin-top: 12rem !important;
  }

  .mr-lg-13,
.mx-lg-13 {
    margin-right: 12rem !important;
  }

  .mb-lg-13,
.my-lg-13 {
    margin-bottom: 12rem !important;
  }

  .ml-lg-13,
.mx-lg-13 {
    margin-left: 12rem !important;
  }

  .m-lg-14 {
    margin: 15rem !important;
  }

  .mt-lg-14,
.my-lg-14 {
    margin-top: 15rem !important;
  }

  .mr-lg-14,
.mx-lg-14 {
    margin-right: 15rem !important;
  }

  .mb-lg-14,
.my-lg-14 {
    margin-bottom: 15rem !important;
  }

  .ml-lg-14,
.mx-lg-14 {
    margin-left: 15rem !important;
  }

  .m-lg-15 {
    margin: 20rem !important;
  }

  .mt-lg-15,
.my-lg-15 {
    margin-top: 20rem !important;
  }

  .mr-lg-15,
.mx-lg-15 {
    margin-right: 20rem !important;
  }

  .mb-lg-15,
.my-lg-15 {
    margin-bottom: 20rem !important;
  }

  .ml-lg-15,
.mx-lg-15 {
    margin-left: 20rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 2rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 2rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 2rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 2rem !important;
  }

  .p-lg-6 {
    padding: 2.5rem !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 2.5rem !important;
  }

  .p-lg-7 {
    padding: 3rem !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 3rem !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 3rem !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 3rem !important;
  }

  .p-lg-8 {
    padding: 4rem !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 4rem !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 4rem !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 4rem !important;
  }

  .p-lg-9 {
    padding: 5rem !important;
  }

  .pt-lg-9,
.py-lg-9 {
    padding-top: 5rem !important;
  }

  .pr-lg-9,
.px-lg-9 {
    padding-right: 5rem !important;
  }

  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-9,
.px-lg-9 {
    padding-left: 5rem !important;
  }

  .p-lg-10 {
    padding: 6rem !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 6rem !important;
  }

  .pr-lg-10,
.px-lg-10 {
    padding-right: 6rem !important;
  }

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 6rem !important;
  }

  .p-lg-11 {
    padding: 7.5rem !important;
  }

  .pt-lg-11,
.py-lg-11 {
    padding-top: 7.5rem !important;
  }

  .pr-lg-11,
.px-lg-11 {
    padding-right: 7.5rem !important;
  }

  .pb-lg-11,
.py-lg-11 {
    padding-bottom: 7.5rem !important;
  }

  .pl-lg-11,
.px-lg-11 {
    padding-left: 7.5rem !important;
  }

  .p-lg-12 {
    padding: 9rem !important;
  }

  .pt-lg-12,
.py-lg-12 {
    padding-top: 9rem !important;
  }

  .pr-lg-12,
.px-lg-12 {
    padding-right: 9rem !important;
  }

  .pb-lg-12,
.py-lg-12 {
    padding-bottom: 9rem !important;
  }

  .pl-lg-12,
.px-lg-12 {
    padding-left: 9rem !important;
  }

  .p-lg-13 {
    padding: 12rem !important;
  }

  .pt-lg-13,
.py-lg-13 {
    padding-top: 12rem !important;
  }

  .pr-lg-13,
.px-lg-13 {
    padding-right: 12rem !important;
  }

  .pb-lg-13,
.py-lg-13 {
    padding-bottom: 12rem !important;
  }

  .pl-lg-13,
.px-lg-13 {
    padding-left: 12rem !important;
  }

  .p-lg-14 {
    padding: 15rem !important;
  }

  .pt-lg-14,
.py-lg-14 {
    padding-top: 15rem !important;
  }

  .pr-lg-14,
.px-lg-14 {
    padding-right: 15rem !important;
  }

  .pb-lg-14,
.py-lg-14 {
    padding-bottom: 15rem !important;
  }

  .pl-lg-14,
.px-lg-14 {
    padding-left: 15rem !important;
  }

  .p-lg-15 {
    padding: 20rem !important;
  }

  .pt-lg-15,
.py-lg-15 {
    padding-top: 20rem !important;
  }

  .pr-lg-15,
.px-lg-15 {
    padding-right: 20rem !important;
  }

  .pb-lg-15,
.py-lg-15 {
    padding-bottom: 20rem !important;
  }

  .pl-lg-15,
.px-lg-15 {
    padding-left: 20rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -2rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -2rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -2rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -2rem !important;
  }

  .m-lg-n6 {
    margin: -2.5rem !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -2.5rem !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -2.5rem !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -2.5rem !important;
  }

  .m-lg-n7 {
    margin: -3rem !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -3rem !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -3rem !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -3rem !important;
  }

  .m-lg-n8 {
    margin: -4rem !important;
  }

  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -4rem !important;
  }

  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -4rem !important;
  }

  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -4rem !important;
  }

  .m-lg-n9 {
    margin: -5rem !important;
  }

  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -5rem !important;
  }

  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -5rem !important;
  }

  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -5rem !important;
  }

  .m-lg-n10 {
    margin: -6rem !important;
  }

  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -6rem !important;
  }

  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -6rem !important;
  }

  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -6rem !important;
  }

  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -6rem !important;
  }

  .m-lg-n11 {
    margin: -7.5rem !important;
  }

  .mt-lg-n11,
.my-lg-n11 {
    margin-top: -7.5rem !important;
  }

  .mr-lg-n11,
.mx-lg-n11 {
    margin-right: -7.5rem !important;
  }

  .mb-lg-n11,
.my-lg-n11 {
    margin-bottom: -7.5rem !important;
  }

  .ml-lg-n11,
.mx-lg-n11 {
    margin-left: -7.5rem !important;
  }

  .m-lg-n12 {
    margin: -9rem !important;
  }

  .mt-lg-n12,
.my-lg-n12 {
    margin-top: -9rem !important;
  }

  .mr-lg-n12,
.mx-lg-n12 {
    margin-right: -9rem !important;
  }

  .mb-lg-n12,
.my-lg-n12 {
    margin-bottom: -9rem !important;
  }

  .ml-lg-n12,
.mx-lg-n12 {
    margin-left: -9rem !important;
  }

  .m-lg-n13 {
    margin: -12rem !important;
  }

  .mt-lg-n13,
.my-lg-n13 {
    margin-top: -12rem !important;
  }

  .mr-lg-n13,
.mx-lg-n13 {
    margin-right: -12rem !important;
  }

  .mb-lg-n13,
.my-lg-n13 {
    margin-bottom: -12rem !important;
  }

  .ml-lg-n13,
.mx-lg-n13 {
    margin-left: -12rem !important;
  }

  .m-lg-n14 {
    margin: -15rem !important;
  }

  .mt-lg-n14,
.my-lg-n14 {
    margin-top: -15rem !important;
  }

  .mr-lg-n14,
.mx-lg-n14 {
    margin-right: -15rem !important;
  }

  .mb-lg-n14,
.my-lg-n14 {
    margin-bottom: -15rem !important;
  }

  .ml-lg-n14,
.mx-lg-n14 {
    margin-left: -15rem !important;
  }

  .m-lg-n15 {
    margin: -20rem !important;
  }

  .mt-lg-n15,
.my-lg-n15 {
    margin-top: -20rem !important;
  }

  .mr-lg-n15,
.mx-lg-n15 {
    margin-right: -20rem !important;
  }

  .mb-lg-n15,
.my-lg-n15 {
    margin-bottom: -20rem !important;
  }

  .ml-lg-n15,
.mx-lg-n15 {
    margin-left: -20rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 2rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 2rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 2rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 2rem !important;
  }

  .m-xl-6 {
    margin: 2.5rem !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 2.5rem !important;
  }

  .m-xl-7 {
    margin: 3rem !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 3rem !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 3rem !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 3rem !important;
  }

  .m-xl-8 {
    margin: 4rem !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 4rem !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 4rem !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 4rem !important;
  }

  .m-xl-9 {
    margin: 5rem !important;
  }

  .mt-xl-9,
.my-xl-9 {
    margin-top: 5rem !important;
  }

  .mr-xl-9,
.mx-xl-9 {
    margin-right: 5rem !important;
  }

  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-9,
.mx-xl-9 {
    margin-left: 5rem !important;
  }

  .m-xl-10 {
    margin: 6rem !important;
  }

  .mt-xl-10,
.my-xl-10 {
    margin-top: 6rem !important;
  }

  .mr-xl-10,
.mx-xl-10 {
    margin-right: 6rem !important;
  }

  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 6rem !important;
  }

  .m-xl-11 {
    margin: 7.5rem !important;
  }

  .mt-xl-11,
.my-xl-11 {
    margin-top: 7.5rem !important;
  }

  .mr-xl-11,
.mx-xl-11 {
    margin-right: 7.5rem !important;
  }

  .mb-xl-11,
.my-xl-11 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xl-11,
.mx-xl-11 {
    margin-left: 7.5rem !important;
  }

  .m-xl-12 {
    margin: 9rem !important;
  }

  .mt-xl-12,
.my-xl-12 {
    margin-top: 9rem !important;
  }

  .mr-xl-12,
.mx-xl-12 {
    margin-right: 9rem !important;
  }

  .mb-xl-12,
.my-xl-12 {
    margin-bottom: 9rem !important;
  }

  .ml-xl-12,
.mx-xl-12 {
    margin-left: 9rem !important;
  }

  .m-xl-13 {
    margin: 12rem !important;
  }

  .mt-xl-13,
.my-xl-13 {
    margin-top: 12rem !important;
  }

  .mr-xl-13,
.mx-xl-13 {
    margin-right: 12rem !important;
  }

  .mb-xl-13,
.my-xl-13 {
    margin-bottom: 12rem !important;
  }

  .ml-xl-13,
.mx-xl-13 {
    margin-left: 12rem !important;
  }

  .m-xl-14 {
    margin: 15rem !important;
  }

  .mt-xl-14,
.my-xl-14 {
    margin-top: 15rem !important;
  }

  .mr-xl-14,
.mx-xl-14 {
    margin-right: 15rem !important;
  }

  .mb-xl-14,
.my-xl-14 {
    margin-bottom: 15rem !important;
  }

  .ml-xl-14,
.mx-xl-14 {
    margin-left: 15rem !important;
  }

  .m-xl-15 {
    margin: 20rem !important;
  }

  .mt-xl-15,
.my-xl-15 {
    margin-top: 20rem !important;
  }

  .mr-xl-15,
.mx-xl-15 {
    margin-right: 20rem !important;
  }

  .mb-xl-15,
.my-xl-15 {
    margin-bottom: 20rem !important;
  }

  .ml-xl-15,
.mx-xl-15 {
    margin-left: 20rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 2rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 2rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 2rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 2rem !important;
  }

  .p-xl-6 {
    padding: 2.5rem !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 2.5rem !important;
  }

  .p-xl-7 {
    padding: 3rem !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 3rem !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 3rem !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 3rem !important;
  }

  .p-xl-8 {
    padding: 4rem !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 4rem !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 4rem !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 4rem !important;
  }

  .p-xl-9 {
    padding: 5rem !important;
  }

  .pt-xl-9,
.py-xl-9 {
    padding-top: 5rem !important;
  }

  .pr-xl-9,
.px-xl-9 {
    padding-right: 5rem !important;
  }

  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-9,
.px-xl-9 {
    padding-left: 5rem !important;
  }

  .p-xl-10 {
    padding: 6rem !important;
  }

  .pt-xl-10,
.py-xl-10 {
    padding-top: 6rem !important;
  }

  .pr-xl-10,
.px-xl-10 {
    padding-right: 6rem !important;
  }

  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-10,
.px-xl-10 {
    padding-left: 6rem !important;
  }

  .p-xl-11 {
    padding: 7.5rem !important;
  }

  .pt-xl-11,
.py-xl-11 {
    padding-top: 7.5rem !important;
  }

  .pr-xl-11,
.px-xl-11 {
    padding-right: 7.5rem !important;
  }

  .pb-xl-11,
.py-xl-11 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xl-11,
.px-xl-11 {
    padding-left: 7.5rem !important;
  }

  .p-xl-12 {
    padding: 9rem !important;
  }

  .pt-xl-12,
.py-xl-12 {
    padding-top: 9rem !important;
  }

  .pr-xl-12,
.px-xl-12 {
    padding-right: 9rem !important;
  }

  .pb-xl-12,
.py-xl-12 {
    padding-bottom: 9rem !important;
  }

  .pl-xl-12,
.px-xl-12 {
    padding-left: 9rem !important;
  }

  .p-xl-13 {
    padding: 12rem !important;
  }

  .pt-xl-13,
.py-xl-13 {
    padding-top: 12rem !important;
  }

  .pr-xl-13,
.px-xl-13 {
    padding-right: 12rem !important;
  }

  .pb-xl-13,
.py-xl-13 {
    padding-bottom: 12rem !important;
  }

  .pl-xl-13,
.px-xl-13 {
    padding-left: 12rem !important;
  }

  .p-xl-14 {
    padding: 15rem !important;
  }

  .pt-xl-14,
.py-xl-14 {
    padding-top: 15rem !important;
  }

  .pr-xl-14,
.px-xl-14 {
    padding-right: 15rem !important;
  }

  .pb-xl-14,
.py-xl-14 {
    padding-bottom: 15rem !important;
  }

  .pl-xl-14,
.px-xl-14 {
    padding-left: 15rem !important;
  }

  .p-xl-15 {
    padding: 20rem !important;
  }

  .pt-xl-15,
.py-xl-15 {
    padding-top: 20rem !important;
  }

  .pr-xl-15,
.px-xl-15 {
    padding-right: 20rem !important;
  }

  .pb-xl-15,
.py-xl-15 {
    padding-bottom: 20rem !important;
  }

  .pl-xl-15,
.px-xl-15 {
    padding-left: 20rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -2rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -2rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -2rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -2rem !important;
  }

  .m-xl-n6 {
    margin: -2.5rem !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -2.5rem !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -2.5rem !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -2.5rem !important;
  }

  .m-xl-n7 {
    margin: -3rem !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -3rem !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -3rem !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -3rem !important;
  }

  .m-xl-n8 {
    margin: -4rem !important;
  }

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -4rem !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -4rem !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -4rem !important;
  }

  .m-xl-n9 {
    margin: -5rem !important;
  }

  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -5rem !important;
  }

  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -5rem !important;
  }

  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -5rem !important;
  }

  .m-xl-n10 {
    margin: -6rem !important;
  }

  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -6rem !important;
  }

  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -6rem !important;
  }

  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -6rem !important;
  }

  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -6rem !important;
  }

  .m-xl-n11 {
    margin: -7.5rem !important;
  }

  .mt-xl-n11,
.my-xl-n11 {
    margin-top: -7.5rem !important;
  }

  .mr-xl-n11,
.mx-xl-n11 {
    margin-right: -7.5rem !important;
  }

  .mb-xl-n11,
.my-xl-n11 {
    margin-bottom: -7.5rem !important;
  }

  .ml-xl-n11,
.mx-xl-n11 {
    margin-left: -7.5rem !important;
  }

  .m-xl-n12 {
    margin: -9rem !important;
  }

  .mt-xl-n12,
.my-xl-n12 {
    margin-top: -9rem !important;
  }

  .mr-xl-n12,
.mx-xl-n12 {
    margin-right: -9rem !important;
  }

  .mb-xl-n12,
.my-xl-n12 {
    margin-bottom: -9rem !important;
  }

  .ml-xl-n12,
.mx-xl-n12 {
    margin-left: -9rem !important;
  }

  .m-xl-n13 {
    margin: -12rem !important;
  }

  .mt-xl-n13,
.my-xl-n13 {
    margin-top: -12rem !important;
  }

  .mr-xl-n13,
.mx-xl-n13 {
    margin-right: -12rem !important;
  }

  .mb-xl-n13,
.my-xl-n13 {
    margin-bottom: -12rem !important;
  }

  .ml-xl-n13,
.mx-xl-n13 {
    margin-left: -12rem !important;
  }

  .m-xl-n14 {
    margin: -15rem !important;
  }

  .mt-xl-n14,
.my-xl-n14 {
    margin-top: -15rem !important;
  }

  .mr-xl-n14,
.mx-xl-n14 {
    margin-right: -15rem !important;
  }

  .mb-xl-n14,
.my-xl-n14 {
    margin-bottom: -15rem !important;
  }

  .ml-xl-n14,
.mx-xl-n14 {
    margin-left: -15rem !important;
  }

  .m-xl-n15 {
    margin: -20rem !important;
  }

  .mt-xl-n15,
.my-xl-n15 {
    margin-top: -20rem !important;
  }

  .mr-xl-n15,
.mx-xl-n15 {
    margin-right: -20rem !important;
  }

  .mb-xl-n15,
.my-xl-n15 {
    margin-bottom: -20rem !important;
  }

  .ml-xl-n15,
.mx-xl-n15 {
    margin-left: -20rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f6f6f6 !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #d0d0d0 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-muted {
  color: #6c757d !important;
}

a.text-muted:hover,
a.text-muted:focus {
  color: #494f54 !important;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover,
a.text-black:focus {
  color: black !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.browserupgrade {
  position: fixed;
  z-index: 99999;
  background: #2B4141;
  padding: 10px;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 13px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.browserupgrade strong {
  font-weight: bold;
}
.browserupgrade a {
  color: #fff;
  text-decoration: underline;
}
.browserupgrade a:hover {
  text-decoration: none;
}

.slider .slick-slider {
  margin: 0 auto;
}
.slider .slick-slider.slick-dotted {
  margin-bottom: 0;
}
.slider .slick-arrow {
  height: 50px;
  width: 50px;
}
@media only screen and (max-width: 576px) {
  .slider .slick-arrow {
    height: 30px;
    width: 30px;
  }
}
.slider .slick-arrow:before {
  color: #2B58D0;
  font-family: "Ionicons";
  font-size: 50px;
}
@media only screen and (max-width: 576px) {
  .slider .slick-arrow:before {
    font-size: 30px;
  }
}
.slider .slick-arrow.slick-prev {
  left: -50px;
}
@media only screen and (max-width: 576px) {
  .slider .slick-arrow.slick-prev {
    left: -20px;
  }
}
.slider .slick-arrow.slick-prev:before {
  content: "\f3d2";
}
.slider .slick-arrow.slick-next {
  right: -50px;
}
@media only screen and (max-width: 576px) {
  .slider .slick-arrow.slick-next {
    right: -20px;
  }
}
.slider .slick-arrow.slick-next:before {
  content: "\f3d3";
}
.slider .slick-dots {
  bottom: 10px;
}
.slider .slick-dots li {
  margin: 0 3px;
}
.slider .slick-dots li button:before {
  color: white;
  opacity: 1;
}
.slider .slick-dots li.slick-active button:before {
  color: #28a745;
}
.slider.dots-outside .slick-dots {
  bottom: -40px;
}

.container,
.flex-container {
  margin: 0 auto;
  position: static !important;
}
@media only screen and (max-width: 576px) {
  .container,
.flex-container {
    width: 100%;
    padding: 0 20px;
  }
}

.distributor-list {
  margin-bottom: 50px;
}
.distributor-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.distributor-list > ul > li {
  width: 50%;
  margin-top: 50px;
}
.distributor-list > ul > li img {
  max-height: 80px;
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
.distributor-list > ul > li p {
  max-width: 90%;
}

html,
body {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Heiti SC", "STHeiti", "Microsoft YaHei", Arial, sans-serif;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn .caret {
  margin-top: 0;
}

.none {
  display: none;
}

.row-fluid .break-line,
.rf .break-line {
  margin-left: 0 !important;
}

.bold {
  font-weight: bold;
}

.table tr th,
.table tr td {
  padding: 6px;
}
.table tr th.tright,
.table tr td.tright {
  text-align: right;
}
.table tr th.tcenter,
.table tr td.tcenter {
  text-align: center;
}
.table tr th.tleft,
.table tr td.tleft {
  text-align: left;
}
.table tr th.text-right,
.table tr td.text-right {
  text-align: right;
}
.table tr th.text-center,
.table tr td.text-center {
  text-align: center;
}
.table tr th.text-left,
.table tr td.text-left {
  text-align: left;
}

.tcenter,
.table td.center {
  text-align: center;
}

.tright,
.table td.tright {
  text-align: right;
}

.tleft,
.table td.tleft {
  text-align: left;
}

.spaced-right {
  margin-right: 10px;
}

.nowrap {
  white-space: nowrap;
}

#left {
  background: none;
}

.green {
  color: #40bf40;
}

.spaced {
  margin-bottom: 8px;
}

.spaced-small {
  margin-bottom: 5px;
}

.gapped {
  margin-left: 10px;
}

.gray {
  color: #555;
}

.gray-dark {
  color: #222;
}

.gray-darker {
  color: #222;
}

.gray-light {
  color: #999;
}

.gray-lighter {
  color: #ccc;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.orange {
  color: #f30;
}

.red {
  color: #f00;
}

.bold {
  font-weight: 700;
}

.font-small {
  font-size: 11px;
}

.font-smaller {
  font-size: 10px;
}

.font-large {
  font-size: 13px;
}

.font-larger {
  font-size: 14px;
}

.clear {
  clear: both;
}

.padding {
  padding: 10px;
}

.padding-small {
  padding: 5px;
}

.bg-gray-light {
  background: #f6f6f6;
}

.none {
  display: none;
}

.row-fluid .break-line,
.rf .break-line {
  margin-left: 0 !important;
}

.bold {
  font-weight: bold;
}

.tcenter,
.table td.center {
  text-align: center;
}

.tright,
.table td.tright {
  text-align: right;
}

.tleft,
.table td.tleft {
  text-align: left;
}

.box-gray {
  padding: 10px;
  background: #f3f3f3;
}

#__bs_notify__ {
  display: none !important;
}

.box-gray {
  padding: 10px;
  background: #f3f3f3;
}

.global-copyright {
  text-align: right;
  padding: 30px 0 50px;
}

.modal-body {
  overflow: visible;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  line-height: 24px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle,
.input-prepend .btn:first-child {
  padding: 6px 8px;
}

.link:hover, .link:active, .link:focus {
  text-decoration: underline;
}

.btn-link {
  padding: 0;
  display: inline-block;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  background: none;
}

a.disabled {
  pointer-events: none;
  opacity: 0.6;
}

a.rf,
a.row-fluid {
  display: block;
}

.pms-colors {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pms-colors li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px 8px 0;
}
.pms-colors li a {
  display: block;
  padding: 8px 15px;
  color: #f6f6f6;
  text-shadow: 0 1px 1px #666;
  border: 2px solid transparent;
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  position: relative;
}
.pms-colors li a .close {
  position: absolute;
  top: -2px;
  left: 1px;
  opacity: 0.8;
  color: #f6f6f6;
  text-shadow: none;
  outline: none;
  font-weight: 200;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
  line-height: 1;
}
.pms-colors li a .close:hover {
  opacity: 1;
}
.pms-colors li a.active {
  border: 2px solid #f30;
}
.pms-colors li a.active:hover {
  text-decoration: none;
  border: 2px solid #f30;
}
.pms-colors li a.light {
  color: #222;
}
.pms-colors li a:hover {
  text-decoration: none;
  border: 2px solid #ccc;
}

a.pms-color {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  color: #fff;
  text-shadow: 0 1px 1px #666;
  border: 2px solid transparent;
  white-space: nowrap;
  min-width: 62px;
}
a.pms-color.active {
  border: 2px solid #f30;
}
a.pms-color.light {
  color: #222;
}
a.pms-color:hover {
  text-decoration: none;
  border: 2px solid #ccc;
}

table .main-row .btn-expand {
  padding: 0px !important;
  background: none;
}
table .main-row .btn-expand .icon-minus {
  display: none !important;
}
table .main-row .btn-expand .icon-plus {
  display: inline !important;
}
table .main-row .btn-expand.expanded i.icon-minus {
  display: inline !important;
}
table .main-row .btn-expand.expanded i.icon-plus {
  display: none !important;
}
table .sub-row {
  display: none;
  color: #555;
}
table .sub-row.expanded {
  display: table-row;
}

.table > :not(:first-child),
figure.table > table > :not(:first-child) {
  border-top: none !important;
}

.box-customize .box-title {
  border: none;
}
.box-customize .customize-option {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 15px;
}
.box-customize .customize-option:hover, .box-customize .customize-option.selected-option {
  background: #efefef;
}
.box-customize .selected-option {
  height: auto;
  overflow: visible;
}
.box-customize .btn-customize-expand .icon-chevron-up {
  display: none;
}
.box-customize.expanded .customize-option {
  height: auto;
  overflow: visible;
  margin-bottom: 20px;
}
.box-customize.expanded .btn-customize-expand .icon-chevron-up {
  display: inline-block;
}
.box-customize.expanded .btn-customize-expand .icon-chevron-down {
  display: none;
}

.chosen-container {
  width: 100% !important;
}

.chosen-container-single .chosen-single {
  border-color: #ccc;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.ui-spinner {
  display: block;
}

.tag-priority {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.tag-priority.tag-red {
  background: #f00;
}
.tag-priority.tag-yellow {
  background: #fc0;
}
.tag-priority.tag-green {
  background: #090;
}

.search-pane {
  position: relative;
}

.activity-form {
  *zoom: 1;
  position: fixed;
  top: -5000px;
  left: -5000px;
}
.activity-form:before, .activity-form:after {
  display: table;
  content: "";
}
.activity-form:after {
  clear: both;
}
.activity-form.active {
  position: static;
}

.activity-form .activity-form-subject {
  margin: 0px;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  *zoom: 1;
}
.activity-form .activity-form-subject:before, .activity-form .activity-form-subject:after {
  display: table;
  content: "";
}
.activity-form .activity-form-subject:after {
  clear: both;
}

.activity-form .activity-form-subject > input {
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 1px;
  display: block;
  padding-left: 60px;
  padding-top: 4px;
  padding-bottom: 6px;
  width: 100%;
}

.activity-form .activity-form-subject > input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.activity-form > .activity-form-subject > .btn-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  background: #eee;
  border-right: 1px solid #ddd;
}
.activity-form > .activity-form-subject > .btn-group .btn {
  padding: 5px 9px 6px;
  background: none;
}

.activity-form-control {
  border: 1px solid #ddd;
  border-top: 0 !important;
  *zoom: 1;
  display: block;
  position: absolute;
  left: -5000px;
  top: -5000px;
}
.activity-form-control input {
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 14px;
  margin-top: 1px;
  display: block;
}
.activity-form-control .select2-choices {
  border: 1px solid transparent !important;
}
.activity-form-control .chosen-single {
  border: 1px solid transparent !important;
}
.activity-form-control:before, .activity-form-control:after {
  display: table;
  content: "";
}
.activity-form-control:after {
  clear: both;
}

.activity-form-notify {
  display: block;
  position: static;
}

.activity-form-poll {
  padding: 10px;
}
.activity-form-poll input {
  border: 1px solid #ddd !important;
}
.activity-form-poll .checkbox {
  padding-top: 10px;
}

.activity-type-todo .activity-form-assign {
  display: block;
  position: static;
}
.activity-type-todo .activity-form-priority {
  display: block;
  position: static;
}
.activity-type-todo .activity-form-status {
  display: block;
  position: static;
}
.activity-type-todo .activity-form-due {
  display: block;
  position: static;
}

.activity-type-poll .activity-form-audience {
  display: block;
  position: static;
}
.activity-type-poll .activity-form-due {
  display: block;
  position: static;
}
.activity-type-poll .activity-form-poll {
  display: block;
  position: static;
}

.activity-type-issue .activity-form-assign {
  display: block;
  position: static;
}
.activity-type-issue .activity-form-due {
  display: block;
  position: static;
}
.activity-type-issue .activity-form-loss {
  display: block;
  position: static;
}

.activity-type-case .activity-form-assign {
  display: block;
  position: static;
}
.activity-type-case .activity-form-due {
  display: block;
  position: static;
}

.activity-type-knowledge .activity-form-assign {
  display: block;
  position: static;
}

.activity-form-action {
  background: #eee;
  padding: 10px 10px;
  border: 1px solid #ddd;
  border-top: 0;
  *zoom: 1;
}
.activity-form-action:before, .activity-form-action:after {
  display: table;
  content: "";
}
.activity-form-action:after {
  clear: both;
}
.activity-form-action .btn-file {
  border: none;
}
.activity-form-action label.checkbox {
  padding-top: 5px;
}

.activity-thread-list {
  margin-bottom: 20px;
}

.activity-thread-item {
  padding: 10px 8px 20px;
  background: none;
  border-top: 1px solid #ddd;
}
.activity-thread-item:first-child {
  border-top: 1px solid transparent;
}
.activity-thread-item h4, .activity-thread-item .h4,
.activity-thread-item h5,
.activity-thread-item .h5 {
  margin: 0;
}
.activity-thread-item .row-fluid,
.activity-thread-item .rf {
  min-height: 0;
}
.activity-thread-item .expand-arrow {
  font-size: 10px;
  color: #888;
  width: 12px;
  display: inline-block;
}
.activity-thread-item .expand-arrow .icon-chevron-down {
  display: none;
}
.activity-thread-item .activity-state-view {
  display: block;
}
.activity-thread-item .abstract {
  height: 60px;
  overflow: hidden;
}
.activity-thread-item .activity-state-editing {
  display: none;
}
.activity-thread-item .tier1 {
  cursor: pointer;
}
.activity-thread-item .tier2 {
  display: none;
}
.activity-thread-item.expanded .activity-state-view {
  display: block;
}
.activity-thread-item.expanded .abstract {
  height: auto;
  overflow: auto;
}
.activity-thread-item.expanded .tier2 {
  display: block;
}
.activity-thread-item.expanded .tier2.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.activity-thread-item.expanded .expand-arrow .icon-chevron-down {
  display: inline-block;
}
.activity-thread-item.expanded .expand-arrow .icon-chevron-right {
  display: none;
}
.activity-thread-item.editing .activity-state-view {
  display: none;
}
.activity-thread-item.editing .activity-state-editing {
  display: block;
  padding: 10px;
  background: #f8f8f8;
}
.activity-thread-item.editing .activity-view-actions {
  display: none;
}
.activity-thread-item .activity-view-action {
  padding: 10px 0;
}
.activity-thread-item .act-voting,
.activity-thread-item .act-voting-edit {
  list-style: none;
  margin: 0;
  padding: 0;
}
.activity-thread-item .tag {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 3px;
  color: #666;
  margin-right: 6px;
  position: relative;
}
.activity-thread-item .tag:hover {
  text-decoration: none;
}
.activity-thread-item .tag .close {
  position: relative;
  top: -3px;
  float: none;
}
.activity-thread-item .time {
  color: #bbb;
}
.activity-thread-item .attachment-item {
  text-align: center;
  min-width: 200px;
  max-width: 300px;
  padding: 30px 20px 20px;
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  margin-bottom: 4px;
  position: relative;
}
.activity-thread-item .attachment-item img {
  max-width: 100%;
  margin-bottom: 10px;
  border: none;
}
.activity-thread-item .attachment-item a,
.activity-thread-item .attachment-item a:hover {
  color: #666;
  text-decoration: none;
}
.activity-thread-item .attachment-item .attachment-actions {
  position: absolute;
  top: 4px;
  right: 4px;
}
.activity-thread-item .attachment-item.activity-attachment-item {
  padding: 0px;
  min-width: 0;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
  width: 165px;
  height: 165px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.activity-thread-item .attachment-item.activity-attachment-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.activity-thread-item .attachment-item.activity-attachment-item > a > span {
  display: block;
  padding: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 12px;
}
.activity-thread-item .attachment-item.activity-attachment-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0;
  display: block;
  margin: 0 auto;
}
.activity-thread-item .attachment-item.activity-attachment-item .attachment-actions {
  display: none;
}
.activity-thread-item .activity-view-followups .messages {
  margin: 0 0px 10px 0px;
}
.activity-thread-item .activity-view-followups .messages > li {
  background: #f6f6f6;
  padding: 10px;
  margin-bottom: 3px;
}
.activity-thread-item .activity-view-followups .messages > li > .message {
  padding: 0;
}

.attachment-item {
  text-align: center;
  min-width: 200px;
  max-width: 300px;
  padding: 30px 20px 20px;
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  margin-bottom: 4px;
  position: relative;
}
.attachment-item img {
  max-width: 100%;
  margin-bottom: 10px;
}
.attachment-item a,
.attachment-item a:hover {
  color: #666;
  text-decoration: none;
}
.attachment-item .attachment-actions {
  position: absolute;
  top: 4px;
  right: 4px;
}

.form-assign {
  background: #f6f6f6;
  padding: 15px;
}

.global-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000 url(../img/icons/loading2.gif) center center no-repeat;
  opacity: 0.7;
  z-index: 9999;
  display: none;
}

body.loading .global-loading {
  display: block;
}

.chosen-container {
  margin-bottom: 6px;
}

.chosen-small .chosen-container .chosen-results {
  max-height: 100px;
}

.chosen-dropup .chosen-container .chosen-drop {
  border-bottom: 0;
  border-top: 1px solid #aaa;
  top: auto;
  bottom: 40px;
}

.modal-iframe .modal-body {
  margin-bottom: 60px;
}
.modal-iframe .modal-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
}

.chosen-color .chosen-results li.active-result {
  color: #fff;
  background-image: none !important;
  text-shadow: 1px 1px 0px #333;
  border: 2px solid transparent;
}
.chosen-color .chosen-results li.highlighted {
  background-image: none;
  border: 2px solid #fff;
}
.chosen-color .chosen-results li.resulted-selected {
  background-image: none;
  border: 2px solid #f30;
}

.item-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.item-options .item-option {
  padding: 12px;
  margin-bottom: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
.item-options .item-option img {
  max-width: none;
  width: 100%;
}
.item-options .item-option p {
  margin-bottom: 0;
}
.item-options .item-option .details {
  padding: 10px 5px;
}
.item-options .item-option .actions {
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 20px;
  right: 20px;
}
.item-options .item-option .actions .btn {
  background: #bbb;
  opacity: 0.8;
}
.item-options .item-option:hover {
  background: #f6f6f6;
}
.item-options .item-option:hover .actions {
  opacity: 1;
  pointer-events: auto;
}
.item-options .item-option:hover .actions .btn {
  background: #368DE0;
  opacity: 1;
}
.item-options .item-option:hover .pricing-panel {
  display: block;
}
.item-options .item-option .item-status {
  position: absolute;
  top: 25px;
  left: 22px;
}
.item-options .item-option .close {
  position: absolute;
  top: 20px;
  right: 22px;
}
.item-options .item-option:nth-child(4n+1) {
  clear: both;
}
.item-options .item-option .pricing-panel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -60px;
  padding: 12px;
  background: #f6f6f6;
  display: none;
  z-index: 10;
}
.item-options.item-options-large .item-option {
  float: left;
  padding: 15px;
  margin-bottom: 30px;
  max-width: 280px;
  min-height: 280px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(30% - 8px);
          flex: 0 1 calc(30% - 8px);
}
.item-options.item-options-large .item-option img {
  max-width: none;
  width: 280px;
  height: 280px;
}
.item-options.item-options-large .item-option:nth-child(3n+1) {
  clear: both;
}
.item-options.item-options-large .item-option:nth-child(4n+1) {
  clear: none;
}
.item-options.item-options-large .item-status {
  position: absolute;
  top: 25px;
  left: 22px;
}
.item-options.item-options-large .close {
  position: absolute;
  top: 20px;
  right: 22px;
}

.box .box-content.nopadding-v {
  padding-top: 0;
  padding-bottom: 0;
}
.box .box-content.nopadding-h {
  padding-left: 0;
  padding-right: 0;
}

input[type=radio],
input[type=checkbox] {
  height: 1.2em;
  width: 1.2em;
  vertical-align: middle;
  margin: 0 0.4em 0.4em 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 200ms;
  -webkit-box-shadow: inset 1px 1px 0 #fff, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 0 #fff, 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* border radius for radio*/
input[type=radio] {
  border-radius: 100% !important;
}

/* border radius for checkbox */
input[type=checkbox] {
  border-radius: 2px;
}

/* hover state */
input[type=radio]:not(:disabled):hover,
input[type=checkbox]:not(:disabled):hover {
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 #fff, 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: inset 1px 1px 0 #fff, 0 0 4px rgba(0, 0, 0, 0.3);
}

/* active state */
input[type=radio]:active:not(:disabled),
input[type=checkbox]:active:not(:disabled) {
  background-image: -webkit-linear-gradient(#C2C2C2, #EFEFEF);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.2), inset -1px -1px 0 rgba(255, 255, 255, 0.6);
          box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.2), inset -1px -1px 0 rgba(255, 255, 255, 0.6);
  border-color: rgba(0, 0, 0, 0.5);
}

/* focus state */
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: none;
  -webkit-box-shadow: 0 0 1px 2px rgba(0, 240, 255, 0.4);
          box-shadow: 0 0 1px 2px rgba(0, 240, 255, 0.4);
}

/* input checked border color */
input[type=radio]:checked,
input[type=checkbox]:checked {
  border-color: rgba(0, 0, 0, 0.5);
}

/* radio checked */
input[type=radio]:checked:before {
  display: block;
  height: 0.3em;
  width: 0.3em;
  position: relative;
  left: 0.4em;
  top: 0.4em;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 100%;
  content: "";
}

/* checkbox checked */
input[type=checkbox]:checked:before {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
  content: "✔";
  -webkit-margin-start: 0;
  margin-left: 2px;
  font-size: 0.9em;
}

/* disabled input */
input:disabled {
  opacity: 0.6;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}

/* style label for disabled input */
input:disabled + label {
  opacity: 0.6;
  cursor: default;
  -webkit-user-select: none;
}

.gap {
  *zoom: 1;
  height: 20px;
}
.gap:before, .gap:after {
  display: table;
  content: "";
}
.gap:after {
  clear: both;
}

.btn-default {
  background: #eee;
}
.btn-default:hover {
  background: #c0c0c0;
}

textarea.none {
  display: none !important;
}

.infinite-loading {
  padding: 10px;
  text-align: center;
  display: none;
}
.infinite-loading.active {
  display: block;
}

.loading-spinner {
  text-align: center;
  display: inline-block;
}
.loading-spinner .fa {
  font-size: 24px;
  color: #999;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fullcalendar .fc-toolbar h2, .fullcalendar .fc-toolbar .h2 {
  display: inline;
  margin: 0 10px;
  font-size: 18px;
  vertical-align: middle;
}

.fileupload {
  position: relative;
  margin-bottom: 10px;
}
.fileupload .fileupload-preview {
  margin: 5px 0 0;
  display: inline-block;
  max-width: 80%;
  overflow: hidden;
}
.fileupload .close.fileupload-exists {
  position: static;
  float: right;
}

.table-list .alert-no-result {
  background: #fcf8e3;
  color: #c09853;
}

.icheckbox_square-blue.disabled {
  opacity: 0.5;
}

select {
  border-radius: 0;
}

.input-block {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.less-link {
  display: none;
}

.rf.rf-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0;
}
.rf.rf-flex > .span1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 8%;
          flex: 0 1 8%;
  margin: 0;
}
.rf.rf-flex > .span2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 16%;
          flex: 0 1 16%;
  margin: 0;
}
.rf.rf-flex > .span3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  margin: 0;
}
.rf.rf-flex > .span4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  margin: 0;
}
.rf.rf-flex > .span6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin: 0;
}
.rf.rf-flex > .span12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin: 0;
}

.account-menu {
  text-align: center;
  padding: 10px;
}
.account-menu h3, .account-menu .h3 {
  margin: 0;
}
.account-menu a {
  display: inline-block;
  font-size: 13px;
  background: none;
  color: #222;
}
.account-menu a:hover {
  color: #000 !important;
  background: none !important;
  text-decoration: none;
}
.account-menu ul {
  width: 100%;
  *zoom: 1;
}
.account-menu ul:before, .account-menu ul:after {
  display: table;
  content: "";
}
.account-menu ul:after {
  clear: both;
}
.account-menu ul li {
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 10px;
}

.alert-floating,
.alert-undo {
  position: fixed;
  top: 50px;
  width: 300px;
  left: calc(50vw - 175px);
  opacity: 0.9;
  z-index: 999;
}
.alert-floating:hover,
.alert-undo:hover {
  opacity: 1;
}

.verify-msg-fail {
  color: #f30;
  margin: 0 auto 10px;
}
.verify-msg-fail a {
  color: #368ee0;
}

.btn.btn-alert {
  background: #E0463C;
  color: #fff;
}
.btn.btn-alert:hover {
  background: #CB2921;
}

.fileupload-avatar {
  background: #eee url(../img/no-photo.png) center center no-repeat;
  background-size: cover;
}
.fileupload-avatar > .slim {
  background: none !important;
}
.fileupload-avatar .slim-file-hopper {
  cursor: pointer;
}
.fileupload-avatar .slim-loader {
  display: none !important;
}

.fileupload-image {
  background: #eee url(../img/no-image.png) center center no-repeat;
  background-size: contain;
}
.fileupload-image > .slim {
  background: none !important;
}
.fileupload-image .slim-file-hopper {
  cursor: pointer;
}
.fileupload-image .slim-loader {
  display: none !important;
}

.cke .cke_inner {
  border-top: 1px solid #ddd;
}

.slideshow .slick-slider {
  margin: 0 auto;
}
.slideshow .slick-slider.slick-dotted {
  margin-bottom: 0;
}
.slideshow .slick-arrow {
  height: 50px;
  width: 50px;
  z-index: 5;
  text-align: center;
  opacity: 0.7;
}
.slideshow .slick-arrow:hover {
  opacity: 1;
}
.slideshow .slick-arrow:before {
  color: #333;
  font-family: "Ionicons";
}
.slideshow .slick-arrow.slick-prev {
  left: -60px;
  padding-right: 3px;
}
.slideshow .slick-arrow.slick-prev:before {
  content: "\f3d2";
  font-size: 35px;
  color: #333;
  opacity: 1;
}
.slideshow .slick-arrow.slick-next {
  right: -60px;
  padding-left: 3px;
}
.slideshow .slick-arrow.slick-next:before {
  content: "\f3d3";
  font-size: 35px;
  color: #333;
  opacity: 1;
}
.slideshow .slick-dots {
  bottom: 10px;
}
.slideshow .slick-dots li {
  margin: 0 3px;
}
.slideshow .slick-dots li button:before {
  color: #eee;
  opacity: 1;
}
.slideshow .slick-dots li.slick-active button:before {
  color: #999;
}
.slideshow.dots-outside {
  padding-bottom: 50px;
}
.slideshow.dots-outside .slick-dots {
  bottom: -40px;
}

.inner {
  margin: 0 auto;
}

.activity-attachment-list .activity-attachment-item img {
  width: auto;
  max-height: 600px;
}

.activity-attachment-item {
  position: relative;
}
.activity-attachment-item img {
  width: auto;
  max-height: 600px;
}
.activity-attachment-item .item-content {
  background: none;
  padding: 2px 10px;
  position: static;
  margin: 5px auto;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.activity-attachment-item .item-content p,
.activity-attachment-item .item-content h5,
.activity-attachment-item .item-content .h5 {
  margin: 10px 0;
  text-align: left;
}

.activity-comment-box .comment-box-hd span {
  padding: 10px;
  border: 1px solid #eee;
  display: block;
  color: #999;
}
.activity-comment-box .comment-box-bd {
  height: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.activity-comment-box .comment-box-bd.active {
  height: auto;
  opacity: 1;
  pointer-events: auto;
  overflow: visible;
}

.activity-attachment-list .activity-attachment-item {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.activity-attachment-list .activity-attachment-item .item-content p {
  display: none;
}
.activity-attachment-list .activity-attachment-item .btn-delete-item {
  position: static;
  margin: 10px auto;
  display: none;
  line-height: 1;
}
.activity-attachment-list .activity-attachment-item:hover .btn-delete-item {
  display: inline-block;
}
.activity-attachment-list .activity-attachment-item:hover .item-content p {
  display: block;
}

.activity-featured-image {
  width: auto;
  max-width: 100%;
  margin: 0 auto 12px;
}
.activity-featured-image img {
  max-height: 500px;
  display: block;
  margin: 0 auto;
}

article ul li {
  list-style: disc outside;
  margin-left: 1em;
  margin-bottom: 0.5em;
  padding-left: 0.3em;
}
article ol li {
  list-style: decimal outside;
  margin-left: 1em;
  margin-bottom: 0.5em;
  padding-left: 0.3em;
}
article p {
  line-height: 1.6;
  margin-bottom: 0.8em;
}
article strong,
article b {
  font-weight: bold;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.choose-attr > li {
  margin: 0 10px 10px 0;
  border: 1px solid #ddd;
  display: inline-block;
}
.choose-attr > li .btn-link {
  padding: 6px 10px;
}
.choose-attr > li.has-sub-attr {
  position: relative;
}
.choose-attr > li.has-sub-attr > label {
  padding-right: 30px;
}
.choose-attr > li.has-sub-attr:after {
  font-family: "Ionicons";
  display: inline-block;
  line-height: 1;
  content: "\f3d0";
  font-size: 20px;
  position: absolute;
  right: 8px;
  top: 5px;
}
.choose-attr > li.has-sub-attr.hover {
  background: #f2f2f2;
  border: 1px solid transparent;
}
.choose-attr > li.has-sub-attr.hover .choose-sub-attr {
  display: block;
}
.choose-attr > li.active {
  border: 1px solid #f00;
  background: #f3f3f3;
}
.choose-attr > li > label {
  overflow: hidden;
  position: relative;
  padding-left: 0;
  padding: 4px 8px 0px;
}
.choose-attr > li > label > input[type=radio] {
  position: absolute;
  left: -500px;
}

.choose-sub-attr {
  display: none;
  padding: 10px;
  min-width: 100%;
  position: absolute;
  top: 25px;
  left: -1px;
  background: #f2f2f2;
  z-index: 10;
  border-top: 0;
  white-space: nowrap;
}

.choose-attr-color {
  min-width: 300px;
}
.choose-attr-color > li {
  display: inline-block;
  margin: 0 3px 3px 0;
}
.choose-attr-color > li > label {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
  width: 38px;
  height: 32px;
}
.choose-attr-color > li > label > input[type=radio] {
  position: absolute;
  left: -500px;
}
.choose-attr-color > li.active {
  border: 1px solid #f00;
}

.price-table-wrap {
  overflow: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}

.price-table,
.table-item-pricing {
  overflow: hidden;
  min-width: 100%;
  position: relative;
  border-spacing: 0;
  border-collapse: collapse;
  overflow: hidden;
  z-index: 1;
  margin: 10px auto;
}
.price-table .row,
.table-item-pricing .row {
  margin: 0;
}
.price-table tr th,
.price-table tr td,
.table-item-pricing tr th,
.table-item-pricing tr td {
  min-width: 20%;
}
.price-table tr th:first-child,
.table-item-pricing tr th:first-child {
  min-width: 25%;
}
.price-table td,
.price-table th,
.table-item-pricing td,
.table-item-pricing th {
  position: relative;
  outline: 0;
  padding: 4px 6px;
  overflow: visible;
  text-align: center;
}
.price-table td,
.table-item-pricing td {
  cursor: pointer;
}
.price-table body:not(.nohover) tbody tr:hover,
.table-item-pricing body:not(.nohover) tbody tr:hover {
  background-color: #eee;
}
.price-table tbody tr:hover,
.table-item-pricing tbody tr:hover {
  background-color: #eee;
}
.price-table tr > td,
.price-table tr > th,
.table-item-pricing tr > td,
.table-item-pricing tr > th {
  text-align: right;
}
.price-table tr > td:first-child,
.price-table tr > th:first-child,
.table-item-pricing tr > td:first-child,
.table-item-pricing tr > th:first-child {
  text-align: left;
}
.price-table td:hover::after,
.price-table thead th:not(:empty):hover::after,
.price-table td:focus::after,
.price-table thead th:not(:empty):focus::after,
.table-item-pricing td:hover::after,
.table-item-pricing thead th:not(:empty):hover::after,
.table-item-pricing td:focus::after,
.table-item-pricing thead th:not(:empty):focus::after {
  content: "";
  height: 10000px;
  left: 0;
  position: absolute;
  top: -5000px;
  width: 100%;
  z-index: -1;
}
.price-table td:hover::after,
.price-table th:hover::after,
.table-item-pricing td:hover::after,
.table-item-pricing th:hover::after {
  background-color: #eee;
}
.price-table td:focus::after,
.price-table th:focus::after,
.table-item-pricing td:focus::after,
.table-item-pricing th:focus::after {
  background-color: #eee;
}
.price-table tbody td:hover,
.table-item-pricing tbody td:hover {
  background-color: #ccc;
  font-weight: bold;
}
.price-table td:focus::before,
.price-table tbody th:focus::before,
.table-item-pricing td:focus::before,
.table-item-pricing tbody th:focus::before {
  background-color: #eee;
  content: "";
  height: 100%;
  top: 0;
  left: -5000px;
  position: absolute;
  width: 10000px;
  z-index: -1;
}
.price-table td.active,
.price-table td.active:hover,
.table-item-pricing td.active,
.table-item-pricing td.active:hover {
  font-weight: bold;
  background: #f3f3f3;
}
.price-table td.active:before,
.price-table td.active:hover:before,
.table-item-pricing td.active:before,
.table-item-pricing td.active:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #f00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

.ui-sortable-helper {
  background: #f3f3f3;
  padding: 5px;
}

.pop-aside {
  position: relative;
}
.pop-aside .pop-aside-bd {
  background: #fff;
  position: absolute;
  min-width: 442px;
  top: 30px;
  right: 0px;
  padding: 10px;
  z-index: 10;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pop-aside .pop-aside-bd.large {
  min-width: 600px;
}
@media only screen and (max-width: 576px) {
  .pop-aside .pop-aside-bd.large {
    min-width: 0;
    max-width: 90vw;
  }
}
@media only screen and (max-width: 576px) {
  .pop-aside .pop-aside-bd {
    min-width: 0;
    max-width: 90vw;
  }
}
.pop-aside.active .pop-aside-bd {
  display: block;
}

.shadow {
  background: #aaa;
}

.shadow-light {
  background: #ddd;
}

.shadow-dark {
  background: #999;
  color: #fff;
}

.shadow-light {
  background: #ddd;
  -webkit-print-color-adjust: exact;
}

.shadow-deep {
  background: #aaa;
  -webkit-print-color-adjust: exact;
}

.shadow-deeper {
  background: #999;
  color: #fff;
  -webkit-print-color-adjust: exact;
}

.job-item {
  margin-top: 30px;
  border: none;
}
.job-item .item-hd {
  padding: 8px;
  background: #999;
  color: #fff;
}
.job-item .item-hd h4, .job-item .item-hd .h4,
.job-item .item-hd h5,
.job-item .item-hd .h5 {
  margin: 0;
}
.job-item .item-hd .span6 {
  min-height: 0;
}
.job-item .item-bd {
  margin-top: 20px;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  padding: 4px 6px;
}

.chosen-container-single .chosen-single {
  height: 34px;
  line-height: 33px;
}

.table.table-noborder th, figure.table > table.table-noborder th,
.table.table-noborder td,
figure.table > table.table-noborder td {
  border: none;
}

.btn.size-medium {
  min-width: 150px;
}

table.border-table th,
table.border-table td {
  padding: 3px;
}
table.border-table tr:nth-child(odd) td {
  background: #ddd;
  -webkit-print-color-adjust: exact;
}

.btn-group + .btn-group {
  margin-left: 0;
}

.pms-color {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 5px;
  font-size: 13px;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

figure {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.rf-list > [class*=span] {
  margin-bottom: 2.5641025641%;
}
.rf-list > .span1:nth-child(12n+1) {
  margin-left: 0;
  clear: both;
}
.rf-list > .span2:nth-child(6n+1) {
  margin-left: 0;
  clear: both;
}
.rf-list > .span3:nth-child(4n+1) {
  margin-left: 0;
  clear: both;
}
.rf-list > .span4:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}
.rf-list > .span6:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}

.print-settings {
  padding: 20px;
}
.print-settings ul {
  text-align: center;
}
.print-settings ul li {
  display: inline-block;
  margin: 0 5px;
}

.timepick {
  max-width: 100%;
}

.colors > li a {
  width: 28px;
  height: 28px;
  padding: 4px;
  text-align: center;
  line-height: 1.4;
  font-size: 12px;
  color: #fff;
  text-shadow: 0px 1px 1px #666;
  border: 2px solid transparent;
}
.colors > li a:hover {
  border: 2px solid #ccc;
}
.colors > li.active a {
  width: 28px;
  height: 28px;
  border: 2px solid #f60;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.colors.small > li.active a {
  width: 16px;
  height: 16px;
  border: 2px solid #f60;
}

.colors.tiny {
  text-align: center;
  margin: 5px auto;
}
.colors.tiny > li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px 1px 1px 0;
  border: 0;
  padding: 0;
}
.colors.tiny > li a {
  width: 12px;
  height: 12px;
  border: 0;
  padding: 0;
}
.colors.tiny > li a:hover {
  border: 0;
}

.colors.pms li {
  width: 132px;
  height: auto;
  text-align: center;
}
.colors.pms li a {
  width: 132px;
  padding: 8px;
  height: auto;
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
  text-shadow: 0px 1px 1px #666;
}
.colors.pms li.active a {
  width: 28px;
  height: 28px;
  border: 2px solid #f60;
}

.eflyer-header img {
  max-width: 260px;
  max-height: 260px;
}

.eflyer-hero {
  background: #f90;
  padding: 20px;
  color: #fff;
}
.eflyer-hero img {
  width: 100%;
}
.eflyer-hero .eflyer-id {
  text-align: right;
  margin-top: 20px;
}

.block-editable {
  position: relative;
}
.block-editable .btn-delete-block {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: none;
}
.block-editable:hover {
  background: #f6f6f6;
}
.block-editable:hover img {
  opacity: 0.8;
}
.block-editable:hover .btn-delete-block {
  display: inline-block;
}

.eflyer-templates img:hover {
  opacity: 0.8;
}

.box-doc-preview {
  position: relative;
}
.box-doc-preview .btn-next-doc,
.box-doc-preview .btn-previous-doc {
  position: absolute;
  top: 45%;
  font-size: 60px;
  color: #333;
  display: none;
}
.box-doc-preview .btn-next-doc {
  right: -10px;
}
.box-doc-preview .btn-previous-doc {
  left: -10px;
}

.file-input {
  position: relative;
}
.file-input .file-preview {
  border-radius: 0;
  border: none;
  background: #f9f9f9;
}
.file-input .file-preview .fileinput-remove {
  top: 5px;
  right: 5px;
  font-size: 25px;
}
.file-input .file-drop-zone {
  padding-bottom: 100px;
  border-radius: 0;
}
.file-input .input-group {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 40px;
  padding: 0px 0px;
  text-align: center;
}
.file-input .input-group .file-caption-name,
.file-input .input-group .file-caption-icon {
  display: none !important;
}

.file-zoom-dialog,
.kv-file-zoom {
  display: none !important;
}

.bcu .bcu-droppable-content {
  border: 1px dotted #ccc;
}

@media (min-width: 1200px) {
  .row-fluid [class*=span] {
    min-height: 20px;
  }
}
hr {
  margin: 5px auto;
}

p {
  margin-bottom: 5px;
}

.box-doc-preview .preview-container {
  height: auto;
}

.box-doc-preview .preview-container .bp-container > .bp {
  position: static;
}

.box-doc-preview .preview-container .bp-container > .bp > * {
  position: static;
}

.box-doc-preview .preview-container .bp-container > .bp > .bp-notifications-wrapper,
.box-doc-preview .preview-container .bp-container > .bp > .bp-popup-modal,
.box-doc-preview .preview-container .bp-container > .bp > .bp-controls-wrapper {
  position: absolute;
  height: auto;
}

.box-doc-preview .preview-container .bp-container > .bp > .bp-doc,
.box-doc-preview .preview-container .bp-container > .bp > .bp-image,
.box-doc-preview .preview-container .bp-container > .bp > .bp-doc .page {
  height: auto;
  overflow: auto;
  overflow-y: auto;
  position: static;
}

.box-doc-preview .preview-container .bp-container > .bp > .bp-image img {
  position: static;
}

.doc-list-grid .flex-container {
  padding: 0;
}
.doc-list-grid .doc-item {
  height: 100%;
  position: relative;
  background-color: #fff;
  padding: 10px;
}
.doc-list-grid .doc-item .item-icon {
  width: 100%;
  max-width: 90px;
}
.doc-list-grid .doc-item:hover, .doc-list-grid .doc-item:active {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.doc-list-grid .doc-item .doc-item-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.doc-list-grid .doc-item .doc-item-preview img {
  max-width: 100%;
  max-height: 300px;
}

.list-actions-container {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list-actions-container.scroll-to-fixed-fixed {
  background: #f3f3f3;
  padding: 5px;
}

.flex-container {
  padding-left: 0;
  padding-right: 0;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.awaiting {
  pointer-events: none !important;
  position: relative;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.awaiting:before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.4) !important;
  z-index: 1 !important;
}
.awaiting:after {
  position: absolute !important;
  top: calc(50% - 10px) !important;
  left: calc(50% - 10px) !important;
  content: "\f1ce" !important;
  font: normal normal normal 22px/1 FontAwesome !important;
  color: #fff !important;
  -webkit-animation: spin 0.6s linear infinite !important;
          animation: spin 0.6s linear infinite !important;
  z-index: 1 !important;
}

.control-label {
  display: inline-block;
  line-height: 34px;
}

.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  max-height: 18px;
  overflow: hidden;
  /* the hidden clearer */
}

.star-cb-group * {
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.star-cb-group > input {
  display: none;
}

.star-cb-group > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
}

.star-cb-group > input + label:before {
  display: inline-block;
  content: "\f006";
  color: #999;
  font: normal normal normal 14px/1 FontAwesome;
}

.star-cb-group > input:checked ~ label:before,
.star-cb-group > input + label:hover ~ label:before,
.star-cb-group > input + label:hover:before {
  content: "\f005";
  color: #ffc107;
  text-shadow: 0 0 1px #ffc107;
  font: normal normal normal 14px/1 FontAwesome;
}

.star-cb-group > .star-cb-clear + label {
  width: 0.5em;
  margin-left: -0.5em;
  opacity: 0;
}

.star-cb-group > .star-cb-clear + label:before {
  width: 0.5em;
}

.star-cb-group:hover > input + label:before {
  content: "\f006";
  color: #999;
  text-shadow: none;
  font: normal normal normal 14px/1 FontAwesome;
}

.star-cb-group:hover > input + label:hover ~ label:before,
.star-cb-group:hover > input + label:hover:before {
  content: "\f005";
  color: #ffc107;
  text-shadow: 0 0 1px #ffc107;
  font: normal normal normal 14px/1 FontAwesome;
}

.review-images ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.review-images ul li {
  width: 60px;
  margin-right: 10px;
}
.review-images ul li a {
  border: 1px solid #ccc;
  display: block;
  padding: 1px;
}
.review-images ul li img {
  display: block;
  width: 100%;
}

.fileupload-inline {
  display: inline-block;
}

.comment-item {
  padding: 2px 15px;
  margin: 20px auto;
  border-left: 4px solid #ddd;
}

.more-link {
  color: #808000;
  font-weight: bold;
}
.more-link:after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 3px;
}

.progress {
  background: #eee;
}

.pms-box {
  width: 108px;
  height: 80px;
  float: left;
  margin: 0 5px 5px 0;
  text-align: center;
  vertical-align: middle;
  line-height: 80px;
  padding: 5px;
}
.pms-box a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.pms-box a:hover, .pms-box a:focus, .pms-box a:active {
  color: #fff;
  text-decoration: underline;
}

.ql-editor {
  min-height: 300px;
}

.ql-toolbar,
.ql-container {
  background-color: #fff;
}

.ck-editor .image-style-align-center,
.ck-editor .image-style-align-left,
.ck-editor .image-style-align-right,
.ck-editor .image-style-side,
.ck-content .image-style-align-center,
.ck-content .image-style-align-left,
.ck-content .image-style-align-right,
.ck-content .image-style-side,
article .image-style-align-center,
article .image-style-align-left,
article .image-style-align-right,
article .image-style-side {
  max-width: 50%;
}
.ck-editor figcaption,
.ck-content figcaption,
article figcaption {
  text-align: center;
}
.ck-editor .image-style-side,
.ck-content .image-style-side,
article .image-style-side {
  float: right;
  margin-left: var(--ck-image-style-spacing);
}
.ck-editor .image-style-align-left,
.ck-content .image-style-align-left,
article .image-style-align-left {
  float: left;
  margin-right: var(--ck-image-style-spacing);
}
.ck-editor .image-style-align-center,
.ck-content .image-style-align-center,
article .image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}
.ck-editor .image-style-align-right,
.ck-content .image-style-align-right,
article .image-style-align-right {
  float: right;
  margin-left: var(--ck-image-style-spacing);
}
.ck-editor .image.image_resized,
.ck-content .image.image_resized,
article .image.image_resized {
  max-width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ck-editor .image.image_resized img,
.ck-content .image.image_resized img,
article .image.image_resized img {
  width: 100%;
}
.ck-editor .image.image_resized > figcaption,
.ck-content .image.image_resized > figcaption,
article .image.image_resized > figcaption {
  display: block;
}
.ck-editor .media,
.ck-content .media,
article .media {
  clear: both;
  margin: 1em 0;
  display: block;
  min-width: 15em;
}
.ck-editor .table, .ck-editor figure.table > table,
.ck-content .table,
.ck-content figure.table > table,
article .table,
article figure.table > table {
  margin: 1em auto;
  display: table;
}
.ck-editor .table table,
.ck-content .table table,
article .table table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px double #b3b3b3;
}
.ck-editor .table table td,
.ck-editor .table table th,
.ck-content .table table td,
.ck-content .table table th,
article .table table td,
article .table table th {
  min-width: 2em;
  padding: 0.4em;
  border-color: #d9d9d9;
}
.ck-editor .table table th,
.ck-content .table table th,
article .table table th {
  font-weight: 700;
  background: #fafafa;
}
.ck-editor .text-tiny,
.ck-content .text-tiny,
article .text-tiny {
  font-size: 0.7em;
}
.ck-editor .text-small,
.ck-content .text-small,
article .text-small {
  font-size: 0.85em;
}
.ck-editor .text-big,
.ck-content .text-big,
article .text-big {
  font-size: 1.4em;
}
.ck-editor .text-huge,
.ck-content .text-huge,
article .text-huge {
  font-size: 1.8em;
}
.ck-editor .image,
.ck-content .image,
article .image {
  margin: 1em 0 !important;
}
.ck-editor .image-style-align-left,
.ck-content .image-style-align-left,
article .image-style-align-left {
  margin: 1em 1em 1em 0 !important;
}
.ck-editor .image-style-align-right,
.ck-content .image-style-align-right,
article .image-style-align-right {
  margin: 1em 0em 1em 1em !important;
}
.ck-editor .image-style-align-center,
.ck-content .image-style-align-center,
article .image-style-align-center {
  margin: 1em auto !important;
}
.ck-editor .image > img,
.ck-content .image > img,
article .image > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.ck-editor blockquote,
.ck-content blockquote,
article blockquote {
  overflow: hidden;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  border-left: 5px solid #ccc;
}
.ck-editor .ck-content[dir=rtl] blockquote,
.ck-content .ck-content[dir=rtl] blockquote,
article .ck-content[dir=rtl] blockquote {
  border-left: 0;
  border-right: 5px solid #ccc;
}
.ck-editor ul,
.ck-content ul,
article ul {
  padding: 0;
  margin: 1em 0 1em 1em;
}
.ck-editor ul > li,
.ck-content ul > li,
article ul > li {
  list-style: disc outside;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
.ck-editor ol,
.ck-content ol,
article ol {
  padding: 0;
  margin: 1em 0 1em 1em;
}
.ck-editor ol > li,
.ck-content ol > li,
article ol > li {
  list-style: decimal outside;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
.ck-editor .aligncenter,
.ck-content .aligncenter,
article .aligncenter {
  display: block;
  margin: 1em auto;
}
.ck-editor a,
.ck-content a,
article a {
  text-decoration: underline;
}
.ck-editor a:hover, .ck-editor a:active,
.ck-content a:hover,
.ck-content a:active,
article a:hover,
article a:active {
  text-decoration: none;
}
.ck-editor a.btn,
.ck-content a.btn,
article a.btn {
  text-decoration: none;
}

.ck-editor__editable_inline {
  min-height: 400px;
}

@media only screen and (max-width: 480px) {
  .shipment-item {
    margin: 10px;
  }
}
.shipment-item .accordion-heading {
  background: #eee;
  padding: 5px 10px;
}
.shipment-item .accordion-heading a {
  font-weight: bold;
  color: #000;
}

.shipment-status {
  text-align: center;
  position: relative;
}
.shipment-status .col p {
  width: 100%;
}
.shipment-status i {
  font-size: 1.125rem;
}
.shipment-status span {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  text-align: center;
  height: 16px;
  width: 16px;
  line-height: 30px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto 25px;
  background: #ccc;
  position: relative;
  z-index: 1;
}
.shipment-status span i {
  display: none;
  color: #fff;
  -webkit-transform: translate(1px, 0px);
      -ms-transform: translate(1px, 0px);
          transform: translate(1px, 0px);
}
.shipment-status .active {
  color: green;
}
.shipment-status .active span {
  border-color: green;
}
.shipment-status:before {
  content: "";
  width: 82%;
  position: absolute;
  left: 9%;
  height: 2px;
  background: #ccc;
  top: 7px;
}
.shipment-status:after {
  content: "";
  width: 0%;
  position: absolute;
  left: 9%;
  height: 2px;
  background: #28a745;
  top: 7px;
}
.shipment-status.progress-1-of-5 {
  position: relative;
}
.shipment-status.progress-1-of-5:after {
  width: 0%;
}
.shipment-status.progress-1-of-5 .nth-1 span {
  background: #28a745;
  height: 30px;
  width: 30px;
  -webkit-transform: translate(0, -7px);
      -ms-transform: translate(0, -7px);
          transform: translate(0, -7px);
  margin-bottom: 11px;
}
.shipment-status.progress-1-of-5 .nth-1 span i {
  display: inline-block;
}
.shipment-status.progress-2-of-5 {
  position: relative;
}
.shipment-status.progress-2-of-5:after {
  width: 20%;
}
.shipment-status.progress-2-of-5 .nth-1 span {
  background: #28a745;
}
.shipment-status.progress-2-of-5 .nth-2 span {
  background: #28a745;
  height: 30px;
  width: 30px;
  -webkit-transform: translate(0, -7px);
      -ms-transform: translate(0, -7px);
          transform: translate(0, -7px);
  margin-bottom: 11px;
}
.shipment-status.progress-2-of-5 .nth-2 span i {
  display: inline-block;
}
.shipment-status.progress-3-of-5 {
  position: relative;
}
.shipment-status.progress-3-of-5:after {
  width: 40%;
}
.shipment-status.progress-3-of-5 .nth-1 span,
.shipment-status.progress-3-of-5 .nth-2 span {
  background: #28a745;
}
.shipment-status.progress-3-of-5 .nth-3 span {
  background: #28a745;
  height: 30px;
  width: 30px;
  -webkit-transform: translate(0, -7px);
      -ms-transform: translate(0, -7px);
          transform: translate(0, -7px);
  margin-bottom: 11px;
}
.shipment-status.progress-3-of-5 .nth-3 span i {
  display: inline-block;
}
.shipment-status.progress-4-of-5 {
  position: relative;
}
.shipment-status.progress-4-of-5:after {
  width: 61%;
}
.shipment-status.progress-4-of-5 .nth-1 span,
.shipment-status.progress-4-of-5 .nth-2 span,
.shipment-status.progress-4-of-5 .nth-3 span {
  background: #28a745;
}
.shipment-status.progress-4-of-5 .nth-4 span {
  background: #28a745;
  height: 30px;
  width: 30px;
  -webkit-transform: translate(0, -7px);
      -ms-transform: translate(0, -7px);
          transform: translate(0, -7px);
  margin-bottom: 11px;
}
.shipment-status.progress-4-of-5 .nth-4 span i {
  display: inline-block;
}
.shipment-status.progress-5-of-5 {
  position: relative;
}
.shipment-status.progress-5-of-5:after {
  width: 82%;
}
.shipment-status.progress-5-of-5 .nth-1 span,
.shipment-status.progress-5-of-5 .nth-2 span,
.shipment-status.progress-5-of-5 .nth-3 span,
.shipment-status.progress-5-of-5 .nth-4 span {
  background: #28a745;
}
.shipment-status.progress-5-of-5 .nth-5 span {
  background: #28a745;
  height: 30px;
  width: 30px;
  -webkit-transform: translate(0, -7px);
      -ms-transform: translate(0, -7px);
          transform: translate(0, -7px);
  margin-bottom: 11px;
}
.shipment-status.progress-5-of-5 .nth-5 span i {
  display: inline-block;
}

.shipment-status-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.75rem;
  text-align: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #ddd;
  margin: 0 auto 5px;
}
@media only screen and (max-width: 480px) {
  .shipment-status-icon {
    font-size: 1.125rem;
    height: 30px;
    width: 30px;
  }
}

.hover-light:hover, .hover-light:focus, .hover-light:active {
  background-color: #f6f6f6;
}

.border-dotted {
  border-style: dotted !important;
}

.border-dashed {
  border-style: dashed !important;
}

.filter-tag {
  display: inline-block;
  position: relative;
  padding: 3px 25px 3px 6px;
  font-size: 13px;
  background: #f2f2f2;
  border: none;
  margin-right: 3px;
  margin-bottom: 0;
  border-radius: 3px;
}
.filter-tag .btn-remove-filter {
  position: absolute;
  right: 5px;
  top: 2px;
}

.modal .modal-body {
  overflow-x: hidden;
}

.acitivty-add-box {
  background: #f6f6f6;
  position: relative;
  padding: 12px;
  border-radius: 5px;
}
.acitivty-add-box:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 12px 9px 0;
  border-color: transparent #f6f6f6 transparent transparent;
}
.acitivty-add-box .activity-add-tabs > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.acitivty-add-box .activity-add-tabs > ul > li {
  display: block;
  text-align: center;
  width: 20%;
  padding: 10px;
}
.acitivty-add-box .activity-add-tabs > ul > li a {
  color: #666;
  font-size: 17px;
  display: inline-block;
  padding: 5px;
  font-weight: normal !important;
}
.acitivty-add-box .activity-add-tabs > ul > li a:hover {
  text-decoration: none;
}
.acitivty-add-box .activity-add-tabs > ul > li.active a {
  font-weight: bold;
}

.activity-view-list {
  margin-bottom: 20px;
}

.activity-view-item {
  margin: 8px 0;
}
.activity-view-item .activity-item-content {
  background: #f6f6f6;
  padding: 1em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.activity-view-item .activity-item-content:hover, .activity-view-item .activity-item-content:active {
  background: #fcfcfc;
}
.activity-view-item .activity-view-actions {
  padding: 0 1em;
  display: none;
}
.activity-view-item h4, .activity-view-item .h4,
.activity-view-item h5,
.activity-view-item .h5 {
  margin: 0;
}
.activity-view-item .activity-state-view {
  display: block;
}
.activity-view-item .abstract {
  height: 60px;
  overflow: hidden;
}
.activity-view-item .activity-state-editing {
  display: none;
}
.activity-view-item .tier1 {
  cursor: pointer;
}
.activity-view-item .tier2 {
  display: none;
}
.activity-view-item.expanded {
  background: none;
}
.activity-view-item.expanded .activity-item-content {
  background: none;
}
.activity-view-item.expanded .activity-view-actions {
  display: block;
}
.activity-view-item.expanded .activity-state-view {
  display: block;
}
.activity-view-item.expanded .abstract {
  height: auto;
  overflow: auto;
}
.activity-view-item.expanded .tier2 {
  display: block;
}
.activity-view-item.expanded .tier2.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.activity-view-item.editing .activity-state-view {
  display: none;
}
.activity-view-item.editing .activity-state-editing {
  display: block;
  padding: 10px;
  background: #f8f8f8;
}
.activity-view-item.editing .activity-view-actions {
  display: none;
}

.activity-view-action {
  padding: 0px 0;
}

.act-voting,
.act-voting-edit {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tag {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 3px;
  color: #666;
  margin-right: 6px;
  position: relative;
}
.tag:hover {
  text-decoration: none;
}
.tag .close {
  position: relative;
  top: -3px;
  float: none;
}

.time {
  color: #bbb;
}

.attachment-item {
  text-align: center;
  min-width: 200px;
  max-width: 350px;
  padding: 5px 30px 10px 0;
  border-bottom: 1px dotted #ddd;
  display: block;
  margin-bottom: 4px;
  position: relative;
  *zoom: 1;
}
.attachment-item:before, .attachment-item:after {
  display: table;
  content: "";
}
.attachment-item:after {
  clear: both;
}
.attachment-item img {
  max-width: 100%;
  width: 60px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  float: left;
  margin-right: 10px;
}
.attachment-item a,
.attachment-item a:hover {
  color: #222;
  text-decoration: none;
  margin-right: 10px;
}
.attachment-item .attachment-actions {
  position: absolute;
  top: 4px;
  right: 4px;
}
.attachment-item .attachment-date {
  color: #999;
  font-size: 12px;
}

.messages {
  margin-left: 0;
}

.activity-view-item .activity-view-actions {
  padding: 0;
}
.activity-view-item .activity-view-actions a {
  display: inline-block;
}

.user-stripe {
  float: left;
  display: inline-block;
  padding: 1px 5px;
  background: #DEE7FB;
  border: 1px solid #CFDCF9;
  border-radius: 8px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.taggable-hover {
  position: relative;
}
.taggable-hover:hover .toolbox-tagging, .taggable-hover:focus .toolbox-tagging, .taggable-hover:active .toolbox-tagging {
  display: block;
  top: 1.5rem;
  left: 0;
}

.toolbox-tagging {
  text-align: left;
  position: absolute;
  width: 300px;
  overflow: visible;
  z-index: 100;
  display: none;
  left: -140px;
  top: 0;
}
.toolbox-tagging .toolbox-tagging-hd {
  margin: 0;
  background: #f3f3f3;
  border-radius: 15px;
}
.toolbox-tagging .toolbox-tagging-bd {
  position: absolute;
  top: 40px;
  left: 0;
  border: 1px solid #ddd;
  width: 100%;
  z-index: 100;
  background: #f3f3f3;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  display: none;
}
.toolbox-tagging .toolbox-tagging-bd .box {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.toolbox-tagging .toolbox-tagging-bd .toolbox-tagging-search .form-control {
  width: 100%;
}
.toolbox-tagging .toolbox-tagging-bd .hover-show-button .btn {
  display: none;
}
.toolbox-tagging .toolbox-tagging-bd .hover-show-button strong {
  font-weight: normal;
}
.toolbox-tagging .toolbox-tagging-bd .hover-show-button:hover strong, .toolbox-tagging .toolbox-tagging-bd .hover-show-button:focus strong, .toolbox-tagging .toolbox-tagging-bd .hover-show-button:active strong {
  font-weight: bold;
}
.toolbox-tagging .toolbox-tagging-bd .hover-show-button:hover .btn, .toolbox-tagging .toolbox-tagging-bd .hover-show-button:focus .btn, .toolbox-tagging .toolbox-tagging-bd .hover-show-button:active .btn {
  display: inline-block;
}
.toolbox-tagging.expanded {
  width: 490px;
  left: -240px;
}
.toolbox-tagging.active {
  z-index: 100;
  display: block;
}
.toolbox-tagging.active .toolbox-tagging-bd {
  display: block;
}
.toolbox-tagging .toolbox-tagging-search {
  position: relative;
}
.toolbox-tagging .toolbox-tagging-search .btn {
  position: absolute;
  top: 0;
  left: 1px;
  padding-top: 6px;
}
.toolbox-tagging .toolbox-tagging-search .form-control {
  padding-left: 2.2em;
}

.taggable-click {
  position: relative;
}
.taggable-click .toolbox-tagging {
  top: -0.5rem;
}

.btn > span,
.btn > svg {
  vertical-align: middle;
}

svg {
  vertical-align: middle;
}

.hover-show-button .btn {
  display: none;
}
.hover-show-button:hover .btn, .hover-show-button:focus .btn, .hover-show-button:active .btn {
  display: inline-block;
}

.item-coupon {
  border: 3px dotted #999;
  border-radius: 10px;
  margin: 1rem auto;
  display: block;
  text-decoration: none;
  color: #343a40;
}
.item-coupon h2, .item-coupon .h2,
.item-coupon h3,
.item-coupon .h3,
.item-coupon h4,
.item-coupon .h4,
.item-coupon h5,
.item-coupon .h5,
.item-coupon p {
  color: #343a40;
}
.item-coupon:hover, .item-coupon:focus, .item-coupon:active {
  text-decoration: none;
  border-color: #28a745;
}
.item-coupon .item-hd {
  padding: 1rem;
}
.item-coupon .item-bd {
  padding: 1rem;
  background: #f6f6f6;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
  float: none;
}

.pms-color {
  border: 1px solid #ddd !important;
}

select {
  min-height: 34px;
}

.fade.show,
.fade.in {
  opacity: 1;
}

.popover-body {
  background: #fff;
}

.context-popover {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 1rem;
  min-width: 240px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-item-play-video {
  position: relative;
  display: inline-block;
}
.btn-item-play-video span {
  top: 0;
  left: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  opacity: 0.7;
}
.btn-item-play-video:hover span, .btn-item-play-video:active span {
  opacity: 1;
}

.show-buttons-on-hover .btn-show-on-hover {
  opacity: 0;
  pointer-events: none;
}
.show-buttons-on-hover:hover .btn-show-on-hover, .show-buttons-on-hover:active .btn-show-on-hover {
  opacity: 1;
  pointer-events: auto;
}

figure.table > table {
  border: 1px solid #ddd;
}
figure.table > table > :not(caption) > * > * {
  border-color: #ddd;
  border-width: 1px;
}

.max-lines {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.max-lines.max-lines-1 {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.max-lines.max-lines-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.max-lines.max-lines-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.max-lines.max-lines-4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.max-lines.max-lines-5 {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.max-lines.expanded {
  -webkit-line-clamp: 9999;
  line-clamp: 9999;
}

.border-light {
  border: 1px solid #f6f6f6;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background-color: transparent;
}

.form-check-input:checked {
  background: none !important;
}

table.table tr > td, figure.table > table tr > td,
table.table tr > th,
figure.table > table tr > th {
  border-bottom: none;
}

.btn.btn-default {
  background-color: #f6f6f6;
}

.collapse.show {
  height: auto;
}

.bg-lighter {
  background-color: rgba(246, 246, 246, 0.5) !important;
}

.breadcrumb {
  opacity: 0.6;
}

.bold a {
  font-weight: bold;
}

.cp-carousel-slides {
  display: none;
}
.cp-carousel-slides.slick-initialized {
  display: block;
}

.btn-square-md {
  width: 100px !important;
  min-height: 100px !important;
  text-align: center;
}

.btn-square-sm {
  width: 80px !important;
  min-height: 80px !important;
  font-size: 0.875rem !important;
  text-align: center;
}

.btn-square-lg {
  width: 125px !important;
  min-height: 125px !important;
  text-align: center;
}

section.block-global-breadcrumb > .section-bd {
  font-size: 13px;
}
section.block-global-breadcrumb > .section-bd a {
  font-size: 13px;
}
footer.global-footer {
  padding: 0.5rem 1rem;
  padding-bottom: 4rem;
}
footer.global-footer .footer-bd .list li {
  font-size: 0.9125rem;
  margin-bottom: 0.5rem;
}
footer.global-footer .footer-bd .list a {
  font-size: 13px;
  color: #6c757d;
}
footer.global-footer .footer-bd .footer-subscribe .input-group input {
  border-right: 0;
}
footer.global-footer .footer-bd .footer-subscribe .input-group .btn {
  border-left: 0;
}
footer.global-footer .footer-ft {
  padding-top: 2rem;
}
footer.global-footer .footer-ft .footer-links .list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
footer.global-footer .footer-ft .footer-links .list li {
  font-size: 13px;
  margin-right: 2rem;
  color: #6c757d;
}
footer.global-footer .footer-ft .footer-links .list span {
  margin-left: 1rem;
}
footer.global-footer .footer-ft .footer-links .list a {
  font-size: 13px;
  color: #6c757d;
}
footer.global-footer .footer-ft .footer-social {
  font-size: 1.25rem;
}
footer.global-footer .footer-ft .footer-social li {
  margin-left: 1.5rem;
}
footer.global-footer .footer-ft .footer-social li a {
  color: #6c757d;
}
footer.global-footer .footer-ft .footer-logo {
  display: inline-block;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
}
footer.global-footer .footer-ft .footer-logo img {
  height: 30px;
}
footer.global-footer .footer-ft .footer-copyright {
  color: #6c757d;
  font-size: 13px;
}
footer.global-footer .footer-ft .footer-copyright a {
  color: #6c757d;
  display: inline-block;
  margin-left: 1rem;
}

header.global-header {
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
}
header.global-header > .header-hd .header-logo img {
  height: 32px;
  width: auto;
  max-width: 200px;
}

section.block-global-navigation {
  height: 100%;
  padding: 1rem 0;
}
section.block-global-navigation > .section-hd {
  text-align: center;
}
section.block-global-navigation > .section-bd .side-nav {
  padding: 0rem 0.5rem;
}
section.block-global-navigation > .section-bd ul,
section.block-global-navigation > .section-bd li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2;
}
section.block-global-navigation > .section-bd .side-nav-group {
  margin-top: 1.25rem;
}
section.block-global-navigation > .section-bd .side-nav-group .menu-header {
  font-weight: 500;
  font-size: 1rem;
}
section.block-global-navigation > .section-bd .side-nav-group .menu-header i {
  margin-right: 0.5rem;
}
section.block-global-navigation > .section-bd .side-nav-group .menu-item {
  padding-left: 1.9rem;
}
section.block-global-navigation > .section-bd .side-nav-group .sub-menu-group {
  padding-left: 1em;
}
.admin-body {
  position: relative !important;
}
.admin-body .admin-body-side {
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  top: 0;
  left: 0;
  position: relative;
  z-index: 1;
  padding: 0 1rem;
}
.admin-body .admin-body-side .input-medium {
  width: 100%;
}
.admin-body .admin-body-side .filter-sections,
.admin-body .admin-body-side .side-filter {
  padding: 0;
  margin-top: 1.25rem;
}
.admin-body .admin-body-side .filter-sections h5, .admin-body .admin-body-side .filter-sections .h5,
.admin-body .admin-body-side .side-filter h5,
.admin-body .admin-body-side .side-filter .h5 {
  font-size: 0.875rem;
}
.admin-body .admin-body-main {
  width: calc(100% - 200px);
  padding: 0 1rem;
}
.admin-body .admin-body-main #main {
  margin-left: 0;
}

section.block-list-filter {
  padding: 0 1rem;
  margin: 1.25rem auto;
}
section.block-list-filter > .section-bd {
  padding: 0.5rem 0;
  background-color: #fff;
}
section.block-list-filter > .section-bd .list-filter-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.block-list-filter > .section-bd .list-filter-main .list-filter-groups {
  width: calc(100% - 15rem);
  padding: 0 1rem;
}
section.block-list-filter > .section-bd .list-filter-main .list-filter-action {
  text-align: right;
  padding: 0 0.5rem;
  width: 15rem;
  margin-left: auto;
  padding-top: 0.5rem;
}
section.block-list-filter > .section-bd .list-filter-main .list-filter-item:nth-of-type(n+4) {
  display: none;
}
section.block-list-filter > .section-bd .list-filter-main.expanded .list-filter-item:nth-of-type(n+4) {
  display: block;
}
section.block-list-filter > .section-bd .form-check {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
}
section.block-list-table-view {
  padding: 0 1rem;
  margin: 1.25rem auto;
}
section.block-list-table-view > .section-hd {
  padding: 1rem 0 0.5rem 0;
  background-color: #fff;
}
section.block-list-table-view > .section-bd {
  padding: 0.5rem 0;
  background-color: #fff;
}
section.block-list-table-view > .section-bd .table th {
  background-color: #f6f6f6;
}
section.block-list-table-view > .section-bd .table tr .item-action-group {
  display: inline-block;
  opacity: 0;
  pointer-events: none;
}
section.block-list-table-view > .section-bd .table tr:hover .item-action-group, section.block-list-table-view > .section-bd .table tr:focus .item-action-group, section.block-list-table-view > .section-bd .table tr:active .item-action-group {
  opacity: 1;
  pointer-events: auto;
}
section.block-list-table-view > .section-ft {
  padding: 0.5rem 0 1rem 0;
  background-color: #fff;
}

section.block-page-header {
  padding: 1rem 0rem 1rem;
}
section.block-page-header .breadcrumb {
  background: none;
}
section.block-page-header .breadcrumb .breadcrumb-item {
  font-weight: normal;
}
section.block-page-header .breadcrumb .breadcrumb-item a {
  font-weight: normal;
}
section.block-page-header > .section-bd h1, section.block-page-header > .section-bd .h1,
section.block-page-header > .section-bd h2,
section.block-page-header > .section-bd .h2 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
section.block-page-header > .section-bd .page-header-searchbox {
  max-width: 320px;
  margin-left: auto;
}
section.block-page-header > .section-bd .page-header-searchbox input {
  width: calc(100% - 28px);
}
.cp-carousel {
  position: relative;
}
.cp-carousel .cp-carousel-slides > .cp-carousel-slide {
  display: none !important;
}
.cp-carousel .cp-carousel-slides .slick-slide .cp-carousel-slide {
  display: block !important;
}
.cp-carousel .slick-track {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-left: 0;
  margin-right: 0;
}
.cp-carousel .slick-track .slick-slide {
  height: inherit !important;
}
.cp-carousel .slick-track .slick-slide > div {
  height: 100%;
}
.cp-carousel .slick-track .slick-slide > div > .cp-carousel-slide {
  height: 100%;
}
.cp-carousel .cp-carousel-arrows {
  position: static;
}
.cp-carousel .cp-carousel-arrows .cp-carousel-btn {
  position: absolute;
  bottom: calc(50% - 30px);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0;
}
.cp-carousel .cp-carousel-arrows .cp-carousel-btn.slick-hidden {
  opacity: 0;
  pointer-events: none;
}
.cp-carousel .cp-carousel-arrows .cp-carousel-btn-prev {
  left: 1.5em;
}
.cp-carousel .cp-carousel-arrows .cp-carousel-btn-next {
  right: 1.5em;
}
.cp-carousel .cp-carousel-dots {
  bottom: 0px;
  position: relative;
}
.cp-carousel .cp-carousel-dots .slick-dots {
  margin: 0 auto;
}
.cp-carousel .cp-carousel-dots .slick-dots li {
  width: 6px;
  height: 6px;
  background: #808000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
  border-radius: 50%;
  border: 2px solid transparent;
  opacity: 0.3;
}
.cp-carousel .cp-carousel-dots .slick-dots li.slick-active {
  background: #808000;
  border-color: #808000;
  opacity: 1;
}
.cp-carousel .cp-carousel-dots .slick-dots li button:before {
  content: "";
  display: none;
}
.cp-carousel.dots-inside .cp-carousel-dots {
  bottom: 2rem;
  position: relative;
}
.cp-carousel.dots-inside .cp-carousel-dots .slick-dots li {
  background: #fff;
  border: 2px solid transparent;
}
.cp-carousel.dots-inside .cp-carousel-dots .slick-dots li.slick-active {
  background: #808000;
  border-color: #808000;
}
.cp-carousel.dots-inside .slick-dotted {
  margin-bottom: 0;
}
.cp-carousel .slick-slide {
  margin: 0 16px;
}
.cp-carousel .slick-list {
  margin: 0 -16px;
}
.cp-carousel.no-gutters .slick-slide {
  margin: 0 0;
}
.cp-carousel.no-gutters .slick-list {
  margin: 0 0;
}

.chosen-readonly .chosen-container {
  margin: 0;
  pointer-events: none;
}
.chosen-readonly .chosen-container .chosen-single {
  border-color: transparent;
  padding-left: 0;
}
.chosen-readonly .chosen-container .chosen-single div {
  display: none;
}

.chosen-container {
  font-size: 14px;
}

.plyr {
  font-family: var(--bs-font-sans-serif);
}

.plyr__poster {
  background-size: cover !important;
}

button.plyr__control--overlaid {
  background: #808000;
  width: 4.5rem;
  height: 4.5rem;
  padding: 0;
  color: #fff;
}
@media (max-width: 575.98px) {
  button.plyr__control--overlaid {
    width: 3rem;
    height: 3rem;
  }
}
button.plyr__control--overlaid svg {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  margin: 0 auto;
}
button.plyr__control--overlaid:hover {
  background: #676700;
}

.plyr--video .plyr__control:hover {
  background: #676700;
}

.plyr--full-ui input[type=range] {
  color: #808000;
}

.rounded video,
.rounded .plyr {
  border-radius: 0px;
  overflow: hidden;
}
.rounded .plyr__controls {
  border-radius: 0 0 0px 0px;
}

.plyr__video-wrapper,
.plyr__poster,
.plyr--video {
  background: transparent;
}

.video-poster {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-poster .btn {
  position: absolute;
}

.plyr.plyr--stopped .plyr__controls {
  display: none;
}

section.block-blog-content > .section-bd .blog-heading {
  position: relative;
}
section.block-blog-content > .section-bd .blog-heading .box-bd {
  position: absolute;
  top: 3rem;
  left: 3rem;
  color: #fff;
  max-width: 450px;
}
section.block-blog-content > .section-bd .blog-heading .box-bd p {
  line-height: 1.4;
}
section.block-blog-content > .section-bd .card {
  border-radius: 0;
  border: none;
  background-color: #f6f6f6;
  height: 100%;
}
section.block-blog-content > .section-bd .card > .card-bd {
  text-align: left;
  padding: 1rem;
}
section.block-blog-content > .section-bd .card > .card-bd h5, section.block-blog-content > .section-bd .card > .card-bd .h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
section.block-blog-content > .section-bd .card > .card-bd p {
  line-height: 1.2;
}
section.block-blog-content > .section-bd .card > .card-bd small, section.block-blog-content > .section-bd .card > .card-bd .small {
  display: block;
  line-height: 1.4;
  color: #6c757d;
}
section.block-blog-list > .section-bd .blog-heading {
  position: relative;
}
section.block-blog-list > .section-bd .blog-heading .box-bd {
  position: absolute;
  top: 3rem;
  left: 3rem;
  color: #fff;
  max-width: 450px;
}
section.block-blog-list > .section-bd .blog-heading .box-bd p {
  line-height: 1.4;
}
section.block-blog-list > .section-bd .card {
  border-radius: 0;
  border: none;
  background-color: #f6f6f6;
  height: 100%;
}
section.block-blog-list > .section-bd .card > .card-bd {
  text-align: left;
  padding: 1rem;
}
section.block-blog-list > .section-bd .card > .card-bd h5, section.block-blog-list > .section-bd .card > .card-bd .h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
section.block-blog-list > .section-bd .card > .card-bd p {
  line-height: 1.2;
}
section.block-blog-list > .section-bd .card > .card-bd small, section.block-blog-list > .section-bd .card > .card-bd .small {
  display: block;
  line-height: 1.4;
  color: #6c757d;
}
section.block-collection-main > .section-bd .accordion {
  font-size: 0.875rem;
  color: #6c757d;
  border: none;
}
section.block-collection-main > .section-bd .accordion .accordion-button {
  border: none;
  background: none !important;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
section.block-collection-main > .section-bd .accordion .accordion-collapse,
section.block-collection-main > .section-bd .accordion .accordion-item,
section.block-collection-main > .section-bd .accordion .accordion-body {
  border: none;
}
section.block-collection-main > .section-bd .card {
  border-radius: 0;
  border: none;
  background-color: #fff;
  height: 100%;
}
section.block-collection-main > .section-bd .card .color-swatch > li {
  display: inline-block;
  margin-right: 3px;
}
section.block-collection-main > .section-bd .card .color-swatch > li > a,
section.block-collection-main > .section-bd .card .color-swatch > li span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
}
section.block-collection-main > .section-bd .card > .card-bd {
  text-align: left;
  padding: 0.5rem 0.5rem 0.5rem;
}
section.block-collection-main > .section-bd .card > .card-bd h5, section.block-collection-main > .section-bd .card > .card-bd .h5 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
section.block-collection-main > .section-bd .card > .card-bd small, section.block-collection-main > .section-bd .card > .card-bd .small {
  color: #6c757d;
}
section.block-collection-main > .section-bd .card > .card-bd em {
  display: block;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: bold;
}
section.block-collection-main > .section-bd .card > .card-ft {
  padding: 0rem 1rem 0.5rem;
}
section.block-customer-reviews > .section-hd {
  text-align: center;
}
section.block-customer-reviews > .section-hd h3, section.block-customer-reviews > .section-hd .h3 {
  font-weight: 400;
  color: #6c757d;
  line-height: 1;
  position: relative;
}
section.block-customer-reviews > .section-bd .container {
  max-width: 1000px;
}
section.block-customer-reviews > .section-bd .cp-carousel .cp-carousel-arrows .cp-carousel-btn-prev {
  left: -5rem;
}
section.block-customer-reviews > .section-bd .cp-carousel .cp-carousel-arrows .cp-carousel-btn-next {
  right: -5rem;
}
section.block-customer-reviews > .section-bd article {
  position: relative;
  padding-left: 2rem;
}
section.block-customer-reviews > .section-bd article q {
  padding-left: 2rem;
}
section.block-customer-reviews > .section-bd article q:before {
  content: "“";
  position: absolute;
  top: 0;
  left: -2rem;
  font-size: 9rem;
  line-height: 1;
  opacity: 0.35;
  font-family: Georgia, "Times New Roman", Times, serif;
}
section.block-customer-reviews > .section-bd article q:after {
  display: none;
  content: "”";
  position: absolute;
  right: -2rem;
  top: auto;
  bottom: 0rem;
  font-size: 9rem;
  line-height: 1;
  color: #808000;
  font-family: Georgia, "Times New Roman", Times, serif;
}
section.block-distributor-list-view > .section-hd h3, section.block-distributor-list-view > .section-hd .h3 {
  font-weight: 400;
  color: #6c757d;
  line-height: 1;
  position: relative;
}
section.block-distributor-map-view > .section-hd h3, section.block-distributor-map-view > .section-hd .h3 {
  font-weight: 400;
  color: #6c757d;
  line-height: 1;
  position: relative;
}
section.block-featured-articles > .section-hd h3, section.block-featured-articles > .section-hd .h3 {
  font-weight: 400;
  color: #6c757d;
  line-height: 1;
  position: relative;
}
section.block-featured-articles > .section-bd .card {
  border-radius: 0;
  border: none;
  background-color: #f6f6f6;
  height: 100%;
}
section.block-featured-articles > .section-bd .card > .card-bd {
  text-align: left;
  padding: 1rem;
}
section.block-featured-articles > .section-bd .card > .card-bd h5, section.block-featured-articles > .section-bd .card > .card-bd .h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
section.block-featured-articles > .section-bd .card > .card-bd p {
  line-height: 1.2;
}
section.block-featured-articles > .section-bd .card > .card-bd small, section.block-featured-articles > .section-bd .card > .card-bd .small {
  display: block;
  line-height: 1.4;
  color: #6c757d;
}
section.block-featured-categories > .section-hd h3, section.block-featured-categories > .section-hd .h3 {
  font-weight: 400;
  color: #6c757d;
  line-height: 1;
  position: relative;
}
section.block-featured-categories > .section-bd .card {
  border-radius: 0;
  border: none;
}
section.block-featured-categories > .section-bd .card {
  padding: 1rem;
}
section.block-featured-categories > .section-bd .card > .card-hd {
  margin-bottom: 1rem;
}
section.block-featured-categories > .section-bd .card > .card-bd h5, section.block-featured-categories > .section-bd .card > .card-bd .h5 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
section.block-featured-collections > .section-hd h3, section.block-featured-collections > .section-hd .h3 {
  font-weight: 400;
  color: #6c757d;
  line-height: 1;
  position: relative;
}
section.block-featured-collections > .section-bd .card {
  border-radius: 0;
  border: none;
  background-color: #fff;
}
section.block-featured-collections > .section-bd .card > .card-bd {
  text-align: left;
  padding: 1.5rem;
}
section.block-featured-collections > .section-bd .card > .card-bd h5, section.block-featured-collections > .section-bd .card > .card-bd .h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
section.block-hero-carousel > .section-bd .cp-carousel-slide {
  min-height: 300px;
}
section.block-hero-carousel > .section-bd .cp-carousel-slide .jarallax {
  min-height: 300px;
}
section.block-hero-carousel > .section-bd .cp-carousel-slide .item {
  position: relative;
}
section.block-hero-carousel > .section-bd .cp-carousel-slide .item > .item-bd {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.block-hero-carousel > .section-bd .cp-carousel-slide .item > .item-bd:hover, section.block-hero-carousel > .section-bd .cp-carousel-slide .item > .item-bd:active {
  opacity: 1;
}
section.block-product-description > .section-bd .nav-tabs {
  border-bottom: 0;
}
section.block-product-description > .section-bd .nav-tabs .nav-link {
  border: 0;
  font-size: 0.9125rem;
  border-bottom: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
section.block-product-description > .section-bd .nav-tabs .nav-link.active {
  color: #343a40;
  font-weight: bold;
  background-color: #f6f6f6;
}
section.block-product-examples > .section-bd .cp-carousel {
  opacity: 0;
}
section.block-product-examples > .section-bd .cp-carousel.active {
  opacity: 1;
}
section.block-product-examples > .section-bd .cp-carousel-btn-prev {
  left: -1.5em;
}
section.block-product-examples > .section-bd .cp-carousel-btn-next {
  right: -1.5em;
}
section.block-product-examples > .section-bd .cp-carousel-slide img {
  display: block;
  margin: 0 auto;
  max-width: 180px;
  max-height: 180px;
  width: auto;
  height: auto;
}

section.block-product-imprint > .section-bd .cp-carousel-btn-prev {
  left: -1.5em;
}
section.block-product-imprint > .section-bd .cp-carousel-btn-next {
  right: -1.5em;
}
section.block-product-main > .section-bd {
  position: relative;
}
section.block-product-main > .section-bd .box-product-cta {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
}
section.block-product-main > .section-bd .cp-carousel .cp-carousel-btn-prev {
  left: -1.5em;
}
section.block-product-main > .section-bd .cp-carousel .cp-carousel-btn-next {
  right: -1.5em;
}
section.block-product-options > .section-bd p {
  line-height: 1.4;
}
section.block-product-options > .section-bd .cp-carousel-btn-prev {
  left: -1.5em;
}
section.block-product-options > .section-bd .cp-carousel-btn-next {
  right: -1.5em;
}
section.block-product-questions > .section-bd .box .box-hd h4, section.block-product-questions > .section-bd .box .box-hd .h4 {
  font-size: 1.125rem;
}
section.block-product-questions > .section-bd .box .box-bd {
  margin-top: 1rem;
}
section.block-product-questions > .section-bd .box .box-bd article {
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 1px solid #ddd;
}
section.block-related-products > .section-hd h3, section.block-related-products > .section-hd .h3 {
  font-weight: 400;
  color: #6c757d;
  line-height: 1;
  position: relative;
}
section.block-related-products > .section-bd .cp-carousel-btn-prev {
  left: -1.5em;
}
section.block-related-products > .section-bd .cp-carousel-btn-next {
  right: -1.5em;
}
section.block-related-products > .section-bd .card {
  border-radius: 0;
  border: none;
  background-color: #fff;
  height: 100%;
}
section.block-related-products > .section-bd .card .color-swatch > li {
  display: inline-block;
  margin-right: 3px;
}
section.block-related-products > .section-bd .card .color-swatch > li > a,
section.block-related-products > .section-bd .card .color-swatch > li span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
}
section.block-related-products > .section-bd .card > .card-bd {
  text-align: left;
  padding: 1rem 1rem 0.5rem;
}
section.block-related-products > .section-bd .card > .card-bd h5, section.block-related-products > .section-bd .card > .card-bd .h5 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
section.block-related-products > .section-bd .card > .card-bd small, section.block-related-products > .section-bd .card > .card-bd .small {
  color: #6c757d;
}
section.block-related-products > .section-bd .card > .card-bd em {
  display: block;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: bold;
}
section.block-related-products > .section-bd .card > .card-ft {
  padding: 0rem 1rem 0.5rem;
}
section.block-store-breadcrumb > .section-bd {
  font-size: 13px;
}
section.block-store-breadcrumb > .section-bd a {
  font-size: 13px;
}
section.block-store-breadcrumb > .section-bd .breadcrumb {
  background: none;
}
footer.store-global-footer {
  padding-bottom: 4rem;
}
footer.store-global-footer .footer-bd .list li {
  font-size: 0.9125rem;
  margin-bottom: 0.5rem;
}
footer.store-global-footer .footer-bd .list a,
footer.store-global-footer .footer-bd .list span {
  font-size: 13px;
  color: #6c757d;
}
footer.store-global-footer .footer-bd .footer-subscribe .input-group input {
  border-right: 0;
}
footer.store-global-footer .footer-bd .footer-subscribe .input-group .btn {
  border-left: 0;
}
footer.store-global-footer .footer-ft {
  margin-top: 2rem;
}
footer.store-global-footer .footer-ft .footer-links .list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
footer.store-global-footer .footer-ft .footer-links .list li {
  font-size: 13px;
  margin-right: 2rem;
  color: #6c757d;
}
footer.store-global-footer .footer-ft .footer-links .list span {
  margin-left: 1rem;
}
footer.store-global-footer .footer-ft .footer-links .list a,
footer.store-global-footer .footer-ft .footer-links .list span {
  font-size: 13px;
  color: #6c757d;
}
footer.store-global-footer .footer-ft .footer-social {
  font-size: 1.25rem;
}
footer.store-global-footer .footer-ft .footer-social li {
  margin-left: 1.5rem;
}
footer.store-global-footer .footer-ft .footer-social li a {
  color: #6c757d;
}
footer.store-global-footer .footer-ft .footer-logo {
  display: inline-block;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
}
footer.store-global-footer .footer-ft .footer-logo img {
  height: 30px;
}
footer.store-global-footer .footer-ft .footer-copyright {
  color: #6c757d;
  font-size: 13px;
}
footer.store-global-footer .footer-ft .footer-copyright a {
  color: #6c757d;
  display: inline-block;
  margin-left: 1rem;
}

header.store-global-header {
  position: relative;
  z-index: 99;
}
header.store-global-header > .header-hd {
  padding: 1rem 0 0.5rem;
}
header.store-global-header > .header-hd .header-logo img {
  max-height: 50px;
  width: auto;
  max-width: 200px;
  min-height: 40px;
}
header.store-global-header > .header-hd .header-searchbox {
  max-width: 280px;
  margin-left: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.store-global-header > .header-hd .header-searchbox.active {
  max-width: 400px;
}
header.store-global-header > .header-hd .header-searchbox .input-group input {
  border-right: 0;
}
header.store-global-header > .header-hd .header-searchbox .input-group .btn {
  border-left: 0;
}
header.store-global-header > .header-hd .header-sub-logo {
  display: inline-block;
}
header.store-global-header > .header-hd .header-sub-logo img {
  min-height: 40px;
  max-height: 50px;
  width: auto;
  max-width: 200px;
}
header.store-global-header > .header-bd .main-menu {
  font-size: 0.9125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header.store-global-header > .header-bd .main-menu > .menu-item {
  border-bottom: 1px solid transparent;
  margin-left: 2rem;
}
header.store-global-header > .header-bd .main-menu > .menu-item:first-of-type {
  margin-left: 0;
}
header.store-global-header > .header-bd .main-menu > .menu-item > a {
  color: #6c757d;
  display: block;
  padding: 0.5rem 0rem 1rem;
  font-size: 0.9125rem;
}
header.store-global-header > .header-bd .main-menu > .menu-item > a i {
  font-size: 0.75rem;
  margin-left: 0.25rem;
  vertical-align: middle;
}
header.store-global-header > .header-bd .main-menu > .menu-item:hover, header.store-global-header > .header-bd .main-menu > .menu-item:focus, header.store-global-header > .header-bd .main-menu > .menu-item:active {
  border-bottom: 1px solid #808000;
}
header.store-global-header > .header-bd .main-menu > .menu-item:hover a, header.store-global-header > .header-bd .main-menu > .menu-item:focus a, header.store-global-header > .header-bd .main-menu > .menu-item:active a {
  color: #808000;
}
header.store-global-header > .header-bd .main-menu .has-sub-menu {
  position: relative;
}
header.store-global-header > .header-bd .main-menu .has-sub-menu:hover .sub-menu, header.store-global-header > .header-bd .main-menu .has-sub-menu:focus .sub-menu, header.store-global-header > .header-bd .main-menu .has-sub-menu:active .sub-menu {
  display: block;
}
header.store-global-header > .header-bd .main-menu .sub-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 1.5rem;
  min-width: 320px;
}
header.store-global-header > .header-bd .main-menu .sub-menu input,
header.store-global-header > .header-bd .main-menu .sub-menu .btn {
  font-size: 0.875rem;
}
header.store-global-header > .header-bd .main-menu .sub-menu .list li {
  font-size: 0.9125rem;
  line-height: 2;
}
header.store-global-header > .header-bd .main-menu .sub-menu .list li a {
  color: #6c757d;
  font-size: 0.875rem;
}
header.store-global-header > .header-bd .main-menu .sub-menu .list li a:hover, header.store-global-header > .header-bd .main-menu .sub-menu .list li a:focus, header.store-global-header > .header-bd .main-menu .sub-menu .list li a:active {
  color: #222222;
}
header.store-global-header > .header-bd .main-menu .sub-menu.columns-2 {
  min-width: 600px;
}
header.store-global-header > .header-bd .main-menu .sub-menu.columns-2 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header.store-global-header > .header-bd .main-menu .sub-menu.columns-2 .list li {
  width: 50%;
  padding-right: 1rem;
}
header.store-global-header > .header-bd .main-menu .sub-menu.columns-3 {
  min-width: 800px;
}
header.store-global-header > .header-bd .main-menu .sub-menu.columns-3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header.store-global-header > .header-bd .main-menu .sub-menu.columns-3 .list li {
  width: 33.33%;
  padding-right: 1rem;
}
header.store-global-header > .header-bd .main-menu .sub-menu.columns-4 {
  min-width: 1000px;
}
header.store-global-header > .header-bd .main-menu .sub-menu.columns-4 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header.store-global-header > .header-bd .main-menu .sub-menu.columns-4 .list li {
  width: 25%;
  padding-right: 1rem;
}

section.block-store-topbar {
  font-size: 0.875rem;
  background-color: #f7f9fa;
  border-bottom: 1px solid #f0f1f2;
  padding: 0.25rem 0 0.5rem 0;
  color: #6c757d;
  position: relative;
  z-index: 100;
}
section.block-store-topbar > .section-hd .list > li {
  display: inline-block;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #ddd;
  color: #6c757d;
}
section.block-store-topbar > .section-hd .list > li a {
  color: #6c757d;
}
section.block-store-topbar > .section-hd .list > li:first-of-type {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
section.block-why-us > .section-hd {
  text-align: center;
}
section.block-why-us > .section-hd h3, section.block-why-us > .section-hd .h3 {
  font-weight: 400;
  color: #6c757d;
  line-height: 1;
  position: relative;
}
section.block-why-us > .section-bd .item {
  text-align: center;
}
section.block-why-us > .section-bd .item > .item-hd {
  margin-bottom: 1rem;
}
section.block-why-us > .section-bd .item > .item-hd svg {
  height: 60px;
  color: #6c757d;
}
section.block-why-us > .section-bd .item > .item-bd h4, section.block-why-us > .section-bd .item > .item-bd .h4 {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6c757d;
}
.color-swatch > li {
  display: inline-block;
  margin-right: 2px;
}
.color-swatch > li > a,
.color-swatch > li span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
}

.headline {
  margin: 6px auto;
}
.headline h2, .headline .h2,
.headline h3,
.headline .h3 {
  position: relative;
  color: #444;
  text-align: center;
  padding: 0px 0;
}
.headline h2, .headline .h2 {
  font-size: 24px;
}
.headline h3, .headline .h3 {
  font-size: 18px;
}
.headline h4, .headline .h4 {
  font-size: 16px;
  text-align: center;
}
.headline a:hover {
  color: #f30;
}
.headline h1, .headline .h1 {
  font-size: 26px;
  color: #368ee0;
}

.store-header {
  padding: 12px 0;
  text-align: center;
}
.store-header img {
  height: 70px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.store-header h2, .store-header .h2,
.store-header h3,
.store-header .h3 {
  margin: 0;
}
.store-header h3, .store-header .h3,
.store-header .btn {
  margin-top: 12px;
}

.section .headline h2, .section .headline .h2 {
  text-align: center;
}

.spaced {
  margin-bottom: 8px;
}

.spaced-large {
  margin-bottom: 20px;
}

.box-bordered > .box-title {
  background: #eee;
}

.colors > li a {
  width: 28px;
  height: 28px;
  padding: 4px;
  text-align: center;
  line-height: 1.4;
  font-size: 12px;
  color: #fff;
  text-shadow: 0px 1px 1px #666;
  border: 2px solid transparent;
}
.colors > li a:hover {
  border: 2px solid #ccc;
}
.colors > li.active a {
  width: 28px;
  height: 28px;
  border: 2px solid #f60;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.colors.small > li.active a {
  width: 16px;
  height: 16px;
  border: 2px solid #f60;
}

.colors.tiny {
  text-align: center;
  margin: 5px auto;
}
.colors.tiny > li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px 1px 1px 0;
  border: 0;
  padding: 0;
}
.colors.tiny > li a {
  width: 12px;
  height: 12px;
  border: 0;
  padding: 0;
}
.colors.tiny > li a:hover {
  border: 0;
}

.colors.pms li {
  width: 132px;
  height: auto;
  text-align: center;
}
.colors.pms li a {
  width: 132px;
  padding: 8px;
  height: auto;
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
  text-shadow: 0px 1px 1px #666;
}
.colors.pms li.active a {
  width: 28px;
  height: 28px;
  border: 2px solid #f60;
}

.tabs.tabs-inline.tabs-top {
  border-bottom: 1px solid #ccc;
}
.tabs.tabs-inline.tabs-top > li > a {
  position: relative;
  top: 1px;
}
.tabs.tabs-inline.tabs-top > li.active > a {
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}
.tabs.tabs-inline.tabs-top > li.pull-right {
  float: right;
}

.padding {
  padding: 10px;
}

.padding-v {
  padding: 15px 0;
}

#toTop {
  border-radius: 3px;
  background: #ccc;
  text-align: center;
  padding: 12px 8px 6px;
  position: fixed;
  /* this is the magic */
  bottom: 80px;
  /* together with this to put the div at the bottom*/
  right: 10px;
  cursor: pointer;
  display: none;
  color: #fff;
  font-family: verdana;
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  #toTop {
    display: none !important;
  }
}

.chosen-noborder .chzn-container-single .chzn-single {
  border: none;
}
.chosen-noborder .chzn-drop {
  border: none;
  background: #f0f0f0;
}

.box-title.noborder {
  border: none;
}
.box-title.liner {
  background: url(../img/global/titlebg.png);
}

.cate-list .extended {
  padding-top: 0 !important;
  background: none !important;
  text-align: center !important;
}

.item-list .extended {
  padding-top: 0 !important;
  background: none !important;
  text-align: center !important;
}

.tag-hot {
  background: #f00;
  padding: 20px 10px;
  position: absolute;
  top: 0;
  left: 5px;
  color: #fff;
  text-align: center;
  color: #fff;
  width: 30px;
  line-height: 1.2;
  font-weight: bold;
}

.tag-new {
  background: #4D7AFF;
  padding: 20px 10px;
  position: absolute;
  top: 0;
  left: 5px;
  color: #fff;
  text-align: center;
  color: #fff;
  width: 30px;
  line-height: 1.2;
  font-weight: bold;
}

.tag-onsale {
  background: #fc0;
  padding: 20px 10px;
  position: absolute;
  top: 0;
  left: 5px;
  color: #fff;
  text-align: center;
  color: #fff;
  width: 30px;
  line-height: 1.2;
  font-weight: bold;
}

a {
  color: #444;
}
a:hover {
  color: #111;
  text-decoration: none;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wrapper {
  color: #555;
}

.topbar {
  background: #ddd;
  padding: 8px 0;
  color: #222;
}
.topbar a {
  color: #222;
}
.topbar a:hover {
  color: #222;
}
.topbar .topbar-main {
  width: 1220px;
  margin: 0 auto;
}
@media only screen and (min-width: 1500px) {
  .topbar .topbar-main {
    width: 1440px;
  }
}
.topbar .topbar-main .btn-mini {
  font-size: 13px;
}
.topbar .btn-group .caret {
  border-top-color: #222;
}

.header {
  clear: both;
}
.header .header-main {
  width: 1220px;
  padding: 5px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1500px) {
  .header .header-main {
    width: 1440px;
  }
}
.header .header-main .btn-mini {
  padding: 0 10px;
  font-size: 13px;
  color: #555;
}
.header .header-main .span6 {
  padding-top: 15px;
}
.header h5, .header .h5 {
  padding: 0;
}
.header .header-sns {
  float: right;
}
.header .header-sns h3, .header .header-sns .h3 {
  margin: 0;
}
.header .header-sns img {
  width: 24px;
}
.header .header-logo {
  width: 40%;
}
.header .header-logo {
  float: none;
}
.header .header-logo img {
  max-width: 100%;
  max-height: 160px;
}
.header .header-main > .pull-right {
  float: none;
  width: 60%;
}

.navi {
  clear: both;
  background: #368ee0;
}
.navi .btn-toogle-nav {
  display: none;
}
.navi .navi-main {
  position: relative;
  width: 1220px;
  margin: 0 auto;
  padding: 0px 0;
}
@media only screen and (min-width: 1500px) {
  .navi .navi-main {
    width: 1440px;
  }
}
.navi .navi-list {
  margin: 0;
  padding: 0;
}
.navi .navi-list li {
  float: left;
  list-style: none;
  margin: 0;
  position: relative;
}
.navi .navi-list li.pull-right {
  float: right;
}
.navi .navi-list li a {
  font-weight: bold;
  padding: 10px 15px;
  font-size: 15px;
  color: #fff;
  display: block;
  border-bottom: 2px solid transparent;
}
.navi .navi-list li a:hover {
  color: #fff;
  border-bottom: 2px solid #000;
}
.navi .navi-list li a.extend-sub-navi:hover {
  color: #000;
  border-bottom: 2px solid #000;
  position: relative;
  z-index: 100;
  background: #eee;
}
.navi .navi-list li a.extend-sub-navi.active {
  color: #000;
  background: #eee;
  border-bottom: 2px solid #000;
  position: relative;
  z-index: 102;
}
.navi .navi-list li .order-tracking-pane {
  width: 300px;
  border: none;
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 10;
  display: none;
}
.navi .navi-list li .order-tracking-pane > .order-tracking-box {
  position: relative;
  left: 0px;
  top: -8px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 20px 15px 15px;
  z-index: 101;
}
.navi .navi-list li .order-tracking-pane > .order-tracking-box a:hover {
  color: #f60;
}
.navi .navi-list li.extend-order-tracking:hover .order-tracking-pane, .navi .navi-list li.extend-order-tracking:active .order-tracking-pane {
  display: block;
}
.navi .navi-sub {
  display: none;
  position: absolute;
  left: 0px;
  top: 50px;
  min-width: 320px;
  max-width: 100%;
  z-index: 101;
  line-height: 1.8;
}
.navi .navi-sub .navi-sub-main {
  position: relative;
  top: -8px;
  background: #fff;
  padding: 20px 30px;
  z-index: 101;
}
.navi .navi-sub .navi-sub-main a:hover {
  color: #f60;
}
.navi .navi-sub ul li {
  width: 200px;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.navi .navi-backdrop {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0px;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  display: none;
}
.navi .navi-backdrop.active {
  display: block;
}
.navi .navi-search .search-form > .search-pane {
  position: relative;
}
.navi .navi-search .search-form > .search-pane > input {
  width: 200px;
  padding-left: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.6;
}
.navi .navi-search .search-form > .search-pane > input:active, .navi .navi-search .search-form > .search-pane > input:focus {
  width: 240px;
}
.navi .navi-search .search-form > .search-pane button {
  position: absolute;
  top: 0;
  left: 0;
}
.navi .navi-search .search-form > .search-pane .search-condition {
  position: absolute;
  right: 0;
}
.navi .navi-search .search-form > .search-pane .search-condition .btn {
  padding: 4px 9px;
  background: none;
}

.body-main {
  width: 1220px;
  margin: 0 auto;
  padding: 0px 0;
}
@media only screen and (min-width: 1500px) {
  .body-main {
    width: 1440px;
  }
}

.side-menu {
  background: #eee;
  min-height: 295px;
}
.side-menu h4, .side-menu .h4 {
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 3px 8px;
}
.side-menu ul {
  margin: 0;
  padding: 0;
}
.side-menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
.side-menu ul li a {
  font-size: 12px;
  display: block;
  padding: 3px 8px;
}

.carousel {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
.carousel .carousel-control {
  display: block;
  background: none;
  border: 0;
  top: 45%;
  color: #555;
  font-size: 150px;
}
.carousel .carousel-control.left {
  left: -40px;
}
.carousel .carousel-control.right {
  right: -40px;
}
.carousel .carousel-control:hover {
  color: #222;
}
.carousel .carousel-indicators {
  top: auto;
  bottom: 15px;
  display: none;
}

.section {
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.section h3, .section .h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.item-list {
  *zoom: 1;
  margin: 0;
  padding: 0;
}
.item-list:before, .item-list:after {
  display: table;
  content: "";
}
.item-list:after {
  clear: both;
}
.item-list > li {
  list-style: none;
  text-align: center;
  position: relative;
  background: none;
  width: 24%;
  padding: 0.5%;
  float: left;
  margin: 0 0 10px 0;
}
.item-list > li:nth-child(4n+1) {
  clear: both;
}
.item-list > li .icon-lightbulb {
  font-size: 32px;
  color: #999;
  position: absolute;
  top: 10px;
  left: 10px;
}
.item-list > li img {
  display: block;
  background: none;
}
.item-list > li .more {
  padding: 4px 6%;
  text-align: left;
}
.item-list > li:hover .more {
  background: none;
}
.item-list.item-list-large > li {
  width: 32%;
  padding: 0.5%;
}
.item-list.item-list-large > li:nth-child(4n+1) {
  clear: none;
}
.item-list.item-list-large > li:nth-child(3n+1) {
  clear: both;
}
.item-list.item-list-larger > li {
  width: 48%;
  padding: 1%;
}
.item-list.item-list-larger > li:nth-child(4n+1) {
  clear: none;
}
.item-list.item-list-larger > li:nth-child(3n+1) {
  clear: none;
}
.item-list.item-list-larger > li:nth-child(2n+1) {
  clear: both;
}

.cate-list {
  *zoom: 1;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.cate-list:before, .cate-list:after {
  display: table;
  content: "";
}
.cate-list:after {
  clear: both;
}
.cate-list li {
  list-style: none;
  text-align: center;
  position: relative;
  background: none;
  width: 24%;
  padding: 0.5%;
  float: left;
  margin: 0 0 20px 0;
}
.cate-list li:nth-child(4n+1) {
  clear: both;
}
.cate-list li .more {
  width: 100%;
  min-height: 50px;
  color: #555;
}
.cate-list li .more .more-main {
  padding: 6px 10px;
}
.cate-list li .more a.name {
  color: #222;
}
.cate-list li .more .info {
  color: #555;
}

.body-left {
  width: 280px;
  float: left;
  min-height: 500px;
}

.body-right {
  width: 900px;
  float: right;
}
@media only screen and (min-width: 1500px) {
  .body-right {
    width: 1120px;
  }
}

.body-left.full {
  bottom: auto;
  height: auto;
}

.body-left.sidebar-fixed {
  position: fixed;
  top: 40px;
  overflow-x: hidden;
}

.body-left.sidebar-fixed .ui-resizable-handle {
  right: 0;
}

.body-left .subnav {
  margin-top: 15px;
}

.body-left .subnav:hover .subnav-title .toggle-subnav i {
  display: block;
}

.body-left .subnav .subnav-content {
  *zoom: 1;
  padding: 10px 20px;
}

.body-left .subnav .subnav-content:after {
  content: "";
  display: table;
  clear: both;
}

.body-left .subnav .subnav-content.less {
  padding: 10px 13px;
}

.body-left .subnav .subnav-title {
  *zoom: 1;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.body-left .subnav .subnav-title:after {
  content: "";
  display: table;
  clear: both;
}

.body-left .subnav .subnav-title span {
  margin-left: 20px;
  font-size: 18px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.body-left .subnav .subnav-title .toggle-subnav {
  color: #444;
  padding: 1px 6px;
  text-decoration: none;
  display: block;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.body-left .subnav .subnav-title .toggle-subnav i {
  position: absolute;
  font-size: 14px;
  left: 10px;
  top: 4px;
  display: none;
}

.body-left .subnav .subnav-title .toggle-subnav:hover {
  color: #222;
}

.body-left .subnav .subnav-menu {
  list-style-type: none;
  margin: 5px 0;
  padding: 0;
}

.body-left .subnav .subnav-menu > li {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.body-left .subnav .subnav-menu > li.dropdown > a {
  position: relative;
}

.body-left .subnav .subnav-menu > li.dropdown > a:after {
  position: absolute;
  right: 5px;
  top: 10px;
  width: 5px;
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #999;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.body-left .subnav .subnav-menu > li.dropdown.open > a {
  background: #ccc;
  color: #222;
}

.body-left .subnav .subnav-menu > li.dropdown.open .dropdown-menu {
  left: 100%;
  top: 0;
  border-color: #aaa;
  border-left: 0;
  margin: 0;
}

.body-left .subnav .subnav-menu > li.dropdown.open .dropdown-menu .dropdown-submenu .dropdown-menu {
  border-left: 2px solid #999;
}

.body-left .subnav .subnav-menu > li.dropdown.open .dropdown-menu .dropdown-submenu:hover > a,
.body-left .subnav .subnav-menu > li.dropdown.open .dropdown-menu .dropdown-submenu:focus > a {
  background: #ccc;
  color: #222;
}

.body-left .subnav .subnav-menu > li.dropdown.open .dropdown-menu .dropdown-submenu:hover > a:after,
.body-left .subnav .subnav-menu > li.dropdown.open .dropdown-menu .dropdown-submenu:focus > a:after {
  border-left-color: #999;
}

.body-left .subnav .subnav-menu > li > a {
  color: #555;
  display: block;
  padding: 5px 0 5px 27px;
  text-decoration: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.body-left .subnav .subnav-menu > li > a:hover {
  background: #ddd;
  color: #222;
}

.body-left .subnav .subnav-menu > li.active > a {
  background: #ccc;
  color: #222;
  font-weight: bold;
}

.breadcrumbs {
  *zoom: 1;
  background: none;
  margin-bottom: 10px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 10px 0;
}
@media only screen and (min-width: 1500px) {
  .breadcrumbs {
    width: 1440px;
  }
}

.breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumbs ul {
  list-style-type: none;
  margin: 0;
  *zoom: 1;
  float: left;
}

.breadcrumbs ul:after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumbs ul > li {
  float: left;
  color: #999;
}

.breadcrumbs ul > li > a {
  color: #999;
  display: block;
  padding: 2px 6px 2px 0;
  font-size: 12px;
  float: left;
}

.breadcrumbs ul > li i {
  float: left;
  font-size: 11px;
  margin: 7px 0 6px 0;
}

.breadcrumbs .close-bread {
  float: right;
}

.breadcrumbs .close-bread > a {
  color: #999;
  display: block;
  font-size: 14px;
  margin: 4px 8px;
}

.breadcrumbs .close-bread > a:hover {
  text-decoration: none;
}

.footer {
  background: #eee;
  padding: 30px 0 50px;
  clear: both;
  min-height: 80vh;
}
.footer .footer-main {
  width: 1220px;
  margin: 0 auto;
}
@media only screen and (min-width: 1500px) {
  .footer .footer-main {
    width: 1440px;
  }
}

.header-search {
  float: right;
  padding-top: 4px;
}
.header-search .form-horizontal {
  margin-bottom: 0;
}
.header-search .form-horizontal input {
  max-width: 250px;
}

.alert-promo {
  width: 75%;
  margin: 0px auto;
  background: none;
  border: none;
  color: #666;
  max-width: 1220px;
}
@media only screen and (min-width: 1500px) {
  .alert-promo {
    max-width: 1440px;
  }
}
.alert-promo p {
  line-height: 1.4;
  margin: 0;
  text-align: center;
  padding: 0 20px;
}

.alert-white {
  background: #fff;
  border: #ddd;
}

.product-headline {
  padding: 5px 15px 15px;
  background: #fff url(../img/global/titlebg.png);
}
.product-headline h4, .product-headline .h4 {
  font-size: 14px;
}
.product-headline ul {
  padding-top: 8px;
}
.product-headline ul li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.product-headline ul li a {
  color: #666;
}
.product-headline ul li a:hover {
  color: #444;
}
.product-headline ul li.active a {
  color: #222;
  font-weight: bold;
}
.product-headline.scrolltofixed {
  top: 60px !important;
}

.product-content {
  *zoom: 1;
}
.product-content:before, .product-content:after {
  display: table;
  content: "";
}
.product-content:after {
  clear: both;
}
.product-content .product-side {
  width: 30%;
  float: left;
}
.product-content .product-main {
  width: 68%;
  float: right;
}

.product-share ul > li {
  margin-bottom: 6px;
}

.product-viewer.etalage {
  height: auto !important;
  min-height: 230px;
}
.product-viewer.etalage .etalage_zoom_area {
  background-color: #fff;
  z-index: 100;
}

.product-viewer.etalage .etalage_small_thumbs {
  width: 264px;
  margin-top: 274px !important;
  position: static;
  top: 0 !important;
}
.product-viewer.etalage .etalage_small_thumbs ul {
  width: 264px !important;
}
.product-viewer.etalage .etalage_small_thumbs ul li {
  left: auto !important;
  float: left !important;
  display: static !important;
  opacity: none !important;
  margin-bottom: 8px !important;
}
.product-viewer.etalage .etalage_small_thumbs ul li img {
  width: 47px !important;
  height: 47px !important;
}

.product-viewer.etalage .etalage_small_thumbs {
  *zoom: 1;
}

.product-viewer.etalage .etalage_small_thumbs:before,
.product-viewer.etalage .etalage_small_thumbs:after {
  display: table;
  content: "";
}

.product-viewer.etalage .etalage_small_thumbs:after {
  clear: both;
}

.product-viewer.etalage.product-viewer-landscape .etalage_small_thumbs {
  margin-top: 0px !important;
  margin-left: 260px !important;
}

.product-viewer.etalage.product-viewer-landscape.rect .etalage_small_thumbs {
  margin-left: 450px !important;
}

.product-viewer .etalage_small_thumbs_overflow > ul > li:first-child {
  display: none;
}
.product-viewer .etalage_small_thumbs_overflow > ul > li:last-child {
  display: none;
}
.related-products-imgview {
  clear: both;
  border-radius: 3px;
  border: 0;
  padding: 0;
}

.related-products-imgview h3, .related-products-imgview .h3 {
  font-size: 1.1em;
  background: url(../../_imgs/nor/main.png) 0 0 no-repeat;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
  width: 960px;
  margin: 0;
}

.related-products-imgview ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.related-products-imgview ul li {
  float: left;
  width: 80px;
  margin: 6px 14px;
}

.related-products-imgview ul li img {
  display: block;
  border: 1px solid #ddd;
}

/* -- Module [Selected Options] --*/
.selected-options {
  clear: both;
  border-radius: 3px;
  border: 0;
  padding: 0;
}

.selected-options h3, .selected-options .h3 {
  font-size: 1.1em;
  background: url(../../_imgs/nor/main.png) 0 0 no-repeat;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
  width: 660px;
  margin: 0;
}

.selected-options ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.selected-options ul li {
  float: left;
  width: 90px;
  min-height: 147px;
  margin: 6px 18px;
  position: relative;
}

.selected-options ul li img {
  display: block;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  max-height: 80px;
  max-width: 80px;
}

.deco-options a {
  display: block;
  float: left;
  border: 3px solid transparent;
}
.deco-options a.active {
  border: 3px solid #f30;
}

.faq-list .accordion-toggle {
  color: #222;
}
.faq-list .accordion-toggle:hover {
  text-decoration: none;
}
.faq-list .accordion-inner {
  color: #888;
}
.faq-list .accordion-group a {
  color: #888;
}
.faq-list .accordion-group:hover a {
  color: #7A7A00;
}

.color-options .dropdown-menu {
  width: 280px;
  padding: 15px;
}
.color-options .dropdown-menu li {
  float: left;
}
.color-options .dropdown-menu a {
  padding: 5px;
  float: left;
}
.color-options .dropdown-menu a:hover {
  background: #7A7A00;
}

.color-pane {
  margin: 10px 0;
  display: block;
  max-width: 120px;
}
.color-pane > span {
  display: block;
  float: left;
  width: 9px;
  height: 9px;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  margin-bottom: 2px;
}

.color-pane span {
  *display: block;
  *float: left;
  *width: 9px;
  *height: 9px;
  *margin: 0;
  *padding: 0;
  *margin-right: 2px;
  *margin-bottom: 2px;
}

.accordion-group {
  border: none;
}
.accordion-group .accordion-heading > .accordion-toggle {
  min-height: 20px;
  padding: 0;
}
.accordion-group .accordion-inner {
  border: none;
}

.combo-box {
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.combo-box input,
.combo-box textarea {
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.combo-box textarea {
  border-top: 1px solid #ddd !important;
}

.row-fluid img,
.rf img {
  vertical-align: top;
}

.deco-options a {
  margin-right: 15px;
}

.faq-actions a {
  margin-right: 10px;
}

.form-faq-add-file a {
  color: #666;
}
.form-faq-add-file a:hover {
  color: #7A7A00;
}

.product-viewer.etalage .etalage_small_thumbs {
  *padding-top: 274px !important;
  *position: static;
}

.product-view {
  clear: both;
}
.product-view .product-view-colorpane > ul > li {
  cursor: pointer;
  display: inline-block;
  width: 48px;
  height: 38px;
  margin-right: 3px;
  border: 3px solid #eee;
  text-align: center;
  padding-top: 10px;
  color: #fff;
  text-shadow: 1px 1px 1px #666;
  font-size: 12px;
  line-height: 1.2;
}
.product-view .product-view-colorpane > ul > li:hover {
  border: 3px solid #ccc;
}
.product-view .product-view-colorpane > ul > li.active {
  border: 3px solid #f00;
}

.product-view {
  *position: relative;
  *z-index: 1;
  *padding-top: 10px;
}
.product-view .product-view-colorpane ul li {
  *cursor: pointer;
  *display: inline-block;
  *width: 48px;
  *height: 38px;
  *margin-right: 3px;
  *border: 3px solid #eee;
  *text-align: center;
  *padding-top: 10px;
  *color: #fff;
  *text-shadow: 1px 1px 1px #666;
  *font-size: 12px;
  *line-height: 1.2;
  *float: left;
  display: inline-block;
}
.product-view .product-view-colorpane ul li:hover {
  *border: 3px solid #ccc;
}
.product-view .product-view-colorpane ul li.active {
  *border: 3px solid #f00;
}

.product-viewer.etalage.product-viewer-landscape li {
  *left: 0;
}
.product-viewer.etalage.product-viewer-landscape .etalage_small_thumbs {
  *padding-top: 0 !important;
}

.product-recommend img {
  width: 64px;
  height: 64px;
}

.thumblist > li {
  float: left;
  margin-right: 2px;
}

.thumblist li {
  *float: left;
  *margin-right: 2px;
}
.thumblist li img {
  *width: 25px;
  *height: 25px;
}

.customize-headline {
  background: url(../img/global/titlebg.png);
  border-right: 4px solid #ddd;
  border-bottom: 4px solid #ddd;
  padding: 5px 10px;
}
.customize-headline h3, .customize-headline .h3 {
  font-size: 22px;
  padding: 0;
  margin: 0;
}

.switch-view .chzn-container-single .chzn-single {
  background: #006dcc;
  color: #fff;
  border: 1px solid #fff;
}

.floatbox-eflyer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.floatbox-eflyer .bd {
  width: 980px;
  margin: 0 auto;
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #eee;
  border-right: 5px solid #ddd;
  border-bottom: 5px solid #ddd;
}
.floatbox-eflyer h5, .floatbox-eflyer .h5 {
  margin-top: 0;
}
.floatbox-eflyer .eflyer-img-list li {
  display: inline-block;
  margin: 0 3px;
  border: 1px solid #eee;
  position: relative;
}
.floatbox-eflyer .eflyer-img-list li .close {
  position: absolute;
  top: 0;
  right: 5px;
  left: auto;
}

.product-images {
  position: relative;
}
.product-images .thumbnails {
  margin-left: 0;
}
.product-images .thumbnails li {
  width: 18%;
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 1%;
  margin-bottom: 5px;
}
.product-images .thumbnails li.span6 {
  width: 48%;
}
.product-images .thumbnails li:nth-child(5n+1) {
  clear: both;
}
.product-images .thumbnails li a {
  opacity: 0.5;
}
.product-images .thumbnails li a.active, .product-images .thumbnails li a:active, .product-images .thumbnails li a:focus, .product-images .thumbnails li a:hover {
  opacity: 1;
}
.product-images .tabs {
  border: none !important;
}
.product-images .tabs li a {
  border: none !important;
  background: none !important;
  padding: 5px !important;
  color: #888 !important;
}
.product-images .tabs li.active a {
  color: #333 !important;
}
.product-images .product-image-main {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-images .product-image-main i.icon-lightbulb {
  position: absolute;
  font-size: 56px;
  top: 8px;
  left: 8px;
  opacity: 0.5;
}
.product-images .product-image-main .btn-video-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  color: #fff;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-images .product-image-main.is-video .btn-video-lightbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-images .product-image-main.is-video .btn-video-lightbox:hover, .product-images .product-image-main.is-video .btn-video-lightbox:active {
  opacity: 1;
}
.product-images .product-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-images .product-video-wrap.none {
  display: none;
}
.product-images .product-video-wrap video {
  width: 100%;
}
.product-images .btn-play-product-video {
  position: relative;
  display: inline-block;
}
.product-images .btn-play-product-video span {
  top: 0;
  left: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  opacity: 0.7;
}
.product-images .btn-play-product-video:hover span, .product-images .btn-play-product-video:active span {
  opacity: 1;
}

.product-color-list .colors.pms li {
  width: 48%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-color-list .colors.pms li a {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box-shadow .box-title {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  border: none;
}
.box-shadow .box-content {
  border: none;
  background: #eee;
  padding: 10px;
}

.box-clean .box-title {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  border: none;
}
.box-clean .box-content {
  border: none;
  background: none;
  padding: 10px;
}

.box-activity-form {
  position: relative;
}
.box-activity-form .caret {
  position: absolute;
  left: -7px;
  top: 10px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #eee;
  border-left: 0;
}

.subnav .item-list a {
  display: block;
  border: 2px solid transparent;
}
.subnav .item-list a:hover {
  border: 2px solid #ccc;
}

.alert-msg {
  max-width: 300px;
  background: #eee;
  margin: 10px auto;
  color: #222;
  text-align: center;
  text-shadow: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
}
.alert-msg:hover {
  background: #f90;
}

.product-tags a {
  color: #999900;
}

.btn-show-pricetable,
.btn-hide-pricetable {
  color: #999900;
}

.shadowed {
  background: #f6f6f6;
}

.item-image {
  position: relative;
}
.item-image .badge-demo {
  position: absolute;
  top: 3px;
  left: 3px;
}

.item-badge {
  position: absolute;
  top: 5px;
  left: 5px;
}

.badge-demo {
  display: inline-block;
  background: #999;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
}

.item-demo {
  position: relative;
}
.item-demo .badge-demo {
  position: absolute;
  top: 8px;
  left: 8px;
}

#hd-share .gapped {
  margin-left: 0;
}
#hd-share img {
  max-width: 32px;
  max-height: 32px;
}

.customize-toolbar {
  padding-top: 60px;
}

.checkout-headline {
  padding: 10px 0;
}
.checkout-headline h4, .checkout-headline .h4 {
  font-size: 14px;
}
.checkout-headline ul {
  padding-top: 8px;
}
.checkout-headline ul li {
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 15px;
}
.checkout-headline ul li a {
  color: #666;
}
.checkout-headline ul li a:hover {
  color: #444;
}
.checkout-headline ul li.active a {
  color: #222;
  font-weight: bold;
}

.product-gallery-popup {
  max-width: 640px;
  padding: 20px;
  margin: 0 auto;
}
.product-gallery-popup .thumbnails {
  width: 80px !important;
}

.flexslider-thumbnails .flex-control-nav {
  display: none;
}
.flexslider-thumbnails .flex-direction-nav a {
  margin: -10px 0 0;
}
.flexslider-thumbnails .flex-direction-nav .flex-next {
  right: 10px;
  opacity: 0.8;
}
.flexslider-thumbnails .flex-direction-nav .flex-prev {
  left: 10px;
  opacity: 0.8;
}
.flexslider-thumbnails .flex-direction-nav a:before {
  font-size: 20px;
}

#product-gallery {
  width: 720px;
  margin-left: -360px;
}
#product-gallery .modal-body {
  max-height: none;
}

.connected-carousels .stage {
  width: 500px;
}

.connected-carousels .carousel-stage {
  width: 500px;
}
.connected-carousels .carousel-stage > ul > li {
  width: 500px;
}
.connected-carousels .carousel-stage > ul > li img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 500px;
}

.ui-spinner {
  border: none;
  background: none;
}
.ui-spinner input.spinner {
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
}
.ui-spinner input.spinner:focus, .ui-spinner input.spinner:active {
  border: 1px solid #222;
}

.chosen-container-active .chosen-single {
  border: 1px solid #222;
  -webkit-box-shadow: 0 0 3px #FFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #FFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
}

.included-items ul li {
  float: left;
  width: 23%;
  margin-left: 2%;
  text-align: left;
  font-size: 12px;
  color: #666;
}
.included-items ul li img {
  width: 100%;
}
.included-items ul li:first-child {
  margin-left: 0;
}
.included-items ul {
  *zoom: 1;
}
.included-items ul:before, .included-items ul:after {
  display: table;
  content: "";
}
.included-items ul:after {
  clear: both;
}

.swipe-right-info {
  display: none;
}

.product-headeline-bottom {
  display: none;
}

.product-gallery {
  width: 690px;
  margin: 0 auto;
  *zoom: 1;
}
.product-gallery:before, .product-gallery:after {
  display: table;
  content: "";
}
.product-gallery:after {
  clear: both;
}
.product-gallery .product-gallery-side {
  width: 120px;
  float: left;
}
.product-gallery .product-gallery-side a.product-gallery-thumb {
  display: block;
  width: 48%;
  margin: 1%;
  float: left;
  text-decoration: none;
}
.product-gallery .product-gallery-side a.product-gallery-thumb:nth-child(2n+1) {
  clear: both;
}
.product-gallery .product-gallery-side a.product-gallery-thumb img {
  width: 100%;
  border: 1px solid transparent;
}
.product-gallery .product-gallery-side a.product-gallery-thumb.active img {
  border: 1px solid #ccc;
}
.product-gallery .product-gallery-main {
  width: 540px;
  float: right;
}
.product-gallery .product-gallery-main img {
  display: block;
  margin: 0 auto;
  width: 450px;
  max-width: 450px;
  max-height: 450px;
}
.product-gallery.reverse .product-gallery-side {
  width: 120px;
  float: right;
}
.product-gallery.reverse .product-gallery-main {
  width: 540px;
  float: left;
}
.product-gallery .flexslider-vertical .flex-control-nav {
  display: none;
}
.product-gallery .flexslider-vertical .flex-direction-nav a {
  margin: -10px 0 0;
}
.product-gallery .flexslider-vertical .flex-direction-nav .flex-next {
  position: absolute;
  top: auto;
  bottom: -20px;
  left: 30px;
  opacity: 0.8;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.product-gallery .flexslider-vertical .flex-direction-nav .flex-prev {
  position: absolute;
  top: -6px;
  left: 30px;
  opacity: 0.8;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.product-gallery .flexslider-vertical .flex-direction-nav a:before {
  font-size: 20px;
}
.product-gallery .flex-viewport {
  height: 450px !important;
}
.product-gallery.product-gallery-2 {
  width: 100%;
  margin: 0 auto;
}
.product-gallery.product-gallery-2 .slides {
  max-height: 500px;
  overflow: hidden;
}
.product-gallery.product-gallery-2 .slick-slide {
  padding: 5px;
}
.product-gallery.product-gallery-2 .slick-slide img {
  display: block;
  margin: 0 auto;
  max-height: 300px;
}

.table-cart tr th,
.table-cart tr td {
  border-top: none;
}

.top-alert {
  max-width: 1220px;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 1500px) {
  .top-alert {
    max-width: 1440px;
  }
}

.upload-form-progress {
  width: 15px;
  height: 128px;
  width: 128px;
  height: 15px;
  margin: 10px 0;
  background: transparent url(../img/global/upload-in-progress.gif) 0 0 no-repeat;
}

.client-tabs {
  position: relative;
  overflow: hidden;
  margin: 20px auto 30px;
  width: 100%;
  font-size: 1.25em;
}

/* Nav */
.client-tabs nav {
  text-align: center;
}

.client-tabs nav ul {
  position: relative;
  *zoom: 1;
}
.client-tabs nav ul:before, .client-tabs nav ul:after {
  display: table;
  content: "";
}
.client-tabs nav ul:after {
  clear: both;
}

.client-tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  float: left;
}

.client-tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}

.client-tabs nav a span {
  vertical-align: middle;
  font-size: 0.75em;
}

.client-tabs nav li.active a {
  color: #fff;
}

.client-tabs nav a:focus {
  outline: none;
}

.tabs-style-tzoid {
  max-width: 1200px;
}

.tabs-style-tzoid nav {
  padding: 0;
}

.tabs-style-tzoid nav ul li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tabs-style-tzoid nav ul li a {
  padding: 0 2em 0 1.2em;
  color: #fff;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

@media screen and (max-width: 54em) {
  .tabs-style-tzoid nav ul li a {
    padding: 0 0.5em 0 0.3em;
  }
}
.tabs-style-tzoid nav ul li a:hover,
.tabs-style-tzoid nav ul li a:focus {
  color: #fff;
}

.tabs-style-tzoid nav ul li.active a,
.tabs-style-tzoid nav ul li.active a:hover {
  color: #fff;
}

.tabs-style-tzoid nav ul li a span {
  font-weight: 500;
  font-size: 0.75em;
}

.tabs-style-tzoid nav ul li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 10px 10px 0 0;
  background: #ccc;
  -webkit-box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.05);
  content: "";
  -webkit-transform: perspective(5px) rotateX(0.97deg) translateZ(-1px);
  transform: perspective(9px) rotateX(1.2deg) translateZ(-1px);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tabs-style-tzoid nav ul li.active a::after,
.tabs-style-tzoid .content-wrap {
  background: #368DE0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-overview-bar {
  display: none;
  width: 100%;
  z-index: 1999;
  background: #eee;
}
.product-overview-bar .inner {
  max-width: 1220px;
  margin: 0 auto;
  background: #eee;
  padding: 5px 10px;
}
@media only screen and (min-width: 1500px) {
  .product-overview-bar .inner {
    max-width: 1440px;
  }
}
.product-overview-bar .inner .row-fluid .span2 {
  margin-bottom: 0;
}
.product-overview-bar strong {
  font-size: 15px;
  line-height: 1.2;
  padding-top: 10px;
}
.product-overview-bar.active {
  display: block;
  top: 0px;
  position: fixed;
  left: 0;
}
@media only screen and (max-width: 480px) {
  .product-overview-bar {
    display: none !important;
  }
}
.product-overview-bar .pop-aside {
  margin-top: 7px;
}

.related-items .flexslider {
  margin: 0 0 20px;
}
.related-items .flex-direction-nav a {
  line-height: 40px;
}
.related-items .flex-direction-nav a:before {
  font-size: 30px;
}
.related-items .flex-control-paging {
  display: none;
}

.product-tabs {
  height: 40px !important;
  background: white !important;
  width: 100% !important;
  background: #fff;
}
.product-tabs.scroll-to-fixed-fixed {
  margin-top: 50px !important;
}
@media only screen and (max-width: 480px) {
  .product-tabs {
    display: none;
  }
}
.product-tabs .section-bd {
  width: 1220px;
  *zoom: 1;
  margin: 0 auto;
}
.product-tabs .section-bd:before, .product-tabs .section-bd:after {
  display: table;
  content: "";
}
.product-tabs .section-bd:after {
  clear: both;
}
@media only screen and (min-width: 1500px) {
  .product-tabs .section-bd {
    width: 1440px;
  }
}

.options-single li {
  display: inline-block;
  margin-right: 0px;
  padding: 3px 5px;
  border: 2px solid transparent;
  cursor: pointer;
  margin-bottom: 4px;
}
.options-single li:hover {
  border: 2px solid #f00;
  opacity: 0.7;
}
.options-single li.active {
  border: 2px solid #f00;
  font-weight: bold;
}
.options-single li a {
  color: #555;
}
.options-single li a:hover {
  color: #222;
  text-decoration: none;
}

.btn-link {
  color: #999900;
}

.navi .navi-sub-r2 .nav-tabs {
  border: none !important;
}
.navi .navi-sub-r2 .nav-tabs li {
  border: none !important;
}
.navi .navi-sub-r2 .nav-tabs li a {
  border-radius: 0;
  padding: 3px 10px;
  border: none !important;
}
.navi .navi-sub-r2 .nav-tabs li a span {
  display: inline-block;
  min-width: 150px;
}
.navi .navi-sub-r2 .nav-tabs li.active a {
  background: #ddd;
}
.navi .navi-sub-r2 .tab-content {
  padding-left: 180px;
}
.navi .navi-sub-r2 .tab-pane {
  position: relative;
}
.navi .navi-sub-r2 .tab-pane ul {
  margin: 0;
  padding: 0 20px;
  *zoom: 1;
}
.navi .navi-sub-r2 .tab-pane ul:before, .navi .navi-sub-r2 .tab-pane ul:after {
  display: table;
  content: "";
}
.navi .navi-sub-r2 .tab-pane ul:after {
  clear: both;
}
.navi .navi-sub-r2 .tab-pane ul li {
  margin: 0;
  padding: 0;
  float: left;
  width: 31%;
  margin-left: 3.5%;
  margin-bottom: 3.5%;
}
.navi .navi-sub-r2 .tab-pane ul li:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}

.box-expandable > .box-hd {
  text-align: center;
  padding: 8px 8px 8px 16px;
  cursor: pointer;
  *zoom: 1;
}
.box-expandable > .box-hd:before, .box-expandable > .box-hd:after {
  display: table;
  content: "";
}
.box-expandable > .box-hd:after {
  clear: both;
}
.box-expandable > .box-hd h3, .box-expandable > .box-hd .h3 {
  font-size: 20px;
  line-height: 1.2;
  float: left;
  margin: 6px 0;
}
.box-expandable > .box-hd .btn {
  float: right;
}
.box-expandable > .box-hd .btn i {
  font-size: 20px;
}
.box-expandable > .box-hd .btn-status-approved {
  display: none;
}
.box-expandable > .box-hd .btn-reviewing {
  display: none;
}
.box-expandable > .box-bd {
  padding: 15px;
  display: none;
  border-top: none;
}
.box-expandable.expanded > .box-hd .btn-expand {
  display: none;
}
.box-expandable.expanded > .box-hd .btn-reviewing {
  display: inline-block;
}
.box-expandable.expanded > .box-bd {
  display: block;
}
.box-expandable.disabled > .box-hd {
  opacity: 0.5;
  pointer-events: none;
  color: #222;
}
.box-expandable.approved > .box-hd {
  opacity: 1;
}
.box-expandable.approved > .box-hd .btn-expand {
  display: none;
}
.box-expandable.approved > .box-hd .btn-status-approved {
  background: #238C00;
  display: inline-block;
}
.box-expandable.approved > .box-hd .btn-reviewing {
  display: none;
}
.box-expandable.approved > .box-hd i {
  display: inline-block;
}

.proof-area {
  padding: 15px;
  background: #f2dede;
}

.btn-approve {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.btn-approve.disabled {
  background-color: #999 !important;
}
.btn-approve.done {
  background-color: #999 !important;
}

.product-content {
  *zoom: 1;
}
.product-content:before, .product-content:after {
  display: table;
  content: "";
}
.product-content:after {
  clear: both;
}
.product-content .product-side {
  width: 30%;
  float: left;
}
.product-content .product-main {
  width: 68%;
  float: right;
}

.product-section {
  margin: 0em auto;
  padding: 1em 0;
  position: relative;
  *zoom: 1;
}
.product-section:first-child {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.product-section:nth-child(2) {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.product-section .section-anchor {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: -100px;
}
.product-section:before, .product-section:after {
  display: table;
  content: "";
}
.product-section:after {
  clear: both;
}
.product-section .section-side {
  width: 32%;
  float: left;
}
.product-section .section-main {
  width: 65%;
  float: right;
}
.product-section .section-hd {
  width: 1220px;
  margin: 0 auto;
}
@media only screen and (min-width: 1500px) {
  .product-section .section-hd {
    width: 1440px;
  }
}
.product-section .section-bd {
  width: 1220px;
  margin: 0 auto;
}
@media only screen and (min-width: 1500px) {
  .product-section .section-bd {
    width: 1440px;
  }
}
.product-section.striped {
  background: #f9f9f9;
  padding: 2em 0;
}
@media only screen and (max-width: 480px) {
  .product-section.striped {
    padding: 2em 15px;
  }
}
.product-section .row-fluid > .span2,
.product-section .rf > .span2 {
  margin-bottom: 10px;
}
.product-section .row-fluid > .span2:nth-child(6n+1),
.product-section .rf > .span2:nth-child(6n+1) {
  margin-left: 0;
  clear: both;
}
@media only screen and (max-width: 480px) {
  .product-section {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .product-section .section-side {
    width: 100%;
    float: none;
  }
  .product-section .section-main {
    width: 100%;
    float: none;
  }
  .product-section .section-hd {
    width: 100%;
    margin: 0px auto;
  }
  .product-section .section-bd {
    width: 100%;
    margin: 0px auto;
  }
}

.content-section .inner {
  width: 1220px;
  margin: 0 auto;
}
@media only screen and (min-width: 1500px) {
  .content-section .inner {
    width: 1440px;
  }
}

.modal {
  z-index: 1060;
}

.modal-backdrop {
  z-index: 1050;
}

.modal-iframe {
  max-width: 800px;
  margin: 0 auto;
}
.modal-iframe .modal-header {
  position: static;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-iframe .modal-body {
  height: 480px;
  overflow: auto;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}
.modal-iframe .modal-footer {
  position: fixed;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-iframe textarea {
  resize: none;
}

.modal .modal-body {
  max-height: 700px;
  overflow: auto;
}

.modal.modal-large {
  width: 980px;
  margin-left: -490px;
  position: fixed;
}
.modal.modal-large .modal-body {
  padding: 25px;
  max-height: 600px;
  overflow: auto;
  padding-bottom: 100px;
}
.modal.modal-large .modal-footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slick-images {
  position: relative;
  margin-bottom: 20px;
}

.slick-next {
  right: -3px;
  z-index: 5;
}

.slick-prev {
  left: -3px;
  z-index: 5;
}

.slick-prev:before,
.slick-next:before {
  color: #222;
}

.slick-slide {
  height: auto;
}

.carousel-inner {
  overflow: hidden;
  max-height: 50vh;
}
.carousel-inner img {
  width: 100%;
}

.label-checked {
  display: none;
}

.label-unchecked {
  display: inline-block;
  color: #368ee0;
  font-weight: bold;
}

.checked .label-checked {
  display: inline-block;
  font-weight: bold;
  color: #368ee0;
}
.checked .label-unchecked {
  display: none;
}

.red {
  color: #c00;
}

.slicker .slick-next {
  right: 18px;
  z-index: 5;
}
.slicker .slick-prev {
  left: 7px;
  z-index: 5;
}
.slicker .slick-prev:before,
.slicker .slick-next:before {
  color: #fff;
  font-size: 30px;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.5);
}

.list-custom-option .item-custom-option {
  position: relative;
  padding-bottom: 1em;
}
.list-custom-option .item-custom-option img {
  width: 90%;
}
.list-custom-option .item-custom-option .check-line {
  position: absolute;
  left: 0;
  bottom: -1em;
  width: 100%;
}

.ui-autocomplete.ui-front {
  z-index: 1999;
}

@media (min-width: 1200px) {
  .row-fluid [class*=span],
.rf {
    min-height: 20px;
  }
}
.section-hero .section-bd .inner {
  max-width: 1600px;
  margin: 0 auto;
}
.section-hero .section-bd .item-video {
  max-width: 900px;
  margin: 0 auto;
}
.section-hero .section-bd .item-video video {
  width: 100%;
}

.search-form > .search-pane {
  position: relative;
}
.search-form > .search-pane > input {
  width: 320px !important;
  padding-left: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.6;
}
.search-form > .search-pane > input:active, .search-form > .search-pane > input:focus {
  width: 400px;
}
.search-form > .search-pane button {
  position: absolute;
  top: 0;
  left: 0;
}
.search-form > .search-pane .search-condition {
  position: absolute;
  right: 0;
}
.search-form > .search-pane .search-condition .btn {
  padding: 4px 9px;
}

.customize-overview > .box-title {
  background: #999;
  color: #fff;
}
.customize-overview > .box-title,
.customize-overview > .box-content {
  border-color: #999 !important;
}

.box-expand > .box-bd {
  margin-top: 15px;
  display: none;
  border-top: none;
}
.box-expand.expanded > .box-hd .btn-expand {
  display: none;
}
.box-expand.expanded > .box-bd {
  display: block;
}

.distributor-locator-item {
  padding: 10px 5px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.distributor-locator-item:hover {
  background: #f9f9f9;
}
.distributor-locator-item p {
  margin: 0;
}

.subscription-slidedown {
  padding: 40px 0;
  background: #eee;
  display: none;
}
.subscription-slidedown.active {
  display: block;
}
.subscription-slidedown .bd .container {
  max-width: 850px;
}
.subscription-slidedown .span7 {
  border-right: 1px solid #ccc;
  padding-right: 30px;
}
.position-relative {
  position: relative;
}

.customer-reviews .slick-dots {
  bottom: -40px;
}
.customer-reviews .tp-widget-businessinfo {
  font-family: "Segoe UI", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.customer-reviews .bold-underline,
.customer-reviews .tp-widget-empty-vertical__title,
.customer-reviews .tp-widget-empty-horizontal__title,
.customer-reviews .tp-widget-humanscore {
  font-family: "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 500;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .customer-reviews .bold-underline,
.customer-reviews .tp-widget-empty-vertical__title,
.customer-reviews .tp-widget-empty-horizontal__title,
.customer-reviews .tp-widget-humanscore {
    font-weight: 600;
  }
}
@-webkit-keyframes fade-in {
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  to {
    opacity: 0;
  }
}
.customer-reviews .anim-fade-in,
.customer-reviews .tp-widget-loader,
.customer-reviews .tp-widget-fallback {
  -webkit-animation: fade-in 0.5s ease 0.3s forwards;
          animation: fade-in 0.5s ease 0.3s forwards;
}
.customer-reviews .anim-fade-out,
.customer-reviews .tp-widget-loader--loaded {
  -webkit-animation: fade-out 0.5s ease 0.3s forwards;
          animation: fade-out 0.5s ease 0.3s forwards;
}
.customer-reviews *,
.customer-reviews ::after,
.customer-reviews ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.customer-reviews .hidden {
  display: none;
}
.customer-reviews .tp-widget-loader,
.customer-reviews .tp-widget-fallback {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.customer-reviews #fallback-logo {
  display: none;
}
.customer-reviews .no-svg #fallback-logo {
  display: inline-block;
}
.customer-reviews .tp-widget-wrapper {
  height: 100%;
  margin: 0 auto;
  max-width: 750px;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.customer-reviews .tp-widget-wrapper.visible {
  opacity: 1;
}
.customer-reviews .tp-stars .tp-star__canvas,
.customer-reviews .tp-stars .tp-star__canvas--half {
  fill: #dcdce6;
}
.customer-reviews .tp-stars .tp-star__shape {
  fill: #fff;
}
.customer-reviews .tp-stars--1 .tp-star:nth-of-type(-n+1) .tp-star__canvas,
.customer-reviews .tp-stars--1 .tp-star:nth-of-type(-n+1) .tp-star__canvas--half {
  fill: #ff3722;
}
.customer-reviews .tp-stars--2 .tp-star:nth-of-type(-n+2) .tp-star__canvas,
.customer-reviews .tp-stars--2 .tp-star:nth-of-type(-n+2) .tp-star__canvas--half {
  fill: #ff8622;
}
.customer-reviews .tp-stars--3 .tp-star:nth-of-type(-n+3) .tp-star__canvas,
.customer-reviews .tp-stars--3 .tp-star:nth-of-type(-n+3) .tp-star__canvas--half {
  fill: #ffce00;
}
.customer-reviews .tp-stars--4 .tp-star:nth-of-type(-n+4) .tp-star__canvas,
.customer-reviews .tp-stars--4 .tp-star:nth-of-type(-n+4) .tp-star__canvas--half {
  fill: #73cf11;
}
.customer-reviews .tp-stars--5 .tp-star:nth-of-type(-n+5) .tp-star__canvas,
.customer-reviews .tp-stars--5 .tp-star:nth-of-type(-n+5) .tp-star__canvas--half {
  fill: #00b67a;
}
.customer-reviews .tp-stars--1--half .tp-star:nth-of-type(-n+2) .tp-star__canvas--half {
  fill: #ff3722;
}
.customer-reviews .tp-stars--2--half .tp-star:nth-of-type(-n+3) .tp-star__canvas--half {
  fill: #ff8622;
}
.customer-reviews .tp-stars--3--half .tp-star:nth-of-type(-n+4) .tp-star__canvas--half {
  fill: #ffce00;
}
.customer-reviews .tp-stars--4--half .tp-star:nth-of-type(-n+4) .tp-star__canvas,
.customer-reviews .tp-stars--4--half .tp-star:nth-of-type(-n+4) .tp-star__canvas--half {
  fill: #00b67a;
}
.customer-reviews .tp-stars--4--half .tp-star:nth-of-type(-n+5) .tp-star__canvas--half {
  fill: #00b67a;
}
.customer-reviews .tp-widget-loader,
.customer-reviews .tp-widget-fallback {
  max-width: 50%;
  opacity: 0;
  text-align: center;
  width: 400vh;
}
.customer-reviews .tp-widget-loader svg,
.customer-reviews .tp-widget-fallback svg {
  width: 100%;
}
@media screen and (min-width: 400px) {
  .customer-reviews .tp-widget-loader,
.customer-reviews .tp-widget-fallback {
    max-width: 200px;
  }
}
.customer-reviews .tp-widget-loader--loaded {
  opacity: 1;
}
.customer-reviews .bold-underline {
  border-bottom: 1px solid rgba(25, 25, 25, 0.6);
}
.customer-reviews .bold-underline:hover {
  border-color: #191919;
}
.customer-reviews .tp-widget-empty-vertical {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.customer-reviews .tp-widget-empty-vertical__title {
  font-size: 18px;
  margin: 0 0 12px;
  text-align: center;
}
.customer-reviews .tp-widget-empty-vertical__stars {
  margin: 0 0 8px;
  width: 150px;
}
.customer-reviews .tp-widget-empty-vertical__subtitle-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.customer-reviews .tp-widget-empty-vertical__subtitle {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-size: 14px;
  text-align: center;
}
.customer-reviews .tp-widget-empty-vertical__logo {
  margin: 0 0 5px 5px;
  width: 90px;
}
.customer-reviews .tp-widget-empty-horizontal {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  height: 100%;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.customer-reviews .tp-widget-empty-horizontal__title {
  font-size: 14px;
  text-align: center;
}
.customer-reviews .tp-widget-empty-horizontal__logo {
  margin: 0 0 5px 5px;
  width: 90px;
}
@media screen and (max-width: 300px) {
  .customer-reviews .tp-widget-empty-vertical__subtitle-wrapper {
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .customer-reviews .tp-widget-empty-vertical__logo {
    margin: 5px 0 0;
  }
  .customer-reviews .tp-widget-empty-horizontal {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .customer-reviews .tp-widget-empty-horizontal__logo {
    margin: 0;
  }
}
.customer-reviews .dark .tp-widget-review .name,
.customer-reviews .dark .tp-widget-review .date {
  color: rgba(255, 255, 255, 0.6);
}
.customer-reviews .dark .tp-widget-review-next .svg-slider-arrow .arrow-slider-circle,
.customer-reviews .dark .tp-widget-review-prev .svg-slider-arrow .arrow-slider-circle {
  stroke: rgba(255, 255, 255, 0.6);
}
.customer-reviews .dark .tp-widget-review-next .svg-slider-arrow .arrow-slider-shape,
.customer-reviews .dark .tp-widget-review-prev .svg-slider-arrow .arrow-slider-shape {
  fill: rgba(255, 255, 255, 0.6);
}
.customer-reviews .dark .tp-widget-review-next.display-none .svg-slider-arrow .arrow-slider-circle,
.customer-reviews .dark .tp-widget-review-prev.display-none .svg-slider-arrow .arrow-slider-circle {
  stroke: rgba(255, 255, 255, 0.3);
}
.customer-reviews .dark .tp-widget-review-next.display-none .svg-slider-arrow .arrow-slider-shape,
.customer-reviews .dark .tp-widget-review-prev.display-none .svg-slider-arrow .arrow-slider-shape {
  fill: rgba(255, 255, 255, 0.3);
}
.customer-reviews .tp-widget-wrapper {
  max-width: none;
  min-width: 300px;
  will-change: transform;
}
.customer-reviews .tp-widget-wrapper .wrapper-left {
  text-align: center;
  z-index: 100;
}
.customer-reviews .tp-widget-wrapper .wrapper-right {
  margin: 20px 0 0;
  overflow: hidden;
  padding: 0 40px;
  position: relative;
}
.customer-reviews .tp-widget-humanscore {
  font-size: 24px;
  margin: 0 0 12px;
}
.customer-reviews .tp-widget-stars {
  margin: 0 auto 12px;
  width: 155px;
}
.customer-reviews .tp-widget-businessinfo {
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 14px;
}
.customer-reviews .tp-widget-logo {
  margin: 0 auto;
  width: 95px;
}
.customer-reviews .tp-widget-reviews-wrapper {
  overflow: hidden;
  position: relative;
}
.customer-reviews .tp-widget-reviews {
  height: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.customer-reviews .tp-widget-review {
  display: inline-block;
  height: 130px;
  margin: 0 15px 0 0;
  padding: 0 0 0 20px;
  position: relative;
  vertical-align: top;
  white-space: normal;
}
.customer-reviews .tp-widget-review .header {
  font-size: 14px;
  font-weight: 700;
  height: 16px;
  margin: 0 0 8px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.customer-reviews .tp-widget-review .text {
  font-size: 13px;
  line-height: 16px;
  word-wrap: break-word;
}
.customer-reviews .tp-widget-review .date {
  right: 0;
  top: 4px;
}
.customer-reviews .tp-widget-review .name {
  bottom: 2px;
  height: 14px;
  left: 20px;
  overflow: hidden;
  text-align: left;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 20px);
  z-index: 2;
}
.customer-reviews .tp-widget-review .date,
.customer-reviews .tp-widget-review .name {
  color: rgba(0, 0, 0, 0.6);
}
.customer-reviews .tp-widget-review .tp-widget-stars {
  margin: 0 0 12px;
  width: 110px;
}
.customer-reviews .tp-widget-review-prev {
  left: 0;
}
.customer-reviews .tp-widget-review-prev .svg-slider-arrow {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.customer-reviews .tp-widget-review-next {
  right: 0;
}
.customer-reviews .tp-widget-review-next .svg-slider-arrow {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.customer-reviews .tp-widget-review-next,
.customer-reviews .tp-widget-review-prev {
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 10;
}
.customer-reviews .tp-widget-review-next .svg-slider-arrow,
.customer-reviews .tp-widget-review-prev .svg-slider-arrow {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
}
.customer-reviews .tp-widget-review-next .svg-slider-arrow .arrow-slider-circle,
.customer-reviews .tp-widget-review-prev .svg-slider-arrow .arrow-slider-circle {
  stroke: #8c8c8c;
}
.customer-reviews .tp-widget-review-next .svg-slider-arrow .arrow-slider-shape,
.customer-reviews .tp-widget-review-prev .svg-slider-arrow .arrow-slider-shape {
  fill: #8c8c8c;
}
.customer-reviews .tp-widget-review-next.display-none,
.customer-reviews .tp-widget-review-prev.display-none {
  cursor: default;
}
.customer-reviews .tp-widget-review-next.display-none .svg-slider-arrow .arrow-slider-circle,
.customer-reviews .tp-widget-review-prev.display-none .svg-slider-arrow .arrow-slider-circle {
  stroke: #d1d1d1;
}
.customer-reviews .tp-widget-review-next.display-none .svg-slider-arrow .arrow-slider-shape,
.customer-reviews .tp-widget-review-prev.display-none .svg-slider-arrow .arrow-slider-shape {
  fill: #d1d1d1;
}
@media screen and (min-width: 520px) {
  .customer-reviews .tp-widget-wrapper .wrapper-left {
    float: left;
    width: 200px;
  }
  .customer-reviews .tp-widget-wrapper .wrapper-right {
    float: left;
    margin: 0;
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 728px) {
  .customer-reviews .tp-widget-wrapper .wrapper-right {
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 930px) {
  .customer-reviews .tp-widget-wrapper .wrapper-right {
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 1175px) {
  .customer-reviews .tp-widget-wrapper .wrapper-right {
    width: calc(100% - 200px);
  }
}

.header.scrolltofixed {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.header-condensed .navi .navi-list > li > a {
  color: #000;
  background: none !important;
  border: none !important;
}
.header-condensed .navi .navi-list > li > a:hover, .header-condensed .navi .navi-list > li > a:focus, .header-condensed .navi .navi-list > li > a:active {
  color: #f30;
  border: none !important;
}
.header-condensed .navi .navi-sub .navi-sub-main {
  background: #fff !important;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.header-condensed .navi-backdrop {
  display: none !important;
}

.activity-comment-box .ck-editor__editable_inline {
  min-height: 220px;
}

.item .item-actions {
  opacity: 0;
  pointer-events: none;
}
.item:hover .item-actions, .item:focus .item-actions, .item:active .item-actions {
  opacity: 1;
  pointer-events: auto;
}

.nav-sub-column {
  min-width: 200px;
}

.wrapper-mobile .ion {
  font-size: 20px;
  vertical-align: sub;
}
.wrapper-mobile h2, .wrapper-mobile .h2 {
  font-size: 20px;
}
.wrapper-mobile h3, .wrapper-mobile .h3 {
  font-size: 18px;
}
.wrapper-mobile h4, .wrapper-mobile .h4 {
  font-size: 16px;
}
.wrapper-mobile input {
  -webkit-appearance: none;
}
.wrapper-mobile select {
  background: none;
  padding-bottom: 0.3em;
  height: 34px;
}
.wrapper-mobile select {
  width: auto;
}
.wrapper-mobile .box .box-content {
  padding: 10px;
}
.wrapper-mobile .topbar .topbar-main {
  width: auto;
}
.wrapper-mobile .header .header-main {
  width: auto;
}
.wrapper-mobile .navi .navi-main {
  width: auto;
}
.wrapper-mobile .body {
  padding: 10px;
}
.wrapper-mobile .body .body-main {
  width: auto;
  padding: 0;
}
.wrapper-mobile .footer {
  padding: 10px;
}
.wrapper-mobile .footer .footer-main {
  width: auto;
}
.wrapper-mobile .wrapper {
  padding: 0px;
}
.wrapper-mobile .header-sns {
  display: none;
}
.wrapper-mobile .header-logo {
  float: none;
  text-align: center;
  max-width: 400px;
}
.wrapper-mobile .header-logo img {
  max-height: 75px;
  max-width: 100%;
}
.wrapper-mobile .navi .btn-toogle-nav {
  background: #eee;
  display: block;
  text-align: left;
}
.wrapper-mobile .navi .navi-list {
  background: #eee;
  float: none;
  display: none;
}
.wrapper-mobile .navi .navi-list li {
  display: block;
  float: none;
  text-align: left;
  border-top: 1px solid #ccc;
  padding-left: 10px;
}
.wrapper-mobile .navi .navi-list li a {
  padding: 5px 0;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid transparent;
}
.wrapper-mobile .navi .navi-list.show {
  display: block;
}
.wrapper-mobile .navi .header-search {
  padding: 10px;
  background: #eee;
  float: none;
  display: none;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wrapper-mobile .navi .header-search input {
  width: 270px !important;
}
.wrapper-mobile .navi .header-search.show {
  display: block;
}
.wrapper-mobile .body .carousel .carousel-control {
  display: none;
}
.wrapper-mobile .item-list > li,
.wrapper-mobile .cate-list > li {
  display: block;
  float: left;
  width: 46% !important;
  padding: 2%;
  margin: 0 0 20px 0 !important;
  text-align: center;
}
.wrapper-mobile .item-list > li .more,
.wrapper-mobile .cate-list > li .more {
  text-align: center !important;
}
.wrapper-mobile .item-list > li img,
.wrapper-mobile .cate-list > li img {
  max-width: none;
  width: 100%;
}
.wrapper-mobile .item-list > li:nth-child(odd),
.wrapper-mobile .cate-list > li:nth-child(odd) {
  clear: both;
}
.wrapper-mobile .product-headline ul > li {
  float: none;
  display: block;
}
.wrapper-mobile .product-content {
  *zoom: 1;
}
.wrapper-mobile .product-content:before, .wrapper-mobile .product-content:after {
  display: table;
  content: "";
}
.wrapper-mobile .product-content:after {
  clear: both;
}
.wrapper-mobile .product-content .product-side {
  float: none;
  width: auto;
}
.wrapper-mobile .product-content .product-main {
  width: auto;
  float: none;
}
.wrapper-mobile .body .body-left {
  display: none;
}
.wrapper-mobile .body .body-right {
  float: none;
  width: auto;
}
.wrapper-mobile .navi .navi-list li a.extend-sub-navi.active {
  z-index: 1;
}
.wrapper-mobile .navi-sub {
  display: none;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 8px;
  top: 46px;
  width: 100%;
  z-index: 100;
  line-height: 1.8;
}
.wrapper-mobile .navi-sub .navi-sub-main {
  position: static;
  *zoom: 1;
  left: -8px;
  top: -8px;
  background: #fff;
  padding: 10px 15px 15px;
  border: none;
  z-index: 101;
}
.wrapper-mobile .navi-sub .navi-sub-main:before, .wrapper-mobile .navi-sub .navi-sub-main:after {
  display: table;
  content: "";
}
.wrapper-mobile .navi-sub .navi-sub-main:after {
  clear: both;
}
.wrapper-mobile .navi-sub .navi-sub-main a:hover {
  color: #f60;
}
.wrapper-mobile .navi-sub .span6 {
  float: none;
  margin: 0 0 10px 0;
  display: block;
  width: auto;
}
.wrapper-mobile .navi-sub .span3 {
  float: left;
  width: 45%;
  margin-right: 5%;
  margin: 0 0 10px 0;
  display: block;
  width: auto;
}
.wrapper-mobile .table-wrap {
  max-height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.wrapper-mobile .content-login .span8 a {
  display: block;
  margin-bottom: 15px;
}
.wrapper-mobile .content-login .span8 input.span7 {
  width: 100%;
}
.wrapper-mobile .content-login .btn-primary,
.wrapper-mobile .content-login .btn-default {
  display: block;
  margin: 0 0 10px;
}
.wrapper-mobile .content-register .span8,
.wrapper-mobile .content-register .span4 {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
}
.wrapper-mobile .content-register select {
  width: 100%;
}
.wrapper-mobile .breadcrumbs ul > li:first-child {
  display: none;
}
.wrapper-mobile .product-headline {
  display: none;
}
.wrapper-mobile .welcome-message {
  display: none;
}
.wrapper-mobile .recent-job {
  display: none;
}
.wrapper-mobile .price-table-wrap {
  overflow: scroll;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}
.wrapper-mobile .price-table-wrap .price-table-bd {
  min-width: 500px;
}
.wrapper-mobile .btn-show-pricetable {
  text-align: center;
  width: 100%;
}
.wrapper-mobile .btn-hide-pricetable {
  text-align: center;
  width: 100%;
}
.wrapper-mobile .product-share {
  *zoom: 1;
}
.wrapper-mobile .product-share:before, .wrapper-mobile .product-share:after {
  display: table;
  content: "";
}
.wrapper-mobile .product-share:after {
  clear: both;
}
.wrapper-mobile .product-share li {
  width: 50%;
  float: left;
}
.wrapper-mobile .modal {
  zoom: 0.6;
}
.wrapper-mobile .modal-large {
  zoom: 0.45;
}
.wrapper-mobile select.chosen-select {
  display: block;
  width: 100%;
}
.wrapper-mobile .swipe-right-info {
  display: block;
}
.wrapper-mobile .product-headeline-bottom {
  display: block;
}
.wrapper-mobile .product-headeline-bottom ul > li {
  display: block;
  width: 48%;
  margin-left: 4%;
  margin-right: 0;
  float: left !important;
}
.wrapper-mobile .product-headeline-bottom ul > li:first-child {
  margin-left: 0;
}
.wrapper-mobile .section-account {
  display: block;
}
.wrapper-mobile .section-account > .span6,
.wrapper-mobile .section-account > .span5 {
  display: block;
  float: none;
  margin: 0 auto;
  width: 100%;
}
.wrapper-mobile .section-account > .span5 {
  margin-top: 40px;
}
.wrapper-mobile .row-fluid > .span-sm-12,
.wrapper-mobile .rf > .span-sm-12 {
  width: 100%;
  float: none;
  clear: both;
  margin: 20px auto 0 auto;
  margin-top: 20px;
}
.wrapper-mobile .row-fluid > .span-sm-6,
.wrapper-mobile .rf > .span-sm-6 {
  width: 48.9361702128%;
}
.wrapper-mobile .row-fluid > .span-sm-6:nth-child(2n+1),
.wrapper-mobile .rf > .span-sm-6:nth-child(2n+1) {
  margin-left: 0;
}
.wrapper-mobile .row-fluid > .span-sm-4,
.wrapper-mobile .rf > .span-sm-4 {
  width: 31.914893617%;
}
.wrapper-mobile .row-fluid > .span-sm-4:nth-child(3n+1),
.wrapper-mobile .rf > .span-sm-4:nth-child(3n+1) {
  margin-left: 0;
}
.wrapper-mobile .row-fluid > .span-sm-none,
.wrapper-mobile .rf > .span-sm-none {
  display: none;
}
.wrapper-mobile .row-fluid.rf-flex > .span-sm-12,
.wrapper-mobile .rf.rf-flex > .span-sm-12 {
  width: 100%;
  float: none;
  clear: both;
  margin: 20px auto 0 auto;
  margin-top: 20px;
}
.wrapper-mobile .row-fluid.rf-flex > .span-sm-6,
.wrapper-mobile .rf.rf-flex > .span-sm-6 {
  width: 50%;
  margin: 20px auto 0;
}
.wrapper-mobile .row-fluid.rf-flex > .span-sm-4,
.wrapper-mobile .rf.rf-flex > .span-sm-4 {
  width: 33.3%;
  margin: 20px auto 0;
}
.wrapper-mobile .navbar-toggle {
  background-color: transparent;
  border: none;
  width: 24px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  z-index: 1001;
}
.wrapper-mobile .navbar-toggle > span {
  display: block;
  margin-left: auto;
  height: 1px;
  width: 100%;
  content: "";
  background-color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.wrapper-mobile .navbar-toggle > span:first-child {
  margin-bottom: 7px;
}
.wrapper-mobile .navbar-toggle > span:last-child {
  margin-top: 7px;
}
.wrapper-mobile .navbar-toggle:focus {
  outline: none;
}
.wrapper-mobile .navbar-toggle.active > span {
  width: 20px;
  background-color: #fff;
}
.wrapper-mobile .navbar-toggle.active > span:first-child, .wrapper-mobile .navbar-toggle.active > span:last-child {
  width: 10px;
}
.wrapper-mobile .btn-close {
  position: absolute;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.8;
  border: none;
  background: none;
  cursor: pointer;
  display: block;
  width: 25px;
  height: 25px;
}
.wrapper-mobile .btn-close:hover {
  opacity: 1;
}
.wrapper-mobile .btn-close:before, .wrapper-mobile .btn-close:after {
  position: absolute;
  left: 13px;
  top: 0;
  content: " ";
  height: 33px;
  width: 1px;
  background-color: #000;
}
.wrapper-mobile .btn-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.wrapper-mobile .btn-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.wrapper-mobile .slicker .slick-dots {
  bottom: 3px;
}
.wrapper-mobile .slicker .slick-dots > li {
  margin: 0 1px;
}

.wrapper-mobile {
  color: #111;
}
.wrapper-mobile .mobile-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.wrapper-mobile .mobile-header .header-nav-button {
  position: absolute;
  top: 12px;
  left: 12px;
}
.wrapper-mobile .mobile-header .header-logo {
  text-align: center;
  max-width: none;
}
.wrapper-mobile .mobile-header .header-logo img {
  height: 32px;
}
.wrapper-mobile .mobile-header .header-toolbox {
  position: absolute;
  right: 15px;
  top: 10px;
}
.wrapper-mobile .mobile-header .header-toolbox ul li {
  display: inline-block;
  margin-left: 12px;
}
.wrapper-mobile .mobile-header .header-toolbox ul li a {
  font-size: 24px;
}
.wrapper-mobile .mobile-header .header-toolbox ul li .ion {
  font-size: 24px;
}
.wrapper-mobile .mobile-header .header-search {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  -webkit-transform: translate3d(-110vw, 0, 0);
          transform: translate3d(-110vw, 0, 0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wrapper-mobile .mobile-header .header-search .btn-close {
  left: 15px;
  top: 12px;
}
.wrapper-mobile .mobile-header .header-search.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.wrapper-mobile .mobile-header .header-search .search-backdrop {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
}
.wrapper-mobile .mobile-header .header-search .search-main {
  background: #fff;
  padding: 60px 20px 20px;
  position: relative;
  z-index: 1001;
  max-width: 315px;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper-mobile .order-box {
  padding: 0px;
  background: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.wrapper-mobile .order-box * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper-mobile .order-box .box-hd {
  height: 50px;
  padding: 10px;
}
.wrapper-mobile .order-box .box-hd strong {
  font-size: 15px;
  line-height: 30px;
}
.wrapper-mobile .order-box .box-hd .ion-ios-arrow-down {
  vertical-align: middle;
  font-size: 28px;
  line-height: 30px;
}
.wrapper-mobile .order-box .box-hd span {
  display: inline-block;
  line-height: 32px;
  font-size: 13px;
}
.wrapper-mobile .order-box.active .box-hd .ion-ios-arrow-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wrapper-mobile .order-box.active .box-bd {
  display: block;
}
.wrapper-mobile .order-box .box-bd {
  display: none;
  padding: 10px;
}
.wrapper-mobile .mobile-nav {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1000;
  -webkit-transform: translate3d(-110vw, 0, 0);
          transform: translate3d(-110vw, 0, 0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wrapper-mobile .mobile-nav.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.wrapper-mobile .mobile-nav .nav-backdrop {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
}
.wrapper-mobile .mobile-nav .nav-main {
  background: #fff;
  padding: 40px 15px 15px;
  position: relative;
  z-index: 1001;
  width: 96%;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper-mobile .mobile-nav .nav-main .nav-hd {
  color: #999;
}
.wrapper-mobile .mobile-nav .nav-main .nav-hd a {
  color: #999;
}
.wrapper-mobile .mobile-nav .nav-main .nav-bd {
  margin-top: 9px;
  padding-top: 12px;
}
.wrapper-mobile .mobile-nav .nav-main .nav-bd ul li {
  margin-left: 0;
  line-height: 2;
}
.wrapper-mobile .mobile-nav .nav-main .nav-bd ul li a {
  margin-top: 0;
  padding: 0;
  font-size: 15px;
}
.wrapper-mobile .mobile-nav .nav-main .nav-bd form {
  margin-bottom: 10px;
}
.wrapper-mobile .mobile-nav .nav-main .nav-bd .input-append .add-on:last-child,
.wrapper-mobile .mobile-nav .nav-main .nav-bd .input-append .btn:last-child,
.wrapper-mobile .mobile-nav .nav-main .nav-bd .input-append .btn-group:last-child > .dropdown-toggle,
.wrapper-mobile .mobile-nav .nav-main .nav-bd .input-prepend .btn:first-child {
  padding: 9px;
}
.wrapper-mobile .mobile-nav .nav-main .nav-ft {
  margin-top: 10px;
  padding-top: 12px;
}
.wrapper-mobile .mobile-nav .nav-main .nav-ft ul li {
  margin-left: 0;
  line-height: 2;
}
.wrapper-mobile .mobile-nav .nav-main .nav-ft ul li a {
  margin-top: 0;
  padding: 0;
  font-size: 15px;
}
.wrapper-mobile .mobile-nav .btn-close {
  top: 10px;
  left: 15px;
}
.wrapper-mobile .mobile-cart {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1000;
  -webkit-transform: translate3d(110vw, 0, 0);
          transform: translate3d(110vw, 0, 0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wrapper-mobile .mobile-cart.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.wrapper-mobile .mobile-cart .nav-backdrop {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
}
.wrapper-mobile .mobile-cart .nav-main {
  background: #fff;
  padding: 40px 15px 15px;
  position: relative;
  z-index: 1001;
  width: 96%;
  height: 100vh;
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper-mobile .mobile-cart .nav-main .nav-hd {
  color: #999;
}
.wrapper-mobile .mobile-cart .nav-main .nav-hd a {
  color: #999;
}
.wrapper-mobile .mobile-cart .nav-main .nav-bd {
  margin-top: 9px;
  padding-top: 12px;
}
.wrapper-mobile .mobile-cart .nav-main .nav-bd ul li {
  margin-left: 0;
  line-height: 2;
}
.wrapper-mobile .mobile-cart .nav-main .nav-bd ul li a {
  margin-top: 0;
  padding: 0;
  font-size: 15px;
}
.wrapper-mobile .mobile-cart .nav-main .nav-bd form {
  margin-bottom: 10px;
}
.wrapper-mobile .mobile-cart .nav-main .nav-bd .input-append .add-on:last-child,
.wrapper-mobile .mobile-cart .nav-main .nav-bd .input-append .btn:last-child,
.wrapper-mobile .mobile-cart .nav-main .nav-bd .input-append .btn-group:last-child > .dropdown-toggle,
.wrapper-mobile .mobile-cart .nav-main .nav-bd .input-prepend .btn:first-child {
  padding: 9px;
}
.wrapper-mobile .mobile-cart .nav-main .nav-ft {
  margin-top: 10px;
  padding-top: 12px;
}
.wrapper-mobile .mobile-cart .nav-main .nav-ft ul li {
  margin-left: 0;
  line-height: 2;
}
.wrapper-mobile .mobile-cart .nav-main .nav-ft ul li a {
  margin-top: 0;
  padding: 0;
  font-size: 15px;
}
.wrapper-mobile .mobile-cart .btn-close {
  top: 10px;
  right: 15px;
}
.wrapper-mobile .product-section {
  margin-top: 20px;
}
.wrapper-mobile .product-image-carousel img {
  width: 100%;
}
.wrapper-mobile .product-section-folded > .section-bd {
  display: none;
}
.wrapper-mobile .list-custom-option .check-line {
  position: relative;
}
.wrapper-mobile .mobile-footer {
  padding: 20px;
  background: #f6f6f6;
}
.wrapper-mobile .mobile-footer .footer-menu .menu-item {
  margin-bottom: 15px;
}
.wrapper-mobile .mobile-footer .footer-menu .menu-item .item-hd {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 3px 0 5px;
  position: relative;
}
.wrapper-mobile .mobile-footer .footer-menu .menu-item .item-hd h4, .wrapper-mobile .mobile-footer .footer-menu .menu-item .item-hd .h4 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
.wrapper-mobile .mobile-footer .footer-menu .menu-item .item-hd:after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 3px;
  color: #666;
  font-size: 16px;
}
.wrapper-mobile .mobile-footer .footer-menu .menu-item.no-subitem .item-hd:after {
  display: none;
}
.wrapper-mobile .mobile-footer .footer-menu .menu-item .item-bd {
  display: none;
  padding-top: 5px;
}
.wrapper-mobile .mobile-footer .footer-menu .menu-item .item-bd ul li {
  line-height: 1.9;
}
.wrapper-mobile .mobile-footer .footer-menu .menu-item.active .item-hd:after {
  content: "-";
}
.wrapper-mobile .mobile-footer .footer-menu .menu-item.active .item-bd {
  display: block;
}
.wrapper-mobile .mobile-footer .footer-copyright {
  margin-top: 40px;
  font-size: 12px;
  text-align: center;
  color: #999;
}
.wrapper-mobile .box .box-title {
  text-align: center;
}
.wrapper-mobile .box .box-title h3, .wrapper-mobile .box .box-title .h3 {
  float: none;
}
.wrapper-mobile .activity-attachment-list .activity-attachment-item {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.wrapper-mobile .activity-attachment-list .activity-attachment-item .item-content p {
  display: none;
}
.wrapper-mobile .activity-attachment-list .activity-attachment-item .btn-delete-item {
  position: static;
  margin: 10px auto;
  display: none;
  line-height: 1;
}
.wrapper-mobile .activity-attachment-list .activity-attachment-item .btn-delete-item {
  display: inline-block;
}
.wrapper-mobile .activity-attachment-list .activity-attachment-item .item-content p {
  display: block;
}

@media print {
  li {
    list-style: none;
  }

  .colors.tiny {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  select {
    width: auto;
  }

  .box .box-content {
    padding: 10px;
  }

  .topbar .topbar-main {
    width: auto;
  }

  .header .header-main {
    width: auto;
  }

  .navi .navi-main {
    width: auto;
  }

  .body {
    padding: 10px;
  }
  .body .body-main {
    width: auto;
    padding: 0;
  }

  .footer {
    padding: 10px;
  }
  .footer .footer-main {
    width: auto;
  }

  .wrapper {
    padding: 0px;
  }

  .header-sns {
    display: none;
  }

  .header-logo {
    float: none;
    text-align: center;
    max-width: 400px;
  }
  .header-logo img {
    max-height: 75px;
    max-width: 100%;
  }

  .navi .btn-toogle-nav {
    background: #eee;
    display: block;
    text-align: left;
  }
  .navi .navi-list {
    background: #eee;
    float: none;
    display: none;
  }
  .navi .navi-list li {
    display: block;
    float: none;
    text-align: left;
    border-top: 1px solid #ccc;
    padding-left: 10px;
  }
  .navi .navi-list li a {
    padding: 5px 0;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid transparent;
  }
  .navi .navi-list.show {
    display: block;
  }
  .navi .header-search {
    padding: 10px;
    background: #eee;
    float: none;
    display: none;
    text-align: center;
    border-top: 1px solid #ccc;
  }
  .navi .header-search input {
    width: 270px !important;
  }
  .navi .header-search.show {
    display: block;
  }

  .body .carousel .carousel-control {
    display: none;
  }

  .item-list > li,
.cate-list > li {
    display: block;
    float: left;
    width: 46% !important;
    padding: 2%;
    margin: 0 0 20px 0 !important;
    text-align: center;
  }
  .item-list > li .more,
.cate-list > li .more {
    text-align: center !important;
  }
  .item-list > li img,
.cate-list > li img {
    max-width: none;
    width: 100%;
  }
  .item-list > li:nth-child(odd),
.cate-list > li:nth-child(odd) {
    clear: both;
  }

  .product-headline ul > li {
    float: none;
    display: block;
  }

  .product-content {
    *zoom: 1;
  }
  .product-content:before, .product-content:after {
    display: table;
    content: "";
  }
  .product-content:after {
    clear: both;
  }
  .product-content .product-side {
    float: none;
    width: auto;
  }
  .product-content .product-main {
    width: auto;
    float: none;
  }

  .body .body-left {
    display: none;
  }
  .body .body-right {
    float: none;
    width: auto;
  }

  .navi .navi-list li a.extend-sub-navi.active {
    z-index: 1;
  }

  .navi-sub {
    display: none;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 8px;
    top: 46px;
    width: 100%;
    z-index: 100;
    line-height: 1.8;
  }
  .navi-sub .navi-sub-main {
    position: static;
    *zoom: 1;
    left: -8px;
    top: -8px;
    background: #fff;
    padding: 10px 15px 15px;
    border: none;
    z-index: 101;
  }
  .navi-sub .navi-sub-main:before, .navi-sub .navi-sub-main:after {
    display: table;
    content: "";
  }
  .navi-sub .navi-sub-main:after {
    clear: both;
  }
  .navi-sub .navi-sub-main a:hover {
    color: #f60;
  }
  .navi-sub .span6 {
    float: none;
    margin: 0 0 10px 0;
    display: block;
    width: auto;
  }
  .navi-sub .span3 {
    float: left;
    width: 45%;
    margin-right: 5%;
    margin: 0 0 10px 0;
    display: block;
    width: auto;
  }

  .table-wrap {
    max-height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .content-login .span8 a {
    display: block;
    margin-bottom: 15px;
  }
  .content-login .span8 input.span7 {
    width: 100%;
  }
  .content-login .btn-primary,
.content-login .btn-default {
    display: block;
    margin: 0 0 10px;
  }

  .content-register .span8,
.content-register .span4 {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .content-register select {
    width: 100%;
  }

  .breadcrumbs ul > li:first-child {
    display: none;
  }

  .product-headline {
    display: none;
  }

  .welcome-message {
    display: none;
  }

  .recent-job {
    display: none;
  }

  .price-table-wrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .btn-show-pricetable {
    text-align: center;
    width: 100%;
  }

  .btn-hide-pricetable {
    text-align: center;
    width: 100%;
  }

  .product-share {
    *zoom: 1;
  }
  .product-share:before, .product-share:after {
    display: table;
    content: "";
  }
  .product-share:after {
    clear: both;
  }
  .product-share li {
    width: 50%;
    float: left;
  }

  .modal {
    zoom: 0.6;
  }

  .modal-large {
    zoom: 0.45;
  }

  select.chosen-select {
    display: block;
    width: 100%;
  }

  .swipe-right-info {
    display: block;
  }

  .product-headeline-bottom {
    display: block;
  }
  .product-headeline-bottom ul > li {
    display: block;
    width: 48%;
    margin-left: 4%;
    margin-right: 0;
    float: left !important;
  }
  .product-headeline-bottom ul > li:first-child {
    margin-left: 0;
  }

  .section-account {
    display: block;
  }
  .section-account > .span6,
.section-account > .span5 {
    display: block;
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .section-account > .span5 {
    margin-top: 40px;
  }

  .row-fluid > .span-sm-12,
.rf > .span-sm-12 {
    width: 100%;
    float: none;
    clear: both;
    margin: 20px auto 0 auto;
    margin-top: 20px;
  }
  .row-fluid > .span-sm-6,
.rf > .span-sm-6 {
    width: 48.9361702128%;
  }
  .row-fluid > .span-sm-6:nth-child(2n+1),
.rf > .span-sm-6:nth-child(2n+1) {
    margin-left: 0;
  }
  .row-fluid > .span-sm-4,
.rf > .span-sm-4 {
    width: 31.914893617%;
  }
  .row-fluid > .span-sm-4:nth-child(3n+1),
.rf > .span-sm-4:nth-child(3n+1) {
    margin-left: 0;
  }
  .row-fluid > .span-sm-none,
.rf > .span-sm-none {
    display: none;
  }
}
.navi {
  background: #368ee0;
}

.btn.btn-primary {
  background: #368ee0;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background: #368ee0;
  opacity: 0.9;
}

a:hover,
a:active,
a:focus {
  color: #368ee0;
}

.primary,
.link,
.btn-link {
  color: #368ee0;
}

.headline h1, .headline .h1 {
  color: #368ee0;
}

.label-unchecked {
  color: #368ee0;
}

.checked .label-checked {
  color: #368ee0;
}

.verify-msg-fail a {
  color: #368ee0;
}