@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 8, app/assets/stylesheets/theme/style.bundle.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #5867dd;
  --secondary: #e1e1ef;
  --success: #1dc9b7;
  --info: #5578eb;
  --warning: #ffb822;
  --danger: #fd397a;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1399px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 38, app/assets/stylesheets/theme/style.bundle.scss */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 44, app/assets/stylesheets/theme/style.bundle.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 50, app/assets/stylesheets/theme/style.bundle.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 53, app/assets/stylesheets/theme/style.bundle.scss */
body {
  margin: 0;
  font-family: Poppins, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 63, app/assets/stylesheets/theme/style.bundle.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 66, app/assets/stylesheets/theme/style.bundle.scss */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 72, app/assets/stylesheets/theme/style.bundle.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 76, app/assets/stylesheets/theme/style.bundle.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 80, app/assets/stylesheets/theme/style.bundle.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 90, app/assets/stylesheets/theme/style.bundle.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 95, app/assets/stylesheets/theme/style.bundle.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 101, app/assets/stylesheets/theme/style.bundle.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 107, app/assets/stylesheets/theme/style.bundle.scss */
dt {
  font-weight: 700;
}

/* line 110, app/assets/stylesheets/theme/style.bundle.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 114, app/assets/stylesheets/theme/style.bundle.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 117, app/assets/stylesheets/theme/style.bundle.scss */
b,
strong {
  font-weight: bolder;
}

/* line 121, app/assets/stylesheets/theme/style.bundle.scss */
small {
  font-size: 80%;
}

/* line 124, app/assets/stylesheets/theme/style.bundle.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 131, app/assets/stylesheets/theme/style.bundle.scss */
sub {
  bottom: -.25em;
}

/* line 134, app/assets/stylesheets/theme/style.bundle.scss */
sup {
  top: -.5em;
}

/* line 137, app/assets/stylesheets/theme/style.bundle.scss */
a {
  color: #5867dd;
  text-decoration: none;
  background-color: transparent;
}

/* line 141, app/assets/stylesheets/theme/style.bundle.scss */
a:hover {
  color: #2739c1;
  text-decoration: underline;
}

/* line 145, app/assets/stylesheets/theme/style.bundle.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 148, app/assets/stylesheets/theme/style.bundle.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 151, app/assets/stylesheets/theme/style.bundle.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 154, app/assets/stylesheets/theme/style.bundle.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 161, app/assets/stylesheets/theme/style.bundle.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 166, app/assets/stylesheets/theme/style.bundle.scss */
figure {
  margin: 0 0 1rem;
}

/* line 169, app/assets/stylesheets/theme/style.bundle.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 173, app/assets/stylesheets/theme/style.bundle.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 177, app/assets/stylesheets/theme/style.bundle.scss */
table {
  border-collapse: collapse;
}

/* line 180, app/assets/stylesheets/theme/style.bundle.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #74788d;
  text-align: left;
  caption-side: bottom;
}

/* line 187, app/assets/stylesheets/theme/style.bundle.scss */
th {
  text-align: inherit;
}

/* line 190, app/assets/stylesheets/theme/style.bundle.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 194, app/assets/stylesheets/theme/style.bundle.scss */
button {
  border-radius: 0;
}

/* line 197, app/assets/stylesheets/theme/style.bundle.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 201, app/assets/stylesheets/theme/style.bundle.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 211, app/assets/stylesheets/theme/style.bundle.scss */
button,
input {
  overflow: visible;
}

/* line 215, app/assets/stylesheets/theme/style.bundle.scss */
button,
select {
  text-transform: none;
}

/* line 219, app/assets/stylesheets/theme/style.bundle.scss */
select {
  word-wrap: normal;
}

/* line 222, app/assets/stylesheets/theme/style.bundle.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 228, app/assets/stylesheets/theme/style.bundle.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 234, app/assets/stylesheets/theme/style.bundle.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 241, app/assets/stylesheets/theme/style.bundle.scss */
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 247, app/assets/stylesheets/theme/style.bundle.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 253, app/assets/stylesheets/theme/style.bundle.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 257, app/assets/stylesheets/theme/style.bundle.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 263, app/assets/stylesheets/theme/style.bundle.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 274, app/assets/stylesheets/theme/style.bundle.scss */
progress {
  vertical-align: baseline;
}

/* line 277, app/assets/stylesheets/theme/style.bundle.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 281, app/assets/stylesheets/theme/style.bundle.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 285, app/assets/stylesheets/theme/style.bundle.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 288, app/assets/stylesheets/theme/style.bundle.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 292, app/assets/stylesheets/theme/style.bundle.scss */
output {
  display: inline-block;
}

/* line 295, app/assets/stylesheets/theme/style.bundle.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 299, app/assets/stylesheets/theme/style.bundle.scss */
template {
  display: none;
}

/* line 302, app/assets/stylesheets/theme/style.bundle.scss */
[hidden] {
  display: none !important;
}

/* line 305, app/assets/stylesheets/theme/style.bundle.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 311, app/assets/stylesheets/theme/style.bundle.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 314, app/assets/stylesheets/theme/style.bundle.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 317, app/assets/stylesheets/theme/style.bundle.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 320, app/assets/stylesheets/theme/style.bundle.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 323, app/assets/stylesheets/theme/style.bundle.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 326, app/assets/stylesheets/theme/style.bundle.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 329, app/assets/stylesheets/theme/style.bundle.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 333, app/assets/stylesheets/theme/style.bundle.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 338, app/assets/stylesheets/theme/style.bundle.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 343, app/assets/stylesheets/theme/style.bundle.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 348, app/assets/stylesheets/theme/style.bundle.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 353, app/assets/stylesheets/theme/style.bundle.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 359, app/assets/stylesheets/theme/style.bundle.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 364, app/assets/stylesheets/theme/style.bundle.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 369, app/assets/stylesheets/theme/style.bundle.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 373, app/assets/stylesheets/theme/style.bundle.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 377, app/assets/stylesheets/theme/style.bundle.scss */
.list-inline-item {
  display: inline-block;
}

/* line 379, app/assets/stylesheets/theme/style.bundle.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 382, app/assets/stylesheets/theme/style.bundle.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 386, app/assets/stylesheets/theme/style.bundle.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 390, app/assets/stylesheets/theme/style.bundle.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 394, app/assets/stylesheets/theme/style.bundle.scss */
.blockquote-footer::before {
  content: "\20140A0";
}

/* line 397, app/assets/stylesheets/theme/style.bundle.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 401, app/assets/stylesheets/theme/style.bundle.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 409, app/assets/stylesheets/theme/style.bundle.scss */
.figure {
  display: inline-block;
}

/* line 412, app/assets/stylesheets/theme/style.bundle.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 416, app/assets/stylesheets/theme/style.bundle.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 420, app/assets/stylesheets/theme/style.bundle.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 424, app/assets/stylesheets/theme/style.bundle.scss */
a > code {
  color: inherit;
}

/* line 427, app/assets/stylesheets/theme/style.bundle.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 433, app/assets/stylesheets/theme/style.bundle.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 438, app/assets/stylesheets/theme/style.bundle.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 442, app/assets/stylesheets/theme/style.bundle.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 447, app/assets/stylesheets/theme/style.bundle.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 451, app/assets/stylesheets/theme/style.bundle.scss */
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 458, app/assets/stylesheets/theme/style.bundle.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 461, app/assets/stylesheets/theme/style.bundle.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  /* line 464, app/assets/stylesheets/theme/style.bundle.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1399px) {
  /* line 467, app/assets/stylesheets/theme/style.bundle.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 470, app/assets/stylesheets/theme/style.bundle.scss */
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

/* line 477, app/assets/stylesheets/theme/style.bundle.scss */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

/* line 486, app/assets/stylesheets/theme/style.bundle.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 489, app/assets/stylesheets/theme/style.bundle.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 494, app/assets/stylesheets/theme/style.bundle.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

/* line 505, app/assets/stylesheets/theme/style.bundle.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* line 513, app/assets/stylesheets/theme/style.bundle.scss */
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 520, app/assets/stylesheets/theme/style.bundle.scss */
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 526, app/assets/stylesheets/theme/style.bundle.scss */
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 532, app/assets/stylesheets/theme/style.bundle.scss */
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 538, app/assets/stylesheets/theme/style.bundle.scss */
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 544, app/assets/stylesheets/theme/style.bundle.scss */
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 550, app/assets/stylesheets/theme/style.bundle.scss */
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 556, app/assets/stylesheets/theme/style.bundle.scss */
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 562, app/assets/stylesheets/theme/style.bundle.scss */
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 568, app/assets/stylesheets/theme/style.bundle.scss */
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 574, app/assets/stylesheets/theme/style.bundle.scss */
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 580, app/assets/stylesheets/theme/style.bundle.scss */
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 586, app/assets/stylesheets/theme/style.bundle.scss */
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 592, app/assets/stylesheets/theme/style.bundle.scss */
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

/* line 597, app/assets/stylesheets/theme/style.bundle.scss */
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

/* line 602, app/assets/stylesheets/theme/style.bundle.scss */
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

/* line 607, app/assets/stylesheets/theme/style.bundle.scss */
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* line 612, app/assets/stylesheets/theme/style.bundle.scss */
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

/* line 617, app/assets/stylesheets/theme/style.bundle.scss */
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

/* line 622, app/assets/stylesheets/theme/style.bundle.scss */
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

/* line 627, app/assets/stylesheets/theme/style.bundle.scss */
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

/* line 632, app/assets/stylesheets/theme/style.bundle.scss */
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

/* line 637, app/assets/stylesheets/theme/style.bundle.scss */
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

/* line 642, app/assets/stylesheets/theme/style.bundle.scss */
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

/* line 647, app/assets/stylesheets/theme/style.bundle.scss */
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

/* line 652, app/assets/stylesheets/theme/style.bundle.scss */
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

/* line 657, app/assets/stylesheets/theme/style.bundle.scss */
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

/* line 662, app/assets/stylesheets/theme/style.bundle.scss */
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

/* line 667, app/assets/stylesheets/theme/style.bundle.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 670, app/assets/stylesheets/theme/style.bundle.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 673, app/assets/stylesheets/theme/style.bundle.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 676, app/assets/stylesheets/theme/style.bundle.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 679, app/assets/stylesheets/theme/style.bundle.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 682, app/assets/stylesheets/theme/style.bundle.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 685, app/assets/stylesheets/theme/style.bundle.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 688, app/assets/stylesheets/theme/style.bundle.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 691, app/assets/stylesheets/theme/style.bundle.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 694, app/assets/stylesheets/theme/style.bundle.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 697, app/assets/stylesheets/theme/style.bundle.scss */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 701, app/assets/stylesheets/theme/style.bundle.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 708, app/assets/stylesheets/theme/style.bundle.scss */
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 714, app/assets/stylesheets/theme/style.bundle.scss */
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 719, app/assets/stylesheets/theme/style.bundle.scss */
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 724, app/assets/stylesheets/theme/style.bundle.scss */
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 729, app/assets/stylesheets/theme/style.bundle.scss */
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 734, app/assets/stylesheets/theme/style.bundle.scss */
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 739, app/assets/stylesheets/theme/style.bundle.scss */
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 744, app/assets/stylesheets/theme/style.bundle.scss */
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 749, app/assets/stylesheets/theme/style.bundle.scss */
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 754, app/assets/stylesheets/theme/style.bundle.scss */
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 759, app/assets/stylesheets/theme/style.bundle.scss */
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 764, app/assets/stylesheets/theme/style.bundle.scss */
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 769, app/assets/stylesheets/theme/style.bundle.scss */
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 774, app/assets/stylesheets/theme/style.bundle.scss */
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 778, app/assets/stylesheets/theme/style.bundle.scss */
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 782, app/assets/stylesheets/theme/style.bundle.scss */
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 786, app/assets/stylesheets/theme/style.bundle.scss */
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 790, app/assets/stylesheets/theme/style.bundle.scss */
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 794, app/assets/stylesheets/theme/style.bundle.scss */
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 798, app/assets/stylesheets/theme/style.bundle.scss */
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 802, app/assets/stylesheets/theme/style.bundle.scss */
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 806, app/assets/stylesheets/theme/style.bundle.scss */
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 810, app/assets/stylesheets/theme/style.bundle.scss */
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 814, app/assets/stylesheets/theme/style.bundle.scss */
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 818, app/assets/stylesheets/theme/style.bundle.scss */
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 822, app/assets/stylesheets/theme/style.bundle.scss */
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 826, app/assets/stylesheets/theme/style.bundle.scss */
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 830, app/assets/stylesheets/theme/style.bundle.scss */
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 834, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 836, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 838, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 840, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 842, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 844, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 846, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 848, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 850, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 852, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 854, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 856, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 860, app/assets/stylesheets/theme/style.bundle.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 867, app/assets/stylesheets/theme/style.bundle.scss */
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 873, app/assets/stylesheets/theme/style.bundle.scss */
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 878, app/assets/stylesheets/theme/style.bundle.scss */
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 883, app/assets/stylesheets/theme/style.bundle.scss */
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 888, app/assets/stylesheets/theme/style.bundle.scss */
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 893, app/assets/stylesheets/theme/style.bundle.scss */
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 898, app/assets/stylesheets/theme/style.bundle.scss */
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 903, app/assets/stylesheets/theme/style.bundle.scss */
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 908, app/assets/stylesheets/theme/style.bundle.scss */
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 913, app/assets/stylesheets/theme/style.bundle.scss */
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 918, app/assets/stylesheets/theme/style.bundle.scss */
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 923, app/assets/stylesheets/theme/style.bundle.scss */
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 928, app/assets/stylesheets/theme/style.bundle.scss */
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 933, app/assets/stylesheets/theme/style.bundle.scss */
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 937, app/assets/stylesheets/theme/style.bundle.scss */
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 941, app/assets/stylesheets/theme/style.bundle.scss */
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 945, app/assets/stylesheets/theme/style.bundle.scss */
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 949, app/assets/stylesheets/theme/style.bundle.scss */
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 953, app/assets/stylesheets/theme/style.bundle.scss */
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 957, app/assets/stylesheets/theme/style.bundle.scss */
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 961, app/assets/stylesheets/theme/style.bundle.scss */
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 965, app/assets/stylesheets/theme/style.bundle.scss */
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 969, app/assets/stylesheets/theme/style.bundle.scss */
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 973, app/assets/stylesheets/theme/style.bundle.scss */
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 977, app/assets/stylesheets/theme/style.bundle.scss */
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 981, app/assets/stylesheets/theme/style.bundle.scss */
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 985, app/assets/stylesheets/theme/style.bundle.scss */
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 989, app/assets/stylesheets/theme/style.bundle.scss */
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 993, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 995, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 997, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 999, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1001, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 1003, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 1005, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1007, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 1009, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 1011, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1013, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 1015, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1024px) {
  /* line 1019, app/assets/stylesheets/theme/style.bundle.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1026, app/assets/stylesheets/theme/style.bundle.scss */
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1032, app/assets/stylesheets/theme/style.bundle.scss */
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1037, app/assets/stylesheets/theme/style.bundle.scss */
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1042, app/assets/stylesheets/theme/style.bundle.scss */
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1047, app/assets/stylesheets/theme/style.bundle.scss */
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1052, app/assets/stylesheets/theme/style.bundle.scss */
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1057, app/assets/stylesheets/theme/style.bundle.scss */
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1062, app/assets/stylesheets/theme/style.bundle.scss */
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1067, app/assets/stylesheets/theme/style.bundle.scss */
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1072, app/assets/stylesheets/theme/style.bundle.scss */
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1077, app/assets/stylesheets/theme/style.bundle.scss */
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1082, app/assets/stylesheets/theme/style.bundle.scss */
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1087, app/assets/stylesheets/theme/style.bundle.scss */
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1092, app/assets/stylesheets/theme/style.bundle.scss */
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1096, app/assets/stylesheets/theme/style.bundle.scss */
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1100, app/assets/stylesheets/theme/style.bundle.scss */
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1104, app/assets/stylesheets/theme/style.bundle.scss */
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1108, app/assets/stylesheets/theme/style.bundle.scss */
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1112, app/assets/stylesheets/theme/style.bundle.scss */
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1116, app/assets/stylesheets/theme/style.bundle.scss */
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1120, app/assets/stylesheets/theme/style.bundle.scss */
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1124, app/assets/stylesheets/theme/style.bundle.scss */
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1128, app/assets/stylesheets/theme/style.bundle.scss */
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1132, app/assets/stylesheets/theme/style.bundle.scss */
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1136, app/assets/stylesheets/theme/style.bundle.scss */
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1140, app/assets/stylesheets/theme/style.bundle.scss */
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1144, app/assets/stylesheets/theme/style.bundle.scss */
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1148, app/assets/stylesheets/theme/style.bundle.scss */
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1152, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1154, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 1156, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 1158, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1160, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 1162, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 1164, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1166, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 1168, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 1170, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1172, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 1174, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1399px) {
  /* line 1178, app/assets/stylesheets/theme/style.bundle.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1185, app/assets/stylesheets/theme/style.bundle.scss */
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1191, app/assets/stylesheets/theme/style.bundle.scss */
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1196, app/assets/stylesheets/theme/style.bundle.scss */
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1201, app/assets/stylesheets/theme/style.bundle.scss */
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1206, app/assets/stylesheets/theme/style.bundle.scss */
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1211, app/assets/stylesheets/theme/style.bundle.scss */
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1216, app/assets/stylesheets/theme/style.bundle.scss */
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1221, app/assets/stylesheets/theme/style.bundle.scss */
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1226, app/assets/stylesheets/theme/style.bundle.scss */
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1231, app/assets/stylesheets/theme/style.bundle.scss */
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1236, app/assets/stylesheets/theme/style.bundle.scss */
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1241, app/assets/stylesheets/theme/style.bundle.scss */
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1246, app/assets/stylesheets/theme/style.bundle.scss */
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1251, app/assets/stylesheets/theme/style.bundle.scss */
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1255, app/assets/stylesheets/theme/style.bundle.scss */
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1259, app/assets/stylesheets/theme/style.bundle.scss */
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1263, app/assets/stylesheets/theme/style.bundle.scss */
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1267, app/assets/stylesheets/theme/style.bundle.scss */
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1271, app/assets/stylesheets/theme/style.bundle.scss */
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1275, app/assets/stylesheets/theme/style.bundle.scss */
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1279, app/assets/stylesheets/theme/style.bundle.scss */
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1283, app/assets/stylesheets/theme/style.bundle.scss */
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1287, app/assets/stylesheets/theme/style.bundle.scss */
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1291, app/assets/stylesheets/theme/style.bundle.scss */
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1295, app/assets/stylesheets/theme/style.bundle.scss */
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1299, app/assets/stylesheets/theme/style.bundle.scss */
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1303, app/assets/stylesheets/theme/style.bundle.scss */
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1307, app/assets/stylesheets/theme/style.bundle.scss */
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1311, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1313, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 1315, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 1317, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1319, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 1321, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 1323, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1325, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 1327, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 1329, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1331, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 1333, app/assets/stylesheets/theme/style.bundle.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 1336, app/assets/stylesheets/theme/style.bundle.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  background-color: transparent;
}

/* line 1341, app/assets/stylesheets/theme/style.bundle.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ebedf2;
}

/* line 1346, app/assets/stylesheets/theme/style.bundle.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ebedf2;
}

/* line 1349, app/assets/stylesheets/theme/style.bundle.scss */
.table tbody + tbody {
  border-top: 2px solid #ebedf2;
}

/* line 1352, app/assets/stylesheets/theme/style.bundle.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 1356, app/assets/stylesheets/theme/style.bundle.scss */
.table-bordered {
  border: 1px solid #ebedf2;
}

/* line 1358, app/assets/stylesheets/theme/style.bundle.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #ebedf2;
}

/* line 1361, app/assets/stylesheets/theme/style.bundle.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1365, app/assets/stylesheets/theme/style.bundle.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 1371, app/assets/stylesheets/theme/style.bundle.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f8fa;
}

/* line 1374, app/assets/stylesheets/theme/style.bundle.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: #fafbfc;
}

/* line 1378, app/assets/stylesheets/theme/style.bundle.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d0d4f5;
}

/* line 1383, app/assets/stylesheets/theme/style.bundle.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #a8b0ed;
}

/* line 1389, app/assets/stylesheets/theme/style.bundle.scss */
.table-hover .table-primary:hover {
  background-color: #bbc1f1;
}

/* line 1391, app/assets/stylesheets/theme/style.bundle.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #bbc1f1;
}

/* line 1395, app/assets/stylesheets/theme/style.bundle.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f7f7fb;
}

/* line 1400, app/assets/stylesheets/theme/style.bundle.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #efeff7;
}

/* line 1406, app/assets/stylesheets/theme/style.bundle.scss */
.table-hover .table-secondary:hover {
  background-color: #e6e6f3;
}

/* line 1408, app/assets/stylesheets/theme/style.bundle.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #e6e6f3;
}

/* line 1412, app/assets/stylesheets/theme/style.bundle.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c0f0eb;
}

/* line 1417, app/assets/stylesheets/theme/style.bundle.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #89e3da;
}

/* line 1423, app/assets/stylesheets/theme/style.bundle.scss */
.table-hover .table-success:hover {
  background-color: #abebe4;
}

/* line 1425, app/assets/stylesheets/theme/style.bundle.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #abebe4;
}

/* line 1429, app/assets/stylesheets/theme/style.bundle.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #cfd9f9;
}

/* line 1434, app/assets/stylesheets/theme/style.bundle.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #a7b9f5;
}

/* line 1440, app/assets/stylesheets/theme/style.bundle.scss */
.table-hover .table-info:hover {
  background-color: #b8c7f6;
}

/* line 1442, app/assets/stylesheets/theme/style.bundle.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b8c7f6;
}

/* line 1446, app/assets/stylesheets/theme/style.bundle.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffebc1;
}

/* line 1451, app/assets/stylesheets/theme/style.bundle.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffda8c;
}

/* line 1457, app/assets/stylesheets/theme/style.bundle.scss */
.table-hover .table-warning:hover {
  background-color: #ffe3a8;
}

/* line 1459, app/assets/stylesheets/theme/style.bundle.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe3a8;
}

/* line 1463, app/assets/stylesheets/theme/style.bundle.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fec8da;
}

/* line 1468, app/assets/stylesheets/theme/style.bundle.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fe98ba;
}

/* line 1474, app/assets/stylesheets/theme/style.bundle.scss */
.table-hover .table-danger:hover {
  background-color: #feafc9;
}

/* line 1476, app/assets/stylesheets/theme/style.bundle.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #feafc9;
}

/* line 1480, app/assets/stylesheets/theme/style.bundle.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 1485, app/assets/stylesheets/theme/style.bundle.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 1491, app/assets/stylesheets/theme/style.bundle.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 1493, app/assets/stylesheets/theme/style.bundle.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 1497, app/assets/stylesheets/theme/style.bundle.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 1502, app/assets/stylesheets/theme/style.bundle.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 1508, app/assets/stylesheets/theme/style.bundle.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 1510, app/assets/stylesheets/theme/style.bundle.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 1514, app/assets/stylesheets/theme/style.bundle.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #5867dd;
}

/* line 1519, app/assets/stylesheets/theme/style.bundle.scss */
.table-hover .table-active:hover {
  background-color: #4354d9;
}

/* line 1521, app/assets/stylesheets/theme/style.bundle.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #4354d9;
}

/* line 1525, app/assets/stylesheets/theme/style.bundle.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 1530, app/assets/stylesheets/theme/style.bundle.scss */
.table .thead-light th {
  color: #595d6e;
  background-color: #ebedf2;
  border-color: #ebedf2;
}

/* line 1535, app/assets/stylesheets/theme/style.bundle.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 1538, app/assets/stylesheets/theme/style.bundle.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 1542, app/assets/stylesheets/theme/style.bundle.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 1544, app/assets/stylesheets/theme/style.bundle.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1546, app/assets/stylesheets/theme/style.bundle.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 1551, app/assets/stylesheets/theme/style.bundle.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1556, app/assets/stylesheets/theme/style.bundle.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 1560, app/assets/stylesheets/theme/style.bundle.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1565, app/assets/stylesheets/theme/style.bundle.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1023.98px) {
  /* line 1569, app/assets/stylesheets/theme/style.bundle.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1574, app/assets/stylesheets/theme/style.bundle.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1398.98px) {
  /* line 1578, app/assets/stylesheets/theme/style.bundle.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1583, app/assets/stylesheets/theme/style.bundle.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 1586, app/assets/stylesheets/theme/style.bundle.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 1591, app/assets/stylesheets/theme/style.bundle.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 1594, app/assets/stylesheets/theme/style.bundle.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.3rem + 2px);
  padding: 0.65rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e2e5ec;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1612, app/assets/stylesheets/theme/style.bundle.scss */
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 1615, app/assets/stylesheets/theme/style.bundle.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 1618, app/assets/stylesheets/theme/style.bundle.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #9aabff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}

/* line 1625, app/assets/stylesheets/theme/style.bundle.scss */
.form-control::-webkit-input-placeholder {
  color: #74788d;
  opacity: 1;
}

/* line 1628, app/assets/stylesheets/theme/style.bundle.scss */
.form-control::-moz-placeholder {
  color: #74788d;
  opacity: 1;
}

/* line 1631, app/assets/stylesheets/theme/style.bundle.scss */
.form-control:-ms-input-placeholder {
  color: #74788d;
  opacity: 1;
}

/* line 1634, app/assets/stylesheets/theme/style.bundle.scss */
.form-control::-ms-input-placeholder {
  color: #74788d;
  opacity: 1;
}

/* line 1637, app/assets/stylesheets/theme/style.bundle.scss */
.form-control::placeholder {
  color: #74788d;
  opacity: 1;
}

/* line 1640, app/assets/stylesheets/theme/style.bundle.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #f7f8fa;
  opacity: 1;
}

/* line 1644, app/assets/stylesheets/theme/style.bundle.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 1648, app/assets/stylesheets/theme/style.bundle.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 1653, app/assets/stylesheets/theme/style.bundle.scss */
.col-form-label {
  padding-top: calc(0.65rem + 1px);
  padding-bottom: calc(0.65rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 1660, app/assets/stylesheets/theme/style.bundle.scss */
.col-form-label-lg {
  padding-top: calc(1.15rem + 1px);
  padding-bottom: calc(1.15rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 1666, app/assets/stylesheets/theme/style.bundle.scss */
.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 1672, app/assets/stylesheets/theme/style.bundle.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #595d6e;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 1683, app/assets/stylesheets/theme/style.bundle.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 1687, app/assets/stylesheets/theme/style.bundle.scss */
.form-control-sm {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 1694, app/assets/stylesheets/theme/style.bundle.scss */
.form-control-lg {
  height: calc(1.5em + 2.3rem + 2px);
  padding: 1.15rem 1.65rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 1701, app/assets/stylesheets/theme/style.bundle.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 1704, app/assets/stylesheets/theme/style.bundle.scss */
textarea.form-control {
  height: auto;
}

/* line 1707, app/assets/stylesheets/theme/style.bundle.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 1710, app/assets/stylesheets/theme/style.bundle.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 1714, app/assets/stylesheets/theme/style.bundle.scss */
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 1722, app/assets/stylesheets/theme/style.bundle.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1727, app/assets/stylesheets/theme/style.bundle.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 1732, app/assets/stylesheets/theme/style.bundle.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 1736, app/assets/stylesheets/theme/style.bundle.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #74788d;
}

/* line 1739, app/assets/stylesheets/theme/style.bundle.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 1742, app/assets/stylesheets/theme/style.bundle.scss */
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 1751, app/assets/stylesheets/theme/style.bundle.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 1757, app/assets/stylesheets/theme/style.bundle.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #1dc9b7;
}

/* line 1764, app/assets/stylesheets/theme/style.bundle.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.75rem 1rem;
  margin-top: .1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fff;
  background-color: #1dc9b7;
  border-radius: 3px;
}

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

/* line 1785, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #1dc9b7;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
}

/* line 1789, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 1794, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.3rem);
  background-position: top calc(0.375em + 0.325rem) right calc(0.375em + 0.325rem);
}

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

/* line 1802, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #1dc9b7;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
}

/* line 1806, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 1811, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 1816, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1dc9b7;
}

/* line 1819, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 1824, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #1dc9b7;
}

/* line 1826, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #1dc9b7;
}

/* line 1829, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 1834, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #37e2d0;
  background-color: #37e2d0;
}

/* line 1838, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
}

/* line 1842, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1dc9b7;
}

/* line 1845, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1dc9b7;
}

/* line 1848, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 1853, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #1dc9b7;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
}

/* line 1858, app/assets/stylesheets/theme/style.bundle.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #fd397a;
}

/* line 1865, app/assets/stylesheets/theme/style.bundle.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.75rem 1rem;
  margin-top: .1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fff;
  background-color: #fd397a;
  border-radius: 3px;
}

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

/* line 1886, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #fd397a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.25);
}

/* line 1890, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 1895, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.3rem);
  background-position: top calc(0.375em + 0.325rem) right calc(0.375em + 0.325rem);
}

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

/* line 1903, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #fd397a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.25);
}

/* line 1907, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 1912, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 1917, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #fd397a;
}

/* line 1920, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 1925, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #fd397a;
}

/* line 1927, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #fd397a;
}

/* line 1930, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 1935, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fe6b9c;
  background-color: #fe6b9c;
}

/* line 1939, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.25);
}

/* line 1943, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #fd397a;
}

/* line 1946, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #fd397a;
}

/* line 1949, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 1954, app/assets/stylesheets/theme/style.bundle.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #fd397a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.25);
}

/* line 1959, app/assets/stylesheets/theme/style.bundle.scss */
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1970, app/assets/stylesheets/theme/style.bundle.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 1973, app/assets/stylesheets/theme/style.bundle.scss */
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 1984, app/assets/stylesheets/theme/style.bundle.scss */
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 1999, app/assets/stylesheets/theme/style.bundle.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2003, app/assets/stylesheets/theme/style.bundle.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2005, app/assets/stylesheets/theme/style.bundle.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 2008, app/assets/stylesheets/theme/style.bundle.scss */
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 2020, app/assets/stylesheets/theme/style.bundle.scss */
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 2027, app/assets/stylesheets/theme/style.bundle.scss */
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 2034, app/assets/stylesheets/theme/style.bundle.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 2037, app/assets/stylesheets/theme/style.bundle.scss */
.btn {
  display: inline-block;
  font-weight: normal;
  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.65rem 1rem;
  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;
  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) {
  /* line 2058, app/assets/stylesheets/theme/style.bundle.scss */
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 2061, app/assets/stylesheets/theme/style.bundle.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 2064, app/assets/stylesheets/theme/style.bundle.scss */
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}

/* line 2068, app/assets/stylesheets/theme/style.bundle.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 2071, app/assets/stylesheets/theme/style.bundle.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2075, app/assets/stylesheets/theme/style.bundle.scss */
.btn-primary {
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}

/* line 2079, app/assets/stylesheets/theme/style.bundle.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #384ad7;
  border-color: #2e40d4;
}

/* line 2083, app/assets/stylesheets/theme/style.bundle.scss */
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
}

/* line 2086, app/assets/stylesheets/theme/style.bundle.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}

/* line 2090, app/assets/stylesheets/theme/style.bundle.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2e40d4;
  border-color: #293ccc;
}

/* line 2095, app/assets/stylesheets/theme/style.bundle.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
}

/* line 2100, app/assets/stylesheets/theme/style.bundle.scss */
.btn-secondary {
  color: #212529;
  background-color: #e1e1ef;
  border-color: #e1e1ef;
}

/* line 2104, app/assets/stylesheets/theme/style.bundle.scss */
.btn-secondary:hover {
  color: #212529;
  background-color: #c8c8e2;
  border-color: #c0c0dd;
}

/* line 2108, app/assets/stylesheets/theme/style.bundle.scss */
.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 197, 209, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(196, 197, 209, 0.5);
}

/* line 2111, app/assets/stylesheets/theme/style.bundle.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #e1e1ef;
  border-color: #e1e1ef;
}

/* line 2115, app/assets/stylesheets/theme/style.bundle.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #c0c0dd;
  border-color: #b7b7d9;
}

/* line 2120, app/assets/stylesheets/theme/style.bundle.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 197, 209, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(196, 197, 209, 0.5);
}

/* line 2125, app/assets/stylesheets/theme/style.bundle.scss */
.btn-success {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}

/* line 2129, app/assets/stylesheets/theme/style.bundle.scss */
.btn-success:hover {
  color: #fff;
  background-color: #18a899;
  border-color: #179c8e;
}

/* line 2133, app/assets/stylesheets/theme/style.bundle.scss */
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5);
}

/* line 2136, app/assets/stylesheets/theme/style.bundle.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}

/* line 2140, app/assets/stylesheets/theme/style.bundle.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #179c8e;
  border-color: #159184;
}

/* line 2145, app/assets/stylesheets/theme/style.bundle.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5);
}

/* line 2150, app/assets/stylesheets/theme/style.bundle.scss */
.btn-info {
  color: #fff;
  background-color: #5578eb;
  border-color: #5578eb;
}

/* line 2154, app/assets/stylesheets/theme/style.bundle.scss */
.btn-info:hover {
  color: #fff;
  background-color: #335de7;
  border-color: #2754e6;
}

/* line 2158, app/assets/stylesheets/theme/style.bundle.scss */
.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 140, 238, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(111, 140, 238, 0.5);
}

/* line 2161, app/assets/stylesheets/theme/style.bundle.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #5578eb;
  border-color: #5578eb;
}

/* line 2165, app/assets/stylesheets/theme/style.bundle.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2754e6;
  border-color: #1c4be4;
}

/* line 2170, app/assets/stylesheets/theme/style.bundle.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 140, 238, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(111, 140, 238, 0.5);
}

/* line 2175, app/assets/stylesheets/theme/style.bundle.scss */
.btn-warning {
  color: #212529;
  background-color: #ffb822;
  border-color: #ffb822;
}

/* line 2179, app/assets/stylesheets/theme/style.bundle.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #fbaa00;
  border-color: #eea200;
}

/* line 2183, app/assets/stylesheets/theme/style.bundle.scss */
.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5);
}

/* line 2186, app/assets/stylesheets/theme/style.bundle.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffb822;
  border-color: #ffb822;
}

/* line 2190, app/assets/stylesheets/theme/style.bundle.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #eea200;
  border-color: #e19900;
}

/* line 2195, app/assets/stylesheets/theme/style.bundle.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5);
}

/* line 2200, app/assets/stylesheets/theme/style.bundle.scss */
.btn-danger {
  color: #fff;
  background-color: #fd397a;
  border-color: #fd397a;
}

/* line 2204, app/assets/stylesheets/theme/style.bundle.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #fd1361;
  border-color: #fc0758;
}

/* line 2208, app/assets/stylesheets/theme/style.bundle.scss */
.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 87, 142, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(253, 87, 142, 0.5);
}

/* line 2211, app/assets/stylesheets/theme/style.bundle.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #fd397a;
  border-color: #fd397a;
}

/* line 2215, app/assets/stylesheets/theme/style.bundle.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #fc0758;
  border-color: #f40252;
}

/* line 2220, app/assets/stylesheets/theme/style.bundle.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 87, 142, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(253, 87, 142, 0.5);
}

/* line 2225, app/assets/stylesheets/theme/style.bundle.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2229, app/assets/stylesheets/theme/style.bundle.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 2233, app/assets/stylesheets/theme/style.bundle.scss */
.btn-light:focus, .btn-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);
}

/* line 2236, app/assets/stylesheets/theme/style.bundle.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2240, app/assets/stylesheets/theme/style.bundle.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 2245, app/assets/stylesheets/theme/style.bundle.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-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);
}

/* line 2250, app/assets/stylesheets/theme/style.bundle.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2254, app/assets/stylesheets/theme/style.bundle.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 2258, app/assets/stylesheets/theme/style.bundle.scss */
.btn-dark:focus, .btn-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);
}

/* line 2261, app/assets/stylesheets/theme/style.bundle.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2265, app/assets/stylesheets/theme/style.bundle.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 2270, app/assets/stylesheets/theme/style.bundle.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-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);
}

/* line 2275, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-primary {
  color: #5867dd;
  border-color: #5867dd;
}

/* line 2278, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}

/* line 2282, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
}

/* line 2285, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #5867dd;
  background-color: transparent;
}

/* line 2288, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}

/* line 2293, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
}

/* line 2298, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-secondary {
  color: #e1e1ef;
  border-color: #e1e1ef;
}

/* line 2301, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #e1e1ef;
  border-color: #e1e1ef;
}

/* line 2305, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 225, 239, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 225, 239, 0.5);
}

/* line 2308, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #e1e1ef;
  background-color: transparent;
}

/* line 2311, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e1e1ef;
  border-color: #e1e1ef;
}

/* line 2316, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 225, 239, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 225, 239, 0.5);
}

/* line 2321, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-success {
  color: #1dc9b7;
  border-color: #1dc9b7;
}

/* line 2324, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}

/* line 2328, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
}

/* line 2331, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #1dc9b7;
  background-color: transparent;
}

/* line 2334, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled),
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}

/* line 2339, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
}

/* line 2344, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-info {
  color: #5578eb;
  border-color: #5578eb;
}

/* line 2347, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #5578eb;
  border-color: #5578eb;
}

/* line 2351, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5);
}

/* line 2354, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5578eb;
  background-color: transparent;
}

/* line 2357, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5578eb;
  border-color: #5578eb;
}

/* line 2362, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5);
}

/* line 2367, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-warning {
  color: #ffb822;
  border-color: #ffb822;
}

/* line 2370, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffb822;
  border-color: #ffb822;
}

/* line 2374, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
}

/* line 2377, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffb822;
  background-color: transparent;
}

/* line 2380, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffb822;
  border-color: #ffb822;
}

/* line 2385, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
}

/* line 2390, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-danger {
  color: #fd397a;
  border-color: #fd397a;
}

/* line 2393, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #fd397a;
  border-color: #fd397a;
}

/* line 2397, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5);
}

/* line 2400, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #fd397a;
  background-color: transparent;
}

/* line 2403, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled),
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #fd397a;
  border-color: #fd397a;
}

/* line 2408, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5);
}

/* line 2413, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2416, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2420, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-light:focus, .btn-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);
}

/* line 2423, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 2426, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2431, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-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);
}

/* line 2436, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 2439, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2443, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-dark:focus, .btn-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);
}

/* line 2446, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 2449, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2454, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-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);
}

/* line 2459, app/assets/stylesheets/theme/style.bundle.scss */
.btn-link {
  font-weight: 400;
  color: #5867dd;
  text-decoration: none;
}

/* line 2463, app/assets/stylesheets/theme/style.bundle.scss */
.btn-link:hover {
  color: #2739c1;
  text-decoration: underline;
}

/* line 2466, app/assets/stylesheets/theme/style.bundle.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2470, app/assets/stylesheets/theme/style.bundle.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 2474, app/assets/stylesheets/theme/style.bundle.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 1.15rem 1.65rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 2480, app/assets/stylesheets/theme/style.bundle.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 2486, app/assets/stylesheets/theme/style.bundle.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 2489, app/assets/stylesheets/theme/style.bundle.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 2492, app/assets/stylesheets/theme/style.bundle.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 2497, app/assets/stylesheets/theme/style.bundle.scss */
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2501, app/assets/stylesheets/theme/style.bundle.scss */
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 2504, app/assets/stylesheets/theme/style.bundle.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 2507, app/assets/stylesheets/theme/style.bundle.scss */
.collapse:not(.show) {
  display: none;
}

/* line 2510, app/assets/stylesheets/theme/style.bundle.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2517, app/assets/stylesheets/theme/style.bundle.scss */
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 2521, app/assets/stylesheets/theme/style.bundle.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 2527, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 2529, app/assets/stylesheets/theme/style.bundle.scss */
.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;
}

/* line 2538, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2541, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 95;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 2560, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 2564, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 2569, app/assets/stylesheets/theme/style.bundle.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 2572, app/assets/stylesheets/theme/style.bundle.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 2577, app/assets/stylesheets/theme/style.bundle.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 2580, app/assets/stylesheets/theme/style.bundle.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1024px) {
  /* line 2585, app/assets/stylesheets/theme/style.bundle.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 2588, app/assets/stylesheets/theme/style.bundle.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1399px) {
  /* line 2593, app/assets/stylesheets/theme/style.bundle.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 2596, app/assets/stylesheets/theme/style.bundle.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 2600, app/assets/stylesheets/theme/style.bundle.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 2606, app/assets/stylesheets/theme/style.bundle.scss */
.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;
}

/* line 2616, app/assets/stylesheets/theme/style.bundle.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2619, app/assets/stylesheets/theme/style.bundle.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 2626, app/assets/stylesheets/theme/style.bundle.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 2636, app/assets/stylesheets/theme/style.bundle.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2639, app/assets/stylesheets/theme/style.bundle.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 2642, app/assets/stylesheets/theme/style.bundle.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 2649, app/assets/stylesheets/theme/style.bundle.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 2655, app/assets/stylesheets/theme/style.bundle.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 2658, app/assets/stylesheets/theme/style.bundle.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 2667, app/assets/stylesheets/theme/style.bundle.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2670, app/assets/stylesheets/theme/style.bundle.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 2673, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 2677, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 2683, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #74788d;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 2694, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #595d6e;
  text-decoration: none;
  background-color: #f7f8fa;
}

/* line 2698, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #5d78ff;
}

/* line 2702, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #a2a5b9;
  pointer-events: none;
  background-color: transparent;
}

/* line 2707, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu.show {
  display: block;
}

/* line 2710, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #74788d;
  white-space: nowrap;
}

/* line 2718, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #74788d;
}

/* line 2723, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 2730, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 2736, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 2739, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 2745, app/assets/stylesheets/theme/style.bundle.scss */
.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;
}

/* line 2754, app/assets/stylesheets/theme/style.bundle.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 2757, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 2761, app/assets/stylesheets/theme/style.bundle.scss */
.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;
}

/* line 2766, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2771, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 2774, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 2778, app/assets/stylesheets/theme/style.bundle.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 2781, app/assets/stylesheets/theme/style.bundle.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 2785, app/assets/stylesheets/theme/style.bundle.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.2375rem;
  padding-left: 1.2375rem;
}

/* line 2789, app/assets/stylesheets/theme/style.bundle.scss */
.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;
}

/* line 2800, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 2803, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 2806, app/assets/stylesheets/theme/style.bundle.scss */
.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;
}

/* line 2810, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 2815, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 2818, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 2826, app/assets/stylesheets/theme/style.bundle.scss */
.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%;
}

/* line 2837, app/assets/stylesheets/theme/style.bundle.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 2847, app/assets/stylesheets/theme/style.bundle.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 2860, app/assets/stylesheets/theme/style.bundle.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 2864, app/assets/stylesheets/theme/style.bundle.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 2866, app/assets/stylesheets/theme/style.bundle.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2870, app/assets/stylesheets/theme/style.bundle.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2874, app/assets/stylesheets/theme/style.bundle.scss */
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 2881, app/assets/stylesheets/theme/style.bundle.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2885, app/assets/stylesheets/theme/style.bundle.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2889, app/assets/stylesheets/theme/style.bundle.scss */
.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 2894, app/assets/stylesheets/theme/style.bundle.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 2898, app/assets/stylesheets/theme/style.bundle.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 2901, app/assets/stylesheets/theme/style.bundle.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 2911, app/assets/stylesheets/theme/style.bundle.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 2914, app/assets/stylesheets/theme/style.bundle.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 2917, app/assets/stylesheets/theme/style.bundle.scss */
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.65rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #74788d;
  text-align: center;
  white-space: nowrap;
  background-color: #f7f8fa;
  border: 1px solid #e2e5ec;
  border-radius: 4px;
}

/* line 2935, app/assets/stylesheets/theme/style.bundle.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 2939, app/assets/stylesheets/theme/style.bundle.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 2.3rem + 2px);
}

/* line 2943, app/assets/stylesheets/theme/style.bundle.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 1.15rem 1.65rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 2954, app/assets/stylesheets/theme/style.bundle.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 2958, app/assets/stylesheets/theme/style.bundle.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 2969, app/assets/stylesheets/theme/style.bundle.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem;
}

/* line 2973, app/assets/stylesheets/theme/style.bundle.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2982, app/assets/stylesheets/theme/style.bundle.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2991, app/assets/stylesheets/theme/style.bundle.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 2997, app/assets/stylesheets/theme/style.bundle.scss */
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

/* line 3003, app/assets/stylesheets/theme/style.bundle.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 3007, app/assets/stylesheets/theme/style.bundle.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #5867dd;
  background-color: #5867dd;
}

/* line 3011, app/assets/stylesheets/theme/style.bundle.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}

/* line 3014, app/assets/stylesheets/theme/style.bundle.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #9aabff;
}

/* line 3016, app/assets/stylesheets/theme/style.bundle.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #eceefb;
  border-color: #eceefb;
}

/* line 3020, app/assets/stylesheets/theme/style.bundle.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 3022, app/assets/stylesheets/theme/style.bundle.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f7f8fa;
}

/* line 3025, app/assets/stylesheets/theme/style.bundle.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 3029, app/assets/stylesheets/theme/style.bundle.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

/* line 3040, app/assets/stylesheets/theme/style.bundle.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 3050, app/assets/stylesheets/theme/style.bundle.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

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

/* line 3056, app/assets/stylesheets/theme/style.bundle.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #5867dd;
  background-color: #5867dd;
}

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

/* line 3063, app/assets/stylesheets/theme/style.bundle.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(88, 103, 221, 0.5);
}

/* line 3066, app/assets/stylesheets/theme/style.bundle.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(88, 103, 221, 0.5);
}

/* line 3069, app/assets/stylesheets/theme/style.bundle.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

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

/* line 3075, app/assets/stylesheets/theme/style.bundle.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(88, 103, 221, 0.5);
}

/* line 3078, app/assets/stylesheets/theme/style.bundle.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 3080, app/assets/stylesheets/theme/style.bundle.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 3085, app/assets/stylesheets/theme/style.bundle.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3097, app/assets/stylesheets/theme/style.bundle.scss */
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 3100, app/assets/stylesheets/theme/style.bundle.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

/* line 3104, app/assets/stylesheets/theme/style.bundle.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(88, 103, 221, 0.5);
}

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

/* line 3124, app/assets/stylesheets/theme/style.bundle.scss */
.custom-select:focus {
  border-color: #9aabff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}

/* line 3129, app/assets/stylesheets/theme/style.bundle.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 3132, app/assets/stylesheets/theme/style.bundle.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}

/* line 3136, app/assets/stylesheets/theme/style.bundle.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 3139, app/assets/stylesheets/theme/style.bundle.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 3142, app/assets/stylesheets/theme/style.bundle.scss */
.custom-select-sm {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.875rem;
}

/* line 3149, app/assets/stylesheets/theme/style.bundle.scss */
.custom-select-lg {
  height: calc(1.5em + 2.3rem + 2px);
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  padding-left: 1.65rem;
  font-size: 1.25rem;
}

/* line 3156, app/assets/stylesheets/theme/style.bundle.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.3rem + 2px);
  margin-bottom: 0;
}

/* line 3163, app/assets/stylesheets/theme/style.bundle.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.3rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 3170, app/assets/stylesheets/theme/style.bundle.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #9aabff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}

/* line 3174, app/assets/stylesheets/theme/style.bundle.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #f7f8fa;
}

/* line 3176, app/assets/stylesheets/theme/style.bundle.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 3178, app/assets/stylesheets/theme/style.bundle.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 3181, app/assets/stylesheets/theme/style.bundle.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.3rem + 2px);
  padding: 0.65rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e2e5ec;
  border-radius: 4px;
}

/* line 3195, app/assets/stylesheets/theme/style.bundle.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.3rem);
  padding: 0.65rem 1rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #f7f8fa;
  border-left: inherit;
  border-radius: 0 4px 4px 0;
}

/* line 3211, app/assets/stylesheets/theme/style.bundle.scss */
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3219, app/assets/stylesheets/theme/style.bundle.scss */
.custom-range:focus {
  outline: none;
}

/* line 3221, app/assets/stylesheets/theme/style.bundle.scss */
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}

/* line 3224, app/assets/stylesheets/theme/style.bundle.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}

/* line 3226, app/assets/stylesheets/theme/style.bundle.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}

/* line 3228, app/assets/stylesheets/theme/style.bundle.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 3230, app/assets/stylesheets/theme/style.bundle.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #5867dd;
  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) {
  /* line 3244, app/assets/stylesheets/theme/style.bundle.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 3247, app/assets/stylesheets/theme/style.bundle.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #eceefb;
}

/* line 3249, app/assets/stylesheets/theme/style.bundle.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3257, app/assets/stylesheets/theme/style.bundle.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #5867dd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3270, app/assets/stylesheets/theme/style.bundle.scss */
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 3273, app/assets/stylesheets/theme/style.bundle.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #eceefb;
}

/* line 3275, app/assets/stylesheets/theme/style.bundle.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3283, app/assets/stylesheets/theme/style.bundle.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #5867dd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3298, app/assets/stylesheets/theme/style.bundle.scss */
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 3301, app/assets/stylesheets/theme/style.bundle.scss */
.custom-range::-ms-thumb:active {
  background-color: #eceefb;
}

/* line 3303, app/assets/stylesheets/theme/style.bundle.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 3311, app/assets/stylesheets/theme/style.bundle.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 3314, app/assets/stylesheets/theme/style.bundle.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 3318, app/assets/stylesheets/theme/style.bundle.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 3320, app/assets/stylesheets/theme/style.bundle.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 3322, app/assets/stylesheets/theme/style.bundle.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 3324, app/assets/stylesheets/theme/style.bundle.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 3326, app/assets/stylesheets/theme/style.bundle.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 3329, app/assets/stylesheets/theme/style.bundle.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3337, app/assets/stylesheets/theme/style.bundle.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 3343, app/assets/stylesheets/theme/style.bundle.scss */
.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;
}

/* line 3353, app/assets/stylesheets/theme/style.bundle.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 3356, app/assets/stylesheets/theme/style.bundle.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 3358, app/assets/stylesheets/theme/style.bundle.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 3363, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 3365, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 3367, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 3371, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 3373, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 3377, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 3382, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3387, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 3390, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5867dd;
}

/* line 3395, app/assets/stylesheets/theme/style.bundle.scss */
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

/* line 3401, app/assets/stylesheets/theme/style.bundle.scss */
.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;
}

/* line 3409, app/assets/stylesheets/theme/style.bundle.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 3412, app/assets/stylesheets/theme/style.bundle.scss */
.tab-content > .active {
  display: block;
}

/* line 3415, app/assets/stylesheets/theme/style.bundle.scss */
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 3429, app/assets/stylesheets/theme/style.bundle.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 3443, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 3451, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 3454, app/assets/stylesheets/theme/style.bundle.scss */
.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;
}

/* line 3465, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 3468, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 3472, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 3477, app/assets/stylesheets/theme/style.bundle.scss */
.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;
}

/* line 3487, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 3494, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 3497, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 3507, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 3513, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 3521, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 3526, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3528, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 3531, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 3535, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 3541, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 3545, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 3551, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 3559, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 3564, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3566, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 3569, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 3573, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 3579, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  /* line 3583, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  /* line 3589, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 3597, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 3602, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3604, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 3607, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 3611, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 3617, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1398.98px) {
  /* line 3621, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1399px) {
  /* line 3627, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 3635, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 3640, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3642, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 3645, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 3649, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 3655, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 3658, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 3666, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 3670, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 3675, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 3677, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 3680, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 3684, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* line 3690, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 3693, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3695, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3698, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 3700, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 3702, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 3705, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3711, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 3715, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 3718, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 3720, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3722, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3725, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 3727, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 3730, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 3732, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 3734, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 3737, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 3743, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 3747, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 3750, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 3752, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 3754, app/assets/stylesheets/theme/style.bundle.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 3757, app/assets/stylesheets/theme/style.bundle.scss */
.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 #ebedf2;
  border-radius: 0.25rem;
}

/* line 3772, app/assets/stylesheets/theme/style.bundle.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 3775, app/assets/stylesheets/theme/style.bundle.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 3778, app/assets/stylesheets/theme/style.bundle.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 3782, app/assets/stylesheets/theme/style.bundle.scss */
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 3788, app/assets/stylesheets/theme/style.bundle.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 3791, app/assets/stylesheets/theme/style.bundle.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 3795, app/assets/stylesheets/theme/style.bundle.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 3798, app/assets/stylesheets/theme/style.bundle.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 3801, app/assets/stylesheets/theme/style.bundle.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 3804, app/assets/stylesheets/theme/style.bundle.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f8fa;
  border-bottom: 1px solid #ebedf2;
}

/* line 3809, app/assets/stylesheets/theme/style.bundle.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 3811, app/assets/stylesheets/theme/style.bundle.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 3814, app/assets/stylesheets/theme/style.bundle.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f8fa;
  border-top: 1px solid #ebedf2;
}

/* line 3818, app/assets/stylesheets/theme/style.bundle.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 3821, app/assets/stylesheets/theme/style.bundle.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 3827, app/assets/stylesheets/theme/style.bundle.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 3831, app/assets/stylesheets/theme/style.bundle.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 3839, app/assets/stylesheets/theme/style.bundle.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 3843, app/assets/stylesheets/theme/style.bundle.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 3848, app/assets/stylesheets/theme/style.bundle.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 3853, app/assets/stylesheets/theme/style.bundle.scss */
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 3861, app/assets/stylesheets/theme/style.bundle.scss */
.card-deck .card {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  /* line 3864, app/assets/stylesheets/theme/style.bundle.scss */
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  /* line 3871, app/assets/stylesheets/theme/style.bundle.scss */
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

/* line 3886, app/assets/stylesheets/theme/style.bundle.scss */
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 3894, app/assets/stylesheets/theme/style.bundle.scss */
.card-group > .card {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  /* line 3897, app/assets/stylesheets/theme/style.bundle.scss */
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 3902, app/assets/stylesheets/theme/style.bundle.scss */
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 3907, app/assets/stylesheets/theme/style.bundle.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 3910, app/assets/stylesheets/theme/style.bundle.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 3913, app/assets/stylesheets/theme/style.bundle.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 3916, app/assets/stylesheets/theme/style.bundle.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 3919, app/assets/stylesheets/theme/style.bundle.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 3922, app/assets/stylesheets/theme/style.bundle.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 3925, app/assets/stylesheets/theme/style.bundle.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 3929, app/assets/stylesheets/theme/style.bundle.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 3933, app/assets/stylesheets/theme/style.bundle.scss */
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 3942, app/assets/stylesheets/theme/style.bundle.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 3946, app/assets/stylesheets/theme/style.bundle.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 3948, app/assets/stylesheets/theme/style.bundle.scss */
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 3950, app/assets/stylesheets/theme/style.bundle.scss */
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 3953, app/assets/stylesheets/theme/style.bundle.scss */
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3957, app/assets/stylesheets/theme/style.bundle.scss */
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3960, app/assets/stylesheets/theme/style.bundle.scss */
.accordion > .card .card-header {
  margin-bottom: -1px;
}

/* line 3963, app/assets/stylesheets/theme/style.bundle.scss */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 3975, app/assets/stylesheets/theme/style.bundle.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 3977, app/assets/stylesheets/theme/style.bundle.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 3983, app/assets/stylesheets/theme/style.bundle.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 3986, app/assets/stylesheets/theme/style.bundle.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 3989, app/assets/stylesheets/theme/style.bundle.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 3992, app/assets/stylesheets/theme/style.bundle.scss */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 4000, app/assets/stylesheets/theme/style.bundle.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #5d78ff;
  background-color: #fff;
  border: 1px solid #ebedf2;
}

/* line 4009, app/assets/stylesheets/theme/style.bundle.scss */
.page-link:hover {
  z-index: 2;
  color: #2739c1;
  text-decoration: none;
  background-color: #ebedf2;
  border-color: #ebedf2;
}

/* line 4015, app/assets/stylesheets/theme/style.bundle.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}

/* line 4021, app/assets/stylesheets/theme/style.bundle.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4026, app/assets/stylesheets/theme/style.bundle.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 4030, app/assets/stylesheets/theme/style.bundle.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}

/* line 4036, app/assets/stylesheets/theme/style.bundle.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #ebedf2;
}

/* line 4043, app/assets/stylesheets/theme/style.bundle.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 4048, app/assets/stylesheets/theme/style.bundle.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 4052, app/assets/stylesheets/theme/style.bundle.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4056, app/assets/stylesheets/theme/style.bundle.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 4061, app/assets/stylesheets/theme/style.bundle.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 4065, app/assets/stylesheets/theme/style.bundle.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 4069, app/assets/stylesheets/theme/style.bundle.scss */
.badge {
  display: inline-block;
  padding: 0.5em 0.75em;
  font-size: 85%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  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;
  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) {
  /* line 4084, app/assets/stylesheets/theme/style.bundle.scss */
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 4087, app/assets/stylesheets/theme/style.bundle.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 4089, app/assets/stylesheets/theme/style.bundle.scss */
.badge:empty {
  display: none;
}

/* line 4092, app/assets/stylesheets/theme/style.bundle.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4096, app/assets/stylesheets/theme/style.bundle.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 4101, app/assets/stylesheets/theme/style.bundle.scss */
.badge-primary {
  color: #fff;
  background-color: #5867dd;
}

/* line 4104, app/assets/stylesheets/theme/style.bundle.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #2e40d4;
}

/* line 4107, app/assets/stylesheets/theme/style.bundle.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
}

/* line 4112, app/assets/stylesheets/theme/style.bundle.scss */
.badge-secondary {
  color: #212529;
  background-color: #e1e1ef;
}

/* line 4115, app/assets/stylesheets/theme/style.bundle.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #c0c0dd;
}

/* line 4118, app/assets/stylesheets/theme/style.bundle.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 225, 239, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 225, 239, 0.5);
}

/* line 4123, app/assets/stylesheets/theme/style.bundle.scss */
.badge-success {
  color: #fff;
  background-color: #1dc9b7;
}

/* line 4126, app/assets/stylesheets/theme/style.bundle.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #179c8e;
}

/* line 4129, app/assets/stylesheets/theme/style.bundle.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
}

/* line 4134, app/assets/stylesheets/theme/style.bundle.scss */
.badge-info {
  color: #fff;
  background-color: #5578eb;
}

/* line 4137, app/assets/stylesheets/theme/style.bundle.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #2754e6;
}

/* line 4140, app/assets/stylesheets/theme/style.bundle.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5);
}

/* line 4145, app/assets/stylesheets/theme/style.bundle.scss */
.badge-warning {
  color: #212529;
  background-color: #ffb822;
}

/* line 4148, app/assets/stylesheets/theme/style.bundle.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #eea200;
}

/* line 4151, app/assets/stylesheets/theme/style.bundle.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
}

/* line 4156, app/assets/stylesheets/theme/style.bundle.scss */
.badge-danger {
  color: #fff;
  background-color: #fd397a;
}

/* line 4159, app/assets/stylesheets/theme/style.bundle.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #fc0758;
}

/* line 4162, app/assets/stylesheets/theme/style.bundle.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5);
}

/* line 4167, app/assets/stylesheets/theme/style.bundle.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 4170, app/assets/stylesheets/theme/style.bundle.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 4173, app/assets/stylesheets/theme/style.bundle.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -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);
}

/* line 4178, app/assets/stylesheets/theme/style.bundle.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 4181, app/assets/stylesheets/theme/style.bundle.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

/* line 4184, app/assets/stylesheets/theme/style.bundle.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -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);
}

/* line 4189, app/assets/stylesheets/theme/style.bundle.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 4195, app/assets/stylesheets/theme/style.bundle.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 4198, app/assets/stylesheets/theme/style.bundle.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 4203, app/assets/stylesheets/theme/style.bundle.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 4210, app/assets/stylesheets/theme/style.bundle.scss */
.alert-heading {
  color: inherit;
}

/* line 4213, app/assets/stylesheets/theme/style.bundle.scss */
.alert-link {
  font-weight: 700;
}

/* line 4216, app/assets/stylesheets/theme/style.bundle.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 4218, app/assets/stylesheets/theme/style.bundle.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 4225, app/assets/stylesheets/theme/style.bundle.scss */
.alert-primary {
  color: #2e3673;
  background-color: #dee1f8;
  border-color: #d0d4f5;
}

/* line 4229, app/assets/stylesheets/theme/style.bundle.scss */
.alert-primary hr {
  border-top-color: #bbc1f1;
}

/* line 4231, app/assets/stylesheets/theme/style.bundle.scss */
.alert-primary .alert-link {
  color: #1f254f;
}

/* line 4234, app/assets/stylesheets/theme/style.bundle.scss */
.alert-secondary {
  color: #75757c;
  background-color: #f9f9fc;
  border-color: #f7f7fb;
}

/* line 4238, app/assets/stylesheets/theme/style.bundle.scss */
.alert-secondary hr {
  border-top-color: #e6e6f3;
}

/* line 4240, app/assets/stylesheets/theme/style.bundle.scss */
.alert-secondary .alert-link {
  color: #5c5c62;
}

/* line 4243, app/assets/stylesheets/theme/style.bundle.scss */
.alert-success {
  color: #0f695f;
  background-color: #d2f4f1;
  border-color: #c0f0eb;
}

/* line 4247, app/assets/stylesheets/theme/style.bundle.scss */
.alert-success hr {
  border-top-color: #abebe4;
}

/* line 4249, app/assets/stylesheets/theme/style.bundle.scss */
.alert-success .alert-link {
  color: #093c37;
}

/* line 4252, app/assets/stylesheets/theme/style.bundle.scss */
.alert-info {
  color: #2c3e7a;
  background-color: #dde4fb;
  border-color: #cfd9f9;
}

/* line 4256, app/assets/stylesheets/theme/style.bundle.scss */
.alert-info hr {
  border-top-color: #b8c7f6;
}

/* line 4258, app/assets/stylesheets/theme/style.bundle.scss */
.alert-info .alert-link {
  color: #1e2b55;
}

/* line 4261, app/assets/stylesheets/theme/style.bundle.scss */
.alert-warning {
  color: #856012;
  background-color: #fff1d3;
  border-color: #ffebc1;
}

/* line 4265, app/assets/stylesheets/theme/style.bundle.scss */
.alert-warning hr {
  border-top-color: #ffe3a8;
}

/* line 4267, app/assets/stylesheets/theme/style.bundle.scss */
.alert-warning .alert-link {
  color: #58400c;
}

/* line 4270, app/assets/stylesheets/theme/style.bundle.scss */
.alert-danger {
  color: #841e3f;
  background-color: #ffd7e4;
  border-color: #fec8da;
}

/* line 4274, app/assets/stylesheets/theme/style.bundle.scss */
.alert-danger hr {
  border-top-color: #feafc9;
}

/* line 4276, app/assets/stylesheets/theme/style.bundle.scss */
.alert-danger .alert-link {
  color: #5a152b;
}

/* line 4279, app/assets/stylesheets/theme/style.bundle.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 4283, app/assets/stylesheets/theme/style.bundle.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 4285, app/assets/stylesheets/theme/style.bundle.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 4288, app/assets/stylesheets/theme/style.bundle.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 4292, app/assets/stylesheets/theme/style.bundle.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 4294, app/assets/stylesheets/theme/style.bundle.scss */
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 4309, app/assets/stylesheets/theme/style.bundle.scss */
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: kt-get-color();
  border-radius: 0.25rem;
}

/* line 4319, app/assets/stylesheets/theme/style.bundle.scss */
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #5867dd;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4337, app/assets/stylesheets/theme/style.bundle.scss */
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 4341, app/assets/stylesheets/theme/style.bundle.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 4345, app/assets/stylesheets/theme/style.bundle.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4349, app/assets/stylesheets/theme/style.bundle.scss */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

/* line 4353, app/assets/stylesheets/theme/style.bundle.scss */
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 4361, app/assets/stylesheets/theme/style.bundle.scss */
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 4366, app/assets/stylesheets/theme/style.bundle.scss */
.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;
}

/* line 4377, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 4381, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #ebedf2;
}

/* line 4386, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 4390, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ebedf2;
}

/* line 4397, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4400, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4404, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 4408, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}

/* line 4414, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 4419, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

/* line 4422, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 4426, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  /* line 4433, app/assets/stylesheets/theme/style.bundle.scss */
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4438, app/assets/stylesheets/theme/style.bundle.scss */
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 4441, app/assets/stylesheets/theme/style.bundle.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 4445, app/assets/stylesheets/theme/style.bundle.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  /* line 4452, app/assets/stylesheets/theme/style.bundle.scss */
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4457, app/assets/stylesheets/theme/style.bundle.scss */
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 4460, app/assets/stylesheets/theme/style.bundle.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 4464, app/assets/stylesheets/theme/style.bundle.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1024px) {
  /* line 4471, app/assets/stylesheets/theme/style.bundle.scss */
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4476, app/assets/stylesheets/theme/style.bundle.scss */
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 4479, app/assets/stylesheets/theme/style.bundle.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 4483, app/assets/stylesheets/theme/style.bundle.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1399px) {
  /* line 4490, app/assets/stylesheets/theme/style.bundle.scss */
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4495, app/assets/stylesheets/theme/style.bundle.scss */
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 4498, app/assets/stylesheets/theme/style.bundle.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 4502, app/assets/stylesheets/theme/style.bundle.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

/* line 4508, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 4512, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

/* line 4515, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 4518, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 4522, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-primary {
  color: #2e3673;
  background-color: #d0d4f5;
}

/* line 4525, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #2e3673;
  background-color: #bbc1f1;
}

/* line 4528, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #2e3673;
  border-color: #2e3673;
}

/* line 4533, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-secondary {
  color: #75757c;
  background-color: #f7f7fb;
}

/* line 4536, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #75757c;
  background-color: #e6e6f3;
}

/* line 4539, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #75757c;
  border-color: #75757c;
}

/* line 4544, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-success {
  color: #0f695f;
  background-color: #c0f0eb;
}

/* line 4547, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f695f;
  background-color: #abebe4;
}

/* line 4550, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f695f;
  border-color: #0f695f;
}

/* line 4555, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-info {
  color: #2c3e7a;
  background-color: #cfd9f9;
}

/* line 4558, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #2c3e7a;
  background-color: #b8c7f6;
}

/* line 4561, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #2c3e7a;
  border-color: #2c3e7a;
}

/* line 4566, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-warning {
  color: #856012;
  background-color: #ffebc1;
}

/* line 4569, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856012;
  background-color: #ffe3a8;
}

/* line 4572, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856012;
  border-color: #856012;
}

/* line 4577, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-danger {
  color: #841e3f;
  background-color: #fec8da;
}

/* line 4580, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #841e3f;
  background-color: #feafc9;
}

/* line 4583, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #841e3f;
  border-color: #841e3f;
}

/* line 4588, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 4591, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 4594, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4599, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 4602, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 4605, app/assets/stylesheets/theme/style.bundle.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 4610, app/assets/stylesheets/theme/style.bundle.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 4618, app/assets/stylesheets/theme/style.bundle.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 4621, app/assets/stylesheets/theme/style.bundle.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 4624, app/assets/stylesheets/theme/style.bundle.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 4632, app/assets/stylesheets/theme/style.bundle.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 4635, app/assets/stylesheets/theme/style.bundle.scss */
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 4648, app/assets/stylesheets/theme/style.bundle.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 4650, app/assets/stylesheets/theme/style.bundle.scss */
.toast.showing {
  opacity: 1;
}

/* line 4652, app/assets/stylesheets/theme/style.bundle.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 4655, app/assets/stylesheets/theme/style.bundle.scss */
.toast.hide {
  display: none;
}

/* line 4658, app/assets/stylesheets/theme/style.bundle.scss */
.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #595d6e;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom: 1px solid #ebedf2;
}

/* line 4671, app/assets/stylesheets/theme/style.bundle.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 4674, app/assets/stylesheets/theme/style.bundle.scss */
.modal-open {
  overflow: hidden;
}

/* line 4676, app/assets/stylesheets/theme/style.bundle.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 4680, app/assets/stylesheets/theme/style.bundle.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 4691, app/assets/stylesheets/theme/style.bundle.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 4696, app/assets/stylesheets/theme/style.bundle.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 4704, app/assets/stylesheets/theme/style.bundle.scss */
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 4707, app/assets/stylesheets/theme/style.bundle.scss */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

/* line 4711, app/assets/stylesheets/theme/style.bundle.scss */
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 4716, app/assets/stylesheets/theme/style.bundle.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 4719, app/assets/stylesheets/theme/style.bundle.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* line 4723, app/assets/stylesheets/theme/style.bundle.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 4726, app/assets/stylesheets/theme/style.bundle.scss */
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 4734, app/assets/stylesheets/theme/style.bundle.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 4738, app/assets/stylesheets/theme/style.bundle.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

/* line 4747, app/assets/stylesheets/theme/style.bundle.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 4749, app/assets/stylesheets/theme/style.bundle.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 4752, app/assets/stylesheets/theme/style.bundle.scss */
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ebedf2;
  border-radius: 0.3rem;
  outline: 0;
}

/* line 4769, app/assets/stylesheets/theme/style.bundle.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 4777, app/assets/stylesheets/theme/style.bundle.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 4779, app/assets/stylesheets/theme/style.bundle.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 4782, app/assets/stylesheets/theme/style.bundle.scss */
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.25rem;
  border-bottom: 1px solid #ebedf2;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 4796, app/assets/stylesheets/theme/style.bundle.scss */
.modal-header .close {
  padding: 1.25rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 4800, app/assets/stylesheets/theme/style.bundle.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 4804, app/assets/stylesheets/theme/style.bundle.scss */
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 4811, app/assets/stylesheets/theme/style.bundle.scss */
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1.25rem;
  border-top: 1px solid #ebedf2;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 4825, app/assets/stylesheets/theme/style.bundle.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 4827, app/assets/stylesheets/theme/style.bundle.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 4830, app/assets/stylesheets/theme/style.bundle.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 4838, app/assets/stylesheets/theme/style.bundle.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 4841, app/assets/stylesheets/theme/style.bundle.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 4843, app/assets/stylesheets/theme/style.bundle.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 4845, app/assets/stylesheets/theme/style.bundle.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 4847, app/assets/stylesheets/theme/style.bundle.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 4849, app/assets/stylesheets/theme/style.bundle.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1024px) {
  /* line 4853, app/assets/stylesheets/theme/style.bundle.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1399px) {
  /* line 4858, app/assets/stylesheets/theme/style.bundle.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 4861, app/assets/stylesheets/theme/style.bundle.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Poppins, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 4883, app/assets/stylesheets/theme/style.bundle.scss */
.tooltip.show {
  opacity: 1;
}

/* line 4885, app/assets/stylesheets/theme/style.bundle.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 4890, app/assets/stylesheets/theme/style.bundle.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 4896, app/assets/stylesheets/theme/style.bundle.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 4898, app/assets/stylesheets/theme/style.bundle.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 4900, app/assets/stylesheets/theme/style.bundle.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #ffffff;
}

/* line 4905, app/assets/stylesheets/theme/style.bundle.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 4907, app/assets/stylesheets/theme/style.bundle.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 4911, app/assets/stylesheets/theme/style.bundle.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #ffffff;
}

/* line 4916, app/assets/stylesheets/theme/style.bundle.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 4918, app/assets/stylesheets/theme/style.bundle.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 4920, app/assets/stylesheets/theme/style.bundle.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #ffffff;
}

/* line 4925, app/assets/stylesheets/theme/style.bundle.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 4927, app/assets/stylesheets/theme/style.bundle.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 4931, app/assets/stylesheets/theme/style.bundle.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #ffffff;
}

/* line 4936, app/assets/stylesheets/theme/style.bundle.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.75rem 1rem;
  color: #595d6e;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px;
}

/* line 4944, app/assets/stylesheets/theme/style.bundle.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Poppins, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  border-radius: 3px;
}

/* line 4971, app/assets/stylesheets/theme/style.bundle.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 4977, app/assets/stylesheets/theme/style.bundle.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 4984, app/assets/stylesheets/theme/style.bundle.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 4986, app/assets/stylesheets/theme/style.bundle.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 4988, app/assets/stylesheets/theme/style.bundle.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: white;
}

/* line 4992, app/assets/stylesheets/theme/style.bundle.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 4997, app/assets/stylesheets/theme/style.bundle.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 4999, app/assets/stylesheets/theme/style.bundle.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 5004, app/assets/stylesheets/theme/style.bundle.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: white;
}

/* line 5008, app/assets/stylesheets/theme/style.bundle.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 5013, app/assets/stylesheets/theme/style.bundle.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 5015, app/assets/stylesheets/theme/style.bundle.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 5017, app/assets/stylesheets/theme/style.bundle.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: white;
}

/* line 5021, app/assets/stylesheets/theme/style.bundle.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 5025, app/assets/stylesheets/theme/style.bundle.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #ffffff;
}

/* line 5035, app/assets/stylesheets/theme/style.bundle.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 5037, app/assets/stylesheets/theme/style.bundle.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 5042, app/assets/stylesheets/theme/style.bundle.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: white;
}

/* line 5046, app/assets/stylesheets/theme/style.bundle.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 5051, app/assets/stylesheets/theme/style.bundle.scss */
.popover-header {
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #595d6e;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 5060, app/assets/stylesheets/theme/style.bundle.scss */
.popover-header:empty {
  display: none;
}

/* line 5063, app/assets/stylesheets/theme/style.bundle.scss */
.popover-body {
  padding: 1rem 1.25rem;
  color: #74788d;
}

/* line 5067, app/assets/stylesheets/theme/style.bundle.scss */
.carousel {
  position: relative;
}

/* line 5070, app/assets/stylesheets/theme/style.bundle.scss */
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 5074, app/assets/stylesheets/theme/style.bundle.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5078, app/assets/stylesheets/theme/style.bundle.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 5083, app/assets/stylesheets/theme/style.bundle.scss */
.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;
  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) {
  /* line 5096, app/assets/stylesheets/theme/style.bundle.scss */
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 5100, app/assets/stylesheets/theme/style.bundle.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 5105, app/assets/stylesheets/theme/style.bundle.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 5110, app/assets/stylesheets/theme/style.bundle.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 5115, app/assets/stylesheets/theme/style.bundle.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

/* line 5122, app/assets/stylesheets/theme/style.bundle.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 5128, app/assets/stylesheets/theme/style.bundle.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5135, app/assets/stylesheets/theme/style.bundle.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 5140, app/assets/stylesheets/theme/style.bundle.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5162, app/assets/stylesheets/theme/style.bundle.scss */
  .carousel-control-prev,
.carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 5166, app/assets/stylesheets/theme/style.bundle.scss */
.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;
}

/* line 5174, app/assets/stylesheets/theme/style.bundle.scss */
.carousel-control-prev {
  left: 0;
}

/* line 5177, app/assets/stylesheets/theme/style.bundle.scss */
.carousel-control-next {
  right: 0;
}

/* line 5180, app/assets/stylesheets/theme/style.bundle.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 5187, app/assets/stylesheets/theme/style.bundle.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

/* line 5190, app/assets/stylesheets/theme/style.bundle.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 5193, app/assets/stylesheets/theme/style.bundle.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 5209, app/assets/stylesheets/theme/style.bundle.scss */
.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5229, app/assets/stylesheets/theme/style.bundle.scss */
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 5232, app/assets/stylesheets/theme/style.bundle.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 5235, app/assets/stylesheets/theme/style.bundle.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 5256, app/assets/stylesheets/theme/style.bundle.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

/* line 5267, app/assets/stylesheets/theme/style.bundle.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

/* line 5286, app/assets/stylesheets/theme/style.bundle.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

/* line 5297, app/assets/stylesheets/theme/style.bundle.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 5301, app/assets/stylesheets/theme/style.bundle.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 5304, app/assets/stylesheets/theme/style.bundle.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5307, app/assets/stylesheets/theme/style.bundle.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 5310, app/assets/stylesheets/theme/style.bundle.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 5313, app/assets/stylesheets/theme/style.bundle.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 5316, app/assets/stylesheets/theme/style.bundle.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 5319, app/assets/stylesheets/theme/style.bundle.scss */
.bg-primary {
  background-color: #5867dd !important;
}

/* line 5322, app/assets/stylesheets/theme/style.bundle.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2e40d4 !important;
}

/* line 5327, app/assets/stylesheets/theme/style.bundle.scss */
.bg-secondary {
  background-color: #e1e1ef !important;
}

/* line 5330, app/assets/stylesheets/theme/style.bundle.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #c0c0dd !important;
}

/* line 5335, app/assets/stylesheets/theme/style.bundle.scss */
.bg-success {
  background-color: #1dc9b7 !important;
}

/* line 5338, app/assets/stylesheets/theme/style.bundle.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #179c8e !important;
}

/* line 5343, app/assets/stylesheets/theme/style.bundle.scss */
.bg-info {
  background-color: #5578eb !important;
}

/* line 5346, app/assets/stylesheets/theme/style.bundle.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #2754e6 !important;
}

/* line 5351, app/assets/stylesheets/theme/style.bundle.scss */
.bg-focus {
  background-color: #9816f4 !important;
}

/* line 5354, app/assets/stylesheets/theme/style.bundle.scss */
a.bg-focus:hover, a.bg-focus:focus,
button.bg-focus:hover,
button.bg-focus:focus {
  background-color: #7a10b3 !important;
}

/* line 5359, app/assets/stylesheets/theme/style.bundle.scss */
.bg-warning {
  background-color: #ffb822 !important;
}

/* line 5362, app/assets/stylesheets/theme/style.bundle.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #eea200 !important;
}

/* line 5367, app/assets/stylesheets/theme/style.bundle.scss */
.bg-danger {
  background-color: #fd397a !important;
}

/* line 5370, app/assets/stylesheets/theme/style.bundle.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #fc0758 !important;
}

/* line 5375, app/assets/stylesheets/theme/style.bundle.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 5378, app/assets/stylesheets/theme/style.bundle.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 5383, app/assets/stylesheets/theme/style.bundle.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 5386, app/assets/stylesheets/theme/style.bundle.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 5391, app/assets/stylesheets/theme/style.bundle.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 5394, app/assets/stylesheets/theme/style.bundle.scss */
.bg-purple {
  background-color: #6f42c1 !important;
}

/* line 5397, app/assets/stylesheets/theme/style.bundle.scss */
a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #553098 !important;
}

/* line 5402, app/assets/stylesheets/theme/style.bundle.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 5405, app/assets/stylesheets/theme/style.bundle.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 5408, app/assets/stylesheets/theme/style.bundle.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 5411, app/assets/stylesheets/theme/style.bundle.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 5414, app/assets/stylesheets/theme/style.bundle.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 5417, app/assets/stylesheets/theme/style.bundle.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 5420, app/assets/stylesheets/theme/style.bundle.scss */
.border-0 {
  border: 0 !important;
}

/* line 5423, app/assets/stylesheets/theme/style.bundle.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 5426, app/assets/stylesheets/theme/style.bundle.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 5429, app/assets/stylesheets/theme/style.bundle.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 5432, app/assets/stylesheets/theme/style.bundle.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 5435, app/assets/stylesheets/theme/style.bundle.scss */
.border-primary {
  border-color: #5867dd !important;
}

/* line 5438, app/assets/stylesheets/theme/style.bundle.scss */
.border-secondary {
  border-color: #e1e1ef !important;
}

/* line 5441, app/assets/stylesheets/theme/style.bundle.scss */
.border-success {
  border-color: #1dc9b7 !important;
}

/* line 5444, app/assets/stylesheets/theme/style.bundle.scss */
.border-info {
  border-color: #5578eb !important;
}

/* line 5447, app/assets/stylesheets/theme/style.bundle.scss */
.border-warning {
  border-color: #ffb822 !important;
}

/* line 5450, app/assets/stylesheets/theme/style.bundle.scss */
.border-danger {
  border-color: #fd397a !important;
}

/* line 5453, app/assets/stylesheets/theme/style.bundle.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 5456, app/assets/stylesheets/theme/style.bundle.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 5459, app/assets/stylesheets/theme/style.bundle.scss */
.border-white {
  border-color: #fff !important;
}

/* line 5462, app/assets/stylesheets/theme/style.bundle.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 5465, app/assets/stylesheets/theme/style.bundle.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 5468, app/assets/stylesheets/theme/style.bundle.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 5472, app/assets/stylesheets/theme/style.bundle.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 5476, app/assets/stylesheets/theme/style.bundle.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 5480, app/assets/stylesheets/theme/style.bundle.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 5484, app/assets/stylesheets/theme/style.bundle.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 5487, app/assets/stylesheets/theme/style.bundle.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 5490, app/assets/stylesheets/theme/style.bundle.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 5493, app/assets/stylesheets/theme/style.bundle.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 5496, app/assets/stylesheets/theme/style.bundle.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 5501, app/assets/stylesheets/theme/style.bundle.scss */
.d-none {
  display: none !important;
}

/* line 5504, app/assets/stylesheets/theme/style.bundle.scss */
.d-inline {
  display: inline !important;
}

/* line 5507, app/assets/stylesheets/theme/style.bundle.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 5510, app/assets/stylesheets/theme/style.bundle.scss */
.d-block {
  display: block !important;
}

/* line 5513, app/assets/stylesheets/theme/style.bundle.scss */
.d-table {
  display: table !important;
}

/* line 5516, app/assets/stylesheets/theme/style.bundle.scss */
.d-table-row {
  display: table-row !important;
}

/* line 5519, app/assets/stylesheets/theme/style.bundle.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 5522, app/assets/stylesheets/theme/style.bundle.scss */
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 5527, app/assets/stylesheets/theme/style.bundle.scss */
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 5533, app/assets/stylesheets/theme/style.bundle.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 5535, app/assets/stylesheets/theme/style.bundle.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 5537, app/assets/stylesheets/theme/style.bundle.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 5539, app/assets/stylesheets/theme/style.bundle.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 5541, app/assets/stylesheets/theme/style.bundle.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 5543, app/assets/stylesheets/theme/style.bundle.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 5545, app/assets/stylesheets/theme/style.bundle.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 5547, app/assets/stylesheets/theme/style.bundle.scss */
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 5551, app/assets/stylesheets/theme/style.bundle.scss */
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 5557, app/assets/stylesheets/theme/style.bundle.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 5559, app/assets/stylesheets/theme/style.bundle.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 5561, app/assets/stylesheets/theme/style.bundle.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 5563, app/assets/stylesheets/theme/style.bundle.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 5565, app/assets/stylesheets/theme/style.bundle.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 5567, app/assets/stylesheets/theme/style.bundle.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 5569, app/assets/stylesheets/theme/style.bundle.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 5571, app/assets/stylesheets/theme/style.bundle.scss */
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 5575, app/assets/stylesheets/theme/style.bundle.scss */
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1024px) {
  /* line 5581, app/assets/stylesheets/theme/style.bundle.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 5583, app/assets/stylesheets/theme/style.bundle.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 5585, app/assets/stylesheets/theme/style.bundle.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 5587, app/assets/stylesheets/theme/style.bundle.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 5589, app/assets/stylesheets/theme/style.bundle.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 5591, app/assets/stylesheets/theme/style.bundle.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 5593, app/assets/stylesheets/theme/style.bundle.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 5595, app/assets/stylesheets/theme/style.bundle.scss */
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 5599, app/assets/stylesheets/theme/style.bundle.scss */
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1399px) {
  /* line 5605, app/assets/stylesheets/theme/style.bundle.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 5607, app/assets/stylesheets/theme/style.bundle.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 5609, app/assets/stylesheets/theme/style.bundle.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 5611, app/assets/stylesheets/theme/style.bundle.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 5613, app/assets/stylesheets/theme/style.bundle.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 5615, app/assets/stylesheets/theme/style.bundle.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 5617, app/assets/stylesheets/theme/style.bundle.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 5619, app/assets/stylesheets/theme/style.bundle.scss */
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 5623, app/assets/stylesheets/theme/style.bundle.scss */
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  /* line 5629, app/assets/stylesheets/theme/style.bundle.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 5631, app/assets/stylesheets/theme/style.bundle.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 5633, app/assets/stylesheets/theme/style.bundle.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 5635, app/assets/stylesheets/theme/style.bundle.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 5637, app/assets/stylesheets/theme/style.bundle.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 5639, app/assets/stylesheets/theme/style.bundle.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 5641, app/assets/stylesheets/theme/style.bundle.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 5643, app/assets/stylesheets/theme/style.bundle.scss */
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 5647, app/assets/stylesheets/theme/style.bundle.scss */
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* line 5652, app/assets/stylesheets/theme/style.bundle.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 5658, app/assets/stylesheets/theme/style.bundle.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 5661, app/assets/stylesheets/theme/style.bundle.scss */
.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;
}

/* line 5674, app/assets/stylesheets/theme/style.bundle.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 5677, app/assets/stylesheets/theme/style.bundle.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 5680, app/assets/stylesheets/theme/style.bundle.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 5683, app/assets/stylesheets/theme/style.bundle.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 5686, app/assets/stylesheets/theme/style.bundle.scss */
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 5692, app/assets/stylesheets/theme/style.bundle.scss */
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 5698, app/assets/stylesheets/theme/style.bundle.scss */
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 5704, app/assets/stylesheets/theme/style.bundle.scss */
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 5710, app/assets/stylesheets/theme/style.bundle.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 5714, app/assets/stylesheets/theme/style.bundle.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 5718, app/assets/stylesheets/theme/style.bundle.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 5722, app/assets/stylesheets/theme/style.bundle.scss */
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

/* line 5727, app/assets/stylesheets/theme/style.bundle.scss */
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* line 5732, app/assets/stylesheets/theme/style.bundle.scss */
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

/* line 5737, app/assets/stylesheets/theme/style.bundle.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

/* line 5741, app/assets/stylesheets/theme/style.bundle.scss */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

/* line 5745, app/assets/stylesheets/theme/style.bundle.scss */
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 5750, app/assets/stylesheets/theme/style.bundle.scss */
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 5755, app/assets/stylesheets/theme/style.bundle.scss */
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 5760, app/assets/stylesheets/theme/style.bundle.scss */
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 5765, app/assets/stylesheets/theme/style.bundle.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 5769, app/assets/stylesheets/theme/style.bundle.scss */
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 5774, app/assets/stylesheets/theme/style.bundle.scss */
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 5779, app/assets/stylesheets/theme/style.bundle.scss */
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 5784, app/assets/stylesheets/theme/style.bundle.scss */
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 5789, app/assets/stylesheets/theme/style.bundle.scss */
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 5794, app/assets/stylesheets/theme/style.bundle.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 5798, app/assets/stylesheets/theme/style.bundle.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 5802, app/assets/stylesheets/theme/style.bundle.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 5806, app/assets/stylesheets/theme/style.bundle.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 5810, app/assets/stylesheets/theme/style.bundle.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 5814, app/assets/stylesheets/theme/style.bundle.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 5818, app/assets/stylesheets/theme/style.bundle.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 5822, app/assets/stylesheets/theme/style.bundle.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 5826, app/assets/stylesheets/theme/style.bundle.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 5830, app/assets/stylesheets/theme/style.bundle.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 5834, app/assets/stylesheets/theme/style.bundle.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 5838, app/assets/stylesheets/theme/style.bundle.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 5843, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 5848, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 5853, app/assets/stylesheets/theme/style.bundle.scss */
  .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;
  }
  /* line 5858, app/assets/stylesheets/theme/style.bundle.scss */
  .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;
  }
  /* line 5863, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 5866, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 5869, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 5872, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 5876, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 5880, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 5884, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 5887, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 5890, app/assets/stylesheets/theme/style.bundle.scss */
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 5894, app/assets/stylesheets/theme/style.bundle.scss */
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 5898, app/assets/stylesheets/theme/style.bundle.scss */
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 5902, app/assets/stylesheets/theme/style.bundle.scss */
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 5906, app/assets/stylesheets/theme/style.bundle.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 5909, app/assets/stylesheets/theme/style.bundle.scss */
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 5913, app/assets/stylesheets/theme/style.bundle.scss */
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 5917, app/assets/stylesheets/theme/style.bundle.scss */
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 5921, app/assets/stylesheets/theme/style.bundle.scss */
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 5925, app/assets/stylesheets/theme/style.bundle.scss */
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 5929, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 5932, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 5935, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 5938, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 5941, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 5944, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 5947, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 5950, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 5953, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 5956, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 5959, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 5962, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 5967, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 5972, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 5977, app/assets/stylesheets/theme/style.bundle.scss */
  .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;
  }
  /* line 5982, app/assets/stylesheets/theme/style.bundle.scss */
  .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;
  }
  /* line 5987, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 5990, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 5993, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 5996, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 6000, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 6004, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 6008, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 6011, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 6014, app/assets/stylesheets/theme/style.bundle.scss */
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6018, app/assets/stylesheets/theme/style.bundle.scss */
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6022, app/assets/stylesheets/theme/style.bundle.scss */
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6026, app/assets/stylesheets/theme/style.bundle.scss */
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6030, app/assets/stylesheets/theme/style.bundle.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6033, app/assets/stylesheets/theme/style.bundle.scss */
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6037, app/assets/stylesheets/theme/style.bundle.scss */
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6041, app/assets/stylesheets/theme/style.bundle.scss */
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6045, app/assets/stylesheets/theme/style.bundle.scss */
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6049, app/assets/stylesheets/theme/style.bundle.scss */
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6053, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6056, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6059, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6062, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6065, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6068, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6071, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6074, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6077, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6080, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6083, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6086, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1024px) {
  /* line 6091, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6096, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6101, app/assets/stylesheets/theme/style.bundle.scss */
  .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;
  }
  /* line 6106, app/assets/stylesheets/theme/style.bundle.scss */
  .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;
  }
  /* line 6111, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6114, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6117, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6120, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 6124, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 6128, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 6132, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 6135, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 6138, app/assets/stylesheets/theme/style.bundle.scss */
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6142, app/assets/stylesheets/theme/style.bundle.scss */
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6146, app/assets/stylesheets/theme/style.bundle.scss */
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6150, app/assets/stylesheets/theme/style.bundle.scss */
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6154, app/assets/stylesheets/theme/style.bundle.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6157, app/assets/stylesheets/theme/style.bundle.scss */
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6161, app/assets/stylesheets/theme/style.bundle.scss */
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6165, app/assets/stylesheets/theme/style.bundle.scss */
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6169, app/assets/stylesheets/theme/style.bundle.scss */
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6173, app/assets/stylesheets/theme/style.bundle.scss */
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6177, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6180, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6183, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6186, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6189, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6192, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6195, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6198, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6201, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6204, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6207, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6210, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1399px) {
  /* line 6215, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6220, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6225, app/assets/stylesheets/theme/style.bundle.scss */
  .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;
  }
  /* line 6230, app/assets/stylesheets/theme/style.bundle.scss */
  .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;
  }
  /* line 6235, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6238, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6241, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6244, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 6248, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 6252, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 6256, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 6259, app/assets/stylesheets/theme/style.bundle.scss */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 6262, app/assets/stylesheets/theme/style.bundle.scss */
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6266, app/assets/stylesheets/theme/style.bundle.scss */
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6270, app/assets/stylesheets/theme/style.bundle.scss */
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6274, app/assets/stylesheets/theme/style.bundle.scss */
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6278, app/assets/stylesheets/theme/style.bundle.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6281, app/assets/stylesheets/theme/style.bundle.scss */
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6285, app/assets/stylesheets/theme/style.bundle.scss */
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6289, app/assets/stylesheets/theme/style.bundle.scss */
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6293, app/assets/stylesheets/theme/style.bundle.scss */
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6297, app/assets/stylesheets/theme/style.bundle.scss */
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6301, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6304, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6307, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6310, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6313, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6316, app/assets/stylesheets/theme/style.bundle.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6319, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6322, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6325, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6328, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6331, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6334, app/assets/stylesheets/theme/style.bundle.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* line 6338, app/assets/stylesheets/theme/style.bundle.scss */
.float-left {
  float: left !important;
}

/* line 6341, app/assets/stylesheets/theme/style.bundle.scss */
.float-right {
  float: right !important;
}

/* line 6344, app/assets/stylesheets/theme/style.bundle.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 6348, app/assets/stylesheets/theme/style.bundle.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 6350, app/assets/stylesheets/theme/style.bundle.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 6352, app/assets/stylesheets/theme/style.bundle.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 6356, app/assets/stylesheets/theme/style.bundle.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 6358, app/assets/stylesheets/theme/style.bundle.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 6360, app/assets/stylesheets/theme/style.bundle.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 1024px) {
  /* line 6364, app/assets/stylesheets/theme/style.bundle.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 6366, app/assets/stylesheets/theme/style.bundle.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 6368, app/assets/stylesheets/theme/style.bundle.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1399px) {
  /* line 6372, app/assets/stylesheets/theme/style.bundle.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 6374, app/assets/stylesheets/theme/style.bundle.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 6376, app/assets/stylesheets/theme/style.bundle.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 6379, app/assets/stylesheets/theme/style.bundle.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 6382, app/assets/stylesheets/theme/style.bundle.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 6385, app/assets/stylesheets/theme/style.bundle.scss */
.position-static {
  position: static !important;
}

/* line 6388, app/assets/stylesheets/theme/style.bundle.scss */
.position-relative {
  position: relative !important;
}

/* line 6391, app/assets/stylesheets/theme/style.bundle.scss */
.position-absolute {
  position: absolute !important;
}

/* line 6394, app/assets/stylesheets/theme/style.bundle.scss */
.position-fixed {
  position: fixed !important;
}

/* line 6397, app/assets/stylesheets/theme/style.bundle.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 6401, app/assets/stylesheets/theme/style.bundle.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 6408, app/assets/stylesheets/theme/style.bundle.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 6416, app/assets/stylesheets/theme/style.bundle.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 6422, app/assets/stylesheets/theme/style.bundle.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 6432, app/assets/stylesheets/theme/style.bundle.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 6440, app/assets/stylesheets/theme/style.bundle.scss */
.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;
}

/* line 6444, app/assets/stylesheets/theme/style.bundle.scss */
.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;
}

/* line 6448, app/assets/stylesheets/theme/style.bundle.scss */
.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;
}

/* line 6452, app/assets/stylesheets/theme/style.bundle.scss */
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 6456, app/assets/stylesheets/theme/style.bundle.scss */
.w-25 {
  width: 25% !important;
}

/* line 6459, app/assets/stylesheets/theme/style.bundle.scss */
.w-50 {
  width: 50% !important;
}

/* line 6462, app/assets/stylesheets/theme/style.bundle.scss */
.w-75 {
  width: 75% !important;
}

/* line 6465, app/assets/stylesheets/theme/style.bundle.scss */
.w-100 {
  width: 100% !important;
}

/* line 6468, app/assets/stylesheets/theme/style.bundle.scss */
.w-auto {
  width: auto !important;
}

/* line 6471, app/assets/stylesheets/theme/style.bundle.scss */
.h-25 {
  height: 25% !important;
}

/* line 6474, app/assets/stylesheets/theme/style.bundle.scss */
.h-50 {
  height: 50% !important;
}

/* line 6477, app/assets/stylesheets/theme/style.bundle.scss */
.h-75 {
  height: 75% !important;
}

/* line 6480, app/assets/stylesheets/theme/style.bundle.scss */
.h-100 {
  height: 100% !important;
}

/* line 6483, app/assets/stylesheets/theme/style.bundle.scss */
.h-auto {
  height: auto !important;
}

/* line 6486, app/assets/stylesheets/theme/style.bundle.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 6489, app/assets/stylesheets/theme/style.bundle.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 6492, app/assets/stylesheets/theme/style.bundle.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 6495, app/assets/stylesheets/theme/style.bundle.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 6498, app/assets/stylesheets/theme/style.bundle.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 6501, app/assets/stylesheets/theme/style.bundle.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 6504, app/assets/stylesheets/theme/style.bundle.scss */
.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);
}

/* line 6515, app/assets/stylesheets/theme/style.bundle.scss */
.m-0 {
  margin: 0 !important;
}

/* line 6518, app/assets/stylesheets/theme/style.bundle.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 6522, app/assets/stylesheets/theme/style.bundle.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 6526, app/assets/stylesheets/theme/style.bundle.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 6530, app/assets/stylesheets/theme/style.bundle.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 6534, app/assets/stylesheets/theme/style.bundle.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 6537, app/assets/stylesheets/theme/style.bundle.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 6541, app/assets/stylesheets/theme/style.bundle.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 6545, app/assets/stylesheets/theme/style.bundle.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 6549, app/assets/stylesheets/theme/style.bundle.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 6553, app/assets/stylesheets/theme/style.bundle.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 6556, app/assets/stylesheets/theme/style.bundle.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 6560, app/assets/stylesheets/theme/style.bundle.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 6564, app/assets/stylesheets/theme/style.bundle.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 6568, app/assets/stylesheets/theme/style.bundle.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 6572, app/assets/stylesheets/theme/style.bundle.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 6575, app/assets/stylesheets/theme/style.bundle.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 6579, app/assets/stylesheets/theme/style.bundle.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 6583, app/assets/stylesheets/theme/style.bundle.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 6587, app/assets/stylesheets/theme/style.bundle.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 6591, app/assets/stylesheets/theme/style.bundle.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 6594, app/assets/stylesheets/theme/style.bundle.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 6598, app/assets/stylesheets/theme/style.bundle.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 6602, app/assets/stylesheets/theme/style.bundle.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 6606, app/assets/stylesheets/theme/style.bundle.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 6610, app/assets/stylesheets/theme/style.bundle.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 6613, app/assets/stylesheets/theme/style.bundle.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 6617, app/assets/stylesheets/theme/style.bundle.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 6621, app/assets/stylesheets/theme/style.bundle.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 6625, app/assets/stylesheets/theme/style.bundle.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 6629, app/assets/stylesheets/theme/style.bundle.scss */
.p-0 {
  padding: 0 !important;
}

/* line 6632, app/assets/stylesheets/theme/style.bundle.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 6636, app/assets/stylesheets/theme/style.bundle.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 6640, app/assets/stylesheets/theme/style.bundle.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 6644, app/assets/stylesheets/theme/style.bundle.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 6648, app/assets/stylesheets/theme/style.bundle.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 6651, app/assets/stylesheets/theme/style.bundle.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 6655, app/assets/stylesheets/theme/style.bundle.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 6659, app/assets/stylesheets/theme/style.bundle.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 6663, app/assets/stylesheets/theme/style.bundle.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 6667, app/assets/stylesheets/theme/style.bundle.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 6670, app/assets/stylesheets/theme/style.bundle.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 6674, app/assets/stylesheets/theme/style.bundle.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 6678, app/assets/stylesheets/theme/style.bundle.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 6682, app/assets/stylesheets/theme/style.bundle.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 6686, app/assets/stylesheets/theme/style.bundle.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 6689, app/assets/stylesheets/theme/style.bundle.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 6693, app/assets/stylesheets/theme/style.bundle.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 6697, app/assets/stylesheets/theme/style.bundle.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 6701, app/assets/stylesheets/theme/style.bundle.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 6705, app/assets/stylesheets/theme/style.bundle.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 6708, app/assets/stylesheets/theme/style.bundle.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 6712, app/assets/stylesheets/theme/style.bundle.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 6716, app/assets/stylesheets/theme/style.bundle.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 6720, app/assets/stylesheets/theme/style.bundle.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 6724, app/assets/stylesheets/theme/style.bundle.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 6727, app/assets/stylesheets/theme/style.bundle.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 6731, app/assets/stylesheets/theme/style.bundle.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 6735, app/assets/stylesheets/theme/style.bundle.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 6739, app/assets/stylesheets/theme/style.bundle.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 6743, app/assets/stylesheets/theme/style.bundle.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 6746, app/assets/stylesheets/theme/style.bundle.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 6750, app/assets/stylesheets/theme/style.bundle.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 6754, app/assets/stylesheets/theme/style.bundle.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 6758, app/assets/stylesheets/theme/style.bundle.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 6762, app/assets/stylesheets/theme/style.bundle.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 6765, app/assets/stylesheets/theme/style.bundle.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 6769, app/assets/stylesheets/theme/style.bundle.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 6773, app/assets/stylesheets/theme/style.bundle.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 6777, app/assets/stylesheets/theme/style.bundle.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 6781, app/assets/stylesheets/theme/style.bundle.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 6784, app/assets/stylesheets/theme/style.bundle.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 6788, app/assets/stylesheets/theme/style.bundle.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 6792, app/assets/stylesheets/theme/style.bundle.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 6796, app/assets/stylesheets/theme/style.bundle.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 6800, app/assets/stylesheets/theme/style.bundle.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 6803, app/assets/stylesheets/theme/style.bundle.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 6807, app/assets/stylesheets/theme/style.bundle.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 6811, app/assets/stylesheets/theme/style.bundle.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 6815, app/assets/stylesheets/theme/style.bundle.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 6819, app/assets/stylesheets/theme/style.bundle.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 6822, app/assets/stylesheets/theme/style.bundle.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 6826, app/assets/stylesheets/theme/style.bundle.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 6830, app/assets/stylesheets/theme/style.bundle.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 6834, app/assets/stylesheets/theme/style.bundle.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 6838, app/assets/stylesheets/theme/style.bundle.scss */
.m-auto {
  margin: auto !important;
}

/* line 6841, app/assets/stylesheets/theme/style.bundle.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 6845, app/assets/stylesheets/theme/style.bundle.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 6849, app/assets/stylesheets/theme/style.bundle.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 6853, app/assets/stylesheets/theme/style.bundle.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 6858, app/assets/stylesheets/theme/style.bundle.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 6860, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 6863, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 6866, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 6869, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 6872, app/assets/stylesheets/theme/style.bundle.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 6874, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6877, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6880, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6883, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6886, app/assets/stylesheets/theme/style.bundle.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 6888, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6891, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6894, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6897, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6900, app/assets/stylesheets/theme/style.bundle.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 6902, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 6905, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 6908, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6911, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 6914, app/assets/stylesheets/theme/style.bundle.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 6916, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6919, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6922, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6925, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6928, app/assets/stylesheets/theme/style.bundle.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 6930, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 6933, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 6936, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6939, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 6942, app/assets/stylesheets/theme/style.bundle.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 6944, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 6947, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 6950, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 6953, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 6956, app/assets/stylesheets/theme/style.bundle.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 6958, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6961, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6964, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6967, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6970, app/assets/stylesheets/theme/style.bundle.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 6972, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6975, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6978, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6981, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6984, app/assets/stylesheets/theme/style.bundle.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 6986, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 6989, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 6992, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6995, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 6998, app/assets/stylesheets/theme/style.bundle.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 7000, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 7003, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 7006, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 7009, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 7012, app/assets/stylesheets/theme/style.bundle.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 7014, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 7017, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 7020, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 7023, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 7026, app/assets/stylesheets/theme/style.bundle.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 7028, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 7031, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 7034, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 7037, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 7040, app/assets/stylesheets/theme/style.bundle.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 7042, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 7045, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 7048, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 7051, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 7054, app/assets/stylesheets/theme/style.bundle.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 7056, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 7059, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 7062, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 7065, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 7068, app/assets/stylesheets/theme/style.bundle.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 7070, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 7073, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 7076, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 7079, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 7082, app/assets/stylesheets/theme/style.bundle.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 7084, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 7087, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 7090, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 7093, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 7096, app/assets/stylesheets/theme/style.bundle.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 7098, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 7101, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 7104, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 7107, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 7112, app/assets/stylesheets/theme/style.bundle.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 7114, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 7117, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 7120, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 7123, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 7126, app/assets/stylesheets/theme/style.bundle.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 7128, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 7131, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 7134, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 7137, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 7140, app/assets/stylesheets/theme/style.bundle.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 7142, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 7145, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 7148, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 7151, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 7154, app/assets/stylesheets/theme/style.bundle.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 7156, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 7159, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 7162, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 7165, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 7168, app/assets/stylesheets/theme/style.bundle.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 7170, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7173, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7176, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7179, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7182, app/assets/stylesheets/theme/style.bundle.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 7184, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 7187, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 7190, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 7193, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 7196, app/assets/stylesheets/theme/style.bundle.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 7198, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 7201, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 7204, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 7207, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 7210, app/assets/stylesheets/theme/style.bundle.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 7212, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 7215, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 7218, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 7221, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 7224, app/assets/stylesheets/theme/style.bundle.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 7226, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 7229, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 7232, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 7235, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 7238, app/assets/stylesheets/theme/style.bundle.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 7240, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 7243, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 7246, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 7249, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 7252, app/assets/stylesheets/theme/style.bundle.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 7254, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 7257, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 7260, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 7263, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 7266, app/assets/stylesheets/theme/style.bundle.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 7268, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 7271, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 7274, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 7277, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 7280, app/assets/stylesheets/theme/style.bundle.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 7282, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 7285, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 7288, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 7291, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 7294, app/assets/stylesheets/theme/style.bundle.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 7296, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 7299, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 7302, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 7305, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 7308, app/assets/stylesheets/theme/style.bundle.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 7310, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 7313, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 7316, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 7319, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 7322, app/assets/stylesheets/theme/style.bundle.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 7324, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 7327, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 7330, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 7333, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 7336, app/assets/stylesheets/theme/style.bundle.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 7338, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 7341, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 7344, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 7347, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 7350, app/assets/stylesheets/theme/style.bundle.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 7352, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 7355, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 7358, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 7361, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1024px) {
  /* line 7366, app/assets/stylesheets/theme/style.bundle.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 7368, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 7371, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 7374, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 7377, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 7380, app/assets/stylesheets/theme/style.bundle.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 7382, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 7385, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 7388, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 7391, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 7394, app/assets/stylesheets/theme/style.bundle.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 7396, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 7399, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 7402, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 7405, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 7408, app/assets/stylesheets/theme/style.bundle.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 7410, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 7413, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 7416, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 7419, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 7422, app/assets/stylesheets/theme/style.bundle.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 7424, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7427, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7430, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7433, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7436, app/assets/stylesheets/theme/style.bundle.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 7438, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 7441, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 7444, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 7447, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 7450, app/assets/stylesheets/theme/style.bundle.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 7452, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 7455, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 7458, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 7461, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 7464, app/assets/stylesheets/theme/style.bundle.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 7466, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 7469, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 7472, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 7475, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 7478, app/assets/stylesheets/theme/style.bundle.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 7480, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 7483, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 7486, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 7489, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 7492, app/assets/stylesheets/theme/style.bundle.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 7494, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 7497, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 7500, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 7503, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 7506, app/assets/stylesheets/theme/style.bundle.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 7508, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 7511, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 7514, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 7517, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 7520, app/assets/stylesheets/theme/style.bundle.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 7522, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 7525, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 7528, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 7531, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 7534, app/assets/stylesheets/theme/style.bundle.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 7536, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 7539, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 7542, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 7545, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 7548, app/assets/stylesheets/theme/style.bundle.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 7550, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 7553, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 7556, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 7559, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 7562, app/assets/stylesheets/theme/style.bundle.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 7564, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 7567, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 7570, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 7573, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 7576, app/assets/stylesheets/theme/style.bundle.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 7578, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 7581, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 7584, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 7587, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 7590, app/assets/stylesheets/theme/style.bundle.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 7592, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 7595, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 7598, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 7601, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 7604, app/assets/stylesheets/theme/style.bundle.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 7606, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 7609, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 7612, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 7615, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1399px) {
  /* line 7620, app/assets/stylesheets/theme/style.bundle.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 7622, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 7625, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 7628, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 7631, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 7634, app/assets/stylesheets/theme/style.bundle.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 7636, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 7639, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 7642, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 7645, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 7648, app/assets/stylesheets/theme/style.bundle.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 7650, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 7653, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 7656, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 7659, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 7662, app/assets/stylesheets/theme/style.bundle.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 7664, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 7667, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 7670, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 7673, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 7676, app/assets/stylesheets/theme/style.bundle.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 7678, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7681, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7684, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7687, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7690, app/assets/stylesheets/theme/style.bundle.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 7692, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 7695, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 7698, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 7701, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 7704, app/assets/stylesheets/theme/style.bundle.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 7706, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 7709, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 7712, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 7715, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 7718, app/assets/stylesheets/theme/style.bundle.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 7720, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 7723, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 7726, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 7729, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 7732, app/assets/stylesheets/theme/style.bundle.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 7734, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 7737, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 7740, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 7743, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 7746, app/assets/stylesheets/theme/style.bundle.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 7748, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 7751, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 7754, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 7757, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 7760, app/assets/stylesheets/theme/style.bundle.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 7762, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 7765, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 7768, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 7771, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 7774, app/assets/stylesheets/theme/style.bundle.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 7776, app/assets/stylesheets/theme/style.bundle.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 7779, app/assets/stylesheets/theme/style.bundle.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 7782, app/assets/stylesheets/theme/style.bundle.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 7785, app/assets/stylesheets/theme/style.bundle.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 7788, app/assets/stylesheets/theme/style.bundle.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 7790, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 7793, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 7796, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 7799, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 7802, app/assets/stylesheets/theme/style.bundle.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 7804, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 7807, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 7810, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 7813, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 7816, app/assets/stylesheets/theme/style.bundle.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 7818, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 7821, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 7824, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 7827, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 7830, app/assets/stylesheets/theme/style.bundle.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 7832, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 7835, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 7838, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 7841, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 7844, app/assets/stylesheets/theme/style.bundle.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 7846, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 7849, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 7852, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 7855, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 7858, app/assets/stylesheets/theme/style.bundle.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 7860, app/assets/stylesheets/theme/style.bundle.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 7863, app/assets/stylesheets/theme/style.bundle.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 7866, app/assets/stylesheets/theme/style.bundle.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 7869, app/assets/stylesheets/theme/style.bundle.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7873, app/assets/stylesheets/theme/style.bundle.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 7876, app/assets/stylesheets/theme/style.bundle.scss */
.text-justify {
  text-align: justify !important;
}

/* line 7879, app/assets/stylesheets/theme/style.bundle.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 7882, app/assets/stylesheets/theme/style.bundle.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 7885, app/assets/stylesheets/theme/style.bundle.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 7890, app/assets/stylesheets/theme/style.bundle.scss */
.text-left {
  text-align: left !important;
}

/* line 7893, app/assets/stylesheets/theme/style.bundle.scss */
.text-right {
  text-align: right !important;
}

/* line 7896, app/assets/stylesheets/theme/style.bundle.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 7900, app/assets/stylesheets/theme/style.bundle.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 7902, app/assets/stylesheets/theme/style.bundle.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 7904, app/assets/stylesheets/theme/style.bundle.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 7908, app/assets/stylesheets/theme/style.bundle.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 7910, app/assets/stylesheets/theme/style.bundle.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 7912, app/assets/stylesheets/theme/style.bundle.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1024px) {
  /* line 7916, app/assets/stylesheets/theme/style.bundle.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 7918, app/assets/stylesheets/theme/style.bundle.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 7920, app/assets/stylesheets/theme/style.bundle.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1399px) {
  /* line 7924, app/assets/stylesheets/theme/style.bundle.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 7926, app/assets/stylesheets/theme/style.bundle.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 7928, app/assets/stylesheets/theme/style.bundle.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 7931, app/assets/stylesheets/theme/style.bundle.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 7934, app/assets/stylesheets/theme/style.bundle.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 7937, app/assets/stylesheets/theme/style.bundle.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 7940, app/assets/stylesheets/theme/style.bundle.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 7943, app/assets/stylesheets/theme/style.bundle.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 7946, app/assets/stylesheets/theme/style.bundle.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 7949, app/assets/stylesheets/theme/style.bundle.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 7952, app/assets/stylesheets/theme/style.bundle.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 7955, app/assets/stylesheets/theme/style.bundle.scss */
.font-italic {
  font-style: italic !important;
}

/* line 7958, app/assets/stylesheets/theme/style.bundle.scss */
.text-white {
  color: #fff !important;
}

/* line 7961, app/assets/stylesheets/theme/style.bundle.scss */
.text-primary {
  color: #5867dd !important;
}

/* line 7964, app/assets/stylesheets/theme/style.bundle.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #2739c1 !important;
}

/* line 7967, app/assets/stylesheets/theme/style.bundle.scss */
.text-secondary {
  color: #e1e1ef !important;
}

/* line 7970, app/assets/stylesheets/theme/style.bundle.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #afafd4 !important;
}

/* line 7973, app/assets/stylesheets/theme/style.bundle.scss */
.text-success {
  color: #1dc9b7 !important;
}

/* line 7976, app/assets/stylesheets/theme/style.bundle.scss */
a.text-success:hover, a.text-success:focus {
  color: #13867a !important;
}

/* line 7979, app/assets/stylesheets/theme/style.bundle.scss */
.text-info {
  color: #5578eb !important;
}

/* line 7982, app/assets/stylesheets/theme/style.bundle.scss */
a.text-info:hover, a.text-info:focus {
  color: #1a46da !important;
}

/* line 7985, app/assets/stylesheets/theme/style.bundle.scss */
.text-warning {
  color: #ffb822 !important;
}

/* line 7988, app/assets/stylesheets/theme/style.bundle.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #d59000 !important;
}

/* line 7991, app/assets/stylesheets/theme/style.bundle.scss */
.text-danger {
  color: #fd397a !important;
}

/* line 7994, app/assets/stylesheets/theme/style.bundle.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #e7024e !important;
}

/* line 7997, app/assets/stylesheets/theme/style.bundle.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 8000, app/assets/stylesheets/theme/style.bundle.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 8003, app/assets/stylesheets/theme/style.bundle.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 8006, app/assets/stylesheets/theme/style.bundle.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 8009, app/assets/stylesheets/theme/style.bundle.scss */
.text-body {
  color: #212529 !important;
}

/* line 8012, app/assets/stylesheets/theme/style.bundle.scss */
.text-muted {
  color: #74788d !important;
}

/* line 8015, app/assets/stylesheets/theme/style.bundle.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 8018, app/assets/stylesheets/theme/style.bundle.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 8021, app/assets/stylesheets/theme/style.bundle.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 8028, app/assets/stylesheets/theme/style.bundle.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 8031, app/assets/stylesheets/theme/style.bundle.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 8035, app/assets/stylesheets/theme/style.bundle.scss */
.text-reset {
  color: inherit !important;
}

/* line 8038, app/assets/stylesheets/theme/style.bundle.scss */
.visible {
  visibility: visible !important;
}

/* line 8041, app/assets/stylesheets/theme/style.bundle.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 8045, app/assets/stylesheets/theme/style.bundle.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 8051, app/assets/stylesheets/theme/style.bundle.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 8053, app/assets/stylesheets/theme/style.bundle.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 8055, app/assets/stylesheets/theme/style.bundle.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 8057, app/assets/stylesheets/theme/style.bundle.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 8061, app/assets/stylesheets/theme/style.bundle.scss */
  thead {
    display: table-header-group;
  }
  /* line 8063, app/assets/stylesheets/theme/style.bundle.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 8066, app/assets/stylesheets/theme/style.bundle.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 8071, app/assets/stylesheets/theme/style.bundle.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 8076, app/assets/stylesheets/theme/style.bundle.scss */
  body {
    min-width: 1024px !important;
  }
  /* line 8078, app/assets/stylesheets/theme/style.bundle.scss */
  .container {
    min-width: 1024px !important;
  }
  /* line 8080, app/assets/stylesheets/theme/style.bundle.scss */
  .navbar {
    display: none;
  }
  /* line 8082, app/assets/stylesheets/theme/style.bundle.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 8084, app/assets/stylesheets/theme/style.bundle.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 8086, app/assets/stylesheets/theme/style.bundle.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 8089, app/assets/stylesheets/theme/style.bundle.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 8092, app/assets/stylesheets/theme/style.bundle.scss */
  .table-dark {
    color: inherit;
  }
  /* line 8094, app/assets/stylesheets/theme/style.bundle.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #ebedf2;
  }
  /* line 8099, app/assets/stylesheets/theme/style.bundle.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #ebedf2;
  }
}

/* line 8103, app/assets/stylesheets/theme/style.bundle.scss */
.accordion .card {
  overflow: visible !important;
  margin: 0;
}

/* line 8106, app/assets/stylesheets/theme/style.bundle.scss */
.accordion .card .card-header {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

/* line 8111, app/assets/stylesheets/theme/style.bundle.scss */
.accordion .card .card-header .card-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 1rem 1rem;
  color: #5d78ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 8126, app/assets/stylesheets/theme/style.bundle.scss */
.accordion .card .card-header .card-title > i {
  margin-right: 1rem;
  font-size: 1.4rem;
  color: #5d78ff;
}

/* line 8130, app/assets/stylesheets/theme/style.bundle.scss */
.accordion .card .card-header .card-title.collapsed {
  color: #595d6e;
}

/* line 8132, app/assets/stylesheets/theme/style.bundle.scss */
.accordion .card .card-header .card-title.collapsed > i {
  color: #74788d;
}

/* line 8134, app/assets/stylesheets/theme/style.bundle.scss */
.accordion .card .card-header .card-title:after {
  right: 1rem;
}

/* line 8136, app/assets/stylesheets/theme/style.bundle.scss */
.accordion .card .card-body {
  padding: 1.25rem;
  font-size: 1rem;
}

/* line 8140, app/assets/stylesheets/theme/style.bundle.scss */
.accordion--no-bg .card {
  background-color: transparent;
}

/* line 8143, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-light .card {
  border: 0;
  border-top: 1px solid #eeeef4;
  margin: 0;
}

/* line 8147, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-light .card .card-header {
  cursor: pointer;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
}

/* line 8153, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-light .card .card-header .card-title {
  margin: 0;
  font-size: 1.1rem;
  padding: 1rem 1rem 1rem 0;
  font-weight: 500;
  color: #5d78ff;
}

/* line 8159, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-light .card .card-header .card-title.collapsed {
  color: #74788d;
}

/* line 8161, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-light .card .card-header .card-title.collapsed:after {
  color: #74788d;
}

/* line 8163, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-light .card .card-header .card-title:after {
  right: 0;
}

/* line 8165, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-light .card .card-body {
  padding: 0;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}

/* line 8169, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-light .card:first-child {
  border-top: 0;
}

/* line 8171, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-light .card:first-child .card-header {
  margin: 0;
}

/* line 8173, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-light .card:last-child {
  margin-bottom: 1.25rem;
}

/* line 8175, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-light .card:last-child .card-body {
  padding: 0;
  margin: 0;
}

/* line 8179, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-outline--padded {
  padding: 1.7rem;
}

/* line 8182, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-outline .card {
  margin-bottom: 1.25rem;
  border: 0;
}

/* line 8185, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-outline .card .card-header {
  padding: 0;
  background-color: transparent;
}

/* line 8188, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-outline .card .card-header .card-title {
  font-size: 1.1rem;
  padding: 1.25rem;
  border-color: #c3cdff;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 0;
  padding-bottom: calc(1.5rem + 2px);
  border-left-width: 2px;
  border-style: solid;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

/* line 8200, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-outline .card .card-header .card-title:after {
  position: absolute;
  right: 1.25rem;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
  font-size: 1.7rem;
  font-weight: bold;
  color: #5d78ff;
}

/* line 8214, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-outline .card .card-header .card-title.collapsed {
  color: #464457;
  border-color: #efeff0;
  border-bottom-width: 2px;
  padding-bottom: 1.5rem;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

/* line 8221, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-outline .card .card-header .card-title.collapsed:after {
  content: "";
  color: #efeff0;
}

/* line 8224, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-outline .card .card-body-wrapper > .card-body {
  padding: 0 2.7rem 1.7rem 1.7rem;
  font-size: 1.1rem;
  font-weight: 400;
  border-color: #c3cdff;
  border-top-width: 0;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-style: solid;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  color: #8d8c9b;
}

/* line 8237, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-outline .card .card-body-wrapper > .card-body > p:last-child {
  margin-bottom: 0;
}

/* line 8239, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-outline .card:last-child {
  margin-bottom: 0;
}

/* line 8242, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-solid .card {
  margin-bottom: 1.5rem;
  border: 0;
}

/* line 8245, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-solid .card:last-child {
  margin-bottom: 0;
}

/* line 8247, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-solid .card .card-header {
  padding: 0;
  background-color: transparent;
}

/* line 8250, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-solid .card .card-header .card-title {
  font-size: 1.1rem;
  padding: 1.25rem;
  background-color: #ebedf2;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 8257, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-solid .card .card-header .card-title.collapsed {
  border-radius: 4px;
}

/* line 8259, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-solid .card .card-body {
  border: 1px solid #ebedf2;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 8264, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-toggle-arrow .card .card-header .card-title {
  color: #5d78ff;
  position: relative;
}

/* line 8267, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-toggle-arrow .card .card-header .card-title:after {
  position: absolute;
  font-size: 1rem;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
  color: #5d78ff;
}

/* line 8279, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-toggle-arrow .card .card-header .card-title.collapsed {
  color: #74788d;
}

/* line 8281, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-toggle-arrow .card .card-header .card-title.collapsed:after {
  color: #74788d;
  content: "";
}

/* line 8285, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-toggle-plus .card .card-header .card-title {
  color: #5d78ff;
  position: relative;
}

/* line 8288, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-toggle-plus .card .card-header .card-title:after {
  position: absolute;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
  font-size: 1.2rem;
  color: #5d78ff;
}

/* line 8300, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-toggle-plus .card .card-header .card-title.collapsed {
  color: #74788d;
}

/* line 8302, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-toggle-plus .card .card-header .card-title.collapsed:after {
  color: #74788d;
  content: "";
}

/* line 8306, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-svg-icon .card {
  border-top: 0;
}

/* line 8308, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-svg-icon .card .card-header .card-title {
  color: #48465b;
  position: relative;
  font-size: 1.2rem;
}

/* line 8312, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-svg-icon .card .card-header .card-title .kt-svg-icon {
  margin-right: 1.2rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 8321, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-svg-icon .card .card-header .card-title.collapsed {
  color: #48465b;
}

/* line 8323, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-svg-icon .card .card-header .card-title.collapsed .kt-svg-icon {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/* line 8326, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-svg-icon .card .card-body {
  padding-left: 3.2rem;
}

/* line 8328, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-svg-icon .card:last-child .card-body {
  padding-left: 3.2rem;
}

/* line 8331, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-toggle-svg .card .card-header .card-title {
  color: #48465b;
  font-size: 1.2rem;
  background-color: #ffffff;
}

/* line 8335, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-toggle-svg .card .card-header .card-title .kt-svg-icon {
  margin: auto 0 auto auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 8341, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-toggle-svg .card .card-header .card-title.collapsed {
  color: #48465b;
}

/* line 8343, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-toggle-svg .card .card-header .card-title.collapsed .kt-svg-icon {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/* line 8347, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-panel .card {
  border-radius: 4px !important;
}

/* line 8349, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-panel .card .card-header .card-title {
  font-size: 1.1rem;
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 4px !important;
}

/* line 8354, app/assets/stylesheets/theme/style.bundle.scss */
.accordion.accordion-panel .card .card-body {
  padding-top: 0;
  border: 0;
  border-radius: 4px !important;
}

/* line 8359, app/assets/stylesheets/theme/style.bundle.scss */
.alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 1rem 2rem;
  margin: 0 0 20px 0;
  border-radius: 4px;
}

/* line 8369, app/assets/stylesheets/theme/style.bundle.scss */
.alert .alert-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.25rem 0 0;
}

/* line 8377, app/assets/stylesheets/theme/style.bundle.scss */
.alert .alert-icon i {
  font-size: 2.4rem;
}

/* line 8379, app/assets/stylesheets/theme/style.bundle.scss */
.alert .alert-icon.alert-icon-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

/* line 8385, app/assets/stylesheets/theme/style.bundle.scss */
.alert .alert-text {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 8391, app/assets/stylesheets/theme/style.bundle.scss */
.alert .alert-close {
  padding: 0 0 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 8402, app/assets/stylesheets/theme/style.bundle.scss */
.alert .alert-close .close {
  text-shadow: none !important;
}

/* line 8404, app/assets/stylesheets/theme/style.bundle.scss */
.alert .alert-close i {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* line 8409, app/assets/stylesheets/theme/style.bundle.scss */
.alert .alert-close i:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

/* line 8413, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-elevate {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
}

/* line 8416, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-brand {
  background: #5d78ff;
  border: 1px solid #5d78ff;
  color: #ffffff;
}

/* line 8420, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-brand .alert-icon i {
  color: #ffffff;
}

/* line 8422, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-brand .alert-text {
  color: #ffffff;
}

/* line 8424, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-brand .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}

/* line 8427, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-brand .alert-close i {
  color: #ffffff;
}

/* line 8429, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-brand {
  border: 1px solid #5d78ff;
  color: #5d78ff;
}

/* line 8432, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-brand .alert-icon i {
  color: #5d78ff;
}

/* line 8434, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-brand .alert-text {
  color: #5d78ff;
}

/* line 8436, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-brand .alert-close i {
  color: #5d78ff;
}

/* line 8438, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-brand {
  background: rgba(93, 120, 255, 0.1);
  border-color: transparent;
  color: #5d78ff;
}

/* line 8442, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-brand .alert-icon i {
  color: #5d78ff;
}

/* line 8444, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-brand .alert-text {
  color: #5d78ff;
}

/* line 8446, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-brand .alert-close i {
  color: #5d78ff;
}

/* line 8448, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-metal {
  background: #d3dae6;
  border: 1px solid #d3dae6;
  color: #586272;
}

/* line 8452, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-metal .alert-icon i {
  color: #586272;
}

/* line 8454, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-metal .alert-text {
  color: #586272;
}

/* line 8456, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-metal .alert-text hr {
  border-top-color: #586272;
  opacity: 0.4;
}

/* line 8459, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-metal .alert-close i {
  color: #586272;
}

/* line 8461, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-metal {
  border: 1px solid #d3dae6;
  color: #d3dae6;
}

/* line 8464, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-metal .alert-icon i {
  color: #d3dae6;
}

/* line 8466, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-metal .alert-text {
  color: #d3dae6;
}

/* line 8468, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-metal .alert-close i {
  color: #d3dae6;
}

/* line 8470, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-metal {
  background: rgba(211, 218, 230, 0.1);
  border-color: transparent;
  color: #d3dae6;
}

/* line 8474, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-metal .alert-icon i {
  color: #d3dae6;
}

/* line 8476, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-metal .alert-text {
  color: #d3dae6;
}

/* line 8478, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-metal .alert-close i {
  color: #d3dae6;
}

/* line 8480, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-light {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #282a3c;
}

/* line 8484, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-light .alert-icon i {
  color: #282a3c;
}

/* line 8486, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-light .alert-text {
  color: #282a3c;
}

/* line 8488, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-light .alert-text hr {
  border-top-color: #282a3c;
  opacity: 0.4;
}

/* line 8491, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-light .alert-close i {
  color: #282a3c;
}

/* line 8493, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-light {
  border: 1px solid #ffffff;
  color: #ffffff;
}

/* line 8496, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-light .alert-icon i {
  color: #ffffff;
}

/* line 8498, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-light .alert-text {
  color: #ffffff;
}

/* line 8500, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-light .alert-close i {
  color: #ffffff;
}

/* line 8502, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-light {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: #ffffff;
}

/* line 8506, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-light .alert-icon i {
  color: #ffffff;
}

/* line 8508, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-light .alert-text {
  color: #ffffff;
}

/* line 8510, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-light .alert-close i {
  color: #ffffff;
}

/* line 8512, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-dark {
  background: #645ca1;
  border: 1px solid #645ca1;
  color: #ffffff;
}

/* line 8516, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-dark .alert-icon i {
  color: #ffffff;
}

/* line 8518, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-dark .alert-text {
  color: #ffffff;
}

/* line 8520, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-dark .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}

/* line 8523, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-dark .alert-close i {
  color: #ffffff;
}

/* line 8525, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-dark {
  border: 1px solid #645ca1;
  color: #645ca1;
}

/* line 8528, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-dark .alert-icon i {
  color: #645ca1;
}

/* line 8530, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-dark .alert-text {
  color: #645ca1;
}

/* line 8532, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-dark .alert-close i {
  color: #645ca1;
}

/* line 8534, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-dark {
  background: rgba(100, 92, 161, 0.1);
  border-color: transparent;
  color: #645ca1;
}

/* line 8538, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-dark .alert-icon i {
  color: #645ca1;
}

/* line 8540, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-dark .alert-text {
  color: #645ca1;
}

/* line 8542, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-dark .alert-close i {
  color: #645ca1;
}

/* line 8544, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-accent {
  background: #00c5dc;
  border: 1px solid #00c5dc;
  color: #ffffff;
}

/* line 8548, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-accent .alert-icon i {
  color: #ffffff;
}

/* line 8550, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-accent .alert-text {
  color: #ffffff;
}

/* line 8552, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-accent .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}

/* line 8555, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-accent .alert-close i {
  color: #ffffff;
}

/* line 8557, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-accent {
  border: 1px solid #00c5dc;
  color: #00c5dc;
}

/* line 8560, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-accent .alert-icon i {
  color: #00c5dc;
}

/* line 8562, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-accent .alert-text {
  color: #00c5dc;
}

/* line 8564, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-accent .alert-close i {
  color: #00c5dc;
}

/* line 8566, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-accent {
  background: rgba(0, 197, 220, 0.1);
  border-color: transparent;
  color: #00c5dc;
}

/* line 8570, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-accent .alert-icon i {
  color: #00c5dc;
}

/* line 8572, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-accent .alert-text {
  color: #00c5dc;
}

/* line 8574, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-accent .alert-close i {
  color: #00c5dc;
}

/* line 8576, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-focus {
  background: #9816f4;
  border: 1px solid #9816f4;
  color: #ffffff;
}

/* line 8580, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-focus .alert-icon i {
  color: #ffffff;
}

/* line 8582, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-focus .alert-text {
  color: #ffffff;
}

/* line 8584, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-focus .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}

/* line 8587, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-focus .alert-close i {
  color: #ffffff;
}

/* line 8589, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-focus {
  border: 1px solid #9816f4;
  color: #9816f4;
}

/* line 8592, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-focus .alert-icon i {
  color: #9816f4;
}

/* line 8594, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-focus .alert-text {
  color: #9816f4;
}

/* line 8596, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-focus .alert-close i {
  color: #9816f4;
}

/* line 8598, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-focus {
  background: rgba(152, 22, 244, 0.1);
  border-color: transparent;
  color: #9816f4;
}

/* line 8602, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-focus .alert-icon i {
  color: #9816f4;
}

/* line 8604, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-focus .alert-text {
  color: #9816f4;
}

/* line 8606, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-focus .alert-close i {
  color: #9816f4;
}

/* line 8608, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-primary {
  background: #5867dd;
  border: 1px solid #5867dd;
  color: #ffffff;
}

/* line 8612, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-primary .alert-icon i {
  color: #ffffff;
}

/* line 8614, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-primary .alert-text {
  color: #ffffff;
}

/* line 8616, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-primary .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}

/* line 8619, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-primary .alert-close i {
  color: #ffffff;
}

/* line 8621, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-primary {
  border: 1px solid #5867dd;
  color: #5867dd;
}

/* line 8624, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-primary .alert-icon i {
  color: #5867dd;
}

/* line 8626, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-primary .alert-text {
  color: #5867dd;
}

/* line 8628, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-primary .alert-close i {
  color: #5867dd;
}

/* line 8630, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-primary {
  background: rgba(88, 103, 221, 0.1);
  border-color: transparent;
  color: #5867dd;
}

/* line 8634, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-primary .alert-icon i {
  color: #5867dd;
}

/* line 8636, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-primary .alert-text {
  color: #5867dd;
}

/* line 8638, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-primary .alert-close i {
  color: #5867dd;
}

/* line 8640, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-success {
  background: #1dc9b7;
  border: 1px solid #1dc9b7;
  color: #ffffff;
}

/* line 8644, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-success .alert-icon i {
  color: #ffffff;
}

/* line 8646, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-success .alert-text {
  color: #ffffff;
}

/* line 8648, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-success .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}

/* line 8651, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-success .alert-close i {
  color: #ffffff;
}

/* line 8653, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-success {
  border: 1px solid #1dc9b7;
  color: #1dc9b7;
}

/* line 8656, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-success .alert-icon i {
  color: #1dc9b7;
}

/* line 8658, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-success .alert-text {
  color: #1dc9b7;
}

/* line 8660, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-success .alert-close i {
  color: #1dc9b7;
}

/* line 8662, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-success {
  background: rgba(29, 201, 183, 0.1);
  border-color: transparent;
  color: #1dc9b7;
}

/* line 8666, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-success .alert-icon i {
  color: #1dc9b7;
}

/* line 8668, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-success .alert-text {
  color: #1dc9b7;
}

/* line 8670, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-success .alert-close i {
  color: #1dc9b7;
}

/* line 8672, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-info {
  background: #5578eb;
  border: 1px solid #5578eb;
  color: #ffffff;
}

/* line 8676, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-info .alert-icon i {
  color: #ffffff;
}

/* line 8678, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-info .alert-text {
  color: #ffffff;
}

/* line 8680, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-info .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}

/* line 8683, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-info .alert-close i {
  color: #ffffff;
}

/* line 8685, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-info {
  border: 1px solid #5578eb;
  color: #5578eb;
}

/* line 8688, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-info .alert-icon i {
  color: #5578eb;
}

/* line 8690, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-info .alert-text {
  color: #5578eb;
}

/* line 8692, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-info .alert-close i {
  color: #5578eb;
}

/* line 8694, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-info {
  background: rgba(85, 120, 235, 0.1);
  border-color: transparent;
  color: #5578eb;
}

/* line 8698, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-info .alert-icon i {
  color: #5578eb;
}

/* line 8700, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-info .alert-text {
  color: #5578eb;
}

/* line 8702, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-info .alert-close i {
  color: #5578eb;
}

/* line 8704, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-warning {
  background: #ffb822;
  border: 1px solid #ffb822;
  color: #111111;
}

/* line 8708, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-warning .alert-icon i {
  color: #111111;
}

/* line 8710, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-warning .alert-text {
  color: #111111;
}

/* line 8712, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-warning .alert-text hr {
  border-top-color: #111111;
  opacity: 0.4;
}

/* line 8715, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-warning .alert-close i {
  color: #111111;
}

/* line 8717, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-warning {
  border: 1px solid #ffb822;
  color: #ffb822;
}

/* line 8720, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-warning .alert-icon i {
  color: #ffb822;
}

/* line 8722, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-warning .alert-text {
  color: #ffb822;
}

/* line 8724, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-warning .alert-close i {
  color: #ffb822;
}

/* line 8726, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-warning {
  background: rgba(255, 184, 34, 0.1);
  border-color: transparent;
  color: #ffb822;
}

/* line 8730, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-warning .alert-icon i {
  color: #ffb822;
}

/* line 8732, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-warning .alert-text {
  color: #ffb822;
}

/* line 8734, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-warning .alert-close i {
  color: #ffb822;
}

/* line 8736, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-danger {
  background: #fd397a;
  border: 1px solid #fd397a;
  color: #ffffff;
}

/* line 8740, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-danger .alert-icon i {
  color: #ffffff;
}

/* line 8742, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-danger .alert-text {
  color: #ffffff;
}

/* line 8744, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-danger .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}

/* line 8747, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-danger .alert-close i {
  color: #ffffff;
}

/* line 8749, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-danger {
  border: 1px solid #fd397a;
  color: #fd397a;
}

/* line 8752, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-danger .alert-icon i {
  color: #fd397a;
}

/* line 8754, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-danger .alert-text {
  color: #fd397a;
}

/* line 8756, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-outline-danger .alert-close i {
  color: #fd397a;
}

/* line 8758, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-danger {
  background: rgba(253, 57, 122, 0.1);
  border-color: transparent;
  color: #fd397a;
}

/* line 8762, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-danger .alert-icon i {
  color: #fd397a;
}

/* line 8764, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-danger .alert-text {
  color: #fd397a;
}

/* line 8766, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-solid-danger .alert-close i {
  color: #fd397a;
}

/* line 8768, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-secondary .alert-icon i {
  color: #74788d;
}

/* line 8770, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-secondary .alert-text {
  color: #595d6e;
}

/* line 8772, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert--marginless {
  margin: 0;
}

/* line 8774, app/assets/stylesheets/theme/style.bundle.scss */
.alert.alert-bold .alert-text {
  font-weight: 500;
}

/* line 8777, app/assets/stylesheets/theme/style.bundle.scss */
.badge {
  font-weight: 400;
}

/* line 8780, app/assets/stylesheets/theme/style.bundle.scss */
.btn {
  background: transparent;
  outline: none !important;
  vertical-align: middle;
}

/* line 8784, app/assets/stylesheets/theme/style.bundle.scss */
.btn:focus:not(.btn-elevate) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 8788, app/assets/stylesheets/theme/style.bundle.scss */
label.btn,
input.btn,
button.btn {
  cursor: pointer;
}

/* line 8793, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-clean {
  border-color: transparent;
  background: transparent;
  color: #93a2dd;
}

/* line 8797, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-clean i {
  color: #93a2dd;
}

/* line 8799, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-clean, .btn.btn-clean.active, .btn.btn-clean:active, .btn.btn-clean:hover {
  color: #5d78ff;
  background: #f0f3ff;
}

/* line 8802, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-clean i, .btn.btn-clean.active i, .btn.btn-clean:active i, .btn.btn-clean:hover i {
  color: #5d78ff;
}

/* line 8805, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-default {
  border: 0;
  background: transparent;
  color: #74788d;
  border: 1px solid #e8ecfa;
}

/* line 8810, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-default i {
  color: #93a2dd;
}

/* line 8812, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-default, .btn.btn-default.active, .btn.btn-default:active, .btn.btn-default:hover {
  color: #ffffff;
  background: #5d78ff;
  border-color: #5d78ff;
}

/* line 8816, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-default i, .btn.btn-default.active i, .btn.btn-default:active i, .btn.btn-default:hover i {
  color: #ffffff;
}

/* line 8819, app/assets/stylesheets/theme/style.bundle.scss */
.btn-secondary {
  background-color: transparent;
  border: 1px solid #e2e5ec;
  color: #595d6e;
}

/* line 8823, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-secondary.dropdown-toggle, .btn-secondary:focus, .btn-secondary.active, .btn-secondary:active, .btn-secondary:hover {
  color: #595d6e;
  border-color: #e2e5ec;
  background-color: #f4f5f8;
}

/* line 8828, app/assets/stylesheets/theme/style.bundle.scss */
.btn-brand {
  color: #fff;
  background-color: #5d78ff;
  border-color: #5d78ff;
  color: #ffffff;
}

/* line 8833, app/assets/stylesheets/theme/style.bundle.scss */
.btn-brand:hover {
  color: #fff;
  background-color: #3758ff;
  border-color: #2a4eff;
}

/* line 8837, app/assets/stylesheets/theme/style.bundle.scss */
.btn-brand:focus, .btn-brand.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(117, 140, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(117, 140, 255, 0.5);
}

/* line 8840, app/assets/stylesheets/theme/style.bundle.scss */
.btn-brand.disabled, .btn-brand:disabled {
  color: #fff;
  background-color: #5d78ff;
  border-color: #5d78ff;
}

/* line 8844, app/assets/stylesheets/theme/style.bundle.scss */
.btn-brand:not(:disabled):not(.disabled):active, .btn-brand.active:not(:disabled):not(.disabled),
.show > .btn-brand.dropdown-toggle {
  color: #fff;
  background-color: #2a4eff;
  border-color: #1d43ff;
}

/* line 8849, app/assets/stylesheets/theme/style.bundle.scss */
.btn-brand:not(:disabled):not(.disabled):active:focus, .btn-brand.active:not(:disabled):not(.disabled):focus,
.show > .btn-brand.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(117, 140, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(117, 140, 255, 0.5);
}

/* line 8853, app/assets/stylesheets/theme/style.bundle.scss */
.btn-brand + .btn.dropdown-toggle {
  position: relative;
}

/* line 8855, app/assets/stylesheets/theme/style.bundle.scss */
.btn-brand + .btn.dropdown-toggle:before {
  display: block;
  content: ' ';
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}

/* line 8864, app/assets/stylesheets/theme/style.bundle.scss */
.btn-brand + .btn.dropdown-toggle:hover:before, .btn-brand + .btn.dropdown-toggle:focus:before, .btn-brand + .btn.dropdown-toggle.active:before {
  display: none;
}

/* line 8867, app/assets/stylesheets/theme/style.bundle.scss */
.btn-metal {
  color: #212529;
  background-color: #d3dae6;
  border-color: #d3dae6;
  color: #586272;
}

/* line 8872, app/assets/stylesheets/theme/style.bundle.scss */
.btn-metal:hover {
  color: #212529;
  background-color: #bbc5d8;
  border-color: #b2bfd4;
}

/* line 8876, app/assets/stylesheets/theme/style.bundle.scss */
.btn-metal:focus, .btn-metal.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(184, 191, 202, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(184, 191, 202, 0.5);
}

/* line 8879, app/assets/stylesheets/theme/style.bundle.scss */
.btn-metal.disabled, .btn-metal:disabled {
  color: #212529;
  background-color: #d3dae6;
  border-color: #d3dae6;
}

/* line 8883, app/assets/stylesheets/theme/style.bundle.scss */
.btn-metal:not(:disabled):not(.disabled):active, .btn-metal.active:not(:disabled):not(.disabled),
.show > .btn-metal.dropdown-toggle {
  color: #212529;
  background-color: #b2bfd4;
  border-color: #aab8cf;
}

/* line 8888, app/assets/stylesheets/theme/style.bundle.scss */
.btn-metal:not(:disabled):not(.disabled):active:focus, .btn-metal.active:not(:disabled):not(.disabled):focus,
.show > .btn-metal.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(184, 191, 202, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(184, 191, 202, 0.5);
}

/* line 8892, app/assets/stylesheets/theme/style.bundle.scss */
.btn-metal + .btn.dropdown-toggle {
  position: relative;
}

/* line 8894, app/assets/stylesheets/theme/style.bundle.scss */
.btn-metal + .btn.dropdown-toggle:before {
  display: block;
  content: ' ';
  border-left: 1px solid #586272;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}

/* line 8903, app/assets/stylesheets/theme/style.bundle.scss */
.btn-metal + .btn.dropdown-toggle:hover:before, .btn-metal + .btn.dropdown-toggle:focus:before, .btn-metal + .btn.dropdown-toggle.active:before {
  display: none;
}

/* line 8906, app/assets/stylesheets/theme/style.bundle.scss */
.btn-light {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #282a3c;
}

/* line 8911, app/assets/stylesheets/theme/style.bundle.scss */
.btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 8915, app/assets/stylesheets/theme/style.bundle.scss */
.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

/* line 8918, app/assets/stylesheets/theme/style.bundle.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 8922, app/assets/stylesheets/theme/style.bundle.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 8927, app/assets/stylesheets/theme/style.bundle.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

/* line 8931, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-light.dropdown-toggle, .btn-light:focus, .btn-light.active, .btn-light:active, .btn-light:hover {
  background-color: #f7f8fa;
  border-color: #f7f8fa;
}

/* line 8934, app/assets/stylesheets/theme/style.bundle.scss */
.btn-light + .btn.dropdown-toggle {
  position: relative;
}

/* line 8936, app/assets/stylesheets/theme/style.bundle.scss */
.btn-light + .btn.dropdown-toggle:before {
  display: block;
  content: ' ';
  border-left: 1px solid #282a3c;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}

/* line 8945, app/assets/stylesheets/theme/style.bundle.scss */
.btn-light + .btn.dropdown-toggle:hover:before, .btn-light + .btn.dropdown-toggle:focus:before, .btn-light + .btn.dropdown-toggle.active:before {
  display: none;
}

/* line 8948, app/assets/stylesheets/theme/style.bundle.scss */
.btn-dark {
  color: #fff;
  background-color: #645ca1;
  border-color: #645ca1;
  color: #ffffff;
}

/* line 8953, app/assets/stylesheets/theme/style.bundle.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #554e89;
  border-color: #504a80;
}

/* line 8957, app/assets/stylesheets/theme/style.bundle.scss */
.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(123, 117, 175, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(123, 117, 175, 0.5);
}

/* line 8960, app/assets/stylesheets/theme/style.bundle.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #645ca1;
  border-color: #645ca1;
}

/* line 8964, app/assets/stylesheets/theme/style.bundle.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #504a80;
  border-color: #4b4578;
}

/* line 8969, app/assets/stylesheets/theme/style.bundle.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(123, 117, 175, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(123, 117, 175, 0.5);
}

/* line 8973, app/assets/stylesheets/theme/style.bundle.scss */
.btn-dark + .btn.dropdown-toggle {
  position: relative;
}

/* line 8975, app/assets/stylesheets/theme/style.bundle.scss */
.btn-dark + .btn.dropdown-toggle:before {
  display: block;
  content: ' ';
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}

/* line 8984, app/assets/stylesheets/theme/style.bundle.scss */
.btn-dark + .btn.dropdown-toggle:hover:before, .btn-dark + .btn.dropdown-toggle:focus:before, .btn-dark + .btn.dropdown-toggle.active:before {
  display: none;
}

/* line 8987, app/assets/stylesheets/theme/style.bundle.scss */
.btn-accent {
  color: #fff;
  background-color: #00c5dc;
  border-color: #00c5dc;
  color: #ffffff;
}

/* line 8992, app/assets/stylesheets/theme/style.bundle.scss */
.btn-accent:hover {
  color: #fff;
  background-color: #00a3b6;
  border-color: #0097a9;
}

/* line 8996, app/assets/stylesheets/theme/style.bundle.scss */
.btn-accent:focus, .btn-accent.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 206, 225, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 206, 225, 0.5);
}

/* line 8999, app/assets/stylesheets/theme/style.bundle.scss */
.btn-accent.disabled, .btn-accent:disabled {
  color: #fff;
  background-color: #00c5dc;
  border-color: #00c5dc;
}

/* line 9003, app/assets/stylesheets/theme/style.bundle.scss */
.btn-accent:not(:disabled):not(.disabled):active, .btn-accent.active:not(:disabled):not(.disabled),
.show > .btn-accent.dropdown-toggle {
  color: #fff;
  background-color: #0097a9;
  border-color: #008c9c;
}

/* line 9008, app/assets/stylesheets/theme/style.bundle.scss */
.btn-accent:not(:disabled):not(.disabled):active:focus, .btn-accent.active:not(:disabled):not(.disabled):focus,
.show > .btn-accent.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 206, 225, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 206, 225, 0.5);
}

/* line 9012, app/assets/stylesheets/theme/style.bundle.scss */
.btn-accent + .btn.dropdown-toggle {
  position: relative;
}

/* line 9014, app/assets/stylesheets/theme/style.bundle.scss */
.btn-accent + .btn.dropdown-toggle:before {
  display: block;
  content: ' ';
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}

/* line 9023, app/assets/stylesheets/theme/style.bundle.scss */
.btn-accent + .btn.dropdown-toggle:hover:before, .btn-accent + .btn.dropdown-toggle:focus:before, .btn-accent + .btn.dropdown-toggle.active:before {
  display: none;
}

/* line 9026, app/assets/stylesheets/theme/style.bundle.scss */
.btn-focus {
  color: #fff;
  background-color: #9816f4;
  border-color: #9816f4;
  color: #ffffff;
}

/* line 9031, app/assets/stylesheets/theme/style.bundle.scss */
.btn-focus:hover {
  color: #fff;
  background-color: #840ad9;
  border-color: #7c0acd;
}

/* line 9035, app/assets/stylesheets/theme/style.bundle.scss */
.btn-focus:focus, .btn-focus.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(167, 57, 246, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(167, 57, 246, 0.5);
}

/* line 9038, app/assets/stylesheets/theme/style.bundle.scss */
.btn-focus.disabled, .btn-focus:disabled {
  color: #fff;
  background-color: #9816f4;
  border-color: #9816f4;
}

/* line 9042, app/assets/stylesheets/theme/style.bundle.scss */
.btn-focus:not(:disabled):not(.disabled):active, .btn-focus.active:not(:disabled):not(.disabled),
.show > .btn-focus.dropdown-toggle {
  color: #fff;
  background-color: #7c0acd;
  border-color: #7509c1;
}

/* line 9047, app/assets/stylesheets/theme/style.bundle.scss */
.btn-focus:not(:disabled):not(.disabled):active:focus, .btn-focus.active:not(:disabled):not(.disabled):focus,
.show > .btn-focus.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(167, 57, 246, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(167, 57, 246, 0.5);
}

/* line 9051, app/assets/stylesheets/theme/style.bundle.scss */
.btn-focus + .btn.dropdown-toggle {
  position: relative;
}

/* line 9053, app/assets/stylesheets/theme/style.bundle.scss */
.btn-focus + .btn.dropdown-toggle:before {
  display: block;
  content: ' ';
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}

/* line 9062, app/assets/stylesheets/theme/style.bundle.scss */
.btn-focus + .btn.dropdown-toggle:hover:before, .btn-focus + .btn.dropdown-toggle:focus:before, .btn-focus + .btn.dropdown-toggle.active:before {
  display: none;
}

/* line 9065, app/assets/stylesheets/theme/style.bundle.scss */
.btn-primary {
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
  color: #ffffff;
}

/* line 9070, app/assets/stylesheets/theme/style.bundle.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #384ad7;
  border-color: #2e40d4;
}

/* line 9074, app/assets/stylesheets/theme/style.bundle.scss */
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
}

/* line 9077, app/assets/stylesheets/theme/style.bundle.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}

/* line 9081, app/assets/stylesheets/theme/style.bundle.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2e40d4;
  border-color: #293ccc;
}

/* line 9086, app/assets/stylesheets/theme/style.bundle.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
}

/* line 9090, app/assets/stylesheets/theme/style.bundle.scss */
.btn-primary + .btn.dropdown-toggle {
  position: relative;
}

/* line 9092, app/assets/stylesheets/theme/style.bundle.scss */
.btn-primary + .btn.dropdown-toggle:before {
  display: block;
  content: ' ';
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}

/* line 9101, app/assets/stylesheets/theme/style.bundle.scss */
.btn-primary + .btn.dropdown-toggle:hover:before, .btn-primary + .btn.dropdown-toggle:focus:before, .btn-primary + .btn.dropdown-toggle.active:before {
  display: none;
}

/* line 9104, app/assets/stylesheets/theme/style.bundle.scss */
.btn-success {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
  color: #ffffff;
}

/* line 9109, app/assets/stylesheets/theme/style.bundle.scss */
.btn-success:hover {
  color: #fff;
  background-color: #18a899;
  border-color: #179c8e;
}

/* line 9113, app/assets/stylesheets/theme/style.bundle.scss */
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5);
}

/* line 9116, app/assets/stylesheets/theme/style.bundle.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}

/* line 9120, app/assets/stylesheets/theme/style.bundle.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #179c8e;
  border-color: #159184;
}

/* line 9125, app/assets/stylesheets/theme/style.bundle.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5);
}

/* line 9129, app/assets/stylesheets/theme/style.bundle.scss */
.btn-success + .btn.dropdown-toggle {
  position: relative;
}

/* line 9131, app/assets/stylesheets/theme/style.bundle.scss */
.btn-success + .btn.dropdown-toggle:before {
  display: block;
  content: ' ';
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}

/* line 9140, app/assets/stylesheets/theme/style.bundle.scss */
.btn-success + .btn.dropdown-toggle:hover:before, .btn-success + .btn.dropdown-toggle:focus:before, .btn-success + .btn.dropdown-toggle.active:before {
  display: none;
}

/* line 9143, app/assets/stylesheets/theme/style.bundle.scss */
.btn-info {
  color: #fff;
  background-color: #5578eb;
  border-color: #5578eb;
  color: #ffffff;
}

/* line 9148, app/assets/stylesheets/theme/style.bundle.scss */
.btn-info:hover {
  color: #fff;
  background-color: #335de7;
  border-color: #2754e6;
}

/* line 9152, app/assets/stylesheets/theme/style.bundle.scss */
.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 140, 238, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(111, 140, 238, 0.5);
}

/* line 9155, app/assets/stylesheets/theme/style.bundle.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #5578eb;
  border-color: #5578eb;
}

/* line 9159, app/assets/stylesheets/theme/style.bundle.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2754e6;
  border-color: #1c4be4;
}

/* line 9164, app/assets/stylesheets/theme/style.bundle.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 140, 238, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(111, 140, 238, 0.5);
}

/* line 9168, app/assets/stylesheets/theme/style.bundle.scss */
.btn-info + .btn.dropdown-toggle {
  position: relative;
}

/* line 9170, app/assets/stylesheets/theme/style.bundle.scss */
.btn-info + .btn.dropdown-toggle:before {
  display: block;
  content: ' ';
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}

/* line 9179, app/assets/stylesheets/theme/style.bundle.scss */
.btn-info + .btn.dropdown-toggle:hover:before, .btn-info + .btn.dropdown-toggle:focus:before, .btn-info + .btn.dropdown-toggle.active:before {
  display: none;
}

/* line 9182, app/assets/stylesheets/theme/style.bundle.scss */
.btn-warning {
  color: #212529;
  background-color: #ffb822;
  border-color: #ffb822;
  color: #111111;
}

/* line 9187, app/assets/stylesheets/theme/style.bundle.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #fbaa00;
  border-color: #eea200;
}

/* line 9191, app/assets/stylesheets/theme/style.bundle.scss */
.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5);
}

/* line 9194, app/assets/stylesheets/theme/style.bundle.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffb822;
  border-color: #ffb822;
}

/* line 9198, app/assets/stylesheets/theme/style.bundle.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #eea200;
  border-color: #e19900;
}

/* line 9203, app/assets/stylesheets/theme/style.bundle.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5);
}

/* line 9207, app/assets/stylesheets/theme/style.bundle.scss */
.btn-warning + .btn.dropdown-toggle {
  position: relative;
}

/* line 9209, app/assets/stylesheets/theme/style.bundle.scss */
.btn-warning + .btn.dropdown-toggle:before {
  display: block;
  content: ' ';
  border-left: 1px solid #111111;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}

/* line 9218, app/assets/stylesheets/theme/style.bundle.scss */
.btn-warning + .btn.dropdown-toggle:hover:before, .btn-warning + .btn.dropdown-toggle:focus:before, .btn-warning + .btn.dropdown-toggle.active:before {
  display: none;
}

/* line 9221, app/assets/stylesheets/theme/style.bundle.scss */
.btn-danger {
  color: #fff;
  background-color: #fd397a;
  border-color: #fd397a;
  color: #ffffff;
}

/* line 9226, app/assets/stylesheets/theme/style.bundle.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #fd1361;
  border-color: #fc0758;
}

/* line 9230, app/assets/stylesheets/theme/style.bundle.scss */
.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 87, 142, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(253, 87, 142, 0.5);
}

/* line 9233, app/assets/stylesheets/theme/style.bundle.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #fd397a;
  border-color: #fd397a;
}

/* line 9237, app/assets/stylesheets/theme/style.bundle.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #fc0758;
  border-color: #f40252;
}

/* line 9242, app/assets/stylesheets/theme/style.bundle.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 87, 142, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(253, 87, 142, 0.5);
}

/* line 9246, app/assets/stylesheets/theme/style.bundle.scss */
.btn-danger + .btn.dropdown-toggle {
  position: relative;
}

/* line 9248, app/assets/stylesheets/theme/style.bundle.scss */
.btn-danger + .btn.dropdown-toggle:before {
  display: block;
  content: ' ';
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}

/* line 9257, app/assets/stylesheets/theme/style.bundle.scss */
.btn-danger + .btn.dropdown-toggle:hover:before, .btn-danger + .btn.dropdown-toggle:focus:before, .btn-danger + .btn.dropdown-toggle.active:before {
  display: none;
}

/* line 9260, app/assets/stylesheets/theme/style.bundle.scss */
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}

/* line 9265, app/assets/stylesheets/theme/style.bundle.scss */
.btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}

/* line 9269, app/assets/stylesheets/theme/style.bundle.scss */
.btn-facebook:focus, .btn-facebook.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

/* line 9272, app/assets/stylesheets/theme/style.bundle.scss */
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

/* line 9276, app/assets/stylesheets/theme/style.bundle.scss */
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook.active:not(:disabled):not(.disabled),
.show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
}

/* line 9281, app/assets/stylesheets/theme/style.bundle.scss */
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook.active:not(:disabled):not(.disabled):focus,
.show > .btn-facebook.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

/* line 9285, app/assets/stylesheets/theme/style.bundle.scss */
.btn-facebook + .btn.dropdown-toggle {
  position: relative;
}

/* line 9287, app/assets/stylesheets/theme/style.bundle.scss */
.btn-facebook + .btn.dropdown-toggle:before {
  display: block;
  content: ' ';
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}

/* line 9296, app/assets/stylesheets/theme/style.bundle.scss */
.btn-facebook + .btn.dropdown-toggle:hover:before, .btn-facebook + .btn.dropdown-toggle:focus:before, .btn-facebook + .btn.dropdown-toggle.active:before {
  display: none;
}

/* line 9299, app/assets/stylesheets/theme/style.bundle.scss */
.btn-google {
  color: #fff;
  background-color: #dc4e41;
  border-color: #dc4e41;
  color: #ffffff;
}

/* line 9304, app/assets/stylesheets/theme/style.bundle.scss */
.btn-google:hover {
  color: #fff;
  background-color: #d03526;
  border-color: #c63224;
}

/* line 9308, app/assets/stylesheets/theme/style.bundle.scss */
.btn-google:focus, .btn-google.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 105, 94, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 105, 94, 0.5);
}

/* line 9311, app/assets/stylesheets/theme/style.bundle.scss */
.btn-google.disabled, .btn-google:disabled {
  color: #fff;
  background-color: #dc4e41;
  border-color: #dc4e41;
}

/* line 9315, app/assets/stylesheets/theme/style.bundle.scss */
.btn-google:not(:disabled):not(.disabled):active, .btn-google.active:not(:disabled):not(.disabled),
.show > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #c63224;
  border-color: #bb2f22;
}

/* line 9320, app/assets/stylesheets/theme/style.bundle.scss */
.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google.active:not(:disabled):not(.disabled):focus,
.show > .btn-google.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 105, 94, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 105, 94, 0.5);
}

/* line 9324, app/assets/stylesheets/theme/style.bundle.scss */
.btn-google + .btn.dropdown-toggle {
  position: relative;
}

/* line 9326, app/assets/stylesheets/theme/style.bundle.scss */
.btn-google + .btn.dropdown-toggle:before {
  display: block;
  content: ' ';
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}

/* line 9335, app/assets/stylesheets/theme/style.bundle.scss */
.btn-google + .btn.dropdown-toggle:hover:before, .btn-google + .btn.dropdown-toggle:focus:before, .btn-google + .btn.dropdown-toggle.active:before {
  display: none;
}

/* line 9338, app/assets/stylesheets/theme/style.bundle.scss */
.btn-twitter {
  color: #212529;
  background-color: #4AB3F4;
  border-color: #4AB3F4;
  color: #ffffff;
}

/* line 9343, app/assets/stylesheets/theme/style.bundle.scss */
.btn-twitter:hover {
  color: #fff;
  background-color: #26a4f2;
  border-color: #1a9ff1;
}

/* line 9347, app/assets/stylesheets/theme/style.bundle.scss */
.btn-twitter:focus, .btn-twitter.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 158, 214, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(68, 158, 214, 0.5);
}

/* line 9350, app/assets/stylesheets/theme/style.bundle.scss */
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #212529;
  background-color: #4AB3F4;
  border-color: #4AB3F4;
}

/* line 9354, app/assets/stylesheets/theme/style.bundle.scss */
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter.active:not(:disabled):not(.disabled),
.show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #1a9ff1;
  border-color: #0f9af0;
}

/* line 9359, app/assets/stylesheets/theme/style.bundle.scss */
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter.active:not(:disabled):not(.disabled):focus,
.show > .btn-twitter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 158, 214, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(68, 158, 214, 0.5);
}

/* line 9363, app/assets/stylesheets/theme/style.bundle.scss */
.btn-twitter + .btn.dropdown-toggle {
  position: relative;
}

/* line 9365, app/assets/stylesheets/theme/style.bundle.scss */
.btn-twitter + .btn.dropdown-toggle:before {
  display: block;
  content: ' ';
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}

/* line 9374, app/assets/stylesheets/theme/style.bundle.scss */
.btn-twitter + .btn.dropdown-toggle:hover:before, .btn-twitter + .btn.dropdown-toggle:focus:before, .btn-twitter + .btn.dropdown-toggle.active:before {
  display: none;
}

/* line 9377, app/assets/stylesheets/theme/style.bundle.scss */
.btn-instagram {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
  color: #ffffff;
}

/* line 9382, app/assets/stylesheets/theme/style.bundle.scss */
.btn-instagram:hover {
  color: #fff;
  background-color: #446b8a;
  border-color: #406582;
}

/* line 9386, app/assets/stylesheets/theme/style.bundle.scss */
.btn-instagram:focus, .btn-instagram.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
}

/* line 9389, app/assets/stylesheets/theme/style.bundle.scss */
.btn-instagram.disabled, .btn-instagram:disabled {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}

/* line 9393, app/assets/stylesheets/theme/style.bundle.scss */
.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram.active:not(:disabled):not(.disabled),
.show > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #406582;
  border-color: #3c5e79;
}

/* line 9398, app/assets/stylesheets/theme/style.bundle.scss */
.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram.active:not(:disabled):not(.disabled):focus,
.show > .btn-instagram.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
}

/* line 9402, app/assets/stylesheets/theme/style.bundle.scss */
.btn-instagram + .btn.dropdown-toggle {
  position: relative;
}

/* line 9404, app/assets/stylesheets/theme/style.bundle.scss */
.btn-instagram + .btn.dropdown-toggle:before {
  display: block;
  content: ' ';
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}

/* line 9413, app/assets/stylesheets/theme/style.bundle.scss */
.btn-instagram + .btn.dropdown-toggle:hover:before, .btn-instagram + .btn.dropdown-toggle:focus:before, .btn-instagram + .btn.dropdown-toggle.active:before {
  display: none;
}

/* line 9416, app/assets/stylesheets/theme/style.bundle.scss */
.btn-youtube {
  color: #fff;
  background-color: #b31217;
  border-color: #b31217;
  color: #ffffff;
}

/* line 9421, app/assets/stylesheets/theme/style.bundle.scss */
.btn-youtube:hover {
  color: #fff;
  background-color: #900f13;
  border-color: #850d11;
}

/* line 9425, app/assets/stylesheets/theme/style.bundle.scss */
.btn-youtube:focus, .btn-youtube.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(190, 54, 58, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(190, 54, 58, 0.5);
}

/* line 9428, app/assets/stylesheets/theme/style.bundle.scss */
.btn-youtube.disabled, .btn-youtube:disabled {
  color: #fff;
  background-color: #b31217;
  border-color: #b31217;
}

/* line 9432, app/assets/stylesheets/theme/style.bundle.scss */
.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube.active:not(:disabled):not(.disabled),
.show > .btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #850d11;
  border-color: #790c10;
}

/* line 9437, app/assets/stylesheets/theme/style.bundle.scss */
.btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube.active:not(:disabled):not(.disabled):focus,
.show > .btn-youtube.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(190, 54, 58, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(190, 54, 58, 0.5);
}

/* line 9441, app/assets/stylesheets/theme/style.bundle.scss */
.btn-youtube + .btn.dropdown-toggle {
  position: relative;
}

/* line 9443, app/assets/stylesheets/theme/style.bundle.scss */
.btn-youtube + .btn.dropdown-toggle:before {
  display: block;
  content: ' ';
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}

/* line 9452, app/assets/stylesheets/theme/style.bundle.scss */
.btn-youtube + .btn.dropdown-toggle:hover:before, .btn-youtube + .btn.dropdown-toggle:focus:before, .btn-youtube + .btn.dropdown-toggle.active:before {
  display: none;
}

/* line 9455, app/assets/stylesheets/theme/style.bundle.scss */
.btn-linkedin {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
  color: #ffffff;
}

/* line 9460, app/assets/stylesheets/theme/style.bundle.scss */
.btn-linkedin:hover {
  color: #fff;
  background-color: #005e8f;
  border-color: #005582;
}

/* line 9464, app/assets/stylesheets/theme/style.bundle.scss */
.btn-linkedin:focus, .btn-linkedin.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 139, 192, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 139, 192, 0.5);
}

/* line 9467, app/assets/stylesheets/theme/style.bundle.scss */
.btn-linkedin.disabled, .btn-linkedin:disabled {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
}

/* line 9471, app/assets/stylesheets/theme/style.bundle.scss */
.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin.active:not(:disabled):not(.disabled),
.show > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #005582;
  border-color: #004d75;
}

/* line 9476, app/assets/stylesheets/theme/style.bundle.scss */
.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin.active:not(:disabled):not(.disabled):focus,
.show > .btn-linkedin.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 139, 192, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 139, 192, 0.5);
}

/* line 9480, app/assets/stylesheets/theme/style.bundle.scss */
.btn-linkedin + .btn.dropdown-toggle {
  position: relative;
}

/* line 9482, app/assets/stylesheets/theme/style.bundle.scss */
.btn-linkedin + .btn.dropdown-toggle:before {
  display: block;
  content: ' ';
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}

/* line 9491, app/assets/stylesheets/theme/style.bundle.scss */
.btn-linkedin + .btn.dropdown-toggle:hover:before, .btn-linkedin + .btn.dropdown-toggle:focus:before, .btn-linkedin + .btn.dropdown-toggle.active:before {
  display: none;
}

/* line 9494, app/assets/stylesheets/theme/style.bundle.scss */
.btn-skype {
  color: #fff;
  background-color: #00aff0;
  border-color: #00aff0;
  color: #ffffff;
}

/* line 9499, app/assets/stylesheets/theme/style.bundle.scss */
.btn-skype:hover {
  color: #fff;
  background-color: #0093ca;
  border-color: #008abd;
}

/* line 9503, app/assets/stylesheets/theme/style.bundle.scss */
.btn-skype:focus, .btn-skype.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 187, 242, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 187, 242, 0.5);
}

/* line 9506, app/assets/stylesheets/theme/style.bundle.scss */
.btn-skype.disabled, .btn-skype:disabled {
  color: #fff;
  background-color: #00aff0;
  border-color: #00aff0;
}

/* line 9510, app/assets/stylesheets/theme/style.bundle.scss */
.btn-skype:not(:disabled):not(.disabled):active, .btn-skype.active:not(:disabled):not(.disabled),
.show > .btn-skype.dropdown-toggle {
  color: #fff;
  background-color: #008abd;
  border-color: #0081b0;
}

/* line 9515, app/assets/stylesheets/theme/style.bundle.scss */
.btn-skype:not(:disabled):not(.disabled):active:focus, .btn-skype.active:not(:disabled):not(.disabled):focus,
.show > .btn-skype.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 187, 242, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 187, 242, 0.5);
}

/* line 9519, app/assets/stylesheets/theme/style.bundle.scss */
.btn-skype + .btn.dropdown-toggle {
  position: relative;
}

/* line 9521, app/assets/stylesheets/theme/style.bundle.scss */
.btn-skype + .btn.dropdown-toggle:before {
  display: block;
  content: ' ';
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}

/* line 9530, app/assets/stylesheets/theme/style.bundle.scss */
.btn-skype + .btn.dropdown-toggle:hover:before, .btn-skype + .btn.dropdown-toggle:focus:before, .btn-skype + .btn.dropdown-toggle.active:before {
  display: none;
}

/* line 9533, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-brand {
  color: #5d78ff;
  border-color: #5d78ff;
}

/* line 9536, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-brand:hover {
  color: #ffffff;
  background-color: #5d78ff;
  border-color: #5d78ff;
}

/* line 9540, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-brand:focus, .btn-outline-brand.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(93, 120, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(93, 120, 255, 0.5);
}

/* line 9543, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-brand.disabled, .btn-outline-brand:disabled {
  color: #5d78ff;
  background-color: transparent;
}

/* line 9546, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-brand:not(:disabled):not(.disabled):active, .btn-outline-brand.active:not(:disabled):not(.disabled),
.show > .btn-outline-brand.dropdown-toggle {
  color: #fff;
  background-color: #5d78ff;
  border-color: #5d78ff;
}

/* line 9551, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-brand:not(:disabled):not(.disabled):active:focus, .btn-outline-brand.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-brand.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(93, 120, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(93, 120, 255, 0.5);
}

/* line 9556, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-metal {
  color: #d3dae6;
  border-color: #d3dae6;
}

/* line 9559, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-metal:hover {
  color: #586272;
  background-color: #d3dae6;
  border-color: #d3dae6;
}

/* line 9563, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-metal:focus, .btn-outline-metal.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 218, 230, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(211, 218, 230, 0.5);
}

/* line 9566, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-metal.disabled, .btn-outline-metal:disabled {
  color: #d3dae6;
  background-color: transparent;
}

/* line 9569, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-metal:not(:disabled):not(.disabled):active, .btn-outline-metal.active:not(:disabled):not(.disabled),
.show > .btn-outline-metal.dropdown-toggle {
  color: #212529;
  background-color: #d3dae6;
  border-color: #d3dae6;
}

/* line 9574, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-metal:not(:disabled):not(.disabled):active:focus, .btn-outline-metal.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-metal.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 218, 230, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(211, 218, 230, 0.5);
}

/* line 9579, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}

/* line 9582, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-light:hover {
  color: #282a3c;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 9586, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 9589, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}

/* line 9592, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 9597, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 9602, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-dark {
  color: #645ca1;
  border-color: #645ca1;
}

/* line 9605, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #645ca1;
  border-color: #645ca1;
}

/* line 9609, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 92, 161, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(100, 92, 161, 0.5);
}

/* line 9612, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #645ca1;
  background-color: transparent;
}

/* line 9615, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #645ca1;
  border-color: #645ca1;
}

/* line 9620, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 92, 161, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(100, 92, 161, 0.5);
}

/* line 9625, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-accent {
  color: #00c5dc;
  border-color: #00c5dc;
}

/* line 9628, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-accent:hover {
  color: #ffffff;
  background-color: #00c5dc;
  border-color: #00c5dc;
}

/* line 9632, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-accent:focus, .btn-outline-accent.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 197, 220, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 197, 220, 0.5);
}

/* line 9635, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-accent.disabled, .btn-outline-accent:disabled {
  color: #00c5dc;
  background-color: transparent;
}

/* line 9638, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-accent:not(:disabled):not(.disabled):active, .btn-outline-accent.active:not(:disabled):not(.disabled),
.show > .btn-outline-accent.dropdown-toggle {
  color: #fff;
  background-color: #00c5dc;
  border-color: #00c5dc;
}

/* line 9643, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-accent:not(:disabled):not(.disabled):active:focus, .btn-outline-accent.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-accent.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 197, 220, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 197, 220, 0.5);
}

/* line 9648, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-focus {
  color: #9816f4;
  border-color: #9816f4;
}

/* line 9651, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-focus:hover {
  color: #ffffff;
  background-color: #9816f4;
  border-color: #9816f4;
}

/* line 9655, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-focus:focus, .btn-outline-focus.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 22, 244, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(152, 22, 244, 0.5);
}

/* line 9658, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-focus.disabled, .btn-outline-focus:disabled {
  color: #9816f4;
  background-color: transparent;
}

/* line 9661, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-focus:not(:disabled):not(.disabled):active, .btn-outline-focus.active:not(:disabled):not(.disabled),
.show > .btn-outline-focus.dropdown-toggle {
  color: #fff;
  background-color: #9816f4;
  border-color: #9816f4;
}

/* line 9666, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-focus:not(:disabled):not(.disabled):active:focus, .btn-outline-focus.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-focus.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 22, 244, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(152, 22, 244, 0.5);
}

/* line 9671, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-primary {
  color: #5867dd;
  border-color: #5867dd;
}

/* line 9674, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #5867dd;
  border-color: #5867dd;
}

/* line 9678, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
}

/* line 9681, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #5867dd;
  background-color: transparent;
}

/* line 9684, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}

/* line 9689, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
}

/* line 9694, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-success {
  color: #1dc9b7;
  border-color: #1dc9b7;
}

/* line 9697, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}

/* line 9701, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
}

/* line 9704, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #1dc9b7;
  background-color: transparent;
}

/* line 9707, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled),
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}

/* line 9712, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
}

/* line 9717, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-info {
  color: #5578eb;
  border-color: #5578eb;
}

/* line 9720, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #5578eb;
  border-color: #5578eb;
}

/* line 9724, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5);
}

/* line 9727, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5578eb;
  background-color: transparent;
}

/* line 9730, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5578eb;
  border-color: #5578eb;
}

/* line 9735, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5);
}

/* line 9740, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-warning {
  color: #ffb822;
  border-color: #ffb822;
}

/* line 9743, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-warning:hover {
  color: #111111;
  background-color: #ffb822;
  border-color: #ffb822;
}

/* line 9747, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
}

/* line 9750, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffb822;
  background-color: transparent;
}

/* line 9753, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffb822;
  border-color: #ffb822;
}

/* line 9758, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
}

/* line 9763, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-danger {
  color: #fd397a;
  border-color: #fd397a;
}

/* line 9766, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #fd397a;
  border-color: #fd397a;
}

/* line 9770, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5);
}

/* line 9773, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #fd397a;
  background-color: transparent;
}

/* line 9776, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled),
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #fd397a;
  border-color: #fd397a;
}

/* line 9781, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5);
}

/* line 9786, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-hover-brand, .btn-hover-brand.active, .btn-hover-brand:active, .btn-hover-brand:hover {
  color: #ffffff;
  background-color: #5d78ff;
  border-color: #5d78ff;
}

/* line 9791, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-hover-brand.btn-clean {
  border: 1px solid transparent;
}

/* line 9794, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-outline-hover-brand, .btn-outline-hover-brand.active, .btn-outline-hover-brand:active, .btn-outline-hover-brand:hover {
  color: #5d78ff;
  border-color: #5d78ff;
  background-color: transparent;
}

/* line 9799, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-hover-metal, .btn-hover-metal.active, .btn-hover-metal:active, .btn-hover-metal:hover {
  color: #586272;
  background-color: #d3dae6;
  border-color: #d3dae6;
}

/* line 9804, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-hover-metal.btn-clean {
  border: 1px solid transparent;
}

/* line 9807, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-outline-hover-metal, .btn-outline-hover-metal.active, .btn-outline-hover-metal:active, .btn-outline-hover-metal:hover {
  color: #d3dae6;
  border-color: #d3dae6;
  background-color: transparent;
}

/* line 9812, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-hover-light, .btn-hover-light.active, .btn-hover-light:active, .btn-hover-light:hover {
  color: #282a3c;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 9817, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-hover-light.btn-clean {
  border: 1px solid transparent;
}

/* line 9820, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-outline-hover-light, .btn-outline-hover-light.active, .btn-outline-hover-light:active, .btn-outline-hover-light:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}

/* line 9825, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-hover-dark, .btn-hover-dark.active, .btn-hover-dark:active, .btn-hover-dark:hover {
  color: #ffffff;
  background-color: #645ca1;
  border-color: #645ca1;
}

/* line 9830, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-hover-dark.btn-clean {
  border: 1px solid transparent;
}

/* line 9833, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-outline-hover-dark, .btn-outline-hover-dark.active, .btn-outline-hover-dark:active, .btn-outline-hover-dark:hover {
  color: #645ca1;
  border-color: #645ca1;
  background-color: transparent;
}

/* line 9838, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-hover-accent, .btn-hover-accent.active, .btn-hover-accent:active, .btn-hover-accent:hover {
  color: #ffffff;
  background-color: #00c5dc;
  border-color: #00c5dc;
}

/* line 9843, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-hover-accent.btn-clean {
  border: 1px solid transparent;
}

/* line 9846, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-outline-hover-accent, .btn-outline-hover-accent.active, .btn-outline-hover-accent:active, .btn-outline-hover-accent:hover {
  color: #00c5dc;
  border-color: #00c5dc;
  background-color: transparent;
}

/* line 9851, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-hover-focus, .btn-hover-focus.active, .btn-hover-focus:active, .btn-hover-focus:hover {
  color: #ffffff;
  background-color: #9816f4;
  border-color: #9816f4;
}

/* line 9856, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-hover-focus.btn-clean {
  border: 1px solid transparent;
}

/* line 9859, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-outline-hover-focus, .btn-outline-hover-focus.active, .btn-outline-hover-focus:active, .btn-outline-hover-focus:hover {
  color: #9816f4;
  border-color: #9816f4;
  background-color: transparent;
}

/* line 9864, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-hover-primary, .btn-hover-primary.active, .btn-hover-primary:active, .btn-hover-primary:hover {
  color: #ffffff;
  background-color: #5867dd;
  border-color: #5867dd;
}

/* line 9869, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-hover-primary.btn-clean {
  border: 1px solid transparent;
}

/* line 9872, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-outline-hover-primary, .btn-outline-hover-primary.active, .btn-outline-hover-primary:active, .btn-outline-hover-primary:hover {
  color: #5867dd;
  border-color: #5867dd;
  background-color: transparent;
}

/* line 9877, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-hover-success, .btn-hover-success.active, .btn-hover-success:active, .btn-hover-success:hover {
  color: #ffffff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}

/* line 9882, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-hover-success.btn-clean {
  border: 1px solid transparent;
}

/* line 9885, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-outline-hover-success, .btn-outline-hover-success.active, .btn-outline-hover-success:active, .btn-outline-hover-success:hover {
  color: #1dc9b7;
  border-color: #1dc9b7;
  background-color: transparent;
}

/* line 9890, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-hover-info, .btn-hover-info.active, .btn-hover-info:active, .btn-hover-info:hover {
  color: #ffffff;
  background-color: #5578eb;
  border-color: #5578eb;
}

/* line 9895, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-hover-info.btn-clean {
  border: 1px solid transparent;
}

/* line 9898, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-outline-hover-info, .btn-outline-hover-info.active, .btn-outline-hover-info:active, .btn-outline-hover-info:hover {
  color: #5578eb;
  border-color: #5578eb;
  background-color: transparent;
}

/* line 9903, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-hover-warning, .btn-hover-warning.active, .btn-hover-warning:active, .btn-hover-warning:hover {
  color: #111111;
  background-color: #ffb822;
  border-color: #ffb822;
}

/* line 9908, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-hover-warning.btn-clean {
  border: 1px solid transparent;
}

/* line 9911, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-outline-hover-warning, .btn-outline-hover-warning.active, .btn-outline-hover-warning:active, .btn-outline-hover-warning:hover {
  color: #ffb822;
  border-color: #ffb822;
  background-color: transparent;
}

/* line 9916, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-hover-danger, .btn-hover-danger.active, .btn-hover-danger:active, .btn-hover-danger:hover {
  color: #ffffff;
  background-color: #fd397a;
  border-color: #fd397a;
}

/* line 9921, app/assets/stylesheets/theme/style.bundle.scss */
.btn-outline-hover-danger.btn-clean {
  border: 1px solid transparent;
}

/* line 9924, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-outline-hover-danger, .btn-outline-hover-danger.active, .btn-outline-hover-danger:active, .btn-outline-hover-danger:hover {
  color: #fd397a;
  border-color: #fd397a;
  background-color: transparent;
}

/* line 9929, app/assets/stylesheets/theme/style.bundle.scss */
.btn-font-brand {
  color: #5d78ff;
}

/* line 9932, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-font-hover-brand, .btn-font-hover-brand.active, .btn-font-hover-brand:active, .btn-font-hover-brand:hover {
  color: #5d78ff;
}

/* line 9935, app/assets/stylesheets/theme/style.bundle.scss */
.btn-font-metal {
  color: #d3dae6;
}

/* line 9938, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-font-hover-metal, .btn-font-hover-metal.active, .btn-font-hover-metal:active, .btn-font-hover-metal:hover {
  color: #d3dae6;
}

/* line 9941, app/assets/stylesheets/theme/style.bundle.scss */
.btn-font-light {
  color: #ffffff;
}

/* line 9944, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-font-hover-light, .btn-font-hover-light.active, .btn-font-hover-light:active, .btn-font-hover-light:hover {
  color: #ffffff;
}

/* line 9947, app/assets/stylesheets/theme/style.bundle.scss */
.btn-font-dark {
  color: #645ca1;
}

/* line 9950, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-font-hover-dark, .btn-font-hover-dark.active, .btn-font-hover-dark:active, .btn-font-hover-dark:hover {
  color: #645ca1;
}

/* line 9953, app/assets/stylesheets/theme/style.bundle.scss */
.btn-font-accent {
  color: #00c5dc;
}

/* line 9956, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-font-hover-accent, .btn-font-hover-accent.active, .btn-font-hover-accent:active, .btn-font-hover-accent:hover {
  color: #00c5dc;
}

/* line 9959, app/assets/stylesheets/theme/style.bundle.scss */
.btn-font-focus {
  color: #9816f4;
}

/* line 9962, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-font-hover-focus, .btn-font-hover-focus.active, .btn-font-hover-focus:active, .btn-font-hover-focus:hover {
  color: #9816f4;
}

/* line 9965, app/assets/stylesheets/theme/style.bundle.scss */
.btn-font-primary {
  color: #5867dd;
}

/* line 9968, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-font-hover-primary, .btn-font-hover-primary.active, .btn-font-hover-primary:active, .btn-font-hover-primary:hover {
  color: #5867dd;
}

/* line 9971, app/assets/stylesheets/theme/style.bundle.scss */
.btn-font-success {
  color: #1dc9b7;
}

/* line 9974, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-font-hover-success, .btn-font-hover-success.active, .btn-font-hover-success:active, .btn-font-hover-success:hover {
  color: #1dc9b7;
}

/* line 9977, app/assets/stylesheets/theme/style.bundle.scss */
.btn-font-info {
  color: #5578eb;
}

/* line 9980, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-font-hover-info, .btn-font-hover-info.active, .btn-font-hover-info:active, .btn-font-hover-info:hover {
  color: #5578eb;
}

/* line 9983, app/assets/stylesheets/theme/style.bundle.scss */
.btn-font-warning {
  color: #ffb822;
}

/* line 9986, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-font-hover-warning, .btn-font-hover-warning.active, .btn-font-hover-warning:active, .btn-font-hover-warning:hover {
  color: #ffb822;
}

/* line 9989, app/assets/stylesheets/theme/style.bundle.scss */
.btn-font-danger {
  color: #fd397a;
}

/* line 9992, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-font-hover-danger, .btn-font-hover-danger.active, .btn-font-hover-danger:active, .btn-font-hover-danger:hover {
  color: #fd397a;
}

/* line 9995, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-outline-secondary {
  color: #494988;
}

/* line 9997, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-outline-secondary, .btn.btn-outline-secondary.active, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary:hover {
  background-color: #e1e1ef;
}

/* line 10000, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-elevate {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 10003, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-elevate.btn-elevate-air:hover {
  -webkit-transform: translate(0, -4px);
  transform: translate(0, -4px);
}

/* line 10007, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-brand.btn-elevate {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(93, 120, 255, 0.15);
  box-shadow: 0px 4px 16px 0px rgba(93, 120, 255, 0.15);
}

/* line 10010, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-brand.btn-elevate, .btn.btn-brand.btn-elevate:focus, .btn.btn-brand.btn-elevate.active, .btn.btn-brand.btn-elevate:active, .btn.btn-brand.btn-elevate:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(93, 120, 255, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(93, 120, 255, 0.25) !important;
}

/* line 10013, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-brand.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-brand.btn-elevate, .btn.btn-brand.btn-elevate.btn-sm:focus, .btn-group-sm > .btn.btn-brand.btn-elevate:focus, .btn.btn-brand.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate.active, .btn.btn-brand.btn-elevate.btn-sm:active, .btn-group-sm > .btn.btn-brand.btn-elevate:active, .btn.btn-brand.btn-elevate.btn-sm:hover, .btn-group-sm > .btn.btn-brand.btn-elevate:hover {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(93, 120, 255, 0.25) !important;
  box-shadow: 0px 6px 16px 0px rgba(93, 120, 255, 0.25) !important;
}

/* line 10017, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-brand.btn-elevate-hover, .btn.btn-brand.btn-elevate-hover.active, .btn.btn-brand.btn-elevate-hover:focus, .btn.btn-brand.btn-elevate-hover:active, .btn.btn-brand.btn-elevate-hover:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(93, 120, 255, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(93, 120, 255, 0.25) !important;
}

/* line 10020, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-brand.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-brand.btn-elevate-hover, .btn.btn-brand.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate-hover.active, .btn.btn-brand.btn-elevate-hover.btn-sm:focus, .btn-group-sm > .btn.btn-brand.btn-elevate-hover:focus, .btn.btn-brand.btn-elevate-hover.btn-sm:active, .btn-group-sm > .btn.btn-brand.btn-elevate-hover:active, .btn.btn-brand.btn-elevate-hover.btn-sm:hover, .btn-group-sm > .btn.btn-brand.btn-elevate-hover:hover {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(93, 120, 255, 0.25) !important;
  box-shadow: 0px 6px 16px 0px rgba(93, 120, 255, 0.25) !important;
}

/* line 10024, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-metal.btn-elevate {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(211, 218, 230, 0.15);
  box-shadow: 0px 4px 16px 0px rgba(211, 218, 230, 0.15);
}

/* line 10027, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-metal.btn-elevate, .btn.btn-metal.btn-elevate:focus, .btn.btn-metal.btn-elevate.active, .btn.btn-metal.btn-elevate:active, .btn.btn-metal.btn-elevate:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(211, 218, 230, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(211, 218, 230, 0.25) !important;
}

/* line 10030, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-metal.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-metal.btn-elevate, .btn.btn-metal.btn-elevate.btn-sm:focus, .btn-group-sm > .btn.btn-metal.btn-elevate:focus, .btn.btn-metal.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-metal.btn-elevate.active, .btn.btn-metal.btn-elevate.btn-sm:active, .btn-group-sm > .btn.btn-metal.btn-elevate:active, .btn.btn-metal.btn-elevate.btn-sm:hover, .btn-group-sm > .btn.btn-metal.btn-elevate:hover {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(211, 218, 230, 0.25) !important;
  box-shadow: 0px 6px 16px 0px rgba(211, 218, 230, 0.25) !important;
}

/* line 10034, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-metal.btn-elevate-hover, .btn.btn-metal.btn-elevate-hover.active, .btn.btn-metal.btn-elevate-hover:focus, .btn.btn-metal.btn-elevate-hover:active, .btn.btn-metal.btn-elevate-hover:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(211, 218, 230, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(211, 218, 230, 0.25) !important;
}

/* line 10037, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-metal.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-metal.btn-elevate-hover, .btn.btn-metal.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-metal.btn-elevate-hover.active, .btn.btn-metal.btn-elevate-hover.btn-sm:focus, .btn-group-sm > .btn.btn-metal.btn-elevate-hover:focus, .btn.btn-metal.btn-elevate-hover.btn-sm:active, .btn-group-sm > .btn.btn-metal.btn-elevate-hover:active, .btn.btn-metal.btn-elevate-hover.btn-sm:hover, .btn-group-sm > .btn.btn-metal.btn-elevate-hover:hover {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(211, 218, 230, 0.25) !important;
  box-shadow: 0px 6px 16px 0px rgba(211, 218, 230, 0.25) !important;
}

/* line 10041, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-light.btn-elevate {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(153, 153, 153, 0.15);
  box-shadow: 0px 4px 16px 0px rgba(153, 153, 153, 0.15);
}

/* line 10044, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-light.btn-elevate, .btn.btn-light.btn-elevate:focus, .btn.btn-light.btn-elevate.active, .btn.btn-light.btn-elevate:active, .btn.btn-light.btn-elevate:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(153, 153, 153, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(153, 153, 153, 0.25) !important;
  background-color: transparent;
  border-color: transparent;
}

/* line 10049, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-light.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-light.btn-elevate, .btn.btn-light.btn-elevate.btn-sm:focus, .btn-group-sm > .btn.btn-light.btn-elevate:focus, .btn.btn-light.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate.active, .btn.btn-light.btn-elevate.btn-sm:active, .btn-group-sm > .btn.btn-light.btn-elevate:active, .btn.btn-light.btn-elevate.btn-sm:hover, .btn-group-sm > .btn.btn-light.btn-elevate:hover {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(153, 153, 153, 0.25) !important;
  box-shadow: 0px 6px 16px 0px rgba(153, 153, 153, 0.25) !important;
}

/* line 10053, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-light.btn-elevate-hover, .btn.btn-light.btn-elevate-hover.active, .btn.btn-light.btn-elevate-hover:focus, .btn.btn-light.btn-elevate-hover:active, .btn.btn-light.btn-elevate-hover:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(153, 153, 153, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(153, 153, 153, 0.25) !important;
  background-color: transparent;
  border-color: transparent;
}

/* line 10058, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-light.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-light.btn-elevate-hover, .btn.btn-light.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate-hover.active, .btn.btn-light.btn-elevate-hover.btn-sm:focus, .btn-group-sm > .btn.btn-light.btn-elevate-hover:focus, .btn.btn-light.btn-elevate-hover.btn-sm:active, .btn-group-sm > .btn.btn-light.btn-elevate-hover:active, .btn.btn-light.btn-elevate-hover.btn-sm:hover, .btn-group-sm > .btn.btn-light.btn-elevate-hover:hover {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(153, 153, 153, 0.25) !important;
  box-shadow: 0px 6px 16px 0px rgba(153, 153, 153, 0.25) !important;
}

/* line 10062, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-dark.btn-elevate {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(100, 92, 161, 0.15);
  box-shadow: 0px 4px 16px 0px rgba(100, 92, 161, 0.15);
}

/* line 10065, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-dark.btn-elevate, .btn.btn-dark.btn-elevate:focus, .btn.btn-dark.btn-elevate.active, .btn.btn-dark.btn-elevate:active, .btn.btn-dark.btn-elevate:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(100, 92, 161, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(100, 92, 161, 0.25) !important;
}

/* line 10068, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-dark.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-dark.btn-elevate, .btn.btn-dark.btn-elevate.btn-sm:focus, .btn-group-sm > .btn.btn-dark.btn-elevate:focus, .btn.btn-dark.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate.active, .btn.btn-dark.btn-elevate.btn-sm:active, .btn-group-sm > .btn.btn-dark.btn-elevate:active, .btn.btn-dark.btn-elevate.btn-sm:hover, .btn-group-sm > .btn.btn-dark.btn-elevate:hover {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(100, 92, 161, 0.25) !important;
  box-shadow: 0px 6px 16px 0px rgba(100, 92, 161, 0.25) !important;
}

/* line 10072, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-dark.btn-elevate-hover, .btn.btn-dark.btn-elevate-hover.active, .btn.btn-dark.btn-elevate-hover:focus, .btn.btn-dark.btn-elevate-hover:active, .btn.btn-dark.btn-elevate-hover:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(100, 92, 161, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(100, 92, 161, 0.25) !important;
}

/* line 10075, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-dark.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-dark.btn-elevate-hover, .btn.btn-dark.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate-hover.active, .btn.btn-dark.btn-elevate-hover.btn-sm:focus, .btn-group-sm > .btn.btn-dark.btn-elevate-hover:focus, .btn.btn-dark.btn-elevate-hover.btn-sm:active, .btn-group-sm > .btn.btn-dark.btn-elevate-hover:active, .btn.btn-dark.btn-elevate-hover.btn-sm:hover, .btn-group-sm > .btn.btn-dark.btn-elevate-hover:hover {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(100, 92, 161, 0.25) !important;
  box-shadow: 0px 6px 16px 0px rgba(100, 92, 161, 0.25) !important;
}

/* line 10079, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-accent.btn-elevate {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 197, 220, 0.15);
  box-shadow: 0px 4px 16px 0px rgba(0, 197, 220, 0.15);
}

/* line 10082, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-accent.btn-elevate, .btn.btn-accent.btn-elevate:focus, .btn.btn-accent.btn-elevate.active, .btn.btn-accent.btn-elevate:active, .btn.btn-accent.btn-elevate:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(0, 197, 220, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(0, 197, 220, 0.25) !important;
}

/* line 10085, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-accent.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-accent.btn-elevate, .btn.btn-accent.btn-elevate.btn-sm:focus, .btn-group-sm > .btn.btn-accent.btn-elevate:focus, .btn.btn-accent.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-accent.btn-elevate.active, .btn.btn-accent.btn-elevate.btn-sm:active, .btn-group-sm > .btn.btn-accent.btn-elevate:active, .btn.btn-accent.btn-elevate.btn-sm:hover, .btn-group-sm > .btn.btn-accent.btn-elevate:hover {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 197, 220, 0.25) !important;
  box-shadow: 0px 6px 16px 0px rgba(0, 197, 220, 0.25) !important;
}

/* line 10089, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-accent.btn-elevate-hover, .btn.btn-accent.btn-elevate-hover.active, .btn.btn-accent.btn-elevate-hover:focus, .btn.btn-accent.btn-elevate-hover:active, .btn.btn-accent.btn-elevate-hover:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(0, 197, 220, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(0, 197, 220, 0.25) !important;
}

/* line 10092, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-accent.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-accent.btn-elevate-hover, .btn.btn-accent.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-accent.btn-elevate-hover.active, .btn.btn-accent.btn-elevate-hover.btn-sm:focus, .btn-group-sm > .btn.btn-accent.btn-elevate-hover:focus, .btn.btn-accent.btn-elevate-hover.btn-sm:active, .btn-group-sm > .btn.btn-accent.btn-elevate-hover:active, .btn.btn-accent.btn-elevate-hover.btn-sm:hover, .btn-group-sm > .btn.btn-accent.btn-elevate-hover:hover {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 197, 220, 0.25) !important;
  box-shadow: 0px 6px 16px 0px rgba(0, 197, 220, 0.25) !important;
}

/* line 10096, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-focus.btn-elevate {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(152, 22, 244, 0.15);
  box-shadow: 0px 4px 16px 0px rgba(152, 22, 244, 0.15);
}

/* line 10099, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-focus.btn-elevate, .btn.btn-focus.btn-elevate:focus, .btn.btn-focus.btn-elevate.active, .btn.btn-focus.btn-elevate:active, .btn.btn-focus.btn-elevate:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(152, 22, 244, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(152, 22, 244, 0.25) !important;
}

/* line 10102, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-focus.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-focus.btn-elevate, .btn.btn-focus.btn-elevate.btn-sm:focus, .btn-group-sm > .btn.btn-focus.btn-elevate:focus, .btn.btn-focus.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-focus.btn-elevate.active, .btn.btn-focus.btn-elevate.btn-sm:active, .btn-group-sm > .btn.btn-focus.btn-elevate:active, .btn.btn-focus.btn-elevate.btn-sm:hover, .btn-group-sm > .btn.btn-focus.btn-elevate:hover {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(152, 22, 244, 0.25) !important;
  box-shadow: 0px 6px 16px 0px rgba(152, 22, 244, 0.25) !important;
}

/* line 10106, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-focus.btn-elevate-hover, .btn.btn-focus.btn-elevate-hover.active, .btn.btn-focus.btn-elevate-hover:focus, .btn.btn-focus.btn-elevate-hover:active, .btn.btn-focus.btn-elevate-hover:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(152, 22, 244, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(152, 22, 244, 0.25) !important;
}

/* line 10109, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-focus.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-focus.btn-elevate-hover, .btn.btn-focus.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-focus.btn-elevate-hover.active, .btn.btn-focus.btn-elevate-hover.btn-sm:focus, .btn-group-sm > .btn.btn-focus.btn-elevate-hover:focus, .btn.btn-focus.btn-elevate-hover.btn-sm:active, .btn-group-sm > .btn.btn-focus.btn-elevate-hover:active, .btn.btn-focus.btn-elevate-hover.btn-sm:hover, .btn-group-sm > .btn.btn-focus.btn-elevate-hover:hover {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(152, 22, 244, 0.25) !important;
  box-shadow: 0px 6px 16px 0px rgba(152, 22, 244, 0.25) !important;
}

/* line 10113, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-primary.btn-elevate {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(88, 103, 221, 0.15);
  box-shadow: 0px 4px 16px 0px rgba(88, 103, 221, 0.15);
}

/* line 10116, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-primary.btn-elevate, .btn.btn-primary.btn-elevate:focus, .btn.btn-primary.btn-elevate.active, .btn.btn-primary.btn-elevate:active, .btn.btn-primary.btn-elevate:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(88, 103, 221, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(88, 103, 221, 0.25) !important;
}

/* line 10119, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-primary.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-primary.btn-elevate, .btn.btn-primary.btn-elevate.btn-sm:focus, .btn-group-sm > .btn.btn-primary.btn-elevate:focus, .btn.btn-primary.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate.active, .btn.btn-primary.btn-elevate.btn-sm:active, .btn-group-sm > .btn.btn-primary.btn-elevate:active, .btn.btn-primary.btn-elevate.btn-sm:hover, .btn-group-sm > .btn.btn-primary.btn-elevate:hover {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(88, 103, 221, 0.25) !important;
  box-shadow: 0px 6px 16px 0px rgba(88, 103, 221, 0.25) !important;
}

/* line 10123, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-primary.btn-elevate-hover, .btn.btn-primary.btn-elevate-hover.active, .btn.btn-primary.btn-elevate-hover:focus, .btn.btn-primary.btn-elevate-hover:active, .btn.btn-primary.btn-elevate-hover:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(88, 103, 221, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(88, 103, 221, 0.25) !important;
}

/* line 10126, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-primary.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-primary.btn-elevate-hover, .btn.btn-primary.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate-hover.active, .btn.btn-primary.btn-elevate-hover.btn-sm:focus, .btn-group-sm > .btn.btn-primary.btn-elevate-hover:focus, .btn.btn-primary.btn-elevate-hover.btn-sm:active, .btn-group-sm > .btn.btn-primary.btn-elevate-hover:active, .btn.btn-primary.btn-elevate-hover.btn-sm:hover, .btn-group-sm > .btn.btn-primary.btn-elevate-hover:hover {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(88, 103, 221, 0.25) !important;
  box-shadow: 0px 6px 16px 0px rgba(88, 103, 221, 0.25) !important;
}

/* line 10130, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-success.btn-elevate {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(29, 201, 183, 0.15);
  box-shadow: 0px 4px 16px 0px rgba(29, 201, 183, 0.15);
}

/* line 10133, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-success.btn-elevate, .btn.btn-success.btn-elevate:focus, .btn.btn-success.btn-elevate.active, .btn.btn-success.btn-elevate:active, .btn.btn-success.btn-elevate:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(29, 201, 183, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(29, 201, 183, 0.25) !important;
}

/* line 10136, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-success.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-success.btn-elevate, .btn.btn-success.btn-elevate.btn-sm:focus, .btn-group-sm > .btn.btn-success.btn-elevate:focus, .btn.btn-success.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate.active, .btn.btn-success.btn-elevate.btn-sm:active, .btn-group-sm > .btn.btn-success.btn-elevate:active, .btn.btn-success.btn-elevate.btn-sm:hover, .btn-group-sm > .btn.btn-success.btn-elevate:hover {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(29, 201, 183, 0.25) !important;
  box-shadow: 0px 6px 16px 0px rgba(29, 201, 183, 0.25) !important;
}

/* line 10140, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-success.btn-elevate-hover, .btn.btn-success.btn-elevate-hover.active, .btn.btn-success.btn-elevate-hover:focus, .btn.btn-success.btn-elevate-hover:active, .btn.btn-success.btn-elevate-hover:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(29, 201, 183, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(29, 201, 183, 0.25) !important;
}

/* line 10143, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-success.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-success.btn-elevate-hover, .btn.btn-success.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate-hover.active, .btn.btn-success.btn-elevate-hover.btn-sm:focus, .btn-group-sm > .btn.btn-success.btn-elevate-hover:focus, .btn.btn-success.btn-elevate-hover.btn-sm:active, .btn-group-sm > .btn.btn-success.btn-elevate-hover:active, .btn.btn-success.btn-elevate-hover.btn-sm:hover, .btn-group-sm > .btn.btn-success.btn-elevate-hover:hover {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(29, 201, 183, 0.25) !important;
  box-shadow: 0px 6px 16px 0px rgba(29, 201, 183, 0.25) !important;
}

/* line 10147, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-info.btn-elevate {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(85, 120, 235, 0.15);
  box-shadow: 0px 4px 16px 0px rgba(85, 120, 235, 0.15);
}

/* line 10150, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-info.btn-elevate, .btn.btn-info.btn-elevate:focus, .btn.btn-info.btn-elevate.active, .btn.btn-info.btn-elevate:active, .btn.btn-info.btn-elevate:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(85, 120, 235, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(85, 120, 235, 0.25) !important;
}

/* line 10153, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-info.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-info.btn-elevate, .btn.btn-info.btn-elevate.btn-sm:focus, .btn-group-sm > .btn.btn-info.btn-elevate:focus, .btn.btn-info.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate.active, .btn.btn-info.btn-elevate.btn-sm:active, .btn-group-sm > .btn.btn-info.btn-elevate:active, .btn.btn-info.btn-elevate.btn-sm:hover, .btn-group-sm > .btn.btn-info.btn-elevate:hover {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(85, 120, 235, 0.25) !important;
  box-shadow: 0px 6px 16px 0px rgba(85, 120, 235, 0.25) !important;
}

/* line 10157, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-info.btn-elevate-hover, .btn.btn-info.btn-elevate-hover.active, .btn.btn-info.btn-elevate-hover:focus, .btn.btn-info.btn-elevate-hover:active, .btn.btn-info.btn-elevate-hover:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(85, 120, 235, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(85, 120, 235, 0.25) !important;
}

/* line 10160, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-info.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-info.btn-elevate-hover, .btn.btn-info.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate-hover.active, .btn.btn-info.btn-elevate-hover.btn-sm:focus, .btn-group-sm > .btn.btn-info.btn-elevate-hover:focus, .btn.btn-info.btn-elevate-hover.btn-sm:active, .btn-group-sm > .btn.btn-info.btn-elevate-hover:active, .btn.btn-info.btn-elevate-hover.btn-sm:hover, .btn-group-sm > .btn.btn-info.btn-elevate-hover:hover {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(85, 120, 235, 0.25) !important;
  box-shadow: 0px 6px 16px 0px rgba(85, 120, 235, 0.25) !important;
}

/* line 10164, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-warning.btn-elevate {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(255, 184, 34, 0.15);
  box-shadow: 0px 4px 16px 0px rgba(255, 184, 34, 0.15);
}

/* line 10167, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-warning.btn-elevate, .btn.btn-warning.btn-elevate:focus, .btn.btn-warning.btn-elevate.active, .btn.btn-warning.btn-elevate:active, .btn.btn-warning.btn-elevate:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(255, 184, 34, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(255, 184, 34, 0.25) !important;
}

/* line 10170, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-warning.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-warning.btn-elevate, .btn.btn-warning.btn-elevate.btn-sm:focus, .btn-group-sm > .btn.btn-warning.btn-elevate:focus, .btn.btn-warning.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate.active, .btn.btn-warning.btn-elevate.btn-sm:active, .btn-group-sm > .btn.btn-warning.btn-elevate:active, .btn.btn-warning.btn-elevate.btn-sm:hover, .btn-group-sm > .btn.btn-warning.btn-elevate:hover {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(255, 184, 34, 0.25) !important;
  box-shadow: 0px 6px 16px 0px rgba(255, 184, 34, 0.25) !important;
}

/* line 10174, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-warning.btn-elevate-hover, .btn.btn-warning.btn-elevate-hover.active, .btn.btn-warning.btn-elevate-hover:focus, .btn.btn-warning.btn-elevate-hover:active, .btn.btn-warning.btn-elevate-hover:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(255, 184, 34, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(255, 184, 34, 0.25) !important;
}

/* line 10177, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-warning.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-warning.btn-elevate-hover, .btn.btn-warning.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate-hover.active, .btn.btn-warning.btn-elevate-hover.btn-sm:focus, .btn-group-sm > .btn.btn-warning.btn-elevate-hover:focus, .btn.btn-warning.btn-elevate-hover.btn-sm:active, .btn-group-sm > .btn.btn-warning.btn-elevate-hover:active, .btn.btn-warning.btn-elevate-hover.btn-sm:hover, .btn-group-sm > .btn.btn-warning.btn-elevate-hover:hover {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(255, 184, 34, 0.25) !important;
  box-shadow: 0px 6px 16px 0px rgba(255, 184, 34, 0.25) !important;
}

/* line 10181, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-danger.btn-elevate {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(253, 57, 122, 0.15);
  box-shadow: 0px 4px 16px 0px rgba(253, 57, 122, 0.15);
}

/* line 10184, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-danger.btn-elevate, .btn.btn-danger.btn-elevate:focus, .btn.btn-danger.btn-elevate.active, .btn.btn-danger.btn-elevate:active, .btn.btn-danger.btn-elevate:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(253, 57, 122, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(253, 57, 122, 0.25) !important;
}

/* line 10187, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-danger.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-danger.btn-elevate, .btn.btn-danger.btn-elevate.btn-sm:focus, .btn-group-sm > .btn.btn-danger.btn-elevate:focus, .btn.btn-danger.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate.active, .btn.btn-danger.btn-elevate.btn-sm:active, .btn-group-sm > .btn.btn-danger.btn-elevate:active, .btn.btn-danger.btn-elevate.btn-sm:hover, .btn-group-sm > .btn.btn-danger.btn-elevate:hover {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(253, 57, 122, 0.25) !important;
  box-shadow: 0px 6px 16px 0px rgba(253, 57, 122, 0.25) !important;
}

/* line 10191, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-danger.btn-elevate-hover, .btn.btn-danger.btn-elevate-hover.active, .btn.btn-danger.btn-elevate-hover:focus, .btn.btn-danger.btn-elevate-hover:active, .btn.btn-danger.btn-elevate-hover:hover {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(253, 57, 122, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(253, 57, 122, 0.25) !important;
}

/* line 10194, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-danger.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-danger.btn-elevate-hover, .btn.btn-danger.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate-hover.active, .btn.btn-danger.btn-elevate-hover.btn-sm:focus, .btn-group-sm > .btn.btn-danger.btn-elevate-hover:focus, .btn.btn-danger.btn-elevate-hover.btn-sm:active, .btn-group-sm > .btn.btn-danger.btn-elevate-hover:active, .btn.btn-danger.btn-elevate-hover.btn-sm:hover, .btn-group-sm > .btn.btn-danger.btn-elevate-hover:hover {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(253, 57, 122, 0.25) !important;
  box-shadow: 0px 6px 16px 0px rgba(253, 57, 122, 0.25) !important;
}

/* line 10198, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-square {
  border-radius: 0;
}

/* line 10201, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-pill {
  border-radius: 2rem;
}

/* line 10204, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-upper {
  text-transform: uppercase;
}

/* line 10207, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-bold {
  font-weight: 600;
}

/* line 10210, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-bolder {
  font-weight: 600;
}

/* line 10213, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-boldest {
  font-weight: 700;
}

/* line 10216, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-thin {
  font-weight: 400;
}

/* line 10219, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-lower {
  text-transform: lowercase;
}

/* line 10222, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-wide {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

/* line 10226, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-wider {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

/* line 10230, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-widest {
  padding-left: 3rem;
  padding-right: 3rem;
}

/* line 10234, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-tall {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

/* line 10238, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-taller {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
}

/* line 10242, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-tallest {
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
}

/* line 10246, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-font-sm {
  font-size: 0.85rem;
}

/* line 10249, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-font-md {
  font-size: 1rem;
}

/* line 10252, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-font-lg {
  font-size: 1.1rem;
}

/* line 10255, app/assets/stylesheets/theme/style.bundle.scss */
.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 10259, app/assets/stylesheets/theme/style.bundle.scss */
.btn [class^="la-"],
.btn [class*=" la-"] {
  font-size: 1.5rem;
}

/* line 10262, app/assets/stylesheets/theme/style.bundle.scss */
.btn [class^="fa-"],
.btn [class*=" fa-"] {
  font-size: 1.2rem;
}

/* line 10265, app/assets/stylesheets/theme/style.bundle.scss */
.btn [class^="flaticon-"],
.btn [class*=" flaticon-"],
.btn [class^="flaticon2-"],
.btn [class*=" flaticon2-"] {
  font-size: 1.2rem;
}

/* line 10270, app/assets/stylesheets/theme/style.bundle.scss */
.btn i {
  padding-right: 0.5rem;
  vertical-align: middle;
  line-height: 0;
}

/* line 10274, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-sm [class^="la-"], .btn-group-sm > .btn [class^="la-"],
.btn.btn-sm [class*=" la-"],
.btn-group-sm > .btn [class*=" la-"] {
  font-size: 1.3rem;
}

/* line 10278, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-sm [class^="fa-"], .btn-group-sm > .btn [class^="fa-"],
.btn.btn-sm [class*=" fa-"],
.btn-group-sm > .btn [class*=" fa-"] {
  font-size: 1rem;
}

/* line 10282, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-sm [class^="flaticon-"], .btn-group-sm > .btn [class^="flaticon-"],
.btn.btn-sm [class*=" flaticon-"],
.btn-group-sm > .btn [class*=" flaticon-"],
.btn.btn-sm [class^="flaticon2-"],
.btn-group-sm > .btn [class^="flaticon2-"],
.btn.btn-sm [class*=" flaticon2-"],
.btn-group-sm > .btn [class*=" flaticon2-"] {
  font-size: 1rem;
}

/* line 10290, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-sm i, .btn-group-sm > .btn i {
  padding-right: 0.35rem;
}

/* line 10292, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-lg [class^="la-"], .btn-group-lg > .btn [class^="la-"],
.btn.btn-lg [class*=" la-"],
.btn-group-lg > .btn [class*=" la-"] {
  font-size: 1.7rem;
}

/* line 10296, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-lg [class^="fa-"], .btn-group-lg > .btn [class^="fa-"],
.btn.btn-lg [class*=" fa-"],
.btn-group-lg > .btn [class*=" fa-"] {
  font-size: 1.4rem;
}

/* line 10300, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-lg [class^="flaticon-"], .btn-group-lg > .btn [class^="flaticon-"],
.btn.btn-lg [class*=" flaticon-"],
.btn-group-lg > .btn [class*=" flaticon-"],
.btn.btn-lg [class^="flaticon2-"],
.btn-group-lg > .btn [class^="flaticon2-"],
.btn.btn-lg [class*=" flaticon2-"],
.btn-group-lg > .btn [class*=" flaticon2-"] {
  font-size: 1.3rem;
}

/* line 10308, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-lg i, .btn-group-lg > .btn i {
  padding-right: 0.75rem;
}

/* line 10311, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label {
  background-color: #f0f3ff;
  color: #5d78ff;
  cursor: text !important;
}

/* line 10316, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-link,
a.btn.btn-label,
button.btn.btn-label,
input.btn.btn-label {
  cursor: pointer !important;
}

/* line 10321, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link.active,
a.btn.btn-label:focus,
a.btn.btn-label:hover,
a.btn.btn-label.active,
button.btn.btn-label:focus,
button.btn.btn-label:hover,
button.btn.btn-label.active,
input.btn.btn-label:focus,
input.btn.btn-label:hover,
input.btn.btn-label.active {
  background-color: #5d78ff;
  color: #ffffff;
}

/* line 10334, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-brand {
  background-color: rgba(93, 120, 255, 0.1);
  color: #5d78ff;
  cursor: text !important;
}

/* line 10339, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-brand-o2 {
  background-color: rgba(93, 120, 255, 0.2);
  color: #5d78ff;
  cursor: text !important;
}

/* line 10344, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-brand,
a.btn.btn-label-brand,
button.btn.btn-label-brand,
input.btn.btn-label-brand {
  cursor: pointer !important;
}

/* line 10349, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-brand:focus, label.btn.btn-label-brand:hover, label.btn.btn-label-brand.active,
a.btn.btn-label-brand:focus,
a.btn.btn-label-brand:hover,
a.btn.btn-label-brand.active,
button.btn.btn-label-brand:focus,
button.btn.btn-label-brand:hover,
button.btn.btn-label-brand.active,
input.btn.btn-label-brand:focus,
input.btn.btn-label-brand:hover,
input.btn.btn-label-brand.active {
  background-color: #5d78ff;
  color: #ffffff;
}

/* line 10362, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-metal {
  background-color: rgba(211, 218, 230, 0.1);
  color: #d3dae6;
  cursor: text !important;
}

/* line 10367, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-metal-o2 {
  background-color: rgba(211, 218, 230, 0.2);
  color: #d3dae6;
  cursor: text !important;
}

/* line 10372, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-metal,
a.btn.btn-label-metal,
button.btn.btn-label-metal,
input.btn.btn-label-metal {
  cursor: pointer !important;
}

/* line 10377, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-metal:focus, label.btn.btn-label-metal:hover, label.btn.btn-label-metal.active,
a.btn.btn-label-metal:focus,
a.btn.btn-label-metal:hover,
a.btn.btn-label-metal.active,
button.btn.btn-label-metal:focus,
button.btn.btn-label-metal:hover,
button.btn.btn-label-metal.active,
input.btn.btn-label-metal:focus,
input.btn.btn-label-metal:hover,
input.btn.btn-label-metal.active {
  background-color: #d3dae6;
  color: #586272;
}

/* line 10390, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-light {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  cursor: text !important;
}

/* line 10395, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-light-o2 {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  cursor: text !important;
}

/* line 10400, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-light,
a.btn.btn-label-light,
button.btn.btn-label-light,
input.btn.btn-label-light {
  cursor: pointer !important;
}

/* line 10405, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-light:focus, label.btn.btn-label-light:hover, label.btn.btn-label-light.active,
a.btn.btn-label-light:focus,
a.btn.btn-label-light:hover,
a.btn.btn-label-light.active,
button.btn.btn-label-light:focus,
button.btn.btn-label-light:hover,
button.btn.btn-label-light.active,
input.btn.btn-label-light:focus,
input.btn.btn-label-light:hover,
input.btn.btn-label-light.active {
  background-color: #ffffff;
  color: #282a3c;
}

/* line 10418, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-dark {
  background-color: rgba(100, 92, 161, 0.1);
  color: #645ca1;
  cursor: text !important;
}

/* line 10423, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-dark-o2 {
  background-color: rgba(100, 92, 161, 0.2);
  color: #645ca1;
  cursor: text !important;
}

/* line 10428, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-dark,
a.btn.btn-label-dark,
button.btn.btn-label-dark,
input.btn.btn-label-dark {
  cursor: pointer !important;
}

/* line 10433, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-dark:focus, label.btn.btn-label-dark:hover, label.btn.btn-label-dark.active,
a.btn.btn-label-dark:focus,
a.btn.btn-label-dark:hover,
a.btn.btn-label-dark.active,
button.btn.btn-label-dark:focus,
button.btn.btn-label-dark:hover,
button.btn.btn-label-dark.active,
input.btn.btn-label-dark:focus,
input.btn.btn-label-dark:hover,
input.btn.btn-label-dark.active {
  background-color: #645ca1;
  color: #ffffff;
}

/* line 10446, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-accent {
  background-color: rgba(0, 197, 220, 0.1);
  color: #00c5dc;
  cursor: text !important;
}

/* line 10451, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-accent-o2 {
  background-color: rgba(0, 197, 220, 0.2);
  color: #00c5dc;
  cursor: text !important;
}

/* line 10456, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-accent,
a.btn.btn-label-accent,
button.btn.btn-label-accent,
input.btn.btn-label-accent {
  cursor: pointer !important;
}

/* line 10461, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-accent:focus, label.btn.btn-label-accent:hover, label.btn.btn-label-accent.active,
a.btn.btn-label-accent:focus,
a.btn.btn-label-accent:hover,
a.btn.btn-label-accent.active,
button.btn.btn-label-accent:focus,
button.btn.btn-label-accent:hover,
button.btn.btn-label-accent.active,
input.btn.btn-label-accent:focus,
input.btn.btn-label-accent:hover,
input.btn.btn-label-accent.active {
  background-color: #00c5dc;
  color: #ffffff;
}

/* line 10474, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-focus {
  background-color: rgba(152, 22, 244, 0.1);
  color: #9816f4;
  cursor: text !important;
}

/* line 10479, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-focus-o2 {
  background-color: rgba(152, 22, 244, 0.2);
  color: #9816f4;
  cursor: text !important;
}

/* line 10484, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-focus,
a.btn.btn-label-focus,
button.btn.btn-label-focus,
input.btn.btn-label-focus {
  cursor: pointer !important;
}

/* line 10489, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-focus:focus, label.btn.btn-label-focus:hover, label.btn.btn-label-focus.active,
a.btn.btn-label-focus:focus,
a.btn.btn-label-focus:hover,
a.btn.btn-label-focus.active,
button.btn.btn-label-focus:focus,
button.btn.btn-label-focus:hover,
button.btn.btn-label-focus.active,
input.btn.btn-label-focus:focus,
input.btn.btn-label-focus:hover,
input.btn.btn-label-focus.active {
  background-color: #9816f4;
  color: #ffffff;
}

/* line 10502, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-primary {
  background-color: rgba(88, 103, 221, 0.1);
  color: #5867dd;
  cursor: text !important;
}

/* line 10507, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-primary-o2 {
  background-color: rgba(88, 103, 221, 0.2);
  color: #5867dd;
  cursor: text !important;
}

/* line 10512, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-primary,
a.btn.btn-label-primary,
button.btn.btn-label-primary,
input.btn.btn-label-primary {
  cursor: pointer !important;
}

/* line 10517, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-primary:focus, label.btn.btn-label-primary:hover, label.btn.btn-label-primary.active,
a.btn.btn-label-primary:focus,
a.btn.btn-label-primary:hover,
a.btn.btn-label-primary.active,
button.btn.btn-label-primary:focus,
button.btn.btn-label-primary:hover,
button.btn.btn-label-primary.active,
input.btn.btn-label-primary:focus,
input.btn.btn-label-primary:hover,
input.btn.btn-label-primary.active {
  background-color: #5867dd;
  color: #ffffff;
}

/* line 10530, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-success {
  background-color: rgba(29, 201, 183, 0.1);
  color: #1dc9b7;
  cursor: text !important;
}

/* line 10535, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-success-o2 {
  background-color: rgba(29, 201, 183, 0.2);
  color: #1dc9b7;
  cursor: text !important;
}

/* line 10540, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-success,
a.btn.btn-label-success,
button.btn.btn-label-success,
input.btn.btn-label-success {
  cursor: pointer !important;
}

/* line 10545, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-success:focus, label.btn.btn-label-success:hover, label.btn.btn-label-success.active,
a.btn.btn-label-success:focus,
a.btn.btn-label-success:hover,
a.btn.btn-label-success.active,
button.btn.btn-label-success:focus,
button.btn.btn-label-success:hover,
button.btn.btn-label-success.active,
input.btn.btn-label-success:focus,
input.btn.btn-label-success:hover,
input.btn.btn-label-success.active {
  background-color: #1dc9b7;
  color: #ffffff;
}

/* line 10558, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-info {
  background-color: rgba(85, 120, 235, 0.1);
  color: #5578eb;
  cursor: text !important;
}

/* line 10563, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-info-o2 {
  background-color: rgba(85, 120, 235, 0.2);
  color: #5578eb;
  cursor: text !important;
}

/* line 10568, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-info,
a.btn.btn-label-info,
button.btn.btn-label-info,
input.btn.btn-label-info {
  cursor: pointer !important;
}

/* line 10573, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-info:focus, label.btn.btn-label-info:hover, label.btn.btn-label-info.active,
a.btn.btn-label-info:focus,
a.btn.btn-label-info:hover,
a.btn.btn-label-info.active,
button.btn.btn-label-info:focus,
button.btn.btn-label-info:hover,
button.btn.btn-label-info.active,
input.btn.btn-label-info:focus,
input.btn.btn-label-info:hover,
input.btn.btn-label-info.active {
  background-color: #5578eb;
  color: #ffffff;
}

/* line 10586, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-warning {
  background-color: rgba(255, 184, 34, 0.1);
  color: #ffb822;
  cursor: text !important;
}

/* line 10591, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-warning-o2 {
  background-color: rgba(255, 184, 34, 0.2);
  color: #ffb822;
  cursor: text !important;
}

/* line 10596, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-warning,
a.btn.btn-label-warning,
button.btn.btn-label-warning,
input.btn.btn-label-warning {
  cursor: pointer !important;
}

/* line 10601, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-warning:focus, label.btn.btn-label-warning:hover, label.btn.btn-label-warning.active,
a.btn.btn-label-warning:focus,
a.btn.btn-label-warning:hover,
a.btn.btn-label-warning.active,
button.btn.btn-label-warning:focus,
button.btn.btn-label-warning:hover,
button.btn.btn-label-warning.active,
input.btn.btn-label-warning:focus,
input.btn.btn-label-warning:hover,
input.btn.btn-label-warning.active {
  background-color: #ffb822;
  color: #111111;
}

/* line 10614, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-danger {
  background-color: rgba(253, 57, 122, 0.1);
  color: #fd397a;
  cursor: text !important;
}

/* line 10619, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-danger-o2 {
  background-color: rgba(253, 57, 122, 0.2);
  color: #fd397a;
  cursor: text !important;
}

/* line 10624, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-danger,
a.btn.btn-label-danger,
button.btn.btn-label-danger,
input.btn.btn-label-danger {
  cursor: pointer !important;
}

/* line 10629, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-danger:focus, label.btn.btn-label-danger:hover, label.btn.btn-label-danger.active,
a.btn.btn-label-danger:focus,
a.btn.btn-label-danger:hover,
a.btn.btn-label-danger.active,
button.btn.btn-label-danger:focus,
button.btn.btn-label-danger:hover,
button.btn.btn-label-danger.active,
input.btn.btn-label-danger:focus,
input.btn.btn-label-danger:hover,
input.btn.btn-label-danger.active {
  background-color: #fd397a;
  color: #ffffff;
}

/* line 10642, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-facebook {
  background-color: rgba(59, 89, 152, 0.1);
  color: #3b5998;
  cursor: text !important;
}

/* line 10647, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-facebook-o2 {
  background-color: rgba(59, 89, 152, 0.2);
  color: #3b5998;
  cursor: text !important;
}

/* line 10652, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-facebook,
a.btn.btn-label-facebook,
button.btn.btn-label-facebook,
input.btn.btn-label-facebook {
  cursor: pointer !important;
}

/* line 10657, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-facebook:focus, label.btn.btn-label-facebook:hover, label.btn.btn-label-facebook.active,
a.btn.btn-label-facebook:focus,
a.btn.btn-label-facebook:hover,
a.btn.btn-label-facebook.active,
button.btn.btn-label-facebook:focus,
button.btn.btn-label-facebook:hover,
button.btn.btn-label-facebook.active,
input.btn.btn-label-facebook:focus,
input.btn.btn-label-facebook:hover,
input.btn.btn-label-facebook.active {
  background-color: #3b5998;
  color: #ffffff;
}

/* line 10670, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-google {
  background-color: rgba(220, 78, 65, 0.1);
  color: #dc4e41;
  cursor: text !important;
}

/* line 10675, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-google-o2 {
  background-color: rgba(220, 78, 65, 0.2);
  color: #dc4e41;
  cursor: text !important;
}

/* line 10680, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-google,
a.btn.btn-label-google,
button.btn.btn-label-google,
input.btn.btn-label-google {
  cursor: pointer !important;
}

/* line 10685, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-google:focus, label.btn.btn-label-google:hover, label.btn.btn-label-google.active,
a.btn.btn-label-google:focus,
a.btn.btn-label-google:hover,
a.btn.btn-label-google.active,
button.btn.btn-label-google:focus,
button.btn.btn-label-google:hover,
button.btn.btn-label-google.active,
input.btn.btn-label-google:focus,
input.btn.btn-label-google:hover,
input.btn.btn-label-google.active {
  background-color: #dc4e41;
  color: #ffffff;
}

/* line 10698, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-twitter {
  background-color: rgba(74, 179, 244, 0.1);
  color: #4AB3F4;
  cursor: text !important;
}

/* line 10703, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-twitter-o2 {
  background-color: rgba(74, 179, 244, 0.2);
  color: #4AB3F4;
  cursor: text !important;
}

/* line 10708, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-twitter,
a.btn.btn-label-twitter,
button.btn.btn-label-twitter,
input.btn.btn-label-twitter {
  cursor: pointer !important;
}

/* line 10713, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-twitter:focus, label.btn.btn-label-twitter:hover, label.btn.btn-label-twitter.active,
a.btn.btn-label-twitter:focus,
a.btn.btn-label-twitter:hover,
a.btn.btn-label-twitter.active,
button.btn.btn-label-twitter:focus,
button.btn.btn-label-twitter:hover,
button.btn.btn-label-twitter.active,
input.btn.btn-label-twitter:focus,
input.btn.btn-label-twitter:hover,
input.btn.btn-label-twitter.active {
  background-color: #4AB3F4;
  color: #ffffff;
}

/* line 10726, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-instagram {
  background-color: rgba(81, 127, 164, 0.1);
  color: #517fa4;
  cursor: text !important;
}

/* line 10731, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-instagram-o2 {
  background-color: rgba(81, 127, 164, 0.2);
  color: #517fa4;
  cursor: text !important;
}

/* line 10736, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-instagram,
a.btn.btn-label-instagram,
button.btn.btn-label-instagram,
input.btn.btn-label-instagram {
  cursor: pointer !important;
}

/* line 10741, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-instagram:focus, label.btn.btn-label-instagram:hover, label.btn.btn-label-instagram.active,
a.btn.btn-label-instagram:focus,
a.btn.btn-label-instagram:hover,
a.btn.btn-label-instagram.active,
button.btn.btn-label-instagram:focus,
button.btn.btn-label-instagram:hover,
button.btn.btn-label-instagram.active,
input.btn.btn-label-instagram:focus,
input.btn.btn-label-instagram:hover,
input.btn.btn-label-instagram.active {
  background-color: #517fa4;
  color: #ffffff;
}

/* line 10754, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-youtube {
  background-color: rgba(179, 18, 23, 0.1);
  color: #b31217;
  cursor: text !important;
}

/* line 10759, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-youtube-o2 {
  background-color: rgba(179, 18, 23, 0.2);
  color: #b31217;
  cursor: text !important;
}

/* line 10764, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-youtube,
a.btn.btn-label-youtube,
button.btn.btn-label-youtube,
input.btn.btn-label-youtube {
  cursor: pointer !important;
}

/* line 10769, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-youtube:focus, label.btn.btn-label-youtube:hover, label.btn.btn-label-youtube.active,
a.btn.btn-label-youtube:focus,
a.btn.btn-label-youtube:hover,
a.btn.btn-label-youtube.active,
button.btn.btn-label-youtube:focus,
button.btn.btn-label-youtube:hover,
button.btn.btn-label-youtube.active,
input.btn.btn-label-youtube:focus,
input.btn.btn-label-youtube:hover,
input.btn.btn-label-youtube.active {
  background-color: #b31217;
  color: #ffffff;
}

/* line 10782, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-linkedin {
  background-color: rgba(0, 119, 181, 0.1);
  color: #0077b5;
  cursor: text !important;
}

/* line 10787, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-linkedin-o2 {
  background-color: rgba(0, 119, 181, 0.2);
  color: #0077b5;
  cursor: text !important;
}

/* line 10792, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-linkedin,
a.btn.btn-label-linkedin,
button.btn.btn-label-linkedin,
input.btn.btn-label-linkedin {
  cursor: pointer !important;
}

/* line 10797, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-linkedin:focus, label.btn.btn-label-linkedin:hover, label.btn.btn-label-linkedin.active,
a.btn.btn-label-linkedin:focus,
a.btn.btn-label-linkedin:hover,
a.btn.btn-label-linkedin.active,
button.btn.btn-label-linkedin:focus,
button.btn.btn-label-linkedin:hover,
button.btn.btn-label-linkedin.active,
input.btn.btn-label-linkedin:focus,
input.btn.btn-label-linkedin:hover,
input.btn.btn-label-linkedin.active {
  background-color: #0077b5;
  color: #ffffff;
}

/* line 10810, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-skype {
  background-color: rgba(0, 175, 240, 0.1);
  color: #00aff0;
  cursor: text !important;
}

/* line 10815, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-label-skype-o2 {
  background-color: rgba(0, 175, 240, 0.2);
  color: #00aff0;
  cursor: text !important;
}

/* line 10820, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-skype,
a.btn.btn-label-skype,
button.btn.btn-label-skype,
input.btn.btn-label-skype {
  cursor: pointer !important;
}

/* line 10825, app/assets/stylesheets/theme/style.bundle.scss */
label.btn.btn-label-skype:focus, label.btn.btn-label-skype:hover, label.btn.btn-label-skype.active,
a.btn.btn-label-skype:focus,
a.btn.btn-label-skype:hover,
a.btn.btn-label-skype.active,
button.btn.btn-label-skype:focus,
button.btn.btn-label-skype:hover,
button.btn.btn-label-skype.active,
input.btn.btn-label-skype:focus,
input.btn.btn-label-skype:hover,
input.btn.btn-label-skype.active {
  background-color: #00aff0;
  color: #ffffff;
}

/* line 10838, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

/* line 10849, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-circle {
  border-radius: 50%;
}

/* line 10851, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon i {
  padding: 0;
  margin: 0;
  line-height: 0;
}

/* line 10855, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon [class^="socicon-"],
.btn.btn-icon [class*=" socicon-"] {
  line-height: 1;
}

/* line 10858, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon {
  height: 3rem;
  width: 3rem;
}

/* line 10861, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-sm, .btn-group-sm > .btn.btn-icon {
  height: 2.5rem;
  width: 2.5rem;
}

/* line 10864, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-lg, .btn-group-lg > .btn.btn-icon {
  height: 4rem;
  width: 4rem;
}

/* line 10867, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-icon-sm [class^="la-"],
.btn.btn-icon.btn-icon-sm [class*=" la-"] {
  font-size: 1.25rem;
}

/* line 10870, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-icon-sm [class^="fa-"],
.btn.btn-icon.btn-icon-sm [class*=" fa-"] {
  font-size: 1.15rem;
}

/* line 10873, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-icon-sm [class^="flaticon-"],
.btn.btn-icon.btn-icon-sm [class*=" flaticon-"],
.btn.btn-icon.btn-icon-sm [class^="flaticon2-"],
.btn.btn-icon.btn-icon-sm [class*=" flaticon2-"] {
  font-size: 1.15rem;
}

/* line 10878, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-icon-md [class^="la-"],
.btn.btn-icon.btn-icon-md [class*=" la-"] {
  font-size: 1.3rem;
}

/* line 10881, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-icon-md [class^="fa-"],
.btn.btn-icon.btn-icon-md [class*=" fa-"] {
  font-size: 1.2rem;
}

/* line 10884, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-icon-md [class^="flaticon-"],
.btn.btn-icon.btn-icon-md [class*=" flaticon-"],
.btn.btn-icon.btn-icon-md [class^="flaticon2-"],
.btn.btn-icon.btn-icon-md [class*=" flaticon2-"] {
  font-size: 1.2rem;
}

/* line 10889, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-icon-lg [class^="la-"],
.btn.btn-icon.btn-icon-lg [class*=" la-"] {
  font-size: 1.4rem;
}

/* line 10892, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-icon-lg [class^="fa-"],
.btn.btn-icon.btn-icon-lg [class*=" fa-"] {
  font-size: 1.4rem;
}

/* line 10895, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-icon-lg [class^="flaticon-"],
.btn.btn-icon.btn-icon-lg [class*=" flaticon-"],
.btn.btn-icon.btn-icon-lg [class^="flaticon2-"],
.btn.btn-icon.btn-icon-lg [class*=" flaticon2-"] {
  font-size: 1.4rem;
}

/* line 10900, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-brand i {
  color: #ffffff;
}

/* line 10902, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-brand:focus i, .btn.btn-icon.btn-brand:hover i, .btn.btn-icon.btn-brand.active i {
  color: #ffffff;
}

/* line 10904, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-metal i {
  color: #586272;
}

/* line 10906, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-metal:focus i, .btn.btn-icon.btn-metal:hover i, .btn.btn-icon.btn-metal.active i {
  color: #586272;
}

/* line 10908, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-light i {
  color: #282a3c;
}

/* line 10910, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-light:focus i, .btn.btn-icon.btn-light:hover i, .btn.btn-icon.btn-light.active i {
  color: #282a3c;
}

/* line 10912, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-dark i {
  color: #ffffff;
}

/* line 10914, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-dark:focus i, .btn.btn-icon.btn-dark:hover i, .btn.btn-icon.btn-dark.active i {
  color: #ffffff;
}

/* line 10916, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-accent i {
  color: #ffffff;
}

/* line 10918, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-accent:focus i, .btn.btn-icon.btn-accent:hover i, .btn.btn-icon.btn-accent.active i {
  color: #ffffff;
}

/* line 10920, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-focus i {
  color: #ffffff;
}

/* line 10922, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-focus:focus i, .btn.btn-icon.btn-focus:hover i, .btn.btn-icon.btn-focus.active i {
  color: #ffffff;
}

/* line 10924, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-primary i {
  color: #ffffff;
}

/* line 10926, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-primary:focus i, .btn.btn-icon.btn-primary:hover i, .btn.btn-icon.btn-primary.active i {
  color: #ffffff;
}

/* line 10928, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-success i {
  color: #ffffff;
}

/* line 10930, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-success:focus i, .btn.btn-icon.btn-success:hover i, .btn.btn-icon.btn-success.active i {
  color: #ffffff;
}

/* line 10932, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-info i {
  color: #ffffff;
}

/* line 10934, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-info:focus i, .btn.btn-icon.btn-info:hover i, .btn.btn-icon.btn-info.active i {
  color: #ffffff;
}

/* line 10936, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-warning i {
  color: #111111;
}

/* line 10938, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-warning:focus i, .btn.btn-icon.btn-warning:hover i, .btn.btn-icon.btn-warning.active i {
  color: #111111;
}

/* line 10940, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-danger i {
  color: #ffffff;
}

/* line 10942, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-icon.btn-danger:focus i, .btn.btn-icon.btn-danger:hover i, .btn.btn-icon.btn-danger.active i {
  color: #ffffff;
}

/* line 10945, app/assets/stylesheets/theme/style.bundle.scss */
.btn-icon-h {
  height: 3rem;
}

/* line 10948, app/assets/stylesheets/theme/style.bundle.scss */
.btn-icon-h.btn-sm, .btn-group-sm > .btn-icon-h.btn {
  height: 2.25rem;
}

/* line 10951, app/assets/stylesheets/theme/style.bundle.scss */
.btn-icon-h.btn-lg, .btn-group-lg > .btn-icon-h.btn {
  height: 4rem;
}

/* line 10954, app/assets/stylesheets/theme/style.bundle.scss */
.input-group-append .btn.btn-icon,
.input-group-prepend .btn.btn-icon {
  height: auto;
}

/* line 10958, app/assets/stylesheets/theme/style.bundle.scss */
.btn.kt-spinner:not(.kt-spinner--center) {
  padding-left: 3rem;
}

/* line 10960, app/assets/stylesheets/theme/style.bundle.scss */
.btn.kt-spinner:not(.kt-spinner--center):before {
  left: 1rem;
}

/* line 10963, app/assets/stylesheets/theme/style.bundle.scss */
.btn.kt-spinner.kt-spinner--right {
  padding-left: 1rem;
  padding-right: 3rem;
}

/* line 10966, app/assets/stylesheets/theme/style.bundle.scss */
.btn.kt-spinner.kt-spinner--right:before {
  left: auto;
  right: 1rem;
}

/* line 10970, app/assets/stylesheets/theme/style.bundle.scss */
.btn.kt-spinner.kt-spinner--sm:not(.kt-spinner--center) {
  padding-left: 2.5rem;
}

/* line 10972, app/assets/stylesheets/theme/style.bundle.scss */
.btn.kt-spinner.kt-spinner--sm:not(.kt-spinner--center):before {
  left: 1rem;
}

/* line 10975, app/assets/stylesheets/theme/style.bundle.scss */
.btn.kt-spinner.kt-spinner--sm.kt-spinner--right {
  padding-left: 1rem;
  padding-right: 2.5rem;
}

/* line 10978, app/assets/stylesheets/theme/style.bundle.scss */
.btn.kt-spinner.kt-spinner--sm.kt-spinner--right:before {
  left: auto;
  right: 1rem;
}

/* line 10982, app/assets/stylesheets/theme/style.bundle.scss */
.btn.kt-spinner.kt-spinner--lg:not(.kt-spinner--center) {
  padding-left: 3.5rem;
}

/* line 10984, app/assets/stylesheets/theme/style.bundle.scss */
.btn.kt-spinner.kt-spinner--lg:not(.kt-spinner--center):before {
  left: 1rem;
}

/* line 10987, app/assets/stylesheets/theme/style.bundle.scss */
.btn.kt-spinner.kt-spinner--lg.kt-spinner--right {
  padding-left: 1rem;
  padding-right: 3.5rem;
}

/* line 10990, app/assets/stylesheets/theme/style.bundle.scss */
.btn.kt-spinner.kt-spinner--lg.kt-spinner--right:before {
  left: auto;
  right: 1rem;
}

/* line 10994, app/assets/stylesheets/theme/style.bundle.scss */
.btn.btn-glow {
  -webkit-box-shadow: 0px 2px 14px 2px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 14px 2px rgba(255, 255, 255, 0.1);
}

/* line 10997, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn.btn-glow, .btn.btn-glow.active, .btn.btn-glow:active, .btn.btn-glow:hover {
  -webkit-box-shadow: 0px 2px 14px 2px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 2px 14px 2px rgba(255, 255, 255, 0.3);
}

/* line 11001, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group.btn-pill {
  border-radius: 2rem;
  overflow: hidden;
}

/* line 11004, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group.btn-pill .btn-brand {
  border-width: 1px;
  border-style: solid;
}

/* line 11007, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group.btn-pill .btn-metal {
  color: #d3dae6;
  background-color: #586272;
  border-color: #586272;
  border-width: 1px;
  border-style: solid;
}

/* line 11013, app/assets/stylesheets/theme/style.bundle.scss */
.show > .btn-group.btn-pill .btn-metal, .btn-group.btn-pill .btn-metal.active, .btn-group.btn-pill .btn-metal:active, .btn-group.btn-pill .btn-metal:hover {
  color: #586272;
  background-color: #d3dae6;
  border-color: #d3dae6;
}

/* line 11017, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group.btn-pill .btn-light {
  border-width: 1px;
  border-style: solid;
}

/* line 11020, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group.btn-pill .btn-dark {
  border-width: 1px;
  border-style: solid;
}

/* line 11023, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group.btn-pill .btn-accent {
  border-width: 1px;
  border-style: solid;
}

/* line 11026, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group.btn-pill .btn-focus {
  border-width: 1px;
  border-style: solid;
}

/* line 11029, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group.btn-pill .btn-primary {
  border-width: 1px;
  border-style: solid;
}

/* line 11032, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group.btn-pill .btn-success {
  border-width: 1px;
  border-style: solid;
}

/* line 11035, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group.btn-pill .btn-info {
  border-width: 1px;
  border-style: solid;
}

/* line 11038, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group.btn-pill .btn-warning {
  border-width: 1px;
  border-style: solid;
}

/* line 11041, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group.btn-pill .btn-danger {
  border-width: 1px;
  border-style: solid;
}

/* line 11045, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group.btn-elevated {
  -webkit-box-shadow: 0px 0px 11px 0px rgba(56, 36, 99, 0.08);
  box-shadow: 0px 0px 11px 0px rgba(56, 36, 99, 0.08);
}

@media (max-width: 768px) {
  /* line 11050, app/assets/stylesheets/theme/style.bundle.scss */
  .btn-group.btn-pill {
    border-radius: 0;
  }
  /* line 11052, app/assets/stylesheets/theme/style.bundle.scss */
  .btn-group.btn-pill .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 11056, app/assets/stylesheets/theme/style.bundle.scss */
  .btn-group.btn-pill .btn {
    margin-bottom: 0.5rem;
    border-radius: 2rem;
  }
}

/* line 11060, app/assets/stylesheets/theme/style.bundle.scss */
code {
  background-color: #f7f8fa;
  padding: 0.15rem 0.25rem;
  border-radius: 4px;
}

/* line 11065, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu {
  border: 0 !important;
  margin: 0;
  border-radius: 0;
  min-width: 14rem;
  padding: 0;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  padding: 1rem 0;
  border-radius: 4px;
  left: 0;
  /*rtl:raw:
    right: auto;
    */
}

/* line 11079, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu.dropdown-menu-fit {
  padding: 0;
}

/* line 11081, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu.dropdown-menu-fit-bottom {
  padding-bottom: 0;
}

/* line 11083, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu.dropdown-menu-fit-top {
  padding-top: 0;
}

/* line 11085, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu.dropdown-menu-fit:not(.dropdown-menu-top-unround) > div:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 11088, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu.dropdown-menu-fit:not(.dropdown-menu-top-unround) form {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 11091, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu.dropdown-menu-top-unround {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 11094, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu:before, .dropdown-menu:after {
  display: none !important;
}

/* line 11096, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu > li > a,
.dropdown-menu > .dropdown-item {
  outline: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.7rem 1.2rem;
}

/* line 11106, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu > li > a [class^="la-"],
.dropdown-menu > li > a [class*=" la-"],
.dropdown-menu > .dropdown-item [class^="la-"],
.dropdown-menu > .dropdown-item [class*=" la-"] {
  font-size: 1.4rem;
}

/* line 11111, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu > li > a [class^="fa-"],
.dropdown-menu > li > a [class*=" fa-"],
.dropdown-menu > .dropdown-item [class^="fa-"],
.dropdown-menu > .dropdown-item [class*=" fa-"] {
  font-size: 1.4rem;
}

/* line 11116, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu > li > a [class^="flaticon-"],
.dropdown-menu > li > a [class*=" flaticon-"],
.dropdown-menu > li > a [class^="flaticon2-"],
.dropdown-menu > li > a [class*=" flaticon2-"],
.dropdown-menu > .dropdown-item [class^="flaticon-"],
.dropdown-menu > .dropdown-item [class*=" flaticon-"],
.dropdown-menu > .dropdown-item [class^="flaticon2-"],
.dropdown-menu > .dropdown-item [class*=" flaticon2-"] {
  font-size: 1.3rem;
}

/* line 11125, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu > li > a > i,
.dropdown-menu > .dropdown-item > i {
  margin-right: 0.75rem;
  color: #74788d;
}

/* line 11129, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu > li > a > i:before,
.dropdown-menu > .dropdown-item > i:before {
  line-height: 0;
  vertical-align: middle;
}

/* line 11133, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu .dropdown-divider {
  border-top: 1px solid #ebedf2;
}

/* line 11135, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu .dropdown-menu:not(.daterangepicker) {
  /*rtl:raw:
        left: auto !important;
        */
}

/* line 11139, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu.dropdown-menu-xs {
  width: 160px;
}

/* line 11141, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu.dropdown-menu-sm {
  width: 240px;
}

/* line 11143, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu.dropdown-menu-md {
  width: 260px;
}

/* line 11145, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu.dropdown-menu-lg {
  width: 320px;
}

/* line 11147, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu.dropdown-menu-xl {
  width: 380px;
}

/* line 11149, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown-menu.dropdown-menu-anim {
  -webkit-animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-up .3s ease-out 1;
  animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-up .3s ease-out 1;
}

/* line 11152, app/assets/stylesheets/theme/style.bundle.scss */
.dropup .dropdown-menu.dropdown-menu-anim,
.dropdown-menu .dropdown-menu-anim-down.dropdown-menu-anim {
  -webkit-animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-down .3s ease-out 1;
  animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-down .3s ease-out 1;
}

@media (max-width: 768px) {
  /* line 11157, app/assets/stylesheets/theme/style.bundle.scss */
  .dropdown-menu.dropdown-menu-xl, .dropdown-menu.dropdown-menu-lg, .dropdown-menu.dropdown-menu-md {
    width: 300px;
  }
}

/* line 11160, app/assets/stylesheets/theme/style.bundle.scss */
.nav-link.dropdown-toggle:after,
.btn.dropdown-toggle:after {
  text-align: center;
  display: inline;
  border: 0;
  font-size: 0.6rem;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  margin-left: 0.5rem;
  opacity: 0.7;
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
}

/* line 11184, app/assets/stylesheets/theme/style.bundle.scss */
.nav-link.dropdown-toggle.dropdown-toggle-split:after,
.btn.dropdown-toggle.dropdown-toggle-split:after {
  right: 1px;
}

/* line 11188, app/assets/stylesheets/theme/style.bundle.scss */
.dropdown.dropdown-inline {
  display: inline-block;
}

/* line 11191, app/assets/stylesheets/theme/style.bundle.scss */
.dropup .nav-link.dropdown-toggle:after,
.dropup .btn.dropdown-toggle:after {
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
}

/* line 11206, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group.dropright .nav-link.dropdown-toggle:before,
.btn-group.dropright .btn.dropdown-toggle:before {
  display: none;
}

/* line 11210, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group.dropright .nav-link.dropdown-toggle:after,
.btn-group.dropright .btn.dropdown-toggle:after {
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
}

/* line 11225, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group.dropleft .nav-link.dropdown-toggle:before,
.btn-group.dropleft .btn.dropdown-toggle:before {
  display: none;
}

/* line 11229, app/assets/stylesheets/theme/style.bundle.scss */
.btn-group.dropleft .nav-link.dropdown-toggle:after,
.btn-group.dropleft .btn.dropdown-toggle:after {
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
}

@-webkit-keyframes dropdown-menu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes dropdown-menu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes dropdown-menu-move-down {
  from {
    margin-top: -10px;
  }
  to {
    margin-top: 0;
  }
}

@keyframes dropdown-menu-move-down {
  from {
    margin-top: -10px;
  }
  to {
    margin-top: 0;
  }
}

@-webkit-keyframes dropdown-menu-move-up {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}

@keyframes dropdown-menu-move-up {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}

/* line 11280, app/assets/stylesheets/theme/style.bundle.scss */
.form-group {
  margin-bottom: 2rem;
}

/* line 11282, app/assets/stylesheets/theme/style.bundle.scss */
.form-group.form-group-marginless, .form-group.form-group-last {
  margin-bottom: 0px;
}

/* line 11284, app/assets/stylesheets/theme/style.bundle.scss */
.form-group label {
  font-size: 1rem;
  font-weight: 400;
}

/* line 11287, app/assets/stylesheets/theme/style.bundle.scss */
.form-group .invalid-feedback,
.form-group .valid-feedback {
  font-weight: 400;
}

/* line 11290, app/assets/stylesheets/theme/style.bundle.scss */
.form-group .form-text {
  font-size: 0.9rem;
}

/* line 11292, app/assets/stylesheets/theme/style.bundle.scss */
.form-group.form-group-md {
  margin-bottom: 1rem;
}

/* line 11294, app/assets/stylesheets/theme/style.bundle.scss */
.form-group.form-group-sm {
  margin-bottom: 0.5rem;
}

/* line 11296, app/assets/stylesheets/theme/style.bundle.scss */
.form-group.form-group-xs {
  margin-bottom: 0.25rem;
}

/* line 11298, app/assets/stylesheets/theme/style.bundle.scss */
.form-group.form-group-last {
  margin-bottom: 0rem;
}

/* line 11301, app/assets/stylesheets/theme/style.bundle.scss */
.form-control:focus, .form-control:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 11305, app/assets/stylesheets/theme/style.bundle.scss */
.form-control[readonly] {
  background-color: #ffffff;
}

/* line 11308, app/assets/stylesheets/theme/style.bundle.scss */
.form-control.form-control-pill {
  border-radius: 50px;
}

/* line 11311, app/assets/stylesheets/theme/style.bundle.scss */
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 11316, app/assets/stylesheets/theme/style.bundle.scss */
.custom-file {
  width: 100%;
}

/* line 11319, app/assets/stylesheets/theme/style.bundle.scss */
.custom-file-input:focus ~ .custom-file-label {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 11323, app/assets/stylesheets/theme/style.bundle.scss */
.custom-file-label {
  text-align: left;
}

/* line 11325, app/assets/stylesheets/theme/style.bundle.scss */
.custom-file-label:after {
  float: left;
}

/* line 11328, app/assets/stylesheets/theme/style.bundle.scss */
.input-group [class^="la-"],
.input-group [class*=" la-"] {
  font-size: 1.4rem;
}

/* line 11332, app/assets/stylesheets/theme/style.bundle.scss */
.input-group [class^="fa-"],
.input-group [class*=" fa-"] {
  font-size: 1.2rem;
}

/* line 11336, app/assets/stylesheets/theme/style.bundle.scss */
.input-group [class^="flaticon-"],
.input-group [class*=" flaticon-"],
.input-group [class^="flaticon2-"],
.input-group [class*=" flaticon2-"] {
  font-size: 1.2rem;
}

/* line 11342, app/assets/stylesheets/theme/style.bundle.scss */
.input-group i {
  color: #74788d;
  line-height: 0;
}

/* line 11346, app/assets/stylesheets/theme/style.bundle.scss */
.input-group .form-control.is-valid + .input-group-append,
.input-group .form-control.is-invalid + .input-group-append {
  margin-left: 0;
}

/* line 11350, app/assets/stylesheets/theme/style.bundle.scss */
.input-group .input-group-prepend + .form-control.is-valid,
.input-group .input-group-prepend + .form-control.is-invalid {
  margin-left: 1px;
}

/* line 11354, app/assets/stylesheets/theme/style.bundle.scss */
.validated .valid-feedback,
.validated .invalid-feedback {
  display: block;
}

/* line 11358, app/assets/stylesheets/theme/style.bundle.scss */
.row.row-no-padding {
  margin-left: 0;
  margin-right: 0;
}

/* line 11361, app/assets/stylesheets/theme/style.bundle.scss */
.row.row-no-padding > div {
  padding-left: 0;
  padding-right: 0;
}

/* line 11365, app/assets/stylesheets/theme/style.bundle.scss */
.row.row-full-height {
  height: 100%;
}

/* line 11368, app/assets/stylesheets/theme/style.bundle.scss */
.row .col-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* line 11376, app/assets/stylesheets/theme/style.bundle.scss */
.row[class*="row-col-separator-"] > div {
  border-bottom: 1px solid #ebedf2;
}

/* line 11378, app/assets/stylesheets/theme/style.bundle.scss */
.row[class*="row-col-separator-"] > div:last-child {
  border-bottom: 0;
}

@media (min-width: 1px) {
  /* line 11382, app/assets/stylesheets/theme/style.bundle.scss */
  .row.row-col-separator-xs > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2;
  }
  /* line 11385, app/assets/stylesheets/theme/style.bundle.scss */
  .row.row-col-separator-xs > div:last-child {
    border-right: 0;
  }
}

@media (min-width: 577px) {
  /* line 11389, app/assets/stylesheets/theme/style.bundle.scss */
  .row.row-col-separator-sm > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2;
  }
  /* line 11392, app/assets/stylesheets/theme/style.bundle.scss */
  .row.row-col-separator-sm > div:last-child {
    border-right: 0;
  }
}

@media (min-width: 769px) {
  /* line 11396, app/assets/stylesheets/theme/style.bundle.scss */
  .row.row-col-separator-md > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2;
  }
  /* line 11399, app/assets/stylesheets/theme/style.bundle.scss */
  .row.row-col-separator-md > div:last-child {
    border-right: 0;
  }
}

@media (min-width: 1025px) {
  /* line 11403, app/assets/stylesheets/theme/style.bundle.scss */
  .row.row-col-separator-lg > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2;
  }
  /* line 11406, app/assets/stylesheets/theme/style.bundle.scss */
  .row.row-col-separator-lg > div:last-child {
    border-right: 0;
  }
}

@media (min-width: 1400px) {
  /* line 11410, app/assets/stylesheets/theme/style.bundle.scss */
  .row.row-col-separator-xl > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2;
  }
  /* line 11413, app/assets/stylesheets/theme/style.bundle.scss */
  .row.row-col-separator-xl > div:last-child {
    border-right: 0;
  }
}

/* line 11416, app/assets/stylesheets/theme/style.bundle.scss */
.modal .modal-content {
  border-radius: 4px;
}

/* line 11418, app/assets/stylesheets/theme/style.bundle.scss */
.modal .modal-content .modal-header .modal-title {
  font-weight: 500;
  font-size: 1.3rem;
  color: #48465b;
}

/* line 11422, app/assets/stylesheets/theme/style.bundle.scss */
.modal .modal-content .modal-header .modal-title small {
  font-weight: 400;
  font-size: 0.9rem;
  color: #74788d;
}

/* line 11426, app/assets/stylesheets/theme/style.bundle.scss */
.modal .modal-content .modal-header .close {
  outline: none !important;
  color: #74788d;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 11438, app/assets/stylesheets/theme/style.bundle.scss */
.modal .modal-content .modal-header .close:before {
  content: "";
}

/* line 11440, app/assets/stylesheets/theme/style.bundle.scss */
.modal .modal-content .modal-header .close:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 11443, app/assets/stylesheets/theme/style.bundle.scss */
.modal .modal-content .modal-header .close:before {
  font-size: 1.3rem;
}

/* line 11445, app/assets/stylesheets/theme/style.bundle.scss */
.modal .modal-content .modal-header .close span {
  display: none;
}

/* line 11447, app/assets/stylesheets/theme/style.bundle.scss */
.modal .modal-content .modal-header .close:hover {
  color: #5d78ff;
}

/* line 11450, app/assets/stylesheets/theme/style.bundle.scss */
.modal.modal-sticky-bottom-right {
  padding: 0 !important;
  max-width: 500px;
  height: auto;
  position: fixed;
  left: auto;
  top: auto;
  bottom: 25px;
  right: 25px;
  margin: 0;
  -webkit-box-shadow: 0px 0px 60px -15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 60px -15px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

/* line 11463, app/assets/stylesheets/theme/style.bundle.scss */
.modal.modal-sticky-bottom-right.modal-sticky-lg {
  max-width: 600px;
}

@media (max-width: 1024px) {
  /* line 11466, app/assets/stylesheets/theme/style.bundle.scss */
  .modal.modal-sticky-bottom-right {
    bottom: 10px;
    right: 10px;
  }
}

@media (max-width: 768px) {
  /* line 11470, app/assets/stylesheets/theme/style.bundle.scss */
  .modal.modal-sticky-bottom-right {
    max-width: 90%;
  }
}

/* line 11472, app/assets/stylesheets/theme/style.bundle.scss */
.modal.modal-sticky-bottom-right .modal-dialog {
  position: static;
  max-width: 500px;
  width: auto;
  margin: 0;
  border-radius: 4px;
}

/* line 11478, app/assets/stylesheets/theme/style.bundle.scss */
.modal.modal-sticky-bottom-right .modal-dialog .modal-content {
  border: 0;
  border-radius: 4px;
}

/* line 11481, app/assets/stylesheets/theme/style.bundle.scss */
.modal.modal-sticky-bottom-right.modal-sticky-lg .modal-dialog {
  max-width: 600px;
}

/* line 11484, app/assets/stylesheets/theme/style.bundle.scss */
.modal-open {
  overflow: auto !important;
  padding: 0 !important;
}

/* line 11488, app/assets/stylesheets/theme/style.bundle.scss */
.modal-body.modal-body-fit {
  padding: 0;
}

/* line 11491, app/assets/stylesheets/theme/style.bundle.scss */
.modal-body.modal-body-x-fit {
  padding-left: 0;
  padding-right: 0;
}

/* line 11495, app/assets/stylesheets/theme/style.bundle.scss */
.modal-body.modal-body-y-fit {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 1400px) {
  /* line 11500, app/assets/stylesheets/theme/style.bundle.scss */
  .modal-dialog.modal-xl {
    max-width: 1299px;
  }
}

/* line 11503, app/assets/stylesheets/theme/style.bundle.scss */
.pagination.pagination--grid {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

/* line 11514, app/assets/stylesheets/theme/style.bundle.scss */
.pagination.pagination--grid .page-item .page-link {
  background-color: transparent;
  border: 0;
  font-weight: 400;
  color: #928eaa;
  border-radius: 5px;
  width: 2.25rem;
  height: 2.25rem;
  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.2rem;
  margin: 0 0.1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 11535, app/assets/stylesheets/theme/style.bundle.scss */
.pagination.pagination--grid .page-item.active .page-link, .pagination.pagination--grid .page-item:hover .page-link, .pagination.pagination--grid .page-item:focus .page-link {
  background-color: #5d78ff;
  color: #ffffff;
}

/* line 11539, app/assets/stylesheets/theme/style.bundle.scss */
.popover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

/* line 11542, app/assets/stylesheets/theme/style.bundle.scss */
.popover .popover-header {
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid #ebedf2;
}

/* line 11547, app/assets/stylesheets/theme/style.bundle.scss */
.progress {
  background-color: #ebedf2;
}

/* line 11549, app/assets/stylesheets/theme/style.bundle.scss */
.progress .progress-bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 11552, app/assets/stylesheets/theme/style.bundle.scss */
.progress.progress-sm {
  height: 6px;
}

/* line 11554, app/assets/stylesheets/theme/style.bundle.scss */
.progress.progress-sm .progress-bar {
  border-radius: 3px;
}

/* line 11556, app/assets/stylesheets/theme/style.bundle.scss */
.progress.progress-lg {
  height: 20px;
}

/* line 11558, app/assets/stylesheets/theme/style.bundle.scss */
.progress.progress-lg .progress-bar {
  border-radius: 4px;
}

/* line 11561, app/assets/stylesheets/theme/style.bundle.scss */
.table th.table-center, .table td.table-center {
  text-align: center;
}

/* line 11564, app/assets/stylesheets/theme/style.bundle.scss */
.table thead th, .table thead td {
  font-weight: 500;
  border-bottom-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 11570, app/assets/stylesheets/theme/style.bundle.scss */
.table tr.table-active td, .table tr.table-active th {
  color: #ffffff;
}

/* line 11573, app/assets/stylesheets/theme/style.bundle.scss */
.table.table-head-noborder thead th, .table.table-head-noborder thead td {
  border-top: 0;
}

/* line 11576, app/assets/stylesheets/theme/style.bundle.scss */
.table.table-head-solid thead th, .table.table-head-solid thead td {
  background-color: #f7f8fa;
}

/* line 11579, app/assets/stylesheets/theme/style.bundle.scss */
.table.table-light tr {
  border-radius: 5px;
  color: #9392a0;
}

/* line 11582, app/assets/stylesheets/theme/style.bundle.scss */
.table.table-light tr:nth-child(even) {
  background-color: #f7f8fa;
}

/* line 11584, app/assets/stylesheets/theme/style.bundle.scss */
.table.table-light tr td.table-row-title {
  color: #48465b;
}

/* line 11587, app/assets/stylesheets/theme/style.bundle.scss */
.table.table-light thead tr {
  background-color: rgba(93, 120, 255, 0.15);
  color: #5d78ff;
}

/* line 11591, app/assets/stylesheets/theme/style.bundle.scss */
.table.table-light--brand thead tr {
  color: #5d78ff;
  background-color: rgba(93, 120, 255, 0.15);
}

/* line 11595, app/assets/stylesheets/theme/style.bundle.scss */
.table.table-light--metal thead tr {
  color: #d3dae6;
  background-color: rgba(211, 218, 230, 0.15);
}

/* line 11599, app/assets/stylesheets/theme/style.bundle.scss */
.table.table-light--light thead tr {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 11603, app/assets/stylesheets/theme/style.bundle.scss */
.table.table-light--dark thead tr {
  color: #645ca1;
  background-color: rgba(100, 92, 161, 0.15);
}

/* line 11607, app/assets/stylesheets/theme/style.bundle.scss */
.table.table-light--accent thead tr {
  color: #00c5dc;
  background-color: rgba(0, 197, 220, 0.15);
}

/* line 11611, app/assets/stylesheets/theme/style.bundle.scss */
.table.table-light--focus thead tr {
  color: #9816f4;
  background-color: rgba(152, 22, 244, 0.15);
}

/* line 11615, app/assets/stylesheets/theme/style.bundle.scss */
.table.table-light--primary thead tr {
  color: #5867dd;
  background-color: rgba(88, 103, 221, 0.15);
}

/* line 11619, app/assets/stylesheets/theme/style.bundle.scss */
.table.table-light--success thead tr {
  color: #1dc9b7;
  background-color: rgba(29, 201, 183, 0.15);
}

/* line 11623, app/assets/stylesheets/theme/style.bundle.scss */
.table.table-light--info thead tr {
  color: #5578eb;
  background-color: rgba(85, 120, 235, 0.15);
}

/* line 11627, app/assets/stylesheets/theme/style.bundle.scss */
.table.table-light--warning thead tr {
  color: #ffb822;
  background-color: rgba(255, 184, 34, 0.15);
}

/* line 11631, app/assets/stylesheets/theme/style.bundle.scss */
.table.table-light--danger thead tr {
  color: #fd397a;
  background-color: rgba(253, 57, 122, 0.15);
}

/* line 11635, app/assets/stylesheets/theme/style.bundle.scss */
.table:not(.table-bordered) thead th, .table:not(.table-bordered) thead td {
  border-top: 0;
}

/* line 11638, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills,
.nav-tabs {
  margin: 0 0 25px 0;
}

/* line 11641, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills .nav-item .nav-link,
.nav-tabs .nav-item .nav-link {
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1rem;
  font-weight: 400;
}

/* line 11650, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills .nav-item .nav-link [class^="la-"],
.nav-pills .nav-item .nav-link [class*=" la-"],
.nav-tabs .nav-item .nav-link [class^="la-"],
.nav-tabs .nav-item .nav-link [class*=" la-"] {
  font-size: 1.3rem;
}

/* line 11655, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills .nav-item .nav-link [class^="fa-"],
.nav-pills .nav-item .nav-link [class*=" fa-"],
.nav-tabs .nav-item .nav-link [class^="fa-"],
.nav-tabs .nav-item .nav-link [class*=" fa-"] {
  font-size: 1.2rem;
}

/* line 11660, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills .nav-item .nav-link [class^="flaticon-"],
.nav-pills .nav-item .nav-link [class*=" flaticon-"],
.nav-pills .nav-item .nav-link [class^="flaticon2-"],
.nav-pills .nav-item .nav-link [class*=" flaticon2-"],
.nav-tabs .nav-item .nav-link [class^="flaticon-"],
.nav-tabs .nav-item .nav-link [class*=" flaticon-"],
.nav-tabs .nav-item .nav-link [class^="flaticon2-"],
.nav-tabs .nav-item .nav-link [class*=" flaticon2-"] {
  font-size: 1.4rem;
}

/* line 11669, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills .nav-item .nav-link i,
.nav-tabs .nav-item .nav-link i {
  vertical-align: middle;
  line-height: 0;
  display: inline-block;
  margin-right: 0.5rem;
}

/* line 11675, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link:active, .nav-pills .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link:active,
.nav-tabs .nav-item .nav-link:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 11682, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs .nav-item .nav-link {
  color: #5d78ff;
}

/* line 11684, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs .nav-item .nav-link i {
  color: #5d78ff;
}

/* line 11686, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link:active, .nav-tabs .nav-item .nav-link:hover {
  color: #5d78ff;
}

/* line 11688, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs .nav-item .nav-link.active i, .nav-tabs .nav-item .nav-link:active i, .nav-tabs .nav-item .nav-link:hover i {
  color: #5d78ff;
}

/* line 11690, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs .nav-item .nav-link.disabled {
  color: #74788d;
}

/* line 11692, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs .nav-item .nav-link.disabled i {
  color: #74788d;
}

/* line 11695, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs .nav-item.show > .nav-link {
  color: #5d78ff;
}

/* line 11697, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs .nav-item.show > .nav-link i {
  color: #5d78ff;
}

/* line 11700, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills .nav-item {
  margin-right: 0.5rem;
}

/* line 11702, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills .nav-item:last-child {
  margin-right: 0;
}

/* line 11704, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills .nav-item .nav-link {
  color: #595d6e;
}

/* line 11706, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills .nav-item .nav-link:active, .nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link.active:hover {
  background-color: #5d78ff;
  color: #ffffff;
}

/* line 11709, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills .nav-item.show > .nav-link {
  background-color: #5d78ff;
  color: #ffffff;
}

/* line 11713, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-pills-sm .nav-item .nav-link {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
}

/* line 11717, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-pills-bold .nav-item .nav-link {
  font-weight: 500;
}

/* line 11720, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-pills-label .nav-item .nav-link:active, .nav-pills.nav-pills-label .nav-item .nav-link.active, .nav-pills.nav-pills-label .nav-item .nav-link.active:hover {
  background-color: rgba(93, 120, 255, 0.1);
  color: #5d78ff;
}

/* line 11724, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-pills-label .nav-item.show > .nav-link {
  background-color: rgba(93, 120, 255, 0.1);
  color: #5d78ff;
}

/* line 11728, app/assets/stylesheets/theme/style.bundle.scss */
.nav-fit {
  margin: 0 !important;
}

/* line 11731, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 11738, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn:before, .nav-pills.nav-tabs-btn:after {
  content: " ";
  display: table;
}

/* line 11741, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn:after {
  clear: both;
}

/* line 11743, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn .nav-item {
  max-width: 100%;
  min-width: 75px;
  margin: 0.5rem;
  -webkit-box-shadow: rgba(69, 65, 78, 0.06) 0px 1px 15px 1px;
  box-shadow: rgba(69, 65, 78, 0.06) 0px 1px 15px 1px;
  border-radius: 0.5rem;
  text-align: center;
}

/* line 11751, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.85rem 0.75rem;
}

/* line 11766, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn .nav-item .nav-link .nav-link-icon {
  display: block;
  padding-bottom: 0.5rem;
}

/* line 11769, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn .nav-item .nav-link .nav-link-icon i {
  margin: 0;
  font-size: 1.3rem;
}

/* line 11772, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn .nav-item .nav-link .nav-link-title {
  display: block;
  font-weight: 500;
}

/* line 11775, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn .nav-link {
  border: 0;
  padding: 12px 0;
  font-size: 1rem;
  font-weight: 400;
}

/* line 11780, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn .nav-link [class^="la-"],
.nav-pills.nav-tabs-btn .nav-link [class*=" la-"] {
  font-size: 1.3rem;
}

/* line 11783, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn .nav-link [class^="fa-"],
.nav-pills.nav-tabs-btn .nav-link [class*=" fa-"] {
  font-size: 1.2rem;
}

/* line 11786, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn .nav-link [class^="flaticon-"],
.nav-pills.nav-tabs-btn .nav-link [class*=" flaticon-"],
.nav-pills.nav-tabs-btn .nav-link [class^="flaticon2-"],
.nav-pills.nav-tabs-btn .nav-link [class*=" flaticon2-"] {
  font-size: 1.4rem;
}

/* line 11791, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn .nav-link i {
  vertical-align: middle;
  line-height: 0;
  display: inline-block;
  margin-right: 0.5rem;
}

/* line 11796, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-tabs-btn-2x a.nav-link {
  border-bottom-width: 2px !important;
}

/* line 11798, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-tabs-btn-left {
  float: left;
}

/* line 11800, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-tabs-btn-right {
  float: right;
}

/* line 11802, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet--tabs .nav-pills.nav-tabs-btn {
  margin: 0 0 -1px 0;
}

/* line 11804, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet--tabs .nav-pills.nav-tabs-btn.nav-tabs-btn-2x {
  margin: 0 0 -2px 0;
}

/* line 11806, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet--tabs .nav-pills.nav-tabs-btn .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* line 11813, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet--tabs .nav-pills.nav-tabs-btn .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 11820, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-tabs-bold .nav-item .nav-link {
  font-weight: 500;
}

/* line 11823, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn a.nav-link.active .nav-link-icon i {
  color: #fff;
}

/* line 11826, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn a.nav-link.active .nav-link-title {
  color: #fff;
}

/* line 11829, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn a.nav-link .nav-link-icon i {
  color: #a2a5b9;
}

/* line 11832, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn a.nav-link .nav-link-title {
  color: #74788d;
}

/* line 11835, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-brand a.nav-link.active {
  background-color: #5d78ff;
}

/* line 11837, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-brand a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}

/* line 11839, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-brand a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}

/* line 11842, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-metal a.nav-link.active {
  background-color: #d3dae6;
}

/* line 11844, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-metal a.nav-link.active .nav-link-icon i {
  color: #586272 !important;
}

/* line 11846, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-metal a.nav-link.active .nav-link-title {
  color: #586272 !important;
}

/* line 11849, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-light a.nav-link.active {
  background-color: #ffffff;
}

/* line 11851, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-light a.nav-link.active .nav-link-icon i {
  color: #282a3c !important;
}

/* line 11853, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-light a.nav-link.active .nav-link-title {
  color: #282a3c !important;
}

/* line 11856, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-dark a.nav-link.active {
  background-color: #645ca1;
}

/* line 11858, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-dark a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}

/* line 11860, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-dark a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}

/* line 11863, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-accent a.nav-link.active {
  background-color: #00c5dc;
}

/* line 11865, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-accent a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}

/* line 11867, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-accent a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}

/* line 11870, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-focus a.nav-link.active {
  background-color: #9816f4;
}

/* line 11872, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-focus a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}

/* line 11874, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-focus a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}

/* line 11877, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-primary a.nav-link.active {
  background-color: #5867dd;
}

/* line 11879, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-primary a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}

/* line 11881, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-primary a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}

/* line 11884, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-success a.nav-link.active {
  background-color: #1dc9b7;
}

/* line 11886, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-success a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}

/* line 11888, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-success a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}

/* line 11891, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-info a.nav-link.active {
  background-color: #5578eb;
}

/* line 11893, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-info a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}

/* line 11895, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-info a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}

/* line 11898, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-warning a.nav-link.active {
  background-color: #ffb822;
}

/* line 11900, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-warning a.nav-link.active .nav-link-icon i {
  color: #111111 !important;
}

/* line 11902, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-warning a.nav-link.active .nav-link-title {
  color: #111111 !important;
}

/* line 11905, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-danger a.nav-link.active {
  background-color: #fd397a;
}

/* line 11907, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-danger a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}

/* line 11909, app/assets/stylesheets/theme/style.bundle.scss */
.nav-pills.nav-tabs-btn.nav-pills-btn-danger a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}

@media (max-width: 768px) {
  /* line 11913, app/assets/stylesheets/theme/style.bundle.scss */
  .nav-pills.nav-tabs-btn .nav .nav-item {
    max-width: 100%;
    width: 6.5rem;
    margin: 0.6rem;
  }
  /* line 11917, app/assets/stylesheets/theme/style.bundle.scss */
  .nav-pills.nav-tabs-btn .nav .nav-item .nav-link .nav-link-icon i {
    font-size: 1.2rem;
  }
  /* line 11919, app/assets/stylesheets/theme/style.bundle.scss */
  .nav-pills.nav-tabs-btn .nav .nav-item .nav-link .nav-link-title {
    font-size: 1rem;
  }
}

/* line 11922, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line {
  margin: 0 0 25px 0;
}

/* line 11924, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line:before, .nav-tabs.nav-tabs-line:after {
  content: " ";
  display: table;
}

/* line 11927, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line:after {
  clear: both;
}

/* line 11929, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line .nav-item {
  margin-right: 20px;
  margin-bottom: -1px;
}

@media (max-width: 1399px) {
  /* line 11933, app/assets/stylesheets/theme/style.bundle.scss */
  .nav-tabs.nav-tabs-line .nav-item {
    margin-right: 15px;
  }
}

/* line 11935, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line .nav-item:last-child {
  margin-right: 0;
}

/* line 11937, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line .nav-link {
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 12px 0;
  font-size: 1rem;
  font-weight: 400;
}

/* line 11943, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line .nav-link [class^="la-"],
.nav-tabs.nav-tabs-line .nav-link [class*=" la-"] {
  font-size: 1.3rem;
}

/* line 11946, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line .nav-link [class^="fa-"],
.nav-tabs.nav-tabs-line .nav-link [class*=" fa-"] {
  font-size: 1.2rem;
}

/* line 11949, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line .nav-link [class^="flaticon-"],
.nav-tabs.nav-tabs-line .nav-link [class*=" flaticon-"],
.nav-tabs.nav-tabs-line .nav-link [class^="flaticon2-"],
.nav-tabs.nav-tabs-line .nav-link [class*=" flaticon2-"] {
  font-size: 1.2rem;
}

/* line 11954, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line .nav-link i {
  vertical-align: middle;
  line-height: 0;
  display: inline-block;
  margin-right: 0.5rem;
}

/* line 11959, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line .nav-link svg {
  margin-right: 0.5rem;
}

/* line 11961, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-left {
  float: left;
}

/* line 11963, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-right {
  float: right;
}

/* line 11965, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet--tabs .nav-tabs.nav-tabs-line {
  margin: 0 0 -1px 0.5rem;
  border-color: transparent !important;
}

/* line 11968, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet--tabs .nav-tabs.nav-tabs-line.nav-tabs-line-2x {
  margin: 0 0 -2px 0;
}

/* line 11970, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet--tabs .nav-tabs.nav-tabs-line .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* line 11977, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet--tabs .nav-tabs.nav-tabs-line .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 11984, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-bold .nav-item .nav-link {
  font-weight: 500;
}

/* line 11986, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-bolder .nav-item .nav-link {
  font-weight: 600;
}

/* line 11988, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-lg .nav-item {
  margin-right: 30px;
}

@media (max-width: 1399px) {
  /* line 11991, app/assets/stylesheets/theme/style.bundle.scss */
  .nav-tabs.nav-tabs-line.nav-tabs-lg .nav-item {
    margin-right: 15px;
  }
}

/* line 11993, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-lg .nav-item:last-child {
  margin-right: 0;
}

/* line 11995, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-lg .nav-item .nav-link {
  padding: 12px 0;
  font-size: 1rem;
}

/* line 11998, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-2x {
  border-bottom-width: 2px !important;
}

/* line 12000, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-2x .nav-item {
  margin-bottom: -2px;
}

/* line 12002, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-2x a.nav-link {
  border-bottom-width: 2px !important;
}

/* line 12004, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-3x {
  border-bottom-width: 3px !important;
}

/* line 12006, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-3x .nav-item {
  margin-bottom: -3px;
}

/* line 12008, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-3x a.nav-link {
  border-bottom-width: 3px !important;
}

/* line 12010, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-space-lg .nav-item {
  margin-right: 40px;
}

/* line 12012, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-space-lg .nav-item:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  /* line 12015, app/assets/stylesheets/theme/style.bundle.scss */
  .nav-tabs.nav-tabs-line.nav-tabs-space-lg .nav-item {
    margin-right: 20px;
  }
  /* line 12017, app/assets/stylesheets/theme/style.bundle.scss */
  .nav-tabs.nav-tabs-line.nav-tabs-space-lg .nav-item:last-child {
    margin-right: 0;
  }
}

/* line 12019, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-space-xl .nav-item {
  margin-right: 50px;
}

/* line 12021, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-space-xl .nav-item:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  /* line 12024, app/assets/stylesheets/theme/style.bundle.scss */
  .nav-tabs.nav-tabs-line.nav-tabs-space-xl .nav-item {
    margin-right: 20px;
  }
  /* line 12026, app/assets/stylesheets/theme/style.bundle.scss */
  .nav-tabs.nav-tabs-line.nav-tabs-space-xl .nav-item:last-child {
    margin-right: 0;
  }
}

/* line 12029, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line {
  border-bottom: 1px solid #ebedf2;
}

/* line 12031, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link,
.nav-tabs.nav-tabs-line a.nav-link {
  background-color: transparent;
  color: #595d6e;
}

/* line 12035, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link i,
.nav-tabs.nav-tabs-line a.nav-link i {
  color: #a2a5b9;
}

/* line 12038, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:disabled,
.nav-tabs.nav-tabs-line a.nav-link:disabled {
  opacity: 0.7;
}

/* line 12041, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link g [fill],
.nav-tabs.nav-tabs-line a.nav-link g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #74788d;
}

/* line 12046, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover g [fill],
.nav-tabs.nav-tabs-line a.nav-link:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

/* line 12050, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line a.nav-link:hover,
.nav-tabs.nav-tabs-line a.nav-link.active {
  background-color: transparent;
  color: #595d6e;
  border-bottom: 1px solid #5d78ff;
}

/* line 12056, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line a.nav-link:hover > i,
.nav-tabs.nav-tabs-line a.nav-link.active > i {
  color: #5d78ff;
}

/* line 12060, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover g [fill], .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active g [fill],
.nav-tabs.nav-tabs-line a.nav-link:hover g [fill],
.nav-tabs.nav-tabs-line a.nav-link.active g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #5d78ff;
}

/* line 12066, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover:hover g [fill], .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active:hover g [fill],
.nav-tabs.nav-tabs-line a.nav-link:hover:hover g [fill],
.nav-tabs.nav-tabs-line a.nav-link.active:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

/* line 12071, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover {
  border-bottom: 1px solid #5d78ff;
}

/* line 12074, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link.active {
  color: #5d78ff;
  border-bottom: 1px solid #5d78ff;
}

/* line 12079, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link.active > i {
  color: #778dff;
}

/* line 12083, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav-tabs-line-3x {
  border-bottom-color: rgba(93, 120, 255, 0.1);
}

/* line 12085, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-metal.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-metal a.nav-link:hover {
  border-bottom: 1px solid #d3dae6;
}

/* line 12088, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-metal.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-metal.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-metal a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-metal a.nav-link.active {
  color: #d3dae6;
  border-bottom: 1px solid #d3dae6;
}

/* line 12093, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-metal.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-metal.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-metal a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-metal a.nav-link.active > i {
  color: #e3e8ef;
}

/* line 12097, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-metal.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-metal.nav-tabs-line-3x {
  border-bottom-color: rgba(211, 218, 230, 0.1);
}

/* line 12099, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link:hover {
  border-bottom: 1px solid #ffffff;
}

/* line 12102, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link.active {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

/* line 12107, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link.active > i {
  color: white;
}

/* line 12111, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-light.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-light.nav-tabs-line-3x {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* line 12113, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link:hover {
  border-bottom: 1px solid #645ca1;
}

/* line 12116, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link.active {
  color: #645ca1;
  border-bottom: 1px solid #645ca1;
}

/* line 12121, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link.active > i {
  color: #736cab;
}

/* line 12125, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav-tabs-line-3x {
  border-bottom-color: rgba(100, 92, 161, 0.1);
}

/* line 12127, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-accent.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-accent a.nav-link:hover {
  border-bottom: 1px solid #00c5dc;
}

/* line 12130, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-accent.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-accent.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-accent a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-accent a.nav-link.active {
  color: #00c5dc;
  border-bottom: 1px solid #00c5dc;
}

/* line 12135, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-accent.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-accent.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-accent a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-accent a.nav-link.active > i {
  color: #00dcf6;
}

/* line 12139, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-accent.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-accent.nav-tabs-line-3x {
  border-bottom-color: rgba(0, 197, 220, 0.1);
}

/* line 12141, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-focus.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-focus a.nav-link:hover {
  border-bottom: 1px solid #9816f4;
}

/* line 12144, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-focus.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-focus.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-focus a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-focus a.nav-link.active {
  color: #9816f4;
  border-bottom: 1px solid #9816f4;
}

/* line 12149, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-focus.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-focus.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-focus a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-focus a.nav-link.active > i {
  color: #a32ef5;
}

/* line 12153, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-focus.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-focus.nav-tabs-line-3x {
  border-bottom-color: rgba(152, 22, 244, 0.1);
}

/* line 12155, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link:hover {
  border-bottom: 1px solid #5867dd;
}

/* line 12158, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link.active {
  color: #5867dd;
  border-bottom: 1px solid #5867dd;
}

/* line 12163, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link.active > i {
  color: #6d7ae1;
}

/* line 12167, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav-tabs-line-3x {
  border-bottom-color: rgba(88, 103, 221, 0.1);
}

/* line 12169, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link:hover {
  border-bottom: 1px solid #1dc9b7;
}

/* line 12172, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link.active {
  color: #1dc9b7;
  border-bottom: 1px solid #1dc9b7;
}

/* line 12177, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link.active > i {
  color: #21dfcb;
}

/* line 12181, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-success.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-success.nav-tabs-line-3x {
  border-bottom-color: rgba(29, 201, 183, 0.1);
}

/* line 12183, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link:hover {
  border-bottom: 1px solid #5578eb;
}

/* line 12186, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link.active {
  color: #5578eb;
  border-bottom: 1px solid #5578eb;
}

/* line 12191, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link.active > i {
  color: #6c8aee;
}

/* line 12195, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-info.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-info.nav-tabs-line-3x {
  border-bottom-color: rgba(85, 120, 235, 0.1);
}

/* line 12197, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link:hover {
  border-bottom: 1px solid #ffb822;
}

/* line 12200, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link.active {
  color: #ffb822;
  border-bottom: 1px solid #ffb822;
}

/* line 12205, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link.active > i {
  color: #ffc03c;
}

/* line 12209, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav-tabs-line-3x {
  border-bottom-color: rgba(255, 184, 34, 0.1);
}

/* line 12211, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link:hover {
  border-bottom: 1px solid #fd397a;
}

/* line 12214, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link.active {
  color: #fd397a;
  border-bottom: 1px solid #fd397a;
}

/* line 12219, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link.active > i {
  color: #fd528b;
}

/* line 12223, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav-tabs-line-3x {
  border-bottom-color: rgba(253, 57, 122, 0.1);
}

/* line 12225, app/assets/stylesheets/theme/style.bundle.scss */
.nav-tabs.nav-tabs-line.nav-tabs-clear {
  border-bottom-color: transparent !important;
}

/* line 12228, app/assets/stylesheets/theme/style.bundle.scss */
.toast.toast-custom {
  display: none;
  position: absolute;
  z-index: 195;
  top: 2rem;
  right: 2rem;
  width: 350px;
  border: 0;
}

/* line 12236, app/assets/stylesheets/theme/style.bundle.scss */
.toast.toast-custom.toast-left {
  left: 2rem;
  right: auto;
}

/* line 12239, app/assets/stylesheets/theme/style.bundle.scss */
.toast.toast-custom.toast-bottom {
  top: auto;
  bottom: 2rem;
}

/* line 12242, app/assets/stylesheets/theme/style.bundle.scss */
.toast.toast-custom.toast-top {
  bottom: auto;
  top: 2rem;
}

/* line 12245, app/assets/stylesheets/theme/style.bundle.scss */
.toast.toast-custom.toast-center-v {
  top: 45%;
  bottom: auto;
}

/* line 12248, app/assets/stylesheets/theme/style.bundle.scss */
.toast.toast-custom.toast-center-h {
  right: auto;
  left: 50%;
  margin-left: -175px;
}

/* line 12252, app/assets/stylesheets/theme/style.bundle.scss */
.toast.toast-custom .toast-header {
  padding: 0.5rem 1rem;
}

/* line 12254, app/assets/stylesheets/theme/style.bundle.scss */
.toast.toast-custom .toast-body {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

/* line 12257, app/assets/stylesheets/theme/style.bundle.scss */
.toast.toast-custom.show {
  display: block;
}

/* line 12259, app/assets/stylesheets/theme/style.bundle.scss */
.toast.toast-custom.toast-fill {
  background-color: #fff;
}

/* line 12262, app/assets/stylesheets/theme/style.bundle.scss */
.toast .toast-title {
  font-size: 0.9rem;
  font-weight: 500;
  color: #595d6e;
  margin-right: auto !important;
}

/* line 12268, app/assets/stylesheets/theme/style.bundle.scss */
.toast .toast-time {
  margin-left: 0.5rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: #595d6e;
}

/* line 12274, app/assets/stylesheets/theme/style.bundle.scss */
.toast .toast-icon {
  margin-right: 0.5rem;
  font-size: 1.2rem;
  color: #74788d;
}

/* line 12279, app/assets/stylesheets/theme/style.bundle.scss */
.toast .toast-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: none;
  outline: none !important;
  margin: 0;
  padding: 0;
  margin-left: 1rem;
  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;
}

/* line 12302, app/assets/stylesheets/theme/style.bundle.scss */
.toast .toast-close i {
  font-size: 1.1rem;
  color: #74788d;
}

/* line 12305, app/assets/stylesheets/theme/style.bundle.scss */
.toast .toast-close i:before {
  line-height: 0;
  vertical-align: middle;
}

/* line 12308, app/assets/stylesheets/theme/style.bundle.scss */
.toast .toast-close:hover i {
  color: #5d78ff;
}

/* line 12311, app/assets/stylesheets/theme/style.bundle.scss */
.tooltip .tooltip-inner {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

/* line 12315, app/assets/stylesheets/theme/style.bundle.scss */
.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  /*rtl:raw:
        left: auto;
        right: 0;
        */
}

/* line 12321, app/assets/stylesheets/theme/style.bundle.scss */
.tooltip.bs-tooltip-left .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  /*rtl:raw:
        border-width: 0.4rem 0 0.4rem 0.4rem;
        border-left-color: #fff;
        */
}

/* line 12328, app/assets/stylesheets/theme/style.bundle.scss */
.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  /*rtl:raw:
        right: auto;
        left: 0;
        */
}

/* line 12334, app/assets/stylesheets/theme/style.bundle.scss */
.tooltip.bs-tooltip-right .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  /*rtl:raw:
        border-width: 0.4rem 0.4rem 0.4rem 0;
        border-right-color: #fff;
        */
}

/* line 12341, app/assets/stylesheets/theme/style.bundle.scss */
.tooltip.tooltop-auto-width .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

/* line 12345, app/assets/stylesheets/theme/style.bundle.scss */
.tooltip.tooltip-dark .tooltip-inner {
  color: #fff;
  background: #2c2e3e;
}

/* line 12349, app/assets/stylesheets/theme/style.bundle.scss */
.tooltip.tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #2c2e3e;
}

/* line 12352, app/assets/stylesheets/theme/style.bundle.scss */
.tooltip.tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #2c2e3e;
}

/* line 12355, app/assets/stylesheets/theme/style.bundle.scss */
.tooltip.tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #2c2e3e;
}

/* line 12358, app/assets/stylesheets/theme/style.bundle.scss */
.tooltip.tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #2c2e3e;
}

/* line 12361, app/assets/stylesheets/theme/style.bundle.scss */
.tooltip.tooltip-brand .tooltip-inner {
  color: #ffffff;
  background: #5d78ff;
}

/* line 12365, app/assets/stylesheets/theme/style.bundle.scss */
.tooltip.tooltip-brand.bs-tooltip-top .arrow::before, .tooltip.tooltip-brand.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #5d78ff;
}

/* line 12368, app/assets/stylesheets/theme/style.bundle.scss */
.tooltip.tooltip-brand.bs-tooltip-right .arrow::before, .tooltip.tooltip-brand.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #5d78ff;
}

/* line 12371, app/assets/stylesheets/theme/style.bundle.scss */
.tooltip.tooltip-brand.bs-tooltip-bottom .arrow::before, .tooltip.tooltip-brand.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #5d78ff;
}

/* line 12374, app/assets/stylesheets/theme/style.bundle.scss */
.tooltip.tooltip-brand.bs-tooltip-left .arrow::before, .tooltip.tooltip-brand.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #5d78ff;
}

/* line 12377, app/assets/stylesheets/theme/style.bundle.scss */
.kt-scroll.kt-scroll--pull {
  padding-right: 12px;
  margin-right: -12px;
}

/* line 12380, app/assets/stylesheets/theme/style.bundle.scss */
.kt-scroll.kt-scroll--pull .ps__rail-y {
  right: -2px;
}

/* line 12383, app/assets/stylesheets/theme/style.bundle.scss */
.ps > .ps__rail-y {
  width: 4px;
}

/* line 12385, app/assets/stylesheets/theme/style.bundle.scss */
.ps > .ps__rail-y:hover, .ps > .ps__rail-y:focus {
  width: 4px;
}

/* line 12387, app/assets/stylesheets/theme/style.bundle.scss */
.ps > .ps__rail-y > .ps__thumb-y {
  width: 4px;
  border-radius: 4px;
}

/* line 12390, app/assets/stylesheets/theme/style.bundle.scss */
.ps > .ps__rail-y > .ps__thumb-y:hover, .ps > .ps__rail-y > .ps__thumb-y:focus {
  width: 4px;
}

/* line 12393, app/assets/stylesheets/theme/style.bundle.scss */
.ps > .ps__rail-x {
  height: 4px;
}

/* line 12395, app/assets/stylesheets/theme/style.bundle.scss */
.ps > .ps__rail-x:hover, .ps > .ps__rail-x:focus {
  height: 4px;
}

/* line 12397, app/assets/stylesheets/theme/style.bundle.scss */
.ps > .ps__rail-x > .ps__thumb-x {
  top: 0;
  height: 4px;
  border-radius: 4px;
}

/* line 12401, app/assets/stylesheets/theme/style.bundle.scss */
.ps > .ps__rail-x > .ps__thumb-x:hover, .ps > .ps__rail-x > .ps__thumb-x:focus {
  top: 0;
  height: 4px;
}

/* line 12405, app/assets/stylesheets/theme/style.bundle.scss */
.ps > .ps__rail-x {
  background: transparent;
}

/* line 12407, app/assets/stylesheets/theme/style.bundle.scss */
.ps > .ps__rail-x:hover, .ps > .ps__rail-x:focus {
  opacity: 1;
  background: transparent;
}

/* line 12410, app/assets/stylesheets/theme/style.bundle.scss */
.ps > .ps__rail-x:hover > .ps__thumb-x, .ps > .ps__rail-x:focus > .ps__thumb-x {
  opacity: 1;
}

/* line 12412, app/assets/stylesheets/theme/style.bundle.scss */
.ps > .ps__rail-x > .ps__thumb-x {
  background: #d8dce6;
  opacity: 1;
}

/* line 12415, app/assets/stylesheets/theme/style.bundle.scss */
.ps > .ps__rail-x > .ps__thumb-x:hover, .ps > .ps__rail-x > .ps__thumb-x:focus {
  opacity: 1;
  background: #d8dce6;
}

/* line 12419, app/assets/stylesheets/theme/style.bundle.scss */
.ps > .ps__rail-y {
  background: transparent;
}

/* line 12421, app/assets/stylesheets/theme/style.bundle.scss */
.ps > .ps__rail-y:hover, .ps > .ps__rail-y:focus {
  background: transparent;
  opacity: 1;
}

/* line 12424, app/assets/stylesheets/theme/style.bundle.scss */
.ps > .ps__rail-y:hover > .ps__thumb-y, .ps > .ps__rail-y:focus > .ps__thumb-y {
  opacity: 1;
}

/* line 12426, app/assets/stylesheets/theme/style.bundle.scss */
.ps > .ps__rail-y > .ps__thumb-y {
  background: #d8dce6;
  opacity: 1;
}

/* line 12429, app/assets/stylesheets/theme/style.bundle.scss */
.ps > .ps__rail-y > .ps__thumb-y:hover, .ps > .ps__rail-y > .ps__thumb-y:focus {
  opacity: 1;
  background: #d8dce6;
}

/* line 12433, app/assets/stylesheets/theme/style.bundle.scss */
.blockui {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  display: table;
  table-layout: fixed;
  border-radius: 4px;
}

/* line 12440, app/assets/stylesheets/theme/style.bundle.scss */
.blockui.blockui-noshadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 12443, app/assets/stylesheets/theme/style.bundle.scss */
.blockui > span {
  color: #74788d;
  display: table-cell;
  vertical-align: middle;
  padding: 0.75rem 1.2rem;
  font-size: 1rem;
  font-weight: 400;
}

/* line 12450, app/assets/stylesheets/theme/style.bundle.scss */
.blockui > span > .kt-loader,
.blockui > span > .kt-spinner {
  margin-right: 1.25rem;
}

/* line 12454, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-day-grid td:not(.fc-axis) {
  padding: 0.5rem 0.5rem;
}

/* line 12456, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-day-grid td.fc-event-container:not(.fc-axis) {
  padding: 0.2rem 0.5rem;
}

/* line 12459, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-axis {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 12463, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-scroller .fc-content-col {
  padding: 0.5rem 0.5rem;
}

/* line 12466, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed th.fc-day-header {
  padding: 0.75rem 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}

/* line 12471, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-heading .fc-widget-header {
  padding: 0.75rem 1.25rem;
}

/* line 12474, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-heading .fc-list-heading-main,
.fc-unthemed .fc-list-heading .fc-list-heading-alt {
  font-size: 1rem;
  font-weight: 400;
}

/* line 12479, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-heading .fc-list-heading-main {
  font-weight: 500;
  text-transform: uppercase;
}

/* line 12483, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-item td {
  padding: 0.75rem 1.25rem;
}

/* line 12486, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-item .fc-event-dot {
  border-radius: 50%;
}

/* line 12489, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event,
.fc-unthemed .fc-event-dot {
  padding: 0;
  border-radius: 4px;
}

/* line 12493, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event .fc-content,
.fc-unthemed .fc-event-dot .fc-content {
  padding: 0.55rem 0.55rem 0.55rem 2rem;
}

/* line 12496, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event .fc-content:before,
.fc-unthemed .fc-event-dot .fc-content:before {
  display: block;
  content: " ";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  top: 0.7rem;
  left: 0.75rem;
}

/* line 12506, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end .fc-content,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end .fc-content {
  padding-left: 0.5rem;
}

/* line 12509, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event .fc-time,
.fc-unthemed .fc-event-dot .fc-time {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 12514, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event .fc-title,
.fc-unthemed .fc-event-dot .fc-title {
  font-size: 0.9rem;
  font-weight: 400;
}

/* line 12519, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-description {
  font-size: 0.9rem;
  margin-top: 0.25rem;
  font-weight: normal;
}

/* line 12524, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-item-title > a {
  font-size: 1rem;
  font-weight: 500;
}

/* line 12528, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed a.fc-more {
  font-size: 0.9rem;
  font-weight: 500;
}

/* line 12532, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover {
  border-radius: 4px;
}

/* line 12534, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-header {
  padding: 0.75rem 1.25rem;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 12538, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-header .fc-close {
  margin-top: 0.35rem;
}

/* line 12540, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-header .fc-title {
  font-weight: 400;
}

/* line 12542, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event-container {
  padding: 1.25rem 1.25rem 0.75rem  1.25rem;
}

/* line 12544, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event {
  margin-bottom: 0.5rem;
  border-radius: 4px;
}

/* line 12547, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 12550, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 12554, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-toolbar {
  margin-bottom: 1.5rem;
}

/* line 12556, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-toolbar h2 {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0.75rem;
}

/* line 12561, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-toolbar .fc-button {
  outline: none !important;
  height: 2.75rem;
  padding: 0 1.25rem;
  font-size: 1rem;
}

/* line 12566, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-toolbar .fc-button.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 12569, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-toolbar .fc-button.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 12572, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-toolbar .fc-button .fc-icon {
  font-size: 1.1rem;
}

/* line 12574, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-toolbar .fc-button .fc-icon:after {
  display: none;
}

/* line 12576, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-left-single-arrow {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 12584, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-left-single-arrow:before {
  content: "";
}

/* line 12586, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-right-single-arrow {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 12594, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-right-single-arrow:before {
  content: "";
}

/* line 12597, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-axis > span {
  font-size: 0.9rem;
}

/* line 12600, app/assets/stylesheets/theme/style.bundle.scss */
.ui-draggable-handle {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
}

@media (max-width: 1024px) {
  /* line 12607, app/assets/stylesheets/theme/style.bundle.scss */
  .fc-unthemed .fc-toolbar {
    margin-bottom: 1.5rem;
  }
  /* line 12609, app/assets/stylesheets/theme/style.bundle.scss */
  .fc-unthemed .fc-toolbar .fc-left,
.fc-unthemed .fc-toolbar .fc-right,
.fc-unthemed .fc-toolbar .fc-center {
    display: block;
    float: none;
    margin-bottom: 1rem;
    text-align: center;
  }
  /* line 12616, app/assets/stylesheets/theme/style.bundle.scss */
  .fc-unthemed .fc-toolbar .fc-left h2,
.fc-unthemed .fc-toolbar .fc-right h2,
.fc-unthemed .fc-toolbar .fc-center h2 {
    text-align: center;
    float: none;
  }
  /* line 12621, app/assets/stylesheets/theme/style.bundle.scss */
  .fc-unthemed .fc-toolbar .fc-left > .fc-button-group,
.fc-unthemed .fc-toolbar .fc-right > .fc-button-group,
.fc-unthemed .fc-toolbar .fc-center > .fc-button-group {
    display: inline-block;
    float: none;
  }
  /* line 12626, app/assets/stylesheets/theme/style.bundle.scss */
  .fc-unthemed .fc-toolbar .fc-left > .fc-button-group > .fc-button,
.fc-unthemed .fc-toolbar .fc-right > .fc-button-group > .fc-button,
.fc-unthemed .fc-toolbar .fc-center > .fc-button-group > .fc-button {
    float: none;
  }
  /* line 12630, app/assets/stylesheets/theme/style.bundle.scss */
  .fc-unthemed .fc-toolbar .fc-left > .fc-button,
.fc-unthemed .fc-toolbar .fc-right > .fc-button,
.fc-unthemed .fc-toolbar .fc-center > .fc-button {
    float: none;
  }
}

/* line 12635, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
  border-color: #ebedf2;
}

/* line 12638, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed td.fc-today {
  background: rgba(93, 120, 255, 0.025);
}

/* line 12641, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-day-grid-event {
  margin: 0;
}

/* line 12644, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event,
.fc-unthemed .fc-event-dot {
  background: #fff;
  border: 1px solid #ebedf2;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.055);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.055);
}

/* line 12650, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-not-end,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end {
  border-left: 1px solid #f7f8fa;
}

/* line 12653, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-start .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start .fc-content:before {
  background: #e2e5ec;
}

/* line 12656, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event .fc-time,
.fc-unthemed .fc-event-dot .fc-time {
  color: #595d6e;
}

/* line 12659, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event .fc-title,
.fc-unthemed .fc-event-dot .fc-title {
  color: #595d6e;
}

/* line 12663, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-description {
  color: #74788d;
}

/* line 12666, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-item-title > a[href]:hover {
  color: #5d78ff;
  text-decoration: none;
}

/* line 12670, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-more {
  color: #74788d;
}

/* line 12673, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-start.fc-event-brand .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-brand .fc-content:before {
  background: #5d78ff;
}

/* line 12677, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-brand, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand, .fc-unthemed .fc-event.fc-start.fc-event-solid-brand,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-brand,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-brand {
  background: #5d78ff;
}

/* line 12682, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-brand .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-brand .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-brand .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-brand .fc-title {
  color: #ffffff;
}

/* line 12687, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-brand .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-brand .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-brand .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-brand .fc-description {
  color: #ffffff;
}

/* line 12692, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-brand .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-brand .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-brand .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-brand .fc-time {
  color: #ffffff;
}

/* line 12698, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-start.fc-event-metal .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-metal .fc-content:before {
  background: #d3dae6;
}

/* line 12702, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-metal, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-metal, .fc-unthemed .fc-event.fc-start.fc-event-solid-metal,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-metal,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-metal,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-metal {
  background: #d3dae6;
}

/* line 12707, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-metal .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-metal .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-metal .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-metal .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-metal .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-metal .fc-title {
  color: #586272;
}

/* line 12712, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-metal .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-metal .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-metal .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-metal .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-metal .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-metal .fc-description {
  color: #586272;
}

/* line 12717, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-metal .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-metal .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-metal .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-metal .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-metal .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-metal .fc-time {
  color: #586272;
}

/* line 12723, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-start.fc-event-light .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-light .fc-content:before {
  background: #ffffff;
}

/* line 12727, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-light, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-light, .fc-unthemed .fc-event.fc-start.fc-event-solid-light,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-light,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-light {
  background: #ffffff;
}

/* line 12732, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-light .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-light .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-light .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-light .fc-title {
  color: #282a3c;
}

/* line 12737, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-light .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-light .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-light .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-light .fc-description {
  color: #282a3c;
}

/* line 12742, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-light .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-light .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-light .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-light .fc-time {
  color: #282a3c;
}

/* line 12748, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-start.fc-event-dark .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-dark .fc-content:before {
  background: #645ca1;
}

/* line 12752, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-dark, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark, .fc-unthemed .fc-event.fc-start.fc-event-solid-dark,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-dark,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-dark {
  background: #645ca1;
}

/* line 12757, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-dark .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-dark .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-dark .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-dark .fc-title {
  color: #ffffff;
}

/* line 12762, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-dark .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-dark .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-dark .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-dark .fc-description {
  color: #ffffff;
}

/* line 12767, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-dark .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-dark .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-dark .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-dark .fc-time {
  color: #ffffff;
}

/* line 12773, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-start.fc-event-accent .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-accent .fc-content:before {
  background: #00c5dc;
}

/* line 12777, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-accent, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-accent, .fc-unthemed .fc-event.fc-start.fc-event-solid-accent,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-accent,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-accent,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-accent {
  background: #00c5dc;
}

/* line 12782, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-accent .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-accent .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-accent .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-accent .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-accent .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-accent .fc-title {
  color: #ffffff;
}

/* line 12787, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-accent .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-accent .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-accent .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-accent .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-accent .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-accent .fc-description {
  color: #ffffff;
}

/* line 12792, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-accent .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-accent .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-accent .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-accent .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-accent .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-accent .fc-time {
  color: #ffffff;
}

/* line 12798, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-start.fc-event-focus .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-focus .fc-content:before {
  background: #9816f4;
}

/* line 12802, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-focus, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-focus, .fc-unthemed .fc-event.fc-start.fc-event-solid-focus,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-focus,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-focus,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-focus {
  background: #9816f4;
}

/* line 12807, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-focus .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-focus .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-focus .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-focus .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-focus .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-focus .fc-title {
  color: #ffffff;
}

/* line 12812, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-focus .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-focus .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-focus .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-focus .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-focus .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-focus .fc-description {
  color: #ffffff;
}

/* line 12817, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-focus .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-focus .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-focus .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-focus .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-focus .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-focus .fc-time {
  color: #ffffff;
}

/* line 12823, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-start.fc-event-primary .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-primary .fc-content:before {
  background: #5867dd;
}

/* line 12827, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-primary, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary, .fc-unthemed .fc-event.fc-start.fc-event-solid-primary,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-primary,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-primary {
  background: #5867dd;
}

/* line 12832, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-primary .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-primary .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-primary .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-primary .fc-title {
  color: #ffffff;
}

/* line 12837, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-primary .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-primary .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-primary .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-primary .fc-description {
  color: #ffffff;
}

/* line 12842, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-primary .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-primary .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-primary .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-primary .fc-time {
  color: #ffffff;
}

/* line 12848, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-start.fc-event-success .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-success .fc-content:before {
  background: #1dc9b7;
}

/* line 12852, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-success, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-success, .fc-unthemed .fc-event.fc-start.fc-event-solid-success,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-success,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-success {
  background: #1dc9b7;
}

/* line 12857, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-success .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-success .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-success .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-success .fc-title {
  color: #ffffff;
}

/* line 12862, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-success .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-success .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-success .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-success .fc-description {
  color: #ffffff;
}

/* line 12867, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-success .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-success .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-success .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-success .fc-time {
  color: #ffffff;
}

/* line 12873, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-start.fc-event-info .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-info .fc-content:before {
  background: #5578eb;
}

/* line 12877, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-info, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-info, .fc-unthemed .fc-event.fc-start.fc-event-solid-info,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-info,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-info {
  background: #5578eb;
}

/* line 12882, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-info .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-info .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-info .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-info .fc-title {
  color: #ffffff;
}

/* line 12887, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-info .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-info .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-info .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-info .fc-description {
  color: #ffffff;
}

/* line 12892, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-info .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-info .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-info .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-info .fc-time {
  color: #ffffff;
}

/* line 12898, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-start.fc-event-warning .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-warning .fc-content:before {
  background: #ffb822;
}

/* line 12902, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-warning, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning, .fc-unthemed .fc-event.fc-start.fc-event-solid-warning,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-warning,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-warning {
  background: #ffb822;
}

/* line 12907, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-warning .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-warning .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-warning .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-warning .fc-title {
  color: #111111;
}

/* line 12912, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-warning .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-warning .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-warning .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-warning .fc-description {
  color: #111111;
}

/* line 12917, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-warning .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-warning .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-warning .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-warning .fc-time {
  color: #111111;
}

/* line 12923, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-start.fc-event-danger .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-danger .fc-content:before {
  background: #fd397a;
}

/* line 12927, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-danger, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger, .fc-unthemed .fc-event.fc-start.fc-event-solid-danger,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-danger,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-danger {
  background: #fd397a;
}

/* line 12932, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-danger .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-danger .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-danger .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-danger .fc-title {
  color: #ffffff;
}

/* line 12937, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-danger .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-danger .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-danger .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-danger .fc-description {
  color: #ffffff;
}

/* line 12942, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-danger .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-danger .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-danger .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-danger .fc-time {
  color: #ffffff;
}

/* line 12948, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #f7f8fa;
}

/* line 12953, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-time-grid-event {
  overflow: hidden;
}

/* line 12956, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover {
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.075);
  background: #fff;
}

/* line 12960, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-header {
  background: #fff;
  border-bottom: 1px solid #ebedf2;
}

/* line 12963, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #74788d;
}

/* line 12965, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-header .fc-close:hover {
  color: #595d6e;
}

/* line 12967, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-header .fc-title {
  color: #595d6e;
}

/* line 12969, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end .fc-content:before {
  background: #ebedf2;
}

/* line 12972, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-brand .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-brand .fc-content:before {
  background: #5d78ff;
}

/* line 12975, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand {
  background: #5d78ff;
}

/* line 12978, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-title {
  color: #ffffff;
}

/* line 12981, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-description {
  color: #ffffff;
}

/* line 12984, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-time {
  color: #ffffff;
}

/* line 12987, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-metal .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-metal .fc-content:before {
  background: #d3dae6;
}

/* line 12990, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-metal,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-metal {
  background: #d3dae6;
}

/* line 12993, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-metal .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-metal .fc-title {
  color: #586272;
}

/* line 12996, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-metal .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-metal .fc-description {
  color: #586272;
}

/* line 12999, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-metal .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-metal .fc-time {
  color: #586272;
}

/* line 13002, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-light .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-light .fc-content:before {
  background: #ffffff;
}

/* line 13005, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-light,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light {
  background: #ffffff;
}

/* line 13008, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-title {
  color: #282a3c;
}

/* line 13011, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-description {
  color: #282a3c;
}

/* line 13014, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-time {
  color: #282a3c;
}

/* line 13017, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-dark .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-dark .fc-content:before {
  background: #645ca1;
}

/* line 13020, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark {
  background: #645ca1;
}

/* line 13023, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-title {
  color: #ffffff;
}

/* line 13026, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-description {
  color: #ffffff;
}

/* line 13029, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-time {
  color: #ffffff;
}

/* line 13032, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-accent .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-accent .fc-content:before {
  background: #00c5dc;
}

/* line 13035, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-accent,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-accent {
  background: #00c5dc;
}

/* line 13038, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-accent .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-accent .fc-title {
  color: #ffffff;
}

/* line 13041, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-accent .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-accent .fc-description {
  color: #ffffff;
}

/* line 13044, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-accent .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-accent .fc-time {
  color: #ffffff;
}

/* line 13047, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-focus .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-focus .fc-content:before {
  background: #9816f4;
}

/* line 13050, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-focus,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-focus {
  background: #9816f4;
}

/* line 13053, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-focus .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-focus .fc-title {
  color: #ffffff;
}

/* line 13056, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-focus .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-focus .fc-description {
  color: #ffffff;
}

/* line 13059, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-focus .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-focus .fc-time {
  color: #ffffff;
}

/* line 13062, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-primary .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-primary .fc-content:before {
  background: #5867dd;
}

/* line 13065, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary {
  background: #5867dd;
}

/* line 13068, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-title {
  color: #ffffff;
}

/* line 13071, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-description {
  color: #ffffff;
}

/* line 13074, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-time {
  color: #ffffff;
}

/* line 13077, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-success .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-success .fc-content:before {
  background: #1dc9b7;
}

/* line 13080, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-success,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success {
  background: #1dc9b7;
}

/* line 13083, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-title {
  color: #ffffff;
}

/* line 13086, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-description {
  color: #ffffff;
}

/* line 13089, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-time {
  color: #ffffff;
}

/* line 13092, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-info .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-info .fc-content:before {
  background: #5578eb;
}

/* line 13095, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-info,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info {
  background: #5578eb;
}

/* line 13098, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-title {
  color: #ffffff;
}

/* line 13101, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-description {
  color: #ffffff;
}

/* line 13104, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-time {
  color: #ffffff;
}

/* line 13107, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-warning .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-warning .fc-content:before {
  background: #ffb822;
}

/* line 13110, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning {
  background: #ffb822;
}

/* line 13113, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-title {
  color: #111111;
}

/* line 13116, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-description {
  color: #111111;
}

/* line 13119, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-time {
  color: #111111;
}

/* line 13122, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-danger .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-danger .fc-content:before {
  background: #fd397a;
}

/* line 13125, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger {
  background: #fd397a;
}

/* line 13128, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-title {
  color: #ffffff;
}

/* line 13131, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-description {
  color: #ffffff;
}

/* line 13134, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-time {
  color: #ffffff;
}

/* line 13138, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed th.fc-day-header > a,
.fc-unthemed th.fc-day-header > span {
  color: #74788d;
}

/* line 13142, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-heading td {
  background: #ebedf2;
  border-color: #ebedf2;
}

/* line 13146, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-heading .fc-list-heading-main {
  color: #595d6e;
}

/* line 13149, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-heading .fc-list-heading-alt {
  color: #74788d;
}

/* line 13152, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #f7f8fa;
}

/* line 13157, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-item:hover td {
  background: transparent !important;
}

/* line 13160, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-item .fc-event-dot {
  background: #e2e5ec;
  border-color: #e2e5ec;
}

/* line 13164, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-item.fc-event-solid-brand .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-brand .fc-event-dot {
  background: #5d78ff;
  border-color: #5d78ff;
}

/* line 13168, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-item.fc-event-solid-metal .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-metal .fc-event-dot {
  background: #d3dae6;
  border-color: #d3dae6;
}

/* line 13172, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-item.fc-event-solid-light .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-light .fc-event-dot {
  background: #ffffff;
  border-color: #ffffff;
}

/* line 13176, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-item.fc-event-solid-dark .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-dark .fc-event-dot {
  background: #645ca1;
  border-color: #645ca1;
}

/* line 13180, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-item.fc-event-solid-accent .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-accent .fc-event-dot {
  background: #00c5dc;
  border-color: #00c5dc;
}

/* line 13184, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-item.fc-event-solid-focus .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-focus .fc-event-dot {
  background: #9816f4;
  border-color: #9816f4;
}

/* line 13188, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-item.fc-event-solid-primary .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-primary .fc-event-dot {
  background: #5867dd;
  border-color: #5867dd;
}

/* line 13192, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-item.fc-event-solid-success .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-success .fc-event-dot {
  background: #1dc9b7;
  border-color: #1dc9b7;
}

/* line 13196, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-item.fc-event-solid-info .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-info .fc-event-dot {
  background: #5578eb;
  border-color: #5578eb;
}

/* line 13200, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-item.fc-event-solid-warning .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-warning .fc-event-dot {
  background: #ffb822;
  border-color: #ffb822;
}

/* line 13204, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-list-item.fc-event-solid-danger .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-danger .fc-event-dot {
  background: #fd397a;
  border-color: #fd397a;
}

/* line 13208, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-toolbar .fc-button {
  color: #74788d;
  background: transparent;
  border: 1px solid #ebedf2;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 13215, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-toolbar .fc-button .fc-icon {
  color: #74788d;
}

/* line 13217, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-toolbar .fc-button:hover {
  border: 0;
  background: #f7f8fa;
  border: 1px solid #ebedf2;
  color: #74788d;
}

/* line 13222, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-toolbar .fc-button:focus, .fc-unthemed .fc-toolbar .fc-button:active, .fc-unthemed .fc-toolbar .fc-button.fc-button-active {
  background: #5d78ff;
  color: #ffffff;
  border: 1px solid #5d78ff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

/* line 13229, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-toolbar .fc-button:focus .fc-icon, .fc-unthemed .fc-toolbar .fc-button:active .fc-icon, .fc-unthemed .fc-toolbar .fc-button.fc-button-active .fc-icon {
  color: #ffffff;
}

/* line 13231, app/assets/stylesheets/theme/style.bundle.scss */
.fc-unthemed .fc-toolbar .fc-button.fc-button-disabled {
  opacity: 0.7;
}

/* line 13234, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker {
  width: 265px;
  padding: 10px;
}

/* line 13237, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker.datepicker-orient-top {
  margin-top: 8px;
}

/* line 13239, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker table {
  width: 100%;
}

/* line 13241, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker td,
.datepicker th {
  font-weight: regular;
  width: 35px;
  height: 35px;
  border-radius: 3px;
}

/* line 13247, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker thead th {
  color: #74788d;
}

/* line 13249, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker thead th.prev, .datepicker thead th.datepicker-switch, .datepicker thead th.next {
  font-weight: 500;
  color: #74788d;
}

/* line 13252, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker thead th.prev i, .datepicker thead th.datepicker-switch i, .datepicker thead th.next i {
  font-size: 1.2rem;
  color: #74788d;
}

/* line 13255, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker thead th.prev i:before, .datepicker thead th.datepicker-switch i:before, .datepicker thead th.next i:before {
  line-height: 0;
  vertical-align: middle;
}

/* line 13258, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker thead th.prev:hover, .datepicker thead th.datepicker-switch:hover, .datepicker thead th.next:hover {
  background: #f7f8fa !important;
}

/* line 13260, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker thead th.dow {
  color: #595d6e;
  font-weight: 500;
}

/* line 13263, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker tbody tr > td.day {
  color: #595d6e;
}

/* line 13265, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker tbody tr > td.day:hover {
  background: #ebedf2;
  color: #595d6e;
}

/* line 13268, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker tbody tr > td.day.old {
  color: #74788d;
}

/* line 13270, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker tbody tr > td.day.new {
  color: #595d6e;
}

/* line 13272, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker tbody tr > td.day.selected, .datepicker tbody tr > td.day.selected:hover, .datepicker tbody tr > td.day.active, .datepicker tbody tr > td.day.active:hover {
  background: #5867dd;
  color: #ffffff;
}

/* line 13275, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker tbody tr > td.day.today {
  position: relative;
  background: rgba(93, 120, 255, 0.7) !important;
  color: #ffffff !important;
}

/* line 13279, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker tbody tr > td.day.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #ffffff;
  border-top-color: #ebedf2;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 13289, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker tbody tr > td.day.range {
  background: #f7f8fa;
}

/* line 13291, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker tbody tr > td span.year,
.datepicker tbody tr > td span.hour,
.datepicker tbody tr > td span.minute,
.datepicker tbody tr > td span.month {
  color: #595d6e;
}

/* line 13296, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker tbody tr > td span.year:hover,
.datepicker tbody tr > td span.hour:hover,
.datepicker tbody tr > td span.minute:hover,
.datepicker tbody tr > td span.month:hover {
  background: #f7f8fa;
}

/* line 13301, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker tbody tr > td span.year.focused, .datepicker tbody tr > td span.year.focused:hover, .datepicker tbody tr > td span.year.active:hover, .datepicker tbody tr > td span.year.active.focused:hover, .datepicker tbody tr > td span.year.active,
.datepicker tbody tr > td span.hour.focused,
.datepicker tbody tr > td span.hour.focused:hover,
.datepicker tbody tr > td span.hour.active:hover,
.datepicker tbody tr > td span.hour.active.focused:hover,
.datepicker tbody tr > td span.hour.active,
.datepicker tbody tr > td span.minute.focused,
.datepicker tbody tr > td span.minute.focused:hover,
.datepicker tbody tr > td span.minute.active:hover,
.datepicker tbody tr > td span.minute.active.focused:hover,
.datepicker tbody tr > td span.minute.active,
.datepicker tbody tr > td span.month.focused,
.datepicker tbody tr > td span.month.focused:hover,
.datepicker tbody tr > td span.month.active:hover,
.datepicker tbody tr > td span.month.active.focused:hover,
.datepicker tbody tr > td span.month.active {
  background: #5867dd;
  color: #ffffff;
}

/* line 13319, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker tfoot tr > th.today, .datepicker tfoot tr > th.clear {
  border-radius: 3px;
  font-weight: 500;
}

/* line 13322, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker tfoot tr > th.today:hover, .datepicker tfoot tr > th.clear:hover {
  background: #ebedf2;
}

/* line 13324, app/assets/stylesheets/theme/style.bundle.scss */
.datepicker.datepicker-inline {
  border: 1px solid #ebedf2;
}

/* line 13327, app/assets/stylesheets/theme/style.bundle.scss */
.input-daterange .input-group-addon {
  min-width: 44px;
}

/* line 13330, app/assets/stylesheets/theme/style.bundle.scss */
.input-daterange input {
  text-align: left;
}

/* line 13333, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker {
  width: 265px;
  padding: 10px;
  left: auto;
}

/* line 13337, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker.datetimepicker-orient-top {
  margin-top: 8px;
}

/* line 13339, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker table {
  width: 100%;
}

/* line 13341, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker td,
.datetimepicker th {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  font-weight: normal;
}

/* line 13347, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker thead th i {
  font-size: 1.2rem;
}

/* line 13349, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker thead th.prev, .datetimepicker thead th.switch, .datetimepicker thead th.next {
  color: #74788d;
  font-weight: 500;
}

/* line 13352, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker thead th.prev .glyphicon, .datetimepicker thead th.switch .glyphicon, .datetimepicker thead th.next .glyphicon {
  color: #74788d;
}

/* line 13354, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker thead th.prev:hover, .datetimepicker thead th.switch:hover, .datetimepicker thead th.next:hover {
  background: #f7f8fa !important;
}

/* line 13356, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker thead th.dow {
  font-weight: 500;
  color: #595d6e;
}

/* line 13359, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker thead th.next > span, .datetimepicker thead th.prev > span {
  display: inline-block;
  font: normal normal normal 16px/1 "LineAwesome";
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 1.2rem;
}

/* line 13370, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker thead th.next > span:before {
  content: "\f112";
}

/* line 13372, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker thead th.prev > span:before {
  content: "\f111";
}

/* line 13374, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker tbody tr > td span {
  color: #595d6e;
}

/* line 13376, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker tbody tr > td.day {
  color: #595d6e;
}

/* line 13378, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker tbody tr > td.day:hover {
  background: #f7f8fa;
}

/* line 13380, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker tbody tr > td.day.old {
  color: #74788d;
}

/* line 13382, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker tbody tr > td.day.new {
  color: #595d6e;
}

/* line 13384, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker tbody tr > td.day.selected, .datetimepicker tbody tr > td.day.active {
  background: #5867dd;
  color: #ffffff;
}

/* line 13387, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker tbody tr > td.day.today {
  position: relative;
  background: rgba(93, 120, 255, 0.7) !important;
  color: #ffffff !important;
}

/* line 13391, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker tbody tr > td.day.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #ffffff;
  border-top-color: #ebedf2;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 13401, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker tbody tr > td.day.range {
  background: #f7f8fa;
}

/* line 13403, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker tbody tr > td span.year,
.datetimepicker tbody tr > td span.hour,
.datetimepicker tbody tr > td span.minute,
.datetimepicker tbody tr > td span.month {
  color: #595d6e;
}

/* line 13408, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker tbody tr > td span.year.focused, .datetimepicker tbody tr > td span.year:hover,
.datetimepicker tbody tr > td span.hour.focused,
.datetimepicker tbody tr > td span.hour:hover,
.datetimepicker tbody tr > td span.minute.focused,
.datetimepicker tbody tr > td span.minute:hover,
.datetimepicker tbody tr > td span.month.focused,
.datetimepicker tbody tr > td span.month:hover {
  background: #f7f8fa;
}

/* line 13416, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker tbody tr > td span.year.active:hover, .datetimepicker tbody tr > td span.year.active,
.datetimepicker tbody tr > td span.hour.active:hover,
.datetimepicker tbody tr > td span.hour.active,
.datetimepicker tbody tr > td span.minute.active:hover,
.datetimepicker tbody tr > td span.minute.active,
.datetimepicker tbody tr > td span.month.active:hover,
.datetimepicker tbody tr > td span.month.active {
  background: #5867dd;
  color: #ffffff;
}

/* line 13425, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker tfoot tr > th.today, .datetimepicker tfoot tr > th.clear {
  border-radius: 3px;
  font-weight: 500;
}

/* line 13428, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker tfoot tr > th.today:hover, .datetimepicker tfoot tr > th.clear:hover {
  background-color: #f7f8fa;
}

/* line 13430, app/assets/stylesheets/theme/style.bundle.scss */
.datetimepicker.datetimepicker-inline {
  border: 1px solid #f7f8fa;
}

/* line 13433, app/assets/stylesheets/theme/style.bundle.scss */
.input-daterange .input-group-addon {
  min-width: 44px;
}

/* line 13436, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-timepicker-widget {
  left: auto;
  width: 175px;
}

/* line 13439, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-timepicker-widget .bootstrap-timepicker-hour,
.bootstrap-timepicker-widget .bootstrap-timepicker-minute,
.bootstrap-timepicker-widget .bootstrap-timepicker-meridian,
.bootstrap-timepicker-widget .bootstrap-timepicker-second {
  border: 0;
  background: none;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 13448, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-timepicker-widget table td > a {
  border: 0;
}

/* line 13450, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-timepicker-widget table td > a i {
  font-size: 1.1rem;
}

/* line 13453, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-timepicker-widget .bootstrap-timepicker-hour,
.bootstrap-timepicker-widget .bootstrap-timepicker-minute,
.bootstrap-timepicker-widget .bootstrap-timepicker-meridian,
.bootstrap-timepicker-widget .bootstrap-timepicker-second {
  color: #595d6e;
}

/* line 13459, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-timepicker-widget table td > a .la {
  font-size: 1.2rem;
  color: #74788d;
}

/* line 13463, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-timepicker-widget table td > a:hover {
  background: #f7f8fa;
}

/* line 13466, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker {
  padding: 0;
  margin: 0;
  width: auto;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 4px;
  border: 0;
  font-family: Poppins, Helvetica, sans-serif;
  z-index: 95;
}

/* line 13476, app/assets/stylesheets/theme/style.bundle.scss */
.modal-open .daterangepicker {
  z-index: 1051;
}

/* line 13478, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker:after, .daterangepicker:before {
  display: none;
}

/* line 13480, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker .ranges ul {
  padding: 1rem 0;
  width: 170px;
}

/* line 13483, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker .ranges li {
  padding: 0.7rem 1.75rem;
  font-weight: 400;
  font-size: 1rem;
  color: #595d6e;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 13490, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker .ranges li:hover, .daterangepicker .ranges li.active {
  background-color: #f7f8fa;
  color: #5d78ff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 13495, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker.show-calendar .ranges {
  border-right: 1px solid #ebedf2;
}

/* line 13497, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 0;
}

/* line 13499, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker.show-calendar .ranges {
  margin-top: 0;
}

/* line 13501, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker .drp-buttons {
  padding: 1rem 1.75rem;
  border-top: 1px solid #ebedf2;
}

/* line 13504, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker .drp-buttons .btn {
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
  border-radius: 0;
  border-radius: 4px;
}

/* line 13510, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
  padding: 1rem 1.5rem 1rem 1.5rem;
}

/* line 13512, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker .drp-calendar.left {
  border-left: 0 !important;
}

/* line 13514, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker .drp-calendar th {
  font-weight: 500;
  font-size: 1rem;
  color: #595d6e;
}

/* line 13518, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker .drp-calendar th.month {
  font-weight: 400;
  color: #74788d;
}

/* line 13521, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker .drp-calendar th.next span, .daterangepicker .drp-calendar th.prev span {
  border-width: 0 1px 1px 0;
  border-color: #74788d;
}

/* line 13524, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker .drp-calendar th.next span {
  margin-right: 1px;
}

/* line 13526, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker .drp-calendar th.prev span {
  margin-left: 1px;
}

/* line 13528, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker .drp-calendar td {
  font-size: 1rem;
  color: #595d6e;
}

/* line 13531, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker .drp-calendar td.available.off {
  color: #a2a5b9;
}

/* line 13533, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker .drp-calendar td.active {
  background-color: #5d78ff;
  color: #ffffff;
  border-radius: 0;
  border-radius: 4px;
}

/* line 13538, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker .drp-calendar td.active.start-date {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 13541, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker .drp-calendar td.active.end-date {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 13544, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker .drp-calendar td.active.start-date.end-date {
  border-radius: 4px;
}

/* line 13546, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker .drp-calendar td.today, .daterangepicker .drp-calendar td.today.active {
  border-radius: 0;
  border-radius: 4px;
  background: rgba(93, 120, 255, 0.7) !important;
  color: #ffffff !important;
}

/* line 13551, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker .drp-calendar td.in-range.available:not(.active):not(.off):not(.today) {
  background-color: #f7f8fa;
  color: #595d6e;
}

/* line 13554, app/assets/stylesheets/theme/style.bundle.scss */
.daterangepicker select {
  border-radius: 4px;
  background: transparent !important;
  border-color: #ebedf2;
  color: #595d6e;
}

/* line 13560, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-touchspin .input-group-btn-vertical .btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

/* line 13565, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-touchspin .input-group-btn-vertical .btn:first-child {
  border-bottom: 0;
}

/* line 13567, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-touchspin .input-group-btn-vertical .btn i {
  padding: 0;
  font-size: 1rem;
}

/* line 13571, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-maxlength {
  z-index: 1040 !important;
}

/* line 13573, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-maxlength.kt-badge {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* line 13577, app/assets/stylesheets/theme/style.bundle.scss */
.modal .bootstrap-maxlength {
  z-index: 1060 !important;
}

/* line 13580, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle {
  position: relative;
  outline: none !important;
  padding: 0.65rem 1rem;
  border-radius: 4px !important;
}

/* line 13585, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
}

/* line 13587, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle:after {
  border: 0;
  margin-right: -2px;
  font-size: 0.6rem;
  display: inline-block;
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
}

/* line 13604, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle:before {
  width: auto;
}

/* line 13607, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner {
  display: block;
}

/* line 13609, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li > a {
  display: block;
  position: relative;
  outline: none !important;
  padding: 10px 15px;
}

/* line 13614, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li > a:hover {
  text-decoration: none;
}

/* line 13616, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li > a [class^="la-"],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" la-"] {
  font-size: 1.2rem;
}

/* line 13619, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li > a [class^="fa-"],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" fa-"] {
  font-size: 1.2rem;
}

/* line 13622, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li > a [class^="flaticon-"],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" flaticon-"],
.bootstrap-select .dropdown-menu.inner > li > a [class^="flaticon2-"],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" flaticon2-"] {
  font-size: 1.1rem;
}

/* line 13627, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li > a i {
  vertical-align: middle;
}

/* line 13629, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  top: 50%;
  position: absolute;
  margin-top: -0.425rem;
  font-size: 0.85rem;
  right: 1rem;
  display: inline-block;
}

/* line 13643, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark:before {
  content: "";
}

/* line 13645, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark:after {
  display: none;
}

/* line 13647, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li.divider {
  margin: 10px 0;
}

/* line 13649, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li.hidden {
  display: none;
}

/* line 13651, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li.no-results {
  padding: 10px 15px;
}

/* line 13654, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .popover-title {
  padding: 10px 15px;
  margin-bottom: 5px;
}

/* line 13657, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .popover-title .close {
  display: none;
}

/* line 13660, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .bs-searchbox,
.bootstrap-select .bs-actionsbox,
.bootstrap-select .bs-donebutton {
  padding: 10px 15px;
}

/* line 13665, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.btn-light, .bootstrap-select > .dropdown-toggle.btn-secondary {
  background: #fff;
  color: #595d6e;
  border-color: #e2e5ec;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 13671, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.btn-light:focus, .bootstrap-select > .dropdown-toggle.btn-light.active, .bootstrap-select > .dropdown-toggle.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.btn-secondary.active {
  background-color: transparent;
  border-color: #9aabff;
}

/* line 13674, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.btn-light.disabled, .bootstrap-select > .dropdown-toggle.btn-light:disabled, .bootstrap-select > .dropdown-toggle.btn-secondary.disabled, .bootstrap-select > .dropdown-toggle.btn-secondary:disabled {
  background: #f7f8fa;
  border-color: #f7f8fa;
}

/* line 13677, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class^="la-"],
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class*=" la-"],
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class^="fa-"],
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class*=" fa-"],
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class^="flaticon-"],
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class*=" flaticon-"],
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class^="flaticon2-"],
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class*=" flaticon2-"], .bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class^="la-"],
.bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class*=" la-"],
.bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class^="fa-"],
.bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class*=" fa-"],
.bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class^="flaticon-"],
.bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class*=" flaticon-"],
.bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class^="flaticon2-"],
.bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class*=" flaticon2-"] {
  color: #74788d;
}

/* line 13694, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #74788d;
}

/* line 13696, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-brand {
  color: #ffffff;
}

/* line 13698, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-brand > .filter-option {
  opacity: 0.8;
}

/* line 13700, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-metal {
  color: #586272;
}

/* line 13702, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-metal > .filter-option {
  opacity: 0.8;
}

/* line 13704, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-light {
  color: #282a3c;
}

/* line 13706, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-light > .filter-option {
  opacity: 0.8;
}

/* line 13708, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark {
  color: #ffffff;
}

/* line 13710, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark > .filter-option {
  opacity: 0.8;
}

/* line 13712, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-accent {
  color: #ffffff;
}

/* line 13714, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-accent > .filter-option {
  opacity: 0.8;
}

/* line 13716, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-focus {
  color: #ffffff;
}

/* line 13718, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-focus > .filter-option {
  opacity: 0.8;
}

/* line 13720, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary {
  color: #ffffff;
}

/* line 13722, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary > .filter-option {
  opacity: 0.8;
}

/* line 13724, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success {
  color: #ffffff;
}

/* line 13726, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success > .filter-option {
  opacity: 0.8;
}

/* line 13728, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info {
  color: #ffffff;
}

/* line 13730, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info > .filter-option {
  opacity: 0.8;
}

/* line 13732, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-warning {
  color: #111111;
}

/* line 13734, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-warning > .filter-option {
  opacity: 0.8;
}

/* line 13736, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger {
  color: #ffffff;
}

/* line 13738, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger > .filter-option {
  opacity: 0.8;
}

/* line 13741, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select.show > .dropdown-toggle.btn-light, .bootstrap-select.show > .dropdown-toggle.btn-secondary {
  border-color: #9aabff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 13746, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select.is-invalid .btn.dropdown-toggle {
  border-color: #fd397a;
}

/* line 13749, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select.is-valid .btn.dropdown-toggle {
  border-color: #1dc9b7;
}

/* line 13752, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li > a .text {
  color: #595d6e;
}

/* line 13754, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li > a .text small {
  color: #a2a5b9;
}

/* line 13757, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li > a span.check-mark {
  color: #74788d;
}

/* line 13760, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li > a [class^="la-"],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" la-"],
.bootstrap-select .dropdown-menu.inner > li > a [class^="fa-"],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" fa-"],
.bootstrap-select .dropdown-menu.inner > li > a [class^="flaticon-"],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" flaticon-"],
.bootstrap-select .dropdown-menu.inner > li > a [class^="flaticon2-"],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" flaticon2-"] {
  color: #a2a5b9;
}

/* line 13770, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li.selected > a, .bootstrap-select .dropdown-menu.inner > li:hover > a {
  background: #f7f8fa;
}

/* line 13772, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li.selected > a .text, .bootstrap-select .dropdown-menu.inner > li:hover > a .text {
  color: #595d6e;
}

/* line 13774, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li.selected > a [class^="la-"],
.bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" la-"],
.bootstrap-select .dropdown-menu.inner > li.selected > a [class^="fa-"],
.bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" fa-"],
.bootstrap-select .dropdown-menu.inner > li.selected > a [class^="flaticon-"],
.bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" flaticon-"],
.bootstrap-select .dropdown-menu.inner > li.selected > a [class^="flaticon2-"],
.bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" flaticon2-"], .bootstrap-select .dropdown-menu.inner > li:hover > a [class^="la-"],
.bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" la-"],
.bootstrap-select .dropdown-menu.inner > li:hover > a [class^="fa-"],
.bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" fa-"],
.bootstrap-select .dropdown-menu.inner > li:hover > a [class^="flaticon-"],
.bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" flaticon-"],
.bootstrap-select .dropdown-menu.inner > li:hover > a [class^="flaticon2-"],
.bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" flaticon2-"] {
  color: #a2a5b9;
}

/* line 13790, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark, .bootstrap-select .dropdown-menu.inner > li:hover > a span.check-mark {
  color: #74788d;
}

/* line 13793, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li.dropdown-header {
  color: #74788d;
}

/* line 13796, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li.selected > a {
  background: #f7f8fa;
}

/* line 13799, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li.disabled > a {
  opacity: 0.6;
}

/* line 13802, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li.divider {
  border-bottom: 1px solid #f7f8fa;
}

/* line 13805, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a {
  background: #5867dd;
}

/* line 13807, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a .text {
  color: #ffffff;
}

/* line 13809, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class^="la-"],
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class*=" la-"],
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class^="fa-"],
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class*=" fa-"],
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class^="flaticon-"],
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class*=" flaticon-"],
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class^="flaticon2-"],
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class*=" flaticon2-"] {
  color: #ffffff;
}

/* line 13818, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a span.check-mark {
  color: #ffffff;
}

/* line 13821, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu.inner > li.no-results {
  color: #74788d;
}

/* line 13824, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .popover-title {
  background: #f7f8fa;
  border: 0;
}

/* line 13828, app/assets/stylesheets/theme/style.bundle.scss */
.bootstrap-select .dropdown-menu {
  margin-top: 1px;
}

/* line 13831, app/assets/stylesheets/theme/style.bundle.scss */
.typeahead .twitter-typeahead {
  display: block !important;
}

/* line 13834, app/assets/stylesheets/theme/style.bundle.scss */
.typeahead .tt-menu {
  border: 0;
  margin: 0;
  min-width: 275px;
  padding: 5px 0;
  left: auto !important;
  border-radius: 0;
  border-radius: 4px;
}

/* line 13842, app/assets/stylesheets/theme/style.bundle.scss */
.typeahead .tt-menu .tt-dataset .tt-suggestion {
  padding: 5px 15px;
  font-size: 1rem;
}

/* line 13846, app/assets/stylesheets/theme/style.bundle.scss */
.typeahead .form-control.tt-hint {
  color: #74788d;
}

/* line 13849, app/assets/stylesheets/theme/style.bundle.scss */
.typeahead .form-control.tt-input {
  color: #595d6e;
}

/* line 13852, app/assets/stylesheets/theme/style.bundle.scss */
.typeahead .tt-menu {
  background: white;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}

/* line 13856, app/assets/stylesheets/theme/style.bundle.scss */
.typeahead .tt-menu .tt-dataset .tt-suggestion {
  color: #595d6e;
  cursor: pointer;
}

/* line 13859, app/assets/stylesheets/theme/style.bundle.scss */
.typeahead .tt-menu .tt-dataset .tt-suggestion .tt-highlight {
  color: #48465b;
  font-weight: 500;
}

/* line 13862, app/assets/stylesheets/theme/style.bundle.scss */
.typeahead .tt-menu .tt-dataset .tt-suggestion:hover {
  background: #f7f8fa;
}

/* line 13865, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.noUi-horizontal {
  height: 15px;
}

/* line 13867, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  left: -17px;
  top: -6px;
  border-radius: 50%;
  outline: none;
}

/* line 13874, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.noUi-horizontal .noUi-handle::before {
  display: none;
}

/* line 13876, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.noUi-horizontal .noUi-handle::after {
  display: none;
}

/* line 13879, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.noUi-vertical {
  height: 150px;
  width: 15px;
}

/* line 13882, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.noUi-vertical .noUi-handle {
  width: 24px;
  height: 24px;
  left: -5.5px;
  top: -6px;
  border-radius: 50%;
  outline: none;
}

/* line 13889, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.noUi-vertical .noUi-handle::before {
  display: none;
}

/* line 13891, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.noUi-vertical .noUi-handle::after {
  display: none;
}

/* line 13894, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.nouislider.nouislider-connect-brand .noUi-connect {
  background: #5d78ff;
}

/* line 13897, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.nouislider.nouislider-handle-brand .noUi-handle {
  border: 0;
  background: #5d78ff;
  -webkit-box-shadow: 0 3px 6px -3px #5d78ff;
  box-shadow: 0 3px 6px -3px #5d78ff;
}

/* line 13903, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.nouislider.nouislider-connect-metal .noUi-connect {
  background: #d3dae6;
}

/* line 13906, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.nouislider.nouislider-handle-metal .noUi-handle {
  border: 0;
  background: #d3dae6;
  -webkit-box-shadow: 0 3px 6px -3px #d3dae6;
  box-shadow: 0 3px 6px -3px #d3dae6;
}

/* line 13912, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.nouislider.nouislider-connect-light .noUi-connect {
  background: #ffffff;
}

/* line 13915, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.nouislider.nouislider-handle-light .noUi-handle {
  border: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 6px -3px #ffffff;
  box-shadow: 0 3px 6px -3px #ffffff;
}

/* line 13921, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.nouislider.nouislider-connect-dark .noUi-connect {
  background: #645ca1;
}

/* line 13924, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.nouislider.nouislider-handle-dark .noUi-handle {
  border: 0;
  background: #645ca1;
  -webkit-box-shadow: 0 3px 6px -3px #645ca1;
  box-shadow: 0 3px 6px -3px #645ca1;
}

/* line 13930, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.nouislider.nouislider-connect-accent .noUi-connect {
  background: #00c5dc;
}

/* line 13933, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.nouislider.nouislider-handle-accent .noUi-handle {
  border: 0;
  background: #00c5dc;
  -webkit-box-shadow: 0 3px 6px -3px #00c5dc;
  box-shadow: 0 3px 6px -3px #00c5dc;
}

/* line 13939, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.nouislider.nouislider-connect-focus .noUi-connect {
  background: #9816f4;
}

/* line 13942, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.nouislider.nouislider-handle-focus .noUi-handle {
  border: 0;
  background: #9816f4;
  -webkit-box-shadow: 0 3px 6px -3px #9816f4;
  box-shadow: 0 3px 6px -3px #9816f4;
}

/* line 13948, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.nouislider.nouislider-connect-primary .noUi-connect {
  background: #5867dd;
}

/* line 13951, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.nouislider.nouislider-handle-primary .noUi-handle {
  border: 0;
  background: #5867dd;
  -webkit-box-shadow: 0 3px 6px -3px #5867dd;
  box-shadow: 0 3px 6px -3px #5867dd;
}

/* line 13957, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.nouislider.nouislider-connect-success .noUi-connect {
  background: #1dc9b7;
}

/* line 13960, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.nouislider.nouislider-handle-success .noUi-handle {
  border: 0;
  background: #1dc9b7;
  -webkit-box-shadow: 0 3px 6px -3px #1dc9b7;
  box-shadow: 0 3px 6px -3px #1dc9b7;
}

/* line 13966, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.nouislider.nouislider-connect-info .noUi-connect {
  background: #5578eb;
}

/* line 13969, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.nouislider.nouislider-handle-info .noUi-handle {
  border: 0;
  background: #5578eb;
  -webkit-box-shadow: 0 3px 6px -3px #5578eb;
  box-shadow: 0 3px 6px -3px #5578eb;
}

/* line 13975, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.nouislider.nouislider-connect-warning .noUi-connect {
  background: #ffb822;
}

/* line 13978, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.nouislider.nouislider-handle-warning .noUi-handle {
  border: 0;
  background: #ffb822;
  -webkit-box-shadow: 0 3px 6px -3px #ffb822;
  box-shadow: 0 3px 6px -3px #ffb822;
}

/* line 13984, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.nouislider.nouislider-connect-danger .noUi-connect {
  background: #fd397a;
}

/* line 13987, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target.nouislider.nouislider-handle-danger .noUi-handle {
  border: 0;
  background: #fd397a;
  -webkit-box-shadow: 0 3px 6px -3px #fd397a;
  box-shadow: 0 3px 6px -3px #fd397a;
}

/* line 13993, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target {
  border: 1px solid #e2e5ec;
  background: #f7f8fa;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 13998, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target .noUi-connect {
  background: #5d78ff;
}

/* line 14000, app/assets/stylesheets/theme/style.bundle.scss */
.noUi-target .noUi-handle {
  border: 1px solid #f7f8fa;
  -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.7);
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.7);
}

/* line 14005, app/assets/stylesheets/theme/style.bundle.scss */
.fa-lg {
  font-size: 1.33333em !important;
}

/* line 14008, app/assets/stylesheets/theme/style.bundle.scss */
.fa-xs {
  font-size: .75em !important;
}

/* line 14011, app/assets/stylesheets/theme/style.bundle.scss */
.fa-sm {
  font-size: .875em !important;
}

/* line 14014, app/assets/stylesheets/theme/style.bundle.scss */
.fa-1x {
  font-size: 1em !important;
}

/* line 14017, app/assets/stylesheets/theme/style.bundle.scss */
.fa-2x {
  font-size: 2em !important;
}

/* line 14020, app/assets/stylesheets/theme/style.bundle.scss */
.fa-3x {
  font-size: 3em !important;
}

/* line 14023, app/assets/stylesheets/theme/style.bundle.scss */
.fa-4x {
  font-size: 4em !important;
}

/* line 14026, app/assets/stylesheets/theme/style.bundle.scss */
.fa-5x {
  font-size: 5em !important;
}

/* line 14029, app/assets/stylesheets/theme/style.bundle.scss */
.fa-6x {
  font-size: 6em !important;
}

/* line 14032, app/assets/stylesheets/theme/style.bundle.scss */
.fa-7x {
  font-size: 7em !important;
}

/* line 14035, app/assets/stylesheets/theme/style.bundle.scss */
.fa-8x {
  font-size: 8em !important;
}

/* line 14038, app/assets/stylesheets/theme/style.bundle.scss */
.fa-9x {
  font-size: 9em !important;
}

/* line 14041, app/assets/stylesheets/theme/style.bundle.scss */
.fa-10x {
  font-size: 10em !important;
}

/* line 14044, app/assets/stylesheets/theme/style.bundle.scss */
.note-popover {
  display: none;
}

/* line 14047, app/assets/stylesheets/theme/style.bundle.scss */
.note-editor {
  position: static;
  border-radius: 4px;
}

/* line 14050, app/assets/stylesheets/theme/style.bundle.scss */
.note-editor .note-toolbar {
  position: static;
}

/* line 14052, app/assets/stylesheets/theme/style.bundle.scss */
.note-editor .modal .modal-header .close {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 0;
}

/* line 14057, app/assets/stylesheets/theme/style.bundle.scss */
.note-editor .panel-heading.note-toolbar {
  padding: 5px 10px 10px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 14061, app/assets/stylesheets/theme/style.bundle.scss */
.note-editor .panel-heading.note-toolbar .btn {
  outline: none !important;
}

/* line 14063, app/assets/stylesheets/theme/style.bundle.scss */
.note-editor .panel-heading.note-toolbar .dropdown-menu {
  min-width: 185px;
}

/* line 14065, app/assets/stylesheets/theme/style.bundle.scss */
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu {
  min-width: 350px;
  padding: 10px;
}

/* line 14068, app/assets/stylesheets/theme/style.bundle.scss */
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li {
  display: table;
  table-layout: fixed;
}

/* line 14071, app/assets/stylesheets/theme/style.bundle.scss */
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group {
  display: table-cell !important;
}

/* line 14073, app/assets/stylesheets/theme/style.bundle.scss */
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group:first-child {
  padding-right: 10px;
}

/* line 14075, app/assets/stylesheets/theme/style.bundle.scss */
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group .note-color-reset {
  margin: 5px 0 10px 0;
}

/* line 14077, app/assets/stylesheets/theme/style.bundle.scss */
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group .note-palette-title {
  margin: 5px 0;
  text-align: left;
  border: 0;
}

/* line 14081, app/assets/stylesheets/theme/style.bundle.scss */
.note-editor .dropdown-toggle::after {
  display: none;
}

/* line 14084, app/assets/stylesheets/theme/style.bundle.scss */
.note-editor.note-frame {
  border: 1px solid #e2e5ec;
}

/* line 14086, app/assets/stylesheets/theme/style.bundle.scss */
.note-editor.note-frame .panel-heading.note-toolbar {
  background: #f7f8fa;
}

/* line 14088, app/assets/stylesheets/theme/style.bundle.scss */
.note-editor.note-frame .note-statusbar {
  background: #f7f8fa;
}

/* line 14091, app/assets/stylesheets/theme/style.bundle.scss */
.note-editor .note-toolbar .note-btn-group .btn {
  background: white;
  border: 1px solid #ebedf2;
}

/* line 14094, app/assets/stylesheets/theme/style.bundle.scss */
.note-editor .note-toolbar .note-btn-group .btn i {
  vertical-align: initial;
  line-height: initial;
  padding-right: 0;
  color: #74788d;
}

/* line 14099, app/assets/stylesheets/theme/style.bundle.scss */
.note-editor .note-toolbar .note-btn-group .btn:hover, .note-editor .note-toolbar .note-btn-group .btn:focus, .note-editor .note-toolbar .note-btn-group .btn:active, .note-editor .note-toolbar .note-btn-group .btn.active {
  background: transparent;
  color: #595d6e;
}

/* line 14103, app/assets/stylesheets/theme/style.bundle.scss */
.note-editable .table.table-bordered th, .note-editable .table.table-bordered td {
  border: 1px solid #e2e5ec;
}

/* line 14106, app/assets/stylesheets/theme/style.bundle.scss */
.is-valid .note-editor {
  border-color: #1dc9b7;
}

/* line 14109, app/assets/stylesheets/theme/style.bundle.scss */
.is-invalid .note-editor {
  border-color: #fd397a;
}

/* line 14112, app/assets/stylesheets/theme/style.bundle.scss */
.md-editor {
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  outline: none !important;
}

/* line 14117, app/assets/stylesheets/theme/style.bundle.scss */
.md-editor .md-footer,
.md-editor .md-header {
  padding: 10px 10px;
}

/* line 14120, app/assets/stylesheets/theme/style.bundle.scss */
.md-editor .md-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 14123, app/assets/stylesheets/theme/style.bundle.scss */
.md-editor .md-header .btn-group {
  margin-right: 10px;
}

/* line 14125, app/assets/stylesheets/theme/style.bundle.scss */
.md-editor .md-header .btn-group .btn {
  background: white;
  border: 1px solid #ebedf2;
  color: #74788d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 14131, app/assets/stylesheets/theme/style.bundle.scss */
.md-editor .md-header .btn-group .btn:hover, .md-editor .md-header .btn-group .btn:focus, .md-editor .md-header .btn-group .btn:active, .md-editor .md-header .btn-group .btn.active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #595d6e;
  background: transparent;
}

/* line 14136, app/assets/stylesheets/theme/style.bundle.scss */
.md-editor .md-footer {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 14139, app/assets/stylesheets/theme/style.bundle.scss */
.md-editor > textarea {
  padding: 10px 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 14144, app/assets/stylesheets/theme/style.bundle.scss */
.md-editor {
  border: 1px solid #e2e5ec;
}

/* line 14146, app/assets/stylesheets/theme/style.bundle.scss */
.md-editor.active {
  border: 1px solid #e2e5ec;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 14150, app/assets/stylesheets/theme/style.bundle.scss */
.md-editor .md-footer,
.md-editor .md-header {
  background: #f7f8fa;
}

/* line 14153, app/assets/stylesheets/theme/style.bundle.scss */
.md-editor > textarea {
  background: #f7f8fa;
}

/* line 14155, app/assets/stylesheets/theme/style.bundle.scss */
.md-editor.active > textarea {
  background: #f7f8fa;
}

/* line 14158, app/assets/stylesheets/theme/style.bundle.scss */
.is-valid .md-editor {
  border-color: #1dc9b7;
}

/* line 14161, app/assets/stylesheets/theme/style.bundle.scss */
.is-invalid .md-editor {
  border-color: #fd397a;
}

/* line 14164, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone {
  min-height: auto;
}

/* line 14167, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-default {
  padding: 20px;
  text-align: center;
  cursor: pointer;
  border: 2px dashed #ebedf2;
  border-radius: 4px;
}

/* line 14173, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-default .dropzone-msg-title {
  color: #595d6e;
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: 500;
  font-size: 1.2rem;
}

/* line 14179, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-default .dropzone-msg-desc {
  color: #74788d;
  font-weight: 400;
  font-size: 1rem;
}

/* line 14183, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-default .dz-preview .dz-image {
  border-radius: 4px;
}

/* line 14185, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-default.dropzone-brand {
  border-color: #5d78ff;
}

/* line 14187, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-default.dropzone-metal {
  border-color: #d3dae6;
}

/* line 14189, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-default.dropzone-light {
  border-color: #ffffff;
}

/* line 14191, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-default.dropzone-dark {
  border-color: #645ca1;
}

/* line 14193, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-default.dropzone-accent {
  border-color: #00c5dc;
}

/* line 14195, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-default.dropzone-focus {
  border-color: #9816f4;
}

/* line 14197, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-default.dropzone-primary {
  border-color: #5867dd;
}

/* line 14199, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-default.dropzone-success {
  border-color: #1dc9b7;
}

/* line 14201, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-default.dropzone-info {
  border-color: #5578eb;
}

/* line 14203, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-default.dropzone-warning {
  border-color: #ffb822;
}

/* line 14205, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-default.dropzone-danger {
  border-color: #fd397a;
}

/* line 14208, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-multi {
  border: 0;
  padding: 0;
}

/* line 14211, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-multi .dz-message {
  display: none;
}

/* line 14213, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-multi .dropzone-panel .dropzone-upload,
.dropzone.dropzone-multi .dropzone-panel .dropzone-remove-all {
  display: none;
}

/* line 14216, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-multi .dropzone-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.75rem;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  background-color: #f4f6fa;
}

/* line 14227, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-multi .dropzone-item .dropzone-file {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 14231, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-filename {
  font-size: 0.9rem;
  font-weight: 500;
  color: #595d6e;
  text-overflow: ellipsis;
  margin-right: 0.5rem;
}

/* line 14237, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-filename b {
  font-size: 0.9rem;
  font-weight: 500;
  color: #a2a5b9;
}

/* line 14241, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-error {
  margin-top: 0.25rem;
  font-size: 0.9rem;
  font-weight: 400;
  color: #fd397a;
  text-overflow: ellipsis;
}

/* line 14247, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-multi .dropzone-item .dropzone-progress {
  width: 15%;
}

/* line 14249, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-multi .dropzone-item .dropzone-progress .progress {
  height: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 14254, app/assets/stylesheets/theme/style.bundle.scss */
  .dropzone.dropzone-multi .dropzone-item .dropzone-progress .progress {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 14257, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar {
  margin-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 14264, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete {
  height: 25px;
  width: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

/* line 14279, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start i,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel i,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete i {
  font-size: 0.8rem;
  color: #a2a5b9;
}

/* line 14284, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start:hover i,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel:hover i,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete:hover i {
  color: #5d78ff;
}

/* line 14288, app/assets/stylesheets/theme/style.bundle.scss */
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 14292, app/assets/stylesheets/theme/style.bundle.scss */
  .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 14296, app/assets/stylesheets/theme/style.bundle.scss */
.recaptcha {
  padding: 15px;
  border-radius: 4px;
}

/* line 14299, app/assets/stylesheets/theme/style.bundle.scss */
.recaptcha .recaptcha-img {
  margin-bottom: 10px;
}

/* line 14301, app/assets/stylesheets/theme/style.bundle.scss */
.recaptcha .input-group .btn i {
  padding-right: 0;
}

/* line 14303, app/assets/stylesheets/theme/style.bundle.scss */
.recaptcha .input-group .form-control {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

/* line 14307, app/assets/stylesheets/theme/style.bundle.scss */
.recaptcha {
  border: 1px solid #ebedf2;
}

/* line 14309, app/assets/stylesheets/theme/style.bundle.scss */
.recaptcha .recaptcha_only_if_incorrect_sol {
  color: #fd397a;
}

/* line 14312, app/assets/stylesheets/theme/style.bundle.scss */
.toast {
  background-position: 15px center !important;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border: 0;
}

/* line 14317, app/assets/stylesheets/theme/style.bundle.scss */
.toast .toast-close-button {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  outline: none !important;
  font-size: 0;
  content: " ";
}

/* line 14328, app/assets/stylesheets/theme/style.bundle.scss */
.toast .toast-close-button:before {
  content: "";
}

/* line 14330, app/assets/stylesheets/theme/style.bundle.scss */
.toast .toast-close-button:before {
  font-size: 0.9rem;
}

/* line 14332, app/assets/stylesheets/theme/style.bundle.scss */
.toast .toast-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

/* line 14336, app/assets/stylesheets/theme/style.bundle.scss */
.toast .toast-message {
  font-size: 0.9rem;
}

/* line 14339, app/assets/stylesheets/theme/style.bundle.scss */
.toast-success {
  background-color: #1dc9b7;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

/* line 14345, app/assets/stylesheets/theme/style.bundle.scss */
#toast-container > div:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125);
}

/* line 14349, app/assets/stylesheets/theme/style.bundle.scss */
.toast-warning {
  background-color: #ffb822;
  color: #111111;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

/* line 14355, app/assets/stylesheets/theme/style.bundle.scss */
#toast-container > div:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125);
}

/* line 14359, app/assets/stylesheets/theme/style.bundle.scss */
.toast-info {
  background-color: #5578eb;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

/* line 14365, app/assets/stylesheets/theme/style.bundle.scss */
#toast-container > div:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125);
}

/* line 14369, app/assets/stylesheets/theme/style.bundle.scss */
.toast-error {
  background-color: #fd397a;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

/* line 14375, app/assets/stylesheets/theme/style.bundle.scss */
#toast-container > div:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125);
}

/* line 14379, app/assets/stylesheets/theme/style.bundle.scss */
.kt-gmaps {
  /* important!  bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
}

/* line 14381, app/assets/stylesheets/theme/style.bundle.scss */
.kt-gmaps img {
  max-width: none;
}

/* line 14383, app/assets/stylesheets/theme/style.bundle.scss */
.kt-gmaps.kt-gmaps--static > div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
}

/* line 14388, app/assets/stylesheets/theme/style.bundle.scss */
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow-y: initial !important;
}

/* line 14391, app/assets/stylesheets/theme/style.bundle.scss */
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.kt-sweetalert2--nopadding),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.kt-sweetalert2--nopadding) {
  padding-right: 0 !important;
}

@media screen {
  /* line 14395, app/assets/stylesheets/theme/style.bundle.scss */
  html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: visible;
  }
}

/* line 14399, app/assets/stylesheets/theme/style.bundle.scss */
.swal2-popup {
  padding: 2rem;
  border-radius: 4px;
}

/* line 14402, app/assets/stylesheets/theme/style.bundle.scss */
.swal2-popup .swal2-icon {
  margin: 2rem 0 0rem 0;
}

/* line 14404, app/assets/stylesheets/theme/style.bundle.scss */
.swal2-popup .swal2-title {
  font-weight: 500;
  font-size: 1.3rem;
  margin: 2rem 0 0 0;
}

/* line 14408, app/assets/stylesheets/theme/style.bundle.scss */
.swal2-popup .swal2-content {
  font-weight: normal;
  font-size: 1.1rem;
  margin-top: 1.5rem;
}

/* line 14412, app/assets/stylesheets/theme/style.bundle.scss */
.swal2-popup .btn {
  margin: 15px 5px 0;
}

/* line 14414, app/assets/stylesheets/theme/style.bundle.scss */
.swal2-popup .swal2-styled:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 14417, app/assets/stylesheets/theme/style.bundle.scss */
.swal2-popup .swal2-actions {
  margin: 1.5rem auto 1rem auto;
}

/* line 14420, app/assets/stylesheets/theme/style.bundle.scss */
.swal2-container {
  overflow-y: hidden !important;
}

/* line 14423, app/assets/stylesheets/theme/style.bundle.scss */
body.swal2-height-auto {
  height: 100% !important;
}

/* line 14426, app/assets/stylesheets/theme/style.bundle.scss */
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 14429, app/assets/stylesheets/theme/style.bundle.scss */
.swal2-popup .swal2-title {
  color: #48465b;
}

/* line 14432, app/assets/stylesheets/theme/style.bundle.scss */
.swal2-popup .swal2-content {
  color: #74788d;
}

/* line 14435, app/assets/stylesheets/theme/style.bundle.scss */
#session-timeout-dialog .modal-header .close {
  position: absolute;
  right: 25px;
  font-size: 0;
  top: 1.75rem;
}

/* line 14441, app/assets/stylesheets/theme/style.bundle.scss */
#session-timeout-dialog .modal-header .modal-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

/* line 14446, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper {
  padding: 0 !important;
}

/* line 14448, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTable {
  width: 100% !important;
  border-collapse: initial !important;
  border-spacing: 0 !important;
  margin: 1rem 0 !important;
}

/* line 14453, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td {
  vertical-align: middle;
}

/* line 14455, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTable th .kt-checkbox, .dataTables_wrapper .dataTable td .kt-checkbox {
  margin-top: 0.3rem;
  margin-bottom: 0;
}

/* line 14458, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTable th.dt-center, .dataTables_wrapper .dataTable td.dt-center {
  text-align: center;
}

/* line 14460, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTable th.dt-left, .dataTables_wrapper .dataTable td.dt-left {
  text-align: left;
}

/* line 14462, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTable th.dt-right, .dataTables_wrapper .dataTable td.dt-right {
  text-align: right;
}

/* line 14464, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTable th.sorting_desc:before, .dataTables_wrapper .dataTable th.sorting_desc:after, .dataTables_wrapper .dataTable th.orting_asc_disabled:before, .dataTables_wrapper .dataTable th.orting_asc_disabled:after, .dataTables_wrapper .dataTable th.orting_desc_disabled:before, .dataTables_wrapper .dataTable th.orting_desc_disabled:after, .dataTables_wrapper .dataTable th.sorting_asc:before, .dataTables_wrapper .dataTable th.sorting_asc:after, .dataTables_wrapper .dataTable th.sorting:before, .dataTables_wrapper .dataTable th.sorting:after, .dataTables_wrapper .dataTable td.sorting_desc:before, .dataTables_wrapper .dataTable td.sorting_desc:after, .dataTables_wrapper .dataTable td.orting_asc_disabled:before, .dataTables_wrapper .dataTable td.orting_asc_disabled:after, .dataTables_wrapper .dataTable td.orting_desc_disabled:before, .dataTables_wrapper .dataTable td.orting_desc_disabled:after, .dataTables_wrapper .dataTable td.sorting_asc:before, .dataTables_wrapper .dataTable td.sorting_asc:after, .dataTables_wrapper .dataTable td.sorting:before, .dataTables_wrapper .dataTable td.sorting:after {
  bottom: 1.25rem !important;
}

/* line 14466, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTable .filter th, .dataTables_wrapper .dataTable .filter td {
  vertical-align: top;
}

/* line 14468, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTable .filter th .input-group + .input-group, .dataTables_wrapper .dataTable .filter td .input-group + .input-group {
  margin-top: 0.5rem;
}

/* line 14470, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTable .filter th .btn + .btn, .dataTables_wrapper .dataTable .filter td .btn + .btn {
  margin-top: 0.5rem;
}

/* line 14472, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTable .group th, .dataTables_wrapper .dataTable .group td {
  font-size: 1.1rem;
  font-weight: 500;
}

/* line 14475, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTables_scroll {
  margin: 1rem 0 !important;
}

/* line 14477, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTables_scroll .dataTable {
  margin: 0 !important;
}

/* line 14479, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTables_paginate .pagination .page-item {
  margin-left: 0.4rem;
}

/* line 14481, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTables_paginate .pagination .page-item > .page-link {
  border-radius: 3px;
  cursor: pointer;
  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;
  height: 2.25rem;
  min-width: 2.25rem;
  vertical-align: middle;
  padding: 0.5rem;
  text-align: center;
  position: relative;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
}

/* line 14502, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTables_paginate .pagination .page-item > .page-link > i {
  font-size: 1rem;
  text-align: center;
  display: inline-block;
}

/* line 14506, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .text-right .dataTables_filter,
.dataTables_wrapper .text-left .dataTables_filter {
  display: inline-block;
}

/* line 14509, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTables_info {
  padding-top: 0.45rem;
}

/* line 14511, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTables_pager {
  text-align: right;
}

/* line 14513, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTables_pager .dataTables_length {
  margin-right: 0.5rem;
  display: inline-block;
}

/* line 14516, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTables_pager .dataTables_length + .dataTables_paginate {
  margin-left: 1rem;
}

/* line 14518, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTables_pager .dataTables_info {
  display: inline-block;
  margin-right: 0.5rem;
}

/* line 14521, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTables_pager .dataTables_paginate {
  display: inline-block;
}

@media (max-width: 1024px) {
  /* line 14524, app/assets/stylesheets/theme/style.bundle.scss */
  .dataTables_wrapper .dataTables_pager {
    margin-top: 1rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  /* line 14528, app/assets/stylesheets/theme/style.bundle.scss */
  .dataTables_wrapper .dataTables_paginate {
    margin-left: 0 !important;
  }
  /* line 14530, app/assets/stylesheets/theme/style.bundle.scss */
  .dataTables_wrapper .dataTables_paginate .pagination .page-item:first-child {
    margin-left: 0 !important;
  }
  /* line 14532, app/assets/stylesheets/theme/style.bundle.scss */
  .dataTables_wrapper .dataTables_paginate .pagination {
    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;
  }
}

/* line 14542, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  top: 50%;
  left: 8px;
  height: 18px;
  width: 18px;
  margin-top: -9px;
  font-size: 18px;
  color: #5d78ff;
  border: 0;
  background-color: transparent;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
}

/* line 14563, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
  color: #5d78ff;
  background-color: transparent;
}

/* line 14574, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .child .dtr-details {
  display: table !important;
}

/* line 14576, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .child .dtr-details > li {
  display: table-row !important;
  border: 0 !important;
}

/* line 14579, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .child .dtr-details > li .dtr-title {
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px dashed #efefef;
  font-weight: 500;
  padding: 0.5rem 2rem 0.5rem 0;
}

/* line 14585, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .child .dtr-details > li .dtr-title:after {
  content: ':';
}

/* line 14587, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .child .dtr-details > li .dtr-data {
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px dashed #efefef;
  padding: 0.5rem 0;
}

/* line 14592, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .child .dtr-details > li:last-child .dtr-title {
  border-bottom: 0;
}

/* line 14594, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .child .dtr-details > li:last-child .dtr-data {
  border-bottom: 0;
}

/* line 14597, app/assets/stylesheets/theme/style.bundle.scss */
.dt-bootstrap4 .dropdown .dropdown-menu.dropdown-menu-right {
  /*rtl:ignore*/
  margin-left: 65px;
}

/* line 14601, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td {
  color: #595d6e;
}

/* line 14604, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTable .selected th, .dataTables_wrapper .dataTable .selected td {
  background-color: #f7f8fa;
  color: #595d6e;
}

/* line 14608, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .dataTable .group th, .dataTables_wrapper .dataTable .group td {
  background-color: #f7f8fa;
}

/* line 14611, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .pagination .page-item > .page-link {
  color: #595d6e;
  border: 0;
  outline: none !important;
}

/* line 14616, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .pagination .page-item.previous > .page-link, .dataTables_wrapper .pagination .page-item.next > .page-link, .dataTables_wrapper .pagination .page-item.last > .page-link, .dataTables_wrapper .pagination .page-item.first > .page-link {
  background: #ebe9f2;
}

/* line 14618, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .pagination .page-item.previous > .page-link:hover, .dataTables_wrapper .pagination .page-item.next > .page-link:hover, .dataTables_wrapper .pagination .page-item.last > .page-link:hover, .dataTables_wrapper .pagination .page-item.first > .page-link:hover {
  background: #5d78ff;
  color: #ffffff;
}

/* line 14622, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .pagination .page-item.active > .page-link {
  background: #5d78ff;
  color: #ffffff;
}

/* line 14626, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .pagination .page-item:hover > .page-link {
  background: #5d78ff;
  color: #ffffff;
}

/* line 14630, app/assets/stylesheets/theme/style.bundle.scss */
.dataTables_wrapper .pagination .page-item.disabled > .page-link, .dataTables_wrapper .pagination .page-item.disabled:hover > .page-link {
  opacity: 0.6;
}

/* line 14633, app/assets/stylesheets/theme/style.bundle.scss */
.kt-repeater .kt-repeater__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 14639, app/assets/stylesheets/theme/style.bundle.scss */
.kt-repeater .kt-repeater__row > input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 14643, app/assets/stylesheets/theme/style.bundle.scss */
.kt-repeater .kt-repeater__row .kt-repeater__close {
  background-color: transparent;
  border: none;
}

/* line 14646, app/assets/stylesheets/theme/style.bundle.scss */
.kt-repeater .kt-repeater__row .form-text {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

/* line 14650, app/assets/stylesheets/theme/style.bundle.scss */
.kt-repeater .kt-repeater__item {
  position: relative;
}

/* line 14652, app/assets/stylesheets/theme/style.bundle.scss */
.kt-repeater .kt-repeater__item .btn-icon {
  height: auto;
}

/* line 14654, app/assets/stylesheets/theme/style.bundle.scss */
.kt-repeater .kt-repeater__item:first-child .form-control {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 14657, app/assets/stylesheets/theme/style.bundle.scss */
.kt-repeater .kt-repeater__item:first-child .input-group-append {
  display: none;
}

/* line 14660, app/assets/stylesheets/theme/style.bundle.scss */
.kt-repeater .kt-repeater__close--align-right {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 14665, app/assets/stylesheets/theme/style.bundle.scss */
.dual-listbox .dual-listbox__search {
  width: 225px;
  border: 1px solid #ebedf2;
  color: #595d6e;
  outline: none !important;
  border-radius: 4px;
}

/* line 14671, app/assets/stylesheets/theme/style.bundle.scss */
.dual-listbox .dual-listbox__search:active, .dual-listbox .dual-listbox__search:focus {
  border-color: #9aabff !important;
}

/* line 14673, app/assets/stylesheets/theme/style.bundle.scss */
.dual-listbox .dual-listbox__search.dual-listbox__search--hidden {
  display: none;
}

/* line 14676, app/assets/stylesheets/theme/style.bundle.scss */
.dual-listbox .dual-listbox__container .dual-listbox__title {
  color: #595d6e;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 0.75rem 0.75rem;
  border: 1px solid #ebedf2;
  border-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 14686, app/assets/stylesheets/theme/style.bundle.scss */
.dual-listbox .dual-listbox__container .dual-listbox__buttons {
  margin: 0 1rem;
}

/* line 14688, app/assets/stylesheets/theme/style.bundle.scss */
.dual-listbox .dual-listbox__container .dual-listbox__buttons .dual-listbox__button {
  border: 0;
  background: none;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  padding: 0.5rem 1rem;
  color: #a2a5b9;
  font-weight: 500;
  font-size: 0.9rem;
  background-color: #f2f3f7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}

/* line 14703, app/assets/stylesheets/theme/style.bundle.scss */
.dual-listbox .dual-listbox__container .dual-listbox__buttons .dual-listbox__button i {
  font-size: 0.6rem;
}

/* line 14705, app/assets/stylesheets/theme/style.bundle.scss */
.dual-listbox .dual-listbox__container .dual-listbox__buttons .dual-listbox__button:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #5d78ff;
}

/* line 14710, app/assets/stylesheets/theme/style.bundle.scss */
.dual-listbox .dual-listbox__container .dual-listbox__selected,
.dual-listbox .dual-listbox__container .dual-listbox__available {
  width: 225px;
  color: #595d6e;
  border: 1px solid #ebedf2;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 14717, app/assets/stylesheets/theme/style.bundle.scss */
.dual-listbox .dual-listbox__container .dual-listbox__selected .dual-listbox__item,
.dual-listbox .dual-listbox__container .dual-listbox__available .dual-listbox__item {
  padding: 0.75rem 0.75rem;
  border-bottom: 1px solid #ebedf2;
}

/* line 14721, app/assets/stylesheets/theme/style.bundle.scss */
.dual-listbox .dual-listbox__container .dual-listbox__selected .dual-listbox__item:last-child,
.dual-listbox .dual-listbox__container .dual-listbox__available .dual-listbox__item:last-child {
  border-bottom: 0;
}

/* line 14724, app/assets/stylesheets/theme/style.bundle.scss */
.dual-listbox .dual-listbox__container .dual-listbox__selected .dual-listbox__item.dual-listbox__item--selected,
.dual-listbox .dual-listbox__container .dual-listbox__available .dual-listbox__item.dual-listbox__item--selected {
  background-color: #f2f3f7;
}

/* line 14728, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-Root {
  font-family: Poppins, Helvetica, sans-serif;
}

/* line 14730, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-Root.uppy-DragDrop--is-dragdrop-supported {
  border: 2px dashed #ebedf2;
}

/* line 14733, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-Dashboard-inner {
  background-color: #f7f8fa;
  border: 1px solid #ebedf2;
}

/* line 14736, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-Dashboard-inner .uppy-DashboardContent-bar,
.kt-uppy .uppy-Dashboard-inner .uppy-Dashboard-AddFilesPanel,
.kt-uppy .uppy-Dashboard-inner .uppy-DashboardContent-panel,
.kt-uppy .uppy-Dashboard-inner .uppy-DashboardItem-progress,
.kt-uppy .uppy-Dashboard-inner .uppy-DashboardItem-action,
.kt-uppy .uppy-Dashboard-inner .uppy-DashboardItem-previewLink {
  z-index: 1;
}

/* line 14743, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-Dashboard-inner .uppy-DashboardContent-title {
  color: #74788d;
  font-size: 1rem;
  font-weight: 500;
}

/* line 14747, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-Dashboard-inner .uppy-DashboardTabs .uppy-Dashboard-dropFilesTitle {
  color: #74788d;
  font-size: 1.3rem;
  font-weight: 500;
}

/* line 14751, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-Dashboard-inner .uppy-DashboardTabs .uppy-DashboardTab-name {
  color: #74788d;
}

/* line 14753, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-Dashboard-inner .uppy-DashboardItem.is-complete .progress {
  stroke: #1dc9b7;
  fill: #1dc9b7;
}

/* line 14756, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-Dashboard-inner .uppy-StatusBar-statusSecondary {
  overflow: visible;
}

/* line 14759, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-DashboardAddFiles-info {
  bottom: 20px !important;
}

/* line 14762, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-Dashboard-note {
  color: #74788d;
  font-size: 0.9rem;
  font-weight: 400;
}

/* line 14767, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-c-btn-primary {
  font-size: 1rem;
  font-weight: 400;
  background: #5d78ff;
  color: #ffffff;
  outline: none !important;
}

/* line 14773, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-c-btn-primary:focus, .kt-uppy .uppy-c-btn-primary:hover {
  background-color: #3e5fff;
}

/* line 14776, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-DashboardContent-back {
  font-size: 1rem;
  font-weight: 500;
  color: #5d78ff;
  outline: none !important;
}

/* line 14781, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-DashboardContent-back:focus, .kt-uppy .uppy-DashboardContent-back:hover {
  color: #3e5fff;
}

/* line 14784, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-Dashboard-browse {
  color: #5d78ff;
}

/* line 14786, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-Dashboard-browse:focus, .kt-uppy .uppy-Dashboard-browse:hover {
  color: #3e5fff;
}

/* line 14789, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-DashboardContent-addMore svg {
  stroke: #5d78ff;
  fill: #5d78ff;
}

/* line 14793, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-ProgressBar {
  z-index: 1;
}

/* line 14795, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-ProgressBar .uppy-ProgressBar-inner {
  background-color: #5d78ff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 14799, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-ProgressBar .uppy-ProgressBar-percentage {
  color: #74788d;
  font-size: 0.9rem;
  font-weight: 400;
}

/* line 14804, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-DragDrop-label {
  font-size: 1rem;
  font-weight: 500;
  color: #74788d;
}

/* line 14808, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-DragDrop-label .uppy-DragDrop-dragText {
  color: #5d78ff;
}

/* line 14810, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-DragDrop-label .uppy-DragDrop-dragText:focus, .kt-uppy .uppy-DragDrop-label .uppy-DragDrop-dragText:hover {
  color: #3e5fff;
}

/* line 14813, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-StatusBar {
  z-index: 1;
}

/* line 14815, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-StatusBar .uppy-StatusBar-status {
  overflow-x: visible;
  display: none;
}

/* line 14818, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-StatusBar .uppy-StatusBar-progress {
  background-color: #5d78ff;
}

/* line 14820, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-StatusBar .uppy-StatusBar-content .uppy-StatusBar-statusPrimary {
  font-size: 0.9rem;
  font-weight: 400;
  color: #74788d;
}

/* line 14824, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-StatusBar .uppy-StatusBar-content .uppy-StatusBar-spinner svg {
  fill: #5d78ff;
}

/* line 14826, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-StatusBar .uppy-StatusBar-actions .uppy-StatusBar-actionCircleBtn .UppyIcon circle {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #ebedf2;
}

/* line 14830, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-StatusBar .uppy-StatusBar-actions .uppy-StatusBar-actionCircleBtn .UppyIcon path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #74788d;
}

/* line 14834, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-StatusBar .uppy-StatusBar-actions .uppy-StatusBar-actionCircleBtn .UppyIcon:hover circle {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #5d78ff;
}

/* line 14838, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-StatusBar .uppy-StatusBar-actions .uppy-StatusBar-actionCircleBtn .UppyIcon:hover path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #ffffff;
}

/* line 14842, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-StatusBar.is-complete .uppy-StatusBar-progress {
  background-color: #1dc9b7;
}

/* line 14844, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-StatusBar.uppy-Root .uppy-StatusBar-content {
  padding-left: 0 !important;
}

/* line 14846, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy-StatusBar.uppy-Root .uppy-StatusBar-actions {
  right: 0 !important;
}

/* line 14849, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .uppy.uppy-Informer p {
  background-color: rgba(253, 57, 122, 0.1);
  color: #fd397a;
  border-radius: 0;
  border-radius: 4px;
}

/* line 14855, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__progress {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 14864, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__status {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 14868, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-uppy .kt-uppy__status {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 14871, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__status.kt-uppy__status--ongoing {
  height: 40px;
  opacity: 1;
}

/* line 14874, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__status.kt-uppy__status--hidden {
  display: none;
}

/* line 14877, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__btn {
  margin-top: 10px;
}

/* line 14880, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 14891, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__thumbnails .kt-uppy__thumbnail-container {
  width: calc(50% - 5px);
  margin: 10px 5px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  background-color: #f7f8fa;
  border-radius: 4px;
  overflow: hidden;
}

/* line 14905, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__thumbnails .kt-uppy__thumbnail-container .kt-uppy__thumbnail {
  width: 60px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 14915, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__thumbnails .kt-uppy__thumbnail-container .kt-uppy__thumbnail img {
  height: 100%;
  width: auto;
}

/* line 14918, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__thumbnails .kt-uppy__thumbnail-container .kt-uppy__thumbnail-label {
  font-weight: 400;
  color: #74788d;
  margin-left: 10px;
  padding-right: 10px;
}

/* line 14923, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__thumbnails .kt-uppy__thumbnail-container .kt-uppy__remove-thumbnail {
  margin: auto 10px auto auto;
  cursor: pointer;
}

/* line 14926, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__thumbnails .kt-uppy__thumbnail-container:nth-child(odd) {
  margin-left: 0;
}

/* line 14928, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__thumbnails .kt-uppy__thumbnail-container:nth-child(even) {
  margin-right: 0;
}

@media (max-width: 1399px) {
  /* line 14931, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-uppy .kt-uppy__thumbnails .kt-uppy__thumbnail-container {
    width: 100%;
    margin: 10px 0 0;
  }
}

/* line 14935, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__list .kt-uppy__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: #f7f8fa;
  margin-top: 0.75rem;
  border-radius: 4px;
}

/* line 14949, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__list .kt-uppy__list-item:last-child {
  margin-bottom: 0.75rem;
}

/* line 14951, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__list .kt-uppy__list-item .kt-uppy__list-label {
  font-weight: 500;
  color: #74788d;
}

/* line 14954, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__list .kt-uppy__list-item .kt-uppy__list-remove {
  cursor: pointer;
  margin-left: 1rem;
}

/* line 14957, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__list .kt-uppy__list-item .kt-uppy__list-remove i {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 0.7rem;
  color: #a2a5b9;
}

/* line 14962, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__list .kt-uppy__list-item .kt-uppy__list-remove:hover i {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #5d78ff;
}

/* line 14967, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__wrapper .uppy-FileInput-container {
  margin-bottom: 0rem;
}

/* line 14970, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__input-control {
  position: relative;
  z-index: 1;
  height: 0;
  width: 0;
  opacity: 0;
}

/* line 14977, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__informer--min .uppy-Informer {
  position: static !important;
  top: auto;
  bottom: auto;
  -webkit-transform: none;
  transform: none;
  z-index: 0;
}

/* line 14984, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__informer--min .uppy-Informer[aria-hidden="true"] {
  display: none;
}

/* line 14986, app/assets/stylesheets/theme/style.bundle.scss */
.kt-uppy .kt-uppy__informer--min .uppy-Informer p {
  display: block;
  max-width: none;
}

/* line 14990, app/assets/stylesheets/theme/style.bundle.scss */
.jstree-default .jstree-anchor {
  color: #a2a5b9;
  padding: 0 8px 0 4px;
}

/* line 14994, app/assets/stylesheets/theme/style.bundle.scss */
.jstree-default .jstree-icon {
  color: #a2a5b9;
  font-size: 1.3rem;
}

/* line 14997, app/assets/stylesheets/theme/style.bundle.scss */
.jstree-default .jstree-icon.la {
  font-size: 1.5rem;
}

/* line 14999, app/assets/stylesheets/theme/style.bundle.scss */
.jstree-default .jstree-icon.fa {
  font-size: 1.2rem;
}

/* line 15002, app/assets/stylesheets/theme/style.bundle.scss */
.jstree-default .jstree-disabled {
  cursor: not-allowed;
  line-height: auto;
  height: auto;
  opacity: 0.7;
}

/* line 15007, app/assets/stylesheets/theme/style.bundle.scss */
.jstree-default .jstree-disabled .jstree-icon {
  color: #a2a5b9;
}

/* line 15010, app/assets/stylesheets/theme/style.bundle.scss */
.jstree-default .jstree-clicked {
  border: 0;
  background: #f7f8fa;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 15016, app/assets/stylesheets/theme/style.bundle.scss */
.jstree-default .jstree-hovered {
  border: 0;
  background-color: #f7f8fa;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 15022, app/assets/stylesheets/theme/style.bundle.scss */
.jstree-default .jstree-wholerow-clicked,
.jstree-default .jstree-wholerow-clicked {
  background: #ebedf2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 15028, app/assets/stylesheets/theme/style.bundle.scss */
.jstree-default .jstree-wholerow-hovered,
.jstree-default.jstree-wholerow .jstree-wholerow-hovered {
  border: 0;
  background-color: #f7f8fa;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 15035, app/assets/stylesheets/theme/style.bundle.scss */
.jstree-open > .jstree-anchor > .fa-folder:before {
  margin-left: 2px;
  content: "\f07c";
}

/* line 15039, app/assets/stylesheets/theme/style.bundle.scss */
.jstree-open > .jstree-anchor > .la-folder:before {
  margin-left: 2px;
  content: "\f200";
}

/* line 15043, app/assets/stylesheets/theme/style.bundle.scss */
.jstree-default.jstree-rtl .jstree-node {
  background-position: 100% 1px !important;
}

/* line 15046, app/assets/stylesheets/theme/style.bundle.scss */
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
  background-repeat: no-repeat;
}

/* line 15050, app/assets/stylesheets/theme/style.bundle.scss */
.jstree-rtl .jstree-anchor {
  padding: 0 4px 0 8px;
}

/* line 15053, app/assets/stylesheets/theme/style.bundle.scss */
.vakata-context,
.vakata-context ul {
  padding: 0.5rem 0;
  min-width: 150px;
  font-size: 1rem;
  font-family: Poppins, Helvetica, sans-serif;
  background: #fff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border: 0;
  border-radius: 4px;
}

/* line 15064, app/assets/stylesheets/theme/style.bundle.scss */
.vakata-context li,
.vakata-context ul li {
  padding: 0;
  border: 0;
}

/* line 15068, app/assets/stylesheets/theme/style.bundle.scss */
.vakata-context li a,
.vakata-context ul li a {
  padding: 0rem 1.2rem;
  border: 0;
}

/* line 15072, app/assets/stylesheets/theme/style.bundle.scss */
.vakata-context li a i,
.vakata-context ul li a i {
  display: none;
}

/* line 15075, app/assets/stylesheets/theme/style.bundle.scss */
.vakata-context li a .vakata-contextmenu-sep,
.vakata-context ul li a .vakata-contextmenu-sep {
  display: none;
}

/* line 15078, app/assets/stylesheets/theme/style.bundle.scss */
.vakata-context li a span,
.vakata-context li a ins,
.vakata-context ul li a span,
.vakata-context ul li a ins {
  display: none;
  border: 0 !important;
}

/* line 15084, app/assets/stylesheets/theme/style.bundle.scss */
.vakata-context .vakata-context-hover > a,
.vakata-context li a:hover,
.vakata-context ul .vakata-context-hover > a,
.vakata-context ul li a:hover {
  margin: 0;
  background-color: #f7f8fa;
  color: #5d78ff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 15093, app/assets/stylesheets/theme/style.bundle.scss */
.vakata-context .vakata-context-hover > a .span,
.vakata-context .vakata-context-hover > a .ins,
.vakata-context li a:hover .span,
.vakata-context li a:hover .ins,
.vakata-context ul .vakata-context-hover > a .span,
.vakata-context ul .vakata-context-hover > a .ins,
.vakata-context ul li a:hover .span,
.vakata-context ul li a:hover .ins {
  border: 0 !important;
}

/* line 15103, app/assets/stylesheets/theme/style.bundle.scss */
.vakata-context .vakata-context-separator a,
.vakata-context-rtl .vakata-context-separator a {
  margin: 0;
  border: 0;
  height: 2px;
  background-color: #ebedf2;
}

/* line 15110, app/assets/stylesheets/theme/style.bundle.scss */
.jstree-rename-input {
  outline: none !important;
  padding: 2px 6px !important;
  margin-right: -4px !important;
  background-color: #f7f8fa !important;
  border: 1px solid #f7f8fa !important;
  border-radius: 4px;
}

/* line 15118, app/assets/stylesheets/theme/style.bundle.scss */
.ql-toolbar.ql-snow {
  border: 1px solid #ebedf2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 15122, app/assets/stylesheets/theme/style.bundle.scss */
.ql-toolbar.ql-snow button.ql-active .ql-stroke, .ql-toolbar.ql-snow button:focus .ql-stroke, .ql-toolbar.ql-snow button:hover .ql-stroke {
  stroke: #5d78ff;
}

/* line 15124, app/assets/stylesheets/theme/style.bundle.scss */
.ql-toolbar.ql-snow .ql-picker-label.ql-active, .ql-toolbar.ql-snow .ql-picker-label:hover {
  color: #5d78ff;
}

/* line 15126, app/assets/stylesheets/theme/style.bundle.scss */
.ql-toolbar.ql-snow .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-picker-item.ql-active, .ql-toolbar.ql-snow .ql-picker-item:hover {
  color: #5d78ff;
}

/* line 15129, app/assets/stylesheets/theme/style.bundle.scss */
.ql-container.ql-snow {
  border: 1px solid #ebedf2;
  border-top: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 15135, app/assets/stylesheets/theme/style.bundle.scss */
.ql-snow .ql-picker.ql-expanded {
  outline: none !important;
  border-color: transparent !important;
}

/* line 15138, app/assets/stylesheets/theme/style.bundle.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: transparent !important;
  color: #5d78ff;
  outline: none !important;
}

/* line 15142, app/assets/stylesheets/theme/style.bundle.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-label.ql-active, .ql-snow .ql-picker.ql-expanded .ql-picker-label:hover {
  color: #5d78ff;
}

/* line 15144, app/assets/stylesheets/theme/style.bundle.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border: 0;
  padding: 0.5rem 1rem;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 4px;
}

/* line 15151, app/assets/stylesheets/theme/style.bundle.scss */
.ql-snow .ql-tooltip {
  border: 0;
  padding: 0.5rem 1rem;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 4px;
}

/* line 15157, app/assets/stylesheets/theme/style.bundle.scss */
.ql-snow .ql-tooltip input[type=text] {
  border: 0;
  background: none;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ebedf2;
  color: #595d6e;
  outline: none !important;
  border-radius: 4px;
}

/* line 15167, app/assets/stylesheets/theme/style.bundle.scss */
.ql-snow .ql-tooltip input[type=text]:active, .ql-snow .ql-tooltip input[type=text]:focus {
  border-color: #9aabff !important;
}

/* line 15169, app/assets/stylesheets/theme/style.bundle.scss */
.ql-snow .ql-tooltip .ql-preview {
  color: #74788d;
}

/* line 15171, app/assets/stylesheets/theme/style.bundle.scss */
.ql-snow .ql-tooltip .ql-action {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #74788d;
}

/* line 15175, app/assets/stylesheets/theme/style.bundle.scss */
.ql-snow .ql-tooltip .ql-action:hover {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #5d78ff;
}

/* line 15179, app/assets/stylesheets/theme/style.bundle.scss */
.modal .ql-snow .ql-tooltip.ql-editing {
  left: 20px !important;
}

/* line 15182, app/assets/stylesheets/theme/style.bundle.scss */
.ql-snow .ql-editor {
  color: #74788d;
}

/* line 15185, app/assets/stylesheets/theme/style.bundle.scss */
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #333;
  color: #f8f8f2;
  overflow: visible;
  border-radius: 4px;
}

/* line 15191, app/assets/stylesheets/theme/style.bundle.scss */
.tagify {
  border-radius: 4px;
  border-color: #e2e5ec;
}

/* line 15194, app/assets/stylesheets/theme/style.bundle.scss */
.tagify:hover {
  border-color: #e2e5ec;
}

/* line 15196, app/assets/stylesheets/theme/style.bundle.scss */
.tagify.tagify--focus {
  border: 1px solid #9aabff;
}

/* line 15198, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__input {
  color: #595d6e;
}

/* line 15200, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__input:before {
  margin-top: 2px;
}

/* line 15202, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag {
  background-color: #ebedf2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.5rem;
  border-radius: 4px;
}

/* line 15212, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag div {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 0.25rem;
}

/* line 15217, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag div .tagify__tag-text {
  color: #74788d;
  font-weight: 400;
}

/* line 15220, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag div:before {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-animation: none;
  animation: none;
  -webkit-transition: none;
  transition: none;
}

/* line 15227, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag .tagify__tag__removeBtn {
  line-height: 1;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-transform: none;
  transform: none;
  position: static;
  border-radius: 0;
  margin-top: -2px;
}

/* line 15237, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag .tagify__tag__removeBtn:after {
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
  font-size: 0.6rem;
  color: #a2a5b9;
}

/* line 15252, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #5d78ff;
}

/* line 15255, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag .tagify__tag__removeBtn:hover + div > span {
  opacity: .4;
}

/* line 15257, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--brand {
  background-color: rgba(93, 120, 255, 0.1);
}

/* line 15259, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--brand div .tagify__tag-text {
  color: #5d78ff;
}

/* line 15261, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--brand .tagify__tag__removeBtn:after {
  color: #5d78ff;
}

/* line 15263, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--brand .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #ffffff;
}

/* line 15266, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--brand .tagify__tag__removeBtn:hover + div > span {
  opacity: .3;
}

/* line 15268, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--metal {
  background-color: rgba(211, 218, 230, 0.1);
}

/* line 15270, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--metal div .tagify__tag-text {
  color: #d3dae6;
}

/* line 15272, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--metal .tagify__tag__removeBtn:after {
  color: #d3dae6;
}

/* line 15274, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--metal .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #586272;
}

/* line 15277, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--metal .tagify__tag__removeBtn:hover + div > span {
  opacity: .3;
}

/* line 15279, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--light {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 15281, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--light div .tagify__tag-text {
  color: #ffffff;
}

/* line 15283, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--light .tagify__tag__removeBtn:after {
  color: #ffffff;
}

/* line 15285, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--light .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #282a3c;
}

/* line 15288, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--light .tagify__tag__removeBtn:hover + div > span {
  opacity: .3;
}

/* line 15290, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--dark {
  background-color: rgba(100, 92, 161, 0.1);
}

/* line 15292, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--dark div .tagify__tag-text {
  color: #645ca1;
}

/* line 15294, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--dark .tagify__tag__removeBtn:after {
  color: #645ca1;
}

/* line 15296, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--dark .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #ffffff;
}

/* line 15299, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--dark .tagify__tag__removeBtn:hover + div > span {
  opacity: .3;
}

/* line 15301, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--accent {
  background-color: rgba(0, 197, 220, 0.1);
}

/* line 15303, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--accent div .tagify__tag-text {
  color: #00c5dc;
}

/* line 15305, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--accent .tagify__tag__removeBtn:after {
  color: #00c5dc;
}

/* line 15307, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--accent .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #ffffff;
}

/* line 15310, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--accent .tagify__tag__removeBtn:hover + div > span {
  opacity: .3;
}

/* line 15312, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--focus {
  background-color: rgba(152, 22, 244, 0.1);
}

/* line 15314, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--focus div .tagify__tag-text {
  color: #9816f4;
}

/* line 15316, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--focus .tagify__tag__removeBtn:after {
  color: #9816f4;
}

/* line 15318, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--focus .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #ffffff;
}

/* line 15321, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--focus .tagify__tag__removeBtn:hover + div > span {
  opacity: .3;
}

/* line 15323, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--primary {
  background-color: rgba(88, 103, 221, 0.1);
}

/* line 15325, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--primary div .tagify__tag-text {
  color: #5867dd;
}

/* line 15327, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--primary .tagify__tag__removeBtn:after {
  color: #5867dd;
}

/* line 15329, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--primary .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #ffffff;
}

/* line 15332, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--primary .tagify__tag__removeBtn:hover + div > span {
  opacity: .3;
}

/* line 15334, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--success {
  background-color: rgba(29, 201, 183, 0.1);
}

/* line 15336, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--success div .tagify__tag-text {
  color: #1dc9b7;
}

/* line 15338, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--success .tagify__tag__removeBtn:after {
  color: #1dc9b7;
}

/* line 15340, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--success .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #ffffff;
}

/* line 15343, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--success .tagify__tag__removeBtn:hover + div > span {
  opacity: .3;
}

/* line 15345, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--info {
  background-color: rgba(85, 120, 235, 0.1);
}

/* line 15347, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--info div .tagify__tag-text {
  color: #5578eb;
}

/* line 15349, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--info .tagify__tag__removeBtn:after {
  color: #5578eb;
}

/* line 15351, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--info .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #ffffff;
}

/* line 15354, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--info .tagify__tag__removeBtn:hover + div > span {
  opacity: .3;
}

/* line 15356, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--warning {
  background-color: rgba(255, 184, 34, 0.1);
}

/* line 15358, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--warning div .tagify__tag-text {
  color: #ffb822;
}

/* line 15360, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--warning .tagify__tag__removeBtn:after {
  color: #ffb822;
}

/* line 15362, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--warning .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #111111;
}

/* line 15365, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--warning .tagify__tag__removeBtn:hover + div > span {
  opacity: .3;
}

/* line 15367, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--danger {
  background-color: rgba(253, 57, 122, 0.1);
}

/* line 15369, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--danger div .tagify__tag-text {
  color: #fd397a;
}

/* line 15371, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--danger .tagify__tag__removeBtn:after {
  color: #fd397a;
}

/* line 15373, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--danger .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #ffffff;
}

/* line 15376, app/assets/stylesheets/theme/style.bundle.scss */
.tagify .tagify__tag.tagify__tag--danger .tagify__tag__removeBtn:hover + div > span {
  opacity: .3;
}

/* line 15379, app/assets/stylesheets/theme/style.bundle.scss */
.tagify--outside {
  border: 0 !important;
  padding: 0 !important;
  margin: 5px 0 10px 0 !important;
}

/* line 15383, app/assets/stylesheets/theme/style.bundle.scss */
.tagify--outside tag:first-child {
  margin-left: 0;
}

/* line 15386, app/assets/stylesheets/theme/style.bundle.scss */
.tagify__input.form-control {
  margin: 0;
}

/* line 15388, app/assets/stylesheets/theme/style.bundle.scss */
.tagify__input.form-control:before {
  top: 6px;
}

/* line 15391, app/assets/stylesheets/theme/style.bundle.scss */
.tagify__input--outside {
  display: block;
  max-width: 600px;
  border: 1px solid #DDD;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

/* line 15398, app/assets/stylesheets/theme/style.bundle.scss */
.tagify__dropdown {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  background: #fff;
  border: 0 !important;
  padding: 0.75rem 0;
  z-index: 95;
  border-radius: 4px;
}

/* line 15406, app/assets/stylesheets/theme/style.bundle.scss */
.modal-open .tagify__dropdown {
  z-index: 1051;
}

/* line 15408, app/assets/stylesheets/theme/style.bundle.scss */
.tagify__dropdown .tagify__dropdown__item {
  color: #74788d;
  border-radius: 0;
  padding: 0.75rem 1.5rem;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 15415, app/assets/stylesheets/theme/style.bundle.scss */
.tagify__dropdown .tagify__dropdown__item.tagify__dropdown__item--active {
  background: #f7f8fa;
  color: #5d78ff;
}

/* line 15419, app/assets/stylesheets/theme/style.bundle.scss */
.kt-page--loading * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* line 15423, app/assets/stylesheets/theme/style.bundle.scss */
.kt-page-loader {
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
}

/* line 15432, app/assets/stylesheets/theme/style.bundle.scss */
.kt-page--loading .kt-page-loader {
  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;
}

/* line 15442, app/assets/stylesheets/theme/style.bundle.scss */
.kt-page-loader.kt-page-loader--non-block {
  background: transparent;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: auto;
}

/* line 15451, app/assets/stylesheets/theme/style.bundle.scss */
.kt-page--loading-non-block .kt-page-loader.kt-page-loader--non-block {
  display: inline-block;
}

/* line 15453, app/assets/stylesheets/theme/style.bundle.scss */
.kt-page-loader.kt-page-loader--logo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 15461, app/assets/stylesheets/theme/style.bundle.scss */
.kt-page-loader.kt-page-loader--logo img {
  display: block;
}

/* line 15463, app/assets/stylesheets/theme/style.bundle.scss */
.kt-page-loader.kt-page-loader--logo .kt-spinner {
  margin-top: 3rem;
}

/* line 15465, app/assets/stylesheets/theme/style.bundle.scss */
.kt-page-loader.kt-page-loader--logo .kt-spinner:before {
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
}

/* line 15471, app/assets/stylesheets/theme/style.bundle.scss */
.kt-container, .kt-container.kt-container--fluid {
  width: 100%;
  margin: 0;
}

/* line 15475, app/assets/stylesheets/theme/style.bundle.scss */
.kt-container.kt-container--fit {
  padding: 0 !important;
}

/* line 15478, app/assets/stylesheets/theme/style.bundle.scss */
.kt-container.kt-container--fit-left {
  padding-left: 0 !important;
}

/* line 15481, app/assets/stylesheets/theme/style.bundle.scss */
.kt-container.kt-container--fit-right {
  padding-right: 0 !important;
}

@media (min-width: 1429px) {
  /* line 15485, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-container {
    width: 1380px;
    margin: 0 auto;
  }
  /* line 15488, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-container.kt-container--fluid {
    width: 100%;
    margin: 0;
  }
}

/* line 15492, app/assets/stylesheets/theme/style.bundle.scss */
.kt-page--loading * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* line 15496, app/assets/stylesheets/theme/style.bundle.scss */
.kt-page-loader {
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
}

/* line 15505, app/assets/stylesheets/theme/style.bundle.scss */
.kt-page--loading .kt-page-loader {
  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;
}

/* line 15515, app/assets/stylesheets/theme/style.bundle.scss */
.kt-page-loader.kt-page-loader--non-block {
  background: transparent;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: auto;
}

/* line 15524, app/assets/stylesheets/theme/style.bundle.scss */
.kt-page--loading-non-block .kt-page-loader.kt-page-loader--non-block {
  display: inline-block;
}

/* line 15526, app/assets/stylesheets/theme/style.bundle.scss */
.kt-page-loader.kt-page-loader--logo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 15534, app/assets/stylesheets/theme/style.bundle.scss */
.kt-page-loader.kt-page-loader--logo img {
  display: block;
}

/* line 15536, app/assets/stylesheets/theme/style.bundle.scss */
.kt-page-loader.kt-page-loader--logo .kt-spinner {
  margin-top: 3rem;
}

/* line 15538, app/assets/stylesheets/theme/style.bundle.scss */
.kt-page-loader.kt-page-loader--logo .kt-spinner:before {
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 15545, app/assets/stylesheets/theme/style.bundle.scss */
html {
  font-family: sans-serif;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 15553, app/assets/stylesheets/theme/style.bundle.scss */
html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: 300;
  font-family: Poppins, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 15564, app/assets/stylesheets/theme/style.bundle.scss */
html a:hover,
html a:active,
html a:focus,
body a:hover,
body a:active,
body a:focus {
  text-decoration: none !important;
}

/* line 15571, app/assets/stylesheets/theme/style.bundle.scss */
html a,
html button,
body a,
body button {
  outline: none !important;
}

/* line 15577, app/assets/stylesheets/theme/style.bundle.scss */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #646c9a;
}

/* line 15587, app/assets/stylesheets/theme/style.bundle.scss */
router-outlet {
  display: none;
}

/* line 15590, app/assets/stylesheets/theme/style.bundle.scss */
canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* Customize website's scrollbar like Mac OS */
/* 
::-webkit-scrollbar {
    background-color:#f6f6f6;
    width:14px;
}

::-webkit-scrollbar-track {
    transition: all 0.3s ease;
    background-color:#f6f6f6;
    width:14px;
}

::-webkit-scrollbar-track:hover {
    transition: all 0.3s ease;
    background-color:#f6f6f6;
}

::-webkit-scrollbar-thumb {
    transition: all 0.3s ease;
    background-color:#c1c1c1;
}

::-webkit-scrollbar-thumb:hover {
    transition: all 0.3s ease;
    background-color: darken(#c1c1c1, 3%);
}
*/
/* set button(top and bottom of the scrollbar) */
/* line 15624, app/assets/stylesheets/theme/style.bundle.scss */
::-webkit-scrollbar-button {
  display: none;
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* line 15628, app/assets/stylesheets/theme/style.bundle.scss */
  html,
body {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  /* line 15633, app/assets/stylesheets/theme/style.bundle.scss */
  html,
body {
    font-size: 12px;
  }
}

/* line 15637, app/assets/stylesheets/theme/style.bundle.scss */
.kt-animate-fade-in-up {
  -webkit-animation: kt-animate-fade-in-up .5s;
  animation: kt-animate-fade-in-up .5s;
}

/* line 15641, app/assets/stylesheets/theme/style.bundle.scss */
.kt-animate-fade-out {
  -webkit-animation: kt-animate-fade-out .5s;
  animation: kt-animate-fade-out .5s;
}

/* line 15645, app/assets/stylesheets/theme/style.bundle.scss */
.kt-animate-fade-in {
  -webkit-animation: kt-animate-fade-in .5s;
  animation: kt-animate-fade-in .5s;
}

/* line 15649, app/assets/stylesheets/theme/style.bundle.scss */
.kt-animate-blink {
  -webkit-animation: kt-animate-blink 1s step-start 0s infinite;
  animation: kt-animate-blink 1s step-start 0s infinite;
  -webkit-animation-fill-mode: initial;
  animation-fill-mode: initial;
}

/* line 15655, app/assets/stylesheets/theme/style.bundle.scss */
.kt-animate-shake {
  -webkit-animation: kt-animate-shake 0.1s ease-in 0.1s infinite alternate;
  animation: kt-animate-shake 0.1s ease-in 0.1s infinite alternate;
  -webkit-animation-fill-mode: initial;
  animation-fill-mode: initial;
}

/* line 15661, app/assets/stylesheets/theme/style.bundle.scss */
.kt-animate-pause {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

/* line 15665, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

@-webkit-keyframes kt-animate-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes kt-animate-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes kt-animate-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes kt-animate-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes kt-animate-fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes kt-animate-fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes kt-animate-fade-out-up {
  from {
    opacity: 1;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes kt-animate-fade-out-up {
  from {
    opacity: 1;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes kt-animate-blink {
  50% {
    opacity: 0.0;
  }
}

@keyframes kt-animate-blink {
  50% {
    opacity: 0.0;
  }
}

@-webkit-keyframes kt-animate-shake {
  from {
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg);
  }
  to {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
  }
}

@keyframes kt-animate-shake {
  from {
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg);
  }
  to {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
  }
}

/* line 15759, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-0 {
  margin: 0px !important;
}

/* line 15762, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-t-0 {
  margin-top: 0px !important;
}

/* line 15765, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-b-0 {
  margin-bottom: 0px !important;
}

/* line 15768, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-l-0 {
  margin-left: 0px !important;
}

/* line 15771, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-r-0 {
  margin-right: 0px !important;
}

/* line 15774, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-0 {
  padding: 0px !important;
}

/* line 15777, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-t-0 {
  padding-top: 0px !important;
}

/* line 15780, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-b-0 {
  padding-bottom: 0px !important;
}

/* line 15783, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-l-0 {
  padding-left: 0px !important;
}

/* line 15786, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-r-0 {
  padding-right: 0px !important;
}

/* line 15789, app/assets/stylesheets/theme/style.bundle.scss */
.kt-m0 {
  margin: 0px !important;
}

/* line 15792, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mt-0 {
  margin-top: 0px !important;
}

/* line 15795, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mb-0 {
  margin-bottom: 0px !important;
}

/* line 15798, app/assets/stylesheets/theme/style.bundle.scss */
.kt-ml-0 {
  margin-left: 0px !important;
}

/* line 15801, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mr-0 {
  margin-right: 0px !important;
}

/* line 15804, app/assets/stylesheets/theme/style.bundle.scss */
.kt-p0 {
  padding: 0px !important;
}

/* line 15807, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pt0 {
  padding-top: 0px !important;
}

/* line 15810, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pb-0 {
  padding-bottom: 0px !important;
}

/* line 15813, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pl0 {
  padding-left: 0px !important;
}

/* line 15816, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pr0 {
  padding-right: 0px !important;
}

/* line 15819, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-5 {
  margin: 5px !important;
}

/* line 15822, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-t-5 {
  margin-top: 5px !important;
}

/* line 15825, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-b-5 {
  margin-bottom: 5px !important;
}

/* line 15828, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-l-5 {
  margin-left: 5px !important;
}

/* line 15831, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-r-5 {
  margin-right: 5px !important;
}

/* line 15834, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-5 {
  padding: 5px !important;
}

/* line 15837, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-t-5 {
  padding-top: 5px !important;
}

/* line 15840, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-b-5 {
  padding-bottom: 5px !important;
}

/* line 15843, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-l-5 {
  padding-left: 5px !important;
}

/* line 15846, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-r-5 {
  padding-right: 5px !important;
}

/* line 15849, app/assets/stylesheets/theme/style.bundle.scss */
.kt-m5 {
  margin: 5px !important;
}

/* line 15852, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mt-5 {
  margin-top: 5px !important;
}

/* line 15855, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mb-5 {
  margin-bottom: 5px !important;
}

/* line 15858, app/assets/stylesheets/theme/style.bundle.scss */
.kt-ml-5 {
  margin-left: 5px !important;
}

/* line 15861, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mr-5 {
  margin-right: 5px !important;
}

/* line 15864, app/assets/stylesheets/theme/style.bundle.scss */
.kt-p5 {
  padding: 5px !important;
}

/* line 15867, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pt5 {
  padding-top: 5px !important;
}

/* line 15870, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pb-5 {
  padding-bottom: 5px !important;
}

/* line 15873, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pl5 {
  padding-left: 5px !important;
}

/* line 15876, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pr5 {
  padding-right: 5px !important;
}

/* line 15879, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-10 {
  margin: 10px !important;
}

/* line 15882, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-t-10 {
  margin-top: 10px !important;
}

/* line 15885, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-b-10 {
  margin-bottom: 10px !important;
}

/* line 15888, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-l-10 {
  margin-left: 10px !important;
}

/* line 15891, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-r-10 {
  margin-right: 10px !important;
}

/* line 15894, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-10 {
  padding: 10px !important;
}

/* line 15897, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-t-10 {
  padding-top: 10px !important;
}

/* line 15900, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-b-10 {
  padding-bottom: 10px !important;
}

/* line 15903, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-l-10 {
  padding-left: 10px !important;
}

/* line 15906, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-r-10 {
  padding-right: 10px !important;
}

/* line 15909, app/assets/stylesheets/theme/style.bundle.scss */
.kt-m10 {
  margin: 10px !important;
}

/* line 15912, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mt-10 {
  margin-top: 10px !important;
}

/* line 15915, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mb-10 {
  margin-bottom: 10px !important;
}

/* line 15918, app/assets/stylesheets/theme/style.bundle.scss */
.kt-ml-10 {
  margin-left: 10px !important;
}

/* line 15921, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mr-10 {
  margin-right: 10px !important;
}

/* line 15924, app/assets/stylesheets/theme/style.bundle.scss */
.kt-p10 {
  padding: 10px !important;
}

/* line 15927, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pt10 {
  padding-top: 10px !important;
}

/* line 15930, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pb-10 {
  padding-bottom: 10px !important;
}

/* line 15933, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pl10 {
  padding-left: 10px !important;
}

/* line 15936, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pr10 {
  padding-right: 10px !important;
}

/* line 15939, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-15 {
  margin: 15px !important;
}

/* line 15942, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-t-15 {
  margin-top: 15px !important;
}

/* line 15945, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-b-15 {
  margin-bottom: 15px !important;
}

/* line 15948, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-l-15 {
  margin-left: 15px !important;
}

/* line 15951, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-r-15 {
  margin-right: 15px !important;
}

/* line 15954, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-15 {
  padding: 15px !important;
}

/* line 15957, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-t-15 {
  padding-top: 15px !important;
}

/* line 15960, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-b-15 {
  padding-bottom: 15px !important;
}

/* line 15963, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-l-15 {
  padding-left: 15px !important;
}

/* line 15966, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-r-15 {
  padding-right: 15px !important;
}

/* line 15969, app/assets/stylesheets/theme/style.bundle.scss */
.kt-m15 {
  margin: 15px !important;
}

/* line 15972, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mt-15 {
  margin-top: 15px !important;
}

/* line 15975, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mb-15 {
  margin-bottom: 15px !important;
}

/* line 15978, app/assets/stylesheets/theme/style.bundle.scss */
.kt-ml-15 {
  margin-left: 15px !important;
}

/* line 15981, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mr-15 {
  margin-right: 15px !important;
}

/* line 15984, app/assets/stylesheets/theme/style.bundle.scss */
.kt-p15 {
  padding: 15px !important;
}

/* line 15987, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pt15 {
  padding-top: 15px !important;
}

/* line 15990, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pb-15 {
  padding-bottom: 15px !important;
}

/* line 15993, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pl15 {
  padding-left: 15px !important;
}

/* line 15996, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pr15 {
  padding-right: 15px !important;
}

/* line 15999, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-20 {
  margin: 20px !important;
}

/* line 16002, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-t-20 {
  margin-top: 20px !important;
}

/* line 16005, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-b-20 {
  margin-bottom: 20px !important;
}

/* line 16008, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-l-20 {
  margin-left: 20px !important;
}

/* line 16011, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-r-20 {
  margin-right: 20px !important;
}

/* line 16014, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-20 {
  padding: 20px !important;
}

/* line 16017, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-t-20 {
  padding-top: 20px !important;
}

/* line 16020, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-b-20 {
  padding-bottom: 20px !important;
}

/* line 16023, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-l-20 {
  padding-left: 20px !important;
}

/* line 16026, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-r-20 {
  padding-right: 20px !important;
}

/* line 16029, app/assets/stylesheets/theme/style.bundle.scss */
.kt-m20 {
  margin: 20px !important;
}

/* line 16032, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mt-20 {
  margin-top: 20px !important;
}

/* line 16035, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mb-20 {
  margin-bottom: 20px !important;
}

/* line 16038, app/assets/stylesheets/theme/style.bundle.scss */
.kt-ml-20 {
  margin-left: 20px !important;
}

/* line 16041, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mr-20 {
  margin-right: 20px !important;
}

/* line 16044, app/assets/stylesheets/theme/style.bundle.scss */
.kt-p20 {
  padding: 20px !important;
}

/* line 16047, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pt20 {
  padding-top: 20px !important;
}

/* line 16050, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pb-20 {
  padding-bottom: 20px !important;
}

/* line 16053, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pl20 {
  padding-left: 20px !important;
}

/* line 16056, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pr20 {
  padding-right: 20px !important;
}

/* line 16059, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-25 {
  margin: 25px !important;
}

/* line 16062, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-t-25 {
  margin-top: 25px !important;
}

/* line 16065, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-b-25 {
  margin-bottom: 25px !important;
}

/* line 16068, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-l-25 {
  margin-left: 25px !important;
}

/* line 16071, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-r-25 {
  margin-right: 25px !important;
}

/* line 16074, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-25 {
  padding: 25px !important;
}

/* line 16077, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-t-25 {
  padding-top: 25px !important;
}

/* line 16080, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-b-25 {
  padding-bottom: 25px !important;
}

/* line 16083, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-l-25 {
  padding-left: 25px !important;
}

/* line 16086, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-r-25 {
  padding-right: 25px !important;
}

/* line 16089, app/assets/stylesheets/theme/style.bundle.scss */
.kt-m25 {
  margin: 25px !important;
}

/* line 16092, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mt-25 {
  margin-top: 25px !important;
}

/* line 16095, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mb-25 {
  margin-bottom: 25px !important;
}

/* line 16098, app/assets/stylesheets/theme/style.bundle.scss */
.kt-ml-25 {
  margin-left: 25px !important;
}

/* line 16101, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mr-25 {
  margin-right: 25px !important;
}

/* line 16104, app/assets/stylesheets/theme/style.bundle.scss */
.kt-p25 {
  padding: 25px !important;
}

/* line 16107, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pt25 {
  padding-top: 25px !important;
}

/* line 16110, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pb-25 {
  padding-bottom: 25px !important;
}

/* line 16113, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pl25 {
  padding-left: 25px !important;
}

/* line 16116, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pr25 {
  padding-right: 25px !important;
}

/* line 16119, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-30 {
  margin: 30px !important;
}

/* line 16122, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-t-30 {
  margin-top: 30px !important;
}

/* line 16125, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-b-30 {
  margin-bottom: 30px !important;
}

/* line 16128, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-l-30 {
  margin-left: 30px !important;
}

/* line 16131, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-r-30 {
  margin-right: 30px !important;
}

/* line 16134, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-30 {
  padding: 30px !important;
}

/* line 16137, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-t-30 {
  padding-top: 30px !important;
}

/* line 16140, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-b-30 {
  padding-bottom: 30px !important;
}

/* line 16143, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-l-30 {
  padding-left: 30px !important;
}

/* line 16146, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-r-30 {
  padding-right: 30px !important;
}

/* line 16149, app/assets/stylesheets/theme/style.bundle.scss */
.kt-m30 {
  margin: 30px !important;
}

/* line 16152, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mt-30 {
  margin-top: 30px !important;
}

/* line 16155, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mb-30 {
  margin-bottom: 30px !important;
}

/* line 16158, app/assets/stylesheets/theme/style.bundle.scss */
.kt-ml-30 {
  margin-left: 30px !important;
}

/* line 16161, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mr-30 {
  margin-right: 30px !important;
}

/* line 16164, app/assets/stylesheets/theme/style.bundle.scss */
.kt-p30 {
  padding: 30px !important;
}

/* line 16167, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pt30 {
  padding-top: 30px !important;
}

/* line 16170, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pb-30 {
  padding-bottom: 30px !important;
}

/* line 16173, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pl30 {
  padding-left: 30px !important;
}

/* line 16176, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pr30 {
  padding-right: 30px !important;
}

/* line 16179, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-35 {
  margin: 35px !important;
}

/* line 16182, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-t-35 {
  margin-top: 35px !important;
}

/* line 16185, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-b-35 {
  margin-bottom: 35px !important;
}

/* line 16188, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-l-35 {
  margin-left: 35px !important;
}

/* line 16191, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-r-35 {
  margin-right: 35px !important;
}

/* line 16194, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-35 {
  padding: 35px !important;
}

/* line 16197, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-t-35 {
  padding-top: 35px !important;
}

/* line 16200, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-b-35 {
  padding-bottom: 35px !important;
}

/* line 16203, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-l-35 {
  padding-left: 35px !important;
}

/* line 16206, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-r-35 {
  padding-right: 35px !important;
}

/* line 16209, app/assets/stylesheets/theme/style.bundle.scss */
.kt-m35 {
  margin: 35px !important;
}

/* line 16212, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mt-35 {
  margin-top: 35px !important;
}

/* line 16215, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mb-35 {
  margin-bottom: 35px !important;
}

/* line 16218, app/assets/stylesheets/theme/style.bundle.scss */
.kt-ml-35 {
  margin-left: 35px !important;
}

/* line 16221, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mr-35 {
  margin-right: 35px !important;
}

/* line 16224, app/assets/stylesheets/theme/style.bundle.scss */
.kt-p35 {
  padding: 35px !important;
}

/* line 16227, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pt35 {
  padding-top: 35px !important;
}

/* line 16230, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pb-35 {
  padding-bottom: 35px !important;
}

/* line 16233, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pl35 {
  padding-left: 35px !important;
}

/* line 16236, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pr35 {
  padding-right: 35px !important;
}

/* line 16239, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-40 {
  margin: 40px !important;
}

/* line 16242, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-t-40 {
  margin-top: 40px !important;
}

/* line 16245, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-b-40 {
  margin-bottom: 40px !important;
}

/* line 16248, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-l-40 {
  margin-left: 40px !important;
}

/* line 16251, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-r-40 {
  margin-right: 40px !important;
}

/* line 16254, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-40 {
  padding: 40px !important;
}

/* line 16257, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-t-40 {
  padding-top: 40px !important;
}

/* line 16260, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-b-40 {
  padding-bottom: 40px !important;
}

/* line 16263, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-l-40 {
  padding-left: 40px !important;
}

/* line 16266, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-r-40 {
  padding-right: 40px !important;
}

/* line 16269, app/assets/stylesheets/theme/style.bundle.scss */
.kt-m40 {
  margin: 40px !important;
}

/* line 16272, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mt-40 {
  margin-top: 40px !important;
}

/* line 16275, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mb-40 {
  margin-bottom: 40px !important;
}

/* line 16278, app/assets/stylesheets/theme/style.bundle.scss */
.kt-ml-40 {
  margin-left: 40px !important;
}

/* line 16281, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mr-40 {
  margin-right: 40px !important;
}

/* line 16284, app/assets/stylesheets/theme/style.bundle.scss */
.kt-p40 {
  padding: 40px !important;
}

/* line 16287, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pt40 {
  padding-top: 40px !important;
}

/* line 16290, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pb-40 {
  padding-bottom: 40px !important;
}

/* line 16293, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pl40 {
  padding-left: 40px !important;
}

/* line 16296, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pr40 {
  padding-right: 40px !important;
}

/* line 16299, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-45 {
  margin: 45px !important;
}

/* line 16302, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-t-45 {
  margin-top: 45px !important;
}

/* line 16305, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-b-45 {
  margin-bottom: 45px !important;
}

/* line 16308, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-l-45 {
  margin-left: 45px !important;
}

/* line 16311, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-r-45 {
  margin-right: 45px !important;
}

/* line 16314, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-45 {
  padding: 45px !important;
}

/* line 16317, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-t-45 {
  padding-top: 45px !important;
}

/* line 16320, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-b-45 {
  padding-bottom: 45px !important;
}

/* line 16323, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-l-45 {
  padding-left: 45px !important;
}

/* line 16326, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-r-45 {
  padding-right: 45px !important;
}

/* line 16329, app/assets/stylesheets/theme/style.bundle.scss */
.kt-m45 {
  margin: 45px !important;
}

/* line 16332, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mt-45 {
  margin-top: 45px !important;
}

/* line 16335, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mb-45 {
  margin-bottom: 45px !important;
}

/* line 16338, app/assets/stylesheets/theme/style.bundle.scss */
.kt-ml-45 {
  margin-left: 45px !important;
}

/* line 16341, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mr-45 {
  margin-right: 45px !important;
}

/* line 16344, app/assets/stylesheets/theme/style.bundle.scss */
.kt-p45 {
  padding: 45px !important;
}

/* line 16347, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pt45 {
  padding-top: 45px !important;
}

/* line 16350, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pb-45 {
  padding-bottom: 45px !important;
}

/* line 16353, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pl45 {
  padding-left: 45px !important;
}

/* line 16356, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pr45 {
  padding-right: 45px !important;
}

/* line 16359, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-50 {
  margin: 50px !important;
}

/* line 16362, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-t-50 {
  margin-top: 50px !important;
}

/* line 16365, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-b-50 {
  margin-bottom: 50px !important;
}

/* line 16368, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-l-50 {
  margin-left: 50px !important;
}

/* line 16371, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-r-50 {
  margin-right: 50px !important;
}

/* line 16374, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-50 {
  padding: 50px !important;
}

/* line 16377, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-t-50 {
  padding-top: 50px !important;
}

/* line 16380, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-b-50 {
  padding-bottom: 50px !important;
}

/* line 16383, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-l-50 {
  padding-left: 50px !important;
}

/* line 16386, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-r-50 {
  padding-right: 50px !important;
}

/* line 16389, app/assets/stylesheets/theme/style.bundle.scss */
.kt-m50 {
  margin: 50px !important;
}

/* line 16392, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mt-50 {
  margin-top: 50px !important;
}

/* line 16395, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mb-50 {
  margin-bottom: 50px !important;
}

/* line 16398, app/assets/stylesheets/theme/style.bundle.scss */
.kt-ml-50 {
  margin-left: 50px !important;
}

/* line 16401, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mr-50 {
  margin-right: 50px !important;
}

/* line 16404, app/assets/stylesheets/theme/style.bundle.scss */
.kt-p50 {
  padding: 50px !important;
}

/* line 16407, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pt50 {
  padding-top: 50px !important;
}

/* line 16410, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pb-50 {
  padding-bottom: 50px !important;
}

/* line 16413, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pl50 {
  padding-left: 50px !important;
}

/* line 16416, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pr50 {
  padding-right: 50px !important;
}

/* line 16419, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-55 {
  margin: 55px !important;
}

/* line 16422, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-t-55 {
  margin-top: 55px !important;
}

/* line 16425, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-b-55 {
  margin-bottom: 55px !important;
}

/* line 16428, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-l-55 {
  margin-left: 55px !important;
}

/* line 16431, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-r-55 {
  margin-right: 55px !important;
}

/* line 16434, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-55 {
  padding: 55px !important;
}

/* line 16437, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-t-55 {
  padding-top: 55px !important;
}

/* line 16440, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-b-55 {
  padding-bottom: 55px !important;
}

/* line 16443, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-l-55 {
  padding-left: 55px !important;
}

/* line 16446, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-r-55 {
  padding-right: 55px !important;
}

/* line 16449, app/assets/stylesheets/theme/style.bundle.scss */
.kt-m55 {
  margin: 55px !important;
}

/* line 16452, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mt-55 {
  margin-top: 55px !important;
}

/* line 16455, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mb-55 {
  margin-bottom: 55px !important;
}

/* line 16458, app/assets/stylesheets/theme/style.bundle.scss */
.kt-ml-55 {
  margin-left: 55px !important;
}

/* line 16461, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mr-55 {
  margin-right: 55px !important;
}

/* line 16464, app/assets/stylesheets/theme/style.bundle.scss */
.kt-p55 {
  padding: 55px !important;
}

/* line 16467, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pt55 {
  padding-top: 55px !important;
}

/* line 16470, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pb-55 {
  padding-bottom: 55px !important;
}

/* line 16473, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pl55 {
  padding-left: 55px !important;
}

/* line 16476, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pr55 {
  padding-right: 55px !important;
}

/* line 16479, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-60 {
  margin: 60px !important;
}

/* line 16482, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-t-60 {
  margin-top: 60px !important;
}

/* line 16485, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-b-60 {
  margin-bottom: 60px !important;
}

/* line 16488, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-l-60 {
  margin-left: 60px !important;
}

/* line 16491, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-r-60 {
  margin-right: 60px !important;
}

/* line 16494, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-60 {
  padding: 60px !important;
}

/* line 16497, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-t-60 {
  padding-top: 60px !important;
}

/* line 16500, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-b-60 {
  padding-bottom: 60px !important;
}

/* line 16503, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-l-60 {
  padding-left: 60px !important;
}

/* line 16506, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-r-60 {
  padding-right: 60px !important;
}

/* line 16509, app/assets/stylesheets/theme/style.bundle.scss */
.kt-m60 {
  margin: 60px !important;
}

/* line 16512, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mt-60 {
  margin-top: 60px !important;
}

/* line 16515, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mb-60 {
  margin-bottom: 60px !important;
}

/* line 16518, app/assets/stylesheets/theme/style.bundle.scss */
.kt-ml-60 {
  margin-left: 60px !important;
}

/* line 16521, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mr-60 {
  margin-right: 60px !important;
}

/* line 16524, app/assets/stylesheets/theme/style.bundle.scss */
.kt-p60 {
  padding: 60px !important;
}

/* line 16527, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pt60 {
  padding-top: 60px !important;
}

/* line 16530, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pb-60 {
  padding-bottom: 60px !important;
}

/* line 16533, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pl60 {
  padding-left: 60px !important;
}

/* line 16536, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pr60 {
  padding-right: 60px !important;
}

/* line 16539, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-65 {
  margin: 65px !important;
}

/* line 16542, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-t-65 {
  margin-top: 65px !important;
}

/* line 16545, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-b-65 {
  margin-bottom: 65px !important;
}

/* line 16548, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-l-65 {
  margin-left: 65px !important;
}

/* line 16551, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-r-65 {
  margin-right: 65px !important;
}

/* line 16554, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-65 {
  padding: 65px !important;
}

/* line 16557, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-t-65 {
  padding-top: 65px !important;
}

/* line 16560, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-b-65 {
  padding-bottom: 65px !important;
}

/* line 16563, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-l-65 {
  padding-left: 65px !important;
}

/* line 16566, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-r-65 {
  padding-right: 65px !important;
}

/* line 16569, app/assets/stylesheets/theme/style.bundle.scss */
.kt-m65 {
  margin: 65px !important;
}

/* line 16572, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mt-65 {
  margin-top: 65px !important;
}

/* line 16575, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mb-65 {
  margin-bottom: 65px !important;
}

/* line 16578, app/assets/stylesheets/theme/style.bundle.scss */
.kt-ml-65 {
  margin-left: 65px !important;
}

/* line 16581, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mr-65 {
  margin-right: 65px !important;
}

/* line 16584, app/assets/stylesheets/theme/style.bundle.scss */
.kt-p65 {
  padding: 65px !important;
}

/* line 16587, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pt65 {
  padding-top: 65px !important;
}

/* line 16590, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pb-65 {
  padding-bottom: 65px !important;
}

/* line 16593, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pl65 {
  padding-left: 65px !important;
}

/* line 16596, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pr65 {
  padding-right: 65px !important;
}

/* line 16599, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-70 {
  margin: 70px !important;
}

/* line 16602, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-t-70 {
  margin-top: 70px !important;
}

/* line 16605, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-b-70 {
  margin-bottom: 70px !important;
}

/* line 16608, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-l-70 {
  margin-left: 70px !important;
}

/* line 16611, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-r-70 {
  margin-right: 70px !important;
}

/* line 16614, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-70 {
  padding: 70px !important;
}

/* line 16617, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-t-70 {
  padding-top: 70px !important;
}

/* line 16620, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-b-70 {
  padding-bottom: 70px !important;
}

/* line 16623, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-l-70 {
  padding-left: 70px !important;
}

/* line 16626, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-r-70 {
  padding-right: 70px !important;
}

/* line 16629, app/assets/stylesheets/theme/style.bundle.scss */
.kt-m70 {
  margin: 70px !important;
}

/* line 16632, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mt-70 {
  margin-top: 70px !important;
}

/* line 16635, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mb-70 {
  margin-bottom: 70px !important;
}

/* line 16638, app/assets/stylesheets/theme/style.bundle.scss */
.kt-ml-70 {
  margin-left: 70px !important;
}

/* line 16641, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mr-70 {
  margin-right: 70px !important;
}

/* line 16644, app/assets/stylesheets/theme/style.bundle.scss */
.kt-p70 {
  padding: 70px !important;
}

/* line 16647, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pt70 {
  padding-top: 70px !important;
}

/* line 16650, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pb-70 {
  padding-bottom: 70px !important;
}

/* line 16653, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pl70 {
  padding-left: 70px !important;
}

/* line 16656, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pr70 {
  padding-right: 70px !important;
}

/* line 16659, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-75 {
  margin: 75px !important;
}

/* line 16662, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-t-75 {
  margin-top: 75px !important;
}

/* line 16665, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-b-75 {
  margin-bottom: 75px !important;
}

/* line 16668, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-l-75 {
  margin-left: 75px !important;
}

/* line 16671, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-r-75 {
  margin-right: 75px !important;
}

/* line 16674, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-75 {
  padding: 75px !important;
}

/* line 16677, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-t-75 {
  padding-top: 75px !important;
}

/* line 16680, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-b-75 {
  padding-bottom: 75px !important;
}

/* line 16683, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-l-75 {
  padding-left: 75px !important;
}

/* line 16686, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-r-75 {
  padding-right: 75px !important;
}

/* line 16689, app/assets/stylesheets/theme/style.bundle.scss */
.kt-m75 {
  margin: 75px !important;
}

/* line 16692, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mt-75 {
  margin-top: 75px !important;
}

/* line 16695, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mb-75 {
  margin-bottom: 75px !important;
}

/* line 16698, app/assets/stylesheets/theme/style.bundle.scss */
.kt-ml-75 {
  margin-left: 75px !important;
}

/* line 16701, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mr-75 {
  margin-right: 75px !important;
}

/* line 16704, app/assets/stylesheets/theme/style.bundle.scss */
.kt-p75 {
  padding: 75px !important;
}

/* line 16707, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pt75 {
  padding-top: 75px !important;
}

/* line 16710, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pb-75 {
  padding-bottom: 75px !important;
}

/* line 16713, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pl75 {
  padding-left: 75px !important;
}

/* line 16716, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pr75 {
  padding-right: 75px !important;
}

/* line 16719, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-80 {
  margin: 80px !important;
}

/* line 16722, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-t-80 {
  margin-top: 80px !important;
}

/* line 16725, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-b-80 {
  margin-bottom: 80px !important;
}

/* line 16728, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-l-80 {
  margin-left: 80px !important;
}

/* line 16731, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-r-80 {
  margin-right: 80px !important;
}

/* line 16734, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-80 {
  padding: 80px !important;
}

/* line 16737, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-t-80 {
  padding-top: 80px !important;
}

/* line 16740, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-b-80 {
  padding-bottom: 80px !important;
}

/* line 16743, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-l-80 {
  padding-left: 80px !important;
}

/* line 16746, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-r-80 {
  padding-right: 80px !important;
}

/* line 16749, app/assets/stylesheets/theme/style.bundle.scss */
.kt-m80 {
  margin: 80px !important;
}

/* line 16752, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mt-80 {
  margin-top: 80px !important;
}

/* line 16755, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mb-80 {
  margin-bottom: 80px !important;
}

/* line 16758, app/assets/stylesheets/theme/style.bundle.scss */
.kt-ml-80 {
  margin-left: 80px !important;
}

/* line 16761, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mr-80 {
  margin-right: 80px !important;
}

/* line 16764, app/assets/stylesheets/theme/style.bundle.scss */
.kt-p80 {
  padding: 80px !important;
}

/* line 16767, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pt80 {
  padding-top: 80px !important;
}

/* line 16770, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pb-80 {
  padding-bottom: 80px !important;
}

/* line 16773, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pl80 {
  padding-left: 80px !important;
}

/* line 16776, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pr80 {
  padding-right: 80px !important;
}

/* line 16779, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-85 {
  margin: 85px !important;
}

/* line 16782, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-t-85 {
  margin-top: 85px !important;
}

/* line 16785, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-b-85 {
  margin-bottom: 85px !important;
}

/* line 16788, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-l-85 {
  margin-left: 85px !important;
}

/* line 16791, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-r-85 {
  margin-right: 85px !important;
}

/* line 16794, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-85 {
  padding: 85px !important;
}

/* line 16797, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-t-85 {
  padding-top: 85px !important;
}

/* line 16800, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-b-85 {
  padding-bottom: 85px !important;
}

/* line 16803, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-l-85 {
  padding-left: 85px !important;
}

/* line 16806, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-r-85 {
  padding-right: 85px !important;
}

/* line 16809, app/assets/stylesheets/theme/style.bundle.scss */
.kt-m85 {
  margin: 85px !important;
}

/* line 16812, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mt-85 {
  margin-top: 85px !important;
}

/* line 16815, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mb-85 {
  margin-bottom: 85px !important;
}

/* line 16818, app/assets/stylesheets/theme/style.bundle.scss */
.kt-ml-85 {
  margin-left: 85px !important;
}

/* line 16821, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mr-85 {
  margin-right: 85px !important;
}

/* line 16824, app/assets/stylesheets/theme/style.bundle.scss */
.kt-p85 {
  padding: 85px !important;
}

/* line 16827, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pt85 {
  padding-top: 85px !important;
}

/* line 16830, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pb-85 {
  padding-bottom: 85px !important;
}

/* line 16833, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pl85 {
  padding-left: 85px !important;
}

/* line 16836, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pr85 {
  padding-right: 85px !important;
}

/* line 16839, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-90 {
  margin: 90px !important;
}

/* line 16842, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-t-90 {
  margin-top: 90px !important;
}

/* line 16845, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-b-90 {
  margin-bottom: 90px !important;
}

/* line 16848, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-l-90 {
  margin-left: 90px !important;
}

/* line 16851, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-r-90 {
  margin-right: 90px !important;
}

/* line 16854, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-90 {
  padding: 90px !important;
}

/* line 16857, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-t-90 {
  padding-top: 90px !important;
}

/* line 16860, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-b-90 {
  padding-bottom: 90px !important;
}

/* line 16863, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-l-90 {
  padding-left: 90px !important;
}

/* line 16866, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-r-90 {
  padding-right: 90px !important;
}

/* line 16869, app/assets/stylesheets/theme/style.bundle.scss */
.kt-m90 {
  margin: 90px !important;
}

/* line 16872, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mt-90 {
  margin-top: 90px !important;
}

/* line 16875, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mb-90 {
  margin-bottom: 90px !important;
}

/* line 16878, app/assets/stylesheets/theme/style.bundle.scss */
.kt-ml-90 {
  margin-left: 90px !important;
}

/* line 16881, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mr-90 {
  margin-right: 90px !important;
}

/* line 16884, app/assets/stylesheets/theme/style.bundle.scss */
.kt-p90 {
  padding: 90px !important;
}

/* line 16887, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pt90 {
  padding-top: 90px !important;
}

/* line 16890, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pb-90 {
  padding-bottom: 90px !important;
}

/* line 16893, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pl90 {
  padding-left: 90px !important;
}

/* line 16896, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pr90 {
  padding-right: 90px !important;
}

/* line 16899, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-95 {
  margin: 95px !important;
}

/* line 16902, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-t-95 {
  margin-top: 95px !important;
}

/* line 16905, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-b-95 {
  margin-bottom: 95px !important;
}

/* line 16908, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-l-95 {
  margin-left: 95px !important;
}

/* line 16911, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-r-95 {
  margin-right: 95px !important;
}

/* line 16914, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-95 {
  padding: 95px !important;
}

/* line 16917, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-t-95 {
  padding-top: 95px !important;
}

/* line 16920, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-b-95 {
  padding-bottom: 95px !important;
}

/* line 16923, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-l-95 {
  padding-left: 95px !important;
}

/* line 16926, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-r-95 {
  padding-right: 95px !important;
}

/* line 16929, app/assets/stylesheets/theme/style.bundle.scss */
.kt-m95 {
  margin: 95px !important;
}

/* line 16932, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mt-95 {
  margin-top: 95px !important;
}

/* line 16935, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mb-95 {
  margin-bottom: 95px !important;
}

/* line 16938, app/assets/stylesheets/theme/style.bundle.scss */
.kt-ml-95 {
  margin-left: 95px !important;
}

/* line 16941, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mr-95 {
  margin-right: 95px !important;
}

/* line 16944, app/assets/stylesheets/theme/style.bundle.scss */
.kt-p95 {
  padding: 95px !important;
}

/* line 16947, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pt95 {
  padding-top: 95px !important;
}

/* line 16950, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pb-95 {
  padding-bottom: 95px !important;
}

/* line 16953, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pl95 {
  padding-left: 95px !important;
}

/* line 16956, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pr95 {
  padding-right: 95px !important;
}

/* line 16959, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-100 {
  margin: 100px !important;
}

/* line 16962, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-t-100 {
  margin-top: 100px !important;
}

/* line 16965, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-b-100 {
  margin-bottom: 100px !important;
}

/* line 16968, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-l-100 {
  margin-left: 100px !important;
}

/* line 16971, app/assets/stylesheets/theme/style.bundle.scss */
.kt-margin-r-100 {
  margin-right: 100px !important;
}

/* line 16974, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-100 {
  padding: 100px !important;
}

/* line 16977, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-t-100 {
  padding-top: 100px !important;
}

/* line 16980, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-b-100 {
  padding-bottom: 100px !important;
}

/* line 16983, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-l-100 {
  padding-left: 100px !important;
}

/* line 16986, app/assets/stylesheets/theme/style.bundle.scss */
.kt-padding-r-100 {
  padding-right: 100px !important;
}

/* line 16989, app/assets/stylesheets/theme/style.bundle.scss */
.kt-m100 {
  margin: 100px !important;
}

/* line 16992, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mt-100 {
  margin-top: 100px !important;
}

/* line 16995, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mb-100 {
  margin-bottom: 100px !important;
}

/* line 16998, app/assets/stylesheets/theme/style.bundle.scss */
.kt-ml-100 {
  margin-left: 100px !important;
}

/* line 17001, app/assets/stylesheets/theme/style.bundle.scss */
.kt-mr-100 {
  margin-right: 100px !important;
}

/* line 17004, app/assets/stylesheets/theme/style.bundle.scss */
.kt-p100 {
  padding: 100px !important;
}

/* line 17007, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pt100 {
  padding-top: 100px !important;
}

/* line 17010, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pb-100 {
  padding-bottom: 100px !important;
}

/* line 17013, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pl100 {
  padding-left: 100px !important;
}

/* line 17016, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pr100 {
  padding-right: 100px !important;
}

@media (min-width: 1025px) {
  /* line 17020, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-0-desktop {
    margin: 0px !important;
  }
  /* line 17022, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-0-desktop {
    margin-top: 0px !important;
  }
  /* line 17024, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-0-desktop {
    margin-bottom: 0px !important;
  }
  /* line 17026, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-0-desktop {
    margin-left: 0px !important;
  }
  /* line 17028, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-0-desktop {
    margin-right: 0px !important;
  }
  /* line 17030, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-0-desktop {
    padding: 0px !important;
  }
  /* line 17032, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-0-desktop {
    padding-top: 0px !important;
  }
  /* line 17034, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-0-desktop {
    padding-bottom: 0px !important;
  }
  /* line 17036, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-0-desktop {
    padding-left: 0px !important;
  }
  /* line 17038, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-0-desktop {
    padding-right: 0px !important;
  }
  /* line 17040, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m0-desktop {
    margin: 0px !important;
  }
  /* line 17042, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-0-desktop {
    margin-top: 0px !important;
  }
  /* line 17044, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-0-desktop {
    margin-bottom: 0px !important;
  }
  /* line 17046, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-0-desktop {
    margin-left: 0px !important;
  }
  /* line 17048, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-0-desktop {
    margin-right: 0px !important;
  }
  /* line 17050, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p0-desktop {
    padding: 0px !important;
  }
  /* line 17052, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt0-desktop {
    padding-top: 0px !important;
  }
  /* line 17054, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-0-desktop {
    padding-bottom: 0px !important;
  }
  /* line 17056, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl0-desktop {
    padding-left: 0px !important;
  }
  /* line 17058, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr0-desktop {
    padding-right: 0px !important;
  }
  /* line 17060, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-5-desktop {
    margin: 5px !important;
  }
  /* line 17062, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-5-desktop {
    margin-top: 5px !important;
  }
  /* line 17064, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-5-desktop {
    margin-bottom: 5px !important;
  }
  /* line 17066, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-5-desktop {
    margin-left: 5px !important;
  }
  /* line 17068, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-5-desktop {
    margin-right: 5px !important;
  }
  /* line 17070, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-5-desktop {
    padding: 5px !important;
  }
  /* line 17072, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-5-desktop {
    padding-top: 5px !important;
  }
  /* line 17074, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-5-desktop {
    padding-bottom: 5px !important;
  }
  /* line 17076, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-5-desktop {
    padding-left: 5px !important;
  }
  /* line 17078, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-5-desktop {
    padding-right: 5px !important;
  }
  /* line 17080, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m5-desktop {
    margin: 5px !important;
  }
  /* line 17082, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-5-desktop {
    margin-top: 5px !important;
  }
  /* line 17084, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-5-desktop {
    margin-bottom: 5px !important;
  }
  /* line 17086, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-5-desktop {
    margin-left: 5px !important;
  }
  /* line 17088, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-5-desktop {
    margin-right: 5px !important;
  }
  /* line 17090, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p5-desktop {
    padding: 5px !important;
  }
  /* line 17092, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt5-desktop {
    padding-top: 5px !important;
  }
  /* line 17094, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-5-desktop {
    padding-bottom: 5px !important;
  }
  /* line 17096, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl5-desktop {
    padding-left: 5px !important;
  }
  /* line 17098, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr5-desktop {
    padding-right: 5px !important;
  }
  /* line 17100, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-10-desktop {
    margin: 10px !important;
  }
  /* line 17102, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-10-desktop {
    margin-top: 10px !important;
  }
  /* line 17104, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-10-desktop {
    margin-bottom: 10px !important;
  }
  /* line 17106, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-10-desktop {
    margin-left: 10px !important;
  }
  /* line 17108, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-10-desktop {
    margin-right: 10px !important;
  }
  /* line 17110, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-10-desktop {
    padding: 10px !important;
  }
  /* line 17112, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-10-desktop {
    padding-top: 10px !important;
  }
  /* line 17114, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-10-desktop {
    padding-bottom: 10px !important;
  }
  /* line 17116, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-10-desktop {
    padding-left: 10px !important;
  }
  /* line 17118, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-10-desktop {
    padding-right: 10px !important;
  }
  /* line 17120, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m10-desktop {
    margin: 10px !important;
  }
  /* line 17122, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-10-desktop {
    margin-top: 10px !important;
  }
  /* line 17124, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-10-desktop {
    margin-bottom: 10px !important;
  }
  /* line 17126, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-10-desktop {
    margin-left: 10px !important;
  }
  /* line 17128, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-10-desktop {
    margin-right: 10px !important;
  }
  /* line 17130, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p10-desktop {
    padding: 10px !important;
  }
  /* line 17132, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt10-desktop {
    padding-top: 10px !important;
  }
  /* line 17134, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-10-desktop {
    padding-bottom: 10px !important;
  }
  /* line 17136, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl10-desktop {
    padding-left: 10px !important;
  }
  /* line 17138, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr10-desktop {
    padding-right: 10px !important;
  }
  /* line 17140, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-15-desktop {
    margin: 15px !important;
  }
  /* line 17142, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-15-desktop {
    margin-top: 15px !important;
  }
  /* line 17144, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-15-desktop {
    margin-bottom: 15px !important;
  }
  /* line 17146, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-15-desktop {
    margin-left: 15px !important;
  }
  /* line 17148, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-15-desktop {
    margin-right: 15px !important;
  }
  /* line 17150, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-15-desktop {
    padding: 15px !important;
  }
  /* line 17152, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-15-desktop {
    padding-top: 15px !important;
  }
  /* line 17154, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-15-desktop {
    padding-bottom: 15px !important;
  }
  /* line 17156, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-15-desktop {
    padding-left: 15px !important;
  }
  /* line 17158, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-15-desktop {
    padding-right: 15px !important;
  }
  /* line 17160, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m15-desktop {
    margin: 15px !important;
  }
  /* line 17162, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-15-desktop {
    margin-top: 15px !important;
  }
  /* line 17164, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-15-desktop {
    margin-bottom: 15px !important;
  }
  /* line 17166, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-15-desktop {
    margin-left: 15px !important;
  }
  /* line 17168, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-15-desktop {
    margin-right: 15px !important;
  }
  /* line 17170, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p15-desktop {
    padding: 15px !important;
  }
  /* line 17172, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt15-desktop {
    padding-top: 15px !important;
  }
  /* line 17174, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-15-desktop {
    padding-bottom: 15px !important;
  }
  /* line 17176, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl15-desktop {
    padding-left: 15px !important;
  }
  /* line 17178, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr15-desktop {
    padding-right: 15px !important;
  }
  /* line 17180, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-20-desktop {
    margin: 20px !important;
  }
  /* line 17182, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-20-desktop {
    margin-top: 20px !important;
  }
  /* line 17184, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-20-desktop {
    margin-bottom: 20px !important;
  }
  /* line 17186, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-20-desktop {
    margin-left: 20px !important;
  }
  /* line 17188, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-20-desktop {
    margin-right: 20px !important;
  }
  /* line 17190, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-20-desktop {
    padding: 20px !important;
  }
  /* line 17192, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-20-desktop {
    padding-top: 20px !important;
  }
  /* line 17194, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-20-desktop {
    padding-bottom: 20px !important;
  }
  /* line 17196, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-20-desktop {
    padding-left: 20px !important;
  }
  /* line 17198, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-20-desktop {
    padding-right: 20px !important;
  }
  /* line 17200, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m20-desktop {
    margin: 20px !important;
  }
  /* line 17202, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-20-desktop {
    margin-top: 20px !important;
  }
  /* line 17204, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-20-desktop {
    margin-bottom: 20px !important;
  }
  /* line 17206, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-20-desktop {
    margin-left: 20px !important;
  }
  /* line 17208, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-20-desktop {
    margin-right: 20px !important;
  }
  /* line 17210, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p20-desktop {
    padding: 20px !important;
  }
  /* line 17212, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt20-desktop {
    padding-top: 20px !important;
  }
  /* line 17214, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-20-desktop {
    padding-bottom: 20px !important;
  }
  /* line 17216, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl20-desktop {
    padding-left: 20px !important;
  }
  /* line 17218, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr20-desktop {
    padding-right: 20px !important;
  }
  /* line 17220, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-25-desktop {
    margin: 25px !important;
  }
  /* line 17222, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-25-desktop {
    margin-top: 25px !important;
  }
  /* line 17224, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-25-desktop {
    margin-bottom: 25px !important;
  }
  /* line 17226, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-25-desktop {
    margin-left: 25px !important;
  }
  /* line 17228, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-25-desktop {
    margin-right: 25px !important;
  }
  /* line 17230, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-25-desktop {
    padding: 25px !important;
  }
  /* line 17232, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-25-desktop {
    padding-top: 25px !important;
  }
  /* line 17234, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-25-desktop {
    padding-bottom: 25px !important;
  }
  /* line 17236, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-25-desktop {
    padding-left: 25px !important;
  }
  /* line 17238, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-25-desktop {
    padding-right: 25px !important;
  }
  /* line 17240, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m25-desktop {
    margin: 25px !important;
  }
  /* line 17242, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-25-desktop {
    margin-top: 25px !important;
  }
  /* line 17244, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-25-desktop {
    margin-bottom: 25px !important;
  }
  /* line 17246, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-25-desktop {
    margin-left: 25px !important;
  }
  /* line 17248, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-25-desktop {
    margin-right: 25px !important;
  }
  /* line 17250, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p25-desktop {
    padding: 25px !important;
  }
  /* line 17252, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt25-desktop {
    padding-top: 25px !important;
  }
  /* line 17254, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-25-desktop {
    padding-bottom: 25px !important;
  }
  /* line 17256, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl25-desktop {
    padding-left: 25px !important;
  }
  /* line 17258, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr25-desktop {
    padding-right: 25px !important;
  }
  /* line 17260, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-30-desktop {
    margin: 30px !important;
  }
  /* line 17262, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-30-desktop {
    margin-top: 30px !important;
  }
  /* line 17264, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-30-desktop {
    margin-bottom: 30px !important;
  }
  /* line 17266, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-30-desktop {
    margin-left: 30px !important;
  }
  /* line 17268, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-30-desktop {
    margin-right: 30px !important;
  }
  /* line 17270, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-30-desktop {
    padding: 30px !important;
  }
  /* line 17272, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-30-desktop {
    padding-top: 30px !important;
  }
  /* line 17274, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-30-desktop {
    padding-bottom: 30px !important;
  }
  /* line 17276, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-30-desktop {
    padding-left: 30px !important;
  }
  /* line 17278, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-30-desktop {
    padding-right: 30px !important;
  }
  /* line 17280, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m30-desktop {
    margin: 30px !important;
  }
  /* line 17282, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-30-desktop {
    margin-top: 30px !important;
  }
  /* line 17284, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-30-desktop {
    margin-bottom: 30px !important;
  }
  /* line 17286, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-30-desktop {
    margin-left: 30px !important;
  }
  /* line 17288, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-30-desktop {
    margin-right: 30px !important;
  }
  /* line 17290, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p30-desktop {
    padding: 30px !important;
  }
  /* line 17292, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt30-desktop {
    padding-top: 30px !important;
  }
  /* line 17294, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-30-desktop {
    padding-bottom: 30px !important;
  }
  /* line 17296, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl30-desktop {
    padding-left: 30px !important;
  }
  /* line 17298, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr30-desktop {
    padding-right: 30px !important;
  }
  /* line 17300, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-35-desktop {
    margin: 35px !important;
  }
  /* line 17302, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-35-desktop {
    margin-top: 35px !important;
  }
  /* line 17304, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-35-desktop {
    margin-bottom: 35px !important;
  }
  /* line 17306, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-35-desktop {
    margin-left: 35px !important;
  }
  /* line 17308, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-35-desktop {
    margin-right: 35px !important;
  }
  /* line 17310, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-35-desktop {
    padding: 35px !important;
  }
  /* line 17312, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-35-desktop {
    padding-top: 35px !important;
  }
  /* line 17314, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-35-desktop {
    padding-bottom: 35px !important;
  }
  /* line 17316, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-35-desktop {
    padding-left: 35px !important;
  }
  /* line 17318, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-35-desktop {
    padding-right: 35px !important;
  }
  /* line 17320, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m35-desktop {
    margin: 35px !important;
  }
  /* line 17322, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-35-desktop {
    margin-top: 35px !important;
  }
  /* line 17324, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-35-desktop {
    margin-bottom: 35px !important;
  }
  /* line 17326, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-35-desktop {
    margin-left: 35px !important;
  }
  /* line 17328, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-35-desktop {
    margin-right: 35px !important;
  }
  /* line 17330, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p35-desktop {
    padding: 35px !important;
  }
  /* line 17332, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt35-desktop {
    padding-top: 35px !important;
  }
  /* line 17334, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-35-desktop {
    padding-bottom: 35px !important;
  }
  /* line 17336, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl35-desktop {
    padding-left: 35px !important;
  }
  /* line 17338, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr35-desktop {
    padding-right: 35px !important;
  }
  /* line 17340, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-40-desktop {
    margin: 40px !important;
  }
  /* line 17342, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-40-desktop {
    margin-top: 40px !important;
  }
  /* line 17344, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-40-desktop {
    margin-bottom: 40px !important;
  }
  /* line 17346, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-40-desktop {
    margin-left: 40px !important;
  }
  /* line 17348, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-40-desktop {
    margin-right: 40px !important;
  }
  /* line 17350, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-40-desktop {
    padding: 40px !important;
  }
  /* line 17352, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-40-desktop {
    padding-top: 40px !important;
  }
  /* line 17354, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-40-desktop {
    padding-bottom: 40px !important;
  }
  /* line 17356, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-40-desktop {
    padding-left: 40px !important;
  }
  /* line 17358, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-40-desktop {
    padding-right: 40px !important;
  }
  /* line 17360, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m40-desktop {
    margin: 40px !important;
  }
  /* line 17362, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-40-desktop {
    margin-top: 40px !important;
  }
  /* line 17364, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-40-desktop {
    margin-bottom: 40px !important;
  }
  /* line 17366, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-40-desktop {
    margin-left: 40px !important;
  }
  /* line 17368, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-40-desktop {
    margin-right: 40px !important;
  }
  /* line 17370, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p40-desktop {
    padding: 40px !important;
  }
  /* line 17372, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt40-desktop {
    padding-top: 40px !important;
  }
  /* line 17374, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-40-desktop {
    padding-bottom: 40px !important;
  }
  /* line 17376, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl40-desktop {
    padding-left: 40px !important;
  }
  /* line 17378, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr40-desktop {
    padding-right: 40px !important;
  }
  /* line 17380, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-45-desktop {
    margin: 45px !important;
  }
  /* line 17382, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-45-desktop {
    margin-top: 45px !important;
  }
  /* line 17384, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-45-desktop {
    margin-bottom: 45px !important;
  }
  /* line 17386, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-45-desktop {
    margin-left: 45px !important;
  }
  /* line 17388, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-45-desktop {
    margin-right: 45px !important;
  }
  /* line 17390, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-45-desktop {
    padding: 45px !important;
  }
  /* line 17392, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-45-desktop {
    padding-top: 45px !important;
  }
  /* line 17394, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-45-desktop {
    padding-bottom: 45px !important;
  }
  /* line 17396, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-45-desktop {
    padding-left: 45px !important;
  }
  /* line 17398, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-45-desktop {
    padding-right: 45px !important;
  }
  /* line 17400, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m45-desktop {
    margin: 45px !important;
  }
  /* line 17402, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-45-desktop {
    margin-top: 45px !important;
  }
  /* line 17404, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-45-desktop {
    margin-bottom: 45px !important;
  }
  /* line 17406, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-45-desktop {
    margin-left: 45px !important;
  }
  /* line 17408, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-45-desktop {
    margin-right: 45px !important;
  }
  /* line 17410, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p45-desktop {
    padding: 45px !important;
  }
  /* line 17412, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt45-desktop {
    padding-top: 45px !important;
  }
  /* line 17414, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-45-desktop {
    padding-bottom: 45px !important;
  }
  /* line 17416, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl45-desktop {
    padding-left: 45px !important;
  }
  /* line 17418, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr45-desktop {
    padding-right: 45px !important;
  }
  /* line 17420, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-50-desktop {
    margin: 50px !important;
  }
  /* line 17422, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-50-desktop {
    margin-top: 50px !important;
  }
  /* line 17424, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-50-desktop {
    margin-bottom: 50px !important;
  }
  /* line 17426, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-50-desktop {
    margin-left: 50px !important;
  }
  /* line 17428, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-50-desktop {
    margin-right: 50px !important;
  }
  /* line 17430, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-50-desktop {
    padding: 50px !important;
  }
  /* line 17432, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-50-desktop {
    padding-top: 50px !important;
  }
  /* line 17434, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-50-desktop {
    padding-bottom: 50px !important;
  }
  /* line 17436, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-50-desktop {
    padding-left: 50px !important;
  }
  /* line 17438, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-50-desktop {
    padding-right: 50px !important;
  }
  /* line 17440, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m50-desktop {
    margin: 50px !important;
  }
  /* line 17442, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-50-desktop {
    margin-top: 50px !important;
  }
  /* line 17444, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-50-desktop {
    margin-bottom: 50px !important;
  }
  /* line 17446, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-50-desktop {
    margin-left: 50px !important;
  }
  /* line 17448, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-50-desktop {
    margin-right: 50px !important;
  }
  /* line 17450, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p50-desktop {
    padding: 50px !important;
  }
  /* line 17452, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt50-desktop {
    padding-top: 50px !important;
  }
  /* line 17454, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-50-desktop {
    padding-bottom: 50px !important;
  }
  /* line 17456, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl50-desktop {
    padding-left: 50px !important;
  }
  /* line 17458, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr50-desktop {
    padding-right: 50px !important;
  }
  /* line 17460, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-55-desktop {
    margin: 55px !important;
  }
  /* line 17462, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-55-desktop {
    margin-top: 55px !important;
  }
  /* line 17464, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-55-desktop {
    margin-bottom: 55px !important;
  }
  /* line 17466, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-55-desktop {
    margin-left: 55px !important;
  }
  /* line 17468, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-55-desktop {
    margin-right: 55px !important;
  }
  /* line 17470, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-55-desktop {
    padding: 55px !important;
  }
  /* line 17472, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-55-desktop {
    padding-top: 55px !important;
  }
  /* line 17474, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-55-desktop {
    padding-bottom: 55px !important;
  }
  /* line 17476, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-55-desktop {
    padding-left: 55px !important;
  }
  /* line 17478, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-55-desktop {
    padding-right: 55px !important;
  }
  /* line 17480, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m55-desktop {
    margin: 55px !important;
  }
  /* line 17482, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-55-desktop {
    margin-top: 55px !important;
  }
  /* line 17484, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-55-desktop {
    margin-bottom: 55px !important;
  }
  /* line 17486, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-55-desktop {
    margin-left: 55px !important;
  }
  /* line 17488, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-55-desktop {
    margin-right: 55px !important;
  }
  /* line 17490, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p55-desktop {
    padding: 55px !important;
  }
  /* line 17492, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt55-desktop {
    padding-top: 55px !important;
  }
  /* line 17494, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-55-desktop {
    padding-bottom: 55px !important;
  }
  /* line 17496, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl55-desktop {
    padding-left: 55px !important;
  }
  /* line 17498, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr55-desktop {
    padding-right: 55px !important;
  }
  /* line 17500, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-60-desktop {
    margin: 60px !important;
  }
  /* line 17502, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-60-desktop {
    margin-top: 60px !important;
  }
  /* line 17504, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-60-desktop {
    margin-bottom: 60px !important;
  }
  /* line 17506, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-60-desktop {
    margin-left: 60px !important;
  }
  /* line 17508, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-60-desktop {
    margin-right: 60px !important;
  }
  /* line 17510, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-60-desktop {
    padding: 60px !important;
  }
  /* line 17512, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-60-desktop {
    padding-top: 60px !important;
  }
  /* line 17514, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-60-desktop {
    padding-bottom: 60px !important;
  }
  /* line 17516, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-60-desktop {
    padding-left: 60px !important;
  }
  /* line 17518, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-60-desktop {
    padding-right: 60px !important;
  }
  /* line 17520, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m60-desktop {
    margin: 60px !important;
  }
  /* line 17522, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-60-desktop {
    margin-top: 60px !important;
  }
  /* line 17524, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-60-desktop {
    margin-bottom: 60px !important;
  }
  /* line 17526, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-60-desktop {
    margin-left: 60px !important;
  }
  /* line 17528, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-60-desktop {
    margin-right: 60px !important;
  }
  /* line 17530, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p60-desktop {
    padding: 60px !important;
  }
  /* line 17532, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt60-desktop {
    padding-top: 60px !important;
  }
  /* line 17534, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-60-desktop {
    padding-bottom: 60px !important;
  }
  /* line 17536, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl60-desktop {
    padding-left: 60px !important;
  }
  /* line 17538, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr60-desktop {
    padding-right: 60px !important;
  }
  /* line 17540, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-65-desktop {
    margin: 65px !important;
  }
  /* line 17542, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-65-desktop {
    margin-top: 65px !important;
  }
  /* line 17544, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-65-desktop {
    margin-bottom: 65px !important;
  }
  /* line 17546, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-65-desktop {
    margin-left: 65px !important;
  }
  /* line 17548, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-65-desktop {
    margin-right: 65px !important;
  }
  /* line 17550, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-65-desktop {
    padding: 65px !important;
  }
  /* line 17552, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-65-desktop {
    padding-top: 65px !important;
  }
  /* line 17554, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-65-desktop {
    padding-bottom: 65px !important;
  }
  /* line 17556, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-65-desktop {
    padding-left: 65px !important;
  }
  /* line 17558, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-65-desktop {
    padding-right: 65px !important;
  }
  /* line 17560, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m65-desktop {
    margin: 65px !important;
  }
  /* line 17562, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-65-desktop {
    margin-top: 65px !important;
  }
  /* line 17564, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-65-desktop {
    margin-bottom: 65px !important;
  }
  /* line 17566, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-65-desktop {
    margin-left: 65px !important;
  }
  /* line 17568, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-65-desktop {
    margin-right: 65px !important;
  }
  /* line 17570, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p65-desktop {
    padding: 65px !important;
  }
  /* line 17572, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt65-desktop {
    padding-top: 65px !important;
  }
  /* line 17574, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-65-desktop {
    padding-bottom: 65px !important;
  }
  /* line 17576, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl65-desktop {
    padding-left: 65px !important;
  }
  /* line 17578, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr65-desktop {
    padding-right: 65px !important;
  }
  /* line 17580, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-70-desktop {
    margin: 70px !important;
  }
  /* line 17582, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-70-desktop {
    margin-top: 70px !important;
  }
  /* line 17584, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-70-desktop {
    margin-bottom: 70px !important;
  }
  /* line 17586, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-70-desktop {
    margin-left: 70px !important;
  }
  /* line 17588, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-70-desktop {
    margin-right: 70px !important;
  }
  /* line 17590, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-70-desktop {
    padding: 70px !important;
  }
  /* line 17592, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-70-desktop {
    padding-top: 70px !important;
  }
  /* line 17594, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-70-desktop {
    padding-bottom: 70px !important;
  }
  /* line 17596, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-70-desktop {
    padding-left: 70px !important;
  }
  /* line 17598, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-70-desktop {
    padding-right: 70px !important;
  }
  /* line 17600, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m70-desktop {
    margin: 70px !important;
  }
  /* line 17602, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-70-desktop {
    margin-top: 70px !important;
  }
  /* line 17604, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-70-desktop {
    margin-bottom: 70px !important;
  }
  /* line 17606, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-70-desktop {
    margin-left: 70px !important;
  }
  /* line 17608, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-70-desktop {
    margin-right: 70px !important;
  }
  /* line 17610, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p70-desktop {
    padding: 70px !important;
  }
  /* line 17612, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt70-desktop {
    padding-top: 70px !important;
  }
  /* line 17614, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-70-desktop {
    padding-bottom: 70px !important;
  }
  /* line 17616, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl70-desktop {
    padding-left: 70px !important;
  }
  /* line 17618, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr70-desktop {
    padding-right: 70px !important;
  }
  /* line 17620, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-75-desktop {
    margin: 75px !important;
  }
  /* line 17622, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-75-desktop {
    margin-top: 75px !important;
  }
  /* line 17624, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-75-desktop {
    margin-bottom: 75px !important;
  }
  /* line 17626, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-75-desktop {
    margin-left: 75px !important;
  }
  /* line 17628, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-75-desktop {
    margin-right: 75px !important;
  }
  /* line 17630, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-75-desktop {
    padding: 75px !important;
  }
  /* line 17632, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-75-desktop {
    padding-top: 75px !important;
  }
  /* line 17634, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-75-desktop {
    padding-bottom: 75px !important;
  }
  /* line 17636, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-75-desktop {
    padding-left: 75px !important;
  }
  /* line 17638, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-75-desktop {
    padding-right: 75px !important;
  }
  /* line 17640, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m75-desktop {
    margin: 75px !important;
  }
  /* line 17642, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-75-desktop {
    margin-top: 75px !important;
  }
  /* line 17644, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-75-desktop {
    margin-bottom: 75px !important;
  }
  /* line 17646, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-75-desktop {
    margin-left: 75px !important;
  }
  /* line 17648, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-75-desktop {
    margin-right: 75px !important;
  }
  /* line 17650, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p75-desktop {
    padding: 75px !important;
  }
  /* line 17652, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt75-desktop {
    padding-top: 75px !important;
  }
  /* line 17654, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-75-desktop {
    padding-bottom: 75px !important;
  }
  /* line 17656, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl75-desktop {
    padding-left: 75px !important;
  }
  /* line 17658, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr75-desktop {
    padding-right: 75px !important;
  }
  /* line 17660, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-80-desktop {
    margin: 80px !important;
  }
  /* line 17662, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-80-desktop {
    margin-top: 80px !important;
  }
  /* line 17664, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-80-desktop {
    margin-bottom: 80px !important;
  }
  /* line 17666, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-80-desktop {
    margin-left: 80px !important;
  }
  /* line 17668, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-80-desktop {
    margin-right: 80px !important;
  }
  /* line 17670, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-80-desktop {
    padding: 80px !important;
  }
  /* line 17672, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-80-desktop {
    padding-top: 80px !important;
  }
  /* line 17674, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-80-desktop {
    padding-bottom: 80px !important;
  }
  /* line 17676, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-80-desktop {
    padding-left: 80px !important;
  }
  /* line 17678, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-80-desktop {
    padding-right: 80px !important;
  }
  /* line 17680, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m80-desktop {
    margin: 80px !important;
  }
  /* line 17682, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-80-desktop {
    margin-top: 80px !important;
  }
  /* line 17684, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-80-desktop {
    margin-bottom: 80px !important;
  }
  /* line 17686, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-80-desktop {
    margin-left: 80px !important;
  }
  /* line 17688, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-80-desktop {
    margin-right: 80px !important;
  }
  /* line 17690, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p80-desktop {
    padding: 80px !important;
  }
  /* line 17692, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt80-desktop {
    padding-top: 80px !important;
  }
  /* line 17694, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-80-desktop {
    padding-bottom: 80px !important;
  }
  /* line 17696, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl80-desktop {
    padding-left: 80px !important;
  }
  /* line 17698, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr80-desktop {
    padding-right: 80px !important;
  }
  /* line 17700, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-85-desktop {
    margin: 85px !important;
  }
  /* line 17702, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-85-desktop {
    margin-top: 85px !important;
  }
  /* line 17704, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-85-desktop {
    margin-bottom: 85px !important;
  }
  /* line 17706, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-85-desktop {
    margin-left: 85px !important;
  }
  /* line 17708, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-85-desktop {
    margin-right: 85px !important;
  }
  /* line 17710, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-85-desktop {
    padding: 85px !important;
  }
  /* line 17712, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-85-desktop {
    padding-top: 85px !important;
  }
  /* line 17714, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-85-desktop {
    padding-bottom: 85px !important;
  }
  /* line 17716, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-85-desktop {
    padding-left: 85px !important;
  }
  /* line 17718, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-85-desktop {
    padding-right: 85px !important;
  }
  /* line 17720, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m85-desktop {
    margin: 85px !important;
  }
  /* line 17722, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-85-desktop {
    margin-top: 85px !important;
  }
  /* line 17724, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-85-desktop {
    margin-bottom: 85px !important;
  }
  /* line 17726, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-85-desktop {
    margin-left: 85px !important;
  }
  /* line 17728, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-85-desktop {
    margin-right: 85px !important;
  }
  /* line 17730, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p85-desktop {
    padding: 85px !important;
  }
  /* line 17732, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt85-desktop {
    padding-top: 85px !important;
  }
  /* line 17734, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-85-desktop {
    padding-bottom: 85px !important;
  }
  /* line 17736, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl85-desktop {
    padding-left: 85px !important;
  }
  /* line 17738, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr85-desktop {
    padding-right: 85px !important;
  }
  /* line 17740, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-90-desktop {
    margin: 90px !important;
  }
  /* line 17742, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-90-desktop {
    margin-top: 90px !important;
  }
  /* line 17744, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-90-desktop {
    margin-bottom: 90px !important;
  }
  /* line 17746, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-90-desktop {
    margin-left: 90px !important;
  }
  /* line 17748, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-90-desktop {
    margin-right: 90px !important;
  }
  /* line 17750, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-90-desktop {
    padding: 90px !important;
  }
  /* line 17752, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-90-desktop {
    padding-top: 90px !important;
  }
  /* line 17754, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-90-desktop {
    padding-bottom: 90px !important;
  }
  /* line 17756, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-90-desktop {
    padding-left: 90px !important;
  }
  /* line 17758, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-90-desktop {
    padding-right: 90px !important;
  }
  /* line 17760, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m90-desktop {
    margin: 90px !important;
  }
  /* line 17762, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-90-desktop {
    margin-top: 90px !important;
  }
  /* line 17764, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-90-desktop {
    margin-bottom: 90px !important;
  }
  /* line 17766, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-90-desktop {
    margin-left: 90px !important;
  }
  /* line 17768, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-90-desktop {
    margin-right: 90px !important;
  }
  /* line 17770, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p90-desktop {
    padding: 90px !important;
  }
  /* line 17772, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt90-desktop {
    padding-top: 90px !important;
  }
  /* line 17774, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-90-desktop {
    padding-bottom: 90px !important;
  }
  /* line 17776, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl90-desktop {
    padding-left: 90px !important;
  }
  /* line 17778, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr90-desktop {
    padding-right: 90px !important;
  }
  /* line 17780, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-95-desktop {
    margin: 95px !important;
  }
  /* line 17782, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-95-desktop {
    margin-top: 95px !important;
  }
  /* line 17784, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-95-desktop {
    margin-bottom: 95px !important;
  }
  /* line 17786, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-95-desktop {
    margin-left: 95px !important;
  }
  /* line 17788, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-95-desktop {
    margin-right: 95px !important;
  }
  /* line 17790, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-95-desktop {
    padding: 95px !important;
  }
  /* line 17792, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-95-desktop {
    padding-top: 95px !important;
  }
  /* line 17794, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-95-desktop {
    padding-bottom: 95px !important;
  }
  /* line 17796, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-95-desktop {
    padding-left: 95px !important;
  }
  /* line 17798, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-95-desktop {
    padding-right: 95px !important;
  }
  /* line 17800, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m95-desktop {
    margin: 95px !important;
  }
  /* line 17802, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-95-desktop {
    margin-top: 95px !important;
  }
  /* line 17804, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-95-desktop {
    margin-bottom: 95px !important;
  }
  /* line 17806, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-95-desktop {
    margin-left: 95px !important;
  }
  /* line 17808, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-95-desktop {
    margin-right: 95px !important;
  }
  /* line 17810, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p95-desktop {
    padding: 95px !important;
  }
  /* line 17812, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt95-desktop {
    padding-top: 95px !important;
  }
  /* line 17814, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-95-desktop {
    padding-bottom: 95px !important;
  }
  /* line 17816, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl95-desktop {
    padding-left: 95px !important;
  }
  /* line 17818, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr95-desktop {
    padding-right: 95px !important;
  }
  /* line 17820, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-100-desktop {
    margin: 100px !important;
  }
  /* line 17822, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-100-desktop {
    margin-top: 100px !important;
  }
  /* line 17824, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-100-desktop {
    margin-bottom: 100px !important;
  }
  /* line 17826, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-100-desktop {
    margin-left: 100px !important;
  }
  /* line 17828, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-100-desktop {
    margin-right: 100px !important;
  }
  /* line 17830, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-100-desktop {
    padding: 100px !important;
  }
  /* line 17832, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-100-desktop {
    padding-top: 100px !important;
  }
  /* line 17834, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-100-desktop {
    padding-bottom: 100px !important;
  }
  /* line 17836, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-100-desktop {
    padding-left: 100px !important;
  }
  /* line 17838, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-100-desktop {
    padding-right: 100px !important;
  }
  /* line 17840, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m100-desktop {
    margin: 100px !important;
  }
  /* line 17842, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-100-desktop {
    margin-top: 100px !important;
  }
  /* line 17844, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-100-desktop {
    margin-bottom: 100px !important;
  }
  /* line 17846, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-100-desktop {
    margin-left: 100px !important;
  }
  /* line 17848, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-100-desktop {
    margin-right: 100px !important;
  }
  /* line 17850, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p100-desktop {
    padding: 100px !important;
  }
  /* line 17852, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt100-desktop {
    padding-top: 100px !important;
  }
  /* line 17854, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-100-desktop {
    padding-bottom: 100px !important;
  }
  /* line 17856, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl100-desktop {
    padding-left: 100px !important;
  }
  /* line 17858, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr100-desktop {
    padding-right: 100px !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* line 17862, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-0-tablet {
    margin: 0px !important;
  }
  /* line 17864, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-0-tablet {
    margin-top: 0px !important;
  }
  /* line 17866, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-0-tablet {
    margin-bottom: 0px !important;
  }
  /* line 17868, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-0-tablet {
    margin-left: 0px !important;
  }
  /* line 17870, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-0-tablet {
    margin-right: 0px !important;
  }
  /* line 17872, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-0-tablet {
    padding: 0px !important;
  }
  /* line 17874, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-0-tablet {
    padding-top: 0px !important;
  }
  /* line 17876, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-0-tablet {
    padding-bottom: 0px !important;
  }
  /* line 17878, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-0-tablet {
    padding-left: 0px !important;
  }
  /* line 17880, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-0-tablet {
    padding-right: 0px !important;
  }
  /* line 17882, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m0-tablet {
    margin: 0px !important;
  }
  /* line 17884, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-0-tablet {
    margin-top: 0px !important;
  }
  /* line 17886, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-0-tablet {
    margin-bottom: 0px !important;
  }
  /* line 17888, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-0-tablet {
    margin-left: 0px !important;
  }
  /* line 17890, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-0-tablet {
    margin-right: 0px !important;
  }
  /* line 17892, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p0-tablet {
    padding: 0px !important;
  }
  /* line 17894, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt0-tablet {
    padding-top: 0px !important;
  }
  /* line 17896, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-0-tablet {
    padding-bottom: 0px !important;
  }
  /* line 17898, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl0-tablet {
    padding-left: 0px !important;
  }
  /* line 17900, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr0-tablet {
    padding-right: 0px !important;
  }
  /* line 17902, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-5-tablet {
    margin: 5px !important;
  }
  /* line 17904, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-5-tablet {
    margin-top: 5px !important;
  }
  /* line 17906, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-5-tablet {
    margin-bottom: 5px !important;
  }
  /* line 17908, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-5-tablet {
    margin-left: 5px !important;
  }
  /* line 17910, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-5-tablet {
    margin-right: 5px !important;
  }
  /* line 17912, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-5-tablet {
    padding: 5px !important;
  }
  /* line 17914, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-5-tablet {
    padding-top: 5px !important;
  }
  /* line 17916, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-5-tablet {
    padding-bottom: 5px !important;
  }
  /* line 17918, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-5-tablet {
    padding-left: 5px !important;
  }
  /* line 17920, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-5-tablet {
    padding-right: 5px !important;
  }
  /* line 17922, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m5-tablet {
    margin: 5px !important;
  }
  /* line 17924, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-5-tablet {
    margin-top: 5px !important;
  }
  /* line 17926, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-5-tablet {
    margin-bottom: 5px !important;
  }
  /* line 17928, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-5-tablet {
    margin-left: 5px !important;
  }
  /* line 17930, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-5-tablet {
    margin-right: 5px !important;
  }
  /* line 17932, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p5-tablet {
    padding: 5px !important;
  }
  /* line 17934, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt5-tablet {
    padding-top: 5px !important;
  }
  /* line 17936, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-5-tablet {
    padding-bottom: 5px !important;
  }
  /* line 17938, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl5-tablet {
    padding-left: 5px !important;
  }
  /* line 17940, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr5-tablet {
    padding-right: 5px !important;
  }
  /* line 17942, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-10-tablet {
    margin: 10px !important;
  }
  /* line 17944, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-10-tablet {
    margin-top: 10px !important;
  }
  /* line 17946, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-10-tablet {
    margin-bottom: 10px !important;
  }
  /* line 17948, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-10-tablet {
    margin-left: 10px !important;
  }
  /* line 17950, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-10-tablet {
    margin-right: 10px !important;
  }
  /* line 17952, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-10-tablet {
    padding: 10px !important;
  }
  /* line 17954, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-10-tablet {
    padding-top: 10px !important;
  }
  /* line 17956, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-10-tablet {
    padding-bottom: 10px !important;
  }
  /* line 17958, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-10-tablet {
    padding-left: 10px !important;
  }
  /* line 17960, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-10-tablet {
    padding-right: 10px !important;
  }
  /* line 17962, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m10-tablet {
    margin: 10px !important;
  }
  /* line 17964, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-10-tablet {
    margin-top: 10px !important;
  }
  /* line 17966, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-10-tablet {
    margin-bottom: 10px !important;
  }
  /* line 17968, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-10-tablet {
    margin-left: 10px !important;
  }
  /* line 17970, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-10-tablet {
    margin-right: 10px !important;
  }
  /* line 17972, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p10-tablet {
    padding: 10px !important;
  }
  /* line 17974, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt10-tablet {
    padding-top: 10px !important;
  }
  /* line 17976, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-10-tablet {
    padding-bottom: 10px !important;
  }
  /* line 17978, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl10-tablet {
    padding-left: 10px !important;
  }
  /* line 17980, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr10-tablet {
    padding-right: 10px !important;
  }
  /* line 17982, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-15-tablet {
    margin: 15px !important;
  }
  /* line 17984, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-15-tablet {
    margin-top: 15px !important;
  }
  /* line 17986, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-15-tablet {
    margin-bottom: 15px !important;
  }
  /* line 17988, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-15-tablet {
    margin-left: 15px !important;
  }
  /* line 17990, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-15-tablet {
    margin-right: 15px !important;
  }
  /* line 17992, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-15-tablet {
    padding: 15px !important;
  }
  /* line 17994, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-15-tablet {
    padding-top: 15px !important;
  }
  /* line 17996, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-15-tablet {
    padding-bottom: 15px !important;
  }
  /* line 17998, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-15-tablet {
    padding-left: 15px !important;
  }
  /* line 18000, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-15-tablet {
    padding-right: 15px !important;
  }
  /* line 18002, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m15-tablet {
    margin: 15px !important;
  }
  /* line 18004, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-15-tablet {
    margin-top: 15px !important;
  }
  /* line 18006, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-15-tablet {
    margin-bottom: 15px !important;
  }
  /* line 18008, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-15-tablet {
    margin-left: 15px !important;
  }
  /* line 18010, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-15-tablet {
    margin-right: 15px !important;
  }
  /* line 18012, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p15-tablet {
    padding: 15px !important;
  }
  /* line 18014, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt15-tablet {
    padding-top: 15px !important;
  }
  /* line 18016, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-15-tablet {
    padding-bottom: 15px !important;
  }
  /* line 18018, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl15-tablet {
    padding-left: 15px !important;
  }
  /* line 18020, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr15-tablet {
    padding-right: 15px !important;
  }
  /* line 18022, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-20-tablet {
    margin: 20px !important;
  }
  /* line 18024, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-20-tablet {
    margin-top: 20px !important;
  }
  /* line 18026, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-20-tablet {
    margin-bottom: 20px !important;
  }
  /* line 18028, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-20-tablet {
    margin-left: 20px !important;
  }
  /* line 18030, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-20-tablet {
    margin-right: 20px !important;
  }
  /* line 18032, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-20-tablet {
    padding: 20px !important;
  }
  /* line 18034, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-20-tablet {
    padding-top: 20px !important;
  }
  /* line 18036, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-20-tablet {
    padding-bottom: 20px !important;
  }
  /* line 18038, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-20-tablet {
    padding-left: 20px !important;
  }
  /* line 18040, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-20-tablet {
    padding-right: 20px !important;
  }
  /* line 18042, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m20-tablet {
    margin: 20px !important;
  }
  /* line 18044, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-20-tablet {
    margin-top: 20px !important;
  }
  /* line 18046, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-20-tablet {
    margin-bottom: 20px !important;
  }
  /* line 18048, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-20-tablet {
    margin-left: 20px !important;
  }
  /* line 18050, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-20-tablet {
    margin-right: 20px !important;
  }
  /* line 18052, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p20-tablet {
    padding: 20px !important;
  }
  /* line 18054, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt20-tablet {
    padding-top: 20px !important;
  }
  /* line 18056, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-20-tablet {
    padding-bottom: 20px !important;
  }
  /* line 18058, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl20-tablet {
    padding-left: 20px !important;
  }
  /* line 18060, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr20-tablet {
    padding-right: 20px !important;
  }
  /* line 18062, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-25-tablet {
    margin: 25px !important;
  }
  /* line 18064, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-25-tablet {
    margin-top: 25px !important;
  }
  /* line 18066, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-25-tablet {
    margin-bottom: 25px !important;
  }
  /* line 18068, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-25-tablet {
    margin-left: 25px !important;
  }
  /* line 18070, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-25-tablet {
    margin-right: 25px !important;
  }
  /* line 18072, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-25-tablet {
    padding: 25px !important;
  }
  /* line 18074, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-25-tablet {
    padding-top: 25px !important;
  }
  /* line 18076, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-25-tablet {
    padding-bottom: 25px !important;
  }
  /* line 18078, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-25-tablet {
    padding-left: 25px !important;
  }
  /* line 18080, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-25-tablet {
    padding-right: 25px !important;
  }
  /* line 18082, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m25-tablet {
    margin: 25px !important;
  }
  /* line 18084, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-25-tablet {
    margin-top: 25px !important;
  }
  /* line 18086, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-25-tablet {
    margin-bottom: 25px !important;
  }
  /* line 18088, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-25-tablet {
    margin-left: 25px !important;
  }
  /* line 18090, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-25-tablet {
    margin-right: 25px !important;
  }
  /* line 18092, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p25-tablet {
    padding: 25px !important;
  }
  /* line 18094, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt25-tablet {
    padding-top: 25px !important;
  }
  /* line 18096, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-25-tablet {
    padding-bottom: 25px !important;
  }
  /* line 18098, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl25-tablet {
    padding-left: 25px !important;
  }
  /* line 18100, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr25-tablet {
    padding-right: 25px !important;
  }
  /* line 18102, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-30-tablet {
    margin: 30px !important;
  }
  /* line 18104, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-30-tablet {
    margin-top: 30px !important;
  }
  /* line 18106, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-30-tablet {
    margin-bottom: 30px !important;
  }
  /* line 18108, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-30-tablet {
    margin-left: 30px !important;
  }
  /* line 18110, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-30-tablet {
    margin-right: 30px !important;
  }
  /* line 18112, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-30-tablet {
    padding: 30px !important;
  }
  /* line 18114, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-30-tablet {
    padding-top: 30px !important;
  }
  /* line 18116, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-30-tablet {
    padding-bottom: 30px !important;
  }
  /* line 18118, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-30-tablet {
    padding-left: 30px !important;
  }
  /* line 18120, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-30-tablet {
    padding-right: 30px !important;
  }
  /* line 18122, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m30-tablet {
    margin: 30px !important;
  }
  /* line 18124, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-30-tablet {
    margin-top: 30px !important;
  }
  /* line 18126, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-30-tablet {
    margin-bottom: 30px !important;
  }
  /* line 18128, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-30-tablet {
    margin-left: 30px !important;
  }
  /* line 18130, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-30-tablet {
    margin-right: 30px !important;
  }
  /* line 18132, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p30-tablet {
    padding: 30px !important;
  }
  /* line 18134, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt30-tablet {
    padding-top: 30px !important;
  }
  /* line 18136, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-30-tablet {
    padding-bottom: 30px !important;
  }
  /* line 18138, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl30-tablet {
    padding-left: 30px !important;
  }
  /* line 18140, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr30-tablet {
    padding-right: 30px !important;
  }
  /* line 18142, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-35-tablet {
    margin: 35px !important;
  }
  /* line 18144, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-35-tablet {
    margin-top: 35px !important;
  }
  /* line 18146, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-35-tablet {
    margin-bottom: 35px !important;
  }
  /* line 18148, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-35-tablet {
    margin-left: 35px !important;
  }
  /* line 18150, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-35-tablet {
    margin-right: 35px !important;
  }
  /* line 18152, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-35-tablet {
    padding: 35px !important;
  }
  /* line 18154, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-35-tablet {
    padding-top: 35px !important;
  }
  /* line 18156, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-35-tablet {
    padding-bottom: 35px !important;
  }
  /* line 18158, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-35-tablet {
    padding-left: 35px !important;
  }
  /* line 18160, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-35-tablet {
    padding-right: 35px !important;
  }
  /* line 18162, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m35-tablet {
    margin: 35px !important;
  }
  /* line 18164, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-35-tablet {
    margin-top: 35px !important;
  }
  /* line 18166, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-35-tablet {
    margin-bottom: 35px !important;
  }
  /* line 18168, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-35-tablet {
    margin-left: 35px !important;
  }
  /* line 18170, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-35-tablet {
    margin-right: 35px !important;
  }
  /* line 18172, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p35-tablet {
    padding: 35px !important;
  }
  /* line 18174, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt35-tablet {
    padding-top: 35px !important;
  }
  /* line 18176, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-35-tablet {
    padding-bottom: 35px !important;
  }
  /* line 18178, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl35-tablet {
    padding-left: 35px !important;
  }
  /* line 18180, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr35-tablet {
    padding-right: 35px !important;
  }
  /* line 18182, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-40-tablet {
    margin: 40px !important;
  }
  /* line 18184, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-40-tablet {
    margin-top: 40px !important;
  }
  /* line 18186, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-40-tablet {
    margin-bottom: 40px !important;
  }
  /* line 18188, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-40-tablet {
    margin-left: 40px !important;
  }
  /* line 18190, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-40-tablet {
    margin-right: 40px !important;
  }
  /* line 18192, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-40-tablet {
    padding: 40px !important;
  }
  /* line 18194, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-40-tablet {
    padding-top: 40px !important;
  }
  /* line 18196, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-40-tablet {
    padding-bottom: 40px !important;
  }
  /* line 18198, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-40-tablet {
    padding-left: 40px !important;
  }
  /* line 18200, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-40-tablet {
    padding-right: 40px !important;
  }
  /* line 18202, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m40-tablet {
    margin: 40px !important;
  }
  /* line 18204, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-40-tablet {
    margin-top: 40px !important;
  }
  /* line 18206, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-40-tablet {
    margin-bottom: 40px !important;
  }
  /* line 18208, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-40-tablet {
    margin-left: 40px !important;
  }
  /* line 18210, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-40-tablet {
    margin-right: 40px !important;
  }
  /* line 18212, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p40-tablet {
    padding: 40px !important;
  }
  /* line 18214, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt40-tablet {
    padding-top: 40px !important;
  }
  /* line 18216, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-40-tablet {
    padding-bottom: 40px !important;
  }
  /* line 18218, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl40-tablet {
    padding-left: 40px !important;
  }
  /* line 18220, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr40-tablet {
    padding-right: 40px !important;
  }
  /* line 18222, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-45-tablet {
    margin: 45px !important;
  }
  /* line 18224, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-45-tablet {
    margin-top: 45px !important;
  }
  /* line 18226, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-45-tablet {
    margin-bottom: 45px !important;
  }
  /* line 18228, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-45-tablet {
    margin-left: 45px !important;
  }
  /* line 18230, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-45-tablet {
    margin-right: 45px !important;
  }
  /* line 18232, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-45-tablet {
    padding: 45px !important;
  }
  /* line 18234, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-45-tablet {
    padding-top: 45px !important;
  }
  /* line 18236, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-45-tablet {
    padding-bottom: 45px !important;
  }
  /* line 18238, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-45-tablet {
    padding-left: 45px !important;
  }
  /* line 18240, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-45-tablet {
    padding-right: 45px !important;
  }
  /* line 18242, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m45-tablet {
    margin: 45px !important;
  }
  /* line 18244, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-45-tablet {
    margin-top: 45px !important;
  }
  /* line 18246, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-45-tablet {
    margin-bottom: 45px !important;
  }
  /* line 18248, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-45-tablet {
    margin-left: 45px !important;
  }
  /* line 18250, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-45-tablet {
    margin-right: 45px !important;
  }
  /* line 18252, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p45-tablet {
    padding: 45px !important;
  }
  /* line 18254, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt45-tablet {
    padding-top: 45px !important;
  }
  /* line 18256, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-45-tablet {
    padding-bottom: 45px !important;
  }
  /* line 18258, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl45-tablet {
    padding-left: 45px !important;
  }
  /* line 18260, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr45-tablet {
    padding-right: 45px !important;
  }
  /* line 18262, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-50-tablet {
    margin: 50px !important;
  }
  /* line 18264, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-50-tablet {
    margin-top: 50px !important;
  }
  /* line 18266, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-50-tablet {
    margin-bottom: 50px !important;
  }
  /* line 18268, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-50-tablet {
    margin-left: 50px !important;
  }
  /* line 18270, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-50-tablet {
    margin-right: 50px !important;
  }
  /* line 18272, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-50-tablet {
    padding: 50px !important;
  }
  /* line 18274, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-50-tablet {
    padding-top: 50px !important;
  }
  /* line 18276, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-50-tablet {
    padding-bottom: 50px !important;
  }
  /* line 18278, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-50-tablet {
    padding-left: 50px !important;
  }
  /* line 18280, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-50-tablet {
    padding-right: 50px !important;
  }
  /* line 18282, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m50-tablet {
    margin: 50px !important;
  }
  /* line 18284, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-50-tablet {
    margin-top: 50px !important;
  }
  /* line 18286, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-50-tablet {
    margin-bottom: 50px !important;
  }
  /* line 18288, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-50-tablet {
    margin-left: 50px !important;
  }
  /* line 18290, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-50-tablet {
    margin-right: 50px !important;
  }
  /* line 18292, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p50-tablet {
    padding: 50px !important;
  }
  /* line 18294, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt50-tablet {
    padding-top: 50px !important;
  }
  /* line 18296, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-50-tablet {
    padding-bottom: 50px !important;
  }
  /* line 18298, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl50-tablet {
    padding-left: 50px !important;
  }
  /* line 18300, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr50-tablet {
    padding-right: 50px !important;
  }
  /* line 18302, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-55-tablet {
    margin: 55px !important;
  }
  /* line 18304, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-55-tablet {
    margin-top: 55px !important;
  }
  /* line 18306, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-55-tablet {
    margin-bottom: 55px !important;
  }
  /* line 18308, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-55-tablet {
    margin-left: 55px !important;
  }
  /* line 18310, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-55-tablet {
    margin-right: 55px !important;
  }
  /* line 18312, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-55-tablet {
    padding: 55px !important;
  }
  /* line 18314, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-55-tablet {
    padding-top: 55px !important;
  }
  /* line 18316, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-55-tablet {
    padding-bottom: 55px !important;
  }
  /* line 18318, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-55-tablet {
    padding-left: 55px !important;
  }
  /* line 18320, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-55-tablet {
    padding-right: 55px !important;
  }
  /* line 18322, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m55-tablet {
    margin: 55px !important;
  }
  /* line 18324, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-55-tablet {
    margin-top: 55px !important;
  }
  /* line 18326, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-55-tablet {
    margin-bottom: 55px !important;
  }
  /* line 18328, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-55-tablet {
    margin-left: 55px !important;
  }
  /* line 18330, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-55-tablet {
    margin-right: 55px !important;
  }
  /* line 18332, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p55-tablet {
    padding: 55px !important;
  }
  /* line 18334, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt55-tablet {
    padding-top: 55px !important;
  }
  /* line 18336, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-55-tablet {
    padding-bottom: 55px !important;
  }
  /* line 18338, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl55-tablet {
    padding-left: 55px !important;
  }
  /* line 18340, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr55-tablet {
    padding-right: 55px !important;
  }
  /* line 18342, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-60-tablet {
    margin: 60px !important;
  }
  /* line 18344, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-60-tablet {
    margin-top: 60px !important;
  }
  /* line 18346, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-60-tablet {
    margin-bottom: 60px !important;
  }
  /* line 18348, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-60-tablet {
    margin-left: 60px !important;
  }
  /* line 18350, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-60-tablet {
    margin-right: 60px !important;
  }
  /* line 18352, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-60-tablet {
    padding: 60px !important;
  }
  /* line 18354, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-60-tablet {
    padding-top: 60px !important;
  }
  /* line 18356, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-60-tablet {
    padding-bottom: 60px !important;
  }
  /* line 18358, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-60-tablet {
    padding-left: 60px !important;
  }
  /* line 18360, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-60-tablet {
    padding-right: 60px !important;
  }
  /* line 18362, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m60-tablet {
    margin: 60px !important;
  }
  /* line 18364, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-60-tablet {
    margin-top: 60px !important;
  }
  /* line 18366, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-60-tablet {
    margin-bottom: 60px !important;
  }
  /* line 18368, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-60-tablet {
    margin-left: 60px !important;
  }
  /* line 18370, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-60-tablet {
    margin-right: 60px !important;
  }
  /* line 18372, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p60-tablet {
    padding: 60px !important;
  }
  /* line 18374, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt60-tablet {
    padding-top: 60px !important;
  }
  /* line 18376, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-60-tablet {
    padding-bottom: 60px !important;
  }
  /* line 18378, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl60-tablet {
    padding-left: 60px !important;
  }
  /* line 18380, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr60-tablet {
    padding-right: 60px !important;
  }
  /* line 18382, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-65-tablet {
    margin: 65px !important;
  }
  /* line 18384, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-65-tablet {
    margin-top: 65px !important;
  }
  /* line 18386, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-65-tablet {
    margin-bottom: 65px !important;
  }
  /* line 18388, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-65-tablet {
    margin-left: 65px !important;
  }
  /* line 18390, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-65-tablet {
    margin-right: 65px !important;
  }
  /* line 18392, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-65-tablet {
    padding: 65px !important;
  }
  /* line 18394, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-65-tablet {
    padding-top: 65px !important;
  }
  /* line 18396, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-65-tablet {
    padding-bottom: 65px !important;
  }
  /* line 18398, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-65-tablet {
    padding-left: 65px !important;
  }
  /* line 18400, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-65-tablet {
    padding-right: 65px !important;
  }
  /* line 18402, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m65-tablet {
    margin: 65px !important;
  }
  /* line 18404, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-65-tablet {
    margin-top: 65px !important;
  }
  /* line 18406, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-65-tablet {
    margin-bottom: 65px !important;
  }
  /* line 18408, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-65-tablet {
    margin-left: 65px !important;
  }
  /* line 18410, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-65-tablet {
    margin-right: 65px !important;
  }
  /* line 18412, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p65-tablet {
    padding: 65px !important;
  }
  /* line 18414, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt65-tablet {
    padding-top: 65px !important;
  }
  /* line 18416, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-65-tablet {
    padding-bottom: 65px !important;
  }
  /* line 18418, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl65-tablet {
    padding-left: 65px !important;
  }
  /* line 18420, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr65-tablet {
    padding-right: 65px !important;
  }
  /* line 18422, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-70-tablet {
    margin: 70px !important;
  }
  /* line 18424, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-70-tablet {
    margin-top: 70px !important;
  }
  /* line 18426, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-70-tablet {
    margin-bottom: 70px !important;
  }
  /* line 18428, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-70-tablet {
    margin-left: 70px !important;
  }
  /* line 18430, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-70-tablet {
    margin-right: 70px !important;
  }
  /* line 18432, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-70-tablet {
    padding: 70px !important;
  }
  /* line 18434, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-70-tablet {
    padding-top: 70px !important;
  }
  /* line 18436, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-70-tablet {
    padding-bottom: 70px !important;
  }
  /* line 18438, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-70-tablet {
    padding-left: 70px !important;
  }
  /* line 18440, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-70-tablet {
    padding-right: 70px !important;
  }
  /* line 18442, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m70-tablet {
    margin: 70px !important;
  }
  /* line 18444, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-70-tablet {
    margin-top: 70px !important;
  }
  /* line 18446, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-70-tablet {
    margin-bottom: 70px !important;
  }
  /* line 18448, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-70-tablet {
    margin-left: 70px !important;
  }
  /* line 18450, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-70-tablet {
    margin-right: 70px !important;
  }
  /* line 18452, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p70-tablet {
    padding: 70px !important;
  }
  /* line 18454, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt70-tablet {
    padding-top: 70px !important;
  }
  /* line 18456, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-70-tablet {
    padding-bottom: 70px !important;
  }
  /* line 18458, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl70-tablet {
    padding-left: 70px !important;
  }
  /* line 18460, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr70-tablet {
    padding-right: 70px !important;
  }
  /* line 18462, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-75-tablet {
    margin: 75px !important;
  }
  /* line 18464, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-75-tablet {
    margin-top: 75px !important;
  }
  /* line 18466, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-75-tablet {
    margin-bottom: 75px !important;
  }
  /* line 18468, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-75-tablet {
    margin-left: 75px !important;
  }
  /* line 18470, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-75-tablet {
    margin-right: 75px !important;
  }
  /* line 18472, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-75-tablet {
    padding: 75px !important;
  }
  /* line 18474, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-75-tablet {
    padding-top: 75px !important;
  }
  /* line 18476, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-75-tablet {
    padding-bottom: 75px !important;
  }
  /* line 18478, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-75-tablet {
    padding-left: 75px !important;
  }
  /* line 18480, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-75-tablet {
    padding-right: 75px !important;
  }
  /* line 18482, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m75-tablet {
    margin: 75px !important;
  }
  /* line 18484, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-75-tablet {
    margin-top: 75px !important;
  }
  /* line 18486, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-75-tablet {
    margin-bottom: 75px !important;
  }
  /* line 18488, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-75-tablet {
    margin-left: 75px !important;
  }
  /* line 18490, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-75-tablet {
    margin-right: 75px !important;
  }
  /* line 18492, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p75-tablet {
    padding: 75px !important;
  }
  /* line 18494, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt75-tablet {
    padding-top: 75px !important;
  }
  /* line 18496, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-75-tablet {
    padding-bottom: 75px !important;
  }
  /* line 18498, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl75-tablet {
    padding-left: 75px !important;
  }
  /* line 18500, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr75-tablet {
    padding-right: 75px !important;
  }
  /* line 18502, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-80-tablet {
    margin: 80px !important;
  }
  /* line 18504, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-80-tablet {
    margin-top: 80px !important;
  }
  /* line 18506, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-80-tablet {
    margin-bottom: 80px !important;
  }
  /* line 18508, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-80-tablet {
    margin-left: 80px !important;
  }
  /* line 18510, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-80-tablet {
    margin-right: 80px !important;
  }
  /* line 18512, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-80-tablet {
    padding: 80px !important;
  }
  /* line 18514, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-80-tablet {
    padding-top: 80px !important;
  }
  /* line 18516, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-80-tablet {
    padding-bottom: 80px !important;
  }
  /* line 18518, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-80-tablet {
    padding-left: 80px !important;
  }
  /* line 18520, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-80-tablet {
    padding-right: 80px !important;
  }
  /* line 18522, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m80-tablet {
    margin: 80px !important;
  }
  /* line 18524, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-80-tablet {
    margin-top: 80px !important;
  }
  /* line 18526, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-80-tablet {
    margin-bottom: 80px !important;
  }
  /* line 18528, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-80-tablet {
    margin-left: 80px !important;
  }
  /* line 18530, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-80-tablet {
    margin-right: 80px !important;
  }
  /* line 18532, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p80-tablet {
    padding: 80px !important;
  }
  /* line 18534, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt80-tablet {
    padding-top: 80px !important;
  }
  /* line 18536, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-80-tablet {
    padding-bottom: 80px !important;
  }
  /* line 18538, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl80-tablet {
    padding-left: 80px !important;
  }
  /* line 18540, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr80-tablet {
    padding-right: 80px !important;
  }
  /* line 18542, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-85-tablet {
    margin: 85px !important;
  }
  /* line 18544, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-85-tablet {
    margin-top: 85px !important;
  }
  /* line 18546, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-85-tablet {
    margin-bottom: 85px !important;
  }
  /* line 18548, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-85-tablet {
    margin-left: 85px !important;
  }
  /* line 18550, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-85-tablet {
    margin-right: 85px !important;
  }
  /* line 18552, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-85-tablet {
    padding: 85px !important;
  }
  /* line 18554, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-85-tablet {
    padding-top: 85px !important;
  }
  /* line 18556, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-85-tablet {
    padding-bottom: 85px !important;
  }
  /* line 18558, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-85-tablet {
    padding-left: 85px !important;
  }
  /* line 18560, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-85-tablet {
    padding-right: 85px !important;
  }
  /* line 18562, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m85-tablet {
    margin: 85px !important;
  }
  /* line 18564, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-85-tablet {
    margin-top: 85px !important;
  }
  /* line 18566, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-85-tablet {
    margin-bottom: 85px !important;
  }
  /* line 18568, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-85-tablet {
    margin-left: 85px !important;
  }
  /* line 18570, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-85-tablet {
    margin-right: 85px !important;
  }
  /* line 18572, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p85-tablet {
    padding: 85px !important;
  }
  /* line 18574, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt85-tablet {
    padding-top: 85px !important;
  }
  /* line 18576, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-85-tablet {
    padding-bottom: 85px !important;
  }
  /* line 18578, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl85-tablet {
    padding-left: 85px !important;
  }
  /* line 18580, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr85-tablet {
    padding-right: 85px !important;
  }
  /* line 18582, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-90-tablet {
    margin: 90px !important;
  }
  /* line 18584, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-90-tablet {
    margin-top: 90px !important;
  }
  /* line 18586, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-90-tablet {
    margin-bottom: 90px !important;
  }
  /* line 18588, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-90-tablet {
    margin-left: 90px !important;
  }
  /* line 18590, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-90-tablet {
    margin-right: 90px !important;
  }
  /* line 18592, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-90-tablet {
    padding: 90px !important;
  }
  /* line 18594, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-90-tablet {
    padding-top: 90px !important;
  }
  /* line 18596, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-90-tablet {
    padding-bottom: 90px !important;
  }
  /* line 18598, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-90-tablet {
    padding-left: 90px !important;
  }
  /* line 18600, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-90-tablet {
    padding-right: 90px !important;
  }
  /* line 18602, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m90-tablet {
    margin: 90px !important;
  }
  /* line 18604, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-90-tablet {
    margin-top: 90px !important;
  }
  /* line 18606, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-90-tablet {
    margin-bottom: 90px !important;
  }
  /* line 18608, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-90-tablet {
    margin-left: 90px !important;
  }
  /* line 18610, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-90-tablet {
    margin-right: 90px !important;
  }
  /* line 18612, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p90-tablet {
    padding: 90px !important;
  }
  /* line 18614, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt90-tablet {
    padding-top: 90px !important;
  }
  /* line 18616, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-90-tablet {
    padding-bottom: 90px !important;
  }
  /* line 18618, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl90-tablet {
    padding-left: 90px !important;
  }
  /* line 18620, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr90-tablet {
    padding-right: 90px !important;
  }
  /* line 18622, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-95-tablet {
    margin: 95px !important;
  }
  /* line 18624, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-95-tablet {
    margin-top: 95px !important;
  }
  /* line 18626, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-95-tablet {
    margin-bottom: 95px !important;
  }
  /* line 18628, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-95-tablet {
    margin-left: 95px !important;
  }
  /* line 18630, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-95-tablet {
    margin-right: 95px !important;
  }
  /* line 18632, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-95-tablet {
    padding: 95px !important;
  }
  /* line 18634, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-95-tablet {
    padding-top: 95px !important;
  }
  /* line 18636, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-95-tablet {
    padding-bottom: 95px !important;
  }
  /* line 18638, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-95-tablet {
    padding-left: 95px !important;
  }
  /* line 18640, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-95-tablet {
    padding-right: 95px !important;
  }
  /* line 18642, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m95-tablet {
    margin: 95px !important;
  }
  /* line 18644, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-95-tablet {
    margin-top: 95px !important;
  }
  /* line 18646, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-95-tablet {
    margin-bottom: 95px !important;
  }
  /* line 18648, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-95-tablet {
    margin-left: 95px !important;
  }
  /* line 18650, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-95-tablet {
    margin-right: 95px !important;
  }
  /* line 18652, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p95-tablet {
    padding: 95px !important;
  }
  /* line 18654, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt95-tablet {
    padding-top: 95px !important;
  }
  /* line 18656, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-95-tablet {
    padding-bottom: 95px !important;
  }
  /* line 18658, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl95-tablet {
    padding-left: 95px !important;
  }
  /* line 18660, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr95-tablet {
    padding-right: 95px !important;
  }
  /* line 18662, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-100-tablet {
    margin: 100px !important;
  }
  /* line 18664, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-100-tablet {
    margin-top: 100px !important;
  }
  /* line 18666, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-100-tablet {
    margin-bottom: 100px !important;
  }
  /* line 18668, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-100-tablet {
    margin-left: 100px !important;
  }
  /* line 18670, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-100-tablet {
    margin-right: 100px !important;
  }
  /* line 18672, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-100-tablet {
    padding: 100px !important;
  }
  /* line 18674, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-100-tablet {
    padding-top: 100px !important;
  }
  /* line 18676, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-100-tablet {
    padding-bottom: 100px !important;
  }
  /* line 18678, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-100-tablet {
    padding-left: 100px !important;
  }
  /* line 18680, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-100-tablet {
    padding-right: 100px !important;
  }
  /* line 18682, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m100-tablet {
    margin: 100px !important;
  }
  /* line 18684, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-100-tablet {
    margin-top: 100px !important;
  }
  /* line 18686, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-100-tablet {
    margin-bottom: 100px !important;
  }
  /* line 18688, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-100-tablet {
    margin-left: 100px !important;
  }
  /* line 18690, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-100-tablet {
    margin-right: 100px !important;
  }
  /* line 18692, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p100-tablet {
    padding: 100px !important;
  }
  /* line 18694, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt100-tablet {
    padding-top: 100px !important;
  }
  /* line 18696, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-100-tablet {
    padding-bottom: 100px !important;
  }
  /* line 18698, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl100-tablet {
    padding-left: 100px !important;
  }
  /* line 18700, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr100-tablet {
    padding-right: 100px !important;
  }
}

@media (max-width: 1024px) {
  /* line 18704, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-0-tablet-and-mobile {
    margin: 0px !important;
  }
  /* line 18706, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-0-tablet-and-mobile {
    margin-top: 0px !important;
  }
  /* line 18708, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-0-tablet-and-mobile {
    margin-bottom: 0px !important;
  }
  /* line 18710, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-0-tablet-and-mobile {
    margin-left: 0px !important;
  }
  /* line 18712, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-0-tablet-and-mobile {
    margin-right: 0px !important;
  }
  /* line 18714, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-0-tablet-and-mobile {
    padding: 0px !important;
  }
  /* line 18716, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-0-tablet-and-mobile {
    padding-top: 0px !important;
  }
  /* line 18718, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-0-tablet-and-mobile {
    padding-bottom: 0px !important;
  }
  /* line 18720, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-0-tablet-and-mobile {
    padding-left: 0px !important;
  }
  /* line 18722, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-0-tablet-and-mobile {
    padding-right: 0px !important;
  }
  /* line 18724, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m0-tablet-and-mobile {
    margin: 0px !important;
  }
  /* line 18726, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-0-tablet-and-mobile {
    margin-top: 0px !important;
  }
  /* line 18728, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-0-tablet-and-mobile {
    margin-bottom: 0px !important;
  }
  /* line 18730, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-0-tablet-and-mobile {
    margin-left: 0px !important;
  }
  /* line 18732, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-0-tablet-and-mobile {
    margin-right: 0px !important;
  }
  /* line 18734, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p0-tablet-and-mobile {
    padding: 0px !important;
  }
  /* line 18736, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt0-tablet-and-mobile {
    padding-top: 0px !important;
  }
  /* line 18738, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-0-tablet-and-mobile {
    padding-bottom: 0px !important;
  }
  /* line 18740, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl0-tablet-and-mobile {
    padding-left: 0px !important;
  }
  /* line 18742, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr0-tablet-and-mobile {
    padding-right: 0px !important;
  }
  /* line 18744, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-5-tablet-and-mobile {
    margin: 5px !important;
  }
  /* line 18746, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-5-tablet-and-mobile {
    margin-top: 5px !important;
  }
  /* line 18748, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-5-tablet-and-mobile {
    margin-bottom: 5px !important;
  }
  /* line 18750, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-5-tablet-and-mobile {
    margin-left: 5px !important;
  }
  /* line 18752, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-5-tablet-and-mobile {
    margin-right: 5px !important;
  }
  /* line 18754, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-5-tablet-and-mobile {
    padding: 5px !important;
  }
  /* line 18756, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-5-tablet-and-mobile {
    padding-top: 5px !important;
  }
  /* line 18758, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-5-tablet-and-mobile {
    padding-bottom: 5px !important;
  }
  /* line 18760, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-5-tablet-and-mobile {
    padding-left: 5px !important;
  }
  /* line 18762, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-5-tablet-and-mobile {
    padding-right: 5px !important;
  }
  /* line 18764, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m5-tablet-and-mobile {
    margin: 5px !important;
  }
  /* line 18766, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-5-tablet-and-mobile {
    margin-top: 5px !important;
  }
  /* line 18768, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-5-tablet-and-mobile {
    margin-bottom: 5px !important;
  }
  /* line 18770, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-5-tablet-and-mobile {
    margin-left: 5px !important;
  }
  /* line 18772, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-5-tablet-and-mobile {
    margin-right: 5px !important;
  }
  /* line 18774, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p5-tablet-and-mobile {
    padding: 5px !important;
  }
  /* line 18776, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt5-tablet-and-mobile {
    padding-top: 5px !important;
  }
  /* line 18778, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-5-tablet-and-mobile {
    padding-bottom: 5px !important;
  }
  /* line 18780, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl5-tablet-and-mobile {
    padding-left: 5px !important;
  }
  /* line 18782, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr5-tablet-and-mobile {
    padding-right: 5px !important;
  }
  /* line 18784, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-10-tablet-and-mobile {
    margin: 10px !important;
  }
  /* line 18786, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-10-tablet-and-mobile {
    margin-top: 10px !important;
  }
  /* line 18788, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-10-tablet-and-mobile {
    margin-bottom: 10px !important;
  }
  /* line 18790, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-10-tablet-and-mobile {
    margin-left: 10px !important;
  }
  /* line 18792, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-10-tablet-and-mobile {
    margin-right: 10px !important;
  }
  /* line 18794, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-10-tablet-and-mobile {
    padding: 10px !important;
  }
  /* line 18796, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-10-tablet-and-mobile {
    padding-top: 10px !important;
  }
  /* line 18798, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-10-tablet-and-mobile {
    padding-bottom: 10px !important;
  }
  /* line 18800, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-10-tablet-and-mobile {
    padding-left: 10px !important;
  }
  /* line 18802, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-10-tablet-and-mobile {
    padding-right: 10px !important;
  }
  /* line 18804, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m10-tablet-and-mobile {
    margin: 10px !important;
  }
  /* line 18806, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-10-tablet-and-mobile {
    margin-top: 10px !important;
  }
  /* line 18808, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-10-tablet-and-mobile {
    margin-bottom: 10px !important;
  }
  /* line 18810, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-10-tablet-and-mobile {
    margin-left: 10px !important;
  }
  /* line 18812, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-10-tablet-and-mobile {
    margin-right: 10px !important;
  }
  /* line 18814, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p10-tablet-and-mobile {
    padding: 10px !important;
  }
  /* line 18816, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt10-tablet-and-mobile {
    padding-top: 10px !important;
  }
  /* line 18818, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-10-tablet-and-mobile {
    padding-bottom: 10px !important;
  }
  /* line 18820, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl10-tablet-and-mobile {
    padding-left: 10px !important;
  }
  /* line 18822, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr10-tablet-and-mobile {
    padding-right: 10px !important;
  }
  /* line 18824, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-15-tablet-and-mobile {
    margin: 15px !important;
  }
  /* line 18826, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-15-tablet-and-mobile {
    margin-top: 15px !important;
  }
  /* line 18828, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-15-tablet-and-mobile {
    margin-bottom: 15px !important;
  }
  /* line 18830, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-15-tablet-and-mobile {
    margin-left: 15px !important;
  }
  /* line 18832, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-15-tablet-and-mobile {
    margin-right: 15px !important;
  }
  /* line 18834, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-15-tablet-and-mobile {
    padding: 15px !important;
  }
  /* line 18836, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-15-tablet-and-mobile {
    padding-top: 15px !important;
  }
  /* line 18838, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-15-tablet-and-mobile {
    padding-bottom: 15px !important;
  }
  /* line 18840, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-15-tablet-and-mobile {
    padding-left: 15px !important;
  }
  /* line 18842, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-15-tablet-and-mobile {
    padding-right: 15px !important;
  }
  /* line 18844, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m15-tablet-and-mobile {
    margin: 15px !important;
  }
  /* line 18846, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-15-tablet-and-mobile {
    margin-top: 15px !important;
  }
  /* line 18848, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-15-tablet-and-mobile {
    margin-bottom: 15px !important;
  }
  /* line 18850, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-15-tablet-and-mobile {
    margin-left: 15px !important;
  }
  /* line 18852, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-15-tablet-and-mobile {
    margin-right: 15px !important;
  }
  /* line 18854, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p15-tablet-and-mobile {
    padding: 15px !important;
  }
  /* line 18856, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt15-tablet-and-mobile {
    padding-top: 15px !important;
  }
  /* line 18858, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-15-tablet-and-mobile {
    padding-bottom: 15px !important;
  }
  /* line 18860, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl15-tablet-and-mobile {
    padding-left: 15px !important;
  }
  /* line 18862, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr15-tablet-and-mobile {
    padding-right: 15px !important;
  }
  /* line 18864, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-20-tablet-and-mobile {
    margin: 20px !important;
  }
  /* line 18866, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-20-tablet-and-mobile {
    margin-top: 20px !important;
  }
  /* line 18868, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-20-tablet-and-mobile {
    margin-bottom: 20px !important;
  }
  /* line 18870, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-20-tablet-and-mobile {
    margin-left: 20px !important;
  }
  /* line 18872, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-20-tablet-and-mobile {
    margin-right: 20px !important;
  }
  /* line 18874, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-20-tablet-and-mobile {
    padding: 20px !important;
  }
  /* line 18876, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-20-tablet-and-mobile {
    padding-top: 20px !important;
  }
  /* line 18878, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-20-tablet-and-mobile {
    padding-bottom: 20px !important;
  }
  /* line 18880, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-20-tablet-and-mobile {
    padding-left: 20px !important;
  }
  /* line 18882, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-20-tablet-and-mobile {
    padding-right: 20px !important;
  }
  /* line 18884, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m20-tablet-and-mobile {
    margin: 20px !important;
  }
  /* line 18886, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-20-tablet-and-mobile {
    margin-top: 20px !important;
  }
  /* line 18888, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-20-tablet-and-mobile {
    margin-bottom: 20px !important;
  }
  /* line 18890, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-20-tablet-and-mobile {
    margin-left: 20px !important;
  }
  /* line 18892, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-20-tablet-and-mobile {
    margin-right: 20px !important;
  }
  /* line 18894, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p20-tablet-and-mobile {
    padding: 20px !important;
  }
  /* line 18896, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt20-tablet-and-mobile {
    padding-top: 20px !important;
  }
  /* line 18898, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-20-tablet-and-mobile {
    padding-bottom: 20px !important;
  }
  /* line 18900, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl20-tablet-and-mobile {
    padding-left: 20px !important;
  }
  /* line 18902, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr20-tablet-and-mobile {
    padding-right: 20px !important;
  }
  /* line 18904, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-25-tablet-and-mobile {
    margin: 25px !important;
  }
  /* line 18906, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-25-tablet-and-mobile {
    margin-top: 25px !important;
  }
  /* line 18908, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-25-tablet-and-mobile {
    margin-bottom: 25px !important;
  }
  /* line 18910, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-25-tablet-and-mobile {
    margin-left: 25px !important;
  }
  /* line 18912, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-25-tablet-and-mobile {
    margin-right: 25px !important;
  }
  /* line 18914, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-25-tablet-and-mobile {
    padding: 25px !important;
  }
  /* line 18916, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-25-tablet-and-mobile {
    padding-top: 25px !important;
  }
  /* line 18918, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-25-tablet-and-mobile {
    padding-bottom: 25px !important;
  }
  /* line 18920, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-25-tablet-and-mobile {
    padding-left: 25px !important;
  }
  /* line 18922, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-25-tablet-and-mobile {
    padding-right: 25px !important;
  }
  /* line 18924, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m25-tablet-and-mobile {
    margin: 25px !important;
  }
  /* line 18926, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-25-tablet-and-mobile {
    margin-top: 25px !important;
  }
  /* line 18928, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-25-tablet-and-mobile {
    margin-bottom: 25px !important;
  }
  /* line 18930, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-25-tablet-and-mobile {
    margin-left: 25px !important;
  }
  /* line 18932, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-25-tablet-and-mobile {
    margin-right: 25px !important;
  }
  /* line 18934, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p25-tablet-and-mobile {
    padding: 25px !important;
  }
  /* line 18936, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt25-tablet-and-mobile {
    padding-top: 25px !important;
  }
  /* line 18938, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-25-tablet-and-mobile {
    padding-bottom: 25px !important;
  }
  /* line 18940, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl25-tablet-and-mobile {
    padding-left: 25px !important;
  }
  /* line 18942, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr25-tablet-and-mobile {
    padding-right: 25px !important;
  }
  /* line 18944, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-30-tablet-and-mobile {
    margin: 30px !important;
  }
  /* line 18946, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-30-tablet-and-mobile {
    margin-top: 30px !important;
  }
  /* line 18948, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-30-tablet-and-mobile {
    margin-bottom: 30px !important;
  }
  /* line 18950, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-30-tablet-and-mobile {
    margin-left: 30px !important;
  }
  /* line 18952, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-30-tablet-and-mobile {
    margin-right: 30px !important;
  }
  /* line 18954, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-30-tablet-and-mobile {
    padding: 30px !important;
  }
  /* line 18956, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-30-tablet-and-mobile {
    padding-top: 30px !important;
  }
  /* line 18958, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-30-tablet-and-mobile {
    padding-bottom: 30px !important;
  }
  /* line 18960, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-30-tablet-and-mobile {
    padding-left: 30px !important;
  }
  /* line 18962, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-30-tablet-and-mobile {
    padding-right: 30px !important;
  }
  /* line 18964, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m30-tablet-and-mobile {
    margin: 30px !important;
  }
  /* line 18966, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-30-tablet-and-mobile {
    margin-top: 30px !important;
  }
  /* line 18968, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-30-tablet-and-mobile {
    margin-bottom: 30px !important;
  }
  /* line 18970, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-30-tablet-and-mobile {
    margin-left: 30px !important;
  }
  /* line 18972, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-30-tablet-and-mobile {
    margin-right: 30px !important;
  }
  /* line 18974, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p30-tablet-and-mobile {
    padding: 30px !important;
  }
  /* line 18976, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt30-tablet-and-mobile {
    padding-top: 30px !important;
  }
  /* line 18978, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-30-tablet-and-mobile {
    padding-bottom: 30px !important;
  }
  /* line 18980, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl30-tablet-and-mobile {
    padding-left: 30px !important;
  }
  /* line 18982, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr30-tablet-and-mobile {
    padding-right: 30px !important;
  }
  /* line 18984, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-35-tablet-and-mobile {
    margin: 35px !important;
  }
  /* line 18986, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-35-tablet-and-mobile {
    margin-top: 35px !important;
  }
  /* line 18988, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-35-tablet-and-mobile {
    margin-bottom: 35px !important;
  }
  /* line 18990, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-35-tablet-and-mobile {
    margin-left: 35px !important;
  }
  /* line 18992, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-35-tablet-and-mobile {
    margin-right: 35px !important;
  }
  /* line 18994, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-35-tablet-and-mobile {
    padding: 35px !important;
  }
  /* line 18996, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-35-tablet-and-mobile {
    padding-top: 35px !important;
  }
  /* line 18998, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-35-tablet-and-mobile {
    padding-bottom: 35px !important;
  }
  /* line 19000, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-35-tablet-and-mobile {
    padding-left: 35px !important;
  }
  /* line 19002, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-35-tablet-and-mobile {
    padding-right: 35px !important;
  }
  /* line 19004, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m35-tablet-and-mobile {
    margin: 35px !important;
  }
  /* line 19006, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-35-tablet-and-mobile {
    margin-top: 35px !important;
  }
  /* line 19008, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-35-tablet-and-mobile {
    margin-bottom: 35px !important;
  }
  /* line 19010, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-35-tablet-and-mobile {
    margin-left: 35px !important;
  }
  /* line 19012, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-35-tablet-and-mobile {
    margin-right: 35px !important;
  }
  /* line 19014, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p35-tablet-and-mobile {
    padding: 35px !important;
  }
  /* line 19016, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt35-tablet-and-mobile {
    padding-top: 35px !important;
  }
  /* line 19018, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-35-tablet-and-mobile {
    padding-bottom: 35px !important;
  }
  /* line 19020, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl35-tablet-and-mobile {
    padding-left: 35px !important;
  }
  /* line 19022, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr35-tablet-and-mobile {
    padding-right: 35px !important;
  }
  /* line 19024, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-40-tablet-and-mobile {
    margin: 40px !important;
  }
  /* line 19026, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-40-tablet-and-mobile {
    margin-top: 40px !important;
  }
  /* line 19028, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-40-tablet-and-mobile {
    margin-bottom: 40px !important;
  }
  /* line 19030, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-40-tablet-and-mobile {
    margin-left: 40px !important;
  }
  /* line 19032, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-40-tablet-and-mobile {
    margin-right: 40px !important;
  }
  /* line 19034, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-40-tablet-and-mobile {
    padding: 40px !important;
  }
  /* line 19036, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-40-tablet-and-mobile {
    padding-top: 40px !important;
  }
  /* line 19038, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-40-tablet-and-mobile {
    padding-bottom: 40px !important;
  }
  /* line 19040, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-40-tablet-and-mobile {
    padding-left: 40px !important;
  }
  /* line 19042, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-40-tablet-and-mobile {
    padding-right: 40px !important;
  }
  /* line 19044, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m40-tablet-and-mobile {
    margin: 40px !important;
  }
  /* line 19046, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-40-tablet-and-mobile {
    margin-top: 40px !important;
  }
  /* line 19048, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-40-tablet-and-mobile {
    margin-bottom: 40px !important;
  }
  /* line 19050, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-40-tablet-and-mobile {
    margin-left: 40px !important;
  }
  /* line 19052, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-40-tablet-and-mobile {
    margin-right: 40px !important;
  }
  /* line 19054, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p40-tablet-and-mobile {
    padding: 40px !important;
  }
  /* line 19056, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt40-tablet-and-mobile {
    padding-top: 40px !important;
  }
  /* line 19058, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-40-tablet-and-mobile {
    padding-bottom: 40px !important;
  }
  /* line 19060, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl40-tablet-and-mobile {
    padding-left: 40px !important;
  }
  /* line 19062, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr40-tablet-and-mobile {
    padding-right: 40px !important;
  }
  /* line 19064, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-45-tablet-and-mobile {
    margin: 45px !important;
  }
  /* line 19066, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-45-tablet-and-mobile {
    margin-top: 45px !important;
  }
  /* line 19068, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-45-tablet-and-mobile {
    margin-bottom: 45px !important;
  }
  /* line 19070, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-45-tablet-and-mobile {
    margin-left: 45px !important;
  }
  /* line 19072, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-45-tablet-and-mobile {
    margin-right: 45px !important;
  }
  /* line 19074, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-45-tablet-and-mobile {
    padding: 45px !important;
  }
  /* line 19076, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-45-tablet-and-mobile {
    padding-top: 45px !important;
  }
  /* line 19078, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-45-tablet-and-mobile {
    padding-bottom: 45px !important;
  }
  /* line 19080, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-45-tablet-and-mobile {
    padding-left: 45px !important;
  }
  /* line 19082, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-45-tablet-and-mobile {
    padding-right: 45px !important;
  }
  /* line 19084, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m45-tablet-and-mobile {
    margin: 45px !important;
  }
  /* line 19086, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-45-tablet-and-mobile {
    margin-top: 45px !important;
  }
  /* line 19088, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-45-tablet-and-mobile {
    margin-bottom: 45px !important;
  }
  /* line 19090, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-45-tablet-and-mobile {
    margin-left: 45px !important;
  }
  /* line 19092, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-45-tablet-and-mobile {
    margin-right: 45px !important;
  }
  /* line 19094, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p45-tablet-and-mobile {
    padding: 45px !important;
  }
  /* line 19096, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt45-tablet-and-mobile {
    padding-top: 45px !important;
  }
  /* line 19098, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-45-tablet-and-mobile {
    padding-bottom: 45px !important;
  }
  /* line 19100, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl45-tablet-and-mobile {
    padding-left: 45px !important;
  }
  /* line 19102, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr45-tablet-and-mobile {
    padding-right: 45px !important;
  }
  /* line 19104, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-50-tablet-and-mobile {
    margin: 50px !important;
  }
  /* line 19106, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-50-tablet-and-mobile {
    margin-top: 50px !important;
  }
  /* line 19108, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-50-tablet-and-mobile {
    margin-bottom: 50px !important;
  }
  /* line 19110, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-50-tablet-and-mobile {
    margin-left: 50px !important;
  }
  /* line 19112, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-50-tablet-and-mobile {
    margin-right: 50px !important;
  }
  /* line 19114, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-50-tablet-and-mobile {
    padding: 50px !important;
  }
  /* line 19116, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-50-tablet-and-mobile {
    padding-top: 50px !important;
  }
  /* line 19118, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-50-tablet-and-mobile {
    padding-bottom: 50px !important;
  }
  /* line 19120, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-50-tablet-and-mobile {
    padding-left: 50px !important;
  }
  /* line 19122, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-50-tablet-and-mobile {
    padding-right: 50px !important;
  }
  /* line 19124, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m50-tablet-and-mobile {
    margin: 50px !important;
  }
  /* line 19126, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-50-tablet-and-mobile {
    margin-top: 50px !important;
  }
  /* line 19128, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-50-tablet-and-mobile {
    margin-bottom: 50px !important;
  }
  /* line 19130, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-50-tablet-and-mobile {
    margin-left: 50px !important;
  }
  /* line 19132, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-50-tablet-and-mobile {
    margin-right: 50px !important;
  }
  /* line 19134, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p50-tablet-and-mobile {
    padding: 50px !important;
  }
  /* line 19136, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt50-tablet-and-mobile {
    padding-top: 50px !important;
  }
  /* line 19138, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-50-tablet-and-mobile {
    padding-bottom: 50px !important;
  }
  /* line 19140, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl50-tablet-and-mobile {
    padding-left: 50px !important;
  }
  /* line 19142, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr50-tablet-and-mobile {
    padding-right: 50px !important;
  }
  /* line 19144, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-55-tablet-and-mobile {
    margin: 55px !important;
  }
  /* line 19146, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-55-tablet-and-mobile {
    margin-top: 55px !important;
  }
  /* line 19148, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-55-tablet-and-mobile {
    margin-bottom: 55px !important;
  }
  /* line 19150, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-55-tablet-and-mobile {
    margin-left: 55px !important;
  }
  /* line 19152, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-55-tablet-and-mobile {
    margin-right: 55px !important;
  }
  /* line 19154, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-55-tablet-and-mobile {
    padding: 55px !important;
  }
  /* line 19156, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-55-tablet-and-mobile {
    padding-top: 55px !important;
  }
  /* line 19158, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-55-tablet-and-mobile {
    padding-bottom: 55px !important;
  }
  /* line 19160, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-55-tablet-and-mobile {
    padding-left: 55px !important;
  }
  /* line 19162, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-55-tablet-and-mobile {
    padding-right: 55px !important;
  }
  /* line 19164, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m55-tablet-and-mobile {
    margin: 55px !important;
  }
  /* line 19166, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-55-tablet-and-mobile {
    margin-top: 55px !important;
  }
  /* line 19168, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-55-tablet-and-mobile {
    margin-bottom: 55px !important;
  }
  /* line 19170, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-55-tablet-and-mobile {
    margin-left: 55px !important;
  }
  /* line 19172, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-55-tablet-and-mobile {
    margin-right: 55px !important;
  }
  /* line 19174, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p55-tablet-and-mobile {
    padding: 55px !important;
  }
  /* line 19176, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt55-tablet-and-mobile {
    padding-top: 55px !important;
  }
  /* line 19178, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-55-tablet-and-mobile {
    padding-bottom: 55px !important;
  }
  /* line 19180, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl55-tablet-and-mobile {
    padding-left: 55px !important;
  }
  /* line 19182, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr55-tablet-and-mobile {
    padding-right: 55px !important;
  }
  /* line 19184, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-60-tablet-and-mobile {
    margin: 60px !important;
  }
  /* line 19186, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-60-tablet-and-mobile {
    margin-top: 60px !important;
  }
  /* line 19188, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-60-tablet-and-mobile {
    margin-bottom: 60px !important;
  }
  /* line 19190, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-60-tablet-and-mobile {
    margin-left: 60px !important;
  }
  /* line 19192, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-60-tablet-and-mobile {
    margin-right: 60px !important;
  }
  /* line 19194, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-60-tablet-and-mobile {
    padding: 60px !important;
  }
  /* line 19196, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-60-tablet-and-mobile {
    padding-top: 60px !important;
  }
  /* line 19198, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-60-tablet-and-mobile {
    padding-bottom: 60px !important;
  }
  /* line 19200, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-60-tablet-and-mobile {
    padding-left: 60px !important;
  }
  /* line 19202, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-60-tablet-and-mobile {
    padding-right: 60px !important;
  }
  /* line 19204, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m60-tablet-and-mobile {
    margin: 60px !important;
  }
  /* line 19206, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-60-tablet-and-mobile {
    margin-top: 60px !important;
  }
  /* line 19208, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-60-tablet-and-mobile {
    margin-bottom: 60px !important;
  }
  /* line 19210, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-60-tablet-and-mobile {
    margin-left: 60px !important;
  }
  /* line 19212, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-60-tablet-and-mobile {
    margin-right: 60px !important;
  }
  /* line 19214, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p60-tablet-and-mobile {
    padding: 60px !important;
  }
  /* line 19216, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt60-tablet-and-mobile {
    padding-top: 60px !important;
  }
  /* line 19218, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-60-tablet-and-mobile {
    padding-bottom: 60px !important;
  }
  /* line 19220, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl60-tablet-and-mobile {
    padding-left: 60px !important;
  }
  /* line 19222, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr60-tablet-and-mobile {
    padding-right: 60px !important;
  }
  /* line 19224, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-65-tablet-and-mobile {
    margin: 65px !important;
  }
  /* line 19226, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-65-tablet-and-mobile {
    margin-top: 65px !important;
  }
  /* line 19228, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-65-tablet-and-mobile {
    margin-bottom: 65px !important;
  }
  /* line 19230, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-65-tablet-and-mobile {
    margin-left: 65px !important;
  }
  /* line 19232, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-65-tablet-and-mobile {
    margin-right: 65px !important;
  }
  /* line 19234, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-65-tablet-and-mobile {
    padding: 65px !important;
  }
  /* line 19236, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-65-tablet-and-mobile {
    padding-top: 65px !important;
  }
  /* line 19238, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-65-tablet-and-mobile {
    padding-bottom: 65px !important;
  }
  /* line 19240, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-65-tablet-and-mobile {
    padding-left: 65px !important;
  }
  /* line 19242, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-65-tablet-and-mobile {
    padding-right: 65px !important;
  }
  /* line 19244, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m65-tablet-and-mobile {
    margin: 65px !important;
  }
  /* line 19246, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-65-tablet-and-mobile {
    margin-top: 65px !important;
  }
  /* line 19248, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-65-tablet-and-mobile {
    margin-bottom: 65px !important;
  }
  /* line 19250, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-65-tablet-and-mobile {
    margin-left: 65px !important;
  }
  /* line 19252, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-65-tablet-and-mobile {
    margin-right: 65px !important;
  }
  /* line 19254, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p65-tablet-and-mobile {
    padding: 65px !important;
  }
  /* line 19256, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt65-tablet-and-mobile {
    padding-top: 65px !important;
  }
  /* line 19258, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-65-tablet-and-mobile {
    padding-bottom: 65px !important;
  }
  /* line 19260, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl65-tablet-and-mobile {
    padding-left: 65px !important;
  }
  /* line 19262, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr65-tablet-and-mobile {
    padding-right: 65px !important;
  }
  /* line 19264, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-70-tablet-and-mobile {
    margin: 70px !important;
  }
  /* line 19266, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-70-tablet-and-mobile {
    margin-top: 70px !important;
  }
  /* line 19268, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-70-tablet-and-mobile {
    margin-bottom: 70px !important;
  }
  /* line 19270, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-70-tablet-and-mobile {
    margin-left: 70px !important;
  }
  /* line 19272, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-70-tablet-and-mobile {
    margin-right: 70px !important;
  }
  /* line 19274, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-70-tablet-and-mobile {
    padding: 70px !important;
  }
  /* line 19276, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-70-tablet-and-mobile {
    padding-top: 70px !important;
  }
  /* line 19278, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-70-tablet-and-mobile {
    padding-bottom: 70px !important;
  }
  /* line 19280, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-70-tablet-and-mobile {
    padding-left: 70px !important;
  }
  /* line 19282, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-70-tablet-and-mobile {
    padding-right: 70px !important;
  }
  /* line 19284, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m70-tablet-and-mobile {
    margin: 70px !important;
  }
  /* line 19286, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-70-tablet-and-mobile {
    margin-top: 70px !important;
  }
  /* line 19288, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-70-tablet-and-mobile {
    margin-bottom: 70px !important;
  }
  /* line 19290, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-70-tablet-and-mobile {
    margin-left: 70px !important;
  }
  /* line 19292, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-70-tablet-and-mobile {
    margin-right: 70px !important;
  }
  /* line 19294, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p70-tablet-and-mobile {
    padding: 70px !important;
  }
  /* line 19296, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt70-tablet-and-mobile {
    padding-top: 70px !important;
  }
  /* line 19298, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-70-tablet-and-mobile {
    padding-bottom: 70px !important;
  }
  /* line 19300, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl70-tablet-and-mobile {
    padding-left: 70px !important;
  }
  /* line 19302, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr70-tablet-and-mobile {
    padding-right: 70px !important;
  }
  /* line 19304, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-75-tablet-and-mobile {
    margin: 75px !important;
  }
  /* line 19306, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-75-tablet-and-mobile {
    margin-top: 75px !important;
  }
  /* line 19308, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-75-tablet-and-mobile {
    margin-bottom: 75px !important;
  }
  /* line 19310, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-75-tablet-and-mobile {
    margin-left: 75px !important;
  }
  /* line 19312, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-75-tablet-and-mobile {
    margin-right: 75px !important;
  }
  /* line 19314, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-75-tablet-and-mobile {
    padding: 75px !important;
  }
  /* line 19316, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-75-tablet-and-mobile {
    padding-top: 75px !important;
  }
  /* line 19318, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-75-tablet-and-mobile {
    padding-bottom: 75px !important;
  }
  /* line 19320, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-75-tablet-and-mobile {
    padding-left: 75px !important;
  }
  /* line 19322, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-75-tablet-and-mobile {
    padding-right: 75px !important;
  }
  /* line 19324, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m75-tablet-and-mobile {
    margin: 75px !important;
  }
  /* line 19326, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-75-tablet-and-mobile {
    margin-top: 75px !important;
  }
  /* line 19328, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-75-tablet-and-mobile {
    margin-bottom: 75px !important;
  }
  /* line 19330, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-75-tablet-and-mobile {
    margin-left: 75px !important;
  }
  /* line 19332, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-75-tablet-and-mobile {
    margin-right: 75px !important;
  }
  /* line 19334, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p75-tablet-and-mobile {
    padding: 75px !important;
  }
  /* line 19336, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt75-tablet-and-mobile {
    padding-top: 75px !important;
  }
  /* line 19338, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-75-tablet-and-mobile {
    padding-bottom: 75px !important;
  }
  /* line 19340, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl75-tablet-and-mobile {
    padding-left: 75px !important;
  }
  /* line 19342, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr75-tablet-and-mobile {
    padding-right: 75px !important;
  }
  /* line 19344, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-80-tablet-and-mobile {
    margin: 80px !important;
  }
  /* line 19346, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-80-tablet-and-mobile {
    margin-top: 80px !important;
  }
  /* line 19348, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-80-tablet-and-mobile {
    margin-bottom: 80px !important;
  }
  /* line 19350, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-80-tablet-and-mobile {
    margin-left: 80px !important;
  }
  /* line 19352, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-80-tablet-and-mobile {
    margin-right: 80px !important;
  }
  /* line 19354, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-80-tablet-and-mobile {
    padding: 80px !important;
  }
  /* line 19356, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-80-tablet-and-mobile {
    padding-top: 80px !important;
  }
  /* line 19358, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-80-tablet-and-mobile {
    padding-bottom: 80px !important;
  }
  /* line 19360, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-80-tablet-and-mobile {
    padding-left: 80px !important;
  }
  /* line 19362, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-80-tablet-and-mobile {
    padding-right: 80px !important;
  }
  /* line 19364, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m80-tablet-and-mobile {
    margin: 80px !important;
  }
  /* line 19366, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-80-tablet-and-mobile {
    margin-top: 80px !important;
  }
  /* line 19368, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-80-tablet-and-mobile {
    margin-bottom: 80px !important;
  }
  /* line 19370, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-80-tablet-and-mobile {
    margin-left: 80px !important;
  }
  /* line 19372, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-80-tablet-and-mobile {
    margin-right: 80px !important;
  }
  /* line 19374, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p80-tablet-and-mobile {
    padding: 80px !important;
  }
  /* line 19376, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt80-tablet-and-mobile {
    padding-top: 80px !important;
  }
  /* line 19378, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-80-tablet-and-mobile {
    padding-bottom: 80px !important;
  }
  /* line 19380, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl80-tablet-and-mobile {
    padding-left: 80px !important;
  }
  /* line 19382, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr80-tablet-and-mobile {
    padding-right: 80px !important;
  }
  /* line 19384, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-85-tablet-and-mobile {
    margin: 85px !important;
  }
  /* line 19386, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-85-tablet-and-mobile {
    margin-top: 85px !important;
  }
  /* line 19388, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-85-tablet-and-mobile {
    margin-bottom: 85px !important;
  }
  /* line 19390, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-85-tablet-and-mobile {
    margin-left: 85px !important;
  }
  /* line 19392, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-85-tablet-and-mobile {
    margin-right: 85px !important;
  }
  /* line 19394, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-85-tablet-and-mobile {
    padding: 85px !important;
  }
  /* line 19396, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-85-tablet-and-mobile {
    padding-top: 85px !important;
  }
  /* line 19398, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-85-tablet-and-mobile {
    padding-bottom: 85px !important;
  }
  /* line 19400, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-85-tablet-and-mobile {
    padding-left: 85px !important;
  }
  /* line 19402, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-85-tablet-and-mobile {
    padding-right: 85px !important;
  }
  /* line 19404, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m85-tablet-and-mobile {
    margin: 85px !important;
  }
  /* line 19406, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-85-tablet-and-mobile {
    margin-top: 85px !important;
  }
  /* line 19408, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-85-tablet-and-mobile {
    margin-bottom: 85px !important;
  }
  /* line 19410, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-85-tablet-and-mobile {
    margin-left: 85px !important;
  }
  /* line 19412, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-85-tablet-and-mobile {
    margin-right: 85px !important;
  }
  /* line 19414, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p85-tablet-and-mobile {
    padding: 85px !important;
  }
  /* line 19416, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt85-tablet-and-mobile {
    padding-top: 85px !important;
  }
  /* line 19418, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-85-tablet-and-mobile {
    padding-bottom: 85px !important;
  }
  /* line 19420, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl85-tablet-and-mobile {
    padding-left: 85px !important;
  }
  /* line 19422, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr85-tablet-and-mobile {
    padding-right: 85px !important;
  }
  /* line 19424, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-90-tablet-and-mobile {
    margin: 90px !important;
  }
  /* line 19426, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-90-tablet-and-mobile {
    margin-top: 90px !important;
  }
  /* line 19428, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-90-tablet-and-mobile {
    margin-bottom: 90px !important;
  }
  /* line 19430, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-90-tablet-and-mobile {
    margin-left: 90px !important;
  }
  /* line 19432, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-90-tablet-and-mobile {
    margin-right: 90px !important;
  }
  /* line 19434, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-90-tablet-and-mobile {
    padding: 90px !important;
  }
  /* line 19436, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-90-tablet-and-mobile {
    padding-top: 90px !important;
  }
  /* line 19438, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-90-tablet-and-mobile {
    padding-bottom: 90px !important;
  }
  /* line 19440, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-90-tablet-and-mobile {
    padding-left: 90px !important;
  }
  /* line 19442, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-90-tablet-and-mobile {
    padding-right: 90px !important;
  }
  /* line 19444, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m90-tablet-and-mobile {
    margin: 90px !important;
  }
  /* line 19446, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-90-tablet-and-mobile {
    margin-top: 90px !important;
  }
  /* line 19448, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-90-tablet-and-mobile {
    margin-bottom: 90px !important;
  }
  /* line 19450, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-90-tablet-and-mobile {
    margin-left: 90px !important;
  }
  /* line 19452, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-90-tablet-and-mobile {
    margin-right: 90px !important;
  }
  /* line 19454, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p90-tablet-and-mobile {
    padding: 90px !important;
  }
  /* line 19456, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt90-tablet-and-mobile {
    padding-top: 90px !important;
  }
  /* line 19458, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-90-tablet-and-mobile {
    padding-bottom: 90px !important;
  }
  /* line 19460, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl90-tablet-and-mobile {
    padding-left: 90px !important;
  }
  /* line 19462, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr90-tablet-and-mobile {
    padding-right: 90px !important;
  }
  /* line 19464, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-95-tablet-and-mobile {
    margin: 95px !important;
  }
  /* line 19466, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-95-tablet-and-mobile {
    margin-top: 95px !important;
  }
  /* line 19468, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-95-tablet-and-mobile {
    margin-bottom: 95px !important;
  }
  /* line 19470, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-95-tablet-and-mobile {
    margin-left: 95px !important;
  }
  /* line 19472, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-95-tablet-and-mobile {
    margin-right: 95px !important;
  }
  /* line 19474, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-95-tablet-and-mobile {
    padding: 95px !important;
  }
  /* line 19476, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-95-tablet-and-mobile {
    padding-top: 95px !important;
  }
  /* line 19478, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-95-tablet-and-mobile {
    padding-bottom: 95px !important;
  }
  /* line 19480, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-95-tablet-and-mobile {
    padding-left: 95px !important;
  }
  /* line 19482, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-95-tablet-and-mobile {
    padding-right: 95px !important;
  }
  /* line 19484, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m95-tablet-and-mobile {
    margin: 95px !important;
  }
  /* line 19486, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-95-tablet-and-mobile {
    margin-top: 95px !important;
  }
  /* line 19488, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-95-tablet-and-mobile {
    margin-bottom: 95px !important;
  }
  /* line 19490, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-95-tablet-and-mobile {
    margin-left: 95px !important;
  }
  /* line 19492, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-95-tablet-and-mobile {
    margin-right: 95px !important;
  }
  /* line 19494, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p95-tablet-and-mobile {
    padding: 95px !important;
  }
  /* line 19496, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt95-tablet-and-mobile {
    padding-top: 95px !important;
  }
  /* line 19498, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-95-tablet-and-mobile {
    padding-bottom: 95px !important;
  }
  /* line 19500, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl95-tablet-and-mobile {
    padding-left: 95px !important;
  }
  /* line 19502, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr95-tablet-and-mobile {
    padding-right: 95px !important;
  }
  /* line 19504, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-100-tablet-and-mobile {
    margin: 100px !important;
  }
  /* line 19506, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-100-tablet-and-mobile {
    margin-top: 100px !important;
  }
  /* line 19508, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-100-tablet-and-mobile {
    margin-bottom: 100px !important;
  }
  /* line 19510, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-100-tablet-and-mobile {
    margin-left: 100px !important;
  }
  /* line 19512, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-100-tablet-and-mobile {
    margin-right: 100px !important;
  }
  /* line 19514, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-100-tablet-and-mobile {
    padding: 100px !important;
  }
  /* line 19516, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-100-tablet-and-mobile {
    padding-top: 100px !important;
  }
  /* line 19518, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-100-tablet-and-mobile {
    padding-bottom: 100px !important;
  }
  /* line 19520, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-100-tablet-and-mobile {
    padding-left: 100px !important;
  }
  /* line 19522, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-100-tablet-and-mobile {
    padding-right: 100px !important;
  }
  /* line 19524, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m100-tablet-and-mobile {
    margin: 100px !important;
  }
  /* line 19526, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-100-tablet-and-mobile {
    margin-top: 100px !important;
  }
  /* line 19528, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-100-tablet-and-mobile {
    margin-bottom: 100px !important;
  }
  /* line 19530, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-100-tablet-and-mobile {
    margin-left: 100px !important;
  }
  /* line 19532, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-100-tablet-and-mobile {
    margin-right: 100px !important;
  }
  /* line 19534, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p100-tablet-and-mobile {
    padding: 100px !important;
  }
  /* line 19536, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt100-tablet-and-mobile {
    padding-top: 100px !important;
  }
  /* line 19538, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-100-tablet-and-mobile {
    padding-bottom: 100px !important;
  }
  /* line 19540, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl100-tablet-and-mobile {
    padding-left: 100px !important;
  }
  /* line 19542, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr100-tablet-and-mobile {
    padding-right: 100px !important;
  }
}

@media (max-width: 768px) {
  /* line 19546, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-0-mobile {
    margin: 0px !important;
  }
  /* line 19548, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-0-mobile {
    margin-top: 0px !important;
  }
  /* line 19550, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-0-mobile {
    margin-bottom: 0px !important;
  }
  /* line 19552, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-0-mobile {
    margin-left: 0px !important;
  }
  /* line 19554, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-0-mobile {
    margin-right: 0px !important;
  }
  /* line 19556, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-0-mobile {
    padding: 0px !important;
  }
  /* line 19558, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-0-mobile {
    padding-top: 0px !important;
  }
  /* line 19560, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-0-mobile {
    padding-bottom: 0px !important;
  }
  /* line 19562, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-0-mobile {
    padding-left: 0px !important;
  }
  /* line 19564, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-0-mobile {
    padding-right: 0px !important;
  }
  /* line 19566, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m0-mobile {
    margin: 0px !important;
  }
  /* line 19568, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-0-mobile {
    margin-top: 0px !important;
  }
  /* line 19570, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-0-mobile {
    margin-bottom: 0px !important;
  }
  /* line 19572, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-0-mobile {
    margin-left: 0px !important;
  }
  /* line 19574, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-0-mobile {
    margin-right: 0px !important;
  }
  /* line 19576, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p0-mobile {
    padding: 0px !important;
  }
  /* line 19578, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt0-mobile {
    padding-top: 0px !important;
  }
  /* line 19580, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-0-mobile {
    padding-bottom: 0px !important;
  }
  /* line 19582, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl0-mobile {
    padding-left: 0px !important;
  }
  /* line 19584, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr0-mobile {
    padding-right: 0px !important;
  }
  /* line 19586, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-5-mobile {
    margin: 5px !important;
  }
  /* line 19588, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-5-mobile {
    margin-top: 5px !important;
  }
  /* line 19590, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-5-mobile {
    margin-bottom: 5px !important;
  }
  /* line 19592, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-5-mobile {
    margin-left: 5px !important;
  }
  /* line 19594, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-5-mobile {
    margin-right: 5px !important;
  }
  /* line 19596, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-5-mobile {
    padding: 5px !important;
  }
  /* line 19598, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-5-mobile {
    padding-top: 5px !important;
  }
  /* line 19600, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-5-mobile {
    padding-bottom: 5px !important;
  }
  /* line 19602, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-5-mobile {
    padding-left: 5px !important;
  }
  /* line 19604, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-5-mobile {
    padding-right: 5px !important;
  }
  /* line 19606, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m5-mobile {
    margin: 5px !important;
  }
  /* line 19608, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-5-mobile {
    margin-top: 5px !important;
  }
  /* line 19610, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-5-mobile {
    margin-bottom: 5px !important;
  }
  /* line 19612, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-5-mobile {
    margin-left: 5px !important;
  }
  /* line 19614, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-5-mobile {
    margin-right: 5px !important;
  }
  /* line 19616, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p5-mobile {
    padding: 5px !important;
  }
  /* line 19618, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt5-mobile {
    padding-top: 5px !important;
  }
  /* line 19620, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-5-mobile {
    padding-bottom: 5px !important;
  }
  /* line 19622, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl5-mobile {
    padding-left: 5px !important;
  }
  /* line 19624, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr5-mobile {
    padding-right: 5px !important;
  }
  /* line 19626, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-10-mobile {
    margin: 10px !important;
  }
  /* line 19628, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-10-mobile {
    margin-top: 10px !important;
  }
  /* line 19630, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-10-mobile {
    margin-bottom: 10px !important;
  }
  /* line 19632, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-10-mobile {
    margin-left: 10px !important;
  }
  /* line 19634, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-10-mobile {
    margin-right: 10px !important;
  }
  /* line 19636, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-10-mobile {
    padding: 10px !important;
  }
  /* line 19638, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-10-mobile {
    padding-top: 10px !important;
  }
  /* line 19640, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-10-mobile {
    padding-bottom: 10px !important;
  }
  /* line 19642, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-10-mobile {
    padding-left: 10px !important;
  }
  /* line 19644, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-10-mobile {
    padding-right: 10px !important;
  }
  /* line 19646, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m10-mobile {
    margin: 10px !important;
  }
  /* line 19648, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-10-mobile {
    margin-top: 10px !important;
  }
  /* line 19650, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-10-mobile {
    margin-bottom: 10px !important;
  }
  /* line 19652, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-10-mobile {
    margin-left: 10px !important;
  }
  /* line 19654, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-10-mobile {
    margin-right: 10px !important;
  }
  /* line 19656, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p10-mobile {
    padding: 10px !important;
  }
  /* line 19658, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt10-mobile {
    padding-top: 10px !important;
  }
  /* line 19660, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-10-mobile {
    padding-bottom: 10px !important;
  }
  /* line 19662, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl10-mobile {
    padding-left: 10px !important;
  }
  /* line 19664, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr10-mobile {
    padding-right: 10px !important;
  }
  /* line 19666, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-15-mobile {
    margin: 15px !important;
  }
  /* line 19668, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-15-mobile {
    margin-top: 15px !important;
  }
  /* line 19670, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-15-mobile {
    margin-bottom: 15px !important;
  }
  /* line 19672, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-15-mobile {
    margin-left: 15px !important;
  }
  /* line 19674, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-15-mobile {
    margin-right: 15px !important;
  }
  /* line 19676, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-15-mobile {
    padding: 15px !important;
  }
  /* line 19678, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-15-mobile {
    padding-top: 15px !important;
  }
  /* line 19680, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-15-mobile {
    padding-bottom: 15px !important;
  }
  /* line 19682, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-15-mobile {
    padding-left: 15px !important;
  }
  /* line 19684, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-15-mobile {
    padding-right: 15px !important;
  }
  /* line 19686, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m15-mobile {
    margin: 15px !important;
  }
  /* line 19688, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-15-mobile {
    margin-top: 15px !important;
  }
  /* line 19690, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-15-mobile {
    margin-bottom: 15px !important;
  }
  /* line 19692, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-15-mobile {
    margin-left: 15px !important;
  }
  /* line 19694, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-15-mobile {
    margin-right: 15px !important;
  }
  /* line 19696, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p15-mobile {
    padding: 15px !important;
  }
  /* line 19698, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt15-mobile {
    padding-top: 15px !important;
  }
  /* line 19700, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-15-mobile {
    padding-bottom: 15px !important;
  }
  /* line 19702, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl15-mobile {
    padding-left: 15px !important;
  }
  /* line 19704, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr15-mobile {
    padding-right: 15px !important;
  }
  /* line 19706, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-20-mobile {
    margin: 20px !important;
  }
  /* line 19708, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-20-mobile {
    margin-top: 20px !important;
  }
  /* line 19710, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-20-mobile {
    margin-bottom: 20px !important;
  }
  /* line 19712, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-20-mobile {
    margin-left: 20px !important;
  }
  /* line 19714, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-20-mobile {
    margin-right: 20px !important;
  }
  /* line 19716, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-20-mobile {
    padding: 20px !important;
  }
  /* line 19718, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-20-mobile {
    padding-top: 20px !important;
  }
  /* line 19720, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-20-mobile {
    padding-bottom: 20px !important;
  }
  /* line 19722, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-20-mobile {
    padding-left: 20px !important;
  }
  /* line 19724, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-20-mobile {
    padding-right: 20px !important;
  }
  /* line 19726, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m20-mobile {
    margin: 20px !important;
  }
  /* line 19728, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-20-mobile {
    margin-top: 20px !important;
  }
  /* line 19730, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-20-mobile {
    margin-bottom: 20px !important;
  }
  /* line 19732, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-20-mobile {
    margin-left: 20px !important;
  }
  /* line 19734, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-20-mobile {
    margin-right: 20px !important;
  }
  /* line 19736, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p20-mobile {
    padding: 20px !important;
  }
  /* line 19738, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt20-mobile {
    padding-top: 20px !important;
  }
  /* line 19740, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-20-mobile {
    padding-bottom: 20px !important;
  }
  /* line 19742, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl20-mobile {
    padding-left: 20px !important;
  }
  /* line 19744, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr20-mobile {
    padding-right: 20px !important;
  }
  /* line 19746, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-25-mobile {
    margin: 25px !important;
  }
  /* line 19748, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-25-mobile {
    margin-top: 25px !important;
  }
  /* line 19750, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-25-mobile {
    margin-bottom: 25px !important;
  }
  /* line 19752, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-25-mobile {
    margin-left: 25px !important;
  }
  /* line 19754, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-25-mobile {
    margin-right: 25px !important;
  }
  /* line 19756, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-25-mobile {
    padding: 25px !important;
  }
  /* line 19758, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-25-mobile {
    padding-top: 25px !important;
  }
  /* line 19760, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-25-mobile {
    padding-bottom: 25px !important;
  }
  /* line 19762, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-25-mobile {
    padding-left: 25px !important;
  }
  /* line 19764, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-25-mobile {
    padding-right: 25px !important;
  }
  /* line 19766, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m25-mobile {
    margin: 25px !important;
  }
  /* line 19768, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-25-mobile {
    margin-top: 25px !important;
  }
  /* line 19770, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-25-mobile {
    margin-bottom: 25px !important;
  }
  /* line 19772, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-25-mobile {
    margin-left: 25px !important;
  }
  /* line 19774, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-25-mobile {
    margin-right: 25px !important;
  }
  /* line 19776, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p25-mobile {
    padding: 25px !important;
  }
  /* line 19778, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt25-mobile {
    padding-top: 25px !important;
  }
  /* line 19780, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-25-mobile {
    padding-bottom: 25px !important;
  }
  /* line 19782, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl25-mobile {
    padding-left: 25px !important;
  }
  /* line 19784, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr25-mobile {
    padding-right: 25px !important;
  }
  /* line 19786, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-30-mobile {
    margin: 30px !important;
  }
  /* line 19788, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-30-mobile {
    margin-top: 30px !important;
  }
  /* line 19790, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-30-mobile {
    margin-bottom: 30px !important;
  }
  /* line 19792, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-30-mobile {
    margin-left: 30px !important;
  }
  /* line 19794, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-30-mobile {
    margin-right: 30px !important;
  }
  /* line 19796, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-30-mobile {
    padding: 30px !important;
  }
  /* line 19798, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-30-mobile {
    padding-top: 30px !important;
  }
  /* line 19800, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-30-mobile {
    padding-bottom: 30px !important;
  }
  /* line 19802, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-30-mobile {
    padding-left: 30px !important;
  }
  /* line 19804, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-30-mobile {
    padding-right: 30px !important;
  }
  /* line 19806, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m30-mobile {
    margin: 30px !important;
  }
  /* line 19808, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-30-mobile {
    margin-top: 30px !important;
  }
  /* line 19810, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-30-mobile {
    margin-bottom: 30px !important;
  }
  /* line 19812, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-30-mobile {
    margin-left: 30px !important;
  }
  /* line 19814, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-30-mobile {
    margin-right: 30px !important;
  }
  /* line 19816, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p30-mobile {
    padding: 30px !important;
  }
  /* line 19818, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt30-mobile {
    padding-top: 30px !important;
  }
  /* line 19820, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-30-mobile {
    padding-bottom: 30px !important;
  }
  /* line 19822, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl30-mobile {
    padding-left: 30px !important;
  }
  /* line 19824, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr30-mobile {
    padding-right: 30px !important;
  }
  /* line 19826, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-35-mobile {
    margin: 35px !important;
  }
  /* line 19828, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-35-mobile {
    margin-top: 35px !important;
  }
  /* line 19830, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-35-mobile {
    margin-bottom: 35px !important;
  }
  /* line 19832, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-35-mobile {
    margin-left: 35px !important;
  }
  /* line 19834, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-35-mobile {
    margin-right: 35px !important;
  }
  /* line 19836, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-35-mobile {
    padding: 35px !important;
  }
  /* line 19838, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-35-mobile {
    padding-top: 35px !important;
  }
  /* line 19840, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-35-mobile {
    padding-bottom: 35px !important;
  }
  /* line 19842, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-35-mobile {
    padding-left: 35px !important;
  }
  /* line 19844, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-35-mobile {
    padding-right: 35px !important;
  }
  /* line 19846, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m35-mobile {
    margin: 35px !important;
  }
  /* line 19848, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-35-mobile {
    margin-top: 35px !important;
  }
  /* line 19850, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-35-mobile {
    margin-bottom: 35px !important;
  }
  /* line 19852, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-35-mobile {
    margin-left: 35px !important;
  }
  /* line 19854, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-35-mobile {
    margin-right: 35px !important;
  }
  /* line 19856, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p35-mobile {
    padding: 35px !important;
  }
  /* line 19858, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt35-mobile {
    padding-top: 35px !important;
  }
  /* line 19860, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-35-mobile {
    padding-bottom: 35px !important;
  }
  /* line 19862, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl35-mobile {
    padding-left: 35px !important;
  }
  /* line 19864, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr35-mobile {
    padding-right: 35px !important;
  }
  /* line 19866, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-40-mobile {
    margin: 40px !important;
  }
  /* line 19868, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-40-mobile {
    margin-top: 40px !important;
  }
  /* line 19870, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-40-mobile {
    margin-bottom: 40px !important;
  }
  /* line 19872, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-40-mobile {
    margin-left: 40px !important;
  }
  /* line 19874, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-40-mobile {
    margin-right: 40px !important;
  }
  /* line 19876, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-40-mobile {
    padding: 40px !important;
  }
  /* line 19878, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-40-mobile {
    padding-top: 40px !important;
  }
  /* line 19880, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-40-mobile {
    padding-bottom: 40px !important;
  }
  /* line 19882, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-40-mobile {
    padding-left: 40px !important;
  }
  /* line 19884, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-40-mobile {
    padding-right: 40px !important;
  }
  /* line 19886, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m40-mobile {
    margin: 40px !important;
  }
  /* line 19888, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-40-mobile {
    margin-top: 40px !important;
  }
  /* line 19890, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-40-mobile {
    margin-bottom: 40px !important;
  }
  /* line 19892, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-40-mobile {
    margin-left: 40px !important;
  }
  /* line 19894, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-40-mobile {
    margin-right: 40px !important;
  }
  /* line 19896, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p40-mobile {
    padding: 40px !important;
  }
  /* line 19898, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt40-mobile {
    padding-top: 40px !important;
  }
  /* line 19900, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-40-mobile {
    padding-bottom: 40px !important;
  }
  /* line 19902, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl40-mobile {
    padding-left: 40px !important;
  }
  /* line 19904, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr40-mobile {
    padding-right: 40px !important;
  }
  /* line 19906, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-45-mobile {
    margin: 45px !important;
  }
  /* line 19908, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-45-mobile {
    margin-top: 45px !important;
  }
  /* line 19910, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-45-mobile {
    margin-bottom: 45px !important;
  }
  /* line 19912, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-45-mobile {
    margin-left: 45px !important;
  }
  /* line 19914, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-45-mobile {
    margin-right: 45px !important;
  }
  /* line 19916, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-45-mobile {
    padding: 45px !important;
  }
  /* line 19918, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-45-mobile {
    padding-top: 45px !important;
  }
  /* line 19920, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-45-mobile {
    padding-bottom: 45px !important;
  }
  /* line 19922, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-45-mobile {
    padding-left: 45px !important;
  }
  /* line 19924, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-45-mobile {
    padding-right: 45px !important;
  }
  /* line 19926, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m45-mobile {
    margin: 45px !important;
  }
  /* line 19928, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-45-mobile {
    margin-top: 45px !important;
  }
  /* line 19930, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-45-mobile {
    margin-bottom: 45px !important;
  }
  /* line 19932, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-45-mobile {
    margin-left: 45px !important;
  }
  /* line 19934, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-45-mobile {
    margin-right: 45px !important;
  }
  /* line 19936, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p45-mobile {
    padding: 45px !important;
  }
  /* line 19938, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt45-mobile {
    padding-top: 45px !important;
  }
  /* line 19940, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-45-mobile {
    padding-bottom: 45px !important;
  }
  /* line 19942, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl45-mobile {
    padding-left: 45px !important;
  }
  /* line 19944, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr45-mobile {
    padding-right: 45px !important;
  }
  /* line 19946, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-50-mobile {
    margin: 50px !important;
  }
  /* line 19948, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-50-mobile {
    margin-top: 50px !important;
  }
  /* line 19950, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-50-mobile {
    margin-bottom: 50px !important;
  }
  /* line 19952, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-50-mobile {
    margin-left: 50px !important;
  }
  /* line 19954, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-50-mobile {
    margin-right: 50px !important;
  }
  /* line 19956, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-50-mobile {
    padding: 50px !important;
  }
  /* line 19958, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-50-mobile {
    padding-top: 50px !important;
  }
  /* line 19960, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-50-mobile {
    padding-bottom: 50px !important;
  }
  /* line 19962, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-50-mobile {
    padding-left: 50px !important;
  }
  /* line 19964, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-50-mobile {
    padding-right: 50px !important;
  }
  /* line 19966, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m50-mobile {
    margin: 50px !important;
  }
  /* line 19968, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-50-mobile {
    margin-top: 50px !important;
  }
  /* line 19970, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-50-mobile {
    margin-bottom: 50px !important;
  }
  /* line 19972, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-50-mobile {
    margin-left: 50px !important;
  }
  /* line 19974, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-50-mobile {
    margin-right: 50px !important;
  }
  /* line 19976, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p50-mobile {
    padding: 50px !important;
  }
  /* line 19978, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt50-mobile {
    padding-top: 50px !important;
  }
  /* line 19980, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-50-mobile {
    padding-bottom: 50px !important;
  }
  /* line 19982, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl50-mobile {
    padding-left: 50px !important;
  }
  /* line 19984, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr50-mobile {
    padding-right: 50px !important;
  }
  /* line 19986, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-55-mobile {
    margin: 55px !important;
  }
  /* line 19988, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-55-mobile {
    margin-top: 55px !important;
  }
  /* line 19990, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-55-mobile {
    margin-bottom: 55px !important;
  }
  /* line 19992, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-55-mobile {
    margin-left: 55px !important;
  }
  /* line 19994, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-55-mobile {
    margin-right: 55px !important;
  }
  /* line 19996, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-55-mobile {
    padding: 55px !important;
  }
  /* line 19998, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-55-mobile {
    padding-top: 55px !important;
  }
  /* line 20000, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-55-mobile {
    padding-bottom: 55px !important;
  }
  /* line 20002, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-55-mobile {
    padding-left: 55px !important;
  }
  /* line 20004, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-55-mobile {
    padding-right: 55px !important;
  }
  /* line 20006, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m55-mobile {
    margin: 55px !important;
  }
  /* line 20008, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-55-mobile {
    margin-top: 55px !important;
  }
  /* line 20010, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-55-mobile {
    margin-bottom: 55px !important;
  }
  /* line 20012, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-55-mobile {
    margin-left: 55px !important;
  }
  /* line 20014, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-55-mobile {
    margin-right: 55px !important;
  }
  /* line 20016, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p55-mobile {
    padding: 55px !important;
  }
  /* line 20018, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt55-mobile {
    padding-top: 55px !important;
  }
  /* line 20020, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-55-mobile {
    padding-bottom: 55px !important;
  }
  /* line 20022, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl55-mobile {
    padding-left: 55px !important;
  }
  /* line 20024, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr55-mobile {
    padding-right: 55px !important;
  }
  /* line 20026, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-60-mobile {
    margin: 60px !important;
  }
  /* line 20028, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-60-mobile {
    margin-top: 60px !important;
  }
  /* line 20030, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-60-mobile {
    margin-bottom: 60px !important;
  }
  /* line 20032, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-60-mobile {
    margin-left: 60px !important;
  }
  /* line 20034, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-60-mobile {
    margin-right: 60px !important;
  }
  /* line 20036, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-60-mobile {
    padding: 60px !important;
  }
  /* line 20038, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-60-mobile {
    padding-top: 60px !important;
  }
  /* line 20040, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-60-mobile {
    padding-bottom: 60px !important;
  }
  /* line 20042, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-60-mobile {
    padding-left: 60px !important;
  }
  /* line 20044, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-60-mobile {
    padding-right: 60px !important;
  }
  /* line 20046, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m60-mobile {
    margin: 60px !important;
  }
  /* line 20048, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-60-mobile {
    margin-top: 60px !important;
  }
  /* line 20050, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-60-mobile {
    margin-bottom: 60px !important;
  }
  /* line 20052, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-60-mobile {
    margin-left: 60px !important;
  }
  /* line 20054, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-60-mobile {
    margin-right: 60px !important;
  }
  /* line 20056, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p60-mobile {
    padding: 60px !important;
  }
  /* line 20058, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt60-mobile {
    padding-top: 60px !important;
  }
  /* line 20060, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-60-mobile {
    padding-bottom: 60px !important;
  }
  /* line 20062, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl60-mobile {
    padding-left: 60px !important;
  }
  /* line 20064, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr60-mobile {
    padding-right: 60px !important;
  }
  /* line 20066, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-65-mobile {
    margin: 65px !important;
  }
  /* line 20068, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-65-mobile {
    margin-top: 65px !important;
  }
  /* line 20070, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-65-mobile {
    margin-bottom: 65px !important;
  }
  /* line 20072, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-65-mobile {
    margin-left: 65px !important;
  }
  /* line 20074, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-65-mobile {
    margin-right: 65px !important;
  }
  /* line 20076, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-65-mobile {
    padding: 65px !important;
  }
  /* line 20078, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-65-mobile {
    padding-top: 65px !important;
  }
  /* line 20080, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-65-mobile {
    padding-bottom: 65px !important;
  }
  /* line 20082, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-65-mobile {
    padding-left: 65px !important;
  }
  /* line 20084, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-65-mobile {
    padding-right: 65px !important;
  }
  /* line 20086, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m65-mobile {
    margin: 65px !important;
  }
  /* line 20088, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-65-mobile {
    margin-top: 65px !important;
  }
  /* line 20090, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-65-mobile {
    margin-bottom: 65px !important;
  }
  /* line 20092, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-65-mobile {
    margin-left: 65px !important;
  }
  /* line 20094, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-65-mobile {
    margin-right: 65px !important;
  }
  /* line 20096, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p65-mobile {
    padding: 65px !important;
  }
  /* line 20098, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt65-mobile {
    padding-top: 65px !important;
  }
  /* line 20100, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-65-mobile {
    padding-bottom: 65px !important;
  }
  /* line 20102, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl65-mobile {
    padding-left: 65px !important;
  }
  /* line 20104, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr65-mobile {
    padding-right: 65px !important;
  }
  /* line 20106, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-70-mobile {
    margin: 70px !important;
  }
  /* line 20108, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-70-mobile {
    margin-top: 70px !important;
  }
  /* line 20110, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-70-mobile {
    margin-bottom: 70px !important;
  }
  /* line 20112, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-70-mobile {
    margin-left: 70px !important;
  }
  /* line 20114, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-70-mobile {
    margin-right: 70px !important;
  }
  /* line 20116, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-70-mobile {
    padding: 70px !important;
  }
  /* line 20118, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-70-mobile {
    padding-top: 70px !important;
  }
  /* line 20120, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-70-mobile {
    padding-bottom: 70px !important;
  }
  /* line 20122, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-70-mobile {
    padding-left: 70px !important;
  }
  /* line 20124, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-70-mobile {
    padding-right: 70px !important;
  }
  /* line 20126, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m70-mobile {
    margin: 70px !important;
  }
  /* line 20128, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-70-mobile {
    margin-top: 70px !important;
  }
  /* line 20130, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-70-mobile {
    margin-bottom: 70px !important;
  }
  /* line 20132, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-70-mobile {
    margin-left: 70px !important;
  }
  /* line 20134, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-70-mobile {
    margin-right: 70px !important;
  }
  /* line 20136, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p70-mobile {
    padding: 70px !important;
  }
  /* line 20138, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt70-mobile {
    padding-top: 70px !important;
  }
  /* line 20140, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-70-mobile {
    padding-bottom: 70px !important;
  }
  /* line 20142, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl70-mobile {
    padding-left: 70px !important;
  }
  /* line 20144, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr70-mobile {
    padding-right: 70px !important;
  }
  /* line 20146, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-75-mobile {
    margin: 75px !important;
  }
  /* line 20148, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-75-mobile {
    margin-top: 75px !important;
  }
  /* line 20150, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-75-mobile {
    margin-bottom: 75px !important;
  }
  /* line 20152, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-75-mobile {
    margin-left: 75px !important;
  }
  /* line 20154, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-75-mobile {
    margin-right: 75px !important;
  }
  /* line 20156, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-75-mobile {
    padding: 75px !important;
  }
  /* line 20158, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-75-mobile {
    padding-top: 75px !important;
  }
  /* line 20160, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-75-mobile {
    padding-bottom: 75px !important;
  }
  /* line 20162, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-75-mobile {
    padding-left: 75px !important;
  }
  /* line 20164, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-75-mobile {
    padding-right: 75px !important;
  }
  /* line 20166, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m75-mobile {
    margin: 75px !important;
  }
  /* line 20168, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-75-mobile {
    margin-top: 75px !important;
  }
  /* line 20170, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-75-mobile {
    margin-bottom: 75px !important;
  }
  /* line 20172, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-75-mobile {
    margin-left: 75px !important;
  }
  /* line 20174, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-75-mobile {
    margin-right: 75px !important;
  }
  /* line 20176, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p75-mobile {
    padding: 75px !important;
  }
  /* line 20178, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt75-mobile {
    padding-top: 75px !important;
  }
  /* line 20180, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-75-mobile {
    padding-bottom: 75px !important;
  }
  /* line 20182, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl75-mobile {
    padding-left: 75px !important;
  }
  /* line 20184, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr75-mobile {
    padding-right: 75px !important;
  }
  /* line 20186, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-80-mobile {
    margin: 80px !important;
  }
  /* line 20188, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-80-mobile {
    margin-top: 80px !important;
  }
  /* line 20190, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-80-mobile {
    margin-bottom: 80px !important;
  }
  /* line 20192, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-80-mobile {
    margin-left: 80px !important;
  }
  /* line 20194, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-80-mobile {
    margin-right: 80px !important;
  }
  /* line 20196, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-80-mobile {
    padding: 80px !important;
  }
  /* line 20198, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-80-mobile {
    padding-top: 80px !important;
  }
  /* line 20200, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-80-mobile {
    padding-bottom: 80px !important;
  }
  /* line 20202, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-80-mobile {
    padding-left: 80px !important;
  }
  /* line 20204, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-80-mobile {
    padding-right: 80px !important;
  }
  /* line 20206, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m80-mobile {
    margin: 80px !important;
  }
  /* line 20208, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-80-mobile {
    margin-top: 80px !important;
  }
  /* line 20210, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-80-mobile {
    margin-bottom: 80px !important;
  }
  /* line 20212, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-80-mobile {
    margin-left: 80px !important;
  }
  /* line 20214, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-80-mobile {
    margin-right: 80px !important;
  }
  /* line 20216, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p80-mobile {
    padding: 80px !important;
  }
  /* line 20218, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt80-mobile {
    padding-top: 80px !important;
  }
  /* line 20220, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-80-mobile {
    padding-bottom: 80px !important;
  }
  /* line 20222, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl80-mobile {
    padding-left: 80px !important;
  }
  /* line 20224, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr80-mobile {
    padding-right: 80px !important;
  }
  /* line 20226, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-85-mobile {
    margin: 85px !important;
  }
  /* line 20228, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-85-mobile {
    margin-top: 85px !important;
  }
  /* line 20230, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-85-mobile {
    margin-bottom: 85px !important;
  }
  /* line 20232, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-85-mobile {
    margin-left: 85px !important;
  }
  /* line 20234, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-85-mobile {
    margin-right: 85px !important;
  }
  /* line 20236, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-85-mobile {
    padding: 85px !important;
  }
  /* line 20238, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-85-mobile {
    padding-top: 85px !important;
  }
  /* line 20240, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-85-mobile {
    padding-bottom: 85px !important;
  }
  /* line 20242, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-85-mobile {
    padding-left: 85px !important;
  }
  /* line 20244, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-85-mobile {
    padding-right: 85px !important;
  }
  /* line 20246, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m85-mobile {
    margin: 85px !important;
  }
  /* line 20248, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-85-mobile {
    margin-top: 85px !important;
  }
  /* line 20250, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-85-mobile {
    margin-bottom: 85px !important;
  }
  /* line 20252, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-85-mobile {
    margin-left: 85px !important;
  }
  /* line 20254, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-85-mobile {
    margin-right: 85px !important;
  }
  /* line 20256, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p85-mobile {
    padding: 85px !important;
  }
  /* line 20258, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt85-mobile {
    padding-top: 85px !important;
  }
  /* line 20260, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-85-mobile {
    padding-bottom: 85px !important;
  }
  /* line 20262, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl85-mobile {
    padding-left: 85px !important;
  }
  /* line 20264, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr85-mobile {
    padding-right: 85px !important;
  }
  /* line 20266, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-90-mobile {
    margin: 90px !important;
  }
  /* line 20268, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-90-mobile {
    margin-top: 90px !important;
  }
  /* line 20270, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-90-mobile {
    margin-bottom: 90px !important;
  }
  /* line 20272, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-90-mobile {
    margin-left: 90px !important;
  }
  /* line 20274, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-90-mobile {
    margin-right: 90px !important;
  }
  /* line 20276, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-90-mobile {
    padding: 90px !important;
  }
  /* line 20278, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-90-mobile {
    padding-top: 90px !important;
  }
  /* line 20280, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-90-mobile {
    padding-bottom: 90px !important;
  }
  /* line 20282, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-90-mobile {
    padding-left: 90px !important;
  }
  /* line 20284, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-90-mobile {
    padding-right: 90px !important;
  }
  /* line 20286, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m90-mobile {
    margin: 90px !important;
  }
  /* line 20288, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-90-mobile {
    margin-top: 90px !important;
  }
  /* line 20290, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-90-mobile {
    margin-bottom: 90px !important;
  }
  /* line 20292, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-90-mobile {
    margin-left: 90px !important;
  }
  /* line 20294, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-90-mobile {
    margin-right: 90px !important;
  }
  /* line 20296, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p90-mobile {
    padding: 90px !important;
  }
  /* line 20298, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt90-mobile {
    padding-top: 90px !important;
  }
  /* line 20300, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-90-mobile {
    padding-bottom: 90px !important;
  }
  /* line 20302, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl90-mobile {
    padding-left: 90px !important;
  }
  /* line 20304, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr90-mobile {
    padding-right: 90px !important;
  }
  /* line 20306, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-95-mobile {
    margin: 95px !important;
  }
  /* line 20308, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-95-mobile {
    margin-top: 95px !important;
  }
  /* line 20310, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-95-mobile {
    margin-bottom: 95px !important;
  }
  /* line 20312, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-95-mobile {
    margin-left: 95px !important;
  }
  /* line 20314, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-95-mobile {
    margin-right: 95px !important;
  }
  /* line 20316, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-95-mobile {
    padding: 95px !important;
  }
  /* line 20318, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-95-mobile {
    padding-top: 95px !important;
  }
  /* line 20320, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-95-mobile {
    padding-bottom: 95px !important;
  }
  /* line 20322, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-95-mobile {
    padding-left: 95px !important;
  }
  /* line 20324, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-95-mobile {
    padding-right: 95px !important;
  }
  /* line 20326, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m95-mobile {
    margin: 95px !important;
  }
  /* line 20328, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-95-mobile {
    margin-top: 95px !important;
  }
  /* line 20330, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-95-mobile {
    margin-bottom: 95px !important;
  }
  /* line 20332, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-95-mobile {
    margin-left: 95px !important;
  }
  /* line 20334, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-95-mobile {
    margin-right: 95px !important;
  }
  /* line 20336, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p95-mobile {
    padding: 95px !important;
  }
  /* line 20338, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt95-mobile {
    padding-top: 95px !important;
  }
  /* line 20340, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-95-mobile {
    padding-bottom: 95px !important;
  }
  /* line 20342, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl95-mobile {
    padding-left: 95px !important;
  }
  /* line 20344, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr95-mobile {
    padding-right: 95px !important;
  }
  /* line 20346, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-100-mobile {
    margin: 100px !important;
  }
  /* line 20348, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-t-100-mobile {
    margin-top: 100px !important;
  }
  /* line 20350, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-b-100-mobile {
    margin-bottom: 100px !important;
  }
  /* line 20352, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-l-100-mobile {
    margin-left: 100px !important;
  }
  /* line 20354, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-margin-r-100-mobile {
    margin-right: 100px !important;
  }
  /* line 20356, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-100-mobile {
    padding: 100px !important;
  }
  /* line 20358, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-t-100-mobile {
    padding-top: 100px !important;
  }
  /* line 20360, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-b-100-mobile {
    padding-bottom: 100px !important;
  }
  /* line 20362, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-l-100-mobile {
    padding-left: 100px !important;
  }
  /* line 20364, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-padding-r-100-mobile {
    padding-right: 100px !important;
  }
  /* line 20366, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-m100-mobile {
    margin: 100px !important;
  }
  /* line 20368, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mt-100-mobile {
    margin-top: 100px !important;
  }
  /* line 20370, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mb-100-mobile {
    margin-bottom: 100px !important;
  }
  /* line 20372, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-ml-100-mobile {
    margin-left: 100px !important;
  }
  /* line 20374, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-mr-100-mobile {
    margin-right: 100px !important;
  }
  /* line 20376, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-p100-mobile {
    padding: 100px !important;
  }
  /* line 20378, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pt100-mobile {
    padding-top: 100px !important;
  }
  /* line 20380, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pb-100-mobile {
    padding-bottom: 100px !important;
  }
  /* line 20382, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pl100-mobile {
    padding-left: 100px !important;
  }
  /* line 20384, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pr100-mobile {
    padding-right: 100px !important;
  }
}

/* line 20387, app/assets/stylesheets/theme/style.bundle.scss */
.kt-opacity-1 {
  opacity: 0.1;
}

/* line 20390, app/assets/stylesheets/theme/style.bundle.scss */
.kt-opacity-2 {
  opacity: 0.2;
}

/* line 20393, app/assets/stylesheets/theme/style.bundle.scss */
.kt-opacity-3 {
  opacity: 0.3;
}

/* line 20396, app/assets/stylesheets/theme/style.bundle.scss */
.kt-opacity-4 {
  opacity: 0.4;
}

/* line 20399, app/assets/stylesheets/theme/style.bundle.scss */
.kt-opacity-5 {
  opacity: 0.5;
}

/* line 20402, app/assets/stylesheets/theme/style.bundle.scss */
.kt-opacity-6 {
  opacity: 0.6;
}

/* line 20405, app/assets/stylesheets/theme/style.bundle.scss */
.kt-opacity-7 {
  opacity: 0.7;
}

/* line 20408, app/assets/stylesheets/theme/style.bundle.scss */
.kt-opacity-8 {
  opacity: 0.8;
}

/* line 20411, app/assets/stylesheets/theme/style.bundle.scss */
.kt-opacity-9 {
  opacity: 0.9;
}

/* line 20414, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radius-100 {
  border-radius: 100%;
}

/* line 20417, app/assets/stylesheets/theme/style.bundle.scss */
.kt-valign-top {
  vertical-align: top;
}

/* line 20420, app/assets/stylesheets/theme/style.bundle.scss */
.kt-space-5 {
  display: block;
  height: 0;
  margin-bottom: 5px;
}

/* line 20425, app/assets/stylesheets/theme/style.bundle.scss */
.kt-space-10 {
  display: block;
  height: 0;
  margin-bottom: 10px;
}

/* line 20430, app/assets/stylesheets/theme/style.bundle.scss */
.kt-space-15 {
  display: block;
  height: 0;
  margin-bottom: 15px;
}

/* line 20435, app/assets/stylesheets/theme/style.bundle.scss */
.kt-space-20 {
  display: block;
  height: 0;
  margin-bottom: 20px;
}

/* line 20440, app/assets/stylesheets/theme/style.bundle.scss */
.kt-space-30 {
  display: block;
  height: 0;
  margin-bottom: 30px;
}

/* line 20445, app/assets/stylesheets/theme/style.bundle.scss */
.kt-space-40 {
  display: block;
  height: 0;
  margin-bottom: 40px;
}

/* line 20450, app/assets/stylesheets/theme/style.bundle.scss */
.kt-valign-middle {
  vertical-align: middle;
}

/* line 20453, app/assets/stylesheets/theme/style.bundle.scss */
.kt-valign-bottom {
  vertical-align: bottom;
}

/* line 20456, app/assets/stylesheets/theme/style.bundle.scss */
.kt-block-center {
  margin-left: auto;
  margin-right: auto;
}

/* line 20460, app/assets/stylesheets/theme/style.bundle.scss */
.kt-align-right {
  text-align: right;
}

/* line 20463, app/assets/stylesheets/theme/style.bundle.scss */
.kt-align-left {
  text-align: left;
}

/* line 20466, app/assets/stylesheets/theme/style.bundle.scss */
.kt-align-center {
  text-align: center;
}

/* line 20469, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pull-right {
  float: right;
}

/* line 20472, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pull-left {
  float: left;
}

/* line 20475, app/assets/stylesheets/theme/style.bundle.scss */
.kt-img-rounded {
  border-radius: 50% !important;
}

/* line 20478, app/assets/stylesheets/theme/style.bundle.scss */
.kt-block-inline {
  display: inline-block;
}

/* line 20481, app/assets/stylesheets/theme/style.bundle.scss */
.kt-icon-middle:before {
  vertical-align: middle;
}

/* line 20484, app/assets/stylesheets/theme/style.bundle.scss */
.kt-hidden,
.kt-hide {
  display: none !important;
}

/* line 20488, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-sm {
  font-size: 0.8rem !important;
}

/* line 20491, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-md {
  font-size: 0.9rem !important;
}

/* line 20494, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-lg {
  font-size: 1.2rem !important;
}

/* line 20497, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-xl {
  font-size: 1.5rem !important;
}

/* line 20500, app/assets/stylesheets/theme/style.bundle.scss */
.kt-clearfix:before, .kt-clearfix:after {
  content: " ";
  display: table;
}

/* line 20504, app/assets/stylesheets/theme/style.bundle.scss */
.kt-clearfix:after {
  clear: both;
}

/* line 20507, app/assets/stylesheets/theme/style.bundle.scss */
.kt-icon-sm {
  font-size: 0.75rem !important;
}

/* line 20510, app/assets/stylesheets/theme/style.bundle.scss */
.kt-icon-md {
  font-size: 0.9rem !important;
}

/* line 20513, app/assets/stylesheets/theme/style.bundle.scss */
.kt-icon-lg {
  font-size: 1.2rem !important;
}

/* line 20516, app/assets/stylesheets/theme/style.bundle.scss */
.kt-icon-xl {
  font-size: 1.4rem !important;
}

/* line 20519, app/assets/stylesheets/theme/style.bundle.scss */
.kt-marginless {
  margin: 0 !important;
}

/* line 20522, app/assets/stylesheets/theme/style.bundle.scss */
.kt-img-centered {
  text-align: center;
}

/* line 20525, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-transform-u {
  text-transform: uppercase;
}

/* line 20528, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-transform-l {
  text-transform: lowercase;
}

/* line 20531, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-transform-c {
  text-transform: capitalize;
}

/* line 20534, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-transform-i {
  text-transform: initial;
}

/* line 20537, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-regular {
  font-weight: 400 !important;
}

/* line 20540, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-bold {
  font-weight: 500 !important;
}

/* line 20543, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-bolder {
  font-weight: 600 !important;
}

/* line 20546, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-boldest {
  font-weight: 700 !important;
}

/* line 20549, app/assets/stylesheets/theme/style.bundle.scss */
b,
strong {
  font-weight: bold;
}

/* line 20553, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-brand {
  color: #5d78ff !important;
}

/* line 20556, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-hover-brand:hover {
  color: #0029f6;
}

/* line 20559, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-inverse-brand {
  color: #ffffff !important;
}

/* line 20562, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-brand {
  background-color: #5d78ff !important;
}

/* line 20565, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-fill-brand {
  background-color: #5d78ff !important;
  color: #ffffff !important;
}

/* line 20568, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-fill-brand > i {
  color: #ffffff !important;
}

/* line 20571, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-light-brand {
  background-color: rgba(93, 120, 255, 0.1) !important;
}

/* line 20574, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-metal {
  color: #d3dae6 !important;
}

/* line 20577, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-hover-metal:hover {
  color: #92a3c1;
}

/* line 20580, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-inverse-metal {
  color: #586272 !important;
}

/* line 20583, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-metal {
  background-color: #d3dae6 !important;
}

/* line 20586, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-fill-metal {
  background-color: #d3dae6 !important;
  color: #586272 !important;
}

/* line 20589, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-fill-metal > i {
  color: #586272 !important;
}

/* line 20592, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-light-metal {
  background-color: rgba(211, 218, 230, 0.1) !important;
}

/* line 20595, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-light {
  color: #ffffff !important;
}

/* line 20598, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-hover-light:hover {
  color: #cccccc;
}

/* line 20601, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-inverse-light {
  color: #282a3c !important;
}

/* line 20604, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-light {
  background-color: #ffffff !important;
}

/* line 20607, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-fill-light {
  background-color: #ffffff !important;
  color: #282a3c !important;
}

/* line 20610, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-fill-light > i {
  color: #282a3c !important;
}

/* line 20613, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-light-light {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 20616, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-dark {
  color: #645ca1 !important;
}

/* line 20619, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-hover-dark:hover {
  color: #3c3760;
}

/* line 20622, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-inverse-dark {
  color: #ffffff !important;
}

/* line 20625, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-dark {
  background-color: #645ca1 !important;
}

/* line 20628, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-fill-dark {
  background-color: #645ca1 !important;
  color: #ffffff !important;
}

/* line 20631, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-fill-dark > i {
  color: #ffffff !important;
}

/* line 20634, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-light-dark {
  background-color: rgba(100, 92, 161, 0.1) !important;
}

/* line 20637, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-accent {
  color: #00c5dc !important;
}

/* line 20640, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-hover-accent:hover {
  color: #006a76;
}

/* line 20643, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-inverse-accent {
  color: #ffffff !important;
}

/* line 20646, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-accent {
  background-color: #00c5dc !important;
}

/* line 20649, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-fill-accent {
  background-color: #00c5dc !important;
  color: #ffffff !important;
}

/* line 20652, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-fill-accent > i {
  color: #ffffff !important;
}

/* line 20655, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-light-accent {
  background-color: rgba(0, 197, 220, 0.1) !important;
}

/* line 20658, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-focus {
  color: #9816f4 !important;
}

/* line 20661, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-hover-focus:hover {
  color: #5f079d;
}

/* line 20664, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-inverse-focus {
  color: #ffffff !important;
}

/* line 20667, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-focus {
  background-color: #9816f4 !important;
}

/* line 20670, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-fill-focus {
  background-color: #9816f4 !important;
  color: #ffffff !important;
}

/* line 20673, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-fill-focus > i {
  color: #ffffff !important;
}

/* line 20676, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-light-focus {
  background-color: rgba(152, 22, 244, 0.1) !important;
}

/* line 20679, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-primary {
  color: #5867dd !important;
}

/* line 20682, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-hover-primary:hover {
  color: #2332ac;
}

/* line 20685, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-inverse-primary {
  color: #ffffff !important;
}

/* line 20688, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-primary {
  background-color: #5867dd !important;
}

/* line 20691, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-fill-primary {
  background-color: #5867dd !important;
  color: #ffffff !important;
}

/* line 20694, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-fill-primary > i {
  color: #ffffff !important;
}

/* line 20697, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-light-primary {
  background-color: rgba(88, 103, 221, 0.1) !important;
}

/* line 20700, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-success {
  color: #1dc9b7 !important;
}

/* line 20703, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-hover-success:hover {
  color: #107066;
}

/* line 20706, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-inverse-success {
  color: #ffffff !important;
}

/* line 20709, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-success {
  background-color: #1dc9b7 !important;
}

/* line 20712, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-fill-success {
  background-color: #1dc9b7 !important;
  color: #ffffff !important;
}

/* line 20715, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-fill-success > i {
  color: #ffffff !important;
}

/* line 20718, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-light-success {
  background-color: rgba(29, 201, 183, 0.1) !important;
}

/* line 20721, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-info {
  color: #5578eb !important;
}

/* line 20724, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-hover-info:hover {
  color: #173fc3;
}

/* line 20727, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-inverse-info {
  color: #ffffff !important;
}

/* line 20730, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-info {
  background-color: #5578eb !important;
}

/* line 20733, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-fill-info {
  background-color: #5578eb !important;
  color: #ffffff !important;
}

/* line 20736, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-fill-info > i {
  color: #ffffff !important;
}

/* line 20739, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-light-info {
  background-color: rgba(85, 120, 235, 0.1) !important;
}

/* line 20742, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-warning {
  color: #ffb822 !important;
}

/* line 20745, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-hover-warning:hover {
  color: #bb7f00;
}

/* line 20748, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-inverse-warning {
  color: #111111 !important;
}

/* line 20751, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-warning {
  background-color: #ffb822 !important;
}

/* line 20754, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-fill-warning {
  background-color: #ffb822 !important;
  color: #111111 !important;
}

/* line 20757, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-fill-warning > i {
  color: #111111 !important;
}

/* line 20760, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-light-warning {
  background-color: rgba(255, 184, 34, 0.1) !important;
}

/* line 20763, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-danger {
  color: #fd397a !important;
}

/* line 20766, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-hover-danger:hover {
  color: #ce0246;
}

/* line 20769, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-inverse-danger {
  color: #ffffff !important;
}

/* line 20772, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-danger {
  background-color: #fd397a !important;
}

/* line 20775, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-fill-danger {
  background-color: #fd397a !important;
  color: #ffffff !important;
}

/* line 20778, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-fill-danger > i {
  color: #ffffff !important;
}

/* line 20781, app/assets/stylesheets/theme/style.bundle.scss */
.kt-bg-light-danger {
  background-color: rgba(253, 57, 122, 0.1) !important;
}

/* line 20784, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-facebook {
  color: #3b5998 !important;
}

/* line 20787, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-google {
  color: #dc4e41 !important;
}

/* line 20790, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-twitter {
  color: #4AB3F4 !important;
}

/* line 20793, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-instagram {
  color: #517fa4 !important;
}

/* line 20796, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-youtube {
  color: #b31217 !important;
}

/* line 20799, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-linkedin {
  color: #0077b5 !important;
}

/* line 20802, app/assets/stylesheets/theme/style.bundle.scss */
.kt-font-skype {
  color: #00aff0 !important;
}

/* line 20805, app/assets/stylesheets/theme/style.bundle.scss */
.kt-label-font-color-1 {
  color: #a2a5b9 !important;
}

/* line 20808, app/assets/stylesheets/theme/style.bundle.scss */
.kt-label-bg-color-1 {
  background-color: #a2a5b9 !important;
}

/* line 20811, app/assets/stylesheets/theme/style.bundle.scss */
.kt-label-font-color-2 {
  color: #74788d !important;
}

/* line 20814, app/assets/stylesheets/theme/style.bundle.scss */
.kt-label-bg-color-2 {
  background-color: #74788d !important;
}

/* line 20817, app/assets/stylesheets/theme/style.bundle.scss */
.kt-label-font-color-3 {
  color: #595d6e !important;
}

/* line 20820, app/assets/stylesheets/theme/style.bundle.scss */
.kt-label-bg-color-3 {
  background-color: #595d6e !important;
}

/* line 20823, app/assets/stylesheets/theme/style.bundle.scss */
.kt-label-font-color-4 {
  color: #48465b !important;
}

/* line 20826, app/assets/stylesheets/theme/style.bundle.scss */
.kt-label-bg-color-4 {
  background-color: #48465b !important;
}

/* line 20829, app/assets/stylesheets/theme/style.bundle.scss */
.kt-shape-font-color-1 {
  color: #f0f3ff !important;
}

/* line 20832, app/assets/stylesheets/theme/style.bundle.scss */
.kt-shape-bg-color-1 {
  background-color: #f0f3ff !important;
}

/* line 20835, app/assets/stylesheets/theme/style.bundle.scss */
.kt-shape-font-color-2 {
  color: #e8ecfa !important;
}

/* line 20838, app/assets/stylesheets/theme/style.bundle.scss */
.kt-shape-bg-color-2 {
  background-color: #e8ecfa !important;
}

/* line 20841, app/assets/stylesheets/theme/style.bundle.scss */
.kt-shape-font-color-3 {
  color: #93a2dd !important;
}

/* line 20844, app/assets/stylesheets/theme/style.bundle.scss */
.kt-shape-bg-color-3 {
  background-color: #93a2dd !important;
}

/* line 20847, app/assets/stylesheets/theme/style.bundle.scss */
.kt-shape-font-color-4 {
  color: #646c9a !important;
}

/* line 20850, app/assets/stylesheets/theme/style.bundle.scss */
.kt-shape-bg-color-4 {
  background-color: #646c9a !important;
}

/* line 20853, app/assets/stylesheets/theme/style.bundle.scss */
.kt-visible-desktop,
.kt-visible-desktop-inline-block,
.kt-visible-desktop-inline,
.kt-visible-desktop-table,
.kt-visible-desktop-table-cell,
.kt-visible-tablet,
.kt-visible-tablet-inline-block,
.kt-visible-tablet-inline,
.kt-visible-tablet-table,
.kt-visible-tablet-table-cell,
.kt-visible-tablet-and-mobile,
.kt-visible-tablet-and-mobile-inline-block,
.kt-visible-tablet-and-mobile-inline,
.kt-visible-tablet-and-mobile-table,
.kt-visible-tablet-and-mobile-table-cell,
.kt-visible-mobile,
.kt-visible-mobile-inline-block,
.kt-visible-mobile-inline,
.kt-visible-mobile-table,
.kt-visible-mobile-table-cell {
  display: none !important;
}

@media (min-width: 1025px) {
  /* line 20876, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-visible-desktop {
    display: block !important;
  }
  /* line 20878, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-visible-desktop-inline-block {
    display: inline-block !important;
  }
  /* line 20880, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-visible-desktop-inline {
    display: inline !important;
  }
  /* line 20882, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-visible-desktop-table {
    display: table !important;
  }
  /* line 20884, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-visible-desktop-table-cell {
    display: table-cell !important;
  }
  /* line 20886, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-hidden-desktop {
    display: none !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* line 20890, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-visible-tablet {
    display: block !important;
  }
  /* line 20892, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-visible-tablet-inline-block {
    display: inline-block !important;
  }
  /* line 20894, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-visible-tablet-inline {
    display: inline !important;
  }
  /* line 20896, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-visible-tablet-table {
    display: table !important;
  }
  /* line 20898, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-visible-tablet-table-cell {
    display: table-cell !important;
  }
  /* line 20900, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  /* line 20904, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-visible-tablet-and-mobile {
    display: block !important;
  }
  /* line 20906, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-visible-tablet-and-mobile-inline-block {
    display: inline-block !important;
  }
  /* line 20908, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-visible-tablet-and-mobile-inline {
    display: inline !important;
  }
  /* line 20910, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-visible-tablet-and-mobile-table {
    display: table !important;
  }
  /* line 20912, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-visible-tablet-and-mobile-table-cell {
    display: table-cell !important;
  }
  /* line 20914, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-hidden-tablet-and-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  /* line 20918, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-visible-mobile {
    display: block !important;
  }
  /* line 20920, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-visible-mobile-inline-block {
    display: inline-block !important;
  }
  /* line 20922, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-visible-mobile-inline {
    display: inline !important;
  }
  /* line 20924, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-visible-mobile-table {
    display: table !important;
  }
  /* line 20926, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-visible-mobile-table-cell {
    display: table-cell !important;
  }
  /* line 20928, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-hidden-mobile {
    display: none !important;
  }
}

/* line 20931, app/assets/stylesheets/theme/style.bundle.scss */
.kt-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 20939, app/assets/stylesheets/theme/style.bundle.scss */
.kt-rounded {
  border-radius: 4px !important;
}

/* line 20942, app/assets/stylesheets/theme/style.bundle.scss */
.kt-negative-spacing--1 {
  margin-top: -10px;
}

/* line 20945, app/assets/stylesheets/theme/style.bundle.scss */
.kt-negative-spacing--2 {
  margin-top: -20px;
}

/* line 20948, app/assets/stylesheets/theme/style.bundle.scss */
.kt-negative-spacing--3 {
  margin-top: -30px;
}

/* line 20951, app/assets/stylesheets/theme/style.bundle.scss */
.kt-negative-spacing--4 {
  margin-top: -40px;
}

/* line 20954, app/assets/stylesheets/theme/style.bundle.scss */
.kt-negative-spacing--5 {
  margin-top: -50px;
}

/* line 20957, app/assets/stylesheets/theme/style.bundle.scss */
.kt-negative-spacing--6 {
  margin-top: -60px;
}

/* line 20960, app/assets/stylesheets/theme/style.bundle.scss */
.kt-negative-spacing--7 {
  margin-top: -70px;
}

/* line 20963, app/assets/stylesheets/theme/style.bundle.scss */
.kt-negative-spacing--8 {
  margin-top: -80px;
}

/* line 20966, app/assets/stylesheets/theme/style.bundle.scss */
.kt-negative-spacing--9 {
  margin-top: -90px;
}

/* line 20969, app/assets/stylesheets/theme/style.bundle.scss */
.kt-negative-spacing--10 {
  margin-top: -100px;
}

/* line 20972, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 20980, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--hor.kt-grid--root:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) {
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex: 1 0 0px;
}

/* line 20984, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

/* line 20988, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/* line 20992, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* line 20996, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

/* line 21000, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

/* line 21004, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

/* line 21008, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

/* line 21012, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

/* line 21016, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

/* line 21020, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

/* line 21024, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

/* line 21028, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

/* line 21032, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

/* line 21036, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

/* line 21041, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 21049, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--ver.kt-grid--root:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) {
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex: 1 0 0px;
}

/* line 21053, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* line 21057, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid {
  -webkit-box-flex: 1;
  flex: 1 auto;
  -ms-flex: 1 0 0px;
  min-width: 0;
}

@media screen {
  /* line 21063, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid {
    min-width: none;
  }
}

/* line 21065, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* line 21069, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

/* line 21073, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

/* line 21077, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

/* line 21081, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

/* line 21085, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

/* line 21089, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

/* line 21093, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

/* line 21097, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

/* line 21101, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

/* line 21105, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

/* line 21109, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

/* line 21114, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--center {
  -ms-flex-line-pack: center;
  align-content: center;
}

/* line 21118, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid.kt-grid--stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* line 21123, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid > .kt-grid__item {
  max-width: 100%;
}

/* line 21125, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid > .kt-grid__item.kt-grid__item--top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* line 21128, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid > .kt-grid__item.kt-grid__item--middle {
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 21131, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid > .kt-grid__item.kt-grid__item--bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* line 21135, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid > .kt-grid__item.kt-grid__item--order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* line 21140, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid > .kt-grid__item.kt-grid__item--order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

/* line 21145, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid > .kt-grid__item.kt-grid__item--order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

/* line 21150, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid > .kt-grid__item.kt-grid__item--order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

/* line 21155, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid > .kt-grid__item.kt-grid__item--order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

/* line 21160, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid > .kt-grid__item.kt-grid__item--order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

/* line 21165, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid > .kt-grid__item.kt-grid__item--order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

/* line 21170, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid > .kt-grid__item.kt-grid__item--order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

/* line 21175, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid > .kt-grid__item.kt-grid__item--order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

/* line 21180, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid > .kt-grid__item.kt-grid__item--order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

/* line 21185, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid > .kt-grid__item.kt-grid__item--order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

/* line 21190, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid > .kt-grid__item.kt-grid__item--order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

@media (min-width: 1025px) {
  /* line 21196, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 21204, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop.kt-grid--root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  /* line 21208, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  /* line 21212, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid-desktop {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  /* line 21216, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-1-desktop {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 21220, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-2-desktop {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 21224, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-3-desktop {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 21228, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-4-desktop {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 21232, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-5-desktop {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 21236, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-6-desktop {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 21240, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-7-desktop {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 21244, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-8-desktop {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 21248, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-9-desktop {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 21252, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-10-desktop {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 21256, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-11-desktop {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 21260, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-12-desktop {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 21264, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 21272, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop.kt-grid--root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  /* line 21276, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  /* line 21280, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid-desktop {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}

@media screen and (min-width: 1025px) {
  /* line 21286, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid-desktop {
    min-width: none;
  }
}

@media (min-width: 1025px) {
  /* line 21290, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-1-desktop {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 21294, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-2-desktop {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 21298, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-3-desktop {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 21302, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-4-desktop {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 21306, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-5-desktop {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 21310, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-6-desktop {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 21314, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-7-desktop {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 21318, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-8-desktop {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 21322, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-9-desktop {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 21326, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-10-desktop {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 21330, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-11-desktop {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 21334, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-12-desktop {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 21338, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  /* line 21341, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  /* line 21345, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item {
    max-width: 100%;
  }
  /* line 21347, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--top {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  /* line 21350, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--middle {
    -ms-flex-item-align: center;
    align-self: center;
  }
  /* line 21353, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  /* line 21356, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 21360, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 21364, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 21368, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 21372, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 21376, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 21380, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 21384, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 21388, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 21392, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 21396, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 21400, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width: 1400px) {
  /* line 21406, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 21414, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl.kt-grid--root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  /* line 21418, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  /* line 21422, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid-desktop-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  /* line 21426, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-1-desktop-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 21430, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-2-desktop-xl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 21434, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-3-desktop-xl {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 21438, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-4-desktop-xl {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 21442, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-5-desktop-xl {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 21446, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-6-desktop-xl {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 21450, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-7-desktop-xl {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 21454, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-8-desktop-xl {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 21458, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-9-desktop-xl {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 21462, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-10-desktop-xl {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 21466, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-11-desktop-xl {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 21470, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-12-desktop-xl {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 21474, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 21482, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl.kt-grid--root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  /* line 21486, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  /* line 21490, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid-desktop-xl {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}

@media screen and (min-width: 1400px) {
  /* line 21496, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid-desktop-xl {
    min-width: none;
  }
}

@media (min-width: 1400px) {
  /* line 21500, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-1-desktop-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 21504, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-2-desktop-xl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 21508, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-3-desktop-xl {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 21512, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-4-desktop-xl {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 21516, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-5-desktop-xl {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 21520, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-6-desktop-xl {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 21524, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-7-desktop-xl {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 21528, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-8-desktop-xl {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 21532, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-9-desktop-xl {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 21536, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-10-desktop-xl {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 21540, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-11-desktop-xl {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 21544, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-12-desktop-xl {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 21548, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  /* line 21551, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  /* line 21555, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item {
    max-width: 100%;
  }
  /* line 21557, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--top {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  /* line 21560, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--middle {
    -ms-flex-item-align: center;
    align-self: center;
  }
  /* line 21563, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  /* line 21566, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 21570, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 21574, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 21578, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 21582, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 21586, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 21590, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 21594, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 21598, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 21602, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 21606, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 21610, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width: 769px) {
  /* line 21616, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 21624, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet.kt-grid--root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  /* line 21628, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  /* line 21632, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid-desktop-and-tablet {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  /* line 21636, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-1-desktop-and-tablet {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 21640, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-2-desktop-and-tablet {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 21644, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-3-desktop-and-tablet {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 21648, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-4-desktop-and-tablet {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 21652, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-5-desktop-and-tablet {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 21656, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-6-desktop-and-tablet {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 21660, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-7-desktop-and-tablet {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 21664, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-8-desktop-and-tablet {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 21668, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-9-desktop-and-tablet {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 21672, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-10-desktop-and-tablet {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 21676, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-11-desktop-and-tablet {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 21680, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-12-desktop-and-tablet {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 21684, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 21692, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet.kt-grid--root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  /* line 21696, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  /* line 21700, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid-desktop-and-tablet {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}

@media screen and (min-width: 769px) {
  /* line 21706, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid-desktop-and-tablet {
    min-width: none;
  }
}

@media (min-width: 769px) {
  /* line 21710, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-1-desktop-and-tablet {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 21714, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-2-desktop-and-tablet {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 21718, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-3-desktop-and-tablet {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 21722, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-4-desktop-and-tablet {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 21726, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-5-desktop-and-tablet {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 21730, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-6-desktop-and-tablet {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 21734, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-7-desktop-and-tablet {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 21738, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-8-desktop-and-tablet {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 21742, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-9-desktop-and-tablet {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 21746, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-10-desktop-and-tablet {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 21750, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-11-desktop-and-tablet {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 21754, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-12-desktop-and-tablet {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 21758, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  /* line 21761, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  /* line 21765, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item {
    max-width: 100%;
  }
  /* line 21767, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--top {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  /* line 21770, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--middle {
    -ms-flex-item-align: center;
    align-self: center;
  }
  /* line 21773, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  /* line 21776, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 21780, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 21784, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 21788, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 21792, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 21796, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 21800, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 21804, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 21808, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 21812, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 21816, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 21820, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* line 21826, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 21834, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet.kt-grid--root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  /* line 21838, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  /* line 21842, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid-tablet {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  /* line 21846, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-1-tablet {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 21850, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-2-tablet {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 21854, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-3-tablet {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 21858, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-4-tablet {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 21862, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-5-tablet {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 21866, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-6-tablet {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 21870, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-7-tablet {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 21874, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-8-tablet {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 21878, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-9-tablet {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 21882, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-10-tablet {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 21886, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-11-tablet {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 21890, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-12-tablet {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 21894, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 21902, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet.kt-grid--root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  /* line 21906, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  /* line 21910, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid-tablet {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 21916, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid-tablet {
    min-width: none;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* line 21920, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-1-tablet {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 21924, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-2-tablet {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 21928, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-3-tablet {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 21932, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-4-tablet {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 21936, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-5-tablet {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 21940, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-6-tablet {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 21944, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-7-tablet {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 21948, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-8-tablet {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 21952, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-9-tablet {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 21956, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-10-tablet {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 21960, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-11-tablet {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 21964, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-12-tablet {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 21968, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  /* line 21971, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  /* line 21975, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item {
    max-width: 100%;
  }
  /* line 21977, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--top {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  /* line 21980, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--middle {
    -ms-flex-item-align: center;
    align-self: center;
  }
  /* line 21983, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  /* line 21986, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 21990, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 21994, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 21998, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 22002, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 22006, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 22010, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 22014, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 22018, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 22022, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 22026, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 22030, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (max-width: 1024px) {
  /* line 22036, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 22044, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile.kt-grid--root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  /* line 22048, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  /* line 22052, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid-tablet-and-mobile {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  /* line 22056, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-1-tablet-and-mobile {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 22060, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-2-tablet-and-mobile {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 22064, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-3-tablet-and-mobile {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 22068, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-4-tablet-and-mobile {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 22072, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-5-tablet-and-mobile {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 22076, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-6-tablet-and-mobile {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 22080, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-7-tablet-and-mobile {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 22084, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-8-tablet-and-mobile {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 22088, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-9-tablet-and-mobile {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 22092, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-10-tablet-and-mobile {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 22096, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-11-tablet-and-mobile {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 22100, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-12-tablet-and-mobile {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 22104, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 22112, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile.kt-grid--root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  /* line 22116, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  /* line 22120, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid-tablet-and-mobile {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}

@media screen and (max-width: 1024px) {
  /* line 22126, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid-tablet-and-mobile {
    min-width: none;
  }
}

@media (max-width: 1024px) {
  /* line 22130, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-1-tablet-and-mobile {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 22134, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-2-tablet-and-mobile {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 22138, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-3-tablet-and-mobile {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 22142, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-4-tablet-and-mobile {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 22146, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-5-tablet-and-mobile {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 22150, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-6-tablet-and-mobile {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 22154, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-7-tablet-and-mobile {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 22158, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-8-tablet-and-mobile {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 22162, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-9-tablet-and-mobile {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 22166, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-10-tablet-and-mobile {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 22170, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-11-tablet-and-mobile {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 22174, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-12-tablet-and-mobile {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 22178, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  /* line 22181, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  /* line 22185, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item {
    max-width: 100%;
  }
  /* line 22187, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--top {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  /* line 22190, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--middle {
    -ms-flex-item-align: center;
    align-self: center;
  }
  /* line 22193, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  /* line 22196, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 22200, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 22204, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 22208, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 22212, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 22216, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 22220, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 22224, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 22228, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 22232, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 22236, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 22240, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (max-width: 768px) {
  /* line 22246, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 22254, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile.kt-grid--root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  /* line 22258, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  /* line 22262, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid-mobile {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  /* line 22266, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-1-mobile {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 22270, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-2-mobile {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 22274, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-3-mobile {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 22278, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-4-mobile {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 22282, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-5-mobile {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 22286, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-6-mobile {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 22290, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-7-mobile {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 22294, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-8-mobile {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 22298, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-9-mobile {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 22302, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-10-mobile {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 22306, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-11-mobile {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 22310, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-12-mobile {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 22314, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 22322, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile.kt-grid--root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  /* line 22326, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  /* line 22330, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid-mobile {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 22336, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid-mobile {
    min-width: none;
  }
}

@media (max-width: 768px) {
  /* line 22340, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-1-mobile {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 22344, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-2-mobile {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 22348, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-3-mobile {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 22352, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-4-mobile {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 22356, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-5-mobile {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 22360, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-6-mobile {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 22364, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-7-mobile {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 22368, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-8-mobile {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 22372, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-9-mobile {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 22376, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-10-mobile {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 22380, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-11-mobile {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 22384, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-12-mobile {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 22388, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  /* line 22391, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid.kt-grid--stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  /* line 22395, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item {
    max-width: 100%;
  }
  /* line 22397, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--top {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  /* line 22400, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--middle {
    -ms-flex-item-align: center;
    align-self: center;
  }
  /* line 22403, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  /* line 22406, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 22410, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 22414, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 22418, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 22422, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 22426, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 22430, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 22434, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 22438, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 22442, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 22446, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 22450, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}

/* line 22455, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 4px;
}

/* line 22471, app/assets/stylesheets/theme/style.bundle.scss */
.kt-page-content-white .kt-portlet {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
}

/* line 22474, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0 25px;
  border-bottom: 1px solid #ebedf2;
  min-height: 60px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 22490, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__head.kt-portlet__head--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 22494, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__head.kt-portlet__head--noborder {
  border-bottom: 0;
}

/* line 22496, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__head .kt-portlet__head-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: flex-first;
  align-content: flex-first;
}

/* line 22505, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #48465b;
}

/* line 22511, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title small {
  font-weight: 300;
  padding-left: 0.5rem;
  font-size: 1rem;
  color: #74788d;
}

/* line 22516, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-icon {
  padding-right: 0.75rem;
  font-size: 1.3rem;
  color: #74788d;
}

/* line 22520, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__head .kt-portlet__head-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

/* line 22529, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__head .kt-portlet__head-toolbar .nav-pills,
.kt-portlet .kt-portlet__head .kt-portlet__head-toolbar .nav-tabs {
  margin: 0;
}

/* line 22532, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__head .kt-portlet__head-toolbar .kt-portlet__head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 22539, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__head .kt-portlet__head-progress {
  position: absolute;
  left: 0;
  right: 0;
}

/* line 22543, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--head-sm .kt-portlet__head {
  min-height: 50px;
}

/* line 22545, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--head-lg .kt-portlet__head {
  min-height: 80px;
}

/* line 22547, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--head-xl .kt-portlet__head {
  min-height: 100px;
}

/* line 22549, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--sticky > .kt-portlet__head {
  height: 50px;
  min-height: 50px;
}

/* line 22552, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--sticky > .kt-portlet__head.kt-portlet__head--sm {
  height: 40px;
  min-height: 40px;
}

/* line 22555, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--sticky > .kt-portlet__head.kt-portlet__head--lg {
  height: 70px;
  min-height: 70px;
}

/* line 22558, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--sticky > .kt-portlet__head.kt-portlet__head--xl {
  height: 90px;
  min-height: 90px;
}

/* line 22561, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--head-overlay .kt-portlet__head {
  position: relative;
  z-index: 1;
  border: 0;
  height: 60px;
}

/* line 22566, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--head-overlay .kt-portlet__body {
  margin-top: -60px;
}

/* line 22568, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-sm .kt-portlet__head {
  height: 50px;
}

/* line 22570, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-sm .kt-portlet__body {
  margin-top: -50px;
}

/* line 22572, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-lg .kt-portlet__head {
  height: 80px;
}

/* line 22574, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-lg .kt-portlet__body {
  margin-top: -80px;
}

/* line 22576, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-xl .kt-portlet__head {
  height: 100px;
}

/* line 22578, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-xl .kt-portlet__body {
  margin-top: -100px;
}

/* line 22580, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px;
  border-radius: 4px;
}

/* line 22590, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__body .kt-portlet__content {
  padding: 0;
  margin: 0;
}

/* line 22593, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__body > .kt-datatable > .kt-datatable__table {
  border-radius: 4px;
}

/* line 22595, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__foot {
  padding: 25px;
  border-top: 1px solid #ebedf2;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 22600, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__foot .kt-portlet__foot-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 22616, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__foot.kt-portlet__foot--sm {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 22619, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__foot.kt-portlet__foot--md {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 22622, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__foot.kt-portlet__foot--no-border {
  border-top: 0;
}

/* line 22624, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__foot.kt-portlet__foot--top {
  border-top: 0;
  border-bottom: 1px solid #ebedf2;
}

/* line 22627, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__foot.kt-portlet__foot--solid {
  background-color: #f7f8fa;
  border-top: 0;
}

/* line 22630, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__foot.kt-portlet__foot--solid.kt-portlet__foot--top {
  border-bottom: 0;
}

/* line 22632, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__separator {
  height: 0;
  border-top: 1px solid #ebedf2;
}

/* line 22635, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--bordered {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ebedf2;
}

/* line 22639, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--unelevate {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 22642, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--unround .kt-portlet__head {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 22645, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--unround .kt-portlet__body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 22648, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--unround .kt-portlet__foot {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 22651, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--last {
  margin-bottom: 0;
}

/* line 22653, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__body.kt-portlet__body--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 22660, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__body.kt-portlet__body--center-x {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 22664, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__body.kt-portlet__body--center-y {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 22668, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__body .kt-portlet__body--hor-fit {
  margin-left: -25px;
  margin-right: -25px;
}

/* line 22671, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__body.kt-portlet__body--stick-bottom {
  position: relative;
  bottom: 0;
}

/* line 22674, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__body.kt-portlet__body--fluid {
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

/* line 22684, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__body.kt-portlet__body--fill {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

/* line 22688, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__body.kt-portlet__body--unfill {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* line 22692, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__body.kt-portlet__body--fullheight {
  -webkit-box-flex: auto;
  -ms-flex-positive: auto;
  flex-grow: auto;
}

/* line 22696, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--fit .kt-portlet__head {
  padding: 0;
}

/* line 22698, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--fit .kt-portlet__body {
  padding: 0;
}

/* line 22700, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--fit .kt-portlet__foot {
  padding: 0;
}

/* line 22702, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--fit.kt-portlet--height-fluid-half {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* line 22706, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--fit.kt-portlet--height-fluid-half .kt-portlet__body {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* line 22715, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--contain {
  overflow: hidden;
}

/* line 22717, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__head.kt-portlet__head--fit {
  padding: 0;
}

/* line 22719, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__body.kt-portlet__body--fit {
  padding: 0;
}

/* line 22721, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__body.kt-portlet__body--fit-top {
  padding-top: 0 !important;
}

/* line 22723, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__body.kt-portlet__body--fit-bottom {
  padding-bottom: 0 !important;
}

/* line 22725, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__body.kt-portlet__body--fit-x,
.kt-portlet .kt-portlet__body.kt-portlet__body--hor-fit {
  padding-left: 0;
  padding-right: 0;
}

/* line 22729, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__body.kt-portlet__body--fit-y {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 22732, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__foot.kt-portlet__foot--fit {
  padding: 0;
}

/* line 22734, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--space {
  padding-left: 25px;
  padding-right: 25px;
}

/* line 22737, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--space .kt-portlet__head,
.kt-portlet.kt-portlet--space .kt-portlet__body,
.kt-portlet.kt-portlet--space .kt-portlet__foot {
  padding-left: 0;
  padding-right: 0;
}

/* line 22742, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--head-noborder .kt-portlet__head {
  border-bottom: 0;
}

/* line 22744, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--head-noborder .kt-portlet__body {
  padding-top: 12.5px;
}

/* line 22746, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs .kt-portlet__head .kt-portlet__head-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* line 22753, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x .kt-portlet__head {
  border-bottom: 3px solid #f7f8fa;
}

/* line 22755, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x .kt-portlet__head .nav.nav-tabs {
  margin-bottom: -3px;
}

/* line 22757, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-brand {
  background: #5d78ff;
}

/* line 22759, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

/* line 22762, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}

/* line 22764, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}

/* line 22766, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}

/* line 22768, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-brand .kt-portlet__body {
  padding-top: 5px;
}

/* line 22770, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-brand .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-brand .kt-portlet__body {
  color: #ffffff;
}

/* line 22773, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-brand .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #3e5fff;
}

/* line 22777, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x-brand .kt-portlet__head {
  border-bottom: 3px solid rgba(93, 120, 255, 0.1);
}

/* line 22779, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--border-bottom-brand {
  border-bottom: 3px solid rgba(93, 120, 255, 0.2);
}

/* line 22781, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-metal {
  background: #d3dae6;
}

/* line 22783, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-metal .kt-portlet__head {
  color: #586272;
  border-bottom: 1px solid transparent;
}

/* line 22786, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-metal .kt-portlet__head .kt-portlet__head-title {
  color: #586272;
}

/* line 22788, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-metal .kt-portlet__head .kt-portlet__head-title small {
  color: #4b5361;
}

/* line 22790, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-metal .kt-portlet__head .kt-portlet__head-icon i {
  color: #4b5361;
}

/* line 22792, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-metal .kt-portlet__body {
  padding-top: 5px;
}

/* line 22794, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-metal .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-metal .kt-portlet__body {
  color: #586272;
}

/* line 22797, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-metal .kt-portlet__foot {
  color: #586272;
  border-top: 1px solid transparent;
  background: #bfcadb;
}

/* line 22801, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x-metal .kt-portlet__head {
  border-bottom: 3px solid rgba(211, 218, 230, 0.1);
}

/* line 22803, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--border-bottom-metal {
  border-bottom: 3px solid rgba(211, 218, 230, 0.2);
}

/* line 22805, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-light {
  background: #ffffff;
}

/* line 22807, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-light .kt-portlet__head {
  color: #282a3c;
  border-bottom: 1px solid transparent;
}

/* line 22810, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-title {
  color: #282a3c;
}

/* line 22812, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-title small {
  color: #1c1d2a;
}

/* line 22814, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-icon i {
  color: #1c1d2a;
}

/* line 22816, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-light .kt-portlet__body {
  padding-top: 5px;
}

/* line 22818, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-light .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-light .kt-portlet__body {
  color: #282a3c;
}

/* line 22821, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-light .kt-portlet__foot {
  color: #282a3c;
  border-top: 1px solid transparent;
  background: #f0f0f0;
}

/* line 22825, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x-light .kt-portlet__head {
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}

/* line 22827, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--border-bottom-light {
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}

/* line 22829, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-dark {
  background: #645ca1;
}

/* line 22831, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

/* line 22834, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}

/* line 22836, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}

/* line 22838, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}

/* line 22840, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-dark .kt-portlet__body {
  padding-top: 5px;
}

/* line 22842, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-dark .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-dark .kt-portlet__body {
  color: #ffffff;
}

/* line 22845, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-dark .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #58518d;
}

/* line 22849, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x-dark .kt-portlet__head {
  border-bottom: 3px solid rgba(100, 92, 161, 0.1);
}

/* line 22851, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--border-bottom-dark {
  border-bottom: 3px solid rgba(100, 92, 161, 0.2);
}

/* line 22853, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-accent {
  background: #00c5dc;
}

/* line 22855, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-accent .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

/* line 22858, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-accent .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}

/* line 22860, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-accent .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}

/* line 22862, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-accent .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}

/* line 22864, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-accent .kt-portlet__body {
  padding-top: 5px;
}

/* line 22866, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-accent .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-accent .kt-portlet__body {
  color: #ffffff;
}

/* line 22869, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-accent .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #00aabd;
}

/* line 22873, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x-accent .kt-portlet__head {
  border-bottom: 3px solid rgba(0, 197, 220, 0.1);
}

/* line 22875, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--border-bottom-accent {
  border-bottom: 3px solid rgba(0, 197, 220, 0.2);
}

/* line 22877, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-focus {
  background: #9816f4;
}

/* line 22879, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-focus .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

/* line 22882, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-focus .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}

/* line 22884, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-focus .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}

/* line 22886, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-focus .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}

/* line 22888, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-focus .kt-portlet__body {
  padding-top: 5px;
}

/* line 22890, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-focus .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-focus .kt-portlet__body {
  color: #ffffff;
}

/* line 22893, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-focus .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #880be1;
}

/* line 22897, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x-focus .kt-portlet__head {
  border-bottom: 3px solid rgba(152, 22, 244, 0.1);
}

/* line 22899, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--border-bottom-focus {
  border-bottom: 3px solid rgba(152, 22, 244, 0.2);
}

/* line 22901, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-primary {
  background: #5867dd;
}

/* line 22903, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

/* line 22906, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}

/* line 22908, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}

/* line 22910, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}

/* line 22912, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-primary .kt-portlet__body {
  padding-top: 5px;
}

/* line 22914, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-primary .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-primary .kt-portlet__body {
  color: #ffffff;
}

/* line 22917, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-primary .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #3f50d8;
}

/* line 22921, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x-primary .kt-portlet__head {
  border-bottom: 3px solid rgba(88, 103, 221, 0.1);
}

/* line 22923, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--border-bottom-primary {
  border-bottom: 3px solid rgba(88, 103, 221, 0.2);
}

/* line 22925, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-success {
  background: #1dc9b7;
}

/* line 22927, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-success .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

/* line 22930, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}

/* line 22932, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}

/* line 22934, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}

/* line 22936, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-success .kt-portlet__body {
  padding-top: 5px;
}

/* line 22938, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-success .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-success .kt-portlet__body {
  color: #ffffff;
}

/* line 22941, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-success .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #19ae9f;
}

/* line 22945, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x-success .kt-portlet__head {
  border-bottom: 3px solid rgba(29, 201, 183, 0.1);
}

/* line 22947, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--border-bottom-success {
  border-bottom: 3px solid rgba(29, 201, 183, 0.2);
}

/* line 22949, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-info {
  background: #5578eb;
}

/* line 22951, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-info .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

/* line 22954, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}

/* line 22956, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}

/* line 22958, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}

/* line 22960, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-info .kt-portlet__body {
  padding-top: 5px;
}

/* line 22962, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-info .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-info .kt-portlet__body {
  color: #ffffff;
}

/* line 22965, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-info .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #3a62e8;
}

/* line 22969, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x-info .kt-portlet__head {
  border-bottom: 3px solid rgba(85, 120, 235, 0.1);
}

/* line 22971, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--border-bottom-info {
  border-bottom: 3px solid rgba(85, 120, 235, 0.2);
}

/* line 22973, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-warning {
  background: #ffb822;
}

/* line 22975, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head {
  color: #111111;
  border-bottom: 1px solid transparent;
}

/* line 22978, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-title {
  color: #111111;
}

/* line 22980, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-title small {
  color: #020202;
}

/* line 22982, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-icon i {
  color: #020202;
}

/* line 22984, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-warning .kt-portlet__body {
  padding-top: 5px;
}

/* line 22986, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-warning .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-warning .kt-portlet__body {
  color: #111111;
}

/* line 22989, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-warning .kt-portlet__foot {
  color: #111111;
  border-top: 1px solid transparent;
  background: #ffae03;
}

/* line 22993, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x-warning .kt-portlet__head {
  border-bottom: 3px solid rgba(255, 184, 34, 0.1);
}

/* line 22995, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--border-bottom-warning {
  border-bottom: 3px solid rgba(255, 184, 34, 0.2);
}

/* line 22997, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-danger {
  background: #fd397a;
}

/* line 22999, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

/* line 23002, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}

/* line 23004, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}

/* line 23006, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}

/* line 23008, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-danger .kt-portlet__body {
  padding-top: 5px;
}

/* line 23010, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-danger .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-danger .kt-portlet__body {
  color: #ffffff;
}

/* line 23013, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-danger .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #fd1b66;
}

/* line 23017, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x-danger .kt-portlet__head {
  border-bottom: 3px solid rgba(253, 57, 122, 0.1);
}

/* line 23019, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--border-bottom-danger {
  border-bottom: 3px solid rgba(253, 57, 122, 0.2);
}

/* line 23021, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--sortable .kt-portlet__head {
  cursor: move;
}

/* line 23023, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--sortable-empty {
  visibility: hidden;
  height: 45px;
  min-height: 125px;
}

/* line 23027, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.ui-sortable-helper {
  border: 1px dashed #ebedf2;
}

/* line 23029, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__head {
  -webkit-transition: left 0.3s, right 0.3s, height 0.3s;
  transition: left 0.3s, right 0.3s, height 0.3s;
}

/* line 23032, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--sticky > .kt-portlet__head {
  -webkit-transition: left 0.3s, right 0.3s, height 0.3s;
  transition: left 0.3s, right 0.3s, height 0.3s;
  position: fixed;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
  z-index: 101;
  background: #fff;
}

/* line 23040, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
  color: #fff;
}

/* line 23042, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title small {
  color: rgba(255, 255, 255, 0.8);
}

/* line 23044, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-icon {
  color: rgba(255, 255, 255, 0.8);
}

/* line 23046, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head:not(.kt-portlet__head--noborder) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 23048, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--skin-solid .kt-portlet__body {
  color: #fff;
}

/* line 23050, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__space-x {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

/* line 23053, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__space-y {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

/* line 23056, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--collapsed > .kt-form,
.kt-portlet.kt-portlet--collapsed > .kt-portlet__body {
  display: none;
}

/* line 23059, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--collapsed .kt-portlet__head .kt-portlet__head-toolbar .la-angle-down:before, .kt-portlet.kt-portlet--collapse .kt-portlet__head .kt-portlet__head-toolbar .la-angle-down:before {
  content: "\f113";
}

/* line 23061, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--collapsed .kt-portlet__head .kt-portlet__head-toolbar .la-plus:before, .kt-portlet.kt-portlet--collapse .kt-portlet__head .kt-portlet__head-toolbar .la-plus:before {
  content: "\f28e";
}

/* line 23063, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__head.kt-portlet__head--fit {
  padding: 0;
}

/* line 23065, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__body.kt-portlet__body--fit {
  padding: 0;
}

/* line 23067, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__body.kt-portlet__body--fit-top {
  padding-top: 0 !important;
}

/* line 23069, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__body.kt-portlet__body--fit-bottom {
  padding-bottom: 0 !important;
}

/* line 23071, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__body.kt-portlet__body--fit-x,
.kt-portlet .kt-portlet__body.kt-portlet__body--hor-fit {
  padding-left: 0;
  padding-right: 0;
}

/* line 23075, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__body.kt-portlet__body--fit-y {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 23078, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__foot.kt-portlet__foot--fit {
  padding: 0;
}

/* line 23080, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--space {
  padding-left: 25px;
  padding-right: 25px;
}

/* line 23083, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--space .kt-portlet__head,
.kt-portlet.kt-portlet--space .kt-portlet__body,
.kt-portlet.kt-portlet--space .kt-portlet__foot {
  padding-left: 0;
  padding-right: 0;
}

/* line 23088, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--head-noborder .kt-portlet__head {
  border-bottom: 0;
}

/* line 23090, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--head-noborder .kt-portlet__body {
  padding-top: 12.5px;
}

/* line 23092, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs .kt-portlet__head .kt-portlet__head-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* line 23099, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x .kt-portlet__head {
  border-bottom: 3px solid #f7f8fa;
}

/* line 23101, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x .kt-portlet__head .nav.nav-tabs {
  margin-bottom: -3px;
}

/* line 23103, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-brand {
  background: #5d78ff;
}

/* line 23105, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

/* line 23108, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}

/* line 23110, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}

/* line 23112, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}

/* line 23114, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-brand .kt-portlet__body {
  padding-top: 5px;
}

/* line 23116, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-brand .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-brand .kt-portlet__body {
  color: #ffffff;
}

/* line 23119, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-brand .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #3e5fff;
}

/* line 23123, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x-brand .kt-portlet__head {
  border-bottom: 3px solid rgba(93, 120, 255, 0.1);
}

/* line 23125, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--border-bottom-brand {
  border-bottom: 3px solid rgba(93, 120, 255, 0.2);
}

/* line 23127, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-metal {
  background: #d3dae6;
}

/* line 23129, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-metal .kt-portlet__head {
  color: #586272;
  border-bottom: 1px solid transparent;
}

/* line 23132, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-metal .kt-portlet__head .kt-portlet__head-title {
  color: #586272;
}

/* line 23134, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-metal .kt-portlet__head .kt-portlet__head-title small {
  color: #4b5361;
}

/* line 23136, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-metal .kt-portlet__head .kt-portlet__head-icon i {
  color: #4b5361;
}

/* line 23138, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-metal .kt-portlet__body {
  padding-top: 5px;
}

/* line 23140, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-metal .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-metal .kt-portlet__body {
  color: #586272;
}

/* line 23143, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-metal .kt-portlet__foot {
  color: #586272;
  border-top: 1px solid transparent;
  background: #bfcadb;
}

/* line 23147, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x-metal .kt-portlet__head {
  border-bottom: 3px solid rgba(211, 218, 230, 0.1);
}

/* line 23149, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--border-bottom-metal {
  border-bottom: 3px solid rgba(211, 218, 230, 0.2);
}

/* line 23151, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-light {
  background: #ffffff;
}

/* line 23153, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-light .kt-portlet__head {
  color: #282a3c;
  border-bottom: 1px solid transparent;
}

/* line 23156, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-title {
  color: #282a3c;
}

/* line 23158, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-title small {
  color: #1c1d2a;
}

/* line 23160, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-icon i {
  color: #1c1d2a;
}

/* line 23162, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-light .kt-portlet__body {
  padding-top: 5px;
}

/* line 23164, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-light .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-light .kt-portlet__body {
  color: #282a3c;
}

/* line 23167, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-light .kt-portlet__foot {
  color: #282a3c;
  border-top: 1px solid transparent;
  background: #f0f0f0;
}

/* line 23171, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x-light .kt-portlet__head {
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}

/* line 23173, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--border-bottom-light {
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}

/* line 23175, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-dark {
  background: #645ca1;
}

/* line 23177, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

/* line 23180, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}

/* line 23182, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}

/* line 23184, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}

/* line 23186, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-dark .kt-portlet__body {
  padding-top: 5px;
}

/* line 23188, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-dark .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-dark .kt-portlet__body {
  color: #ffffff;
}

/* line 23191, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-dark .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #58518d;
}

/* line 23195, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x-dark .kt-portlet__head {
  border-bottom: 3px solid rgba(100, 92, 161, 0.1);
}

/* line 23197, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--border-bottom-dark {
  border-bottom: 3px solid rgba(100, 92, 161, 0.2);
}

/* line 23199, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-accent {
  background: #00c5dc;
}

/* line 23201, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-accent .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

/* line 23204, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-accent .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}

/* line 23206, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-accent .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}

/* line 23208, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-accent .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}

/* line 23210, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-accent .kt-portlet__body {
  padding-top: 5px;
}

/* line 23212, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-accent .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-accent .kt-portlet__body {
  color: #ffffff;
}

/* line 23215, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-accent .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #00aabd;
}

/* line 23219, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x-accent .kt-portlet__head {
  border-bottom: 3px solid rgba(0, 197, 220, 0.1);
}

/* line 23221, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--border-bottom-accent {
  border-bottom: 3px solid rgba(0, 197, 220, 0.2);
}

/* line 23223, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-focus {
  background: #9816f4;
}

/* line 23225, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-focus .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

/* line 23228, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-focus .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}

/* line 23230, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-focus .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}

/* line 23232, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-focus .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}

/* line 23234, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-focus .kt-portlet__body {
  padding-top: 5px;
}

/* line 23236, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-focus .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-focus .kt-portlet__body {
  color: #ffffff;
}

/* line 23239, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-focus .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #880be1;
}

/* line 23243, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x-focus .kt-portlet__head {
  border-bottom: 3px solid rgba(152, 22, 244, 0.1);
}

/* line 23245, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--border-bottom-focus {
  border-bottom: 3px solid rgba(152, 22, 244, 0.2);
}

/* line 23247, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-primary {
  background: #5867dd;
}

/* line 23249, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

/* line 23252, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}

/* line 23254, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}

/* line 23256, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}

/* line 23258, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-primary .kt-portlet__body {
  padding-top: 5px;
}

/* line 23260, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-primary .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-primary .kt-portlet__body {
  color: #ffffff;
}

/* line 23263, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-primary .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #3f50d8;
}

/* line 23267, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x-primary .kt-portlet__head {
  border-bottom: 3px solid rgba(88, 103, 221, 0.1);
}

/* line 23269, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--border-bottom-primary {
  border-bottom: 3px solid rgba(88, 103, 221, 0.2);
}

/* line 23271, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-success {
  background: #1dc9b7;
}

/* line 23273, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-success .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

/* line 23276, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}

/* line 23278, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}

/* line 23280, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}

/* line 23282, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-success .kt-portlet__body {
  padding-top: 5px;
}

/* line 23284, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-success .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-success .kt-portlet__body {
  color: #ffffff;
}

/* line 23287, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-success .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #19ae9f;
}

/* line 23291, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x-success .kt-portlet__head {
  border-bottom: 3px solid rgba(29, 201, 183, 0.1);
}

/* line 23293, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--border-bottom-success {
  border-bottom: 3px solid rgba(29, 201, 183, 0.2);
}

/* line 23295, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-info {
  background: #5578eb;
}

/* line 23297, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-info .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

/* line 23300, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}

/* line 23302, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}

/* line 23304, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}

/* line 23306, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-info .kt-portlet__body {
  padding-top: 5px;
}

/* line 23308, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-info .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-info .kt-portlet__body {
  color: #ffffff;
}

/* line 23311, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-info .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #3a62e8;
}

/* line 23315, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x-info .kt-portlet__head {
  border-bottom: 3px solid rgba(85, 120, 235, 0.1);
}

/* line 23317, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--border-bottom-info {
  border-bottom: 3px solid rgba(85, 120, 235, 0.2);
}

/* line 23319, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-warning {
  background: #ffb822;
}

/* line 23321, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head {
  color: #111111;
  border-bottom: 1px solid transparent;
}

/* line 23324, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-title {
  color: #111111;
}

/* line 23326, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-title small {
  color: #020202;
}

/* line 23328, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-icon i {
  color: #020202;
}

/* line 23330, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-warning .kt-portlet__body {
  padding-top: 5px;
}

/* line 23332, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-warning .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-warning .kt-portlet__body {
  color: #111111;
}

/* line 23335, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-warning .kt-portlet__foot {
  color: #111111;
  border-top: 1px solid transparent;
  background: #ffae03;
}

/* line 23339, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x-warning .kt-portlet__head {
  border-bottom: 3px solid rgba(255, 184, 34, 0.1);
}

/* line 23341, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--border-bottom-warning {
  border-bottom: 3px solid rgba(255, 184, 34, 0.2);
}

/* line 23343, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-danger {
  background: #fd397a;
}

/* line 23345, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

/* line 23348, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}

/* line 23350, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-title small {
  color: #f0f0f0;
}

/* line 23352, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}

/* line 23354, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-danger .kt-portlet__body {
  padding-top: 5px;
}

/* line 23356, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-danger .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-danger .kt-portlet__body {
  color: #ffffff;
}

/* line 23359, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--solid-danger .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #fd1b66;
}

/* line 23363, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--tabs-border-3x-danger .kt-portlet__head {
  border-bottom: 3px solid rgba(253, 57, 122, 0.1);
}

/* line 23365, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--border-bottom-danger {
  border-bottom: 3px solid rgba(253, 57, 122, 0.2);
}

/* line 23367, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--sortable .kt-portlet__head {
  cursor: move;
}

/* line 23369, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--sortable-empty {
  visibility: hidden;
  height: 45px;
  min-height: 125px;
}

/* line 23373, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.ui-sortable-helper {
  border: 1px dashed #ebedf2;
}

/* line 23375, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__head {
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

/* line 23378, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--sticky > .kt-portlet__head {
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  position: fixed;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
  z-index: 101;
  background: #fff;
}

/* line 23386, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
  color: #fff;
}

/* line 23388, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title small {
  color: rgba(255, 255, 255, 0.8);
}

/* line 23390, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-icon {
  color: rgba(255, 255, 255, 0.8);
}

/* line 23392, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head:not(.kt-portlet__head--noborder) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 23394, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--skin-solid .kt-portlet__body {
  color: #fff;
}

/* line 23396, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__space-x {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

/* line 23399, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet .kt-portlet__space-y {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

/* line 23402, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--collapsed > .kt-form,
.kt-portlet.kt-portlet--collapsed > .kt-portlet__body {
  display: none;
}

/* line 23405, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--collapsed .kt-portlet__head .kt-portlet__head-toolbar .la-angle-down:before, .kt-portlet.kt-portlet--collapse .kt-portlet__head .kt-portlet__head-toolbar .la-angle-down:before {
  content: "\f113";
}

/* line 23407, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet.kt-portlet--collapsed .kt-portlet__head .kt-portlet__head-toolbar .la-plus:before, .kt-portlet.kt-portlet--collapse .kt-portlet__head .kt-portlet__head-toolbar .la-plus:before {
  content: "\f28e";
}

/* line 23410, app/assets/stylesheets/theme/style.bundle.scss */
.tooltip-portlet {
  opacity: 1;
}

@media (min-width: 1025px) {
  /* line 23414, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--height-fluid {
    height: calc(100% - 20px);
  }
  /* line 23416, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--height-fluid .kt-portlet__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  /* line 23420, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--height-fluid-half {
    height: calc(50% - 20px);
  }
  /* line 23422, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--height-fluid-half .kt-portlet__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (max-width: 1024px) {
  /* line 23428, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet {
    margin-bottom: 10px;
  }
  /* line 23430, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet .kt-portlet__head {
    padding: 0 15px;
    min-height: 50px;
  }
  /* line 23433, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet .kt-portlet__head.kt-portlet__head--sm {
    min-height: 40px;
  }
  /* line 23435, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet .kt-portlet__head.kt-portlet__head--lg {
    min-height: 60px;
  }
  /* line 23437, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet .kt-portlet__head.kt-portlet__head--xl {
    min-height: 80px;
  }
  /* line 23439, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--head-sm .kt-portlet__head {
    min-height: 40px;
  }
  /* line 23441, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--head-lg .kt-portlet__head {
    min-height: 60px;
  }
  /* line 23443, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--head-xl .kt-portlet__head {
    min-height: 80px;
  }
  /* line 23445, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet .kt-portlet__body {
    padding: 15px;
  }
  /* line 23447, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet .kt-portlet__body .kt-portlet__body--hor-fit {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 23450, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet .kt-portlet__foot {
    padding: 15px;
  }
  /* line 23452, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--marginless {
    margin-bottom: 0;
  }
  /* line 23454, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--sticky > .kt-portlet__head {
    height: 40px;
  }
  /* line 23456, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--sticky > .kt-portlet__head.kt-portlet__head--sm {
    height: 30px;
  }
  /* line 23458, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--sticky > .kt-portlet__head.kt-portlet__head--lg {
    height: 50px;
  }
  /* line 23460, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--sticky > .kt-portlet__head.kt-portlet__head--xl {
    height: 70px;
  }
  /* line 23462, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--head-overlay .kt-portlet__head {
    height: 50px;
  }
  /* line 23464, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--head-overlay .kt-portlet__body {
    margin-top: -50px;
  }
  /* line 23466, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-sm .kt-portlet__head {
    height: 40px;
  }
  /* line 23468, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-sm .kt-portlet__body {
    margin-top: -40px;
  }
  /* line 23470, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-lg .kt-portlet__head {
    height: 60px;
  }
  /* line 23472, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-lg .kt-portlet__body {
    margin-top: -60px;
  }
  /* line 23474, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-xl .kt-portlet__head {
    height: 80px;
  }
  /* line 23476, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-xl .kt-portlet__body {
    margin-top: -80px;
  }
  /* line 23478, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--head--noborder .kt-portlet__body {
    padding-top: 7.5px;
  }
  /* line 23480, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet .kt-portlet__space-x {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* line 23483, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet .kt-portlet__space-y {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (max-width: 768px) {
  /* line 23488, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--head-break-sm .kt-portlet__head {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: initial !important;
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 23495, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-portlet.kt-portlet--head-break-sm .kt-portlet__head .kt-portlet__head-label {
    margin-bottom: 1rem;
  }
}

/* line 23498, app/assets/stylesheets/theme/style.bundle.scss */
.kt-portlet__head-subtitle {
  font-size: 13px;
  line-height: 1.4;
  white-space: normal;
  padding: 25px 25px 0px 25px;
  color: #000000;
}

/* line 23506, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable {
  display: none;
}

/* line 23509, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default {
  display: block;
  margin-bottom: 25px;
}

/* line 23512, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table {
  border-collapse: collapse;
  overflow: hidden;
  display: none;
  width: 100%;
}

/* line 23517, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot {
  visibility: hidden;
  display: block;
}

/* line 23522, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row {
  width: 100%;
}

/* line 23526, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell {
  vertical-align: middle;
  padding: 10px;
  font-size: 1rem;
}

/* line 23532, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell:first-child,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell:first-child,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell:first-child {
  padding-left: 25px;
}

/* line 23536, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell:last-child,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell:last-child,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell:last-child {
  padding-right: 25px;
}

/* line 23540, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left {
  text-align: left;
}

/* line 23544, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left > span {
  text-align: left;
}

/* line 23548, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right {
  text-align: right;
}

/* line 23552, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span {
  text-align: right;
}

/* line 23556, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span > i,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span > i,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span > i {
  right: 0;
}

/* line 23560, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center {
  text-align: center;
}

/* line 23564, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center > span {
  text-align: center;
}

/* line 23568, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort {
  cursor: pointer;
}

/* line 23572, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort i,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort i,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort i {
  font-size: 0.6rem;
}

/* line 23576, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--resizing,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--resizing,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--resizing {
  cursor: col-resize;
}

/* line 23580, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 23586, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check {
  text-align: center;
}

/* line 23590, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span {
  overflow: visible;
}

/* line 23594, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span > .kt-checkbox,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span > .kt-checkbox,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span > .kt-checkbox {
  top: 2px;
  padding: 0;
  margin: 0 0 0 0;
}

/* line 23600, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > span {
  width: 12px;
}

/* line 23604, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail {
  display: inline-block;
  text-align: right;
}

/* line 23609, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail > i,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail > i,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail > i {
  font-size: 1.4rem;
  width: 12px;
}

/* line 23614, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .dropdown,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .dropdown,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .dropdown {
  display: inline-block;
}

/* line 23618, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu {
  margin-top: 0.5rem;
}

/* line 23622, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .dropdown.dropup .dropdown-menu,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .dropdown.dropup .dropdown-menu,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .dropdown.dropup .dropdown-menu {
  margin-top: auto;
  margin-bottom: 0.5rem;
}

/* line 23627, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-right,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-right,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-right {
  margin-right: -0.8rem;
  /*rtl:ignore*/
  margin-left: 65px;
}

/* line 23633, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-left,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-left,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-left {
  margin-left: -10rem;
}

/* line 23637, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head > .kt-datatable__lock,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body > .kt-datatable__lock,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot > .kt-datatable__lock {
  border: 0;
}

/* line 23641, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell > span {
  font-weight: 500;
  vertical-align: middle;
}

/* line 23645, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell {
  padding: 16px 10px;
}

/* line 23647, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell > span > i {
  display: inline-block;
  position: relative;
  right: -10px;
  line-height: 0;
  vertical-align: middle;
  font-size: 1.1rem;
}

/* line 23654, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body.ps {
  padding-bottom: 0;
}

/* line 23656, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell {
  font-weight: regular;
}

/* line 23658, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span > .kt-checkbox {
  top: 1px;
}

/* line 23660, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail {
  display: block;
}

/* line 23662, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail {
  display: block;
  padding: 0 60px;
}

/* line 23665, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row {
  display: table-row;
}

/* line 23667, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row > .kt-datatable__cell {
  padding: 8px 12px;
  text-align: left;
  vertical-align: top;
}

/* line 23671, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row > .kt-datatable__cell > span {
  width: auto !important;
}

/* line 23673, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row > .kt-datatable__cell:first-child {
  font-weight: 500;
}

/* line 23675, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row > .kt-datatable__cell:last-child {
  font-weight: regular;
  padding-left: 20px;
}

/* line 23678, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default.kt-datatable--error .kt-datatable__body {
  padding: 30px;
  text-align: center;
}

/* line 23681, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default.kt-datatable--lock > .kt-datatable__table > .kt-datatable__head > .kt-datatable__lock,
.kt-datatable.kt-datatable--default.kt-datatable--lock > .kt-datatable__table > .kt-datatable__body > .kt-datatable__lock,
.kt-datatable.kt-datatable--default.kt-datatable--lock > .kt-datatable__table > .kt-datatable__foot > .kt-datatable__lock {
  display: inline-block;
  position: relative;
  vertical-align: top;
  overflow: hidden;
}

/* line 23688, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default.kt-datatable--loaded {
  display: block;
}

/* line 23690, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table {
  display: block;
}

/* line 23692, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__head,
.kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__body,
.kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__foot {
  visibility: visible;
  display: block;
  position: relative;
}

/* line 23698, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__head .kt-datatable__row,
.kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__body .kt-datatable__row,
.kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row {
  display: table;
  table-layout: initial;
}

/* line 23703, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table {
  display: block;
}

/* line 23705, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table > .kt-datatable__head,
.kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table > .kt-datatable__foot {
  overflow: hidden;
}

/* line 23708, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table > .kt-datatable__head .kt-datatable__row,
.kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row {
  position: relative;
}

/* line 23711, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table > .kt-datatable__body {
  overflow: hidden;
}

/* line 23713, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__pager {
  margin: 0px;
  padding: 25px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 23725, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__pager.kt-datatable__pager--top {
  margin-bottom: 20px;
}

/* line 23727, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 23733, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li {
  padding: 0;
  margin-right: 5px;
  display: inline-block;
}

/* line 23737, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li:last-child {
  margin-right: 0;
}

/* line 23739, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link {
  cursor: pointer;
  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;
  height: 2.25rem;
  min-width: 2.25rem;
  padding: 0.5rem;
  border-radius: 3px;
  position: relative;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
}

/* line 23758, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link > i {
  font-size: 0.6rem;
  text-align: center;
  display: inline-block;
}

/* line 23762, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--more-prev, .kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--more-next {
  font-weight: 600;
}

/* line 23764, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-pager-input {
  height: 2.25rem;
  width: 3.5rem;
  text-align: center;
  border-radius: 3px !important;
}

/* line 23769, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 23776, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size {
  margin-right: 10px;
}

/* line 23778, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle {
  height: 2.25rem;
  padding: 0.45rem 1rem;
}

/* line 23781, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .dropdown-menu.inner > li.selected > a span.check-mark {
  margin-top: -0.6rem;
}

/* line 23783, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table {
  margin-bottom: 0;
}

/* line 23785, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__toggle-subtable,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-subtable,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__toggle-subtable {
  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;
}

/* line 23797, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__toggle-subtable > i,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-subtable > i,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__toggle-subtable > i {
  line-height: 0;
  font-size: 1.4rem;
}

/* line 23802, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__toggle-subtable:hover,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-subtable:hover,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__toggle-subtable:hover {
  text-decoration: none;
}

/* line 23806, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row-subtable,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row-subtable {
  display: table;
  width: 100%;
}

/* line 23811, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row-subtable > .kt-datatable__subtable,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable > .kt-datatable__subtable,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row-subtable > .kt-datatable__subtable {
  padding: 20px;
}

/* line 23815, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row-subtable > .kt-datatable__subtable > .kt-datatable > .kt-datatable__pager,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable > .kt-datatable__subtable > .kt-datatable > .kt-datatable__pager,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row-subtable > .kt-datatable__subtable > .kt-datatable > .kt-datatable__pager {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  /* line 23822, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-datatable.kt-datatable--default {
    margin-bottom: 15px;
  }
  /* line 23824, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell:first-child,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell:first-child,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell:first-child {
    padding-left: 15px;
  }
  /* line 23828, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell:last-child,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell:last-child,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell:last-child {
    padding-right: 15px;
  }
  /* line 23832, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-datatable.kt-datatable--default > .kt-datatable__pager {
    margin: 0;
    padding: 15px 15px 7.5px 15px;
  }
  /* line 23835, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-datatable.kt-datatable--default > .kt-datatable__pager .kt-datatable__pager-nav,
.kt-datatable.kt-datatable--default > .kt-datatable__pager .kt-datatable__pager-info {
    margin-top: 10px;
  }
}

/* line 23839, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__table {
  background-color: #fff;
}

/* line 23841, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__table > .kt-datatable__head > .kt-datatable__lock.kt-datatable__lock--left,
.kt-datatable > .kt-datatable__table > .kt-datatable__body > .kt-datatable__lock.kt-datatable__lock--left,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot > .kt-datatable__lock.kt-datatable__lock--left {
  z-index: 1;
  -webkit-box-shadow: 0px 0px 17px 5px rgba(113, 106, 202, 0.14);
  box-shadow: 0px 0px 17px 5px rgba(113, 106, 202, 0.14);
}

/* line 23847, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__table > .kt-datatable__head > .kt-datatable__lock.kt-datatable__lock--right,
.kt-datatable > .kt-datatable__table > .kt-datatable__body > .kt-datatable__lock.kt-datatable__lock--right,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot > .kt-datatable__lock.kt-datatable__lock--right {
  -webkit-box-shadow: 0px 0px 17px 5px rgba(113, 106, 202, 0.14);
  box-shadow: 0px 0px 17px 5px rgba(113, 106, 202, 0.14);
}

/* line 23852, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__table > .kt-datatable__head > .kt-datatable__lock.kt-datatable__lock--scroll,
.kt-datatable > .kt-datatable__table > .kt-datatable__body > .kt-datatable__lock.kt-datatable__lock--scroll,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot > .kt-datatable__lock.kt-datatable__lock--scroll {
  position: relative;
}

/* line 23856, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row,
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row {
  border-bottom: 1px solid #f0f3ff;
}

/* line 23860, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > span,
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > span,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > span {
  background: #f0f3ff;
}

/* line 23864, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > input:checked ~ span,
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > input:checked ~ span,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > input:checked ~ span {
  background: #e8ecfa;
}

/* line 23868, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-detail {
  vertical-align: middle;
}

/* line 23870, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-detail i {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #5d78ff;
}

/* line 23874, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-detail i:before {
  line-height: 0;
  vertical-align: middle;
}

/* line 23877, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-detail:hover i, .kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-detail.kt-datatable__toggle-detail--active i {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #5d78ff;
}

/* line 23881, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail table {
  border-left: 1px solid #f0f3ff;
  border-right: 1px solid #f0f3ff;
}

/* line 23884, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell {
  background: transparent;
}

/* line 23887, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell > span,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell > span {
  color: #595d6e;
}

/* line 23890, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell > span > i {
  color: #5d78ff;
}

/* line 23893, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link {
  color: #93a2dd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 23897, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--first, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--prev, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--next, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--last {
  background: #f0f3ff;
}

/* line 23899, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--first:hover, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--prev:hover, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--next:hover, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--last:hover {
  background: #5d78ff;
  color: #ffffff;
}

/* line 23902, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #5d78ff;
  color: #ffffff;
}

/* line 23907, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--active {
  background: #5d78ff;
  color: #ffffff;
}

/* line 23910, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--disabled, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--disabled:hover {
  color: #93a2dd;
  background: #f0f3ff;
  opacity: 0.3;
}

/* line 23915, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-pager-input {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #f0f3ff;
  border-color: #f0f3ff;
}

/* line 23920, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-pager-input:focus {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #5d78ff;
  border-color: #5d78ff;
}

/* line 23926, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle {
  font-size: 1rem;
  font-weight: 500;
  border: 0 !important;
  color: #93a2dd;
  background: #f0f3ff;
}

/* line 23932, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle i {
  color: #ffffff;
}

/* line 23935, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle:focus,
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle:hover,
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size.show > .btn.dropdown-toggle {
  border: 0 !important;
  color: #ffffff !important;
  background: #5d78ff;
}

/* line 23941, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle:focus i,
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle:hover i,
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size.show > .btn.dropdown-toggle i {
  color: #ffffff !important;
}

/* line 23946, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .dropdown-menu {
  z-index: 100;
}

/* line 23948, app/assets/stylesheets/theme/style.bundle.scss */
.modal .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .dropdown-menu {
  z-index: 1051;
}

/* line 23951, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-subtable > i {
  color: #5d78ff;
}

/* line 23954, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable {
  border-top: 0;
}

/* line 23957, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

/* line 23960, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell > span {
  color: #595d6e;
}

/* line 23962, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--hover {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background: transparent;
}

/* line 23967, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row.kt-datatable__row--even > .kt-datatable__cell {
  background: transparent;
}

/* line 23970, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row.kt-datatable__row--active > .kt-datatable__cell {
  background: #f7f8fa;
}

/* line 23973, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row.kt-datatable__row--hover:not(.kt-datatable__row--active) {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

/* line 23976, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row.kt-datatable__row--hover:not(.kt-datatable__row--active) > .kt-datatable__cell {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background: transparent;
}

/* line 23981, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sorted > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sorted > span {
  color: #5d78ff;
}

/* line 23985, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row.kt-datatable__row--subtable-expanded > .kt-datatable__cell {
  background: #f7f8fa !important;
}

/* line 23988, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable {
  background: transparent;
}

/* line 23990, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable > .kt-datatable__subtable > .kt-datatable {
  -webkit-box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.1);
  box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.1);
}

/* line 23993, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable.kt-datatable__row-loading > .kt-datatable__subtable > .kt-datatable > .kt-datatable__table {
  background: transparent;
}

/* line 23996, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable .ps > .ps__rail-y > .ps__thumb-y,
.kt-datatable .ps > .ps__rail-x > .ps__thumb-x {
  background: #dbe2f7;
}

/* line 23999, app/assets/stylesheets/theme/style.bundle.scss */
.kt-datatable .ps > .ps__rail-y > .ps__thumb-y:hover, .kt-datatable .ps > .ps__rail-y > .ps__thumb-y:focus,
.kt-datatable .ps > .ps__rail-x > .ps__thumb-x:hover,
.kt-datatable .ps > .ps__rail-x > .ps__thumb-x:focus {
  background: #dbe2f7;
}

/* line 24004, app/assets/stylesheets/theme/style.bundle.scss */
.kt-scrolltop {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
  background: #5d78ff;
  -webkit-box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
}

/* line 24026, app/assets/stylesheets/theme/style.bundle.scss */
.kt-scrolltop svg {
  height: 20px;
  width: 20px;
}

/* line 24029, app/assets/stylesheets/theme/style.bundle.scss */
.kt-scrolltop > i {
  font-size: 1.3rem;
  color: #ffffff;
}

/* line 24032, app/assets/stylesheets/theme/style.bundle.scss */
.kt-scrolltop g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #ffffff;
}

/* line 24036, app/assets/stylesheets/theme/style.bundle.scss */
.kt-scrolltop:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

/* line 24039, app/assets/stylesheets/theme/style.bundle.scss */
.kt-scrolltop:hover > i {
  color: #ffffff;
}

/* line 24041, app/assets/stylesheets/theme/style.bundle.scss */
.kt-scrolltop--on .kt-scrolltop {
  opacity: 0.3;
  -webkit-animation: kt-scrolltop-show-animation .4s ease-out 1;
  animation: kt-scrolltop-show-animation .4s ease-out 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 24048, app/assets/stylesheets/theme/style.bundle.scss */
.kt-scrolltop--on .kt-scrolltop:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

@media (max-width: 1024px) {
  /* line 24053, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-scrolltop {
    bottom: 30px;
    right: 15px;
  }
}

@-webkit-keyframes kt-scrolltop-show-animation {
  from {
    margin-bottom: -15px;
  }
  to {
    margin-bottom: 0;
  }
}

@keyframes kt-scrolltop-show-animation {
  from {
    margin-bottom: -15px;
  }
  to {
    margin-bottom: 0;
  }
}

/* line 24069, app/assets/stylesheets/theme/style.bundle.scss */
.kt-form .kt-form__group.kt-form__group--inline {
  display: table;
  padding: 0;
}

/* line 24072, app/assets/stylesheets/theme/style.bundle.scss */
.kt-form .kt-form__group.kt-form__group--inline > .kt-form__label {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding-right: 1rem;
}

/* line 24077, app/assets/stylesheets/theme/style.bundle.scss */
.kt-form .kt-form__group.kt-form__group--inline > .kt-form__label.kt-form__label-no-wrap {
  white-space: nowrap;
}

/* line 24079, app/assets/stylesheets/theme/style.bundle.scss */
.kt-form .kt-form__group.kt-form__group--inline > .kt-form__label > label {
  margin: 0;
}

/* line 24081, app/assets/stylesheets/theme/style.bundle.scss */
.kt-form .kt-form__group.kt-form__group--inline > .kt-form__control {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  width: 100%;
}

/* line 24087, app/assets/stylesheets/theme/style.bundle.scss */
.kt-form .kt-form__actions.kt-form__actions--right {
  text-align: right;
}

/* line 24090, app/assets/stylesheets/theme/style.bundle.scss */
.kt-form .kt-form__actions.kt-form__actions--center {
  text-align: center;
}

/* line 24093, app/assets/stylesheets/theme/style.bundle.scss */
.kt-form.kt-form--center {
  width: 60%;
  margin: 0 auto;
}

/* line 24097, app/assets/stylesheets/theme/style.bundle.scss */
.is-valid .valid-feedback {
  display: inline-block;
}

/* line 24100, app/assets/stylesheets/theme/style.bundle.scss */
.is-invalid .invalid-feedback {
  display: inline-block;
}

@media (min-width: 1025px) {
  /* line 24104, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-form.kt-form--label-right .form-group label:not(.kt-checkbox):not(.kt-radio):not(.kt-option) {
    text-align: right;
  }
}

/* line 24107, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon {
  position: relative;
  padding: 0;
  width: 100%;
}

/* line 24111, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon > .kt-input-icon__icon {
  position: absolute;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  width: 3.2rem;
}

/* line 24122, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon > .kt-input-icon__icon.kt-input-icon__icon--left {
  left: 0;
}

/* line 24124, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon > .kt-input-icon__icon.kt-input-icon__icon--right {
  right: 0;
}

/* line 24126, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon > .kt-input-icon__icon > span {
  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;
  height: 100%;
}

/* line 24137, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon > .kt-input-icon__icon > span i {
  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;
  line-height: 0;
  color: #74788d;
}

/* line 24149, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon > .kt-input-icon__icon [class^="la-"],
.kt-input-icon > .kt-input-icon__icon [class*=" la-"] {
  font-size: 1.4em;
}

/* line 24152, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon > .kt-input-icon__icon [class^="fa-"],
.kt-input-icon > .kt-input-icon__icon [class*=" fa-"] {
  font-size: 1.2em;
}

/* line 24155, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon > .kt-input-icon__icon [class^="flaticon-"],
.kt-input-icon > .kt-input-icon__icon [class*=" flaticon-"],
.kt-input-icon > .kt-input-icon__icon [class^="flaticon2-"],
.kt-input-icon > .kt-input-icon__icon [class*=" flaticon2-"] {
  font-size: 1.3em;
}

/* line 24160, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon {
  width: 4.2rem;
}

/* line 24162, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class^="la-"],
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class*=" la-"] {
  font-size: 1.6em;
}

/* line 24165, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class^="fa-"],
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class*=" fa-"] {
  font-size: 1.3em;
}

/* line 24168, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class^="flaticon-"],
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class*=" flaticon-"],
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class^="flaticon2-"],
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class*=" flaticon2-"] {
  font-size: 1.4em;
}

/* line 24173, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon {
  width: 2.7rem;
}

/* line 24175, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class^="la-"],
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class*=" la-"] {
  font-size: 1.1em;
}

/* line 24178, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class^="fa-"],
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class*=" fa-"] {
  font-size: 1em;
}

/* line 24181, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class^="flaticon-"],
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class*=" flaticon-"],
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class^="flaticon2-"],
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class*=" flaticon2-"] {
  font-size: 1em;
}

/* line 24186, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon.kt-input-icon--left .form-control {
  padding-left: 2.8rem;
}

/* line 24188, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon.kt-input-icon--left .form-control.form-control-lg {
  padding-left: 3.6rem;
}

/* line 24190, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon.kt-input-icon--left .form-control.form-control-sm {
  padding-left: 2.5rem;
}

/* line 24192, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon.kt-input-icon--right .form-control {
  padding-right: 2.8rem;
}

/* line 24194, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon.kt-input-icon--right .form-control.form-control-lg {
  padding-right: 3.6rem;
}

/* line 24196, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon.kt-input-icon--right .form-control.form-control-sm {
  padding-right: 2.5rem;
}

/* line 24198, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon.kt-input-icon--fixed {
  display: inline-block;
}

/* line 24200, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon.kt-input-icon--fixed-large {
  display: inline-block;
}

/* line 24202, app/assets/stylesheets/theme/style.bundle.scss */
.kt-input-icon.kt-input-icon--fixed-small {
  display: inline-block;
}

/* line 24205, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 24215, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

/* line 24218, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 24222, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox > span {
  border-radius: 3px;
  background: none;
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
}

/* line 24230, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox > span:after {
  content: '';
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -6px;
  width: 5px;
  height: 10px;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 24243, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox > input:checked ~ span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: none;
}

/* line 24247, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox > input:checked ~ span:after {
  display: block;
}

/* line 24249, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox:hover > input:not([disabled]):checked ~ span,
.kt-checkbox > input:checked ~ span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 24253, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox > input:disabled ~ span {
  opacity: 0.6;
  pointer-events: none;
}

/* line 24256, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--solid > span {
  border: 1px solid transparent;
}

/* line 24258, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--solid:hover > input:not([disabled]) ~ span,
.kt-checkbox.kt-checkbox--solid > input:focus ~ span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 24262, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--square > span {
  border-radius: 0;
}

/* line 24264, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--bold > span {
  border-width: 2px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 24268, app/assets/stylesheets/theme/style.bundle.scss */
.form-inline .kt-checkbox {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 24271, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--single {
  width: 18px;
  height: 18px;
}

/* line 24274, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--single > span {
  top: 0px;
}

/* line 24276, app/assets/stylesheets/theme/style.bundle.scss */
th > .kt-checkbox.kt-checkbox--single,
td > .kt-checkbox.kt-checkbox--single {
  right: -5px;
}

/* line 24279, app/assets/stylesheets/theme/style.bundle.scss */
.input-group .kt-checkbox {
  margin-bottom: 0 !important;
  padding-left: 0;
}

/* line 24283, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox-list {
  padding: 0 0;
}

/* line 24285, app/assets/stylesheets/theme/style.bundle.scss */
.form-horizontal .form-group .kt-checkbox-list {
  padding-top: 0;
}

/* line 24287, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox-list .kt-checkbox {
  text-align: left;
  display: block;
}

/* line 24290, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox-list .kt-checkbox:last-child {
  margin-bottom: 5px;
}

/* line 24293, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox-inline {
  padding: 0 0;
}

/* line 24295, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox-inline .kt-checkbox {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}

/* line 24299, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox-inline .kt-checkbox:last-child {
  margin-right: 0;
}

/* line 24302, app/assets/stylesheets/theme/style.bundle.scss */
.form-group.row .kt-checkbox-inline {
  margin-top: 0.75rem;
}

/* line 24305, app/assets/stylesheets/theme/style.bundle.scss */
.form-group.row .kt-checkbox-list {
  margin-top: 2px;
}

/* line 24308, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--disabled {
  opacity: 0.7;
}

/* line 24311, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox > span {
  border: 1px solid #d1d7e2;
}

/* line 24313, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox > span:after {
  border: solid #bfc7d7;
}

/* line 24316, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox > input:disabled ~ span:after {
  border-color: #c8cfdd;
}

/* line 24319, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox > input:checked ~ span {
  border: 1px solid #c8cfdd;
}

/* line 24322, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #c8cfdd;
}

/* line 24325, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox > input:disabled ~ span {
  opacity: 0.6;
}

/* line 24328, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--solid > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 24331, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--solid > span:after {
  border: solid #99a6bf;
}

/* line 24334, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24337, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--solid > input:checked ~ span {
  background: #dee2ea;
}

/* line 24340, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 24343, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--tick > span:after {
  border: solid #99a6bf;
}

/* line 24346, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24349, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}

/* line 24352, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #dee2ea;
}

/* line 24355, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--brand.kt-checkbox--disabled {
  opacity: 0.7;
}

/* line 24358, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--brand > span {
  border: 1px solid #5d78ff;
}

/* line 24360, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--brand > span:after {
  border: solid #5d78ff;
}

/* line 24363, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--brand > input:disabled ~ span:after {
  border-color: #5d78ff;
}

/* line 24366, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--brand > input:checked ~ span {
  border: 1px solid #5d78ff;
}

/* line 24369, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--brand.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #5d78ff;
}

/* line 24372, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--brand > input:disabled ~ span {
  opacity: 0.6;
}

/* line 24375, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > span {
  background: #5d78ff;
  border: 1px solid transparent !important;
}

/* line 24378, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}

/* line 24381, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24384, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > input:checked ~ span {
  background: #5d78ff;
}

/* line 24387, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--brand.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 24390, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--brand.kt-checkbox--tick > span:after {
  border: solid #ffffff;
}

/* line 24393, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--brand.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24396, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--brand.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}

/* line 24399, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--brand.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #5d78ff;
}

/* line 24402, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--metal.kt-checkbox--disabled {
  opacity: 0.7;
}

/* line 24405, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--metal > span {
  border: 1px solid #d3dae6;
}

/* line 24407, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--metal > span:after {
  border: solid #d3dae6;
}

/* line 24410, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--metal > input:disabled ~ span:after {
  border-color: #d3dae6;
}

/* line 24413, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--metal > input:checked ~ span {
  border: 1px solid #d3dae6;
}

/* line 24416, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--metal.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #d3dae6;
}

/* line 24419, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--metal > input:disabled ~ span {
  opacity: 0.6;
}

/* line 24422, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--metal.kt-checkbox--solid > span {
  background: #d3dae6;
  border: 1px solid transparent !important;
}

/* line 24425, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--metal.kt-checkbox--solid > span:after {
  border: solid #586272;
}

/* line 24428, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--metal.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24431, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--metal.kt-checkbox--solid > input:checked ~ span {
  background: #d3dae6;
}

/* line 24434, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--metal.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 24437, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--metal.kt-checkbox--tick > span:after {
  border: solid #586272;
}

/* line 24440, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--metal.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24443, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--metal.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}

/* line 24446, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--metal.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #d3dae6;
}

/* line 24449, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--light.kt-checkbox--disabled {
  opacity: 0.7;
}

/* line 24452, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--light > span {
  border: 1px solid #ffffff;
}

/* line 24454, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--light > span:after {
  border: solid #ffffff;
}

/* line 24457, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--light > input:disabled ~ span:after {
  border-color: #ffffff;
}

/* line 24460, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--light > input:checked ~ span {
  border: 1px solid #ffffff;
}

/* line 24463, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--light.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #ffffff;
}

/* line 24466, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--light > input:disabled ~ span {
  opacity: 0.6;
}

/* line 24469, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--light.kt-checkbox--solid > span {
  background: #ffffff;
  border: 1px solid transparent !important;
}

/* line 24472, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--light.kt-checkbox--solid > span:after {
  border: solid #282a3c;
}

/* line 24475, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--light.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24478, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--light.kt-checkbox--solid > input:checked ~ span {
  background: #ffffff;
}

/* line 24481, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--light.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 24484, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--light.kt-checkbox--tick > span:after {
  border: solid #282a3c;
}

/* line 24487, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--light.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24490, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--light.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}

/* line 24493, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--light.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #ffffff;
}

/* line 24496, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--dark.kt-checkbox--disabled {
  opacity: 0.7;
}

/* line 24499, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--dark > span {
  border: 1px solid #645ca1;
}

/* line 24501, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--dark > span:after {
  border: solid #645ca1;
}

/* line 24504, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--dark > input:disabled ~ span:after {
  border-color: #645ca1;
}

/* line 24507, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--dark > input:checked ~ span {
  border: 1px solid #645ca1;
}

/* line 24510, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--dark.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #645ca1;
}

/* line 24513, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--dark > input:disabled ~ span {
  opacity: 0.6;
}

/* line 24516, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--dark.kt-checkbox--solid > span {
  background: #645ca1;
  border: 1px solid transparent !important;
}

/* line 24519, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--dark.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}

/* line 24522, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--dark.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24525, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--dark.kt-checkbox--solid > input:checked ~ span {
  background: #645ca1;
}

/* line 24528, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--dark.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 24531, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--dark.kt-checkbox--tick > span:after {
  border: solid #ffffff;
}

/* line 24534, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--dark.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24537, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--dark.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}

/* line 24540, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--dark.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #645ca1;
}

/* line 24543, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--accent.kt-checkbox--disabled {
  opacity: 0.7;
}

/* line 24546, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--accent > span {
  border: 1px solid #00c5dc;
}

/* line 24548, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--accent > span:after {
  border: solid #00c5dc;
}

/* line 24551, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--accent > input:disabled ~ span:after {
  border-color: #00c5dc;
}

/* line 24554, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--accent > input:checked ~ span {
  border: 1px solid #00c5dc;
}

/* line 24557, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--accent.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #00c5dc;
}

/* line 24560, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--accent > input:disabled ~ span {
  opacity: 0.6;
}

/* line 24563, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--accent.kt-checkbox--solid > span {
  background: #00c5dc;
  border: 1px solid transparent !important;
}

/* line 24566, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--accent.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}

/* line 24569, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--accent.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24572, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--accent.kt-checkbox--solid > input:checked ~ span {
  background: #00c5dc;
}

/* line 24575, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--accent.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 24578, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--accent.kt-checkbox--tick > span:after {
  border: solid #ffffff;
}

/* line 24581, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--accent.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24584, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--accent.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}

/* line 24587, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--accent.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #00c5dc;
}

/* line 24590, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--focus.kt-checkbox--disabled {
  opacity: 0.7;
}

/* line 24593, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--focus > span {
  border: 1px solid #9816f4;
}

/* line 24595, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--focus > span:after {
  border: solid #9816f4;
}

/* line 24598, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--focus > input:disabled ~ span:after {
  border-color: #9816f4;
}

/* line 24601, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--focus > input:checked ~ span {
  border: 1px solid #9816f4;
}

/* line 24604, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--focus.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #9816f4;
}

/* line 24607, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--focus > input:disabled ~ span {
  opacity: 0.6;
}

/* line 24610, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--focus.kt-checkbox--solid > span {
  background: #9816f4;
  border: 1px solid transparent !important;
}

/* line 24613, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--focus.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}

/* line 24616, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--focus.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24619, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--focus.kt-checkbox--solid > input:checked ~ span {
  background: #9816f4;
}

/* line 24622, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--focus.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 24625, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--focus.kt-checkbox--tick > span:after {
  border: solid #ffffff;
}

/* line 24628, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--focus.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24631, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--focus.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}

/* line 24634, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--focus.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #9816f4;
}

/* line 24637, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--primary.kt-checkbox--disabled {
  opacity: 0.7;
}

/* line 24640, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--primary > span {
  border: 1px solid #5867dd;
}

/* line 24642, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--primary > span:after {
  border: solid #5867dd;
}

/* line 24645, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--primary > input:disabled ~ span:after {
  border-color: #5867dd;
}

/* line 24648, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--primary > input:checked ~ span {
  border: 1px solid #5867dd;
}

/* line 24651, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--primary.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #5867dd;
}

/* line 24654, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--primary > input:disabled ~ span {
  opacity: 0.6;
}

/* line 24657, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--primary.kt-checkbox--solid > span {
  background: #5867dd;
  border: 1px solid transparent !important;
}

/* line 24660, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--primary.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}

/* line 24663, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--primary.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24666, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--primary.kt-checkbox--solid > input:checked ~ span {
  background: #5867dd;
}

/* line 24669, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--primary.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 24672, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--primary.kt-checkbox--tick > span:after {
  border: solid #ffffff;
}

/* line 24675, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--primary.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24678, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--primary.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}

/* line 24681, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--primary.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #5867dd;
}

/* line 24684, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--success.kt-checkbox--disabled {
  opacity: 0.7;
}

/* line 24687, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--success > span {
  border: 1px solid #1dc9b7;
}

/* line 24689, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--success > span:after {
  border: solid #1dc9b7;
}

/* line 24692, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--success > input:disabled ~ span:after {
  border-color: #1dc9b7;
}

/* line 24695, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--success > input:checked ~ span {
  border: 1px solid #1dc9b7;
}

/* line 24698, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--success.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #1dc9b7;
}

/* line 24701, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--success > input:disabled ~ span {
  opacity: 0.6;
}

/* line 24704, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--success.kt-checkbox--solid > span {
  background: #1dc9b7;
  border: 1px solid transparent !important;
}

/* line 24707, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--success.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}

/* line 24710, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--success.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24713, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--success.kt-checkbox--solid > input:checked ~ span {
  background: #1dc9b7;
}

/* line 24716, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--success.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 24719, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--success.kt-checkbox--tick > span:after {
  border: solid #ffffff;
}

/* line 24722, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--success.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24725, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--success.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}

/* line 24728, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--success.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #1dc9b7;
}

/* line 24731, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--info.kt-checkbox--disabled {
  opacity: 0.7;
}

/* line 24734, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--info > span {
  border: 1px solid #5578eb;
}

/* line 24736, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--info > span:after {
  border: solid #5578eb;
}

/* line 24739, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--info > input:disabled ~ span:after {
  border-color: #5578eb;
}

/* line 24742, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--info > input:checked ~ span {
  border: 1px solid #5578eb;
}

/* line 24745, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--info.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #5578eb;
}

/* line 24748, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--info > input:disabled ~ span {
  opacity: 0.6;
}

/* line 24751, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--info.kt-checkbox--solid > span {
  background: #5578eb;
  border: 1px solid transparent !important;
}

/* line 24754, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--info.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}

/* line 24757, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--info.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24760, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--info.kt-checkbox--solid > input:checked ~ span {
  background: #5578eb;
}

/* line 24763, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--info.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 24766, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--info.kt-checkbox--tick > span:after {
  border: solid #ffffff;
}

/* line 24769, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--info.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24772, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--info.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}

/* line 24775, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--info.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #5578eb;
}

/* line 24778, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--warning.kt-checkbox--disabled {
  opacity: 0.7;
}

/* line 24781, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--warning > span {
  border: 1px solid #ffb822;
}

/* line 24783, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--warning > span:after {
  border: solid #ffb822;
}

/* line 24786, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--warning > input:disabled ~ span:after {
  border-color: #ffb822;
}

/* line 24789, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--warning > input:checked ~ span {
  border: 1px solid #ffb822;
}

/* line 24792, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--warning.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #ffb822;
}

/* line 24795, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--warning > input:disabled ~ span {
  opacity: 0.6;
}

/* line 24798, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--warning.kt-checkbox--solid > span {
  background: #ffb822;
  border: 1px solid transparent !important;
}

/* line 24801, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--warning.kt-checkbox--solid > span:after {
  border: solid #111111;
}

/* line 24804, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--warning.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24807, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--warning.kt-checkbox--solid > input:checked ~ span {
  background: #ffb822;
}

/* line 24810, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--warning.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 24813, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--warning.kt-checkbox--tick > span:after {
  border: solid #111111;
}

/* line 24816, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--warning.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24819, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--warning.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}

/* line 24822, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--warning.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #ffb822;
}

/* line 24825, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--danger.kt-checkbox--disabled {
  opacity: 0.7;
}

/* line 24828, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--danger > span {
  border: 1px solid #fd397a;
}

/* line 24830, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--danger > span:after {
  border: solid #fd397a;
}

/* line 24833, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--danger > input:disabled ~ span:after {
  border-color: #fd397a;
}

/* line 24836, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--danger > input:checked ~ span {
  border: 1px solid #fd397a;
}

/* line 24839, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--danger.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #fd397a;
}

/* line 24842, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--danger > input:disabled ~ span {
  opacity: 0.6;
}

/* line 24845, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--danger.kt-checkbox--solid > span {
  background: #fd397a;
  border: 1px solid transparent !important;
}

/* line 24848, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--danger.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}

/* line 24851, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--danger.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24854, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--danger.kt-checkbox--solid > input:checked ~ span {
  background: #fd397a;
}

/* line 24857, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--danger.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 24860, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--danger.kt-checkbox--tick > span:after {
  border: solid #ffffff;
}

/* line 24863, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--danger.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 24866, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--danger.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}

/* line 24869, app/assets/stylesheets/theme/style.bundle.scss */
.kt-checkbox.kt-checkbox--danger.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #fd397a;
}

/* line 24872, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  text-align: left;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 24882, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

/* line 24885, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 24889, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio > span {
  background: none;
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50% !important;
}

/* line 24897, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio > span:after {
  content: '';
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 100% !important;
}

/* line 24908, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio > input:checked ~ span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: none;
}

/* line 24912, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio > input:checked ~ span:after {
  display: block;
}

/* line 24914, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio:hover > input:not([disabled]):checked ~ span,
.kt-radio > input:checked ~ span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 24918, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio > input:disabled ~ span {
  opacity: 0.6;
  pointer-events: none;
}

/* line 24921, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--solid > span {
  border: 1px solid transparent;
}

/* line 24923, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--solid:hover > input:not([disabled]) ~ span,
.kt-radio.kt-radio--solid > input:focus ~ span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 24927, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--square > span {
  border-radius: 0;
}

/* line 24929, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--bold > span {
  border-width: 2px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 24933, app/assets/stylesheets/theme/style.bundle.scss */
.form-inline .kt-radio {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 24936, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--single {
  width: 18px;
  height: 18px;
}

/* line 24939, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--single > span {
  top: 0px;
}

/* line 24941, app/assets/stylesheets/theme/style.bundle.scss */
th > .kt-radio.kt-radio--single,
td > .kt-radio.kt-radio--single {
  right: -5px;
}

/* line 24944, app/assets/stylesheets/theme/style.bundle.scss */
.input-group .kt-radio {
  margin-bottom: 0 !important;
  padding-left: 0;
}

/* line 24948, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio-list {
  padding: 0 0;
}

/* line 24950, app/assets/stylesheets/theme/style.bundle.scss */
.form-horizontal .form-group .kt-radio-list {
  padding-top: 0;
}

/* line 24952, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio-list .kt-radio {
  display: block;
  text-align: left;
}

/* line 24955, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio-list .kt-radio:last-child {
  margin-bottom: 5px;
}

/* line 24958, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio-inline {
  padding: 0 0;
}

/* line 24960, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio-inline .kt-radio {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}

/* line 24964, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio-inline .kt-radio:last-child {
  margin-right: 0;
}

/* line 24967, app/assets/stylesheets/theme/style.bundle.scss */
.form-group.row .kt-radio-inline {
  margin-top: 0.75rem;
}

/* line 24970, app/assets/stylesheets/theme/style.bundle.scss */
.form-group.row .kt-radio-list {
  margin-top: 2px;
}

/* line 24973, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--disabled {
  opacity: 0.8;
}

/* line 24976, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio > span {
  border: 1px solid #d1d7e2;
}

/* line 24978, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio > span:after {
  border: solid #bfc7d7;
  background: #bfc7d7;
}

/* line 24982, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio > input:disabled ~ span:after {
  border-color: #c8cfdd;
}

/* line 24985, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio > input:checked ~ span {
  border: 1px solid #c8cfdd;
}

/* line 24988, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--bold > input:checked ~ span {
  border: 2px solid #c8cfdd;
}

/* line 24991, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio > input:disabled ~ span {
  opacity: 0.6;
}

/* line 24994, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--solid > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 24997, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--solid > span:after {
  border: solid #99a6bf;
  background: #99a6bf;
}

/* line 25001, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25004, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--solid > input:checked ~ span {
  background: #dee2ea;
}

/* line 25007, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 25011, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25014, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}

/* line 25016, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--tick > input:checked ~ span:after {
  border: solid #dee2ea;
  background: #dee2ea;
}

/* line 25020, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--brand.kt-radio--disabled {
  opacity: 0.8;
}

/* line 25023, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--brand > span {
  border: 1px solid #5d78ff;
}

/* line 25025, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--brand > span:after {
  border: solid #5d78ff;
  background: #5d78ff;
}

/* line 25029, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--brand > input:disabled ~ span:after {
  border-color: #5d78ff;
}

/* line 25032, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--brand > input:checked ~ span {
  border: 1px solid #5d78ff;
}

/* line 25035, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--brand.kt-radio--bold > input:checked ~ span {
  border: 2px solid #5d78ff;
}

/* line 25038, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--brand > input:disabled ~ span {
  opacity: 0.6;
}

/* line 25041, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--brand.kt-radio--solid > span {
  background: #5d78ff;
  border: 1px solid transparent !important;
}

/* line 25044, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--brand.kt-radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}

/* line 25048, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--brand.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25051, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--brand.kt-radio--solid > input:checked ~ span {
  background: #5d78ff;
}

/* line 25054, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--brand.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 25058, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--brand.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25061, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--brand.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}

/* line 25063, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--brand.kt-radio--tick > input:checked ~ span:after {
  border: solid #5d78ff;
  background: #5d78ff;
}

/* line 25067, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--metal.kt-radio--disabled {
  opacity: 0.8;
}

/* line 25070, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--metal > span {
  border: 1px solid #d3dae6;
}

/* line 25072, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--metal > span:after {
  border: solid #d3dae6;
  background: #d3dae6;
}

/* line 25076, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--metal > input:disabled ~ span:after {
  border-color: #d3dae6;
}

/* line 25079, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--metal > input:checked ~ span {
  border: 1px solid #d3dae6;
}

/* line 25082, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--metal.kt-radio--bold > input:checked ~ span {
  border: 2px solid #d3dae6;
}

/* line 25085, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--metal > input:disabled ~ span {
  opacity: 0.6;
}

/* line 25088, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--metal.kt-radio--solid > span {
  background: #d3dae6;
  border: 1px solid transparent !important;
}

/* line 25091, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--metal.kt-radio--solid > span:after {
  border: solid #586272;
  background: #586272;
}

/* line 25095, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--metal.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25098, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--metal.kt-radio--solid > input:checked ~ span {
  background: #d3dae6;
}

/* line 25101, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--metal.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 25105, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--metal.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25108, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--metal.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}

/* line 25110, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--metal.kt-radio--tick > input:checked ~ span:after {
  border: solid #d3dae6;
  background: #d3dae6;
}

/* line 25114, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--light.kt-radio--disabled {
  opacity: 0.8;
}

/* line 25117, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--light > span {
  border: 1px solid #ffffff;
}

/* line 25119, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--light > span:after {
  border: solid #ffffff;
  background: #ffffff;
}

/* line 25123, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--light > input:disabled ~ span:after {
  border-color: #ffffff;
}

/* line 25126, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--light > input:checked ~ span {
  border: 1px solid #ffffff;
}

/* line 25129, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--light.kt-radio--bold > input:checked ~ span {
  border: 2px solid #ffffff;
}

/* line 25132, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--light > input:disabled ~ span {
  opacity: 0.6;
}

/* line 25135, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--light.kt-radio--solid > span {
  background: #ffffff;
  border: 1px solid transparent !important;
}

/* line 25138, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--light.kt-radio--solid > span:after {
  border: solid #282a3c;
  background: #282a3c;
}

/* line 25142, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--light.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25145, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--light.kt-radio--solid > input:checked ~ span {
  background: #ffffff;
}

/* line 25148, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--light.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 25152, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--light.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25155, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--light.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}

/* line 25157, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--light.kt-radio--tick > input:checked ~ span:after {
  border: solid #ffffff;
  background: #ffffff;
}

/* line 25161, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--dark.kt-radio--disabled {
  opacity: 0.8;
}

/* line 25164, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--dark > span {
  border: 1px solid #645ca1;
}

/* line 25166, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--dark > span:after {
  border: solid #645ca1;
  background: #645ca1;
}

/* line 25170, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--dark > input:disabled ~ span:after {
  border-color: #645ca1;
}

/* line 25173, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--dark > input:checked ~ span {
  border: 1px solid #645ca1;
}

/* line 25176, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--dark.kt-radio--bold > input:checked ~ span {
  border: 2px solid #645ca1;
}

/* line 25179, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--dark > input:disabled ~ span {
  opacity: 0.6;
}

/* line 25182, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--dark.kt-radio--solid > span {
  background: #645ca1;
  border: 1px solid transparent !important;
}

/* line 25185, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--dark.kt-radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}

/* line 25189, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--dark.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25192, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--dark.kt-radio--solid > input:checked ~ span {
  background: #645ca1;
}

/* line 25195, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--dark.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 25199, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--dark.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25202, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--dark.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}

/* line 25204, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--dark.kt-radio--tick > input:checked ~ span:after {
  border: solid #645ca1;
  background: #645ca1;
}

/* line 25208, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--accent.kt-radio--disabled {
  opacity: 0.8;
}

/* line 25211, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--accent > span {
  border: 1px solid #00c5dc;
}

/* line 25213, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--accent > span:after {
  border: solid #00c5dc;
  background: #00c5dc;
}

/* line 25217, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--accent > input:disabled ~ span:after {
  border-color: #00c5dc;
}

/* line 25220, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--accent > input:checked ~ span {
  border: 1px solid #00c5dc;
}

/* line 25223, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--accent.kt-radio--bold > input:checked ~ span {
  border: 2px solid #00c5dc;
}

/* line 25226, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--accent > input:disabled ~ span {
  opacity: 0.6;
}

/* line 25229, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--accent.kt-radio--solid > span {
  background: #00c5dc;
  border: 1px solid transparent !important;
}

/* line 25232, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--accent.kt-radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}

/* line 25236, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--accent.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25239, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--accent.kt-radio--solid > input:checked ~ span {
  background: #00c5dc;
}

/* line 25242, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--accent.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 25246, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--accent.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25249, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--accent.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}

/* line 25251, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--accent.kt-radio--tick > input:checked ~ span:after {
  border: solid #00c5dc;
  background: #00c5dc;
}

/* line 25255, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--focus.kt-radio--disabled {
  opacity: 0.8;
}

/* line 25258, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--focus > span {
  border: 1px solid #9816f4;
}

/* line 25260, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--focus > span:after {
  border: solid #9816f4;
  background: #9816f4;
}

/* line 25264, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--focus > input:disabled ~ span:after {
  border-color: #9816f4;
}

/* line 25267, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--focus > input:checked ~ span {
  border: 1px solid #9816f4;
}

/* line 25270, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--focus.kt-radio--bold > input:checked ~ span {
  border: 2px solid #9816f4;
}

/* line 25273, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--focus > input:disabled ~ span {
  opacity: 0.6;
}

/* line 25276, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--focus.kt-radio--solid > span {
  background: #9816f4;
  border: 1px solid transparent !important;
}

/* line 25279, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--focus.kt-radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}

/* line 25283, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--focus.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25286, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--focus.kt-radio--solid > input:checked ~ span {
  background: #9816f4;
}

/* line 25289, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--focus.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 25293, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--focus.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25296, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--focus.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}

/* line 25298, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--focus.kt-radio--tick > input:checked ~ span:after {
  border: solid #9816f4;
  background: #9816f4;
}

/* line 25302, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--primary.kt-radio--disabled {
  opacity: 0.8;
}

/* line 25305, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--primary > span {
  border: 1px solid #5867dd;
}

/* line 25307, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--primary > span:after {
  border: solid #5867dd;
  background: #5867dd;
}

/* line 25311, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--primary > input:disabled ~ span:after {
  border-color: #5867dd;
}

/* line 25314, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--primary > input:checked ~ span {
  border: 1px solid #5867dd;
}

/* line 25317, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--primary.kt-radio--bold > input:checked ~ span {
  border: 2px solid #5867dd;
}

/* line 25320, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--primary > input:disabled ~ span {
  opacity: 0.6;
}

/* line 25323, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--primary.kt-radio--solid > span {
  background: #5867dd;
  border: 1px solid transparent !important;
}

/* line 25326, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--primary.kt-radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}

/* line 25330, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--primary.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25333, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--primary.kt-radio--solid > input:checked ~ span {
  background: #5867dd;
}

/* line 25336, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--primary.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 25340, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--primary.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25343, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--primary.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}

/* line 25345, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--primary.kt-radio--tick > input:checked ~ span:after {
  border: solid #5867dd;
  background: #5867dd;
}

/* line 25349, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--success.kt-radio--disabled {
  opacity: 0.8;
}

/* line 25352, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--success > span {
  border: 1px solid #1dc9b7;
}

/* line 25354, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--success > span:after {
  border: solid #1dc9b7;
  background: #1dc9b7;
}

/* line 25358, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--success > input:disabled ~ span:after {
  border-color: #1dc9b7;
}

/* line 25361, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--success > input:checked ~ span {
  border: 1px solid #1dc9b7;
}

/* line 25364, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--success.kt-radio--bold > input:checked ~ span {
  border: 2px solid #1dc9b7;
}

/* line 25367, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--success > input:disabled ~ span {
  opacity: 0.6;
}

/* line 25370, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--success.kt-radio--solid > span {
  background: #1dc9b7;
  border: 1px solid transparent !important;
}

/* line 25373, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--success.kt-radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}

/* line 25377, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--success.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25380, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--success.kt-radio--solid > input:checked ~ span {
  background: #1dc9b7;
}

/* line 25383, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--success.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 25387, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--success.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25390, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--success.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}

/* line 25392, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--success.kt-radio--tick > input:checked ~ span:after {
  border: solid #1dc9b7;
  background: #1dc9b7;
}

/* line 25396, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--info.kt-radio--disabled {
  opacity: 0.8;
}

/* line 25399, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--info > span {
  border: 1px solid #5578eb;
}

/* line 25401, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--info > span:after {
  border: solid #5578eb;
  background: #5578eb;
}

/* line 25405, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--info > input:disabled ~ span:after {
  border-color: #5578eb;
}

/* line 25408, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--info > input:checked ~ span {
  border: 1px solid #5578eb;
}

/* line 25411, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--info.kt-radio--bold > input:checked ~ span {
  border: 2px solid #5578eb;
}

/* line 25414, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--info > input:disabled ~ span {
  opacity: 0.6;
}

/* line 25417, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--info.kt-radio--solid > span {
  background: #5578eb;
  border: 1px solid transparent !important;
}

/* line 25420, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--info.kt-radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}

/* line 25424, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--info.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25427, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--info.kt-radio--solid > input:checked ~ span {
  background: #5578eb;
}

/* line 25430, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--info.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 25434, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--info.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25437, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--info.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}

/* line 25439, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--info.kt-radio--tick > input:checked ~ span:after {
  border: solid #5578eb;
  background: #5578eb;
}

/* line 25443, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--warning.kt-radio--disabled {
  opacity: 0.8;
}

/* line 25446, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--warning > span {
  border: 1px solid #ffb822;
}

/* line 25448, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--warning > span:after {
  border: solid #ffb822;
  background: #ffb822;
}

/* line 25452, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--warning > input:disabled ~ span:after {
  border-color: #ffb822;
}

/* line 25455, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--warning > input:checked ~ span {
  border: 1px solid #ffb822;
}

/* line 25458, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--warning.kt-radio--bold > input:checked ~ span {
  border: 2px solid #ffb822;
}

/* line 25461, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--warning > input:disabled ~ span {
  opacity: 0.6;
}

/* line 25464, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--warning.kt-radio--solid > span {
  background: #ffb822;
  border: 1px solid transparent !important;
}

/* line 25467, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--warning.kt-radio--solid > span:after {
  border: solid #111111;
  background: #111111;
}

/* line 25471, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--warning.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25474, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--warning.kt-radio--solid > input:checked ~ span {
  background: #ffb822;
}

/* line 25477, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--warning.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 25481, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--warning.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25484, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--warning.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}

/* line 25486, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--warning.kt-radio--tick > input:checked ~ span:after {
  border: solid #ffb822;
  background: #ffb822;
}

/* line 25490, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--danger.kt-radio--disabled {
  opacity: 0.8;
}

/* line 25493, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--danger > span {
  border: 1px solid #fd397a;
}

/* line 25495, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--danger > span:after {
  border: solid #fd397a;
  background: #fd397a;
}

/* line 25499, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--danger > input:disabled ~ span:after {
  border-color: #fd397a;
}

/* line 25502, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--danger > input:checked ~ span {
  border: 1px solid #fd397a;
}

/* line 25505, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--danger.kt-radio--bold > input:checked ~ span {
  border: 2px solid #fd397a;
}

/* line 25508, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--danger > input:disabled ~ span {
  opacity: 0.6;
}

/* line 25511, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--danger.kt-radio--solid > span {
  background: #fd397a;
  border: 1px solid transparent !important;
}

/* line 25514, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--danger.kt-radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}

/* line 25518, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--danger.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25521, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--danger.kt-radio--solid > input:checked ~ span {
  background: #fd397a;
}

/* line 25524, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--danger.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}

/* line 25528, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--danger.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}

/* line 25531, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--danger.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}

/* line 25533, app/assets/stylesheets/theme/style.bundle.scss */
.kt-radio.kt-radio--danger.kt-radio--tick > input:checked ~ span:after {
  border: solid #fd397a;
  background: #fd397a;
}

/* line 25537, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch {
  display: inline-block;
  font-size: 1rem;
}

/* line 25540, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch input:empty {
  margin-left: -999px;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}

/* line 25547, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch input:empty ~ span {
  display: inline-block;
  position: relative;
  float: left;
  width: 1px;
  text-indent: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 25558, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch input:empty ~ span:before,
.kt-switch input:empty ~ span:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

/* line 25568, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--icon input:empty ~ span:after {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
}

/* line 25577, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--icon input:checked ~ span:after {
  content: '\f17b';
}

/* line 25579, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--icon-check input:checked ~ span:after {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
}

/* line 25588, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch input:empty ~ span {
  line-height: 30px;
  margin: 2px 0;
  height: 30px;
  width: 57px;
  border-radius: 15px;
}

/* line 25594, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch input:empty ~ span:before,
.kt-switch input:empty ~ span:after {
  width: 54px;
  border-radius: 15px;
}

/* line 25598, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch input:empty ~ span:after {
  height: 24px;
  width: 24px;
  line-height: 26px;
  top: 3px;
  bottom: 3px;
  margin-left: 3px;
  font-size: 0.9em;
  text-align: center;
  vertical-align: middle;
}

/* line 25608, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch input:checked ~ span:after {
  margin-left: 26px;
}

/* line 25610, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--lg input:empty ~ span {
  line-height: 40px;
  margin: 2px 0;
  height: 40px;
  width: 75px;
  border-radius: 20px;
}

/* line 25616, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--lg input:empty ~ span:before,
.kt-switch.kt-switch--lg input:empty ~ span:after {
  width: 72px;
  border-radius: 20px;
}

/* line 25620, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--lg input:empty ~ span:after {
  height: 34px;
  width: 34px;
  line-height: 34px;
  top: 3px;
  bottom: 3px;
  margin-left: 3px;
  font-size: 1em;
  text-align: center;
  vertical-align: middle;
}

/* line 25630, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--lg input:checked ~ span:after {
  margin-left: 34px;
}

/* line 25632, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--sm input:empty ~ span {
  line-height: 24px;
  margin: 2px 0;
  height: 24px;
  width: 40px;
  border-radius: 12px;
}

/* line 25638, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--sm input:empty ~ span:before,
.kt-switch.kt-switch--sm input:empty ~ span:after {
  width: 38px;
  border-radius: 12px;
}

/* line 25642, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--sm input:empty ~ span:after {
  height: 20px;
  width: 20px;
  line-height: 20px;
  top: 2px;
  bottom: 2px;
  margin-left: 2px;
  font-size: 0.8em;
  text-align: center;
  vertical-align: middle;
}

/* line 25652, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--sm input:checked ~ span:after {
  margin-left: 16px;
}

/* line 25654, app/assets/stylesheets/theme/style.bundle.scss */
.form-group.row .kt-switch {
  margin-top: 0.15rem;
}

/* line 25656, app/assets/stylesheets/theme/style.bundle.scss */
.form-group.row .kt-switch.kt-switch--lg {
  margin-top: 0rem;
  position: relative;
  top: -0.3rem;
}

/* line 25660, app/assets/stylesheets/theme/style.bundle.scss */
.form-group.row .kt-switch.kt-switch--sm {
  margin-top: 0.3rem;
}

/* line 25663, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch input:empty ~ span:before {
  background-color: #e8ebf1;
}

/* line 25666, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch input:empty ~ span:after {
  color: #f8f9fb;
  background-color: #ffffff;
}

/* line 25670, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch input:checked ~ span:before {
  background-color: #e8ebf1;
}

/* line 25673, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch input:checked ~ span:after {
  background-color: #5d78ff;
  color: #ffffff;
}

/* line 25677, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch input[disabled] {
  cursor: not-allowed;
}

/* line 25679, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch input[disabled] ~ span:after,
.kt-switch input[disabled] ~ span:before {
  cursor: not-allowed;
  opacity: 0.7;
}

/* line 25684, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #5d78ff;
}

/* line 25687, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:empty ~ span:after {
  color: #5d78ff;
  background-color: #ffffff;
  opacity: 0.4;
}

/* line 25692, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #5d78ff;
}

/* line 25695, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}

/* line 25698, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--brand input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}

/* line 25702, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--brand input:empty ~ span:after {
  color: #ffffff;
}

/* line 25705, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--brand input:checked ~ span:before {
  background-color: #ffffff;
}

/* line 25708, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--brand input:checked ~ span:after {
  background-color: #5d78ff;
  opacity: 1;
}

/* line 25712, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--metal:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #d3dae6;
}

/* line 25715, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--metal:not(.kt-switch--outline) input:empty ~ span:after {
  color: #d3dae6;
  background-color: #586272;
  opacity: 0.4;
}

/* line 25720, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--metal:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #d3dae6;
}

/* line 25723, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--metal:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}

/* line 25726, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--metal input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}

/* line 25730, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--metal input:empty ~ span:after {
  color: #586272;
}

/* line 25733, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--metal input:checked ~ span:before {
  background-color: #586272;
}

/* line 25736, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--metal input:checked ~ span:after {
  background-color: #d3dae6;
  opacity: 1;
}

/* line 25740, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--light:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #ffffff;
}

/* line 25743, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--light:not(.kt-switch--outline) input:empty ~ span:after {
  color: #ffffff;
  background-color: #282a3c;
  opacity: 0.4;
}

/* line 25748, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--light:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #ffffff;
}

/* line 25751, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--light:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}

/* line 25754, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--light input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}

/* line 25758, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--light input:empty ~ span:after {
  color: #282a3c;
}

/* line 25761, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--light input:checked ~ span:before {
  background-color: #282a3c;
}

/* line 25764, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--light input:checked ~ span:after {
  background-color: #ffffff;
  opacity: 1;
}

/* line 25768, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--dark:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #645ca1;
}

/* line 25771, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--dark:not(.kt-switch--outline) input:empty ~ span:after {
  color: #645ca1;
  background-color: #ffffff;
  opacity: 0.4;
}

/* line 25776, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--dark:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #645ca1;
}

/* line 25779, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--dark:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}

/* line 25782, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--dark input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}

/* line 25786, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--dark input:empty ~ span:after {
  color: #ffffff;
}

/* line 25789, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--dark input:checked ~ span:before {
  background-color: #ffffff;
}

/* line 25792, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--dark input:checked ~ span:after {
  background-color: #645ca1;
  opacity: 1;
}

/* line 25796, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--accent:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #00c5dc;
}

/* line 25799, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--accent:not(.kt-switch--outline) input:empty ~ span:after {
  color: #00c5dc;
  background-color: #ffffff;
  opacity: 0.4;
}

/* line 25804, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--accent:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #00c5dc;
}

/* line 25807, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--accent:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}

/* line 25810, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--accent input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}

/* line 25814, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--accent input:empty ~ span:after {
  color: #ffffff;
}

/* line 25817, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--accent input:checked ~ span:before {
  background-color: #ffffff;
}

/* line 25820, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--accent input:checked ~ span:after {
  background-color: #00c5dc;
  opacity: 1;
}

/* line 25824, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--focus:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #9816f4;
}

/* line 25827, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--focus:not(.kt-switch--outline) input:empty ~ span:after {
  color: #9816f4;
  background-color: #ffffff;
  opacity: 0.4;
}

/* line 25832, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--focus:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #9816f4;
}

/* line 25835, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--focus:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}

/* line 25838, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--focus input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}

/* line 25842, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--focus input:empty ~ span:after {
  color: #ffffff;
}

/* line 25845, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--focus input:checked ~ span:before {
  background-color: #ffffff;
}

/* line 25848, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--focus input:checked ~ span:after {
  background-color: #9816f4;
  opacity: 1;
}

/* line 25852, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--primary:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #5867dd;
}

/* line 25855, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--primary:not(.kt-switch--outline) input:empty ~ span:after {
  color: #5867dd;
  background-color: #ffffff;
  opacity: 0.4;
}

/* line 25860, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--primary:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #5867dd;
}

/* line 25863, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--primary:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}

/* line 25866, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--primary input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}

/* line 25870, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--primary input:empty ~ span:after {
  color: #ffffff;
}

/* line 25873, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--primary input:checked ~ span:before {
  background-color: #ffffff;
}

/* line 25876, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--primary input:checked ~ span:after {
  background-color: #5867dd;
  opacity: 1;
}

/* line 25880, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--success:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #1dc9b7;
}

/* line 25883, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--success:not(.kt-switch--outline) input:empty ~ span:after {
  color: #1dc9b7;
  background-color: #ffffff;
  opacity: 0.4;
}

/* line 25888, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--success:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #1dc9b7;
}

/* line 25891, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--success:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}

/* line 25894, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--success input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}

/* line 25898, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--success input:empty ~ span:after {
  color: #ffffff;
}

/* line 25901, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--success input:checked ~ span:before {
  background-color: #ffffff;
}

/* line 25904, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--success input:checked ~ span:after {
  background-color: #1dc9b7;
  opacity: 1;
}

/* line 25908, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--info:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #5578eb;
}

/* line 25911, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--info:not(.kt-switch--outline) input:empty ~ span:after {
  color: #5578eb;
  background-color: #ffffff;
  opacity: 0.4;
}

/* line 25916, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--info:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #5578eb;
}

/* line 25919, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--info:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}

/* line 25922, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--info input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}

/* line 25926, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--info input:empty ~ span:after {
  color: #ffffff;
}

/* line 25929, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--info input:checked ~ span:before {
  background-color: #ffffff;
}

/* line 25932, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--info input:checked ~ span:after {
  background-color: #5578eb;
  opacity: 1;
}

/* line 25936, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #ffb822;
}

/* line 25939, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:empty ~ span:after {
  color: #ffb822;
  background-color: #111111;
  opacity: 0.4;
}

/* line 25944, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #ffb822;
}

/* line 25947, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}

/* line 25950, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--warning input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}

/* line 25954, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--warning input:empty ~ span:after {
  color: #111111;
}

/* line 25957, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--warning input:checked ~ span:before {
  background-color: #111111;
}

/* line 25960, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--warning input:checked ~ span:after {
  background-color: #ffb822;
  opacity: 1;
}

/* line 25964, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--danger:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #fd397a;
}

/* line 25967, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--danger:not(.kt-switch--outline) input:empty ~ span:after {
  color: #fd397a;
  background-color: #ffffff;
  opacity: 0.4;
}

/* line 25972, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--danger:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #fd397a;
}

/* line 25975, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--danger:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}

/* line 25978, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--danger input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}

/* line 25982, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--danger input:empty ~ span:after {
  color: #ffffff;
}

/* line 25985, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--danger input:checked ~ span:before {
  background-color: #ffffff;
}

/* line 25988, app/assets/stylesheets/theme/style.bundle.scss */
.kt-switch.kt-switch--outline.kt-switch--danger input:checked ~ span:after {
  background-color: #fd397a;
  opacity: 1;
}

/* line 25992, app/assets/stylesheets/theme/style.bundle.scss */
.kt-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.4em;
  border: 1px solid #ebedf2;
  border-radius: 4px;
}

/* line 25999, app/assets/stylesheets/theme/style.bundle.scss */
.kt-option .kt-option__control {
  width: 2.7rem;
  padding-top: 0.1rem;
}

/* line 26002, app/assets/stylesheets/theme/style.bundle.scss */
.kt-option .kt-option__control .kt-radio {
  display: block;
}

/* line 26004, app/assets/stylesheets/theme/style.bundle.scss */
.kt-option .kt-option__label {
  width: 100%;
}

/* line 26006, app/assets/stylesheets/theme/style.bundle.scss */
.kt-option .kt-option__label .kt-option__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 26013, app/assets/stylesheets/theme/style.bundle.scss */
.kt-option .kt-option__label .kt-option__head .kt-option__title {
  font-size: 1.1rem;
  font-weight: 400;
  color: #595d6e;
}

/* line 26017, app/assets/stylesheets/theme/style.bundle.scss */
.kt-option .kt-option__label .kt-option__head .kt-option__focus {
  font-size: 1.1rem;
  font-weight: 500;
  color: #48465b;
}

/* line 26021, app/assets/stylesheets/theme/style.bundle.scss */
.kt-option .kt-option__label .kt-option__body {
  display: block;
  padding-top: 0.7rem;
  font-size: 0.9rem;
  color: #74788d;
}

/* line 26026, app/assets/stylesheets/theme/style.bundle.scss */
.kt-option.kt-option--plain {
  border: 0;
  padding: 0;
  margin-top: -0.2rem;
  margin-bottom: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 26034, app/assets/stylesheets/theme/style.bundle.scss */
.kt-option.kt-option--plain .kt-option__control {
  vertical-align: middle;
  width: 2.7rem;
}

/* line 26037, app/assets/stylesheets/theme/style.bundle.scss */
.kt-option.kt-option--plain .kt-option__control .kt-radio {
  margin-bottom: 1.6rem;
}

/* line 26039, app/assets/stylesheets/theme/style.bundle.scss */
.kt-option.kt-option--plain .kt-option__label .kt-option__body {
  padding-top: 0.2rem;
}

/* line 26041, app/assets/stylesheets/theme/style.bundle.scss */
.is-valid .kt-option {
  border-color: #1dc9b7;
}

/* line 26043, app/assets/stylesheets/theme/style.bundle.scss */
.is-invalid .kt-option {
  border-color: #fd397a;
}

/* line 26046, app/assets/stylesheets/theme/style.bundle.scss */
.has-success .kt-option .kt-option__label .kt-option__head .kt-option__title {
  color: #1dc9b7;
}

/* line 26049, app/assets/stylesheets/theme/style.bundle.scss */
.has-error .kt-option .kt-option__label .kt-option__head .kt-option__title {
  color: #ffb822;
}

/* line 26052, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar {
  position: relative;
  display: inline-block;
}

/* line 26055, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar .kt-avatar__holder {
  width: 120px;
  height: 120px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 26061, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar .kt-avatar__upload {
  cursor: pointer;
  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: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 26083, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar .kt-avatar__upload input {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
}

/* line 26088, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar .kt-avatar__upload i {
  color: #5d78ff;
  font-size: 0.9rem;
}

/* line 26091, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar .kt-avatar__upload:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #5d78ff;
}

/* line 26095, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar .kt-avatar__upload:hover i {
  color: #ffffff;
}

/* line 26097, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar .kt-avatar__cancel {
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: auto;
  right: -10px;
  bottom: -5px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  display: none;
}

/* line 26116, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar .kt-avatar__cancel i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #74788d;
  font-size: 0.9rem;
}

/* line 26121, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar .kt-avatar__cancel:hover i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5d78ff;
}

/* line 26125, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--changed .kt-avatar__cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 26129, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--brand .kt-avatar__upload i {
  color: #5d78ff;
}

/* line 26131, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--brand .kt-avatar__upload:hover {
  background-color: #5d78ff;
}

/* line 26133, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--brand .kt-avatar__upload:hover i {
  color: #ffffff;
}

/* line 26135, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--metal .kt-avatar__upload i {
  color: #d3dae6;
}

/* line 26137, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--metal .kt-avatar__upload:hover {
  background-color: #d3dae6;
}

/* line 26139, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--metal .kt-avatar__upload:hover i {
  color: #586272;
}

/* line 26141, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--light .kt-avatar__upload i {
  color: #ffffff;
}

/* line 26143, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--light .kt-avatar__upload:hover {
  background-color: #ffffff;
}

/* line 26145, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--light .kt-avatar__upload:hover i {
  color: #282a3c;
}

/* line 26147, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--dark .kt-avatar__upload i {
  color: #645ca1;
}

/* line 26149, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--dark .kt-avatar__upload:hover {
  background-color: #645ca1;
}

/* line 26151, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--dark .kt-avatar__upload:hover i {
  color: #ffffff;
}

/* line 26153, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--accent .kt-avatar__upload i {
  color: #00c5dc;
}

/* line 26155, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--accent .kt-avatar__upload:hover {
  background-color: #00c5dc;
}

/* line 26157, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--accent .kt-avatar__upload:hover i {
  color: #ffffff;
}

/* line 26159, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--focus .kt-avatar__upload i {
  color: #9816f4;
}

/* line 26161, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--focus .kt-avatar__upload:hover {
  background-color: #9816f4;
}

/* line 26163, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--focus .kt-avatar__upload:hover i {
  color: #ffffff;
}

/* line 26165, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--primary .kt-avatar__upload i {
  color: #5867dd;
}

/* line 26167, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--primary .kt-avatar__upload:hover {
  background-color: #5867dd;
}

/* line 26169, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--primary .kt-avatar__upload:hover i {
  color: #ffffff;
}

/* line 26171, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--success .kt-avatar__upload i {
  color: #1dc9b7;
}

/* line 26173, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--success .kt-avatar__upload:hover {
  background-color: #1dc9b7;
}

/* line 26175, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--success .kt-avatar__upload:hover i {
  color: #ffffff;
}

/* line 26177, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--info .kt-avatar__upload i {
  color: #5578eb;
}

/* line 26179, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--info .kt-avatar__upload:hover {
  background-color: #5578eb;
}

/* line 26181, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--info .kt-avatar__upload:hover i {
  color: #ffffff;
}

/* line 26183, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--warning .kt-avatar__upload i {
  color: #ffb822;
}

/* line 26185, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--warning .kt-avatar__upload:hover {
  background-color: #ffb822;
}

/* line 26187, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--warning .kt-avatar__upload:hover i {
  color: #111111;
}

/* line 26189, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--danger .kt-avatar__upload i {
  color: #fd397a;
}

/* line 26191, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--danger .kt-avatar__upload:hover {
  background-color: #fd397a;
}

/* line 26193, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--danger .kt-avatar__upload:hover i {
  color: #ffffff;
}

/* line 26195, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--circle .kt-avatar__holder {
  border-radius: 50%;
}

/* line 26197, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--circle .kt-avatar__upload {
  right: 0px;
  top: 5px;
}

/* line 26200, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--circle .kt-avatar__cancel {
  right: 3px;
  bottom: 10px;
}

/* line 26203, app/assets/stylesheets/theme/style.bundle.scss */
.kt-avatar.kt-avatar--outline .kt-avatar__holder {
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
}

/* line 26208, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner {
  position: relative;
}

/* line 26210, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner:before {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
}

/* line 26218, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--sm:before {
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

/* line 26222, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--sm.kt-spinner--center:before {
  left: 50%;
  margin-left: -8px;
}

/* line 26225, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--sm.kt-spinner--left:before {
  left: 0;
  right: auto;
}

/* line 26228, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--sm.kt-spinner--right:before {
  left: auto;
  right: 0;
}

/* line 26231, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner:before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

/* line 26235, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--center:before {
  left: 50%;
  margin-left: -10px;
}

/* line 26238, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--left:before {
  left: 0;
  right: auto;
}

/* line 26241, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--right:before {
  left: auto;
  right: 0;
}

/* line 26244, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--lg:before {
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

/* line 26248, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--lg.kt-spinner--center:before {
  left: 50%;
  margin-left: -12px;
}

/* line 26251, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--lg.kt-spinner--left:before {
  left: 0;
  right: auto;
}

/* line 26254, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--lg.kt-spinner--right:before {
  left: auto;
  right: 0;
}

/* line 26257, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner:before {
  -webkit-animation: kt-spinner .5s linear infinite;
  animation: kt-spinner .5s linear infinite;
}

/* line 26260, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--brand:before {
  border: 2px solid #5d78ff;
  border-right: 2px solid transparent;
}

/* line 26263, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--metal:before {
  border: 2px solid #d3dae6;
  border-right: 2px solid transparent;
}

/* line 26266, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--light:before {
  border: 2px solid #ffffff;
  border-right: 2px solid transparent;
}

/* line 26269, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--dark:before {
  border: 2px solid #645ca1;
  border-right: 2px solid transparent;
}

/* line 26272, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--accent:before {
  border: 2px solid #00c5dc;
  border-right: 2px solid transparent;
}

/* line 26275, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--focus:before {
  border: 2px solid #9816f4;
  border-right: 2px solid transparent;
}

/* line 26278, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--primary:before {
  border: 2px solid #5867dd;
  border-right: 2px solid transparent;
}

/* line 26281, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--success:before {
  border: 2px solid #1dc9b7;
  border-right: 2px solid transparent;
}

/* line 26284, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--info:before {
  border: 2px solid #5578eb;
  border-right: 2px solid transparent;
}

/* line 26287, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--warning:before {
  border: 2px solid #ffb822;
  border-right: 2px solid transparent;
}

/* line 26290, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--danger:before {
  border: 2px solid #fd397a;
  border-right: 2px solid transparent;
}

/* line 26293, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--input.kt-spinner--right:before {
  left: auto;
  right: 1rem;
}

/* line 26296, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--input.kt-spinner--left:before {
  right: auto;
  left: 1rem;
}

/* line 26299, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--v2:before {
  -webkit-animation: kt-spinner .5s linear infinite;
  animation: kt-spinner .5s linear infinite;
}

/* line 26302, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--v2.kt-spinner--brand:before {
  border: 2px solid #f6f8ff;
  border-top-color: #4e6bff;
}

/* line 26305, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--v2.kt-spinner--metal:before {
  border: 2px solid white;
  border-top-color: #c9d2e0;
}

/* line 26308, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--v2.kt-spinner--light:before {
  border: 2px solid white;
  border-top-color: #f7f7f7;
}

/* line 26311, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--v2.kt-spinner--dark:before {
  border: 2px solid #c0bdd9;
  border-top-color: #5e5797;
}

/* line 26314, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--v2.kt-spinner--accent:before {
  border: 2px solid #76f1ff;
  border-top-color: #00b7cd;
}

/* line 26317, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--v2.kt-spinner--focus:before {
  border: 2px solid #d9a8fb;
  border-top-color: #910bef;
}

/* line 26320, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--v2.kt-spinner--primary:before {
  border: 2px solid #d7dbf7;
  border-top-color: #4b5bda;
}

/* line 26323, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--v2.kt-spinner--success:before {
  border: 2px solid #90efe5;
  border-top-color: #1bbcab;
}

/* line 26326, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--v2.kt-spinner--info:before {
  border: 2px solid #dee5fb;
  border-top-color: #476de9;
}

/* line 26329, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--v2.kt-spinner--warning:before {
  border: 2px solid #ffe9bb;
  border-top-color: #ffb313;
}

/* line 26332, app/assets/stylesheets/theme/style.bundle.scss */
.kt-spinner.kt-spinner--v2.kt-spinner--danger:before {
  border: 2px solid #ffd0e0;
  border-top-color: #fd2a70;
}

@-webkit-keyframes kt-spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes kt-spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 26346, app/assets/stylesheets/theme/style.bundle.scss */
.kt-loader {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #f7f8fa;
  opacity: 0;
  -webkit-animation: kt-loader-scaleout 0.9s infinite ease-in-out;
  animation: kt-loader-scaleout 0.9s infinite ease-in-out;
}

/* line 26356, app/assets/stylesheets/theme/style.bundle.scss */
.kt-loader.kt-loader--lg {
  width: 2rem;
  height: 2rem;
}

/* line 26359, app/assets/stylesheets/theme/style.bundle.scss */
.kt-loader.kt-loader--sm {
  width: 1rem;
  height: 1rem;
}

/* line 26362, app/assets/stylesheets/theme/style.bundle.scss */
.btn .kt-loader {
  position: relative;
  line-height: 0;
}

/* line 26366, app/assets/stylesheets/theme/style.bundle.scss */
.kt-loader.kt-loader--brand {
  background-color: #5d78ff;
}

/* line 26369, app/assets/stylesheets/theme/style.bundle.scss */
.kt-loader.kt-loader--metal {
  background-color: #d3dae6;
}

/* line 26372, app/assets/stylesheets/theme/style.bundle.scss */
.kt-loader.kt-loader--light {
  background-color: #ffffff;
}

/* line 26375, app/assets/stylesheets/theme/style.bundle.scss */
.kt-loader.kt-loader--dark {
  background-color: #645ca1;
}

/* line 26378, app/assets/stylesheets/theme/style.bundle.scss */
.kt-loader.kt-loader--accent {
  background-color: #00c5dc;
}

/* line 26381, app/assets/stylesheets/theme/style.bundle.scss */
.kt-loader.kt-loader--focus {
  background-color: #9816f4;
}

/* line 26384, app/assets/stylesheets/theme/style.bundle.scss */
.kt-loader.kt-loader--primary {
  background-color: #5867dd;
}

/* line 26387, app/assets/stylesheets/theme/style.bundle.scss */
.kt-loader.kt-loader--success {
  background-color: #1dc9b7;
}

/* line 26390, app/assets/stylesheets/theme/style.bundle.scss */
.kt-loader.kt-loader--info {
  background-color: #5578eb;
}

/* line 26393, app/assets/stylesheets/theme/style.bundle.scss */
.kt-loader.kt-loader--warning {
  background-color: #ffb822;
}

/* line 26396, app/assets/stylesheets/theme/style.bundle.scss */
.kt-loader.kt-loader--danger {
  background-color: #fd397a;
}

@-webkit-keyframes kt-loader-scaleout {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes kt-loader-scaleout {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 26419, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pulse {
  position: relative;
}

/* line 26421, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pulse .kt-pulse__ring {
  display: block;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  position: absolute;
  -webkit-animation: kt-pulse 3.5s ease-out;
  animation: kt-pulse 3.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  border-width: 3px;
  border-style: solid;
  border-color: #d8dce6;
}

@media screen {
  /* line 26436, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pulse .kt-pulse__ring {
    top: 2px;
    left: 2px;
  }
}

/* line 26439, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pulse.kt-pulse--brand .kt-pulse__ring {
  border-color: rgba(93, 120, 255, 0.8);
}

/* line 26441, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pulse.kt-pulse--metal .kt-pulse__ring {
  border-color: rgba(211, 218, 230, 0.8);
}

/* line 26443, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pulse.kt-pulse--light .kt-pulse__ring {
  border-color: rgba(255, 255, 255, 0.8);
}

/* line 26445, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pulse.kt-pulse--dark .kt-pulse__ring {
  border-color: rgba(100, 92, 161, 0.8);
}

/* line 26447, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pulse.kt-pulse--accent .kt-pulse__ring {
  border-color: rgba(0, 197, 220, 0.8);
}

/* line 26449, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pulse.kt-pulse--focus .kt-pulse__ring {
  border-color: rgba(152, 22, 244, 0.8);
}

/* line 26451, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pulse.kt-pulse--primary .kt-pulse__ring {
  border-color: rgba(88, 103, 221, 0.8);
}

/* line 26453, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pulse.kt-pulse--success .kt-pulse__ring {
  border-color: rgba(29, 201, 183, 0.8);
}

/* line 26455, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pulse.kt-pulse--info .kt-pulse__ring {
  border-color: rgba(85, 120, 235, 0.8);
}

/* line 26457, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pulse.kt-pulse--warning .kt-pulse__ring {
  border-color: rgba(255, 184, 34, 0.8);
}

/* line 26459, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pulse.kt-pulse--danger .kt-pulse__ring {
  border-color: rgba(253, 57, 122, 0.8);
}

@-webkit-keyframes kt-pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  60% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  65% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

@keyframes kt-pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  60% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  65% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

/* line 26488, app/assets/stylesheets/theme/style.bundle.scss */
.kt-dialog {
  width: 130px;
  margin: 0 auto;
  position: fixed;
  z-index: 1100;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 4px;
}

/* line 26501, app/assets/stylesheets/theme/style.bundle.scss */
.kt-dialog.kt-dialog--top-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -100px;
  left: 50%;
  margin-left: -65px;
  -webkit-transition: top 0.6s ease;
  transition: top 0.6s ease;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 26512, app/assets/stylesheets/theme/style.bundle.scss */
.kt-dialog.kt-dialog--top-center.kt-dialog--shown {
  top: 0px;
  -webkit-transition: top 0.6s ease;
  transition: top 0.6s ease;
}

/* line 26516, app/assets/stylesheets/theme/style.bundle.scss */
.kt-dialog.kt-dialog--loader {
  font-size: 1rem;
  padding: 0.75rem;
  font-weight: 400;
  color: #595d6e;
}

/* line 26521, app/assets/stylesheets/theme/style.bundle.scss */
.kt-dialog.kt-dialog--loader.kt-dialog--brand {
  background-color: rgba(93, 120, 255, 0.1);
  color: #5d78ff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(93, 120, 255, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(93, 120, 255, 0.3);
}

/* line 26526, app/assets/stylesheets/theme/style.bundle.scss */
.kt-dialog.kt-dialog--loader.kt-dialog--metal {
  background-color: rgba(211, 218, 230, 0.1);
  color: #d3dae6;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(211, 218, 230, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(211, 218, 230, 0.3);
}

/* line 26531, app/assets/stylesheets/theme/style.bundle.scss */
.kt-dialog.kt-dialog--loader.kt-dialog--light {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.3);
}

/* line 26536, app/assets/stylesheets/theme/style.bundle.scss */
.kt-dialog.kt-dialog--loader.kt-dialog--dark {
  background-color: rgba(100, 92, 161, 0.1);
  color: #645ca1;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(100, 92, 161, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(100, 92, 161, 0.3);
}

/* line 26541, app/assets/stylesheets/theme/style.bundle.scss */
.kt-dialog.kt-dialog--loader.kt-dialog--accent {
  background-color: rgba(0, 197, 220, 0.1);
  color: #00c5dc;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 197, 220, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(0, 197, 220, 0.3);
}

/* line 26546, app/assets/stylesheets/theme/style.bundle.scss */
.kt-dialog.kt-dialog--loader.kt-dialog--focus {
  background-color: rgba(152, 22, 244, 0.1);
  color: #9816f4;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(152, 22, 244, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(152, 22, 244, 0.3);
}

/* line 26551, app/assets/stylesheets/theme/style.bundle.scss */
.kt-dialog.kt-dialog--loader.kt-dialog--primary {
  background-color: rgba(88, 103, 221, 0.1);
  color: #5867dd;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(88, 103, 221, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(88, 103, 221, 0.3);
}

/* line 26556, app/assets/stylesheets/theme/style.bundle.scss */
.kt-dialog.kt-dialog--loader.kt-dialog--success {
  background-color: rgba(29, 201, 183, 0.1);
  color: #1dc9b7;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(29, 201, 183, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(29, 201, 183, 0.3);
}

/* line 26561, app/assets/stylesheets/theme/style.bundle.scss */
.kt-dialog.kt-dialog--loader.kt-dialog--info {
  background-color: rgba(85, 120, 235, 0.1);
  color: #5578eb;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(85, 120, 235, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(85, 120, 235, 0.3);
}

/* line 26566, app/assets/stylesheets/theme/style.bundle.scss */
.kt-dialog.kt-dialog--loader.kt-dialog--warning {
  background-color: rgba(255, 184, 34, 0.1);
  color: #ffb822;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 184, 34, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(255, 184, 34, 0.3);
}

/* line 26571, app/assets/stylesheets/theme/style.bundle.scss */
.kt-dialog.kt-dialog--loader.kt-dialog--danger {
  background-color: rgba(253, 57, 122, 0.1);
  color: #fd397a;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(253, 57, 122, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(253, 57, 122, 0.3);
}

/* line 26577, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid-nav-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 26586, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid-nav-v2 .kt-grid-nav-v2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 3px);
  min-height: 180px;
  border-radius: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  background: #f7f8fa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen {
  /* line 26608, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid-nav-v2 .kt-grid-nav-v2__item {
    height: 180px;
  }
}

/* line 26610, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid-nav-v2 .kt-grid-nav-v2__item .kt-grid-nav-v2__item-icon {
  display: inline-block;
  text-align: center;
  margin-bottom: 0.5rem;
}

/* line 26614, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid-nav-v2 .kt-grid-nav-v2__item .kt-grid-nav-v2__item-icon i {
  font-size: 2.25rem;
  color: #5d78ff;
}

/* line 26617, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid-nav-v2 .kt-grid-nav-v2__item .kt-grid-nav-v2__item-title {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #5d5b6f;
}

/* line 26623, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid-nav-v2 .kt-grid-nav-v2__item:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: none;
  background: #5d78ff;
}

/* line 26628, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid-nav-v2 .kt-grid-nav-v2__item:hover .kt-grid-nav-v2__item-icon i {
  color: #ffffff;
}

/* line 26630, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid-nav-v2 .kt-grid-nav-v2__item:hover .kt-grid-nav-v2__item-title {
  color: #ffffff;
}

/* line 26632, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid-nav-v2 .kt-grid-nav-v2__item:nth-of-type(odd) {
  margin: 3px 3px 3px 0;
}

/* line 26634, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid-nav-v2 .kt-grid-nav-v2__item:nth-of-type(even) {
  margin: 3px 0 3px 3px;
}

/* line 26637, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 26646, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid-nav .kt-grid-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  border-right: 1px solid #ebedf2;
  border-bottom: 1px solid #ebedf2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen {
  /* line 26668, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid-nav .kt-grid-nav__item {
    height: 160px;
  }
}

/* line 26670, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid-nav .kt-grid-nav__item .kt-grid-nav__item-icon {
  display: inline-block;
  text-align: center;
  margin-bottom: 0.5rem;
}

/* line 26674, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid-nav .kt-grid-nav__item .kt-grid-nav__item-icon i {
  font-size: 1.85rem;
  color: #74788d;
  opacity: 0.7;
}

/* line 26678, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid-nav .kt-grid-nav__item .kt-grid-nav__item-title {
  display: inline-block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: #48465b;
}

/* line 26684, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid-nav .kt-grid-nav__item .kt-grid-nav__item-desc {
  margin-top: 0.25rem;
  display: inline-block;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 300;
  color: #74788d;
}

/* line 26691, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid-nav .kt-grid-nav__item:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  text-transform: none;
}

/* line 26697, app/assets/stylesheets/theme/style.bundle.scss */
.kt-grid-nav .kt-grid-nav__item:hover .kt-grid-nav__item-icon i {
  opacity: 1;
  color: #5d78ff;
}

@media (max-width: 1024px) {
  /* line 26702, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid-nav .kt-grid-nav__item {
    min-height: 80px;
  }
}

@media screen and (max-width: 1024px) {
  /* line 26705, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-grid-nav .kt-grid-nav__item {
    height: 80px;
  }
}

/* line 26708, app/assets/stylesheets/theme/style.bundle.scss */
.kt-head {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1rem 1rem;
  min-height: 100px;
}

/* line 26729, app/assets/stylesheets/theme/style.bundle.scss */
.kt-head.kt-head--sm {
  min-height: 70px;
}

@media screen {
  /* line 26732, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-head {
    height: 100px;
  }
}

/* line 26734, app/assets/stylesheets/theme/style.bundle.scss */
.kt-head .kt-head__title {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
}

/* line 26741, app/assets/stylesheets/theme/style.bundle.scss */
.kt-head .kt-head__sub {
  position: absolute;
  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;
  right: 0;
  left: 0;
  height: 2.8rem;
  bottom: -1.4rem;
}

/* line 26757, app/assets/stylesheets/theme/style.bundle.scss */
.kt-head .kt-head__sub .kt-head__desc {
  color: #74788d;
  font-size: 1rem;
  font-weight: 400;
  background: #fff;
  text-align: center;
  padding: 0.75rem 1rem;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 3px;
}

/* line 26767, app/assets/stylesheets/theme/style.bundle.scss */
.kt-head.kt-head--skin-light {
  border-bottom: 1px solid #ebedf2;
}

/* line 26769, app/assets/stylesheets/theme/style.bundle.scss */
.kt-head.kt-head--skin-light .kt-head__title {
  color: #595d6e;
}

/* line 26771, app/assets/stylesheets/theme/style.bundle.scss */
.kt-head.kt-head--skin-light .kt-head__sub .kt-head__desc {
  color: #74788d;
  background: #f7f8fa;
}

@media (max-width: 1024px) {
  /* line 26776, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-head {
    padding: 0.5rem 0.5rem;
    min-height: 70px;
  }
}

@media screen and (max-width: 1024px) {
  /* line 26780, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-head {
    height: 70px;
  }
}

/* line 26783, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list {
  position: relative;
  padding: 0;
  margin: 0;
}

/* line 26787, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 0;
}

/* line 26796, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item .kt-list__icon {
  display: inline-block;
  min-width: 50px;
  padding: 0 15px 0 10px;
  line-height: 0;
  text-align: center;
}

/* line 26802, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item .kt-list__icon [class^="la-"],
.kt-list .kt-list__item .kt-list__icon [class*=" la-"] {
  font-size: 1.6rem;
}

/* line 26805, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item .kt-list__icon [class^="fa-"],
.kt-list .kt-list__item .kt-list__icon [class*=" fa-"] {
  font-size: 1.2rem;
}

/* line 26808, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item .kt-list__icon [class^="flaticon-"],
.kt-list .kt-list__item .kt-list__icon [class*=" flaticon-"],
.kt-list .kt-list__item .kt-list__icon [class^="flaticon2-"],
.kt-list .kt-list__item .kt-list__icon [class*=" flaticon2-"] {
  font-size: 1.6rem;
}

/* line 26813, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item .kt-list__text {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 0 5px 0 0;
  font-size: 1rem;
}

/* line 26819, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item .kt-list__text:hover {
  text-decoration: none;
}

/* line 26821, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item .kt-list__time {
  min-width: 80px;
  text-align: right;
  display: inline-block;
  padding: 0;
  font-size: 0.9rem;
}

/* line 26827, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item:first-child {
  padding-top: 0;
  margin-top: 0;
}

/* line 26830, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 26833, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list.kt-list--badge:before {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 3px;
}

/* line 26842, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list.kt-list--badge .kt-list__item:first-child:before, .kt-list.kt-list--badge .kt-list__item:last-child:before {
  background-color: white;
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 50%;
  top: 0;
  bottom: 0;
  left: 3px;
}

/* line 26852, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list.kt-list--badge .kt-list__item:last-child:before {
  top: auto;
  bottom: 0;
}

/* line 26855, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list.kt-list--badge .kt-list__item .kt-list__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  position: relative;
  width: 20px;
}

/* line 26865, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list.kt-list--badge .kt-list__item .kt-list__badge:before {
  position: absolute;
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  left: 0;
  border-radius: 100%;
}

/* line 26874, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list:before {
  background-color: #ebedf2;
}

/* line 26877, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item .kt-list__badge:before {
  background-color: #ebedf2;
}

/* line 26880, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item .kt-list__badge.kt-list__badge--brand:before {
  background-color: #5d78ff;
}

/* line 26883, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item .kt-list__badge.kt-list__badge--metal:before {
  background-color: #d3dae6;
}

/* line 26886, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item .kt-list__badge.kt-list__badge--light:before {
  background-color: #ffffff;
}

/* line 26889, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item .kt-list__badge.kt-list__badge--dark:before {
  background-color: #645ca1;
}

/* line 26892, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item .kt-list__badge.kt-list__badge--accent:before {
  background-color: #00c5dc;
}

/* line 26895, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item .kt-list__badge.kt-list__badge--focus:before {
  background-color: #9816f4;
}

/* line 26898, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item .kt-list__badge.kt-list__badge--primary:before {
  background-color: #5867dd;
}

/* line 26901, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item .kt-list__badge.kt-list__badge--success:before {
  background-color: #1dc9b7;
}

/* line 26904, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item .kt-list__badge.kt-list__badge--info:before {
  background-color: #5578eb;
}

/* line 26907, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item .kt-list__badge.kt-list__badge--warning:before {
  background-color: #ffb822;
}

/* line 26910, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item .kt-list__badge.kt-list__badge--danger:before {
  background-color: #fd397a;
}

/* line 26913, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item .kt-list__icon i {
  color: #74788d;
}

/* line 26916, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item .kt-list__text {
  color: #595d6e;
}

/* line 26919, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item .kt-list__time {
  color: #74788d;
}

/* line 26922, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item:first-child:before, .kt-list .kt-list__item:last-child:before {
  background-color: #74788d;
}

/* line 26925, app/assets/stylesheets/theme/style.bundle.scss */
.kt-list .kt-list__item.kt-list__item--blur {
  opacity: 0.5;
}

/* line 26928, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav {
  display: block;
  padding: 0.5rem 0;
  margin: 0;
  list-style: none;
  border: 0;
}

/* line 26934, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item {
  display: block;
}

/* line 26936, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item > .kt-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.55rem 1.75rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 26950, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1rem;
  color: #595d6e;
  font-weight: 400;
}

/* line 26957, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  font-size: 1.25rem;
  line-height: 0;
  color: #a2a5b9;
}

/* line 26964, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-icon:before {
  line-height: 0;
}

/* line 26966, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-icon g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #a2a5b9;
}

/* line 26970, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-icon:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

/* line 26973, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
  margin-right: 10px;
}

/* line 26979, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet > span {
  vertical-align: middle;
  display: inline-block;
}

/* line 26982, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  width: 4px;
  height: 4px;
  border-radius: 100%;
}

/* line 26986, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span {
  width: 8px;
  height: 2px;
  border-radius: 2px;
}

/* line 26990, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #a2a5b9;
}

/* line 26992, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-badge {
  padding: 0px 0px 0px 5px;
}

/* line 26994, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-arrow {
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  font-size: 0.8rem;
  color: #74788d;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 27008, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-arrow:before {
  content: "";
}

/* line 27010, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-arrow:before {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 27014, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item > .kt-nav__link.collapsed .kt-nav__link-arrow {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 27022, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item > .kt-nav__link.collapsed .kt-nav__link-arrow:before {
  content: "";
}

/* line 27024, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item > .kt-nav__link.collapsed .kt-nav__link-arrow:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 27027, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item > .kt-nav__sub {
  padding: 0;
  margin: 0;
}

/* line 27030, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item > .kt-nav__sub .kt-nav__item > .kt-nav__link {
  padding: 0.5rem 1.5rem 0.5rem 2.5rem;
}

/* line 27032, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item.kt-nav__item--last {
  padding-bottom: 0;
}

/* line 27034, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item.active > .kt-nav__link, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link {
  background-color: #f7f8fa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 27038, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-icon,
.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-text,
.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-arrow, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon,
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-text,
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-arrow {
  color: #5d78ff;
}

/* line 27044, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-icon g [fill], .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #5d78ff;
}

/* line 27048, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-icon:hover g [fill], .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

/* line 27051, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #5d78ff;
}

/* line 27053, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item.kt-nav__item--sub:hover:not(.kt-nav__item--disabled) > .kt-nav__link.collapsed {
  background-color: #f7f8fa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 27057, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item.kt-nav__item--sub:hover:not(.kt-nav__item--disabled) > .kt-nav__link.collapsed .kt-nav__link-icon,
.kt-nav .kt-nav__item.kt-nav__item--sub:hover:not(.kt-nav__item--disabled) > .kt-nav__link.collapsed .kt-nav__link-text,
.kt-nav .kt-nav__item.kt-nav__item--sub:hover:not(.kt-nav__item--disabled) > .kt-nav__link.collapsed .kt-nav__link-arrow {
  color: #5d78ff;
}

/* line 27061, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item.kt-nav__item--sub:hover:not(.kt-nav__item--disabled) > .kt-nav__link.collapsed .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav .kt-nav__item.kt-nav__item--sub:hover:not(.kt-nav__item--disabled) > .kt-nav__link.collapsed .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #5d78ff;
}

/* line 27063, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__item.kt-nav__item--disabled {
  opacity: 0.6;
}

/* line 27065, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.55rem 1.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 27073, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__section {
  margin-top: 1rem;
  padding: 0 1.75rem;
}

/* line 27076, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__section .kt-nav__section-icon {
  color: #a2a5b9;
}

/* line 27078, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__section.kt-nav__section--first {
  margin-top: 0;
}

/* line 27080, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__section .kt-nav__section-text {
  color: #5d78ff;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
}

/* line 27085, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__separator {
  margin: 0.7rem 0;
  height: 0;
  display: block;
  border-bottom: 1px solid #ebedf2;
}

/* line 27090, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__separator.kt-nav__separator--dashed {
  border-bottom: 1px dashed #ebedf2;
}

/* line 27092, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__space {
  margin: 0.7rem 0;
}

/* line 27094, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__head,
.kt-nav .kt-nav__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  color: #595d6e;
  font-weight: 500;
  padding: 0.55rem 1.75rem;
}

/* line 27109, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__head > i,
.kt-nav .kt-nav__foot > i {
  font-size: 1.2rem;
  color: #74788d;
}

/* line 27113, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav .kt-nav__head {
  font-size: 1.1rem;
}

/* line 27115, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--fit {
  padding: 0;
}

/* line 27117, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--fit .kt-nav__item > .kt-nav__link {
  padding-left: 0;
  padding-right: 0;
}

/* line 27120, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--fit-ver {
  padding: 0;
}

/* line 27122, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--lg-space .kt-nav__item {
  margin: 0.35rem 0;
}

/* line 27124, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--lg-space .kt-nav__item .kt-nav__link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 27127, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--lg-space .kt-nav__item:first-child {
  margin-top: 0;
}

/* line 27129, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--lg-space .kt-nav__item:last-child {
  margin-bottom: 0;
}

/* line 27131, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--md-space .kt-nav__item {
  margin: 0.25rem 0;
}

/* line 27133, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--md-space .kt-nav__item .kt-nav__link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* line 27136, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--md-space .kt-nav__item:first-child {
  margin-top: 0;
}

/* line 27138, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--md-space .kt-nav__item:last-child {
  margin-bottom: 0;
}

/* line 27140, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--bold .kt-nav__item .kt-nav__link .kt-nav__link-text {
  font-weight: 500;
}

/* line 27142, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--bolder .kt-nav__item .kt-nav__link .kt-nav__link-text {
  font-weight: 600;
}

/* line 27144, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--thin .kt-nav__item .kt-nav__link .kt-nav__link-text {
  font-weight: 300;
}

/* line 27146, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--lg-font .kt-nav__item .kt-nav__link .kt-nav__link-text {
  font-size: 1.15rem;
}

/* line 27148, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--xl-font .kt-nav__item .kt-nav__link .kt-nav__link-text {
  font-size: 1.25rem;
}

/* line 27151, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v2 .kt-nav__item {
  border-radius: 2rem;
  overflow: hidden;
}

/* line 27154, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v2 .kt-nav__item > .kt-nav__link {
  -webkit-transition: none;
  transition: none;
}

/* line 27157, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link {
  background-color: #f4f4f9;
  -webkit-transition: none;
  transition: none;
}

/* line 27161, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-icon,
.kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-text,
.kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-arrow {
  color: #5d78ff;
}

/* line 27165, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #f4f4f9;
}

/* line 27167, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link {
  background-color: #5d78ff;
  -webkit-transition: none;
  transition: none;
}

/* line 27171, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-icon,
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-text,
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-arrow {
  color: #ffffff;
}

/* line 27175, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #ffffff;
}

/* line 27177, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link {
  background-color: #5d78ff;
}

/* line 27179, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-icon,
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-text,
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-arrow {
  color: #ffffff;
}

/* line 27183, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #ffffff;
}

/* line 27186, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v2.kt-nav--lg-space .kt-nav__item {
  border-radius: 2.25rem;
}

/* line 27189, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v2.kt-nav--md-space .kt-nav__item {
  border-radius: 2rem;
}

/* line 27192, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v3 .kt-nav__item {
  margin: 0;
}

/* line 27194, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v3 .kt-nav__item .kt-nav__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-left: 2px solid transparent;
}

/* line 27200, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v3 .kt-nav__item.active .kt-nav__link, .kt-nav.kt-nav--v3 .kt-nav__item.kt-nav__link--active .kt-nav__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f7f8fa;
  border-left: 2px solid #5d78ff;
}

/* line 27205, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v3 .kt-nav__item.active .kt-nav__link .kt-nav__link-text, .kt-nav.kt-nav--v3 .kt-nav__item.kt-nav__link--active .kt-nav__link .kt-nav__link-text {
  color: #5d78ff;
}

/* line 27207, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v3 .kt-nav__item:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f7f8fa;
}

/* line 27211, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v3 .kt-nav__item:hover .kt-nav__link .kt-nav__link-text {
  color: #5d78ff;
}

/* line 27214, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v4 .kt-nav__item {
  margin: 0;
}

/* line 27216, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v4 .kt-nav__item .kt-nav__link {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 4px;
}

/* line 27220, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v4 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link, .kt-nav.kt-nav--v4 .kt-nav__item.active > .kt-nav__link, .kt-nav.kt-nav--v4 .kt-nav__item.kt-nav__link--active > .kt-nav__link {
  background-color: rgba(93, 120, 255, 0.05);
}

/* line 27222, app/assets/stylesheets/theme/style.bundle.scss */
.kt-nav.kt-nav--v4 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-text, .kt-nav.kt-nav--v4 .kt-nav__item.active > .kt-nav__link .kt-nav__link-text, .kt-nav.kt-nav--v4 .kt-nav__item.kt-nav__link--active > .kt-nav__link .kt-nav__link-text {
  color: #5d78ff;
}

/* line 27225, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notification-v2 {
  margin: 0;
}

/* line 27227, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notification-v2 .kt-notification-v2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 27238, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__item-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;
  background-color: #f7f8fa;
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 50%;
}

/* line 27253, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__item-icon i {
  font-size: 1.5rem;
}

/* line 27255, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__item-wrapper {
  padding-left: 1.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 27260, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__item-wrapper .kt-notification-v2__item-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #5d5b6f;
}

/* line 27264, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__item-wrapper .kt-notification-v2__item-desc {
  font-size: 1rem;
  font-weight: 300;
  color: #b3b1c2;
}

/* line 27268, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notification-v2 .kt-notification-v2__item:hover {
  background-color: #f7f8fa;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 27273, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notification-v2 .kt-notification-v2__item:hover .kt-notification-v2__item-icon {
  background-color: #ebedf2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 27278, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notification .kt-notification__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.1rem 1.5rem;
  border-bottom: 1px solid #f7f8fa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 27289, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notification .kt-notification__item:last-child {
  border-bottom: 1px solid transparent;
}

/* line 27291, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notification .kt-notification__item .kt-notification__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.5rem;
  flex: 0 0 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 27301, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notification .kt-notification__item .kt-notification__item-icon i {
  font-size: 1.4rem;
  color: #5d78ff;
}

/* line 27304, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notification .kt-notification__item .kt-notification__item-details {
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 27315, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notification .kt-notification__item .kt-notification__item-details .kt-notification__item-title {
  font-size: 1.1rem;
  font-weight: 400;
  color: #595d6e;
}

/* line 27319, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notification .kt-notification__item .kt-notification__item-details .kt-notification__item-time {
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
}

/* line 27323, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notification .kt-notification__item:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  background-color: #f7f8fa;
}

/* line 27328, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notification .kt-notification__item.kt-notification__item--read {
  opacity: 0.5;
}

/* line 27330, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notification .kt-notification__item:after {
  border: 0;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
  color: #74788d;
}

/* line 27345, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notification.kt-notification--fit .kt-notification__item {
  padding-left: 0;
  padding-right: 0;
}

/* line 27348, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notification.kt-notification--fit .kt-notification__item:hover {
  background-color: transparent;
}

/* line 27350, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notification.kt-notification--fit .kt-notification__item:hover .kt-notification__item-title {
  color: #5d78ff;
}

/* line 27353, app/assets/stylesheets/theme/style.bundle.scss */
.kt-scroll {
  position: relative;
  overflow: hidden;
}

/* line 27357, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notes .kt-notes__items {
  margin: 0;
  padding: 0;
}

/* line 27360, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notes .kt-notes__items .kt-notes__item {
  left: 8px;
  border-left: 2px solid #ebedf2;
  padding: 0 0 50px 45px;
  position: relative;
  margin: 0 5px 0 17px;
}

/* line 27366, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media {
  position: absolute;
  top: 0;
  left: -25.5px;
}

/* line 27370, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media img {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
}

/* line 27374, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media .kt-notes__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;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #ebedf2;
  border-radius: 50%;
}

/* line 27389, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media .kt-notes__icon i {
  color: #74788d;
  font-size: 1.8rem;
}

/* line 27392, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media .kt-notes__user {
  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;
  width: 50px;
  height: 50px;
  font-size: 1.2rem;
  background-color: #fff;
  border: 2px solid #ebedf2;
  color: #74788d;
  border-radius: 50%;
}

/* line 27409, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media .kt-notes__circle {
  width: 25px;
  height: 25px;
  display: block;
  border: 2px solid #ebedf2;
  margin-left: 12px;
  background-color: #fff;
  border-radius: 50%;
}

/* line 27417, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content {
  background-color: #F7F8FC;
  padding: 0.5rem 1rem 1rem 1.5rem;
  border-radius: 4px;
}

/* line 27421, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 27431, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

/* line 27440, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__info .kt-notes__title {
  font-size: 1.1rem;
  color: #595d6e;
  font-weight: 500;
  padding-right: 0.5rem;
}

/* line 27445, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__info .kt-notes__title:hover {
  color: #5d78ff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 27449, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__info .kt-notes__desc {
  color: #74788d;
  font-weight: 400;
  padding-right: 1rem;
}

/* line 27453, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__dropdown .btn-icon {
  width: 26px;
  height: 26px;
}

/* line 27456, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__body {
  color: #74788d;
  font-weight: 400;
  padding-right: 3rem;
  padding-top: 0.5rem;
  display: block;
}

/* line 27462, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 10px;
  right: 100%;
  margin-right: -3.5rem;
  border-right: solid 10px #F7F8FC;
  border-bottom: solid 17px transparent;
  border-left: solid 17px transparent;
  border-top: solid 17px transparent;
}

/* line 27474, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notes .kt-notes__items .kt-notes__item:last-child {
  border-left: 0;
}

/* line 27476, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notes .kt-notes__items .kt-notes__item.kt-notes__item--clean .kt-notes__content {
  background-color: #fff;
  padding: 0;
}

/* line 27479, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notes .kt-notes__items .kt-notes__item.kt-notes__item--clean .kt-notes__content:after {
  display: none;
}

/* line 27481, app/assets/stylesheets/theme/style.bundle.scss */
.kt-notes .kt-notes__items .kt-notes__item:last-child .kt-notes__media .kt-notes__circle {
  margin-left: 14px;
}

@media (max-width: 1024px) {
  /* line 27485, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-notes .kt-notes__items .kt-notes__item {
    margin: 0 7px 0 17px;
  }
  /* line 27487, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-notes .kt-notes__items .kt-notes__item .kt-notes__content {
    padding: 0.5rem 1rem 0.7rem 1rem;
  }
  /* line 27489, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__desc {
    padding-top: 0.5rem;
    display: block;
  }
  /* line 27492, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-notes .kt-notes__items .kt-notes__item .kt-notes__content:after {
    margin-right: -3.8rem;
  }
}

/* line 27495, app/assets/stylesheets/theme/style.bundle.scss */
.kt-slider .kt-slider__head {
  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-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 2.5rem;
}

/* line 27509, app/assets/stylesheets/theme/style.bundle.scss */
.kt-slider .kt-slider__head .kt-slider__label {
  font-weight: 600;
  color: #74788d;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-transform: uppercase;
  font-size: 1.1rem;
}

/* line 27517, app/assets/stylesheets/theme/style.bundle.scss */
.kt-slider .kt-slider__head .kt-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 27533, app/assets/stylesheets/theme/style.bundle.scss */
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-next,
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-prev {
  background-color: #f0f3ff;
  position: relative;
  width: auto;
  opacity: 1;
  width: 2rem;
  height: 2rem;
  border-radius: 5px;
  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-left: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 27554, app/assets/stylesheets/theme/style.bundle.scss */
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-next i,
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-prev i {
  font-size: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #93a2dd;
}

/* line 27560, app/assets/stylesheets/theme/style.bundle.scss */
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-next:hover,
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-prev:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #5d78ff;
}

/* line 27565, app/assets/stylesheets/theme/style.bundle.scss */
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-next:hover i,
.kt-slider .kt-slider__head .kt-slider__nav .kt-slider__nav-prev:hover i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}

/* line 27571, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item {
  position: relative;
}

/* line 27573, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #ebedf2;
  left: 1.5rem;
  top: 0;
  position: absolute;
}

/* line 27581, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item .kt-timeline__item-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 27588, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item .kt-timeline__item-section .kt-timeline__item-section-border {
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
  position: relative;
}

/* line 27592, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  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;
}

/* line 27605, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon > i {
  font-size: 1.7rem;
}

/* line 27607, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item .kt-timeline__item-section .kt-timeline__item-datetime {
  margin-left: 1.2rem;
  color: #74788d;
  font-weight: 600;
  font-size: 0.9rem;
}

/* line 27612, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item .kt-timeline__item-text {
  text-decoration: none;
  margin-left: 4.4rem;
  color: #595d6e;
  font-weight: 400;
  font-size: 1rem;
  display: block;
}

/* line 27619, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item .kt-timeline__item-info {
  padding: 1rem 0 2rem 4.4rem;
  color: #74788d;
  font-weight: 400;
  font-size: 0.9rem;
}

/* line 27624, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item:last-child .kt-timeline__item-info {
  padding-bottom: 1rem;
}

/* line 27627, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item.kt-timeline__item--brand .kt-timeline__item-section .kt-timeline__item-section-border {
  background-color: #fff;
}

/* line 27629, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item.kt-timeline__item--brand .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  background-color: rgba(93, 120, 255, 0.2);
}

/* line 27632, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item .kt-timeline__item-text:hover {
  color: #5d78ff;
}

/* line 27635, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item.kt-timeline__item--metal .kt-timeline__item-section .kt-timeline__item-section-border {
  background-color: #fff;
}

/* line 27637, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item.kt-timeline__item--metal .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  background-color: rgba(211, 218, 230, 0.2);
}

/* line 27640, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item .kt-timeline__item-text:hover {
  color: #5d78ff;
}

/* line 27643, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item.kt-timeline__item--light .kt-timeline__item-section .kt-timeline__item-section-border {
  background-color: #fff;
}

/* line 27645, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item.kt-timeline__item--light .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 27648, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item .kt-timeline__item-text:hover {
  color: #5d78ff;
}

/* line 27651, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item.kt-timeline__item--dark .kt-timeline__item-section .kt-timeline__item-section-border {
  background-color: #fff;
}

/* line 27653, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item.kt-timeline__item--dark .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  background-color: rgba(100, 92, 161, 0.2);
}

/* line 27656, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item .kt-timeline__item-text:hover {
  color: #5d78ff;
}

/* line 27659, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item.kt-timeline__item--accent .kt-timeline__item-section .kt-timeline__item-section-border {
  background-color: #fff;
}

/* line 27661, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item.kt-timeline__item--accent .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  background-color: rgba(0, 197, 220, 0.2);
}

/* line 27664, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item .kt-timeline__item-text:hover {
  color: #5d78ff;
}

/* line 27667, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item.kt-timeline__item--focus .kt-timeline__item-section .kt-timeline__item-section-border {
  background-color: #fff;
}

/* line 27669, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item.kt-timeline__item--focus .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  background-color: rgba(152, 22, 244, 0.2);
}

/* line 27672, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item .kt-timeline__item-text:hover {
  color: #5d78ff;
}

/* line 27675, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item.kt-timeline__item--primary .kt-timeline__item-section .kt-timeline__item-section-border {
  background-color: #fff;
}

/* line 27677, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item.kt-timeline__item--primary .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  background-color: rgba(88, 103, 221, 0.2);
}

/* line 27680, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item .kt-timeline__item-text:hover {
  color: #5d78ff;
}

/* line 27683, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item.kt-timeline__item--success .kt-timeline__item-section .kt-timeline__item-section-border {
  background-color: #fff;
}

/* line 27685, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item.kt-timeline__item--success .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  background-color: rgba(29, 201, 183, 0.2);
}

/* line 27688, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item .kt-timeline__item-text:hover {
  color: #5d78ff;
}

/* line 27691, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item.kt-timeline__item--info .kt-timeline__item-section .kt-timeline__item-section-border {
  background-color: #fff;
}

/* line 27693, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item.kt-timeline__item--info .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  background-color: rgba(85, 120, 235, 0.2);
}

/* line 27696, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item .kt-timeline__item-text:hover {
  color: #5d78ff;
}

/* line 27699, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item.kt-timeline__item--warning .kt-timeline__item-section .kt-timeline__item-section-border {
  background-color: #fff;
}

/* line 27701, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item.kt-timeline__item--warning .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  background-color: rgba(255, 184, 34, 0.2);
}

/* line 27704, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item .kt-timeline__item-text:hover {
  color: #5d78ff;
}

/* line 27707, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item.kt-timeline__item--danger .kt-timeline__item-section .kt-timeline__item-section-border {
  background-color: #fff;
}

/* line 27709, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item.kt-timeline__item--danger .kt-timeline__item-section .kt-timeline__item-section-border .kt-timeline__item-section-icon {
  background-color: rgba(253, 57, 122, 0.2);
}

/* line 27712, app/assets/stylesheets/theme/style.bundle.scss */
.kt-timeline .kt-timeline__item .kt-timeline__item-text:hover {
  color: #5d78ff;
}

/* line 27715, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

/* line 27724, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v2 .kt-user-card-v2__pic {
  padding-right: 0.5rem;
}

/* line 27726, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v2 .kt-user-card-v2__pic .kt-badge {
  width: 40px;
  height: 40px;
}

/* line 27729, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v2 .kt-user-card-v2__pic img {
  border-radius: 50%;
  max-width: 40px;
  max-height: 40px;
}

/* line 27733, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v2 .kt-user-card-v2__details {
  line-height: 0;
}

/* line 27735, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v2 .kt-user-card-v2__details .kt-user-card-v2__name {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #595d6e;
}

/* line 27743, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v2 .kt-user-card-v2__details a.kt-user-card-v2__name:hover {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #5d78ff;
}

/* line 27747, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v2 .kt-user-card-v2__details .kt-user-card-v2__desc,
.kt-user-card-v2 .kt-user-card-v2__details .kt-user-card-v2__email {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 400;
  color: #74788d;
}

@media (max-width: 1024px) {
  /* line 27756, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-user-card-v2 .kt-user-card-v2__pic img {
    max-width: 30px;
    max-height: 30px;
  }
}

/* line 27760, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 27767, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v3 .kt-user-card-v3__avatar > img {
  max-height: 120px;
  max-width: 120px;
  border-radius: 7px;
}

/* line 27771, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v3 .kt-user-card-v3__detalis {
  padding-left: 1.5rem;
}

/* line 27773, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v3 .kt-user-card-v3__detalis a.kt-user-card-v3__name {
  font-size: 1.2rem;
  font-weight: 500;
  color: #33323f;
  text-decoration: none;
  padding-bottom: 0.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 27781, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v3 .kt-user-card-v3__detalis a.kt-user-card-v3__name:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5d78ff;
}

/* line 27785, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__desc {
  font-size: 1rem;
  font-weight: 400;
  color: #b2afc6;
  padding: 0.8rem 0;
}

/* line 27790, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__info a.kt-user-card-v3__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.8rem;
}

/* line 27798, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__info a.kt-user-card-v3__item > i {
  line-height: 0;
  font-size: 1.4rem;
}

/* line 27801, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__info a.kt-user-card-v3__item .kt-user-card-v3__tag {
  font-size: 0.9rem;
  font-weight: 400;
  color: #9e9bb1;
  padding-left: 0.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 27808, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__info a.kt-user-card-v3__item:hover .kt-user-card-v3__tag {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5d78ff;
}

/* line 27813, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.5rem 1rem;
  background-color: #f9fafe;
}

/* line 27824, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v4 .kt-user-card-v4__avatar .kt-badge,
.kt-user-card-v4 .kt-user-card-v4__avatar img {
  max-width: 60px;
  max-height: 60px;
  border-radius: 4px;
}

/* line 27829, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v4 .kt-user-card-v4__avatar .kt-badge {
  font-size: 2.2rem;
}

/* line 27831, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v4 .kt-user-card-v4__name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #595d6e;
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 1rem;
}

/* line 27839, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v4 .kt-user-card-v4__name small {
  display: block;
  color: #74788d;
  font-size: 0.9rem;
  font-weight: 400;
}

/* line 27844, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card-v4 .kt-user-card-v4__badge {
  padding-left: 0.5rem;
}

@media (max-width: 1024px) {
  /* line 27848, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-user-card-v4 {
    padding: 1rem 1rem;
  }
  /* line 27850, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-user-card-v4 .kt-user-card-v4__avatar .kt-badge,
.kt-user-card-v4 .kt-user-card-v4__avatar img {
    max-width: 40px;
    max-height: 40px;
  }
  /* line 27854, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-user-card-v4 .kt-user-card-v4__name {
    font-size: 1.1rem;
    padding-left: 0.5rem;
  }
  /* line 27857, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-user-card-v4 .kt-user-card-v4__name small {
    font-size: 0.8rem;
  }
  /* line 27859, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-user-card-v4 .kt-user-card-v4__badge {
    padding-left: 0.5rem;
  }
}

/* line 27862, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1rem 1rem;
  min-height: 65px;
  margin-bottom: 32.5px;
}

/* line 27884, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card .kt-user-card__wrapper {
  left: 0;
  right: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  bottom: -32.5px;
  padding: 0 1.75rem;
}

/* line 27897, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card .kt-user-card__wrapper .kt-user-card__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1rem;
}

/* line 27905, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card .kt-user-card__wrapper .kt-user-card__pic img {
  border-radius: 50%;
  max-height: 55px;
  max-width: 55px;
}

/* line 27909, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card .kt-user-card__wrapper .kt-user-card__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 27917, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card .kt-user-card__wrapper .kt-user-card__details .kt-user-card__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 1.2rem;
  height: 50%;
  font-weight: 500;
  padding-bottom: 0.25rem;
  color: #fff;
}

/* line 27929, app/assets/stylesheets/theme/style.bundle.scss */
.kt-user-card .kt-user-card__wrapper .kt-user-card__details .kt-user-card__position {
  padding-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0.9rem;
  font-weight: 400;
  color: #74788d;
}

@media (max-width: 1024px) {
  /* line 27943, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-user-card {
    min-height: 50px;
    margin-bottom: 25px;
  }
  /* line 27946, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-user-card .kt-user-card__wrapper {
    bottom: -25px;
  }
  /* line 27948, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-user-card .kt-user-card__wrapper .kt-user-card__pic img {
    max-height: 50px;
    max-width: 50px;
  }
}

/* line 27952, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

/* line 27966, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination .kt-pagination__links {
  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;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 27979, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination .kt-pagination__links li {
  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;
  margin-right: 0.5rem;
  border-radius: 4px;
}

/* line 27991, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination .kt-pagination__links li a {
  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-weight: 500;
  color: #74788d;
  font-size: 1rem;
  padding: 0 0.2rem;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  min-height: 30px;
  margin: 0;
}

/* line 28013, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination .kt-pagination__links li a i {
  color: #a2a5b9;
}

/* line 28015, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination .kt-pagination__links li.kt-pagination__link--first, .kt-pagination .kt-pagination__links li.kt-pagination__link--next, .kt-pagination .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(235, 237, 242, 0.9);
}

/* line 28017, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination .kt-pagination__links li.kt-pagination__link--last a {
  color: #5d78ff;
}

/* line 28019, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination .kt-pagination__links li.kt-pagination__link--last a i {
  color: #5d78ff;
}

/* line 28021, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination .kt-pagination__links li.kt-pagination__link--active, .kt-pagination .kt-pagination__links li:hover {
  background: #5d78ff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 28025, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination .kt-pagination__links li:hover a {
  color: #ffffff;
}

/* line 28027, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination .kt-pagination__links li:hover a i {
  color: #ffffff;
}

/* line 28029, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination .kt-pagination__toolbar {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

/* line 28038, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination .kt-pagination__toolbar .form-control {
  padding: 0 10px;
  margin-right: 10px;
  height: 30px;
  font-weight: 600;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  outline: none;
  border: none;
  background: rgba(235, 237, 242, 0.9);
}

/* line 28049, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination .kt-pagination__toolbar .pagination__desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 500;
  color: #74788d;
}

/* line 28055, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--first, .kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--next, .kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(93, 120, 255, 0.1);
}

/* line 28057, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--last a {
  color: #5d78ff;
}

/* line 28059, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--last a i {
  color: #5d78ff;
}

/* line 28061, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--active, .kt-pagination.kt-pagination--brand .kt-pagination__links li:hover {
  background: #5d78ff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 28065, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination.kt-pagination--brand .kt-pagination__links li:hover a {
  color: #ffffff;
}

/* line 28067, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--brand .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination.kt-pagination--brand .kt-pagination__links li:hover a i {
  color: #ffffff;
}

/* line 28069, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--brand .kt-pagination__toolbar .form-control {
  background: rgba(93, 120, 255, 0.1);
}

/* line 28071, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--first, .kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--next, .kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(211, 218, 230, 0.1);
}

/* line 28073, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--last a {
  color: #d3dae6;
}

/* line 28075, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--last a i {
  color: #d3dae6;
}

/* line 28077, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--active, .kt-pagination.kt-pagination--metal .kt-pagination__links li:hover {
  background: #d3dae6;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 28081, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination.kt-pagination--metal .kt-pagination__links li:hover a {
  color: #ffffff;
}

/* line 28083, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--metal .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination.kt-pagination--metal .kt-pagination__links li:hover a i {
  color: #ffffff;
}

/* line 28085, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--metal .kt-pagination__toolbar .form-control {
  background: rgba(211, 218, 230, 0.1);
}

/* line 28087, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--first, .kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--next, .kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(255, 255, 255, 0.1);
}

/* line 28089, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--last a {
  color: #ffffff;
}

/* line 28091, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--last a i {
  color: #ffffff;
}

/* line 28093, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--active, .kt-pagination.kt-pagination--light .kt-pagination__links li:hover {
  background: #ffffff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 28097, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination.kt-pagination--light .kt-pagination__links li:hover a {
  color: #ffffff;
}

/* line 28099, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--light .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination.kt-pagination--light .kt-pagination__links li:hover a i {
  color: #ffffff;
}

/* line 28101, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--light .kt-pagination__toolbar .form-control {
  background: rgba(255, 255, 255, 0.1);
}

/* line 28103, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--first, .kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--next, .kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(100, 92, 161, 0.1);
}

/* line 28105, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--last a {
  color: #645ca1;
}

/* line 28107, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--last a i {
  color: #645ca1;
}

/* line 28109, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--active, .kt-pagination.kt-pagination--dark .kt-pagination__links li:hover {
  background: #645ca1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 28113, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination.kt-pagination--dark .kt-pagination__links li:hover a {
  color: #ffffff;
}

/* line 28115, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--dark .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination.kt-pagination--dark .kt-pagination__links li:hover a i {
  color: #ffffff;
}

/* line 28117, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--dark .kt-pagination__toolbar .form-control {
  background: rgba(100, 92, 161, 0.1);
}

/* line 28119, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--first, .kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--next, .kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(0, 197, 220, 0.1);
}

/* line 28121, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--last a {
  color: #00c5dc;
}

/* line 28123, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--last a i {
  color: #00c5dc;
}

/* line 28125, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--active, .kt-pagination.kt-pagination--accent .kt-pagination__links li:hover {
  background: #00c5dc;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 28129, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination.kt-pagination--accent .kt-pagination__links li:hover a {
  color: #ffffff;
}

/* line 28131, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--accent .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination.kt-pagination--accent .kt-pagination__links li:hover a i {
  color: #ffffff;
}

/* line 28133, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--accent .kt-pagination__toolbar .form-control {
  background: rgba(0, 197, 220, 0.1);
}

/* line 28135, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--first, .kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--next, .kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(152, 22, 244, 0.1);
}

/* line 28137, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--last a {
  color: #9816f4;
}

/* line 28139, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--last a i {
  color: #9816f4;
}

/* line 28141, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--active, .kt-pagination.kt-pagination--focus .kt-pagination__links li:hover {
  background: #9816f4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 28145, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination.kt-pagination--focus .kt-pagination__links li:hover a {
  color: #ffffff;
}

/* line 28147, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--focus .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination.kt-pagination--focus .kt-pagination__links li:hover a i {
  color: #ffffff;
}

/* line 28149, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--focus .kt-pagination__toolbar .form-control {
  background: rgba(152, 22, 244, 0.1);
}

/* line 28151, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--first, .kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--next, .kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(88, 103, 221, 0.1);
}

/* line 28153, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--last a {
  color: #5867dd;
}

/* line 28155, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--last a i {
  color: #5867dd;
}

/* line 28157, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--active, .kt-pagination.kt-pagination--primary .kt-pagination__links li:hover {
  background: #5867dd;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 28161, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination.kt-pagination--primary .kt-pagination__links li:hover a {
  color: #ffffff;
}

/* line 28163, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--primary .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination.kt-pagination--primary .kt-pagination__links li:hover a i {
  color: #ffffff;
}

/* line 28165, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--primary .kt-pagination__toolbar .form-control {
  background: rgba(88, 103, 221, 0.1);
}

/* line 28167, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--first, .kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--next, .kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(29, 201, 183, 0.1);
}

/* line 28169, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--last a {
  color: #1dc9b7;
}

/* line 28171, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--last a i {
  color: #1dc9b7;
}

/* line 28173, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--active, .kt-pagination.kt-pagination--success .kt-pagination__links li:hover {
  background: #1dc9b7;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 28177, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination.kt-pagination--success .kt-pagination__links li:hover a {
  color: #ffffff;
}

/* line 28179, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--success .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination.kt-pagination--success .kt-pagination__links li:hover a i {
  color: #ffffff;
}

/* line 28181, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--success .kt-pagination__toolbar .form-control {
  background: rgba(29, 201, 183, 0.1);
}

/* line 28183, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--first, .kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--next, .kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(85, 120, 235, 0.1);
}

/* line 28185, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--last a {
  color: #5578eb;
}

/* line 28187, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--last a i {
  color: #5578eb;
}

/* line 28189, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--active, .kt-pagination.kt-pagination--info .kt-pagination__links li:hover {
  background: #5578eb;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 28193, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination.kt-pagination--info .kt-pagination__links li:hover a {
  color: #ffffff;
}

/* line 28195, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--info .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination.kt-pagination--info .kt-pagination__links li:hover a i {
  color: #ffffff;
}

/* line 28197, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--info .kt-pagination__toolbar .form-control {
  background: rgba(85, 120, 235, 0.1);
}

/* line 28199, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--first, .kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--next, .kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(255, 184, 34, 0.1);
}

/* line 28201, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--last a {
  color: #ffb822;
}

/* line 28203, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--last a i {
  color: #ffb822;
}

/* line 28205, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--active, .kt-pagination.kt-pagination--warning .kt-pagination__links li:hover {
  background: #ffb822;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 28209, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination.kt-pagination--warning .kt-pagination__links li:hover a {
  color: #ffffff;
}

/* line 28211, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--warning .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination.kt-pagination--warning .kt-pagination__links li:hover a i {
  color: #ffffff;
}

/* line 28213, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--warning .kt-pagination__toolbar .form-control {
  background: rgba(255, 184, 34, 0.1);
}

/* line 28215, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--first, .kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--next, .kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--prev, .kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--last {
  background: rgba(253, 57, 122, 0.1);
}

/* line 28217, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--first a, .kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--next a, .kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--prev a, .kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--last a {
  color: #fd397a;
}

/* line 28219, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--first a i, .kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--next a i, .kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--prev a i, .kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--last a i {
  color: #fd397a;
}

/* line 28221, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--active, .kt-pagination.kt-pagination--danger .kt-pagination__links li:hover {
  background: #fd397a;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 28225, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--active a, .kt-pagination.kt-pagination--danger .kt-pagination__links li:hover a {
  color: #ffffff;
}

/* line 28227, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--danger .kt-pagination__links li.kt-pagination__link--active a i, .kt-pagination.kt-pagination--danger .kt-pagination__links li:hover a i {
  color: #ffffff;
}

/* line 28229, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--danger .kt-pagination__toolbar .form-control {
  background: rgba(253, 57, 122, 0.1);
}

/* line 28231, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--circle .kt-pagination__links li {
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
}

/* line 28235, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--lg .kt-pagination__links li a {
  font-size: 1.3rem;
  min-width: 35px;
  min-height: 35px;
}

/* line 28239, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--lg .kt-pagination__toolbar .form-control {
  height: 35px;
  font-size: 1.2rem;
  padding: 0.2rem 0 0.2rem 0.2rem;
}

/* line 28243, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--sm .kt-pagination__links li a {
  font-size: 1rem;
  min-width: 25px;
  min-height: 25px;
}

/* line 28247, app/assets/stylesheets/theme/style.bundle.scss */
.kt-pagination.kt-pagination--sm .kt-pagination__toolbar .form-control {
  height: 25px;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  /* line 28252, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pagination .kt-pagination__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 28258, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pagination .kt-pagination__links li {
    margin: 0.3rem 0.5rem 0.3rem 0;
  }
  /* line 28260, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pagination .kt-pagination__links li a {
    font-size: 0.9rem;
    min-width: 25px;
    min-height: 25px;
  }
  /* line 28264, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-pagination .kt-pagination__toolbar .form-control {
    height: 25px;
    font-size: 0.9rem;
    padding: 0.2rem 0 0.2rem 0.2rem;
  }
}

/* line 28269, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 4px;
}

/* line 28277, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media img {
  width: 100%;
  max-width: 50px;
  height: 50px;
}

/* line 28281, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media span {
  width: 50px;
  height: 50px;
  font-size: 1.3rem;
}

/* line 28285, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--fixed {
  width: 50px;
  height: 50px;
}

/* line 28288, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--fixed img {
  width: 50px;
  height: 50px;
  max-width: auto;
}

/* line 28292, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
}

/* line 28297, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media span {
  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;
  font-weight: 600;
  color: #74788d;
  border-radius: 4px;
}

/* line 28310, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--default {
  background-color: #ebedf2;
}

/* line 28312, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--brand span {
  background: rgba(93, 120, 255, 0.1);
  color: #5d78ff;
}

/* line 28315, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--metal span {
  background: rgba(211, 218, 230, 0.1);
  color: #d3dae6;
}

/* line 28318, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--light span {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

/* line 28321, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--dark span {
  background: rgba(100, 92, 161, 0.1);
  color: #645ca1;
}

/* line 28324, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--accent span {
  background: rgba(0, 197, 220, 0.1);
  color: #00c5dc;
}

/* line 28327, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--focus span {
  background: rgba(152, 22, 244, 0.1);
  color: #9816f4;
}

/* line 28330, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--primary span {
  background: rgba(88, 103, 221, 0.1);
  color: #5867dd;
}

/* line 28333, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--success span {
  background: rgba(29, 201, 183, 0.1);
  color: #1dc9b7;
}

/* line 28336, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--info span {
  background: rgba(85, 120, 235, 0.1);
  color: #5578eb;
}

/* line 28339, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--warning span {
  background: rgba(255, 184, 34, 0.1);
  color: #ffb822;
}

/* line 28342, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--danger span {
  background: rgba(253, 57, 122, 0.1);
  color: #fd397a;
}

/* line 28345, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--xs img {
  width: 100%;
  max-width: 24px;
  height: 24px;
}

/* line 28349, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--xs span {
  width: 24px;
  height: 24px;
  font-size: 0.8rem;
}

/* line 28353, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--xs.kt-media--fixed {
  width: 24px;
  height: 24px;
}

/* line 28356, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--xs.kt-media--fixed img {
  width: 24px;
  height: 24px;
  max-width: auto;
}

/* line 28360, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--sm img {
  width: 100%;
  max-width: 30px;
  height: 30px;
}

/* line 28364, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--sm span {
  width: 30px;
  height: 30px;
  font-size: 0.9rem;
}

/* line 28368, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--sm.kt-media--fixed {
  width: 30px;
  height: 30px;
}

/* line 28371, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--sm.kt-media--fixed img {
  width: 30px;
  height: 30px;
  max-width: auto;
}

/* line 28375, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--md img {
  width: 100%;
  max-width: 47px;
  height: 47px;
}

/* line 28379, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--md span {
  width: 47px;
  height: 47px;
  font-size: 1rem;
}

/* line 28383, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--md.kt-media--fixed {
  width: 47px;
  height: 47px;
}

/* line 28386, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--md.kt-media--fixed img {
  width: 47px;
  height: 47px;
  max-width: auto;
}

/* line 28390, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--lg img {
  width: 100%;
  max-width: 65px;
  height: 65px;
}

/* line 28394, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--lg span {
  width: 65px;
  height: 65px;
  font-size: 1.3rem;
}

/* line 28398, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--lg.kt-media--fixed {
  width: 65px;
  height: 65px;
}

/* line 28401, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--lg.kt-media--fixed img {
  width: 65px;
  height: 65px;
  max-width: auto;
}

/* line 28405, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--xl img {
  width: 100%;
  max-width: 80px;
  height: 80px;
}

/* line 28409, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--xl span {
  width: 80px;
  height: 80px;
  font-size: 1.7rem;
}

/* line 28413, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--xl.kt-media--fixed {
  width: 80px;
  height: 80px;
}

/* line 28416, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--xl.kt-media--fixed img {
  width: 80px;
  height: 80px;
  max-width: auto;
}

/* line 28420, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--circle {
  border-radius: 50%;
}

/* line 28422, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--circle img {
  border-radius: 50%;
}

/* line 28424, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media.kt-media--circle span {
  border-radius: 50%;
}

/* line 28427, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

/* line 28436, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media-card .kt-media {
  margin-right: 0.75rem;
}

/* line 28438, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media-card .kt-media-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 28455, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media-card .kt-media-card__info .kt-media-card__title {
  color: #595d6e;
  font-weight: 500;
  font-size: 1.2rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 28461, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media-card .kt-media-card__info a.kt-media-card__title {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 28464, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media-card .kt-media-card__info a.kt-media-card__title:hover {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #5d78ff;
}

/* line 28468, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media-card .kt-media-card__info .kt-media-card__desc {
  color: #74788d;
  font-weight: 400;
  font-size: 0.9rem;
}

/* line 28472, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media-card .kt-media-card__info a.kt-media-card__desc {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 28475, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media-card .kt-media-card__info a.kt-media-card__desc:hover {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #5d78ff;
}

/* line 28480, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 28487, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media-group .kt-media {
  position: relative;
  z-index: 0;
  margin-left: -10px;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 28494, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media-group .kt-media:first-child {
  margin-left: 0;
}

/* line 28496, app/assets/stylesheets/theme/style.bundle.scss */
.kt-media-group .kt-media:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

/* line 28501, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox {
  text-align: center;
  padding: 3.25rem 1.7rem 2rem 1.7rem;
  background-color: #fff;
  border: 2px solid;
  border-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.35rem;
}

/* line 28510, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 28513, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--elevate {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
}

/* line 28516, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--active {
  border-color: #5d78ff;
}

/* line 28518, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox:hover {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
}

/* line 28521, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--no-hover:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 28524, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox .kt-iconbox__icon {
  margin-bottom: 2.7rem;
  color: #5d78ff;
  font-size: 5rem;
  position: relative;
}

/* line 28529, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox .kt-iconbox__icon .kt-iconbox__icon-bg {
  background-image: url(/assets/media/misc/iconbox_bg-aa80561c8cdd777e372af963c6e06957297239a526f07052d32376ec72a92b7b.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12rem;
  height: 12rem;
  display: block;
  position: absolute;
  top: -2.5rem;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.06;
  z-index: 0;
}

/* line 28544, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox .kt-iconbox__icon > i {
  position: relative;
  z-index: 1;
}

/* line 28547, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox .kt-iconbox__title {
  margin-bottom: 1.2rem;
  color: #464457;
  font-size: 1.2rem;
  font-weight: 500;
}

/* line 28552, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--brand.kt-iconbox--active {
  border-color: #5d78ff;
}

/* line 28554, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--brand .kt-iconbox__icon {
  color: #5d78ff;
}

/* line 28556, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--metal.kt-iconbox--active {
  border-color: #d3dae6;
}

/* line 28558, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--metal .kt-iconbox__icon {
  color: #d3dae6;
}

/* line 28560, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--light.kt-iconbox--active {
  border-color: #ffffff;
}

/* line 28562, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--light .kt-iconbox__icon {
  color: #ffffff;
}

/* line 28564, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--dark.kt-iconbox--active {
  border-color: #645ca1;
}

/* line 28566, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--dark .kt-iconbox__icon {
  color: #645ca1;
}

/* line 28568, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--accent.kt-iconbox--active {
  border-color: #00c5dc;
}

/* line 28570, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--accent .kt-iconbox__icon {
  color: #00c5dc;
}

/* line 28572, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--focus.kt-iconbox--active {
  border-color: #9816f4;
}

/* line 28574, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--focus .kt-iconbox__icon {
  color: #9816f4;
}

/* line 28576, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--primary.kt-iconbox--active {
  border-color: #5867dd;
}

/* line 28578, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--primary .kt-iconbox__icon {
  color: #5867dd;
}

/* line 28580, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--success.kt-iconbox--active {
  border-color: #1dc9b7;
}

/* line 28582, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--success .kt-iconbox__icon {
  color: #1dc9b7;
}

/* line 28584, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--info.kt-iconbox--active {
  border-color: #5578eb;
}

/* line 28586, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--info .kt-iconbox__icon {
  color: #5578eb;
}

/* line 28588, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--warning.kt-iconbox--active {
  border-color: #ffb822;
}

/* line 28590, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--warning .kt-iconbox__icon {
  color: #ffb822;
}

/* line 28592, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--danger.kt-iconbox--active {
  border-color: #fd397a;
}

/* line 28594, app/assets/stylesheets/theme/style.bundle.scss */
.kt-iconbox.kt-iconbox--danger .kt-iconbox__icon {
  color: #fd397a;
}

/* line 28597, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel-toggle {
  background-color: #fff;
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 200px;
  width: 40px;
  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;
  padding: 1.5rem 0;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 28619, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel-toggle span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #5d78ff;
  letter-spacing: 3px;
}

/* line 28631, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  padding: 2.5rem;
}

/* line 28636, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem;
}

/* line 28647, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #48465b;
  margin: 0;
  padding: 0;
}

/* line 28653, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__title small {
  color: #74788d;
  font-size: 1.1rem;
}

/* line 28656, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close {
  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;
  width: 28px;
  height: 28px;
  background-color: #f7f8fa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
}

/* line 28672, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0.8rem;
  color: #74788d;
}

/* line 28677, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #5d78ff;
}

/* line 28681, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close:hover i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}

/* line 28685, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__body {
  position: relative;
}

/* line 28687, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__body .ps__rail-y {
  opacity: 1;
}

/* line 28689, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item {
  display: block;
  margin-bottom: 2rem;
  outline: 0;
}

/* line 28693, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item:last-child {
  margin-bottom: 0;
}

/* line 28695, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item:hover {
  text-decoration: none;
}

/* line 28697, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #595d6e;
  text-align: center;
  margin-bottom: 0.5rem;
}

/* line 28703, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 4px solid #ebedf2;
  border-radius: 4px;
}

/* line 28710, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview img {
  width: 100%;
}

/* line 28712, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

/* line 28731, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn {
  margin-right: 5px;
}

/* line 28733, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn:last-child {
  margin-right: 0;
}

/* line 28735, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn.btn-light {
  background-color: #fff;
  color: #74788d;
}

/* line 28738, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn.btn-light:hover {
  background-color: #fff;
  color: #595d6e;
}

/* line 28741, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item.kt-demo-panel__item--active .kt-demo-panel__item-preview {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 4px solid #5d78ff;
}

/* line 28745, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item:hover .kt-demo-panel__item-preview {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 28748, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item:hover .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

/* line 28752, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__purchase {
  margin-bottom: 2rem;
  display: block;
}

@media (min-width: 1025px) {
  /* line 28757, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-demo-panel .kt-demo-panel__body {
    padding-right: 1.5rem;
    margin-right: -1.5rem;
  }
}

/* line 28761, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel-close {
  display: none;
}

/* line 28764, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel {
  z-index: 1001;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 350px !important;
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
  left: -370px;
}

/* line 28778, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel.kt-demo-panel--on {
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
  left: 0;
}

@media screen {
  /* line 28783, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-demo-panel {
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/* line 28787, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel--right .kt-demo-panel {
  right: -370px;
  left: auto;
}

/* line 28790, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel--right .kt-demo-panel.kt-demo-panel--on {
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
  right: 0;
  left: auto;
}

/* line 28796, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel-close {
  width: 25px;
  height: 25px;
  top: 1px;
  z-index: 1002;
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
  position: fixed;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  outline: none !important;
  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;
  left: -25px;
}

@media screen {
  /* line 28821, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-demo-panel-close {
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/* line 28824, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel-close > i {
  line-height: 0;
  font-size: 1.4rem;
}

/* line 28827, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel-close:hover {
  text-decoration: none;
}

/* line 28829, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel--right .kt-demo-panel-close {
  left: auto;
  right: -25px;
}

/* line 28832, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel--on .kt-demo-panel-close {
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
  left: 324px;
}

/* line 28836, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel--on.kt-demo-panel--right .kt-demo-panel-close {
  left: auto;
  right: 324px;
}

/* line 28840, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1);
  -webkit-animation: kt-animate-fade-in .3s linear 1;
  animation: kt-animate-fade-in .3s linear 1;
}

/* line 28852, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-panel-overlay {
  background: rgba(0, 0, 0, 0.05);
}

@media (max-width: 400px) {
  /* line 28856, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-demo-panel {
    width: 90% !important;
  }
}

@media (max-width: 1024px) {
  /* line 28860, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-demo-panel-toggle {
    width: 30px;
    padding: 1rem 0;
  }
  /* line 28863, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-demo-panel-toggle span {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 2px;
  }
  /* line 28867, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-demo-panel {
    padding: 1rem;
  }
  /* line 28869, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-demo-panel-toggle {
    top: 20%;
  }
}

/* line 28872, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
}

/* line 28876, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel .kt-offcanvas-panel__close {
  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;
  width: 28px;
  height: 28px;
  background-color: #f7f8fa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
}

/* line 28892, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel .kt-offcanvas-panel__close i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0.8rem;
  color: #74788d;
}

/* line 28897, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel .kt-offcanvas-panel__close:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #5d78ff;
}

/* line 28901, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel .kt-offcanvas-panel__close:hover i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}

/* line 28905, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel .kt-offcanvas-panel__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem;
}

/* line 28916, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #48465b;
  margin: 0;
  padding: 0;
}

/* line 28922, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__title small {
  color: #74788d;
  font-size: 1rem;
}

/* line 28925, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel .kt-offcanvas-panel__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebedf2;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 28936, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel .kt-offcanvas-panel__nav .nav {
  margin: 0;
}

/* line 28938, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel .kt-offcanvas-panel__nav .nav .nav-item {
  margin-right: 0.5rem;
}

/* line 28940, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel .kt-offcanvas-panel__nav .nav .nav-item:last-child {
  margin-right: 0;
}

/* line 28942, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel .kt-offcanvas-panel__nav .nav .nav-link {
  background: #f7f8fa;
  color: #74788d;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 28951, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel .kt-offcanvas-panel__nav .nav .nav-link:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ebedf2;
  color: #595d6e;
}

/* line 28956, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel .kt-offcanvas-panel__nav .nav .nav-link.active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #5d78ff;
  color: #ffffff;
}

/* line 28961, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel .kt-offcanvas-panel__nav .kt-offcanvas-panel__close {
  right: 1.5rem !important;
  position: absolute;
  cursor: pointer;
  line-height: 0;
  border: 0;
}

/* line 28967, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel .kt-offcanvas-panel__body {
  position: relative;
  padding: 1.5rem;
  padding-top: 0;
}

/* line 28971, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel .kt-offcanvas-panel__body .kt-offcanvas-panel__section {
  padding: 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #595d6e;
  margin: 1.5rem 0;
}

/* line 28977, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel .kt-offcanvas-panel__body .kt-offcanvas-panel__section.kt-offcanvas-panel__section--first {
  margin-top: 0;
}

/* line 28979, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel .kt-offcanvas-panel__body .kt-offcanvas-panel__content {
  margin-right: -1.5rem;
  padding-right: 1.5rem;
}

/* line 28982, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel .kt-offcanvas-panel__body .kt-offcanvas-panel__content.ps > .ps__rail-y {
  right: 5px !important;
}

/* line 28985, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel-close {
  display: none;
}

/* line 28988, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel {
  z-index: 1001;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 425px !important;
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
  left: -445px;
}

/* line 29002, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel.kt-offcanvas-panel--on {
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
  left: 0;
}

@media screen {
  /* line 29007, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-offcanvas-panel {
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/* line 29011, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel--right .kt-offcanvas-panel {
  right: -445px;
  left: auto;
}

/* line 29014, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel--right .kt-offcanvas-panel.kt-offcanvas-panel--on {
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
  right: 0;
  left: auto;
}

/* line 29020, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel-close {
  width: 25px;
  height: 25px;
  top: 1px;
  z-index: 1002;
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
  position: fixed;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  outline: none !important;
  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;
  left: -25px;
}

@media screen {
  /* line 29045, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-offcanvas-panel-close {
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/* line 29048, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel-close > i {
  line-height: 0;
  font-size: 1.4rem;
}

/* line 29051, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel-close:hover {
  text-decoration: none;
}

/* line 29053, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel--right .kt-offcanvas-panel-close {
  left: auto;
  right: -25px;
}

/* line 29056, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel--on .kt-offcanvas-panel-close {
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
  left: 399px;
}

/* line 29060, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel--on.kt-offcanvas-panel--right .kt-offcanvas-panel-close {
  left: auto;
  right: 399px;
}

/* line 29064, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1);
  -webkit-animation: kt-animate-fade-in .3s linear 1;
  animation: kt-animate-fade-in .3s linear 1;
}

/* line 29076, app/assets/stylesheets/theme/style.bundle.scss */
.kt-offcanvas-panel-overlay {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 475px) {
  /* line 29080, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-offcanvas-panel {
    width: 90% !important;
  }
}

@media (max-width: 1024px) {
  /* line 29084, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-offcanvas-panel .kt-offcanvas-panel__nav {
    padding: 1rem;
  }
  /* line 29086, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-offcanvas-panel .kt-offcanvas-panel__nav .nav .nav-item {
    margin-right: 0.5rem;
  }
  /* line 29088, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-offcanvas-panel .kt-offcanvas-panel__nav .nav .nav-link {
    padding: 0.75rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
  }
  /* line 29093, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-offcanvas-panel .kt-offcanvas-panel__nav .kt-offcanvas-panel__close i {
    font-size: 1.1rem;
  }
  /* line 29095, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-offcanvas-panel .kt-offcanvas-panel__body .kt-offcanvas-panel__content {
    padding: 1rem 0.5rem 1rem 1rem;
  }
  /* line 29097, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-offcanvas-panel .kt-offcanvas-panel__body .kt-offcanvas-panel__content .tab-pane {
    padding-right: 0.5rem;
  }
}

/* line 29100, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__form {
  padding: 0;
}

/* line 29102, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__form .input-group {
  background-color: transparent;
}

/* line 29104, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__form .input-group-prepend,
.kt-quick-search .kt-quick-search__form .input-group-append {
  background-color: transparent;
}

/* line 29107, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__form .input-group-prepend .input-group-text,
.kt-quick-search .kt-quick-search__form .input-group-append .input-group-text {
  background-color: transparent;
  border: 0;
}

/* line 29111, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__form .form-control {
  border: 0;
  background: none;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0;
  border-radius: 0;
}

/* line 29125, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__form i {
  font-size: 1.3rem;
}

/* line 29127, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__form .kt-quick-search__close {
  cursor: pointer;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 29132, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__form .kt-quick-search__close:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5d78ff;
}

/* line 29137, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__wrapper {
  display: none;
}

/* line 29139, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__wrapper.ps {
  padding-right: 10px !important;
  margin-right: -10px !important;
}

/* line 29143, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__result {
  padding: 0;
  margin: 0;
}

/* line 29146, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__result .kt-quick-search__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  font-weight: 500;
  font-size: 1rem;
}

/* line 29153, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__result .kt-quick-search__category {
  font-size: 1.2rem;
  font-weight: 600;
  color: #595d6e;
  margin: 0.5rem 0 1rem 0;
}

/* line 29158, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__result .kt-quick-search__section {
  margin-bottom: 2rem;
}

/* line 29160, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__result .kt-quick-search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

/* line 29168, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__result .kt-quick-search__item:last-child {
  margin-bottom: 0;
}

/* line 29170, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-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;
  background-color: #f0f0f4;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* line 29184, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-icon > i {
  font-size: 1.4rem;
}

/* line 29186, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
}

/* line 29198, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img > img {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
}

/* line 29202, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img.kt-quick-search__item-img--file {
  width: 40px;
}

/* line 29204, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img.kt-quick-search__item-img--file > img {
  max-width: 40px;
  border-radius: 0;
}

/* line 29207, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper {
  padding-left: 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 29212, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-title {
  font-size: 1rem;
  font-weight: 500;
  color: #48465b;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 29219, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-title:hover {
  color: #5d78ff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 29223, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-desc {
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
}

/* line 29228, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__category {
  font-size: 1rem;
  margin: 0.25rem 0 0.75rem 0;
}

/* line 29232, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__section {
  margin-bottom: 2.25rem;
}

/* line 29235, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item {
  margin-bottom: 1.5rem;
}

/* line 29237, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item:last-child {
  margin-bottom: 0;
}

/* line 29239, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-icon {
  width: 32px;
  height: 32px;
}

/* line 29242, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-icon > i {
  font-size: 1.4rem;
}

/* line 29244, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img {
  width: 32px;
  height: 32px;
}

/* line 29247, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img > img {
  max-width: 32px;
  max-height: 32px;
}

/* line 29250, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img.kt-quick-search__item-img--file {
  width: 27px;
}

/* line 29252, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img.kt-quick-search__item-img--file > img {
  max-width: 27px;
}

/* line 29254, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper {
  padding-left: 0.75rem;
}

/* line 29256, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-title {
  font-size: 1rem;
  font-weight: 500;
}

/* line 29259, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-desc {
  font-size: 0.9rem;
  line-height: 1.1;
}

/* line 29263, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--has-result .kt-quick-search__wrapper {
  display: block;
}

/* line 29266, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--dropdown {
  padding: 1rem 1.5rem;
}

/* line 29268, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--dropdown .kt-quick-search__form .input-group:before {
  right: 0;
}

/* line 29270, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--dropdown .kt-quick-search__form .input-group .input-group-prepend .input-group-text {
  padding-left: 0;
}

/* line 29272, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--dropdown .kt-quick-search__form .input-group .input-group-append .input-group-text {
  padding-right: 0;
}

/* line 29274, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--dropdown .kt-quick-search__wrapper {
  margin: 1.5rem 0 0.5rem 0;
}

/* line 29276, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--dropdown.kt-quick-search--has-result .kt-quick-search__form {
  border-bottom: 1px solid #ebedf2;
  padding-bottom: 0.75rem;
}

/* line 29280, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--inline .dropdown-menu {
  padding: 1.5rem;
}

/* line 29283, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form {
  margin-bottom: 1.5rem;
}

/* line 29285, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form .form-control {
  font-size: 1rem;
  font-weight: 500;
}

/* line 29288, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form .input-group {
  border-bottom: 1px solid #ebedf2;
}

/* line 29290, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form .input-group:before {
  right: 0;
}

/* line 29292, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form .input-group .input-group-prepend .input-group-text {
  padding-left: 0;
}

/* line 29294, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form .input-group .input-group-append .input-group-text {
  padding-right: 0;
}

/* line 29297, app/assets/stylesheets/theme/style.bundle.scss */
.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__wrapper {
  display: block;
}

/* line 29300, app/assets/stylesheets/theme/style.bundle.scss */
.kt-sticky-toolbar {
  width: 46px;
  position: fixed;
  top: 30%;
  right: 0;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  z-index: 50;
  background: #fff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 3px 0 0 3px;
}

/* line 29326, app/assets/stylesheets/theme/style.bundle.scss */
.kt-sticky-toolbar .kt-sticky-toolbar__item {
  margin: 0;
  padding: 5px;
  text-align: center;
}

/* line 29330, app/assets/stylesheets/theme/style.bundle.scss */
.kt-sticky-toolbar .kt-sticky-toolbar__item > a {
  background: #f4f4f8;
  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;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 29346, app/assets/stylesheets/theme/style.bundle.scss */
.kt-sticky-toolbar .kt-sticky-toolbar__item > a > i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.3rem;
}

/* line 29350, app/assets/stylesheets/theme/style.bundle.scss */
.kt-sticky-toolbar .kt-sticky-toolbar__item > a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 29353, app/assets/stylesheets/theme/style.bundle.scss */
.kt-sticky-toolbar .kt-sticky-toolbar__item > a:hover > i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 29356, app/assets/stylesheets/theme/style.bundle.scss */
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--builder > a > i {
  color: #1dc9b7;
}

/* line 29358, app/assets/stylesheets/theme/style.bundle.scss */
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--builder:hover > a {
  background: #1dc9b7;
}

/* line 29360, app/assets/stylesheets/theme/style.bundle.scss */
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--builder:hover > a > i {
  color: #ffffff;
}

/* line 29362, app/assets/stylesheets/theme/style.bundle.scss */
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--docs > a > i {
  color: #9797bd;
}

/* line 29364, app/assets/stylesheets/theme/style.bundle.scss */
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--docs:hover > a {
  background: #9797bd;
}

/* line 29366, app/assets/stylesheets/theme/style.bundle.scss */
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--docs:hover > a > i {
  color: #fff;
}

/* line 29368, app/assets/stylesheets/theme/style.bundle.scss */
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--demo-toggle > a {
  padding: 8px 0;
  height: 90px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #5d78ff;
  letter-spacing: 2px;
}

/* line 29381, app/assets/stylesheets/theme/style.bundle.scss */
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--demo-toggle > a > i {
  color: #5d78ff;
}

/* line 29383, app/assets/stylesheets/theme/style.bundle.scss */
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--demo-toggle:hover > a {
  background: #5d78ff;
  color: #ffffff;
}

/* line 29387, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 15px 0;
}

/* line 29395, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 29407, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0.75rem;
  height: 34px !important;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 29415, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .btn i {
  font-size: 1.1rem !important;
}

/* line 29417, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .btn.btn-icon {
  width: 34px !important;
}

/* line 29419, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

/* line 29432, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle {
  display: none;
}

/* line 29434, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__main .btn {
  margin-left: 0;
  margin-right: 0.75rem;
}

/* line 29437, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__main .kt-subheader__title {
  margin: 0;
  padding: 0 1.5rem 0 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #595d6e;
}

/* line 29443, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__main .kt-subheader__desc {
  padding: 0 0.5rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
}

/* line 29448, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__main .kt-subheader__separator {
  display: block;
  width: 12px;
  height: 4px;
  border-radius: 2px;
  background: rgba(149, 156, 182, 0.5);
  margin: 0 1.5rem 0 0;
}

/* line 29455, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__main .kt-subheader__separator.kt-subheader__separator--v {
  width: 1px;
  height: 20px;
}

/* line 29458, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

/* line 29470, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home {
  padding: 0px 0.65rem 0px 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 29474, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home > i {
  font-size: 1rem;
  color: #959cb6;
}

/* line 29477, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home:hover > i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5d78ff;
}

/* line 29481, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home.kt-subheader__breadcrumbs-home--active > i {
  color: #5d78ff;
}

/* line 29483, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link {
  padding: 0 0.35rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  color: #959cb6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 29490, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link:hover {
  color: #5d78ff;
}

/* line 29492, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link.kt-subheader__breadcrumbs-link--active {
  color: #5d78ff;
}

/* line 29494, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 29497, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: content;
  -ms-flex-pack: content;
  justify-content: content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.45rem 0 0;
}

/* line 29508, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-separator:after {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: " ";
  background: rgba(149, 156, 182, 0.5);
}

/* line 29515, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

/* line 29526, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__toolbar .btn {
  margin-left: 0.5rem;
}

/* line 29528, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__toolbar .btn-group {
  margin-left: 0.5rem;
}

/* line 29530, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__toolbar .btn-group .btn {
  margin-left: 0;
}

/* line 29532, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__toolbar .kt-subheader__search {
  margin-left: 1rem;
}

/* line 29534, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__toolbar .kt-subheader__search .input-group {
  border: 0;
  background-color: #f3f4f6;
  border-radius: 4px;
}

/* line 29538, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__toolbar .kt-subheader__search .input-group-text {
  border: 0;
  background-color: transparent;
  color: #9298b7;
}

/* line 29542, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__toolbar .kt-subheader__search .input-group-text::-moz-placeholder {
  color: #b1b5cb;
  opacity: 1;
}

/* line 29545, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__toolbar .kt-subheader__search .input-group-text:-ms-input-placeholder {
  color: #b1b5cb;
}

/* line 29547, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__toolbar .kt-subheader__search .input-group-text::-webkit-input-placeholder {
  color: #b1b5cb;
}

/* line 29549, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__toolbar .kt-subheader__search .input-group-text i {
  color: #5d78ff;
}

/* line 29551, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader .kt-subheader__toolbar .kt-subheader__search .form-control {
  border: 0;
  font-weight: 400;
  border: 0;
  background: none;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 29559, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader--solid .kt-subheader {
  margin: 0 0 25px 0;
  min-height: 54px;
  background-color: #fff;
}

@media (max-width: 1024px) {
  /* line 29565, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader {
    margin: 2px 0;
    padding: 5px 0;
  }
  /* line 29568, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: none;
    outline: none !important;
    width: 20px;
    height: 22px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  /* line 29590, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span {
    display: block;
    position: absolute;
    top: 10px;
    height: 2px;
    min-height: 2px;
    width: 100%;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  /* line 29600, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::before, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    min-height: 2px;
    content: "";
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  /* line 29611, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::before {
    top: -6px;
  }
  /* line 29613, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::after {
    bottom: -6px;
  }
  /* line 29615, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left span:before {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: auto;
    right: 0px;
    width: 50%;
  }
  /* line 29621, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left span:after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: auto;
    right: 0px;
    width: 75%;
  }
  /* line 29627, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left:hover span:after, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left:hover span:before {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  /* line 29631, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left.kt-subheader__mobile-toggle--active span:before {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: 0px;
    right: auto;
    width: 50%;
  }
  /* line 29637, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left.kt-subheader__mobile-toggle--active span:after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: 0px;
    right: auto;
    width: 75%;
  }
  /* line 29643, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right span:before {
    left: 0px;
    right: auto;
    width: 50%;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
  }
  /* line 29649, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right span:after {
    left: 0px;
    right: auto;
    width: 75%;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
  }
  /* line 29655, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right:hover span:after, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right:hover span:before {
    width: 100%;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
  }
  /* line 29659, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right.kt-subheader__mobile-toggle--active span:before {
    left: auto;
    right: 0px;
    width: 50%;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
  }
  /* line 29665, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right.kt-subheader__mobile-toggle--active span:after {
    left: auto;
    right: 0px;
    width: 75%;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
  }
  /* line 29671, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span {
    background: #74788d;
  }
  /* line 29673, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::before, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::after {
    background: #74788d;
  }
  /* line 29675, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle:hover span {
    background: #5d78ff;
  }
  /* line 29677, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle:hover span::before, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle:hover span::after {
    background: #5d78ff;
  }
  /* line 29679, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--active span {
    background: #5d78ff;
  }
  /* line 29681, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--active span::before, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--active span::after {
    background: #5d78ff;
  }
  /* line 29683, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle {
    display: inline-block;
    margin-right: 1rem;
  }
  /* line 29686, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__title {
    font-size: 1.2rem;
    padding: 0.5rem 0.5rem 0.5rem 0;
  }
  /* line 29689, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__separator {
    margin-right: 0.5rem;
  }
  /* line 29691, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs {
    padding: 0.5rem 0;
  }
  /* line 29693, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__toolbar {
    padding: 0.5rem 0;
  }
  /* line 29695, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__toolbar .kt-subheader__search {
    margin-left: 0.5rem;
  }
  /* line 29697, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__toolbar .kt-subheader__search .form-control {
    width: 85px;
  }
  /* line 29699, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader--solid .kt-subheader {
    margin: 0 0 15px 0;
    min-height: 45px;
    background-color: #fff;
  }
}

@media (max-width: 768px) {
  /* line 29705, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader .kt-subheader__toolbar {
    padding-top: 0.5rem;
  }
}

@media (min-width: 1025px) {
  /* line 29709, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__aside {
    width: 350px;
  }
}

@media (max-width: 400px) {
  /* line 29713, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__aside {
    width: 300px;
  }
}

@media (min-width: 1025px) {
  /* line 29717, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__aside.kt-app__aside--xs {
    width: 250px;
  }
}

@media (max-width: 300px) {
  /* line 29721, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__aside.kt-app__aside--xs {
    width: 200px;
  }
}

@media (min-width: 1025px) {
  /* line 29725, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__aside.kt-app__aside--sm {
    width: 300px;
  }
}

@media (max-width: 350px) {
  /* line 29729, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__aside.kt-app__aside--sm {
    width: 250px;
  }
}

@media (min-width: 1025px) {
  /* line 29733, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__aside.kt-app__aside--lg {
    width: 450px;
  }
}

@media (max-width: 500px) {
  /* line 29737, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__aside.kt-app__aside--lg {
    width: 400px;
  }
}

@media (min-width: 1025px) {
  /* line 29741, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__aside.kt-app__aside--xl {
    width: 600px;
  }
}

@media (max-width: 650px) {
  /* line 29745, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__aside.kt-app__aside--xl {
    width: 550px;
  }
}

/* line 29748, app/assets/stylesheets/theme/style.bundle.scss */
.kt-app .kt-app__content {
  margin-left: 20px;
}

/* line 29751, app/assets/stylesheets/theme/style.bundle.scss */
.kt-app .kt-app__detail {
  margin-left: 20px;
}

@media (min-width: 1025px) {
  /* line 29754, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__detail {
    width: 550px;
  }
}

@media (max-width: 600px) {
  /* line 29757, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__detail {
    width: 500px;
  }
}

@media (min-width: 1025px) {
  /* line 29760, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__detail.kt-app__detail--sm {
    width: 400px;
  }
}

@media (max-width: 450px) {
  /* line 29763, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__detail.kt-app__detail--sm {
    width: 350px;
  }
}

@media (min-width: 1025px) {
  /* line 29766, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__detail.kt-app__detail--lg {
    width: 700px;
  }
}

@media (max-width: 750px) {
  /* line 29769, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__detail.kt-app__detail--lg {
    width: 650px;
  }
}

@media (min-width: 1025px) {
  /* line 29772, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__detail.kt-app__detail--xl {
    width: 850px;
  }
}

@media (max-width: 900px) {
  /* line 29775, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__detail.kt-app__detail--xl {
    width: 800px;
  }
}

@media (max-width: 1024px) {
  /* line 29779, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__aside {
    padding: 35px 15px 15px 15px;
    background-color: #ffffff;
  }
  /* line 29782, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__aside.kt-app__aside--fit {
    padding: 20px 0 0 0;
  }
  /* line 29784, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__aside.kt-app__aside--fit .kt-portlet {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.1);
  }
  /* line 29787, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__aside.kt-app__aside--fit .kt-portlet {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 29790, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__content {
    margin-left: 0;
  }
  /* line 29792, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app .kt-app__detail {
    margin-left: 0;
  }
}

/* line 29795, app/assets/stylesheets/theme/style.bundle.scss */
.kt-app__aside-close {
  display: none;
}

@media (max-width: 1024px) {
  /* line 29799, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app__aside {
    z-index: 1001;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 300px !important;
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
    left: -320px;
  }
  /* line 29813, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app__aside.kt-app__aside--on {
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  /* line 29818, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app__aside {
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@media (max-width: 1024px) {
  /* line 29823, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app__aside--right .kt-app__aside {
    right: -320px;
    left: auto;
  }
  /* line 29826, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app__aside--right .kt-app__aside.kt-app__aside--on {
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
    right: 0;
    left: auto;
  }
  /* line 29831, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app__aside-close {
    width: 25px;
    height: 25px;
    top: 1px;
    z-index: 1002;
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
    position: fixed;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    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;
    left: -25px;
  }
}

@media screen and (max-width: 1024px) {
  /* line 29856, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app__aside-close {
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@media (max-width: 1024px) {
  /* line 29861, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app__aside-close > i {
    line-height: 0;
    font-size: 1.4rem;
  }
  /* line 29864, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app__aside-close:hover {
    text-decoration: none;
  }
  /* line 29866, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app__aside--right .kt-app__aside-close {
    left: auto;
    right: -25px;
  }
  /* line 29869, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app__aside--on .kt-app__aside-close {
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
    left: 274px;
  }
  /* line 29873, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app__aside--on.kt-app__aside--right .kt-app__aside-close {
    left: auto;
    right: 274px;
  }
  /* line 29876, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app__aside-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    -webkit-animation: kt-animate-fade-in .3s linear 1;
    animation: kt-animate-fade-in .3s linear 1;
  }
  /* line 29887, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app__aside-overlay {
    background: rgba(0, 0, 0, 0.05);
  }
  /* line 29889, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app__aside-close {
    background-color: #f7f8fa;
  }
  /* line 29891, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app__aside-close > i {
    color: #74788d;
  }
  /* line 29893, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app__aside-close:hover {
    background-color: transparent;
  }
  /* line 29895, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app__aside-close:hover > i {
    color: #5d78ff;
  }
}

@media (max-width: 350px) {
  /* line 29899, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-app__aside {
    width: 90% !important;
  }
}

/* line 29902, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge {
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  font-size: 0.8rem;
}

/* line 29918, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--md {
  height: 24px;
  width: 24px;
  font-size: 0.9rem;
}

/* line 29922, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--lg {
  height: 30px;
  width: 30px;
  font-size: 1rem;
}

/* line 29926, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--xl {
  height: 40px;
  width: 40px;
  font-size: 1.1rem;
  font-weight: bold;
}

/* line 29931, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--bold {
  font-weight: 500;
}

/* line 29933, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--bolder {
  font-weight: 600;
}

/* line 29935, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--boldest {
  font-weight: 700;
}

/* line 29937, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--brand {
  color: #ffffff;
  background: #5d78ff;
}

/* line 29940, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--outline.kt-badge--brand {
  background: transparent;
  color: #5d78ff;
  border: 1px solid #5d78ff;
}

/* line 29944, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--outline.kt-badge--brand.kt-badge--outline-2x {
  border: 2px solid #5d78ff;
}

/* line 29946, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--metal {
  color: #586272;
  background: #d3dae6;
}

/* line 29949, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--outline.kt-badge--metal {
  background: transparent;
  color: #d3dae6;
  border: 1px solid #d3dae6;
}

/* line 29953, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--outline.kt-badge--metal.kt-badge--outline-2x {
  border: 2px solid #d3dae6;
}

/* line 29955, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--light {
  color: #282a3c;
  background: #ffffff;
}

/* line 29958, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--outline.kt-badge--light {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

/* line 29962, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--outline.kt-badge--light.kt-badge--outline-2x {
  border: 2px solid #ffffff;
}

/* line 29964, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--dark {
  color: #ffffff;
  background: #645ca1;
}

/* line 29967, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--outline.kt-badge--dark {
  background: transparent;
  color: #645ca1;
  border: 1px solid #645ca1;
}

/* line 29971, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--outline.kt-badge--dark.kt-badge--outline-2x {
  border: 2px solid #645ca1;
}

/* line 29973, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--accent {
  color: #ffffff;
  background: #00c5dc;
}

/* line 29976, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--outline.kt-badge--accent {
  background: transparent;
  color: #00c5dc;
  border: 1px solid #00c5dc;
}

/* line 29980, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--outline.kt-badge--accent.kt-badge--outline-2x {
  border: 2px solid #00c5dc;
}

/* line 29982, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--focus {
  color: #ffffff;
  background: #9816f4;
}

/* line 29985, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--outline.kt-badge--focus {
  background: transparent;
  color: #9816f4;
  border: 1px solid #9816f4;
}

/* line 29989, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--outline.kt-badge--focus.kt-badge--outline-2x {
  border: 2px solid #9816f4;
}

/* line 29991, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--primary {
  color: #ffffff;
  background: #5867dd;
}

/* line 29994, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--outline.kt-badge--primary {
  background: transparent;
  color: #5867dd;
  border: 1px solid #5867dd;
}

/* line 29998, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--outline.kt-badge--primary.kt-badge--outline-2x {
  border: 2px solid #5867dd;
}

/* line 30000, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--success {
  color: #ffffff;
  background: #1dc9b7;
}

/* line 30003, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--outline.kt-badge--success {
  background: transparent;
  color: #1dc9b7;
  border: 1px solid #1dc9b7;
}

/* line 30007, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--outline.kt-badge--success.kt-badge--outline-2x {
  border: 2px solid #1dc9b7;
}

/* line 30009, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--info {
  color: #ffffff;
  background: #5578eb;
}

/* line 30012, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--outline.kt-badge--info {
  background: transparent;
  color: #5578eb;
  border: 1px solid #5578eb;
}

/* line 30016, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--outline.kt-badge--info.kt-badge--outline-2x {
  border: 2px solid #5578eb;
}

/* line 30018, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--warning {
  color: #111111;
  background: #ffb822;
}

/* line 30021, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--outline.kt-badge--warning {
  background: transparent;
  color: #ffb822;
  border: 1px solid #ffb822;
}

/* line 30025, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--outline.kt-badge--warning.kt-badge--outline-2x {
  border: 2px solid #ffb822;
}

/* line 30027, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--danger {
  color: #ffffff;
  background: #fd397a;
}

/* line 30030, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--outline.kt-badge--danger {
  background: transparent;
  color: #fd397a;
  border: 1px solid #fd397a;
}

/* line 30034, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--outline.kt-badge--danger.kt-badge--outline-2x {
  border: 2px solid #fd397a;
}

/* line 30036, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--unified-brand {
  color: #5d78ff;
  background: rgba(93, 120, 255, 0.1);
}

/* line 30039, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--unified-metal {
  color: #d3dae6;
  background: rgba(211, 218, 230, 0.1);
}

/* line 30042, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--unified-light {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

/* line 30045, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--unified-dark {
  color: #645ca1;
  background: rgba(100, 92, 161, 0.1);
}

/* line 30048, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--unified-accent {
  color: #00c5dc;
  background: rgba(0, 197, 220, 0.1);
}

/* line 30051, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--unified-focus {
  color: #9816f4;
  background: rgba(152, 22, 244, 0.1);
}

/* line 30054, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--unified-primary {
  color: #5867dd;
  background: rgba(88, 103, 221, 0.1);
}

/* line 30057, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--unified-success {
  color: #1dc9b7;
  background: rgba(29, 201, 183, 0.1);
}

/* line 30060, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--unified-info {
  color: #5578eb;
  background: rgba(85, 120, 235, 0.1);
}

/* line 30063, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--unified-warning {
  color: #ffb822;
  background: rgba(255, 184, 34, 0.1);
}

/* line 30066, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--unified-danger {
  color: #fd397a;
  background: rgba(253, 57, 122, 0.1);
}

/* line 30069, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--inline {
  height: 0;
  width: auto;
  padding: 0.75rem 0.75rem;
  border-radius: 2px;
}

/* line 30074, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--inline.kt-badge--md {
  padding: 0.8rem 0.6rem;
}

/* line 30076, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--inline.kt-badge--lg {
  padding: 0.9rem 0.7rem;
}

/* line 30078, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--inline.kt-badge--xl {
  padding: 1rem 0.8rem;
}

/* line 30080, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--pill {
  border-radius: 2rem;
}

/* line 30082, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--dot {
  display: inline-block;
  line-height: 4px;
  min-height: 4px;
  min-width: 4px;
  height: 4px;
  width: 4px;
  font-size: 0;
  vertical-align: middle;
  text-align: center;
}

/* line 30092, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--dot.kt-badge--md {
  line-height: 6px;
  min-height: 6px;
  min-width: 6px;
  height: 6px;
  width: 6px;
}

/* line 30098, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--dot.kt-badge--lg {
  line-height: 8px;
  min-height: 8px;
  min-width: 8px;
  height: 8px;
  width: 8px;
}

/* line 30104, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--dot.kt-badge--xl {
  line-height: 10px;
  min-height: 10px;
  min-width: 10px;
  height: 10px;
  width: 10px;
}

/* line 30110, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--square {
  border-radius: 0;
}

/* line 30112, app/assets/stylesheets/theme/style.bundle.scss */
.kt-badge.kt-badge--elevate {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

/* line 30116, app/assets/stylesheets/theme/style.bundle.scss */
code {
  color: #e83e8c;
  background: #f7f8fa;
  padding: 0.25rem 0.5rem;
  border-radius: 2px;
}

/* line 30122, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-icon {
  margin-bottom: 20px;
  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;
  padding: 10px;
}

/* line 30135, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-icon .kt-demo-icon__preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

/* line 30143, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-icon .kt-demo-icon__preview i {
  line-height: 0;
  vertical-align: middle;
  font-size: 2rem !important;
}

/* line 30147, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-icon .kt-demo-icon__class {
  color: #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 300;
}

/* line 30158, app/assets/stylesheets/theme/style.bundle.scss */
.kt-demo-icon:hover {
  background-color: #f7f8fa;
}

/* line 30161, app/assets/stylesheets/theme/style.bundle.scss */
.kt-divider {
  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;
  margin: 2rem 0;
}

/* line 30172, app/assets/stylesheets/theme/style.bundle.scss */
.kt-divider > span:first-child {
  width: 100%;
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #EBECF1;
  display: inline-block;
}

/* line 30180, app/assets/stylesheets/theme/style.bundle.scss */
.kt-divider > span:last-child {
  width: 100%;
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #EBECF1;
  display: inline-block;
}

/* line 30188, app/assets/stylesheets/theme/style.bundle.scss */
.kt-divider > span:not(:first-child):not(:last-child) {
  padding: 0 2rem;
}

/* line 30191, app/assets/stylesheets/theme/style.bundle.scss */
.kt-heading {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0;
  margin: 1.75rem 0;
  color: #48465b;
}

/* line 30197, app/assets/stylesheets/theme/style.bundle.scss */
.kt-heading.kt-heading--center {
  text-align: center;
}

/* line 30199, app/assets/stylesheets/theme/style.bundle.scss */
.kt-heading.kt-heading--right {
  text-align: right;
}

/* line 30201, app/assets/stylesheets/theme/style.bundle.scss */
.kt-heading.kt-heading--space-sm {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 30204, app/assets/stylesheets/theme/style.bundle.scss */
.kt-heading.kt-heading--space-md {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* line 30207, app/assets/stylesheets/theme/style.bundle.scss */
.kt-heading.kt-heading--space-lg {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

/* line 30210, app/assets/stylesheets/theme/style.bundle.scss */
.kt-heading.kt-heading--space-xl {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* line 30213, app/assets/stylesheets/theme/style.bundle.scss */
.kt-heading.kt-heading--sm {
  font-size: 1.2rem;
}

/* line 30215, app/assets/stylesheets/theme/style.bundle.scss */
.kt-heading.kt-heading--md {
  font-size: 1.4rem;
}

/* line 30217, app/assets/stylesheets/theme/style.bundle.scss */
.kt-heading.kt-heading--lg {
  font-size: 1.6rem;
}

/* line 30219, app/assets/stylesheets/theme/style.bundle.scss */
.kt-heading.kt-heading--xl {
  font-size: 2rem;
}

/* line 30221, app/assets/stylesheets/theme/style.bundle.scss */
.kt-heading.kt-heading--medium {
  font-weight: 600;
}

/* line 30223, app/assets/stylesheets/theme/style.bundle.scss */
.kt-heading.kt-heading--bold {
  font-weight: 700;
}

/* line 30225, app/assets/stylesheets/theme/style.bundle.scss */
.kt-heading.kt-heading--bolder {
  font-weight: 900;
}

/* line 30227, app/assets/stylesheets/theme/style.bundle.scss */
.kt-heading.kt-heading--thin {
  font-weight: 300;
}

/* line 30229, app/assets/stylesheets/theme/style.bundle.scss */
.kt-heading.kt-heading--no-top-margin {
  margin-top: 0;
}

/* line 30231, app/assets/stylesheets/theme/style.bundle.scss */
.kt-heading.kt-heading--no-bottom-margin {
  margin-bottom: 0;
}

/* line 30234, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #536be2;
}

/* line 30239, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  top: 1rem;
  left: 0;
  width: 0%;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

/* line 30249, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link:hover {
  text-decoration: none !important;
}

/* line 30251, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link:hover:after {
  width: 100%;
}

/* line 30253, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link:hover {
  color: #3954de;
}

/* line 30255, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link:hover:after {
  border-bottom: 1px solid #3954de;
  opacity: 0.5;
}

/* line 30258, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--general:after {
  display: none;
}

/* line 30261, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--brand {
  color: #5d78ff;
}

/* line 30263, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--brand:hover {
  color: #2a4eff;
}

/* line 30265, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--brand:hover:after {
  border-bottom: 1px solid #2a4eff;
  opacity: 0.5;
}

/* line 30269, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--metal {
  color: #d3dae6;
}

/* line 30271, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--metal:hover {
  color: #b2bfd4;
}

/* line 30273, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--metal:hover:after {
  border-bottom: 1px solid #b2bfd4;
  opacity: 0.5;
}

/* line 30277, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--light {
  color: #ffffff;
}

/* line 30279, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--light:hover {
  color: #e6e6e6;
}

/* line 30281, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--light:hover:after {
  border-bottom: 1px solid #e6e6e6;
  opacity: 0.5;
}

/* line 30285, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--dark {
  color: #645ca1;
}

/* line 30287, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--dark:hover {
  color: #504a80;
}

/* line 30289, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--dark:hover:after {
  border-bottom: 1px solid #504a80;
  opacity: 0.5;
}

/* line 30293, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--accent {
  color: #00c5dc;
}

/* line 30295, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--accent:hover {
  color: #0097a9;
}

/* line 30297, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--accent:hover:after {
  border-bottom: 1px solid #0097a9;
  opacity: 0.5;
}

/* line 30301, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--focus {
  color: #9816f4;
}

/* line 30303, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--focus:hover {
  color: #7c0acd;
}

/* line 30305, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--focus:hover:after {
  border-bottom: 1px solid #7c0acd;
  opacity: 0.5;
}

/* line 30309, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--primary {
  color: #5867dd;
}

/* line 30311, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--primary:hover {
  color: #2e40d4;
}

/* line 30313, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--primary:hover:after {
  border-bottom: 1px solid #2e40d4;
  opacity: 0.5;
}

/* line 30317, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--success {
  color: #1dc9b7;
}

/* line 30319, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--success:hover {
  color: #179c8e;
}

/* line 30321, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--success:hover:after {
  border-bottom: 1px solid #179c8e;
  opacity: 0.5;
}

/* line 30325, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--info {
  color: #5578eb;
}

/* line 30327, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--info:hover {
  color: #2754e6;
}

/* line 30329, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--info:hover:after {
  border-bottom: 1px solid #2754e6;
  opacity: 0.5;
}

/* line 30333, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--warning {
  color: #ffb822;
}

/* line 30335, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--warning:hover {
  color: #eea200;
}

/* line 30337, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--warning:hover:after {
  border-bottom: 1px solid #eea200;
  opacity: 0.5;
}

/* line 30341, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--danger {
  color: #fd397a;
}

/* line 30343, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--danger:hover {
  color: #fc0758;
}

/* line 30345, app/assets/stylesheets/theme/style.bundle.scss */
.kt-link.kt-link--danger:hover:after {
  border-bottom: 1px solid #fc0758;
  opacity: 0.5;
}

/* line 30349, app/assets/stylesheets/theme/style.bundle.scss */
.kt-section {
  padding: 0;
  margin: 0;
}

/* line 30352, app/assets/stylesheets/theme/style.bundle.scss */
.kt-section.kt-section--space-sm {
  margin-bottom: 1rem;
}

/* line 30354, app/assets/stylesheets/theme/style.bundle.scss */
.kt-section.kt-section--space-md {
  margin-bottom: 2rem;
}

/* line 30356, app/assets/stylesheets/theme/style.bundle.scss */
.kt-section.kt-section--space-lg {
  margin-bottom: 2.5rem;
}

/* line 30358, app/assets/stylesheets/theme/style.bundle.scss */
.kt-section.kt-section--space-xl {
  margin-bottom: 3rem;
}

/* line 30360, app/assets/stylesheets/theme/style.bundle.scss */
.kt-section .kt-section__title {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0;
  margin: 0 0 1.75rem 0;
  color: #48465b;
}

/* line 30367, app/assets/stylesheets/theme/style.bundle.scss */
.kt-section .kt-section__title.kt-section__title-sm {
  font-size: 1.1rem;
}

/* line 30369, app/assets/stylesheets/theme/style.bundle.scss */
.kt-section .kt-section__title.kt-section__title-md {
  font-size: 1.4rem;
}

/* line 30371, app/assets/stylesheets/theme/style.bundle.scss */
.kt-section .kt-section__title.kt-section__title-lg {
  font-size: 1.5rem;
}

/* line 30373, app/assets/stylesheets/theme/style.bundle.scss */
.kt-section .kt-section__desc {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  padding: 0;
  margin: 0 0 1rem 0;
  color: #595d6e;
}

/* line 30380, app/assets/stylesheets/theme/style.bundle.scss */
.kt-section .kt-section__info {
  display: block;
  font-size: 1rem;
  padding: 0;
  margin: 0 0 1rem 0;
  color: #595d6e;
}

/* line 30386, app/assets/stylesheets/theme/style.bundle.scss */
.kt-section .kt-section__content {
  display: block;
  padding: 0;
  margin: 0;
}

/* line 30390, app/assets/stylesheets/theme/style.bundle.scss */
.kt-section .kt-section__content.kt-section__content--border {
  padding: 1.5rem;
  border: 3px solid #ebedf2;
}

/* line 30393, app/assets/stylesheets/theme/style.bundle.scss */
.kt-section .kt-section__content.kt-section__content--x-fit {
  padding-left: 0;
  padding-right: 0;
}

/* line 30396, app/assets/stylesheets/theme/style.bundle.scss */
.kt-section .kt-section__content.kt-section__content--fit {
  padding: 0;
}

/* line 30398, app/assets/stylesheets/theme/style.bundle.scss */
.kt-section.kt-section--last .kt-section__content {
  padding-bottom: 1.5rem;
}

/* line 30401, app/assets/stylesheets/theme/style.bundle.scss */
.kt-separator {
  margin: 0;
  height: 0;
}

/* line 30404, app/assets/stylesheets/theme/style.bundle.scss */
.kt-separator.kt-separator--border-solid {
  border-bottom: 1px solid #ebedf2;
}

/* line 30406, app/assets/stylesheets/theme/style.bundle.scss */
.kt-separator.kt-separator--border-dashed {
  border-bottom: 1px dashed #ebedf2;
}

/* line 30408, app/assets/stylesheets/theme/style.bundle.scss */
.kt-separator.kt-separator--border-2x {
  border-bottom-width: 2px;
}

/* line 30410, app/assets/stylesheets/theme/style.bundle.scss */
.kt-separator.kt-separator--space-xs {
  margin: 0.5rem 0;
}

/* line 30412, app/assets/stylesheets/theme/style.bundle.scss */
.kt-separator.kt-separator--space-sm {
  margin: 1rem 0;
}

/* line 30414, app/assets/stylesheets/theme/style.bundle.scss */
.kt-separator.kt-separator--space-md {
  margin: 2rem 0;
}

/* line 30416, app/assets/stylesheets/theme/style.bundle.scss */
.kt-separator.kt-separator--space-lg {
  margin: 2.5rem 0;
}

/* line 30418, app/assets/stylesheets/theme/style.bundle.scss */
.kt-separator.kt-separator--space-xl {
  margin: 3rem 0;
}

/* line 30420, app/assets/stylesheets/theme/style.bundle.scss */
.kt-separator.kt-separator--height-xs {
  height: 1rem;
}

/* line 30422, app/assets/stylesheets/theme/style.bundle.scss */
.kt-separator.kt-separator--height-sm {
  height: 2rem;
}

/* line 30424, app/assets/stylesheets/theme/style.bundle.scss */
.kt-separator.kt-separator--height-md {
  height: 4rem;
}

/* line 30426, app/assets/stylesheets/theme/style.bundle.scss */
.kt-separator.kt-separator--height-lg {
  height: 5rem;
}

/* line 30428, app/assets/stylesheets/theme/style.bundle.scss */
.kt-separator.kt-separator--height-xl {
  height: 6rem;
}

/* line 30430, app/assets/stylesheets/theme/style.bundle.scss */
.kt-separator.kt-separator--portlet-fit {
  margin-left: -25px;
  margin-right: -25px;
}

@media (max-width: 1024px) {
  /* line 30434, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-separator.kt-separator--portlet-fit {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {
  /* line 30439, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-1 .nav.nav-pills.nav-tabs-btn > .nav-item {
    min-width: 60px;
    margin: 0 0.25rem;
  }
  /* line 30442, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-1 .nav.nav-pills.nav-tabs-btn > .nav-item > .nav-link {
    padding: 0.65rem 0.5rem;
  }
  /* line 30444, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-1 .nav.nav-pills.nav-tabs-btn > .nav-item > .nav-link .nav-link-icon {
    font-size: 1.2rem;
  }
}

/* line 30447, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-1 .kt-widget-1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 30458, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-1 .kt-widget-1__item:first-child {
  margin-top: 0;
}

/* line 30460, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-1 .kt-widget-1__item:last-child {
  margin-bottom: 0;
}

/* line 30462, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-1 .kt-widget-1__item .kt-widget-1__item-info {
  width: 60%;
  padding-right: 0.5rem;
}

/* line 30465, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-1 .kt-widget-1__item .kt-widget-1__item-info .kt-widget-1__item-title {
  font-weight: 500;
  color: #48465b;
  font-size: 1.1rem;
  padding-bottom: 0.3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 30472, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-1 .kt-widget-1__item .kt-widget-1__item-info .kt-widget-1__item-title:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5d78ff;
}

/* line 30476, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-1 .kt-widget-1__item .kt-widget-1__item-info .kt-widget-1__item-desc {
  font-weight: 400;
  color: #74788d;
}

/* line 30479, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-1 .kt-widget-1__item .kt-widget-1__item-stats {
  width: 35%;
  min-width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 0.75rem;
}

/* line 30495, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-1 .kt-widget-1__item .kt-widget-1__item-stats .kt-widget-1__item-value {
  text-align: right;
  font-weight: 500;
  color: #74788d;
  font-size: 1.1rem;
}

/* line 30500, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-1 .kt-widget-1__item .kt-widget-1__item-stats .kt-widget-1__item-progress {
  padding-left: 1.4rem;
  width: 45%;
  min-width: 45%;
}

/* line 30504, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-1 .kt-widget-1__item .kt-widget-1__item-stats .kt-widget-1__item-progress .progress {
  height: 0.35rem;
  background-color: #ebedf2;
}

/* line 30507, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-1 .kt-widget-1__item .kt-widget-1__item-stats .kt-widget-1__item-progress .progress .progress-bar {
  border-radius: 3px;
}

/* line 30510, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

/* line 30520, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-2 .kt-widget-2__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 30524, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-2 .kt-widget-2__content .kt-widget-2__item {
  -webkit-box-shadow: rgba(69, 65, 78, 0.06) 0px 1px 15px 1px;
  box-shadow: rgba(69, 65, 78, 0.06) 0px 1px 15px 1px;
  border-radius: 0.5rem;
  padding: 1.4rem;
  margin-top: 3rem;
}

/* line 30530, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-2 .kt-widget-2__content .kt-widget-2__item .kt-widget-2__item-title {
  font-weight: 500;
  font-size: 1.1rem;
  color: #48465b;
  padding-bottom: 0rem;
}

/* line 30535, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-2 .kt-widget-2__content .kt-widget-2__item .kt-widget-2__item-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #74788d;
  font-size: 1rem;
  font-weight: 500;
}

/* line 30545, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-2 .kt-widget-2__content .kt-widget-2__item .kt-widget-2__item-stats .kt-widget-2__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 30549, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-2 .kt-widget-2__content .kt-widget-2__item .kt-widget-2__item-stats .kt-widget-2__item-info .kt-widget-2__item-value {
  padding-left: 0.5rem;
}

/* line 30551, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-2 .kt-widget-2__content .kt-widget-2__item .kt-widget-2__item-stats .kt-widget-2__item-chart {
  padding-left: 1rem;
}

@media (min-width: 1399px) and (max-width: 1550px) {
  /* line 30554, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-2 .kt-widget-2__content .kt-widget-2__item .kt-widget-2__item-stats {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0.5rem;
  }
  /* line 30563, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-2 .kt-widget-2__content .kt-widget-2__item .kt-widget-2__item-stats .kt-widget-2__item-chart {
    padding-left: 0;
  }
}

/* line 30565, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-2 .kt-widget-2__content .kt-widget-2__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
}

/* line 30573, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-2 .kt-widget-2__content .kt-widget-2__stats > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 30580, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-2 .kt-widget-2__content .kt-widget-2__stats > div .kt-widget-2__stats-bullet {
  width: 1rem;
  height: 0.35rem;
  border-radius: 0.3rem;
}

/* line 30584, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-2 .kt-widget-2__content .kt-widget-2__stats > div .kt-widget-2__stats-text {
  padding-left: 0.6rem;
}

/* line 30586, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-2 .kt-widget-2__content .kt-widget-2__stats .kt-widget-2__stats-author {
  color: #74788d;
  font-weight: 500;
}

/* line 30589, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-2 .kt-widget-2__content .kt-widget-2__stats .kt-widget-2__stats-product {
  padding-left: 2rem;
  color: #74788d;
  font-weight: 500;
}

/* line 30593, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-2 .kt-widget-2__chart canvas {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (max-width: 1024px) {
  /* line 30598, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-2 .kt-widget-2__content .kt-widget-2__item {
    margin-top: 1.2rem;
  }
  /* line 30600, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-2 .kt-widget-2__content .kt-widget-2__item .kt-widget-2__item-stats {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0rem;
  }
  /* line 30609, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-2 .kt-widget-2__content .kt-widget-2__item .kt-widget-2__item-stats .kt-widget-2__item-chart {
    padding-left: 0;
  }
}

/* line 30612, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

/* line 30617, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3 .kt-widget-3__content {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 30630, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-info {
  padding-bottom: 2.5rem;
  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;
}

/* line 30641, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-info .kt-widget-3__content-section {
  color: #FFFFFF;
}

/* line 30643, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-info .kt-widget-3__content-section .kt-widget-3__content-title {
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 30646, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-info .kt-widget-3__content-section .kt-widget-3__content-desc {
  color: #9686FA;
  font-weight: 500;
  font-size: 0.9rem;
}

/* line 30650, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-info .kt-widget-3__content-section .kt-widget-3__content-bedge {
  font-size: 1.8rem;
  position: relative;
  bottom: 0.8rem;
  right: 0.3rem;
}

/* line 30655, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-info .kt-widget-3__content-section .kt-widget-3__content-number {
  font-size: 3.2rem;
  font-weight: 600;
}

/* line 30658, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-info .kt-widget-3__content-section .kt-widget-3__content-number > span {
  font-size: 1.9rem;
  font-weight: 400;
}

/* line 30661, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-stats .kt-widget-3__content-progress {
  padding-bottom: 0.7rem;
}

/* line 30663, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  height: 0.4rem;
}

/* line 30665, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-stats .kt-widget-3__content-progress .progress .progress-bar {
  border-radius: 3px;
}

/* line 30667, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-stats .kt-widget-3__content-action {
  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;
}

/* line 30677, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-stats .kt-widget-3__content-action .kt-widget-3__content-text {
  font-weight: 510;
  font-size: 0.95rem;
}

/* line 30680, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3 .kt-widget-3__content .kt-widget-3__content-stats .kt-widget-3__content-action .kt-widget-3__content-value {
  font-weight: 510;
  font-size: 0.95rem;
}

/* line 30683, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--brand {
  background: #5d78ff;
}

/* line 30685, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--brand .kt-widget-3__content-title {
  color: #ffffff;
}

/* line 30687, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--brand .kt-widget-3__content-badge {
  color: #ffffff;
}

/* line 30689, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--brand .kt-widget-3__content-number {
  color: #ffffff;
}

/* line 30691, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--brand .kt-widget-3__content-desc {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 30693, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--brand .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  background: rgba(255, 255, 255, 0.3);
}

/* line 30695, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--brand .kt-widget-3__content-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 30697, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--brand .kt-widget-3__content-value {
  color: rgba(255, 255, 255, 0.5);
}

/* line 30699, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--metal {
  background: #d3dae6;
}

/* line 30701, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--metal .kt-widget-3__content-title {
  color: #586272;
}

/* line 30703, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--metal .kt-widget-3__content-badge {
  color: #586272;
}

/* line 30705, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--metal .kt-widget-3__content-number {
  color: #586272;
}

/* line 30707, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--metal .kt-widget-3__content-desc {
  color: rgba(88, 98, 114, 0.5) !important;
}

/* line 30709, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--metal .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  background: rgba(88, 98, 114, 0.3);
}

/* line 30711, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--metal .kt-widget-3__content-text {
  color: rgba(88, 98, 114, 0.5);
}

/* line 30713, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--metal .kt-widget-3__content-value {
  color: rgba(88, 98, 114, 0.5);
}

/* line 30715, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--light {
  background: #ffffff;
}

/* line 30717, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--light .kt-widget-3__content-title {
  color: #282a3c;
}

/* line 30719, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--light .kt-widget-3__content-badge {
  color: #282a3c;
}

/* line 30721, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--light .kt-widget-3__content-number {
  color: #282a3c;
}

/* line 30723, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--light .kt-widget-3__content-desc {
  color: rgba(40, 42, 60, 0.5) !important;
}

/* line 30725, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--light .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  background: rgba(40, 42, 60, 0.3);
}

/* line 30727, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--light .kt-widget-3__content-text {
  color: rgba(40, 42, 60, 0.5);
}

/* line 30729, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--light .kt-widget-3__content-value {
  color: rgba(40, 42, 60, 0.5);
}

/* line 30731, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--dark {
  background: #645ca1;
}

/* line 30733, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--dark .kt-widget-3__content-title {
  color: #ffffff;
}

/* line 30735, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--dark .kt-widget-3__content-badge {
  color: #ffffff;
}

/* line 30737, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--dark .kt-widget-3__content-number {
  color: #ffffff;
}

/* line 30739, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--dark .kt-widget-3__content-desc {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 30741, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--dark .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  background: rgba(255, 255, 255, 0.3);
}

/* line 30743, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--dark .kt-widget-3__content-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 30745, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--dark .kt-widget-3__content-value {
  color: rgba(255, 255, 255, 0.5);
}

/* line 30747, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--accent {
  background: #00c5dc;
}

/* line 30749, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--accent .kt-widget-3__content-title {
  color: #ffffff;
}

/* line 30751, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--accent .kt-widget-3__content-badge {
  color: #ffffff;
}

/* line 30753, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--accent .kt-widget-3__content-number {
  color: #ffffff;
}

/* line 30755, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--accent .kt-widget-3__content-desc {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 30757, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--accent .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  background: rgba(255, 255, 255, 0.3);
}

/* line 30759, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--accent .kt-widget-3__content-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 30761, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--accent .kt-widget-3__content-value {
  color: rgba(255, 255, 255, 0.5);
}

/* line 30763, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--focus {
  background: #9816f4;
}

/* line 30765, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--focus .kt-widget-3__content-title {
  color: #ffffff;
}

/* line 30767, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--focus .kt-widget-3__content-badge {
  color: #ffffff;
}

/* line 30769, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--focus .kt-widget-3__content-number {
  color: #ffffff;
}

/* line 30771, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--focus .kt-widget-3__content-desc {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 30773, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--focus .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  background: rgba(255, 255, 255, 0.3);
}

/* line 30775, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--focus .kt-widget-3__content-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 30777, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--focus .kt-widget-3__content-value {
  color: rgba(255, 255, 255, 0.5);
}

/* line 30779, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--primary {
  background: #5867dd;
}

/* line 30781, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--primary .kt-widget-3__content-title {
  color: #ffffff;
}

/* line 30783, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--primary .kt-widget-3__content-badge {
  color: #ffffff;
}

/* line 30785, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--primary .kt-widget-3__content-number {
  color: #ffffff;
}

/* line 30787, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--primary .kt-widget-3__content-desc {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 30789, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--primary .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  background: rgba(255, 255, 255, 0.3);
}

/* line 30791, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--primary .kt-widget-3__content-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 30793, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--primary .kt-widget-3__content-value {
  color: rgba(255, 255, 255, 0.5);
}

/* line 30795, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--success {
  background: #1dc9b7;
}

/* line 30797, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--success .kt-widget-3__content-title {
  color: #ffffff;
}

/* line 30799, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--success .kt-widget-3__content-badge {
  color: #ffffff;
}

/* line 30801, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--success .kt-widget-3__content-number {
  color: #ffffff;
}

/* line 30803, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--success .kt-widget-3__content-desc {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 30805, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--success .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  background: rgba(255, 255, 255, 0.3);
}

/* line 30807, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--success .kt-widget-3__content-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 30809, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--success .kt-widget-3__content-value {
  color: rgba(255, 255, 255, 0.5);
}

/* line 30811, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--info {
  background: #5578eb;
}

/* line 30813, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--info .kt-widget-3__content-title {
  color: #ffffff;
}

/* line 30815, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--info .kt-widget-3__content-badge {
  color: #ffffff;
}

/* line 30817, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--info .kt-widget-3__content-number {
  color: #ffffff;
}

/* line 30819, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--info .kt-widget-3__content-desc {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 30821, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--info .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  background: rgba(255, 255, 255, 0.3);
}

/* line 30823, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--info .kt-widget-3__content-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 30825, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--info .kt-widget-3__content-value {
  color: rgba(255, 255, 255, 0.5);
}

/* line 30827, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--warning {
  background: #ffb822;
}

/* line 30829, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--warning .kt-widget-3__content-title {
  color: #111111;
}

/* line 30831, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--warning .kt-widget-3__content-badge {
  color: #111111;
}

/* line 30833, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--warning .kt-widget-3__content-number {
  color: #111111;
}

/* line 30835, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--warning .kt-widget-3__content-desc {
  color: rgba(17, 17, 17, 0.5) !important;
}

/* line 30837, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--warning .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  background: rgba(17, 17, 17, 0.3);
}

/* line 30839, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--warning .kt-widget-3__content-text {
  color: rgba(17, 17, 17, 0.5);
}

/* line 30841, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--warning .kt-widget-3__content-value {
  color: rgba(17, 17, 17, 0.5);
}

/* line 30843, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--danger {
  background: #fd397a;
}

/* line 30845, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--danger .kt-widget-3__content-title {
  color: #ffffff;
}

/* line 30847, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--danger .kt-widget-3__content-badge {
  color: #ffffff;
}

/* line 30849, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--danger .kt-widget-3__content-number {
  color: #ffffff;
}

/* line 30851, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--danger .kt-widget-3__content-desc {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 30853, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--danger .kt-widget-3__content-stats .kt-widget-3__content-progress .progress {
  background: rgba(255, 255, 255, 0.3);
}

/* line 30855, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--danger .kt-widget-3__content-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 30857, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-3.kt-widget-3--danger .kt-widget-3__content-value {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1399px) {
  /* line 30861, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-3 .kt-widget-3__content {
    padding: 1.5rem;
  }
  /* line 30863, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-3 .kt-widget-3__content .kt-widget-3__content-info .kt-widget-3__content-section .kt-widget-3__content-title {
    font-size: 1.2rem;
  }
  /* line 30865, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-3 .kt-widget-3__content .kt-widget-3__content-info .kt-widget-3__content-section .kt-widget-3__content-number {
    font-size: 2rem;
  }
  /* line 30867, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-3 .kt-widget-3__content .kt-widget-3__content-info .kt-widget-3__content-section .kt-widget-3__content-number > span {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  /* line 30871, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-3 .kt-widget-3__content {
    padding: 1rem;
  }
}

/* line 30874, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-4 {
  margin: 0.5rem 0;
}

/* line 30876, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-4 .kt-widget-4__item {
  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;
  margin-bottom: 1.5rem;
}

/* line 30887, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-4 .kt-widget-4__item:last-child {
  margin-bottom: 0;
}

/* line 30889, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content .kt-widget-4__item-price {
  text-align: right;
}

/* line 30891, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content .kt-widget-4__item-price .kt-widget-4__item-badge {
  font-size: 1.1rem;
  color: #74788d;
  font-weight: 500;
}

/* line 30895, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content .kt-widget-4__item-price .kt-widget-4__item-number {
  font-weight: 500;
  font-size: 1.2rem;
  color: #595d6e;
}

/* line 30899, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content .kt-widget-4__item-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 30906, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content .kt-widget-4__item-section .kt-widget-4__item-pic > img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
}

/* line 30910, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content .kt-widget-4__item-section .kt-widget-4__item-info {
  padding-left: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0px;
}

/* line 30915, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content .kt-widget-4__item-section .kt-widget-4__item-info .kt-widget-4__item-username {
  font-weight: 500;
  font-size: 1.1rem;
  color: #48465b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 30921, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content .kt-widget-4__item-section .kt-widget-4__item-info .kt-widget-4__item-username:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5d78ff;
}

/* line 30925, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content .kt-widget-4__item-section .kt-widget-4__item-info .kt-widget-4__item-desc {
  font-weight: 500;
  font-size: 0.9rem;
  color: #74788d;
}

/* line 30929, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content:first-child {
  width: 80%;
}

/* line 30931, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-4 .kt-widget-4__item .kt-widget-4__item-content:last-child {
  width: 20%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 30937, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item {
  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;
  position: relative;
  margin: 2.5rem 0;
}

/* line 30949, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info {
  padding-left: 1.4rem;
  padding-right: 0.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0px;
}

/* line 30955, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info .kt-widget-5__item-title {
  text-decaration: none;
  font-weight: 500;
  font-size: 1.1rem;
  color: #48465b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 30962, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info .kt-widget-5__item-title:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5d78ff;
}

/* line 30966, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info .kt-widget-5__item-datetime {
  font-weight: 500;
  font-size: 0.9rem;
  color: #74788d;
}

/* line 30970, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-check .kt-radio {
  padding: 0 0 0.3rem 1.43rem;
}

/* line 30972, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item:first-child {
  margin-top: 0;
}

/* line 30974, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item:last-child {
  margin-bottom: 0;
}

/* line 30977, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item:before {
  position: absolute;
  display: block;
  width: 0.2rem;
  height: 100%;
  top: 0.45rem;
  height: calc(100% - 0.8rem);
  content: "";
  border-radius: 0.2rem;
}

/* line 30987, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item.kt-widget-5__item--brand:before {
  background: #5d78ff;
}

/* line 30990, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info > a:hover .kt-widget-5__item-title {
  color: #5d78ff;
}

/* line 30993, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item.kt-widget-5__item--metal:before {
  background: #d3dae6;
}

/* line 30996, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info > a:hover .kt-widget-5__item-title {
  color: #5d78ff;
}

/* line 30999, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item.kt-widget-5__item--light:before {
  background: #ffffff;
}

/* line 31002, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info > a:hover .kt-widget-5__item-title {
  color: #5d78ff;
}

/* line 31005, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item.kt-widget-5__item--dark:before {
  background: #645ca1;
}

/* line 31008, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info > a:hover .kt-widget-5__item-title {
  color: #5d78ff;
}

/* line 31011, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item.kt-widget-5__item--accent:before {
  background: #00c5dc;
}

/* line 31014, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info > a:hover .kt-widget-5__item-title {
  color: #5d78ff;
}

/* line 31017, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item.kt-widget-5__item--focus:before {
  background: #9816f4;
}

/* line 31020, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info > a:hover .kt-widget-5__item-title {
  color: #5d78ff;
}

/* line 31023, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item.kt-widget-5__item--primary:before {
  background: #5867dd;
}

/* line 31026, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info > a:hover .kt-widget-5__item-title {
  color: #5d78ff;
}

/* line 31029, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item.kt-widget-5__item--success:before {
  background: #1dc9b7;
}

/* line 31032, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info > a:hover .kt-widget-5__item-title {
  color: #5d78ff;
}

/* line 31035, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item.kt-widget-5__item--info:before {
  background: #5578eb;
}

/* line 31038, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info > a:hover .kt-widget-5__item-title {
  color: #5d78ff;
}

/* line 31041, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item.kt-widget-5__item--warning:before {
  background: #ffb822;
}

/* line 31044, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info > a:hover .kt-widget-5__item-title {
  color: #5d78ff;
}

/* line 31047, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item.kt-widget-5__item--danger:before {
  background: #fd397a;
}

/* line 31050, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-5 .kt-widget-5__item .kt-widget-5__item-info > a:hover .kt-widget-5__item-title {
  color: #5d78ff;
}

/* line 31053, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-6 .kt-widget6__tab .kt-widget-6__items .kt-widget-6__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1rem;
  margin-left: -1rem;
  border-radius: 0.4rem;
}

/* line 31064, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-6 .kt-widget6__tab .kt-widget-6__items .kt-widget-6__item .kt-widget-6__item-pic > img {
  height: 6rem;
  max-width: 100%;
  border-radius: 0.4rem;
}

/* line 31068, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-6 .kt-widget6__tab .kt-widget-6__items .kt-widget-6__item .kt-widget-6__item-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0px;
  padding-right: 1rem;
  padding-left: 2rem;
}

/* line 31074, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-6 .kt-widget6__tab .kt-widget-6__items .kt-widget-6__item .kt-widget-6__item-info .kt-widget-6__item-title {
  font-weight: 500;
  font-size: 1.1rem;
  color: #48465b;
  padding-right: 4rem;
  margin-bottom: 0.5rem;
}

/* line 31080, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-6 .kt-widget6__tab .kt-widget-6__items .kt-widget-6__item .kt-widget-6__item-info .kt-widget-6__item-desc {
  font-weight: 500;
  font-size: 0.9rem;
  color: #74788d;
}

/* line 31084, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-6 .kt-widget6__tab .kt-widget-6__items .kt-widget-6__item .kt-widget-6__item-icon {
  right: 1rem;
  top: 1.8rem;
  display: none;
  position: absolute;
  padding-left: 2rem;
}

/* line 31090, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-6 .kt-widget6__tab .kt-widget-6__items .kt-widget-6__item .kt-widget-6__item-icon > i {
  font-size: 1.8rem;
}

/* line 31092, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-6 .kt-widget6__tab .kt-widget-6__items .kt-widget-6__item .kt-widget-6__item-icon:hover {
  cursor: pointer;
}

/* line 31094, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-6 .kt-widget6__tab .kt-widget-6__items .kt-widget-6__item:hover {
  -webkit-box-shadow: rgba(69, 65, 78, 0.06) 0px 1px 15px 1px;
  box-shadow: rgba(69, 65, 78, 0.06) 0px 1px 15px 1px;
  cursor: pointer;
}

/* line 31098, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-6 .kt-widget6__tab .kt-widget-6__items .kt-widget-6__item:hover .kt-widget-6__item-icon {
  display: block;
}

/* line 31101, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-6 .kt-widget-6__nav-items {
  margin: auto;
  padding-top: 2rem;
  width: 10rem;
}

/* line 31105, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-6 .kt-widget-6__nav-items .kt-widget-6__nav-item {
  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;
}

/* line 31115, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-6 .kt-widget-6__nav-items .kt-widget-6__nav-item > a {
  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;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #74788d;
  height: 2rem;
  width: 2rem;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 31137, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-6 .kt-widget-6__nav-items .kt-widget-6__nav-item > a:hover, .kt-widget-6 .kt-widget-6__nav-items .kt-widget-6__nav-item > a.active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #5d78ff;
  color: #ffffff;
}

/* line 31143, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

/* line 31153, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-7 .kt-widget-7__items {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1.5rem 1.2rem;
}

/* line 31158, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-7 .kt-widget-7__items .kt-widget-7__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
}

/* line 31166, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-7 .kt-widget-7__items .kt-widget-7__item .kt-widget-7__item-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0px;
  padding-right: 1rem;
  padding-left: 0.7rem;
}

/* line 31172, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-7 .kt-widget-7__items .kt-widget-7__item .kt-widget-7__item-info .kt-widget-7__item-title {
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  color: #48465b;
  padding-right: 1rem;
  margin-bottom: 0.3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 31181, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-7 .kt-widget-7__items .kt-widget-7__item .kt-widget-7__item-info .kt-widget-7__item-title:hover {
  color: #5d78ff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 31185, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-7 .kt-widget-7__items .kt-widget-7__item .kt-widget-7__item-info .kt-widget-7__item-desc {
  font-weight: 500;
  font-size: 0.9rem;
  color: #74788d;
}

/* line 31189, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-7 .kt-widget-7__items .kt-widget-7__item .kt-widget-7__item-pic {
  width: 3rem;
  height: 3rem;
  text-align: left;
}

/* line 31193, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-7 .kt-widget-7__foot {
  position: relative;
}

/* line 31195, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-7 .kt-widget-7__foot > img {
  border-radius: 0.3rem;
  height: 130px;
  width: 100%;
}

/* line 31199, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-7 .kt-widget-7__foot .kt-widget-7__upload {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 31205, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-7 .kt-widget-7__foot .kt-widget-7__upload > a {
  text-decoration: none;
}

/* line 31207, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-7 .kt-widget-7__foot .kt-widget-7__upload > a > i {
  display: block;
  text-align: center;
  font-size: 4rem;
  line-height: 0;
  margin-bottom: 0.5rem;
  color: #fff;
}

/* line 31214, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-7 .kt-widget-7__foot .kt-widget-7__upload > span {
  display: block;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}

/* line 31220, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

/* line 31230, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-9 .kt-widget-9__panel {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 31245, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-9 .kt-widget-9__panel .kt-widget-9__legends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 31252, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-9 .kt-widget-9__panel .kt-widget-9__legends .kt-widget-9__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 2rem;
}

/* line 31260, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-9 .kt-widget-9__panel .kt-widget-9__legends .kt-widget-9__legend .kt-widget-9__legend-bullet {
  width: 15px;
  height: 5px;
  border-radius: 3px;
}

/* line 31264, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-9 .kt-widget-9__panel .kt-widget-9__legends .kt-widget-9__legend .kt-widget-9__legend-label {
  padding-left: 0.75rem;
  font-weight: 500;
  color: #74788d;
}

/* line 31268, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-9 .kt-widget-9__panel .kt-widget-9__toolhar {
  padding-left: 0.5rem;
}

/* line 31270, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-9 .kt-widget-9__chart {
  margin-top: 40px;
  position: relative;
}

/* line 31274, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-10 .kt-widget-10__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 31281, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-10 .kt-widget-10__wrapper .kt-widget-10__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 31289, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-10 .kt-widget-10__wrapper .kt-widget-10__details .kt-widget-10__title {
  color: #48465b;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 0.7rem;
}

/* line 31294, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-10 .kt-widget-10__wrapper .kt-widget-10__details .kt-widget-10__desc {
  color: #74788d;
  font-size: 1rem;
  font-weight: 500;
}

/* line 31298, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-10 .kt-widget-10__wrapper .kt-widget-10__num {
  color: #48465b;
  font-size: 1.75rem;
  font-weight: 500;
}

/* line 31303, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-10 .kt-widget-10__chart {
  margin-top: 1rem;
}

/* line 31306, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-11 .kt-widget-11__item {
  margin-bottom: 2.75rem;
}

/* line 31308, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-11 .kt-widget-11__item:last-child {
  margin-bottom: 0;
}

/* line 31310, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-11 .kt-widget-11__item .kt-widget-11__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
}

/* line 31318, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-11 .kt-widget-11__item .kt-widget-11__wrapper .kt-widget-11__title {
  color: #74788d;
  font-weight: 500;
  font-size: 1.1rem;
}

/* line 31322, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-11 .kt-widget-11__item .kt-widget-11__wrapper .kt-widget-11__value {
  color: #48465b;
  font-weight: 500;
  font-size: 1.1rem;
  padding-left: 0.5rem;
}

/* line 31327, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-11 .kt-widget-11__item .kt-widget-11__progress .progress {
  height: 0.5rem;
}

/* line 31330, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

/* line 31344, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(93, 120, 255, 0.1);
  color: #5d78ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5rem;
  flex: 0 0 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.25rem;
  text-transform: uppercase;
  line-height: 1.3rem;
}

/* line 31370, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date .kt-widget-12__day {
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 0.2rem;
}

/* line 31374, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date .kt-widget-12__month {
  font-weight: 500;
}

/* line 31376, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date.kt-widget-12__date--brand {
  background-color: rgba(93, 120, 255, 0.1);
  color: #5d78ff;
}

/* line 31379, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date.kt-widget-12__date--metal {
  background-color: rgba(211, 218, 230, 0.1);
  color: #d3dae6;
}

/* line 31382, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date.kt-widget-12__date--light {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

/* line 31385, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date.kt-widget-12__date--dark {
  background-color: rgba(100, 92, 161, 0.1);
  color: #645ca1;
}

/* line 31388, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date.kt-widget-12__date--accent {
  background-color: rgba(0, 197, 220, 0.1);
  color: #00c5dc;
}

/* line 31391, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date.kt-widget-12__date--focus {
  background-color: rgba(152, 22, 244, 0.1);
  color: #9816f4;
}

/* line 31394, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date.kt-widget-12__date--primary {
  background-color: rgba(88, 103, 221, 0.1);
  color: #5867dd;
}

/* line 31397, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date.kt-widget-12__date--success {
  background-color: rgba(29, 201, 183, 0.1);
  color: #1dc9b7;
}

/* line 31400, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date.kt-widget-12__date--info {
  background-color: rgba(85, 120, 235, 0.1);
  color: #5578eb;
}

/* line 31403, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date.kt-widget-12__date--warning {
  background-color: rgba(255, 184, 34, 0.1);
  color: #ffb822;
}

/* line 31406, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__date.kt-widget-12__date--danger {
  background-color: rgba(253, 57, 122, 0.1);
  color: #fd397a;
}

/* line 31409, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 31413, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__label .kt-widget-12__title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #48465b;
}

/* line 31417, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__body .kt-widget-12__head .kt-widget-12__label .kt-widget-12__desc {
  font-size: 1rem;
  font-weight: 500;
  color: #74788d;
}

/* line 31422, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__body .kt-widget-12__info {
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
}

/* line 31427, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__members {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 31443, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member {
  border-radius: 50%;
  width: 2.7rem;
  height: 2.7rem;
  overflow: hidden;
  margin-left: -0.7rem;
  border: 1px solid #ffffff;
  background-color: #f0f3ff;
  color: #74788d;
  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;
  font-weight: 500;
  position: relative;
}

/* line 31463, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member:first-child {
  margin-left: 0;
}

/* line 31465, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member img {
  width: 100%;
}

/* line 31467, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member.kt-widget-12__member--last {
  padding-right: 0.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 31471, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member.kt-widget-12__member--last:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #5d78ff;
  color: #ffffff;
}

/* line 31476, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member:nth-child(1) {
  z-index: 1;
}

/* line 31478, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member:nth-child(2) {
  z-index: 2;
}

/* line 31480, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member:nth-child(3) {
  z-index: 3;
}

/* line 31482, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member:nth-child(4) {
  z-index: 4;
}

/* line 31484, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member:nth-child(5) {
  z-index: 5;
}

/* line 31486, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-12 .kt-widget-12__members .kt-widget-12__member:nth-child(6) {
  z-index: 6;
}

/* line 31489, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-13 .kt-widget-13__body {
  margin-bottom: 1rem;
}

/* line 31491, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-13 .kt-widget-13__body .kt-widget-13__title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #48465b;
  margin-bottom: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

/* line 31499, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-13 .kt-widget-13__body .kt-widget-13__title:hover {
  color: #5d78ff;
}

/* line 31501, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-13 .kt-widget-13__body .kt-widget-13__desc {
  font-weight: 400;
  font-size: 1rem;
  color: #74788d;
}

/* line 31505, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-13 .kt-widget-13__body .kt-widget-13__desc.kt-widget-13__desc--xl {
  font-weight: 600;
  font-size: 1.5rem;
  color: #48465b;
}

/* line 31510, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-13 .kt-widget-13__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 0;
  margin-top: 1rem;
}

/* line 31526, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-13 .kt-widget-13__foot .kt-widget-13__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0.25rem;
}

/* line 31534, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-13 .kt-widget-13__foot .kt-widget-13__label i {
  margin-right: 0.5rem;
  font-size: 1.1rem;
}

/* line 31537, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-13 .kt-widget-13__foot .kt-widget-13__progress {
  width: 100%;
}

/* line 31539, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-13 .kt-widget-13__foot .kt-widget-13__progress .kt-widget-13__progress-info {
  width: 100%;
  margin-bottom: 0.5rem;
  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;
}

/* line 31551, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-13 .kt-widget-13__foot .kt-widget-13__progress .kt-widget-13__progress-info .kt-widget-13__progress-status {
  color: #74788d;
  font-weight: 400;
}

/* line 31554, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-13 .kt-widget-13__foot .kt-widget-13__progress .kt-widget-13__progress-info .kt-widget-13__progress-value {
  color: #595d6e;
  font-weight: 600;
}

/* line 31557, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-13 .kt-widget-13__foot .kt-widget-13__progress .progress {
  height: 5px;
}

/* line 31560, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-14 .kt-widget-14__body {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 31572, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-14 .kt-widget-14__body .kt-widget-14__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

@media (max-width: 576px) {
  /* line 31583, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-14 .kt-widget-14__body .kt-widget-14__product {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}

/* line 31590, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-14 .kt-widget-14__body .kt-widget-14__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 576px) {
  /* line 31601, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-14 .kt-widget-14__body .kt-widget-14__data {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/* line 31606, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-14 .kt-widget-14__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 31620, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-14 .kt-widget-14__thumb {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.25rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5rem;
  flex: 0 0 5rem;
}

/* line 31627, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-14 .kt-widget-14__thumb 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;
  width: 5rem;
  height: 5rem;
}

@media (max-width: 576px) {
  /* line 31640, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-14 .kt-widget-14__thumb {
    margin-bottom: 0.5rem;
  }
}

/* line 31642, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-14 .kt-widget-14__thumb .kt-widget-14__image {
  width: 100%;
  height: auto;
}

/* line 31645, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-14 .kt-widget-14__thumb .kt-widget-14__image--landscape {
  height: 100%;
  width: auto;
}

/* line 31649, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-14 .kt-widget-14__title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #48465b;
  margin-bottom: 0.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 31656, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-14 .kt-widget-14__title:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5d78ff;
}

/* line 31661, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-14 .kt-widget-14__desc {
  font-weight: 400;
  color: #74788d;
  padding-right: 0.5rem;
}

/* line 31666, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-14 .kt-widget-14__info {
  border-radius: 5px;
  background-color: #f7f8fa;
  text-align: center;
  padding: 0.7rem 1rem;
  margin-left: 0.5rem;
}

@media (max-width: 576px) {
  /* line 31673, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-14 .kt-widget-14__info:first-child {
    margin-left: 0;
  }
}

/* line 31675, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-14 .kt-widget-14__info .kt-widget-14__info-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #48465b;
}

/* line 31680, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-14 .kt-widget-14__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2.5rem;
}

/* line 31693, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-14 .kt-widget-14__foot .kt-widget-14__foot-info,
.kt-widget-14 .kt-widget-14__foot .kt-widget-14__foot-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 31706, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-14 .kt-widget-14__foot .kt-widget-14__foot-info .kt-widget-14__foot-label {
  margin: 0.25rem 0.5rem 0.25rem 0;
}

/* line 31708, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-14 .kt-widget-14__foot .kt-widget-14__foot-info .kt-widget-14__foot-desc {
  font-weight: 500;
  color: #74788d;
}

/* line 31711, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-14 .kt-widget-14__foot .kt-widget-14__foot-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 31718, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-14 .kt-widget-14__foot .kt-widget-14__foot-toolbar a {
  margin: 0.25rem 0 0.25rem 0.5rem;
}

/* line 31721, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-15 .kt-widget-15__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  /* line 31731, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-15 .kt-widget-15__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* line 31736, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-15 .kt-widget-15__body .kt-widget-15__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-right: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 31747, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-15 .kt-widget-15__body .kt-widget-15__author .kt-widget-15__photo {
  border-radius: 50%;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5rem;
  flex: 0 0 5rem;
  margin-right: 1.25rem;
}

@media (max-width: 576px) {
  /* line 31757, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-15 .kt-widget-15__body .kt-widget-15__author .kt-widget-15__photo {
    margin-bottom: 0.5rem;
  }
}

/* line 31759, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-15 .kt-widget-15__body .kt-widget-15__author .kt-widget-15__photo img {
  width: 100%;
}

/* line 31761, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-15 .kt-widget-15__body .kt-widget-15__author .kt-widget-15__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 31774, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-15 .kt-widget-15__body .kt-widget-15__author .kt-widget-15__detail .kt-widget-15__name {
  margin-bottom: 0.25rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #48465b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 31781, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-15 .kt-widget-15__body .kt-widget-15__author .kt-widget-15__detail .kt-widget-15__name:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5d78ff;
}

/* line 31785, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-15 .kt-widget-15__body .kt-widget-15__author .kt-widget-15__detail .kt-widget-15__desc {
  font-weight: 400;
  color: #74788d;
}

@media (max-width: 1024px) {
  /* line 31789, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-15 .kt-widget-15__body .kt-widget-15__author {
    margin-bottom: 1rem;
  }
}

/* line 31791, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-15 .kt-widget-15__body .kt-widget-15__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (min-width: 577px) and (max-width: 1500px) {
  /* line 31807, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-15 .kt-widget-15__body .kt-widget-15__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* line 31812, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-15 .kt-widget-15__body .kt-widget-15__wrapper .kt-widget-15__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 2rem;
  font-weight: 500;
  color: #74788d;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #ebedf2;
}

@media (max-width: 1024px) {
  /* line 31829, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-15 .kt-widget-15__body .kt-widget-15__wrapper .kt-widget-15__info {
    padding: 0;
    margin-bottom: 0.5rem;
    border-left: 0;
  }
  /* line 31833, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-15 .kt-widget-15__body .kt-widget-15__wrapper .kt-widget-15__info:last-child {
    margin-bottom: 0;
  }
}

/* line 31835, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-15 .kt-widget-15__body .kt-widget-15__wrapper .kt-widget-15__info .kt-widget-15__info--item {
  color: #48465b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 31839, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-15 .kt-widget-15__body .kt-widget-15__wrapper .kt-widget-15__info .kt-widget-15__info--item:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5d78ff;
}

/* line 31843, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-15 .kt-widget-15__body .kt-widget-15__wrapper .kt-widget-15__info .btn {
  margin-right: 1rem;
}

/* line 31846, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-15 .kt-widget-15__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2.5rem;
}

/* line 31859, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-15 .kt-widget-15__foot .kt-widget-15__foot-info,
.kt-widget-15 .kt-widget-15__foot .kt-widget-15__foot-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 31872, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-15 .kt-widget-15__foot .kt-widget-15__foot-info .kt-widget-15__foot-label {
  margin: 0.25rem 0.5rem 0.25rem 0;
}

/* line 31874, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-15 .kt-widget-15__foot .kt-widget-15__foot-info .kt-widget-15__foot-desc {
  font-weight: 500;
  color: #74788d;
}

/* line 31877, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-15 .kt-widget-15__foot .kt-widget-15__foot-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 31884, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-15 .kt-widget-15__foot .kt-widget-15__foot-toolbar a {
  margin: 0.25rem 0 0.25rem 0.5rem;
}

/* line 31887, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 {
  padding-top: 0.7rem;
}

/* line 31889, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item {
  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;
  margin-bottom: 3rem;
}

/* line 31900, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item:last-child {
  margin-bottom: 0;
}

/* line 31902, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item .kt-widget-16__labels {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 31906, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item .kt-widget-16__labels .kt-widget-16__title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #48465b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 31912, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item .kt-widget-16__labels .kt-widget-16__title:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5d78ff;
}

/* line 31916, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item .kt-widget-16__labels .kt-widget-16__desc {
  color: #74788d;
  font-weight: 500;
}

/* line 31919, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item .kt-widget-16__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 31931, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item .kt-widget-16__data .kt-widget-16__numbers {
  margin-left: 1.25rem;
  text-align: center;
}

@media (max-width: 576px) {
  /* line 31935, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-16 .kt-widget-16__item .kt-widget-16__data .kt-widget-16__numbers {
    margin-left: 0.5rem;
  }
}

/* line 31937, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-total {
  font-size: 1.1rem;
  font-weight: 600;
  color: #595d6e;
}

/* line 31941, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(93, 120, 255, 0.1);
  color: #5d78ff;
  font-weight: 500;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
}

/* line 31947, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--brand .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #5d78ff;
}

/* line 31949, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--brand .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(93, 120, 255, 0.1);
  color: #5d78ff;
}

/* line 31952, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--metal .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #d3dae6;
}

/* line 31954, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--metal .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(211, 218, 230, 0.1);
  color: #d3dae6;
}

/* line 31957, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--light .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #ffffff;
}

/* line 31959, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--light .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

/* line 31962, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--dark .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #645ca1;
}

/* line 31964, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--dark .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(100, 92, 161, 0.1);
  color: #645ca1;
}

/* line 31967, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--accent .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #00c5dc;
}

/* line 31969, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--accent .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(0, 197, 220, 0.1);
  color: #00c5dc;
}

/* line 31972, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--focus .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #9816f4;
}

/* line 31974, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--focus .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(152, 22, 244, 0.1);
  color: #9816f4;
}

/* line 31977, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--primary .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #5867dd;
}

/* line 31979, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--primary .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(88, 103, 221, 0.1);
  color: #5867dd;
}

/* line 31982, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--success .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #1dc9b7;
}

/* line 31984, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--success .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(29, 201, 183, 0.1);
  color: #1dc9b7;
}

/* line 31987, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--info .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #5578eb;
}

/* line 31989, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--info .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(85, 120, 235, 0.1);
  color: #5578eb;
}

/* line 31992, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--warning .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #ffb822;
}

/* line 31994, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--warning .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(255, 184, 34, 0.1);
  color: #ffb822;
}

/* line 31997, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--danger .kt-widget-16__labels .kt-widget-16__title:hover {
  color: #fd397a;
}

/* line 31999, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-16 .kt-widget-16__item.kt-widget-16__item--danger .kt-widget-16__data .kt-widget-16__numbers .kt-widget-16__numbers-change {
  background-color: rgba(253, 57, 122, 0.1);
  color: #fd397a;
}

/* line 32003, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-17 .kt-widget-17__item {
  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;
  margin-bottom: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 32016, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-17 .kt-widget-17__item:last-child {
  margin-bottom: 0;
}

/* line 32018, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-17 .kt-widget-17__item .kt-widget-17__product {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 576px) {
  /* line 32029, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-17 .kt-widget-17__item .kt-widget-17__product {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 1.25rem;
  }
}

/* line 32033, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-17 .kt-widget-17__item .kt-widget-17__product .kt-widget-17__thumb {
  border-radius: 5px;
  overflow: hidden;
  margin-right: 1.25rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6rem;
  flex: 0 0 6rem;
}

/* line 32040, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-17 .kt-widget-17__item .kt-widget-17__product .kt-widget-17__thumb a {
  width: 6rem;
  height: 5rem;
  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;
}

/* line 32052, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-17 .kt-widget-17__item .kt-widget-17__product .kt-widget-17__thumb .kt-widget-17__image {
  width: 100%;
}

/* line 32054, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-17 .kt-widget-17__item .kt-widget-17__product .kt-widget-17__product-desc .kt-widget-17__title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #48465b;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 32061, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-17 .kt-widget-17__item .kt-widget-17__product .kt-widget-17__product-desc .kt-widget-17__title:hover {
  color: #5d78ff;
}

/* line 32063, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-17 .kt-widget-17__item .kt-widget-17__product .kt-widget-17__product-desc .kt-widget-17__sku {
  font-weight: 500;
  font-size: 0.9rem;
  color: #74788d;
}

/* line 32067, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-17 .kt-widget-17__item .kt-widget-17__prices {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 1.1rem;
  color: #595d6e;
  font-weight: 500;
}

/* line 32083, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-17 .kt-widget-17__item .kt-widget-17__prices .kt-widget-17__unit span {
  color: #74788d;
}

/* line 32085, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-17 .kt-widget-17__item .kt-widget-17__prices .kt-widget-17__total {
  min-width: 7.5rem;
  text-align: right;
}

/* line 32089, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-17 .kt-widget-17__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 32101, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-17 .kt-widget-17__foot .kt-widget-17__foot-info,
.kt-widget-17 .kt-widget-17__foot .kt-widget-17__foot-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 32111, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-17 .kt-widget-17__foot .kt-widget-17__foot-info .kt-widget-17__foot-label {
  margin: 0.25rem 0.5rem 0.25rem 0;
}

/* line 32113, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-17 .kt-widget-17__foot .kt-widget-17__foot-info .kt-widget-17__foot-desc {
  font-weight: 500;
  color: #74788d;
}

/* line 32116, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-17 .kt-widget-17__foot .kt-widget-17__foot-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 32123, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-17 .kt-widget-17__foot .kt-widget-17__foot-toolbar a {
  margin: 0.25rem 0 0.25rem 0.5rem;
}

/* line 32126, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-18 .kt-widget-18__summary {
  margin-top: -1rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* line 32135, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-18 .kt-widget-18__summary .kt-widget-18__total {
  font-size: 3rem;
  font-weight: 600;
  color: #48465b;
  margin-right: 1rem;
}

/* line 32140, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-18 .kt-widget-18__summary .kt-widget-18__label {
  color: #74788d;
  font-weight: 500;
  margin-bottom: 1rem;
}

/* line 32145, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-18 .kt-widget-18__progress {
  margin-bottom: 2rem;
}

/* line 32148, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-18 .kt-widget-18__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

/* line 32158, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-18 .kt-widget-18__item:last-child {
  margin-bottom: 0;
}

/* line 32160, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-18 .kt-widget-18__item .kt-widget-18__legend {
  background-color: #5d78ff;
  width: 1rem;
  height: 1rem;
  border-radius: 3px;
  margin-right: 1.25rem;
}

/* line 32166, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-18 .kt-widget-18__item .kt-widget-18__desc {
  margin-right: 1.25rem;
}

/* line 32168, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-18 .kt-widget-18__item .kt-widget-18__desc .kt-widget-18__title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #48465b;
  margin-bottom: 0.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 32175, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-18 .kt-widget-18__item .kt-widget-18__desc .kt-widget-18__title:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5d78ff;
}

/* line 32179, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-18 .kt-widget-18__item .kt-widget-18__desc .kt-widget-18__desc {
  font-size: 0.9rem;
  font-weight: 500;
  color: #74788d;
}

/* line 32183, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-18 .kt-widget-18__item .kt-widget-18__orders {
  font-weight: 400;
  color: #74788d;
  font-size: 0.9rem;
  margin: auto 0 auto auto;
}

/* line 32188, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-18 .kt-widget-18__item .kt-widget-18__orders span {
  font-weight: 500;
  color: #595d6e;
  font-size: 1rem;
}

/* line 32193, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 32206, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-left: 1.5rem;
  margin-right: 2rem;
}

/* line 32222, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__title .kt-widget-19__label {
  font-size: 2.2rem;
  font-weight: 600;
  color: #595d6e;
}

/* line 32226, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__title .kt-widget-19__label small {
  font-size: 1.3rem;
  color: #74788d;
  margin-right: 0.25rem;
}

/* line 32230, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__title .kt-widget-19__bg {
  opacity: 0.08;
  position: absolute;
  z-index: 0;
  width: 120px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 32239, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 32257, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-right: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 32276, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #f0f3ff;
  height: 100px;
  width: 8px;
  border-radius: 5px;
}

/* line 32289, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar [class*="kt-widget-19__bar"] {
  border-radius: 5px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  background-color: #5d78ff;
  width: 8px;
}

/* line 32295, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-1 {
  height: 1px;
}

/* line 32297, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-2 {
  height: 2px;
}

/* line 32299, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-3 {
  height: 3px;
}

/* line 32301, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-4 {
  height: 4px;
}

/* line 32303, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-5 {
  height: 5px;
}

/* line 32305, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-6 {
  height: 6px;
}

/* line 32307, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-7 {
  height: 7px;
}

/* line 32309, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-8 {
  height: 8px;
}

/* line 32311, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-9 {
  height: 9px;
}

/* line 32313, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-10 {
  height: 10px;
}

/* line 32315, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-11 {
  height: 11px;
}

/* line 32317, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-12 {
  height: 12px;
}

/* line 32319, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-13 {
  height: 13px;
}

/* line 32321, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-14 {
  height: 14px;
}

/* line 32323, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-15 {
  height: 15px;
}

/* line 32325, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-16 {
  height: 16px;
}

/* line 32327, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-17 {
  height: 17px;
}

/* line 32329, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-18 {
  height: 18px;
}

/* line 32331, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-19 {
  height: 19px;
}

/* line 32333, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-20 {
  height: 20px;
}

/* line 32335, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-21 {
  height: 21px;
}

/* line 32337, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-22 {
  height: 22px;
}

/* line 32339, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-23 {
  height: 23px;
}

/* line 32341, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-24 {
  height: 24px;
}

/* line 32343, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-25 {
  height: 25px;
}

/* line 32345, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-26 {
  height: 26px;
}

/* line 32347, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-27 {
  height: 27px;
}

/* line 32349, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-28 {
  height: 28px;
}

/* line 32351, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-29 {
  height: 29px;
}

/* line 32353, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-30 {
  height: 30px;
}

/* line 32355, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-31 {
  height: 31px;
}

/* line 32357, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-32 {
  height: 32px;
}

/* line 32359, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-33 {
  height: 33px;
}

/* line 32361, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-34 {
  height: 34px;
}

/* line 32363, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-35 {
  height: 35px;
}

/* line 32365, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-36 {
  height: 36px;
}

/* line 32367, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-37 {
  height: 37px;
}

/* line 32369, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-38 {
  height: 38px;
}

/* line 32371, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-39 {
  height: 39px;
}

/* line 32373, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-40 {
  height: 40px;
}

/* line 32375, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-41 {
  height: 41px;
}

/* line 32377, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-42 {
  height: 42px;
}

/* line 32379, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-43 {
  height: 43px;
}

/* line 32381, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-44 {
  height: 44px;
}

/* line 32383, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-45 {
  height: 45px;
}

/* line 32385, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-46 {
  height: 46px;
}

/* line 32387, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-47 {
  height: 47px;
}

/* line 32389, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-48 {
  height: 48px;
}

/* line 32391, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-49 {
  height: 49px;
}

/* line 32393, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-50 {
  height: 50px;
}

/* line 32395, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-51 {
  height: 51px;
}

/* line 32397, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-52 {
  height: 52px;
}

/* line 32399, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-53 {
  height: 53px;
}

/* line 32401, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-54 {
  height: 54px;
}

/* line 32403, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-55 {
  height: 55px;
}

/* line 32405, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-56 {
  height: 56px;
}

/* line 32407, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-57 {
  height: 57px;
}

/* line 32409, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-58 {
  height: 58px;
}

/* line 32411, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-59 {
  height: 59px;
}

/* line 32413, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-60 {
  height: 60px;
}

/* line 32415, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-61 {
  height: 61px;
}

/* line 32417, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-62 {
  height: 62px;
}

/* line 32419, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-63 {
  height: 63px;
}

/* line 32421, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-64 {
  height: 64px;
}

/* line 32423, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-65 {
  height: 65px;
}

/* line 32425, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-66 {
  height: 66px;
}

/* line 32427, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-67 {
  height: 67px;
}

/* line 32429, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-68 {
  height: 68px;
}

/* line 32431, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-69 {
  height: 69px;
}

/* line 32433, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-70 {
  height: 70px;
}

/* line 32435, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-71 {
  height: 71px;
}

/* line 32437, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-72 {
  height: 72px;
}

/* line 32439, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-73 {
  height: 73px;
}

/* line 32441, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-74 {
  height: 74px;
}

/* line 32443, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-75 {
  height: 75px;
}

/* line 32445, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-76 {
  height: 76px;
}

/* line 32447, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-77 {
  height: 77px;
}

/* line 32449, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-78 {
  height: 78px;
}

/* line 32451, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-79 {
  height: 79px;
}

/* line 32453, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-80 {
  height: 80px;
}

/* line 32455, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-81 {
  height: 81px;
}

/* line 32457, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-82 {
  height: 82px;
}

/* line 32459, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-83 {
  height: 83px;
}

/* line 32461, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-84 {
  height: 84px;
}

/* line 32463, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-85 {
  height: 85px;
}

/* line 32465, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-86 {
  height: 86px;
}

/* line 32467, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-87 {
  height: 87px;
}

/* line 32469, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-88 {
  height: 88px;
}

/* line 32471, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-89 {
  height: 89px;
}

/* line 32473, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-90 {
  height: 90px;
}

/* line 32475, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-91 {
  height: 91px;
}

/* line 32477, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-92 {
  height: 92px;
}

/* line 32479, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-93 {
  height: 93px;
}

/* line 32481, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-94 {
  height: 94px;
}

/* line 32483, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-95 {
  height: 95px;
}

/* line 32485, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-96 {
  height: 96px;
}

/* line 32487, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-97 {
  height: 97px;
}

/* line 32489, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-98 {
  height: 98px;
}

/* line 32491, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-99 {
  height: 99px;
}

/* line 32493, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-19 .kt-widget-19__data .kt-widget-19__chart .kt-widget-19__bar .kt-widget-19__bar-100 {
  height: 100px;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  /* line 32496, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-19 .kt-widget-19__title {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  /* line 32499, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-19 .kt-widget-19__title .kt-widget-19__label {
    font-size: 2rem;
    font-weight: 500;
  }
  /* line 32502, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-19 .kt-widget-19__title .kt-widget-19__bg {
    width: 100px;
  }
  /* line 32504, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-19 .kt-widget-19__data {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}

@media (max-width: 576px) {
  /* line 32509, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-19 .kt-widget-19__title {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  /* line 32512, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-19 .kt-widget-19__title .kt-widget-19__label {
    font-size: 1.7rem;
  }
  /* line 32514, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-19 .kt-widget-19__title .kt-widget-19__bg {
    width: 100px;
  }
  /* line 32516, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-19 .kt-widget-19__data {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}

/* line 32521, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-20 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 32534, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-20 .kt-widget-20__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 2.5rem;
  margin-right: 2rem;
}

/* line 32549, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-20 .kt-widget-20__title .kt-widget-20__label {
  font-size: 2.2rem;
  font-weight: 600;
  color: #595d6e;
}

/* line 32553, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-20 .kt-widget-20__title .kt-widget-20__label small {
  font-size: 1.3rem;
  color: #74788d;
  margin-right: 0.25rem;
}

/* line 32557, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-20 .kt-widget-20__title .kt-widget-20__bg {
  opacity: 0.08;
  position: absolute;
  z-index: 0;
  width: 120px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 32566, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-20 .kt-widget-20__data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  max-width: 220px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 32585, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-20 .kt-widget-20__data .kt-widget-20__chart {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overlfow: hidden;
}

/* line 32598, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-20 .kt-widget-20__data .kt-widget-20__chart canvas {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  /* line 32603, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-20 .kt-widget-20__title {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  /* line 32606, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-20 .kt-widget-20__title .kt-widget-20__label {
    font-size: 2rem;
    font-weight: 500;
  }
  /* line 32609, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-20 .kt-widget-20__title .kt-widget-20__bg {
    width: 100px;
  }
  /* line 32611, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-20 .kt-widget-20__data {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
  }
}

@media (max-width: 576px) {
  /* line 32617, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-20 .kt-widget-20__title {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  /* line 32620, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-20 .kt-widget-20__title .kt-widget-20__label {
    font-size: 1.7rem;
  }
  /* line 32622, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-20 .kt-widget-20__title .kt-widget-20__bg {
    width: 100px;
  }
  /* line 32624, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-20 .kt-widget-20__data {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
  }
}

/* line 32630, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-21 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 32643, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-21 .kt-widget-21__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 1.5rem;
  margin-right: 2rem;
}

/* line 32658, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-21 .kt-widget-21__title .kt-widget-21__label {
  font-size: 2.2rem;
  font-weight: 600;
  color: #595d6e;
}

/* line 32662, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-21 .kt-widget-21__title .kt-widget-21__label small {
  font-size: 1.3rem;
  color: #74788d;
  margin-right: 0.25rem;
}

/* line 32666, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-21 .kt-widget-21__title .kt-widget-21__bg {
  opacity: 0.08;
  position: absolute;
  z-index: 0;
  width: 120px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 32675, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-21 .kt-widget-21__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 32691, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-21 .kt-widget-21__data .kt-widget-21__legends {
  margin-right: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 32695, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-21 .kt-widget-21__data .kt-widget-21__legends .kt-widget-21__legend {
  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-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 0.9rem;
}

/* line 32709, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-21 .kt-widget-21__data .kt-widget-21__legends .kt-widget-21__legend:last-child {
  margin-bottom: 0;
}

/* line 32711, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-21 .kt-widget-21__data .kt-widget-21__legends .kt-widget-21__legend i {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.45rem;
  flex: 0 0 0.45rem;
  border-radius: 100%;
  margin-bottom: 0.12rem;
  margin-right: 0.8rem;
}

/* line 32721, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-21 .kt-widget-21__data .kt-widget-21__legends .kt-widget-21__legend span {
  font-weight: 600;
  display: inline-block;
  color: #74788d;
}

/* line 32725, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-21 .kt-widget-21__data .kt-widget-21__chart {
  position: relative;
  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;
  height: 110px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
}

/* line 32740, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-21 .kt-widget-21__data .kt-widget-21__chart .kt-widget-21__stat {
  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;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 1.7rem;
  font-weight: 400;
  color: #a2a5b9;
}

/* line 32758, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-21 .kt-widget-21__data .kt-widget-21__chart canvas {
  position: relative;
  z-index: 1;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  /* line 32762, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-21 .kt-widget-21__title {
    margin-left: 1rem;
    margin-right: 2rem;
  }
  /* line 32765, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-21 .kt-widget-21__title .kt-widget-21__label {
    font-size: 2rem;
    font-weight: 500;
  }
  /* line 32768, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-21 .kt-widget-21__title .kt-widget-21__bg {
    width: 100px;
  }
  /* line 32770, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-21 .kt-widget-21__data .kt-widget-21__legends {
    margin-right: 0.5rem;
  }
  /* line 32772, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-21 .kt-widget-21__data .kt-widget-21__chart {
    height: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
  /* line 32777, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-21 .kt-widget-21__data .kt-widget-21__chart canvas {
    height: 90px !important;
    width: 90px !important;
  }
}

@media (max-width: 576px) {
  /* line 32781, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-21 .kt-widget-21__title {
    margin-left: 1rem;
    margin-right: 2rem;
  }
  /* line 32784, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-21 .kt-widget-21__title .kt-widget-21__label {
    font-size: 1.7rem;
  }
  /* line 32786, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-21 .kt-widget-21__title .kt-widget-21__bg {
    width: 100px;
  }
  /* line 32788, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-21 .kt-widget-21__data .kt-widget-21__legends {
    margin-right: 0.5rem;
  }
  /* line 32790, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-21 .kt-widget-21__data .kt-widget-21__chart {
    height: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
  /* line 32795, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-21 .kt-widget-21__data .kt-widget-21__chart canvas {
    height: 90px !important;
    width: 90px !important;
  }
}

/* line 32799, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-22 .kt-widget-22__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 32806, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-22 .kt-widget-22__head .kt-widget-22__date {
  color: #3d4465;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding-bottom: 0.2rem;
  font-weight: 500;
}

/* line 32812, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-22 .kt-widget-22__head .kt-widget-22__icon {
  position: absolute;
  right: 0;
  top: 0.55rem;
  margin-right: 2rem;
}

/* line 32818, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-22 .kt-widget-22__body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 32830, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-22 .kt-widget-22__body .kt-widget-22__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 32837, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-22 .kt-widget-22__body .kt-widget-22__section .kt-widget-22__bar {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  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;
}

/* line 32851, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-22 .kt-widget-22__body .kt-widget-22__section .kt-widget-22__bar .kt-widget-22__icon {
  font-size: 1.5rem;
  font-weight: 500;
  width: 3.5rem;
}

/* line 32855, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-22 .kt-widget-22__body .kt-widget-22__section .kt-widget-22__bar .kt-widget-22__pic {
  width: 3.5rem;
  border-radius: 50%;
}

/* line 32858, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-22 .kt-widget-22__body .kt-widget-22__section .kt-widget-22__bar .kt-widget-22__username {
  width: 3.5rem;
}

/* line 32860, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-22 .kt-widget-22__body .kt-widget-22__section .kt-widget-22__bar .kt-widget-22__username b {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

/* line 32864, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-22 .kt-widget-22__body .kt-widget-22__section .kt-widget-22__info {
  padding-left: 1rem;
}

/* line 32866, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-22 .kt-widget-22__body .kt-widget-22__section .kt-widget-22__info .kt-widget-22__title {
  color: #595d6e;
  font-weight: 500;
  font-size: 1.2rem;
}

/* line 32870, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-22 .kt-widget-22__body .kt-widget-22__section .kt-widget-22__info .kt-widget-22__desc {
  font-size: 1rem;
}

/* line 32872, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-22 .kt-widget-22__body .kt-widget-22__text {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  padding: 2rem 0;
  color: #595d6e;
}

/* line 32878, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-22 .kt-widget-22__body .kt-widget-22__actions a {
  margin-right: 0.6rem;
}

@media (min-width: 1025px) {
  /* line 32882, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-22 .kt-widget-22__body .kt-widget-22__actions a {
    margin-bottom: 0.7rem;
    margin-right: 0.3rem;
  }
}

/* line 32886, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-23 .kt-widget-23__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 32895, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-23 .kt-widget-23__stats .kt-widget-23__stat {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 32900, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-23 .kt-widget-23__stats .kt-widget-23__stat .kt-widget-23__value {
  font-size: 1.5rem;
  font-weight: 600;
  color: #595d6e;
}

/* line 32904, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-23 .kt-widget-23__stats .kt-widget-23__stat > span {
  display: block;
  text-align: center;
}

/* line 32908, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-23 .kt-widget-23__items {
  margin-top: 3rem;
}

/* line 32910, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-23 .kt-widget-23__items .kt-widget-23__label {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  color: #595d6e;
}

/* line 32915, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-23 .kt-widget-23__items table tbody tr th {
  padding: 1rem 0;
}

/* line 32917, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-23 .kt-widget-23__items table tbody tr th img {
  width: 6rem;
  height: 5rem;
  border-radius: 0.4rem;
}

/* line 32921, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-23 .kt-widget-23__items table tbody tr td {
  padding: 1rem 0;
  vertical-align: middle;
}

/* line 32924, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-23 .kt-widget-23__items table tbody tr td .kt-widget-23__title {
  color: #595d6e;
  font-weight: 500;
  font-size: 1.1rem;
  display: block;
}

/* line 32929, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-23 .kt-widget-23__items table tbody tr td .kt-widget-23__title:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5d78ff !important;
}

/* line 32933, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-23 .kt-widget-23__items table tbody tr td .kt-widget-23__desc {
  font-size: 1rem;
}

/* line 32935, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-23 .kt-widget-23__items table tbody tr td .kt-widget-23__desc .kt-badge {
  margin-left: 0.6rem;
}

/* line 32937, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-23 .kt-widget-23__items table tbody tr td .kt-widget-23__icon .btn-icon {
  width: 1.7rem;
}

/* line 32939, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-23 .kt-widget-23__items table tbody tr td .kt-widget-23__icon .btn-icon i {
  font-size: 1.6rem;
}

/* line 32941, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-23 .kt-widget-23__items table tbody tr td .kt-widget-23__icon .btn-icon i:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5d78ff !important;
}

/* line 32945, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-23 .kt-widget-23__items table tbody tr td .kt-widget-23__state .kt-widget-23__info .kt-widget-23__subtitle {
  color: #595d6e;
  font-weight: 500;
}

/* line 32948, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-23 .kt-widget-23__items table tbody tr td .kt-widget-23__state .kt-widget-23__date {
  padding-top: 0.5rem;
  display: block;
}

/* line 32951, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-23 .kt-widget-23__items table tbody tr td:last-child {
  text-align: right;
}

/* line 32953, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-23 .kt-widget-23__items table tbody tr:first-child th, .kt-widget-23 .kt-widget-23__items table tbody tr:first-child td {
  border-top: 0;
}

/* line 32955, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget-23 .kt-widget-23__items .kt-widget-23__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  /* line 32964, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget-23 .kt-widget-23__items table tbody tr td {
    padding-left: 1rem;
  }
}

/* line 32967, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-1 {
  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;
}

/* line 32977, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-1 .kt-media {
  margin-right: 1rem;
}

/* line 32979, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-1 .kt-widget__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 32991, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__label {
  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-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 0.5rem;
}

/* line 33003, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__label .kt-widget__title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #595d6e;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 33009, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__label .kt-widget__title:hover {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #5d78ff;
}

/* line 33013, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__label .kt-widget__desc {
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
}

/* line 33017, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__toolbar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0;
}

/* line 33022, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__toolbar .btn {
  margin-right: 0.25rem;
}

/* line 33024, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__toolbar .btn:last-child {
  margin-right: 0.25rem;
}

/* line 33026, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__toolbar.kt-widget__toolbar--top {
  margin-top: -1.25rem;
}

@media (max-width: 768px) {
  /* line 33030, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget.kt-widget--general-1 .kt-media {
    margin-right: 0.5rem;
  }
  /* line 33032, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__label {
    margin-right: 0.25rem;
  }
  /* line 33034, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__label .kt-widget__title {
    font-size: 1.2rem;
    font-weight: 500;
  }
  /* line 33037, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__label .kt-widget__desc {
    font-size: 1rem;
    font-weight: 400;
  }
  /* line 33040, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__toolbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0;
  }
}

/* line 33046, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-2 .kt-widget__top {
  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;
}

/* line 33058, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-2 .kt-widget__top .kt-media {
  margin-right: 1rem;
}

/* line 33060, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-2 .kt-widget__top .kt-widget__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 33072, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-2 .kt-widget__top .kt-widget__wrapper .kt-widget__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 0.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 33084, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-2 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #595d6e;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 33090, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-2 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__title:hover {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #5d78ff;
}

/* line 33094, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-2 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__desc {
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
}

/* line 33098, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-2 .kt-widget__top .kt-widget__wrapper .kt-widget__toolbar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0;
}

/* line 33103, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-2 .kt-widget__top .kt-widget__wrapper .kt-widget__toolbar .btn {
  margin-right: 0.25rem;
}

/* line 33105, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-2 .kt-widget__top .kt-widget__wrapper .kt-widget__toolbar .btn:last-child {
  margin-right: 0.25rem;
}

/* line 33108, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-2 .kt-widget__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 33117, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-2 .kt-widget__bottom .kt-widget__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  margin-right: 1rem;
}

/* line 33129, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-2 .kt-widget__bottom .kt-widget__progress .kt-widget__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 33138, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-2 .kt-widget__bottom .kt-widget__progress .kt-widget__stat .kt-widget__caption {
  font-size: 1rem;
  font-weight: 400;
  color: #a2a5b9;
}

/* line 33142, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-2 .kt-widget__bottom .kt-widget__progress .kt-widget__stat .kt-widget__value {
  font-size: 1rem;
  font-weight: 500;
  color: #595d6e;
}

/* line 33146, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-2 .kt-widget__bottom .kt-widget__progress .progress {
  height: 5px;
  margin-top: 0.5rem;
}

/* line 33149, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-2 .kt-widget__bottom .kt-widget__actions .btn {
  margin-right: 0.25rem;
}

/* line 33151, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-2 .kt-widget__bottom .kt-widget__actions .btn:last-child {
  margin-right: 0;
}

/* line 33154, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-2:not(.kt-widget--fit) .kt-widget__top {
  padding: 25px;
}

/* line 33157, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-2:not(.kt-widget--fit) .kt-widget__bottom {
  border-top: 1px solid #ebedf2;
  padding: 25px;
}

@media (max-width: 1024px) {
  /* line 33162, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget.kt-widget--general-2:not(.kt-widget--fit) .kt-widget__top {
    padding: 15px;
  }
  /* line 33164, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget.kt-widget--general-2:not(.kt-widget--fit) .kt-widget__bottom {
    padding: 15px;
  }
  /* line 33166, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget.kt-widget--general-2:not(.kt-widget--fit) .kt-widget__bottom .kt-widget__progress {
    width: 40%;
    margin-right: 0.5rem;
  }
}

/* line 33170, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top {
  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;
}

/* line 33182, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-media {
  margin-right: 1rem;
}

/* line 33184, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 33196, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 2rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.5rem 0;
}

/* line 33209, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #595d6e;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 33215, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__title:hover {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #5d78ff;
}

/* line 33219, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__label .kt-widget__desc {
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
}

/* line 33223, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3rem;
  min-width: 100px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem 0;
}

@media (max-width: 768px) {
  /* line 33237, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__progress {
    margin-right: 2rem;
  }
}

/* line 33239, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__progress .kt-widget__cont {
  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%;
  max-width: 275px;
}

/* line 33249, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__progress .kt-widget__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 33258, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__progress .kt-widget__stat .kt-widget__caption {
  font-size: 1rem;
  font-weight: 400;
  color: #a2a5b9;
}

/* line 33262, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__progress .kt-widget__stat .kt-widget__value {
  font-size: 1rem;
  font-weight: 500;
  color: #595d6e;
}

/* line 33266, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__progress .progress {
  height: 5px;
  margin-top: 0.5rem;
}

/* line 33269, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 2rem;
  padding: 0.5rem 0;
}

@media (max-width: 1230px) {
  /* line 33282, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/* line 33286, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__links .kt-widget__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 33294, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__links .kt-widget__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}

/* line 33299, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__links .kt-widget__link i {
  font-size: 1.1rem;
  width: 20px;
  margin-right: 0.25rem;
}

/* line 33303, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__links .kt-widget__link a {
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 33309, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__links .kt-widget__link a:hover {
  color: #5d78ff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 33313, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__links .kt-widget__link:last-child {
  margin-bottom: 0;
}

/* line 33315, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
}

/* line 33320, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__stats .kt-widget__stat {
  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;
  margin-right: 0.5rem;
  padding: 0.75rem 1rem;
  background-color: #f7f8fa;
  border-radius: 4px;
}

/* line 33335, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__stats .kt-widget__stat .kt-widget__value {
  font-size: 1.3rem;
  font-weight: 600;
  margin-right: 0.5rem;
  text-align: center;
  color: #5d78ff;
}

/* line 33341, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__stats .kt-widget__stat .kt-widget__caption {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  margin-right: 0.5rem;
  color: #74788d;
}

/* line 33347, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__top .kt-widget__wrapper .kt-widget__stats .kt-widget__stat:last-child {
  margin-right: 0;
}

/* line 33350, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 33359, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__bottom .kt-widget__summary .kt-widget__item .kt-widget__hint {
  color: #a2a5b9;
  font-weight: 400;
  font-size: 1rem;
}

/* line 33363, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__bottom .kt-widget__actions .btn {
  margin-right: 0.25rem;
}

/* line 33365, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__bottom .kt-widget__actions .btn:last-child {
  margin-right: 0;
}

/* line 33368, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3 .kt-widget__nav .nav {
  margin-bottom: 0;
}

/* line 33371, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__top {
  padding: 25px;
}

/* line 33374, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__bottom {
  border-top: 1px solid #ebedf2;
  padding: 25px;
}

@media (max-width: 1024px) {
  /* line 33379, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__top {
    padding: 15px;
  }
  /* line 33381, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__top .kt-widget__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 2rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0.5rem 0;
  }
  /* line 33394, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__top .kt-widget__label .kt-widget__title {
    font-size: 1.3rem;
    font-weight: 500;
    color: #595d6e;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  /* line 33400, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__top .kt-widget__label .kt-widget__title:hover {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #5d78ff;
  }
  /* line 33404, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__top .kt-widget__label .kt-widget__desc {
    font-size: 1rem;
    font-weight: 400;
    color: #74788d;
  }
  /* line 33408, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__top .kt-widget__progress {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 33412, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__top .kt-widget__links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 33416, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__top .kt-widget__stats {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 33420, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__bottom {
    padding: 15px;
  }
  /* line 33422, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-widget.kt-widget--general-3:not(.kt-widget--fit) .kt-widget__bottom .kt-widget__progress {
    width: 40%;
    margin-right: 0.5rem;
  }
}

/* line 33426, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-4 .kt-widget__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

/* line 33437, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-4 .kt-widget__head .kt-media {
  margin-right: 1rem;
}

/* line 33439, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-4 .kt-widget__head .kt-widget__toolbar {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

/* line 33443, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-4 .kt-widget__title {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #595d6e;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin-bottom: 1rem;
}

/* line 33451, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-4 .kt-widget__title:hover {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #5d78ff;
}

/* line 33456, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-4 .kt-widget__desc {
  font-size: 1rem;
  color: #74788d;
  margin-bottom: 1.5rem;
}

/* line 33461, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-4 .kt-widget__links {
  margin-bottom: 1.5rem;
}

/* line 33463, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-4 .kt-widget__links .kt-widget__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.35rem;
}

/* line 33468, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-4 .kt-widget__links .kt-widget__link i {
  font-size: 1.1rem;
  width: 20px;
  margin-right: 0.25rem;
}

/* line 33472, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-4 .kt-widget__links .kt-widget__link a {
  font-size: 1rem;
  font-weight: 600;
  color: #74788d;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 33478, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-4 .kt-widget__links .kt-widget__link a:hover {
  color: #5d78ff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 33482, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-4 .kt-widget__links .kt-widget__link:last-child {
  margin-bottom: 0;
}

/* line 33485, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-4 .kt-widget__actions {
  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;
}

/* line 33495, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-4 .kt-widget__actions .kt-widget__left .btn {
  margin-right: 0.25rem;
}

/* line 33497, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-4 .kt-widget__actions .kt-widget__left .btn:last-child {
  margin-right: 0;
}

/* line 33499, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-4 .kt-widget__actions .kt-widget__right .btn {
  margin-left: 0.25rem;
}

/* line 33501, app/assets/stylesheets/theme/style.bundle.scss */
.kt-widget.kt-widget--general-4 .kt-widget__actions .kt-widget__right .btn:last-child {
  margin-right: 0;
}

/* line 33504, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content {
  padding: 2rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebedf2;
}

@media (max-width: 1024px) {
  /* line 33510, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-profile .kt-profile__content {
    padding: 1.5rem;
  }
}

/* line 33512, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content > .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* line 33519, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__main {
  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-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #ebedf2;
}

@media (max-width: 1024px) {
  /* line 33537, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-profile .kt-profile__content .kt-profile__main {
    border-right: 0;
    border-bottom: 1px solid #ebedf2;
    padding-bottom: 1rem;
  }
}

/* line 33541, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-pic {
  position: relative;
  max-width: 130px;
  max-height: 130px;
  margin-right: 2rem;
}

@media (max-width: 1024px) {
  /* line 33547, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-pic {
    max-width: 80px;
    max-height: 80px;
    margin-right: 1rem;
  }
}

/* line 33551, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-pic input {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 33556, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(103, 92, 139, 0.05);
  box-shadow: 0px 0px 20px 0px rgba(103, 92, 139, 0.05);
}

/* line 33562, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-pic .kt-profile__main-pic-upload {
  cursor: pointer;
  background-color: #5578eb;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(103, 92, 139, 0.05);
  box-shadow: 0px 0px 20px 0px rgba(103, 92, 139, 0.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 33587, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-pic .kt-profile__main-pic-upload i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
  font-size: 1.25rem;
}

/* line 33592, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-pic .kt-profile__main-pic-upload:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #2754e6;
}

/* line 33596, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-pic .kt-profile__main-pic-upload:hover i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #e6e6e6;
}

/* line 33600, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-info {
  margin: 1.5rem 0;
}

/* line 33602, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-info .kt-profile__main-info-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #464457;
}

/* line 33606, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__main .kt-profile__main-info .kt-profile__main-info-position {
  font-weight: 500;
  color: #b2afc6;
}

/* line 33609, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #ebedf2;
}

@media (max-width: 1024px) {
  /* line 33628, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-profile .kt-profile__content .kt-profile__contact {
    border-right: 0;
    border-bottom: 1px solid #ebedf2;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/* line 33633, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__contact .kt-profile__contact-item {
  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;
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  /* line 33646, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-profile .kt-profile__content .kt-profile__contact .kt-profile__contact-item {
    margin-bottom: 0.75rem;
  }
}

/* line 33648, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__contact .kt-profile__contact-item:last-child {
  margin-bottom: 0;
}

/* line 33650, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__contact .kt-profile__contact-item .kt-profile__contact-item-icon i {
  font-size: 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 33654, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__contact .kt-profile__contact-item .kt-profile__contact-item-icon.kt-profile__contact-item-icon-whatsup {
  color: #45cb9a;
}

/* line 33656, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__contact .kt-profile__contact-item .kt-profile__contact-item-icon.kt-profile__contact-item-icon-twitter {
  color: #18c1f8;
}

/* line 33658, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__contact .kt-profile__contact-item .kt-profile__contact-item-text {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
  padding-left: 1.5rem;
  padding-bottom: 0.15rem;
  color: #b2afc6;
}

/* line 33665, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__contact .kt-profile__contact-item:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 33668, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__contact .kt-profile__contact-item:hover .kt-profile__contact-item-text {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5d78ff;
}

/* line 33672, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__stats {
  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;
}

@media (max-width: 1399px) {
  /* line 33683, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-profile .kt-profile__content .kt-profile__stats {
    padding: 1.5rem 0;
  }
}

@media (max-width: 1024px) {
  /* line 33686, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-profile .kt-profile__content .kt-profile__stats {
    padding: 1rem 0 0 0;
  }
}

@media (min-width: 1025px) and (max-width: 1399px) {
  /* line 33689, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-profile .kt-profile__content .kt-profile__stats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  /* line 33695, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-profile .kt-profile__content .kt-profile__stats {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/* line 33701, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__stats .kt-profile__stats-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 1rem;
}

@media (min-width: 1025px) and (max-width: 1399px) {
  /* line 33713, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-profile .kt-profile__content .kt-profile__stats .kt-profile__stats-item {
    padding-right: 0;
  }
}

/* line 33715, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__stats .kt-profile__stats-item:last-child {
  padding-right: 0;
}

@media (max-width: 576px) {
  /* line 33718, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-profile .kt-profile__content .kt-profile__stats .kt-profile__stats-item:last-child {
    padding-right: 1rem;
  }
}

/* line 33720, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__stats .kt-profile__stats-item .kt-profile__stats-item-label {
  color: #5d5b6f;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

/* line 33725, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__stats .kt-profile__stats-item .kt-profile__stats-item-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 33732, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__stats .kt-profile__stats-item .kt-profile__stats-item-chart span {
  color: #b2afc6;
  font-size: 1rem;
  font-weight: 400;
}

/* line 33736, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__content .kt-profile__stats .kt-profile__stats-item .kt-profile__stats-item-chart canvas {
  margin-left: 1rem;
}

@media (max-width: 576px) {
  /* line 33739, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-profile .kt-profile__content .kt-profile__stats .kt-profile__stats-item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

/* line 33743, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__nav {
  padding: 0 2rem;
}

/* line 33745, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__nav .nav.nav-tabs.nav-tabs-line {
  border-bottom: 1px solid transparent !important;
  margin-bottom: 0;
}

/* line 33748, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item {
  margin-right: 4rem;
}

/* line 33750, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item:last-child {
  margin-right: 0;
}

/* line 33752, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item a.nav-link {
  padding: 1.5rem 0;
  font-weight: 500;
  font-size: 1.1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 33758, app/assets/stylesheets/theme/style.bundle.scss */
.kt-profile .kt-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item a.nav-link.active, .kt-profile .kt-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item a.nav-link:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5d78ff;
  border-bottom-width: 2px;
}

@media (max-width: 1024px) {
  /* line 33764, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-profile .kt-profile__nav {
    padding: 0 1rem;
  }
  /* line 33766, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-profile .kt-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item {
    margin-right: 1rem;
  }
  /* line 33768, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-profile .kt-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item:last-child {
    margin-right: 0;
  }
  /* line 33770, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-profile .kt-profile__nav .nav.nav-tabs.nav-tabs-line .nav-item a.nav-link {
    padding: 1.5rem 0;
    font-size: 1rem;
  }
}

/* line 33774, app/assets/stylesheets/theme/style.bundle.scss */
body {
  background-color: #f2f3f8;
}

/* line 33777, app/assets/stylesheets/theme/style.bundle.scss */
.kt-subheader.kt-subheader--clear {
  margin-bottom: 0 !important;
}

@media (min-width: 1025px) {
  /* line 33781, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-wrapper {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 33784, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--fixed .kt-wrapper {
    padding-left: 260px;
  }
  /* line 33786, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--fixed.kt-aside--minimize .kt-wrapper {
    padding-left: 78px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 33790, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header--fixed .kt-page {
    padding-top: 75px;
  }
  /* line 33792, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header--fixed.kt-subheader--fixed.kt-subheader--enabled .kt-page {
    padding-top: 129px;
  }
  /* line 33794, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader--fixed .kt-subheader {
    position: fixed;
    height: 54px;
    top: 75px;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 96;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
  }
  /* line 33809, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--enabled.kt-subheader--fixed .kt-subheader {
    left: 260px;
  }
  /* line 33811, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header--fixed.kt-header--minimize.kt-subheader--fixed .kt-subheader {
    top: 55px;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
  /* line 33815, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader--fixed.kt-aside--minimize-hover .kt-subheader,
.kt-subheader--fixed.kt-aside--minimize .kt-subheader {
    left: 78px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 33820, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader--fixed.kt-aside-secondary--enabled .kt-subheader {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 60px;
  }
  /* line 33824, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader--fixed.kt-aside-secondary--expanded.kt-aside-secondary--enabled .kt-subheader {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 370px;
  }
  /* line 33828, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--enabled:not(.kt-subheader--fixed) .kt-subheader {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 33831, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--expanded.kt-aside-secondary--enabled:not(.kt-subheader--fixed) .kt-subheader {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 33834, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-container {
    padding: 0 25px;
  }
  /* line 33836, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader--enabled:not(.kt-subheader--fixed) .kt-content {
    padding-top: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1430px) {
  /* line 33840, app/assets/stylesheets/theme/style.bundle.scss */
  body:not(.kt-aside--enabled) .kt-container:not(.kt-container--fluid) {
    width: 100%;
  }
}

@media (min-width: 1025px) and (max-width: 1690px) {
  /* line 33844, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--enabled:not(.kt-aside--minimize) .kt-container:not(.kt-container--fluid) {
    width: 100%;
  }
}

@media (min-width: 1025px) and (max-width: 1508px) {
  /* line 33848, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--enabled.kt-aside--minimize .kt-container:not(.kt-container--fluid) {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  /* line 33852, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader--enabled.kt-subheader--solid .kt-content {
    padding-top: 0;
  }
  /* line 33854, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile--fixed .kt-page {
    padding-top: 60px;
  }
  /* line 33856, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-container {
    padding: 0 15px;
  }
}

@media (min-width: 1025px) {
  /* line 33860, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 75px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
  }
  /* line 33872, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header.kt-header--fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 97;
  }
  /* line 33878, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--enabled .kt-header.kt-header--fixed {
    left: 260px;
  }
  /* line 33880, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header--fixed.kt-header--minimize .kt-header {
    height: 55px;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  /* line 33884, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header--fixed.kt-aside--minimize .kt-header {
    left: 78px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media (min-width: 1025px) {
  /* line 33890, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile {
    display: none;
  }
}

@media (max-width: 1024px) {
  /* line 33894, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    min-height: 60px;
    height: 60px;
    position: relative;
    z-index: 2;
  }
  /* line 33906, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile--fixed .kt-header-mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 97;
  }
  /* line 33912, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile .kt-header-mobile__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 33922, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile .kt-header-mobile__toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  /* line 33932, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: none;
    outline: none !important;
    width: 26px;
    height: 26px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  /* line 33954, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span {
    display: block;
    position: absolute;
    top: 12px;
    height: 2px;
    min-height: 2px;
    width: 100%;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  /* line 33964, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    min-height: 2px;
    content: "";
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  /* line 33975, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::before {
    top: -8px;
  }
  /* line 33977, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::after {
    bottom: -8px;
  }
  /* line 33979, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--left span:before {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: auto;
    right: 0px;
    width: 50%;
  }
  /* line 33985, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--left span:after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: auto;
    right: 0px;
    width: 75%;
  }
  /* line 33991, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--left:hover span:after, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--left:hover span:before {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  /* line 33995, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--left.kt-header-mobile__toolbar-toggler--active span:before {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: 0px;
    right: auto;
    width: 50%;
  }
  /* line 34001, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--left.kt-header-mobile__toolbar-toggler--active span:after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: 0px;
    right: auto;
    width: 75%;
  }
  /* line 34007, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--right span:before {
    left: 0px;
    right: auto;
    width: 50%;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
  }
  /* line 34013, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--right span:after {
    left: 0px;
    right: auto;
    width: 75%;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
  }
  /* line 34019, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--right:hover span:after, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--right:hover span:before {
    width: 100%;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
  }
  /* line 34023, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--right.kt-header-mobile__toolbar-toggler--active span:before {
    left: auto;
    right: 0px;
    width: 50%;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
  }
  /* line 34029, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--right.kt-header-mobile__toolbar-toggler--active span:after {
    left: auto;
    right: 0px;
    width: 75%;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
  }
  /* line 34035, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler {
    margin: 0 0 0 1.5rem;
  }
  /* line 34037, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: none;
    outline: none !important;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0.5rem 0 1.25rem;
  }
  /* line 34057, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler i {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #4e4c5f;
    font-size: 1.5rem;
    line-height: 0;
  }
  /* line 34063, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler.kt-header-mobile__toolbar-topbar-toggler--active i, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler:hover i {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #5d78ff;
  }
}

@media (min-width: 1025px) {
  /* line 34069, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    margin: 0 0 0 25px;
  }
  /* line 34078, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  /* line 34088, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    outline: none !important;
    text-decoration: none;
    cursor: pointer;
  }
  /* line 34101, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link .kt-menu__link-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
  }
  /* line 34112, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link .kt-menu__link-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
    white-space: nowrap;
  }
  /* line 34121, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link .kt-menu__link-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 34128, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link .kt-menu__hor-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 34135, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link .kt-menu__ver-arrow {
    display: none;
  }
  /* line 34137, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link:hover, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link:active, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link:focus {
    text-decoration: none;
  }
  /* line 34139, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link > .kt-menu__link-text {
    width: auto;
  }
  /* line 34141, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--icon-only > .kt-menu__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 34145, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--icon-only > .kt-menu__link > .kt-menu__link-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 34149, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    display: none;
    z-index: 97;
    position: absolute;
    top: 100%;
    border-radius: 4px;
    padding: 20px 0px;
  }
  /* line 34159, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__scroll {
    position: relative;
    overflow: hidden;
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  /* line 34172, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav {
    list-style: none !important;
    padding: 0;
    margin: 0;
  }
  /* line 34176, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
    width: 275px;
    margin: 0 auto;
    left: auto;
    right: auto;
  }
  /* line 34181, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--full {
    margin: 0 auto;
    width: auto;
    left: 20px;
    right: 20px;
  }
  /* line 34186, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed {
    left: auto;
    right: auto;
    width: auto;
  }
  /* line 34190, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--right {
    right: 0;
    left: auto;
  }
  /* line 34193, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--right.kt-menu__submenu--pull {
    margin-right: -40px;
  }
  /* line 34195, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--left {
    right: auto;
    left: 0;
  }
  /* line 34198, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--left.kt-menu__submenu--pull {
    margin-left: -40px;
  }
  /* line 34200, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--center {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  /* line 34204, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu {
    position: relative;
    padding: 0;
    margin: 0;
  }
  /* line 34208, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu {
    top: 0;
    display: none;
    margin-top: 0;
  }
  /* line 34212, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu.kt-menu__submenu--left {
    right: 100%;
    left: auto;
  }
  /* line 34215, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu.kt-menu__submenu--right {
    left: 100%;
    right: auto;
  }
  /* line 34218, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  /* line 34225, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__content > .kt-menu__item {
    padding: 0;
    margin: 0;
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  /* line 34238, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__content > .kt-menu__item:last-child {
    border-right: 0;
  }
  /* line 34240, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    text-decoration: none;
    position: relative;
  }
  /* line 34251, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__link-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  /* line 34261, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__link-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
  }
  /* line 34269, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__link-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    padding: 0 10px 0 0;
  }
  /* line 34278, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__hor-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 10px;
  }
  /* line 34286, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__ver-arrow {
    display: none;
  }
  /* line 34288, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /* line 34293, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    padding: 10px 20px;
  }
  /* line 34303, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-decoration: none;
    position: relative;
  }
  /* line 34316, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link:hover, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link:active, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link:focus,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link:hover,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link:active,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link:focus {
    outline: none;
    text-decoration: none;
  }
  /* line 34322, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__link-text,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  /* line 34333, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__link-badge,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    padding: 0px 0px 0px 5px;
  }
  /* line 34343, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__link-icon,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33px;
    flex: 0 0 33px;
    padding: 0;
    font-size: 1.4rem;
  }
  /* line 34356, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__link-bullet,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-bullet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
  }
  /* line 34365, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__hor-arrow,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__hor-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0px 0px 10px;
  }
  /* line 34374, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__ver-arrow,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__ver-arrow {
    display: none;
  }
  /* line 34377, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner {
    padding: 0;
  }
  /* line 34379, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__submenu {
    margin-left: 1px;
  }
  /* line 34381, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__submenu.kt-menu__submenu--left {
    margin-right: 1px;
  }
  /* line 34383, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--submenu.kt-menu__item--tabs > .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu {
    top: 100%;
  }
  /* line 34385, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--submenu.kt-menu__item--tabs > .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu.kt-menu__submenu--left {
    right: 100%;
    left: 0;
  }
  /* line 34388, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--submenu.kt-menu__item--tabs > .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu.kt-menu__submenu--right {
    left: 100%;
    right: 0;
  }
  /* line 34391, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0.25rem;
    padding: 0px 0.25rem;
  }
  /* line 34400, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--rel {
    position: relative;
  }
  /* line 34402, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
  }
  /* line 34407, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 34410, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    font-size: 1.4rem;
    width: 30px;
    padding: 0;
    line-height: 0;
  }
  /* line 34415, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
    margin-left: -2px;
  }
  /* line 34417, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    width: 20px;
  }
  /* line 34419, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  /* line 34422, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  /* line 34426, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    width: 5px;
    height: 1px;
  }
  /* line 34429, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  /* line 34433, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  /* line 34435, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
    font-size: 0.8rem;
    width: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  /* line 34441, app/assets/stylesheets/theme/style.bundle.scss */
  [direction="rtl"] .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow:before {
    content: "" !important;
  }
  /* line 34443, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
    display: none;
  }
  /* line 34445, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
    padding: 0px;
    border-radius: 4px;
  }
  /* line 34448, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item {
    padding: 0px;
  }
  /* line 34450, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 11px 30px;
  }
  /* line 34455, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 34458, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    font-size: 1.4rem;
    width: 33px;
    padding: 0;
    line-height: 0;
  }
  /* line 34463, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
    margin-left: -2px;
  }
  /* line 34465, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    width: 20px;
  }
  /* line 34467, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  /* line 34470, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  /* line 34474, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    width: 9px;
    height: 1px;
  }
  /* line 34477, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  /* line 34481, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  /* line 34483, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
    font-size: 0.8rem;
    width: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0px 0px 0px 10px;
  }
  /* line 34490, app/assets/stylesheets/theme/style.bundle.scss */
  [direction="rtl"] .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow:before {
    content: "" !important;
  }
  /* line 34492, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
    display: none;
  }
  /* line 34494, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  /* line 34498, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content > .kt-menu__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
  /* line 34504, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content > .kt-menu__item:last-child {
    border-right: 0 !important;
  }
  /* line 34506, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__heading {
    padding: 30px 30px 10px 30px;
  }
  /* line 34508, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__heading > .kt-menu__link-text {
    font-weight: 500;
    font-size: 1.07rem;
    text-transform: initial;
  }
  /* line 34512, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__heading > .kt-menu__link-icon {
    font-size: 1.35rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    padding: 0;
  }
  /* line 34518, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__heading .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  /* line 34520, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner {
    padding: 0 0 20px 0;
  }
  /* line 34522, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item {
    padding: 0px;
  }
  /* line 34524, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 11px 30px;
  }
  /* line 34529, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 34532, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    font-size: 1.4rem;
    width: 33px;
    padding: 0;
    line-height: 0;
  }
  /* line 34537, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
    margin-left: -2px;
  }
  /* line 34539, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    width: 20px;
  }
  /* line 34541, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  /* line 34544, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  /* line 34548, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    width: 9px;
    height: 1px;
  }
  /* line 34551, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  /* line 34555, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  /* line 34557, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
    font-size: 0.8rem;
    width: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0px 0px 0px 10px;
  }
  /* line 34564, app/assets/stylesheets/theme/style.bundle.scss */
  [direction="rtl"] .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow:before {
    content: "" !important;
  }
  /* line 34566, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
    display: none;
  }
  /* line 34568, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--classic {
    padding: 20px 0px;
  }
  /* line 34570, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  /* line 34577, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--inline > .kt-menu__subnav > .kt-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
  }
  /* line 34582, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--resize {
    display: none;
  }
  /* line 34584, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--active-tab .kt-menu__submenu, .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover .kt-menu__submenu {
    display: block;
    -webkit-animation: kt-header-menu-submenu-fade-in 0.3s ease 1, kt-header-menu-submenu-move-down 0.3s ease-out 1;
    animation: kt-header-menu-submenu-fade-in 0.3s ease 1, kt-header-menu-submenu-move-down 0.3s ease-out 1;
  }
}

@media screen and (min-width: 1025px) {
  /* line 34589, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--active-tab .kt-menu__submenu, .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover .kt-menu__submenu {
    -webkit-animation: none;
    animation: none;
  }
}

@media (min-width: 1025px) {
  /* line 34594, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--active-tab .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu, .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu {
    display: block;
    -webkit-animation: kt-header-menu-submenu-fade-in 0.3s ease 1, kt-header-menu-submenu-move-up 0.3s ease-out 1;
    animation: kt-header-menu-submenu-fade-in 0.3s ease 1, kt-header-menu-submenu-move-up 0.3s ease-out 1;
  }
}

@media screen and (min-width: 1025px) {
  /* line 34599, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--active-tab .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu, .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu {
    -webkit-animation: none;
    animation: none;
  }
}

@media (min-width: 1025px) and (max-width: 1399px) {
  /* line 34604, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--full, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--auto, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--auto.kt-menu__submenu--mimimal-desktop-wide, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-xl, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-xxl {
    margin: 0 auto;
    width: auto;
    left: 20px;
    right: 20px;
  }
}

@media (min-width: 0) {
  /* line 34611, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-xs {
    width: -60px;
  }
}

@media (min-width: 576px) {
  /* line 34615, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-sm {
    width: 516px;
  }
}

@media (min-width: 768px) {
  /* line 34619, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-md {
    width: 708px;
  }
}

@media (min-width: 1024px) {
  /* line 34623, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-lg {
    width: 964px;
  }
}

@media (min-width: 1399px) {
  /* line 34627, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-xl {
    width: 1339px;
  }
}

@-webkit-keyframes kt-header-menu-submenu-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes kt-header-menu-submenu-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes kt-header-menu-submenu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes kt-header-menu-submenu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes kt-header-menu-submenu-move-up {
  from {
    margin-top: -10px;
  }
  to {
    margin-top: 0;
  }
}

@keyframes kt-header-menu-submenu-move-up {
  from {
    margin-top: -10px;
  }
  to {
    margin-top: 0;
  }
}

@-webkit-keyframes kt-header-menu-submenu-move-down {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}

@keyframes kt-header-menu-submenu-move-down {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  /* line 34679, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav {
    margin: 0;
    list-style: none;
    padding: 30px 0 30px 0;
  }
  /* line 34683, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__scroll {
    position: relative;
    overflow: hidden;
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  /* line 34696, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__subnav {
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
    margin: 0;
    list-style: none !important;
  }
  /* line 34710, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__inner,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu {
    display: none;
    float: none;
    margin: 0;
    padding: 0;
    width: auto !important;
  }
  /* line 34717, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__inner .kt-menu__content,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu .kt-menu__content {
    padding: 0;
    margin: 0;
  }
  /* line 34721, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  /* line 34726, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 34731, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner > li > .kt-menu__link,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner > li > .kt-menu__link {
    margin: 0;
  }
  /* line 34734, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item {
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    float: none;
    padding: 0;
  }
  /* line 34747, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
    padding: 0;
    text-decoration: none;
    position: relative;
    outline: none;
  }
  /* line 34763, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading:hover,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link:hover {
    text-decoration: none;
    cursor: pointer;
  }
  /* line 34767, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
  }
  /* line 34779, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
  }
  /* line 34788, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
  }
  /* line 34797, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
  }
  /* line 34806, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 0;
  }
  /* line 34818, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
    -webkit-transform: translate3d(0, 0, 0);
  }
  /* line 34821, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__hor-arrow,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
    display: none;
  }
  /* line 34824, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__heading > .kt-menu__ver-arrow:before,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__link > .kt-menu__ver-arrow:before {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }
  /* line 34828, app/assets/stylesheets/theme/style.bundle.scss */
  [direction="rtl"] .kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__heading > .kt-menu__ver-arrow:before, [direction="rtl"]
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__link > .kt-menu__ver-arrow:before {
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
  }
  /* line 34832, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__submenu,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 34844, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item .kt-menu__submenu .kt-menu__item--parent {
    display: none;
  }
  /* line 34846, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 27px;
  }
  /* line 34851, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__section.kt-menu__section--first {
    margin-top: 0 !important;
  }
  /* line 34853, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__section .kt-menu__section-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 34862, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__section .kt-menu__section-icon {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 34870, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__separator {
    height: 0;
    overflow: hidden;
  }
  /* line 34873, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__separator.kt-menu__separator--marginles {
    margin: 0;
  }
  /* line 34875, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item {
    position: relative;
    margin: 0;
  }
  /* line 34878, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    cursor: pointer;
    min-height: 44px;
  }
  /* line 34882, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    font-weight: 400;
    font-size: 1.02rem;
    text-transform: initial;
  }
  /* line 34887, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    font-size: 1.4rem;
  }
  /* line 34893, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
    margin-left: -2px;
  }
  /* line 34896, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    vertical-align: middle;
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
  }
  /* line 34903, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  /* line 34907, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  /* line 34912, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    width: 5px;
    height: 1px;
  }
  /* line 34916, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
    text-align: right;
  }
  /* line 34920, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    font-size: 0.7rem;
  }
  /* line 34926, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 34931, app/assets/stylesheets/theme/style.bundle.scss */
  [direction="rtl"] .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before, [direction="rtl"]
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
    content: "" !important;
  }
  /* line 34934, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
    display: none;
  }
  /* line 34937, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 34941, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav {
    margin: 0;
  }
  /* line 34943, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item {
    margin: 0;
  }
  /* line 34945, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link {
    cursor: pointer;
    min-height: 40px;
  }
  /* line 34949, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  /* line 34954, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    font-size: 1.35rem;
  }
  /* line 34960, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
    margin-left: -2px;
  }
  /* line 34963, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    vertical-align: middle;
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
  }
  /* line 34970, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  /* line 34974, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  /* line 34979, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    width: 5px;
    height: 1px;
  }
  /* line 34983, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  /* line 34986, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    font-size: 0.7rem;
  }
  /* line 34992, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 34997, app/assets/stylesheets/theme/style.bundle.scss */
  [direction="rtl"] .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before, [direction="rtl"]
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
    content: "" !important;
  }
  /* line 35000, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__item-here {
    display: none;
  }
  /* line 35003, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 35007, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section {
    margin: 20px 0 0 0;
    height: 40px;
  }
  /* line 35010, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-text {
    font-size: 0.8rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
  /* line 35015, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator {
    margin: 15px 0;
  }
  /* line 35017, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator .kt-menu__separator--marginles {
    margin: 0;
  }
  /* line 35019, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__section {
    margin: 20px 0 0 0;
    height: 40px;
  }
  /* line 35022, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__section .kt-menu__section-text {
    font-size: 0.83rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
  /* line 35027, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__separator {
    margin: 15px 0;
  }
  /* line 35029, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__separator .kt-menu__separator--marginles {
    margin: 0;
  }
  /* line 35031, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    padding: 9px 30px;
  }
  /* line 35033, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__heading {
    padding: 0 30px;
    padding-left: 45px;
  }
  /* line 35036, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__inner {
    padding: 0;
    margin: 0;
  }
  /* line 35039, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__inner .kt-menu__link {
    padding: 0 30px;
    padding-left: 60px;
  }
  /* line 35042, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    padding: 0 30px;
    padding-left: 45px;
  }
  /* line 35045, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
    padding: 0;
  }
  /* line 35047, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav {
    padding: 0;
  }
  /* line 35049, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    padding: 0 30px;
    padding-left: 60px;
  }
  /* line 35052, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
    padding: 0;
  }
  /* line 35054, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    padding: 0 30px;
    padding-left: 75px;
  }
  /* line 35057, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
    padding-left: 45px;
  }
  /* line 35059, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
    padding: 0;
  }
  /* line 35061, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
    padding-left: 60px;
  }
  /* line 35063, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
    padding: 0;
  }
  /* line 35065, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
    padding-left: 75px;
  }
}

@media (max-width: 1024px) {
  /* line 35069, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile {
    background-color: #ffffff;
  }
  /* line 35071, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #5e6383;
  }
  /* line 35074, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    color: #a8aabb;
  }
  /* line 35077, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #a8aabb;
  }
  /* line 35082, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 35086, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #a8aabb;
  }
  /* line 35089, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #a8aabb;
  }
  /* line 35092, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    color: #a8aabb;
  }
  /* line 35095, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  /* line 35098, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link {
    background-color: #f8f8fb;
  }
  /* line 35101, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text {
    color: #5d78ff;
  }
  /* line 35104, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon {
    color: #5d78ff;
  }
  /* line 35107, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #5d78ff;
  }
  /* line 35112, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 35116, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5d78ff;
  }
  /* line 35119, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5d78ff;
  }
  /* line 35122, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow {
    color: #5d78ff;
  }
  /* line 35125, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  /* line 35128, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
    background-color: #f8f8fb;
  }
  /* line 35131, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-text,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text {
    color: #5d78ff;
  }
  /* line 35134, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon {
    color: #5d78ff;
  }
  /* line 35137, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #5d78ff;
  }
  /* line 35142, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 35146, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5d78ff;
  }
  /* line 35149, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5d78ff;
  }
  /* line 35152, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__ver-arrow,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__ver-arrow {
    color: #5d78ff;
  }
  /* line 35155, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  /* line 35158, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
    background-color: #f8f8fb;
  }
  /* line 35161, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
    color: #5d78ff;
  }
  /* line 35164, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
    color: #5d78ff;
  }
  /* line 35167, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #5d78ff;
  }
  /* line 35172, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 35176, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5d78ff;
  }
  /* line 35179, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5d78ff;
  }
  /* line 35182, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__ver-arrow,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow {
    color: #5d78ff;
  }
  /* line 35185, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  /* line 35188, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link {
    background-color: #f8f8fb;
  }
  /* line 35191, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
    color: #5d78ff;
  }
  /* line 35194, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon {
    color: #5d78ff;
  }
  /* line 35197, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #5d78ff;
  }
  /* line 35202, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 35206, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5d78ff;
  }
  /* line 35209, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5d78ff;
  }
  /* line 35212, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__ver-arrow,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow {
    color: #5d78ff;
  }
  /* line 35215, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__arrow {
    color: #ffffff;
  }
  /* line 35217, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__section .kt-menu__section-text {
    color: #a4a7bd;
  }
  /* line 35219, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__section .kt-menu__section-icon {
    color: #aaacc2;
  }
  /* line 35221, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__separator {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
  /* line 35223, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #6b6f8d;
  }
  /* line 35226, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    color: #a8aabb;
  }
  /* line 35229, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #a8aabb;
  }
  /* line 35234, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 35238, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #a8aabb;
  }
  /* line 35241, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #a8aabb;
  }
  /* line 35244, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    color: #a8aabb;
  }
  /* line 35247, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  /* line 35250, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link {
    background-color: #f8f8fb;
  }
  /* line 35253, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text {
    color: #5d78ff;
  }
  /* line 35256, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon {
    color: #5d78ff;
  }
  /* line 35259, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #5d78ff;
  }
  /* line 35264, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 35268, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5d78ff;
  }
  /* line 35271, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5d78ff;
  }
  /* line 35274, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow {
    color: #5d78ff;
  }
  /* line 35277, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  /* line 35280, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link {
    background-color: #f8f8fb;
  }
  /* line 35283, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 35287, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 35291, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5d78ff;
  }
  /* line 35294, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5d78ff;
  }
  /* line 35297, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  /* line 35300, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link {
    background-color: #f8f8fb;
  }
  /* line 35303, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
    color: #5d78ff;
  }
  /* line 35306, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
    color: #5d78ff;
  }
  /* line 35309, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #5d78ff;
  }
  /* line 35314, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 35318, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5d78ff;
  }
  /* line 35321, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5d78ff;
  }
  /* line 35324, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__ver-arrow,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow {
    color: #5d78ff;
  }
  /* line 35327, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  /* line 35330, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link {
    background-color: #f8f8fb;
  }
  /* line 35333, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
    color: #5d78ff;
  }
  /* line 35336, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon {
    color: #5d78ff;
  }
  /* line 35339, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #5d78ff;
  }
  /* line 35344, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 35348, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5d78ff;
  }
  /* line 35351, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5d78ff;
  }
  /* line 35354, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__ver-arrow,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow {
    color: #5d78ff;
  }
  /* line 35357, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-text {
    color: #a4a7bd;
  }
  /* line 35359, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-icon {
    color: #aaacc2;
  }
  /* line 35361, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
}

/* line 35364, app/assets/stylesheets/theme/style.bundle.scss */
.kt-header-menu-wrapper-close {
  display: none;
}

@media (max-width: 1024px) {
  /* line 35368, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-wrapper {
    z-index: 1001;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 275px !important;
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
    left: -295px;
  }
  /* line 35382, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-wrapper.kt-header-menu-wrapper--on {
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  /* line 35387, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-wrapper {
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@media (max-width: 1024px) {
  /* line 35392, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-wrapper--right .kt-header-menu-wrapper {
    right: -295px;
    left: auto;
  }
  /* line 35395, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-wrapper--right .kt-header-menu-wrapper.kt-header-menu-wrapper--on {
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
    right: 0;
    left: auto;
  }
  /* line 35400, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-wrapper-close {
    width: 25px;
    height: 25px;
    top: 1px;
    z-index: 1002;
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
    position: fixed;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    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;
    left: -25px;
  }
}

@media screen and (max-width: 1024px) {
  /* line 35425, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-wrapper-close {
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@media (max-width: 1024px) {
  /* line 35430, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-wrapper-close > i {
    line-height: 0;
    font-size: 1.4rem;
  }
  /* line 35433, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-wrapper-close:hover {
    text-decoration: none;
  }
  /* line 35435, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-wrapper--right .kt-header-menu-wrapper-close {
    left: auto;
    right: -25px;
  }
  /* line 35438, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-wrapper--on .kt-header-menu-wrapper-close {
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
    left: 249px;
  }
  /* line 35442, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-wrapper--on.kt-header-menu-wrapper--right .kt-header-menu-wrapper-close {
    left: auto;
    right: 249px;
  }
  /* line 35445, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-wrapper-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    -webkit-animation: kt-animate-fade-in .3s linear 1;
    animation: kt-animate-fade-in .3s linear 1;
  }
  /* line 35456, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-wrapper {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
  }
  /* line 35460, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-wrapper-overlay {
    background: rgba(0, 0, 0, 0.1);
  }
  /* line 35462, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-wrapper-close {
    background-color: #e8e8f2;
  }
  /* line 35464, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-wrapper-close > i {
    color: #968ad4;
  }
  /* line 35466, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-wrapper-close:hover {
    background-color: #5d78ff;
  }
  /* line 35468, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-wrapper-close:hover > i {
    color: #ffffff;
  }
}

@media (max-width: 325px) {
  /* line 35472, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-wrapper {
    width: 90% !important;
  }
}

@media (min-width: 1025px) {
  /* line 35476, app/assets/stylesheets/theme/style.bundle.scss */
  body:not(.kt-aside--enabled) .kt-header-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  /* line 35487, app/assets/stylesheets/theme/style.bundle.scss */
  body:not(.kt-aside--enabled) .kt-header-menu-wrapper .kt-header-logo {
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px;
  }
  /* line 35496, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item:first-child {
    padding-left: 0;
  }
  /* line 35498, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    border-radius: 4px;
    padding: 0.65rem 1.1rem;
  }
  /* line 35501, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

@media (max-width: 1024px) {
  /* line 35506, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-menu-wrapper .kt-header-logo {
    display: none;
  }
}

/* line 35509, app/assets/stylesheets/theme/style.bundle.scss */
.kt-header__topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  padding-right: 15px;
}

/* line 35518, app/assets/stylesheets/theme/style.bundle.scss */
.kt-header__topbar .kt-header__topbar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0.1rem;
}

/* line 35526, app/assets/stylesheets/theme/style.bundle.scss */
.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* line 35534, app/assets/stylesheets/theme/style.bundle.scss */
.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 35553, app/assets/stylesheets/theme/style.bundle.scss */
.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}

/* line 35558, app/assets/stylesheets/theme/style.bundle.scss */
.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon .kt-badge.kt-badge--notify {
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 5px;
}

/* line 35563, app/assets/stylesheets/theme/style.bundle.scss */
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user {
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  border-radius: 50px;
  cursor: pointer;
}

/* line 35579, app/assets/stylesheets/theme/style.bundle.scss */
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0 0.55rem 0 0;
  font-weight: 500;
  font-size: 0.9rem;
  color: #636177;
}

/* line 35589, app/assets/stylesheets/theme/style.bundle.scss */
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-username {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0 0.55rem 0 0;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}

/* line 35599, app/assets/stylesheets/theme/style.bundle.scss */
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user img {
  -ms-flex-item-align: center;
  align-self: center;
  max-height: 38px;
  max-width: 38px;
  border-radius: 50%;
}

/* line 35605, app/assets/stylesheets/theme/style.bundle.scss */
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-badge.kt-badge--username {
  height: 38px;
  width: 38px;
}

/* line 35608, app/assets/stylesheets/theme/style.bundle.scss */
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--langs .kt-header__topbar-icon img {
  border-radius: 50%;
  width: 22px;
}

/* line 35611, app/assets/stylesheets/theme/style.bundle.scss */
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--langs .dropdown-menu .kt-nav__link-icon {
  padding-right: 10px;
}

/* line 35613, app/assets/stylesheets/theme/style.bundle.scss */
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--langs .dropdown-menu .kt-nav__link-icon img {
  border-radius: 50%;
  width: 18px;
}

/* line 35616, app/assets/stylesheets/theme/style.bundle.scss */
.kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon, .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #212029;
}

/* line 35620, app/assets/stylesheets/theme/style.bundle.scss */
.kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon i, .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

/* line 35624, app/assets/stylesheets/theme/style.bundle.scss */
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user:hover .kt-header__topbar-user, .kt-header__topbar .kt-header__topbar-item.show.kt-header__topbar-item--user .kt-header__topbar-user {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1025px) {
  /* line 35629, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--enabled .kt-header__topbar {
    padding-right: 0;
  }
  /* line 35631, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--enabled .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--quick-panel {
    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-right: 0;
    width: 60px;
  }
  /* line 35643, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--enabled .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--quick-panel .kt-header__topbar-icon {
    font-size: 1.3rem;
  }
  /* line 35645, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--enabled .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--quick-panel:hover {
    background-color: #5d78ff;
  }
  /* line 35647, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--enabled .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--quick-panel:hover .kt-header__topbar-icon {
    background-color: transparent;
  }
}

@media (max-width: 1024px) {
  /* line 35651, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header__topbar {
    padding: 0 15px;
    background-color: #2b2a35;
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: -50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 1;
  }
  /* line 35667, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile--fixed .kt-header__topbar {
    position: fixed;
    z-index: 96;
  }
  /* line 35670, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header__topbar--mobile-on .kt-header__topbar {
    margin-top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 35674, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header__topbar .kt-header__topbar-item {
    margin: 0 2px;
    padding: 0;
  }
  /* line 35677, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  /* line 35684, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-badge.kt-badge--notify {
    top: 6px;
  }
  /* line 35686, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon {
    height: 34px;
    width: 34px;
  }
  /* line 35689, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon i {
    font-size: 1.3rem;
  }
  /* line 35691, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon .kt-badge.kt-badge--notify {
    top: 3px;
  }
  /* line 35693, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user {
    margin-left: 2px;
    margin-right: 0;
    padding: 0;
  }
  /* line 35697, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user {
    padding: 0 2px;
    height: 34px;
  }
  /* line 35700, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-welcome {
    padding: 0 0.35rem 0 0;
    font-size: 0.9rem;
  }
  /* line 35703, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-username {
    padding: 0 0.55rem 0 0;
    font-size: 0.9rem;
  }
  /* line 35706, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user img {
    max-height: 30px;
  }
  /* line 35708, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-badge.kt-badge--username {
    height: 30px;
    width: 30px;
  }
}

/* line 35712, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 25px;
  height: 75px;
}

/* line 35728, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-begin;
  -ms-flex-pack: flex-begin;
  justify-content: flex-begin;
}

/* line 35735, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside--minimize .kt-aside__brand .kt-aside__brand-logo {
  display: none;
}

/* line 35737, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 35744, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: none;
  outline: none !important;
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 35766, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler span {
  display: block;
  position: absolute;
  top: 12px;
  height: 2px;
  min-height: 2px;
  width: 100%;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 35776, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler span::before, .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  min-height: 2px;
  content: "";
  border-radius: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 35787, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler span::before {
  top: -8px;
}

/* line 35789, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler span::after {
  bottom: -8px;
}

/* line 35791, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler.kt-aside__brand-aside-toggler--left span:before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: auto;
  right: 0px;
  width: 50%;
}

/* line 35797, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler.kt-aside__brand-aside-toggler--left span:after {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: auto;
  right: 0px;
  width: 75%;
}

/* line 35803, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler.kt-aside__brand-aside-toggler--left:hover span:after, .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler.kt-aside__brand-aside-toggler--left:hover span:before {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 35807, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler.kt-aside__brand-aside-toggler--left.kt-aside__brand-aside-toggler--active span:before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0px;
  right: auto;
  width: 50%;
}

/* line 35813, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler.kt-aside__brand-aside-toggler--left.kt-aside__brand-aside-toggler--active span:after {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0px;
  right: auto;
  width: 75%;
}

/* line 35819, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler.kt-aside__brand-aside-toggler--right span:before {
  left: 0px;
  right: auto;
  width: 50%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

/* line 35825, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler.kt-aside__brand-aside-toggler--right span:after {
  left: 0px;
  right: auto;
  width: 75%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

/* line 35831, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler.kt-aside__brand-aside-toggler--right:hover span:after, .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler.kt-aside__brand-aside-toggler--right:hover span:before {
  width: 100%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

/* line 35835, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler.kt-aside__brand-aside-toggler--right.kt-aside__brand-aside-toggler--active span:before {
  left: auto;
  right: 0px;
  width: 50%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

/* line 35841, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler.kt-aside__brand-aside-toggler--right.kt-aside__brand-aside-toggler--active span:after {
  left: auto;
  right: 0px;
  width: 75%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

/* line 35847, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler span {
  background: #4e4c5f;
}

/* line 35849, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler span::before, .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler span::after {
  background: #4e4c5f;
}

/* line 35851, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler:hover span {
  background: #5d78ff;
}

/* line 35853, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler:hover span::before, .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler:hover span::after {
  background: #5d78ff;
}

/* line 35855, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler.kt-aside__brand-aside-toggler--active span {
  background: #5d78ff;
}

/* line 35857, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler.kt-aside__brand-aside-toggler--active span::before, .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler.kt-aside__brand-aside-toggler--active span::after {
  background: #5d78ff;
}

@media (min-width: 1025px) {
  /* line 35861, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside__brand {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 35864, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header--fixed.kt-aside--static .kt-aside__brand {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    z-index: 98;
  }
  /* line 35870, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header--fixed.kt-aside--static.kt-aside--minimize .kt-aside__brand {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 78px;
  }
}

@media (max-width: 1024px) {
  /* line 35876, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside__brand {
    display: none;
  }
}

/* line 35879, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside {
  width: 260px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 35883, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside .kt-aside-menu {
  margin: 15px 0;
}

/* line 35885, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside .kt-aside-menu .ps__rail-y {
  right: 3px;
}

/* line 35887, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside .kt-aside__footer .kt-aside__footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px 30px;
}

/* line 35898, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside .kt-aside__footer .kt-aside__footer-item {
  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;
}

/* line 35908, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside .kt-aside__footer .btn {
  height: 45px;
  width: 45px;
  background-color: #f0f0f6;
  border-radius: 50%;
}

/* line 35913, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside .kt-aside__footer .btn i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.4rem;
  color: #5d78ff;
}

/* line 35918, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside .kt-aside__footer .btn:hover {
  background-color: #5d78ff;
}

/* line 35920, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside .kt-aside__footer .btn:hover i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}

/* line 35924, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside--minimize .kt-aside .kt-aside__footer .dropdown.dropdown-inline,
.kt-aside--minimize .kt-aside .kt-aside__footer .btn {
  display: none;
}

/* line 35927, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside--minimize .kt-aside .kt-aside__footer .dropdown.dropdown-inline:last-child,
.kt-aside--minimize .kt-aside .kt-aside__footer .btn:last-child {
  display: inline-block;
  opacity: 0;
}

@media (min-width: 1025px) {
  /* line 35933, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--fixed .kt-aside {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
  }
  /* line 35939, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--static .kt-aside {
    position: relative;
    z-index: 1;
  }
  /* line 35942, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside {
    width: 78px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 35946, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimizing .kt-aside {
    overflow: hidden;
  }
  /* line 35948, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimizing .kt-aside .kt-aside-menu .kt-menu__nav {
    width: 260px;
    overflow: hidden;
  }
  /* line 35951, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside .ps > .ps__rail-y {
    width: 4px;
  }
  /* line 35953, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside .ps > .ps__rail-y:hover, .kt-aside .ps > .ps__rail-y:focus {
    width: 4px;
  }
  /* line 35955, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside .ps > .ps__rail-y > .ps__thumb-y {
    width: 4px;
    border-radius: 4px;
  }
  /* line 35958, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside .ps > .ps__rail-y > .ps__thumb-y:hover, .kt-aside .ps > .ps__rail-y > .ps__thumb-y:focus {
    width: 4px;
  }
  /* line 35960, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--fixed.kt-aside--minimize-hover .kt-aside {
    width: 260px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 35964, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--fixed.kt-aside--minimize-hover .kt-header {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 78px;
  }
  /* line 35968, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--fixed.kt-aside--minimize-hover .kt-wrapper {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 78px;
  }
}

/* line 35973, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav {
  margin: 0;
  list-style: none;
  padding: 15px 0;
}

/* line 35977, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__scroll {
  position: relative;
  overflow: hidden;
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 35990, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__subnav {
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
  margin: 0;
  list-style: none !important;
}

/* line 36004, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__inner,
.kt-aside-menu .kt-menu__nav .kt-menu__submenu {
  display: none;
  float: none;
  margin: 0;
  padding: 0;
}

/* line 36010, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__inner .kt-menu__content,
.kt-aside-menu .kt-menu__nav .kt-menu__submenu .kt-menu__content {
  padding: 0;
  margin: 0;
}

/* line 36014, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item,
.kt-aside-menu .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 36019, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner,
.kt-aside-menu .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 36024, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner > li > .kt-menu__link,
.kt-aside-menu .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner > li > .kt-menu__link {
  margin: 0;
}

/* line 36027, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__item {
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  float: none;
  padding: 0;
}

/* line 36040, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
  outline: none;
}

/* line 36056, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading:hover,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link:hover {
  text-decoration: none;
  cursor: pointer;
}

/* line 36060, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
}

/* line 36072, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

/* line 36081, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
}

/* line 36090, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
}

/* line 36099, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 0;
}

/* line 36111, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 36114, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__hor-arrow,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
  display: none;
}

/* line 36117, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__heading > .kt-menu__ver-arrow:before,
.kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__link > .kt-menu__ver-arrow:before {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

/* line 36121, app/assets/stylesheets/theme/style.bundle.scss */
[direction="rtl"] .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__heading > .kt-menu__ver-arrow:before, [direction="rtl"]
.kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__link > .kt-menu__ver-arrow:before {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}

/* line 36125, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__submenu,
.kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 36137, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__item .kt-menu__submenu .kt-menu__item--parent {
  display: none;
}

/* line 36139, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 27px;
}

/* line 36144, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__section.kt-menu__section--first {
  margin-top: 0 !important;
}

/* line 36146, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__section .kt-menu__section-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 36155, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__section .kt-menu__section-icon {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 36163, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__separator {
  height: 0;
  overflow: hidden;
}

/* line 36166, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav .kt-menu__separator.kt-menu__separator--marginles {
  margin: 0;
}

/* line 36168, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item {
  position: relative;
  margin: 0;
}

/* line 36171, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
  cursor: pointer;
  min-height: 44px;
}

/* line 36175, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  font-weight: 400;
  font-size: 1rem;
  text-transform: initial;
}

/* line 36180, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  font-size: 1.3rem;
}

/* line 36186, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
  margin-left: -2px;
}

/* line 36189, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
  vertical-align: middle;
  text-align: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
}

/* line 36196, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
  vertical-align: middle;
  display: inline-block;
}

/* line 36200, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  width: 4px;
  height: 4px;
  border-radius: 100%;
}

/* line 36205, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  width: 5px;
  height: 1px;
}

/* line 36209, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
  padding: 0px 0px 0px 5px;
}

/* line 36212, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  font-size: 0.7rem;
}

/* line 36218, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 36223, app/assets/stylesheets/theme/style.bundle.scss */
[direction="rtl"] .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before, [direction="rtl"]
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
  content: "" !important;
}

/* line 36226, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
  display: none;
}

/* line 36229, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 36233, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav {
  margin: 0;
}

/* line 36235, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item {
  margin: 0;
}

/* line 36237, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link {
  cursor: pointer;
  min-height: 40px;
}

/* line 36241, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  font-weight: 400;
  font-size: 1rem;
  text-transform: initial;
}

/* line 36246, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  font-size: 1.3rem;
}

/* line 36252, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
  margin-left: -2px;
}

/* line 36255, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
  vertical-align: middle;
  text-align: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

/* line 36262, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
  vertical-align: middle;
  display: inline-block;
}

/* line 36266, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  width: 4px;
  height: 4px;
  border-radius: 100%;
}

/* line 36271, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  width: 5px;
  height: 1px;
}

/* line 36275, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
  padding: 0px 0px 0px 5px;
}

/* line 36278, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  font-size: 0.7rem;
}

/* line 36284, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 36289, app/assets/stylesheets/theme/style.bundle.scss */
[direction="rtl"] .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before, [direction="rtl"]
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
  content: "" !important;
}

/* line 36292, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__item-here {
  display: none;
}

/* line 36295, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 36299, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section {
  margin: 20px 0 0 0;
  height: 40px;
}

/* line 36302, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-text {
  font-size: 0.8rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

/* line 36307, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator {
  margin: 15px 0;
}

/* line 36309, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator .kt-menu__separator--marginles {
  margin: 0;
}

/* line 36311, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__section {
  margin: 20px 0 0 0;
  height: 40px;
}

/* line 36314, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-text {
  font-size: 0.83rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

/* line 36319, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__separator {
  margin: 15px 0;
}

/* line 36321, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__separator .kt-menu__separator--marginles {
  margin: 0;
}

/* line 36323, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
  padding: 9px 30px;
}

/* line 36325, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__heading {
  padding: 0 30px;
  padding-left: 45px;
}

/* line 36328, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__inner {
  padding: 0;
  margin: 0;
}

/* line 36331, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__inner .kt-menu__link {
  padding: 0 30px;
  padding-left: 60px;
}

/* line 36334, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
  padding: 0 30px;
  padding-left: 45px;
}

/* line 36337, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
  padding: 0;
}

/* line 36339, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav {
  padding: 0;
}

/* line 36341, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
  padding: 0 30px;
  padding-left: 60px;
}

/* line 36344, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
  padding: 0;
}

/* line 36346, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
  padding: 0 30px;
  padding-left: 75px;
}

/* line 36349, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
  padding-left: 45px;
}

/* line 36351, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
  padding: 0;
}

/* line 36353, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
  padding-left: 60px;
}

/* line 36355, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
  padding: 0;
}

/* line 36357, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
  padding-left: 75px;
}

@media (min-width: 1025px) {
  /* line 36361, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__link > .kt-menu__ver-arrow:before,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__link > .kt-menu__ver-arrow:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
  }
  /* line 36366, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu {
    display: none !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
  }
  /* line 36372, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]),
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) {
    position: relative;
  }
  /* line 36375, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu {
    top: -10px;
    position: absolute;
    z-index: 96;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 245px;
    margin-left: 245px;
    border-radius: 4px;
    -webkit-animation: kt-aside-menu-submenu-fade-in 0.3s ease 1, kt-aside-menu-submenu-move-up 0.3s ease-out 1;
    animation: kt-aside-menu-submenu-fade-in 0.3s ease 1, kt-aside-menu-submenu-move-up 0.3s ease-out 1;
  }
  /* line 36388, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu.kt-menu__submenu--up,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu.kt-menu__submenu--up {
    bottom: 0;
    top: auto;
  }
  /* line 36392, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu.kt-menu__submenu--up,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu.kt-menu__submenu--up {
    top: auto;
    bottom: -10px;
    -webkit-animation: kt-aside-menu-submenu-fade-in 0.3s ease 1, kt-aside-menu-submenu-move-down 0.3s ease-out 1;
    animation: kt-aside-menu-submenu-fade-in 0.3s ease 1, kt-aside-menu-submenu-move-down 0.3s ease-out 1;
  }
}

@media screen and (min-width: 1025px) {
  /* line 36399, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu.kt-menu__submenu--up,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu.kt-menu__submenu--up {
    -webkit-animation: none;
    animation: none;
  }
}

@media (min-width: 1025px) {
  /* line 36405, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav {
    padding: 20px 0;
  }
  /* line 36408, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item {
    margin: 0;
  }
  /* line 36411, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 7px 30px;
  }
  /* line 36417, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-title,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 36422, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu_link-text,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu_link-text {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
  }
  /* line 36427, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-icon,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 36432, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-bullet,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-bullet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 36437, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-badge,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 36442, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__ver-arrow,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__ver-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 36447, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav {
    padding: 20px 0;
  }
  /* line 36450, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    padding: 7px 30px;
  }
  /* line 36453, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav {
    padding: 20px 0;
  }
  /* line 36456, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    padding: 7px 30px;
  }
  /* line 36459, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__section,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
    padding: 0 25px;
  }
  /* line 36462, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    cursor: pointer;
    min-height: 40px;
  }
  /* line 36468, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  /* line 36475, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    font-size: 1.35rem;
  }
  /* line 36483, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
    margin-left: -2px;
  }
  /* line 36488, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    vertical-align: middle;
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
  }
  /* line 36497, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  /* line 36503, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  /* line 36510, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    width: 5px;
    height: 1px;
  }
  /* line 36516, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
    text-align: right;
  }
  /* line 36522, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    font-size: 0.7rem;
  }
  /* line 36530, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 36537, app/assets/stylesheets/theme/style.bundle.scss */
  [direction="rtl"] .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before, [direction="rtl"]
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before, [direction="rtl"]
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before, [direction="rtl"]
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
    content: "" !important;
  }
  /* line 36542, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__item-here,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
    display: none;
  }
  /* line 36547, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 36553, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
    margin: 20px 0 0 0;
    height: 40px;
  }
  /* line 36557, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section .kt-menu__section-text,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section .kt-menu__section-text {
    font-size: 0.8rem;
    font-weight: 300;
    text-transform: uppercase;
  }
  /* line 36562, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__separator,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__separator {
    margin: 15px 0;
  }
  /* line 36565, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__separator .kt-menu__separator--marginles,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav > .kt-menu__separator .kt-menu__separator--marginles {
    margin: 0;
  }
  /* line 36568, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu {
    margin-left: 260px;
    top: -5px;
  }
  /* line 36572, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu.kt-menu__submenu--up,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu.kt-menu__submenu--up {
    bottom: -10px;
  }
}

@-webkit-keyframes kt-aside-menu-submenu-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes kt-aside-menu-submenu-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes kt-aside-menu-submenu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes kt-aside-menu-submenu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes kt-aside-menu-submenu-move-up {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}

@keyframes kt-aside-menu-submenu-move-up {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}

@-webkit-keyframes kt-aside-menu-submenu-move-down {
  from {
    margin-bottom: 10px;
  }
  to {
    margin-bottom: 0;
  }
}

@keyframes kt-aside-menu-submenu-move-down {
  from {
    margin-bottom: 10px;
  }
  to {
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  /* line 36625, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav {
    padding: 15px 0;
  }
  /* line 36627, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    width: 100%;
  }
  /* line 36629, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    display: none;
  }
  /* line 36631, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    display: none;
  }
  /* line 36633, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    padding: 0;
    position: relative;
    right: 7px;
  }
  /* line 36637, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge .kt-badge {
    text-indent: -9999px;
    position: relative;
    padding: 0;
    min-width: 6px;
    width: 6px;
    min-height: 6px;
    height: 6px;
  }
  /* line 36645, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    display: none;
  }
  /* line 36647, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu {
    display: none !important;
  }
  /* line 36649, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__arrow {
    display: inline-block;
  }
  /* line 36651, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover {
    position: relative;
    z-index: 96;
    width: 324px;
  }
  /* line 36655, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover.kt-menu__item--open {
    background: transparent;
  }
  /* line 36657, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__link {
    width: 78px;
  }
  /* line 36659, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__link .kt-menu__link-title {
    display: none;
  }
  /* line 36661, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu {
    top: 0;
    bottom: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-left: 79px !important;
  }
  /* line 36668, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  /* line 36673, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--parent > .kt-menu__link {
    height: 40px;
    padding: 0 30px 10px 30px;
  }
  /* line 36676, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--parent > .kt-menu__link .kt-menu__link-text {
    font-weight: 400;
    font-size: 1.05rem;
    text-transform: initial;
    cursor: text !important;
  }
  /* line 36681, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--parent > .kt-menu__link .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  /* line 36683, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--parent + .kt-menu__item {
    margin-top: 0px;
  }
  /* line 36685, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__arrow {
    display: none;
  }
  /* line 36687, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__section {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 36691, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-text {
    display: none;
  }
  /* line 36693, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-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;
    padding: 0;
    -webkit-animation: kt-animate-fade-in .7s;
    animation: kt-animate-fade-in .7s;
  }
}

/* line 36707, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-close {
  display: none;
}

@media (max-width: 1024px) {
  /* line 36711, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside {
    z-index: 1001;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 275px !important;
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
    left: -295px;
  }
  /* line 36725, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside.kt-aside--on {
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  /* line 36730, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside {
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@media (max-width: 1024px) {
  /* line 36735, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--right .kt-aside {
    right: -295px;
    left: auto;
  }
  /* line 36738, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--right .kt-aside.kt-aside--on {
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
    right: 0;
    left: auto;
  }
  /* line 36743, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-close {
    width: 25px;
    height: 25px;
    top: 1px;
    z-index: 1002;
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
    position: fixed;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    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;
    left: -25px;
  }
}

@media screen and (max-width: 1024px) {
  /* line 36768, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-close {
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@media (max-width: 1024px) {
  /* line 36773, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-close > i {
    line-height: 0;
    font-size: 1.4rem;
  }
  /* line 36776, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-close:hover {
    text-decoration: none;
  }
  /* line 36778, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--right .kt-aside-close {
    left: auto;
    right: -25px;
  }
  /* line 36781, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--on .kt-aside-close {
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
    left: 249px;
  }
  /* line 36785, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--on.kt-aside--right .kt-aside-close {
    left: auto;
    right: 249px;
  }
  /* line 36788, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    -webkit-animation: kt-animate-fade-in .3s linear 1;
    animation: kt-animate-fade-in .3s linear 1;
  }
  /* line 36799, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
  }
  /* line 36803, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-overlay {
    background: rgba(0, 0, 0, 0.1);
  }
  /* line 36805, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-close {
    background-color: #e8e8f2;
  }
  /* line 36807, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-close > i {
    color: #968ad4;
  }
  /* line 36809, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-close:hover {
    background-color: #5d78ff;
  }
  /* line 36811, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-close:hover > i {
    color: #ffffff;
  }
}

@media (max-width: 325px) {
  /* line 36815, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside {
    width: 90% !important;
  }
}

/* line 36818, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-secondary .kt-aside-secondary__mobile-nav-toggler,
.kt-aside-secondary .kt-aside-secondary__toggle {
  display: none;
}

/* line 36822, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-secondary .kt-aside-secondary__close {
  position: absolute;
  top: 1.15rem;
  right: 0.75rem;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 36829, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-secondary .kt-aside-secondary__close i {
  font-size: 1rem;
  color: #74788d;
}

/* line 36832, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-secondary .kt-aside-secondary__close:hover {
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f4f5f8;
}

/* line 36838, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-secondary .kt-aside-secondary__content {
  position: fixed;
  width: 310px;
  top: 75px;
  bottom: 0;
  right: 60px;
  padding: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 89;
}

/* line 36849, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-secondary--expanded .kt-aside-secondary .kt-aside-secondary__content {
  -webkit-box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
}

/* line 36852, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-secondary .kt-aside-secondary__content .kt-aside-secondary__content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 2rem;
  min-height: 60px;
  font-size: 1.2rem;
  font-weight: 500;
  border-bottom: 1px solid #ebedf2;
}

@media screen {
  /* line 36865, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary .kt-aside-secondary__content .kt-aside-secondary__content-head {
    height: 60px;
  }
}

/* line 36867, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-secondary .kt-aside-secondary__content .kt-aside-secondary__content-body {
  padding: 2rem;
}

/* line 36869, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-secondary .kt-aside-secondary__content .kt-aside-secondary__content-body.kt-aside-secondary__content-body--fit-x {
  padding-left: 0;
  padding-right: 0;
}

/* line 36873, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-secondary .kt-aside-secondary__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  z-index: 90;
  top: 75px;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 2rem 0 1rem 0;
  background-color: #ffffff;
  border-left: 1px solid #ebedf2;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  width: 60px;
}

/* line 36894, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-secondary--expanded .kt-aside-secondary .kt-aside-secondary__nav {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 36897, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-secondary .kt-aside-secondary__nav .kt-aside-secondary__nav-toolbar {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  border: 0;
}

/* line 36915, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-secondary .kt-aside-secondary__nav .kt-aside-secondary__nav-toolbar .kt-aside-secondary__nav-toolbar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 1rem 0;
  border: 0;
}

/* line 36922, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-secondary .kt-aside-secondary__nav .kt-aside-secondary__nav-toolbar .kt-aside-secondary__nav-toolbar-item .kt-aside-secondary__nav-toolbar-icon {
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  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;
  border: 0;
  outline: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 36943, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-secondary .kt-aside-secondary__nav .kt-aside-secondary__nav-toolbar .kt-aside-secondary__nav-toolbar-item .kt-aside-secondary__nav-toolbar-icon i {
  margin-right: 0;
  font-weight: bold;
  font-size: 1.75rem;
  color: #5d78ff;
}

/* line 36948, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-secondary .kt-aside-secondary__nav .kt-aside-secondary__nav-toolbar .kt-aside-secondary__nav-toolbar-item .kt-aside-secondary__nav-toolbar-icon .kt-badge {
  top: 3px;
  right: 3px;
  position: absolute;
}

/* line 36952, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-secondary .kt-aside-secondary__nav .kt-aside-secondary__nav-toolbar .kt-aside-secondary__nav-toolbar-item .kt-aside-secondary__nav-toolbar-icon:hover, .kt-aside-secondary .kt-aside-secondary__nav .kt-aside-secondary__nav-toolbar .kt-aside-secondary__nav-toolbar-item .kt-aside-secondary__nav-toolbar-icon.active {
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f4f5f8;
}

/* line 36957, app/assets/stylesheets/theme/style.bundle.scss */
.kt-aside-secondary .kt-aside-secondary__nav .kt-aside-secondary__nav-toolbar .kt-aside-secondary__nav-toolbar-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  /* line 36961, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary .kt-aside-secondary__content {
    right: -310px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 36965, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary .kt-aside-secondary__nav {
    border-left-color: transparent;
  }
  /* line 36967, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--expanded .kt-aside-secondary {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 36970, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--expanded .kt-aside-secondary .kt-aside-secondary__content {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 60px;
  }
  /* line 36974, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--expanded .kt-aside-secondary .kt-aside-secondary__nav {
    border-left: 1px solid #ebedf2;
  }
  /* line 36976, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--enabled {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 36979, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--enabled .kt-scrolltop {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 80px;
  }
  /* line 36983, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--expanded.kt-aside-secondary--enabled .kt-scrolltop {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 390px;
  }
  /* line 36987, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--enabled .kt-demo-panel-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 270px;
    right: 9px;
  }
}

@media (max-width: 1024px) {
  /* line 36994, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary .kt-aside-secondary__mobile-nav-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 100px;
    position: fixed;
    right: 0;
    border: 0;
    background: none;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    display: inline-block;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
    box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
    z-index: 90;
    color: #74788d;
    font-family: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 1.2rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 37036, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary .kt-aside-secondary__mobile-nav-toggler:before {
    content: "";
  }
  /* line 37038, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary .kt-aside-secondary__mobile-nav-toggler:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #5d78ff;
  }
  /* line 37042, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--expanded.kt-aside-secondary--mobile-nav-expanded .kt-aside-secondary .kt-aside-secondary__mobile-nav-toggler {
    display: none;
  }
  /* line 37044, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--mobile-nav-expanded .kt-aside-secondary .kt-aside-secondary__mobile-nav-toggler {
    right: 60px;
  }
  /* line 37046, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--mobile-nav-expanded .kt-aside-secondary .kt-aside-secondary__mobile-nav-toggler:before {
    content: "";
  }
  /* line 37048, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary .kt-aside-secondary__content {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: -310px;
  }
  /* line 37052, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--expanded.kt-aside-secondary--mobile-nav-expanded .kt-aside-secondary .kt-aside-secondary__content {
    right: 60px;
  }
  /* line 37054, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary .kt-aside-secondary__nav {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: -60px;
  }
  /* line 37058, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--mobile-nav-expanded .kt-aside-secondary .kt-aside-secondary__nav {
    right: 0;
  }
  /* line 37060, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile--fixed .kt-aside-secondary .kt-aside-secondary__content {
    top: 60px;
  }
  /* line 37062, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-header-mobile--fixed .kt-aside-secondary .kt-aside-secondary__nav {
    top: 60px;
  }
  /* line 37064, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--enabled .kt-demo-panel-toggle {
    top: 20%;
  }
}

@media (min-width: 1025px) {
  /* line 37068, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-content {
    padding: 25px 0;
  }
  /* line 37070, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-content.kt-content--fit-top {
    padding-top: 0;
  }
  /* line 37072, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-content.kt-content--fit-bottom {
    padding-bottom: 0;
  }
  /* line 37074, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-footer--fixed .kt-content {
    padding-bottom: 60px;
  }
  /* line 37076, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--enabled .kt-content {
    margin-right: 60px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 37080, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--expanded.kt-aside-secondary--enabled .kt-content {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 370px;
  }
}

@media (max-width: 1024px) {
  /* line 37086, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-content {
    padding: 15px 0;
  }
  /* line 37088, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-content.kt-content--fit-top {
    padding-top: 0;
  }
  /* line 37090, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-content.kt-content--fit-bottom {
    padding-bottom: 0;
  }
  /* line 37092, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-subheader--enabled.kt-subheader--transparent .kt-content {
    padding-top: 0;
  }
}

/* line 37095, app/assets/stylesheets/theme/style.bundle.scss */
.kt-footer {
  padding: 20px 0;
  background: #ffffff;
}

/* line 37098, app/assets/stylesheets/theme/style.bundle.scss */
.kt-footer .kt-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 37105, app/assets/stylesheets/theme/style.bundle.scss */
.kt-footer .kt-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 1.25rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #74788d;
}

/* line 37117, app/assets/stylesheets/theme/style.bundle.scss */
.kt-footer .kt-footer__copyright .kt-link {
  color: #74788d;
}

/* line 37119, app/assets/stylesheets/theme/style.bundle.scss */
.kt-footer .kt-footer__copyright .kt-link:hover {
  color: #5d78ff;
}

/* line 37121, app/assets/stylesheets/theme/style.bundle.scss */
.kt-footer .kt-footer__copyright .kt-link:hover:after {
  border-bottom: 1px solid #5d78ff;
  opacity: 0.5;
}

/* line 37124, app/assets/stylesheets/theme/style.bundle.scss */
.kt-footer .kt-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0 0 0.75rem;
  margin: 0;
}

/* line 37133, app/assets/stylesheets/theme/style.bundle.scss */
.kt-footer .kt-footer__menu .kt-footer__menu-link {
  margin: 0 0 0 1.25rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #595d6e;
}

/* line 37139, app/assets/stylesheets/theme/style.bundle.scss */
.kt-footer .kt-footer__menu .kt-footer__menu-link:hover {
  color: #5d78ff;
}

/* line 37141, app/assets/stylesheets/theme/style.bundle.scss */
.kt-footer .kt-footer__menu .kt-footer__menu-link:hover:after {
  border-bottom: 1px solid #5d78ff;
  opacity: 0.5;
}

@media (min-width: 1025px) {
  /* line 37146, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-footer--fixed .kt-footer {
    position: fixed;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 60px;
    bottom: 0;
    right: 0;
    left: 260px;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
    box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  }
  /* line 37156, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside--minimize-hover.kt-footer--fixed .kt-footer,
.kt-aside--minimize.kt-footer--fixed .kt-footer {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 78px;
  }
  /* line 37161, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--enabled .kt-footer {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 60px;
    transition: all 0.3s ease;
  }
  /* line 37166, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-aside-secondary--expanded.kt-aside-secondary--enabled .kt-footer {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 370px;
  }
}

@media (max-width: 1024px) {
  /* line 37172, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-footer {
    padding: 15px 0;
  }
}

@media (max-width: 768px) {
  /* line 37176, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-footer .kt-container {
    -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;
  }
  /* line 37184, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-footer .kt-footer__copyright {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 37192, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-footer .kt-footer__menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
    margin: 0 0 0.75rem 0;
  }
  /* line 37201, app/assets/stylesheets/theme/style.bundle.scss */
  .kt-footer .kt-footer__menu .kt-footer__menu-link:first-child {
    padding-left: 0;
    margin-left: 0;
  }
}

/* line 1, app/assets/stylesheets/theme/pages/login/login-v2.css */
body {
  padding: 0 !important;
}

/* line 4, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 {
  background-color: #fff;
}

/* line 6, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 2rem 3rem;
}

/* line 21, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__head .kt-login-v2__logo > a {
  display: inline-block;
}

/* line 23, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__head .kt-login-v2__signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 30, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__head .kt-login-v2__signup > span {
  margin-bottom: 0;
  color: #9D9FB1;
  font-size: 1.1rem;
  padding-right: 0.5rem;
  font-weight: 500;
}

/* line 36, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__head .kt-login-v2__signup > a {
  font-weight: 500;
  font-size: 1.1rem;
}

/* line 39, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 3rem;
}

/* line 48, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper {
  width: 50%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 56, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container {
  width: 100%;
  max-width: 500px;
  -webkit-box-shadow: 0px 0px 80px 0px rgba(77, 84, 124, 0.09);
  box-shadow: 0px 0px 80px 0px rgba(77, 84, 124, 0.09);
  border-radius: 0.6rem;
}

/* line 62, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__title {
  text-align: center;
}

/* line 64, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__title > h3 {
  color: #636576;
  margin-top: 3rem;
  font-size: 1.5rem;
}

/* line 68, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__form {
  padding: 3rem 4rem 2rem 4rem;
}

/* line 70, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__form .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
}

/* line 76, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin-top: 3rem;
}

/* line 89, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__actions a {
  display: inline-block;
}

/* line 91, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__actions a span {
  font-size: 1rem;
  font-weight: 500;
}

/* line 94, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__actions .btn {
  padding: 1rem 3rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

/* line 99, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__desc {
  text-align: center;
  color: #A5A7BB;
  font-size: 1.2rem;
  font-weight: 400;
}

/* line 104, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 4rem 3rem 4rem;
}

/* line 112, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__options > a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
  font-size: 1rem;
  padding: 1rem 0;
  color: #fff;
}

/* line 120, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__options > a > i {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
  padding-right: 0.4rem;
}

/* line 124, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__options > a:not(:first-child):not(:last-child) {
  margin: 0 2rem;
}

/* line 126, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__options > a.btn-facebook {
  background-color: #3b5998;
}

/* line 128, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__options > a.btn-facebook:hover {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #324c82;
}

/* line 132, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__options > a.btn-twitter {
  background-color: #1da1f2;
}

/* line 134, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__options > a.btn-twitter:hover {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #0d92e3;
}

/* line 138, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__options > a.btn-google {
  background-color: #ea4335;
}

/* line 140, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__options > a.btn-google:hover {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #e72919;
}

/* line 144, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__image {
  width: 50%;
  margin-left: 8rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 153, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__body .kt-login-v2__image > img {
  width: 100%;
  max-width: 500px;
}

/* line 156, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 3rem;
}

/* line 167, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__footer .kt-login-v2__info > a {
  font-weight: 500;
  font-size: 1rem;
  color: #A5A7BB;
}

/* line 171, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__footer .kt-login-v2__link {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

/* line 175, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__footer .kt-login-v2__link > a {
  color: #9C9FB1;
  font-weight: 500;
  font-size: 1rem;
}

/* line 179, app/assets/stylesheets/theme/pages/login/login-v2.css */
.kt-login-v2 .kt-login-v2__footer .kt-login-v2__link > a:not(:first-child):not(:last-child) {
  margin: 0 2rem;
}

@media (max-width: 1024px) {
  /* line 183, app/assets/stylesheets/theme/pages/login/login-v2.css */
  .kt-login-v2 .kt-login-v2__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5rem 2rem;
  }
  /* line 192, app/assets/stylesheets/theme/pages/login/login-v2.css */
  .kt-login-v2 .kt-login-v2__head .kt-login-v2__logo {
    margin-bottom: 2rem;
  }
  /* line 194, app/assets/stylesheets/theme/pages/login/login-v2.css */
  .kt-login-v2 .kt-login-v2__head .kt-login-v2__signup > span {
    padding-left: 0;
  }
  /* line 196, app/assets/stylesheets/theme/pages/login/login-v2.css */
  .kt-login-v2 .kt-login-v2__body {
    padding-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 205, app/assets/stylesheets/theme/pages/login/login-v2.css */
  .kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper {
    padding-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 214, app/assets/stylesheets/theme/pages/login/login-v2.css */
  .kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container {
    margin-left: 0;
  }
  /* line 216, app/assets/stylesheets/theme/pages/login/login-v2.css */
  .kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__title {
    padding-top: 1rem;
  }
  /* line 218, app/assets/stylesheets/theme/pages/login/login-v2.css */
  .kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__form {
    padding: 3rem 2rem;
  }
  /* line 220, app/assets/stylesheets/theme/pages/login/login-v2.css */
  .kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__actions {
    padding: 0;
  }
  /* line 222, app/assets/stylesheets/theme/pages/login/login-v2.css */
  .kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__options {
    margin: 1rem 0;
    padding: 2rem 2rem;
  }
  /* line 225, app/assets/stylesheets/theme/pages/login/login-v2.css */
  .kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__options > a > i {
    padding: 0.4rem 0.3rem 0.4rem 0;
  }
  /* line 227, app/assets/stylesheets/theme/pages/login/login-v2.css */
  .kt-login-v2 .kt-login-v2__body .kt-login-v2__wrapper .kt-login-v2__container .kt-login-v2__options > a:not(:first-child):not(:last-child) {
    margin: 0 2rem;
  }
  /* line 229, app/assets/stylesheets/theme/pages/login/login-v2.css */
  .kt-login-v2 .kt-login-v2__body .kt-login-v2__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    padding: 4rem 0;
  }
  /* line 239, app/assets/stylesheets/theme/pages/login/login-v2.css */
  .kt-login-v2 .kt-login-v2__body .kt-login-v2__image > img {
    width: 100%;
    max-width: 500px;
    height: 100%;
  }
  /* line 243, app/assets/stylesheets/theme/pages/login/login-v2.css */
  .kt-login-v2 .kt-login-v2__footer {
    padding: 1.5rem 2rem;
  }
  /* line 245, app/assets/stylesheets/theme/pages/login/login-v2.css */
  .kt-login-v2 .kt-login-v2__footer .kt-login-v2__info > a {
    padding-right: 0.5rem;
  }
  /* line 247, app/assets/stylesheets/theme/pages/login/login-v2.css */
  .kt-login-v2 .kt-login-v2__footer .kt-login-v2__link > a:not(:first-child):not(:last-child) {
    margin: 0 1rem;
  }
}

/* line 1, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside {
  background-color: #242939;
}

/* line 3, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside .ps > .ps__rail-x {
  background: transparent;
}

/* line 5, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside .ps > .ps__rail-x:hover, .kt-aside .ps > .ps__rail-x:focus {
  opacity: 1;
  background: transparent;
}

/* line 8, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside .ps > .ps__rail-x:hover > .ps__thumb-x, .kt-aside .ps > .ps__rail-x:focus > .ps__thumb-x {
  opacity: 1;
}

/* line 10, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside .ps > .ps__rail-x > .ps__thumb-x {
  background: #637099;
  opacity: 1;
}

/* line 13, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside .ps > .ps__rail-x > .ps__thumb-x:hover, .kt-aside .ps > .ps__rail-x > .ps__thumb-x:focus {
  opacity: 1;
  background: #637099;
}

/* line 16, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside .ps > .ps__rail-y {
  background: transparent;
}

/* line 18, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside .ps > .ps__rail-y:hover, .kt-aside .ps > .ps__rail-y:focus {
  background: transparent;
  opacity: 1;
}

/* line 21, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside .ps > .ps__rail-y:hover > .ps__thumb-y, .kt-aside .ps > .ps__rail-y:focus > .ps__thumb-y {
  opacity: 1;
}

/* line 23, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside .ps > .ps__rail-y > .ps__thumb-y {
  background: #637099;
  opacity: 1;
}

/* line 26, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside .ps > .ps__rail-y > .ps__thumb-y:hover, .kt-aside .ps > .ps__rail-y > .ps__thumb-y:focus {
  opacity: 1;
  background: #637099;
}

/* line 29, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside .kt-aside__footer {
  background-color: #1f2231;
}

/* line 31, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside .kt-aside__footer .btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
}

/* line 35, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside .kt-aside__footer .btn i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #364b8b;
}

/* line 39, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside .kt-aside__footer .show .btn,
.kt-aside .kt-aside__footer .btn:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #191b27;
}

/* line 44, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside .kt-aside__footer .show .btn i,
.kt-aside .kt-aside__footer .btn:hover i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5d78ff;
}

/* line 50, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu {
  background-color: #242939;
}

/* line 52, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  color: #c0c4d1;
}

/* line 55, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
  color: #687393;
}

/* line 58, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #687393;
}

/* line 63, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

/* line 67, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #687393;
}

/* line 70, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #687393;
}

/* line 73, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
  color: #687393;
}

/* line 76, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

/* line 79, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link {
  background-color: #1f2433;
}

/* line 82, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text {
  color: #ffffff;
}

/* line 85, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon {
  color: #5d78ff;
}

/* line 88, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #5d78ff;
}

/* line 93, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

/* line 97, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #5d78ff;
}

/* line 100, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #5d78ff;
}

/* line 103, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow {
  color: #5d78ff;
}

/* line 106, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

/* line 109, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
  background-color: #1f2433;
}

/* line 112, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text {
  color: #ffffff;
}

/* line 115, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon {
  color: #5d78ff;
}

/* line 118, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #5d78ff;
}

/* line 123, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

/* line 127, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #5d78ff;
}

/* line 130, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #5d78ff;
}

/* line 133, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__ver-arrow {
  color: #5d78ff;
}

/* line 136, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

/* line 139, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
  background-color: #1f2433;
}

/* line 142, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
  color: #ffffff;
}

/* line 145, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
  color: #5d78ff;
}

/* line 148, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #5d78ff;
}

/* line 153, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

/* line 157, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #5d78ff;
}

/* line 160, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #5d78ff;
}

/* line 163, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow {
  color: #5d78ff;
}

/* line 166, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

/* line 169, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link {
  background-color: #1f2433;
}

/* line 172, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
  color: #ffffff;
}

/* line 175, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon {
  color: #5d78ff;
}

/* line 178, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #5d78ff;
}

/* line 183, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

/* line 187, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #5d78ff;
}

/* line 190, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #5d78ff;
}

/* line 193, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow {
  color: #5d78ff;
}

/* line 196, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__arrow {
  color: #242939;
}

/* line 198, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-text {
  color: #606a8c;
}

/* line 200, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-icon {
  color: #606a8c;
}

/* line 202, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__separator {
  border-bottom: 1px solid #606a8c;
}

/* line 204, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  color: #989eb3;
}

/* line 207, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
  color: #687393;
}

/* line 210, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #687393;
}

/* line 215, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

/* line 219, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #687393;
}

/* line 222, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #687393;
}

/* line 225, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
  color: #687393;
}

/* line 228, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

/* line 231, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link {
  background-color: #1f2433;
}

/* line 234, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text {
  color: #ffffff;
}

/* line 237, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon {
  color: #5d78ff;
}

/* line 240, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #5d78ff;
}

/* line 245, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

/* line 249, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #5d78ff;
}

/* line 252, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #5d78ff;
}

/* line 255, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow {
  color: #5d78ff;
}

/* line 258, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

/* line 261, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link {
  background-color: #1f2433;
}

/* line 264, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon {
  color: #5d78ff;
}

/* line 267, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #5d78ff;
}

/* line 272, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

/* line 276, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #5d78ff;
}

/* line 279, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #5d78ff;
}

/* line 282, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__ver-arrow {
  color: #5d78ff;
}

/* line 285, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

/* line 288, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link {
  background-color: #1f2433;
}

/* line 291, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
  color: #ffffff;
}

/* line 294, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
  color: #5d78ff;
}

/* line 297, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #5d78ff;
}

/* line 302, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

/* line 306, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #5d78ff;
}

/* line 309, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #5d78ff;
}

/* line 312, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow {
  color: #5d78ff;
}

/* line 315, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

/* line 318, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link {
  background-color: #1f2433;
}

/* line 321, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
  color: #ffffff;
}

/* line 324, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon {
  color: #5d78ff;
}

/* line 327, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #5d78ff;
}

/* line 332, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

/* line 336, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #5d78ff;
}

/* line 339, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  background-color: #5d78ff;
}

/* line 342, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow {
  color: #5d78ff;
}

/* line 345, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-text {
  color: #606a8c;
}

/* line 347, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-icon {
  color: #606a8c;
}

/* line 349, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator {
  border-bottom: 1px solid #606a8c;
}

@media (min-width: 1025px) {
  /* line 353, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item {
    background: transparent;
  }
  /* line 355, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link > .kt-menu__link-icon {
    color: #7c87a6;
  }
  /* line 357, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover, .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open {
    background: transparent !important;
  }
  /* line 359, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__link > .kt-menu__link-icon, .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link > .kt-menu__link-icon {
    color: #5d78ff;
  }
  /* line 361, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here, .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active {
    background: transparent !important;
  }
  /* line 363, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link > .kt-menu__link-icon, .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link > .kt-menu__link-icon {
    color: #5d78ff;
  }
  /* line 365, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item:hover {
    background: transparent;
  }
  /* line 367, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link > .kt-menu__link-icon {
    color: #5d78ff !important;
  }
}

@media (min-width: 1025px) {
  /* line 371, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  }
  /* line 376, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-text,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #696e92;
  }
  /* line 381, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    color: #a8aabb;
  }
  /* line 386, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill],
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #a8aabb;
  }
  /* line 393, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 399, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #a8aabb;
  }
  /* line 404, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #a8aabb;
  }
  /* line 409, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    color: #a8aabb;
  }
  /* line 414, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  /* line 418, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link {
    background-color: #f8f8fb;
  }
  /* line 423, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text {
    color: #5d78ff;
  }
  /* line 428, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon {
    color: #5d78ff;
  }
  /* line 433, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill],
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #5d78ff;
  }
  /* line 440, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 446, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5d78ff;
  }
  /* line 451, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5d78ff;
  }
  /* line 456, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow {
    color: #5d78ff;
  }
  /* line 461, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  /* line 465, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link {
    background-color: #f8f8fb;
  }
  /* line 470, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill],
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 476, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 482, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5d78ff;
  }
  /* line 487, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5d78ff;
  }
  /* line 492, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  /* line 496, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link {
    background-color: #f8f8fb;
  }
  /* line 501, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
    color: #5d78ff;
  }
  /* line 506, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
    color: #5d78ff;
  }
  /* line 511, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill],
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #5d78ff;
  }
  /* line 518, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 524, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5d78ff;
  }
  /* line 529, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5d78ff;
  }
  /* line 534, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow {
    color: #5d78ff;
  }
  /* line 539, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  /* line 543, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link {
    background-color: #f8f8fb;
  }
  /* line 548, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
    color: #5d78ff;
  }
  /* line 553, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon {
    color: #5d78ff;
  }
  /* line 558, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill],
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg g [fill],
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #5d78ff;
  }
  /* line 565, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon svg:hover g [fill],
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 571, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5d78ff;
  }
  /* line 576, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5d78ff;
  }
  /* line 581, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow {
    color: #5d78ff;
  }
  /* line 586, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__section .kt-menu__section-text,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__section .kt-menu__section-text {
    color: #a4a7bd;
  }
  /* line 589, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__section .kt-menu__section-icon,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__section .kt-menu__section-icon {
    color: #aaacc2;
  }
  /* line 592, app/assets/stylesheets/theme/skins/aside/navy.css */
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__separator,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item.kt-menu__item--hover:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu .kt-menu__subnav .kt-menu__separator {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
}

/* line 596, app/assets/stylesheets/theme/skins/aside/navy.css */
.kt-aside .kt-aside-menu > .kt-menu__nav .kt-menu__item > .kt-menu__link [class^="flaticon2-"],
.kt-aside .kt-aside-menu > .kt-menu__nav .kt-menu__item > .kt-menu__link [class*=" flaticon2-"] {
  color: #434d6b;
}

@media (min-width: 1025px) {
  /* line 2, app/assets/stylesheets/theme/skins/brand/navy.css */
  .kt-aside__brand {
    background-color: #242939;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 6, app/assets/stylesheets/theme/skins/brand/navy.css */
  .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler span {
    background: #484f66;
  }
  /* line 8, app/assets/stylesheets/theme/skins/brand/navy.css */
  .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler span::before, .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler span::after {
    background: #484f66;
  }
  /* line 10, app/assets/stylesheets/theme/skins/brand/navy.css */
  .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler:hover span {
    background: #ffffff;
  }
  /* line 12, app/assets/stylesheets/theme/skins/brand/navy.css */
  .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler:hover span::before, .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler:hover span::after {
    background: #ffffff;
  }
  /* line 14, app/assets/stylesheets/theme/skins/brand/navy.css */
  .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler.kt-aside__brand-aside-toggler--active span {
    background: #ffffff;
  }
  /* line 16, app/assets/stylesheets/theme/skins/brand/navy.css */
  .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler.kt-aside__brand-aside-toggler--active span::before, .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler.kt-aside__brand-aside-toggler--active span::after {
    background: #ffffff;
  }
}

@media (max-width: 1024px) {
  /* line 20, app/assets/stylesheets/theme/skins/brand/navy.css */
  .kt-header-mobile {
    background-color: #242939;
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.1);
  }
  /* line 24, app/assets/stylesheets/theme/skins/brand/navy.css */
  .kt-header__topbar--mobile-on .kt-header-mobile {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 27, app/assets/stylesheets/theme/skins/brand/navy.css */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span {
    background: #484f66;
  }
  /* line 29, app/assets/stylesheets/theme/skins/brand/navy.css */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::after {
    background: #484f66;
  }
  /* line 31, app/assets/stylesheets/theme/skins/brand/navy.css */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler:hover span {
    background: #ffffff;
  }
  /* line 33, app/assets/stylesheets/theme/skins/brand/navy.css */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler:hover span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler:hover span::after {
    background: #ffffff;
  }
  /* line 35, app/assets/stylesheets/theme/skins/brand/navy.css */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--active span {
    background: #ffffff;
  }
  /* line 37, app/assets/stylesheets/theme/skins/brand/navy.css */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--active span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--active span::after {
    background: #ffffff;
  }
  /* line 39, app/assets/stylesheets/theme/skins/brand/navy.css */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler i {
    color: #484f66;
  }
  /* line 41, app/assets/stylesheets/theme/skins/brand/navy.css */
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler.kt-header-mobile__toolbar-topbar-toggler--active i, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler:hover i {
    color: #ffffff;
  }
}

@media (min-width: 1025px) {
  /* line 2, app/assets/stylesheets/theme/skins/header/base/light.css */
  .kt-header {
    background-color: #ffffff;
    border-bottom: 1px solid #eff0f6;
  }
  /* line 5, app/assets/stylesheets/theme/skins/header/base/light.css */
  .kt-header--fixed .kt-header {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.1);
    box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.1);
  }
  /* line 8, app/assets/stylesheets/theme/skins/header/base/light.css */
  .kt-header--static .kt-header {
    border-bottom: 1px solid #eff0f6;
  }
  /* line 10, app/assets/stylesheets/theme/skins/header/base/light.css */
  .kt-header--fixed.kt-subheader--fixed .kt-header {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 13, app/assets/stylesheets/theme/skins/header/base/light.css */
  .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    border-radius: 4px;
  }
  /* line 15, app/assets/stylesheets/theme/skins/header/base/light.css */
  .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #6c7293;
    font-weight: 500;
  }
  /* line 18, app/assets/stylesheets/theme/skins/header/base/light.css */
  .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
    color: #c8cde8;
  }
  /* line 20, app/assets/stylesheets/theme/skins/header/base/light.css */
  .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__hor-icon {
    color: #c8cde8;
  }
  /* line 22, app/assets/stylesheets/theme/skins/header/base/light.css */
  .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link, .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link, .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link {
    background-color: #f0f3ff;
  }
  /* line 24, app/assets/stylesheets/theme/skins/header/base/light.css */
  .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text, .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text, .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link .kt-menu__link-text {
    color: #5d78ff;
  }
  /* line 26, app/assets/stylesheets/theme/skins/header/base/light.css */
  .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__hor-arrow, .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__hor-arrow, .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link .kt-menu__hor-arrow {
    color: #5d78ff;
  }
  /* line 28, app/assets/stylesheets/theme/skins/header/base/light.css */
  .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__hor-icon, .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__hor-icon, .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link .kt-menu__hor-icon {
    color: #5d78ff;
  }
}

/* line 31, app/assets/stylesheets/theme/skins/header/base/light.css */
.kt-aside-secondary--enabled .kt-header .kt-header__topbar {
  padding-right: 0;
}

/* line 34, app/assets/stylesheets/theme/skins/header/base/light.css */
.kt-header .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #b4b8ce;
}

/* line 39, app/assets/stylesheets/theme/skins/header/base/light.css */
.kt-header .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-welcome {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #959cb6;
}

/* line 44, app/assets/stylesheets/theme/skins/header/base/light.css */
.kt-header .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-username {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #6c7293;
}

/* line 49, app/assets/stylesheets/theme/skins/header/base/light.css */
.kt-header .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--quick-panel .kt-header__topbar-icon i {
  color: #5d78ff;
}

/* line 52, app/assets/stylesheets/theme/skins/header/base/light.css */
.kt-header .kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon, .kt-header .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f0f3ff;
}

/* line 56, app/assets/stylesheets/theme/skins/header/base/light.css */
.kt-header .kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon i, .kt-header .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5d78ff;
}

/* line 61, app/assets/stylesheets/theme/skins/header/base/light.css */
.kt-header .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user:hover .kt-header__topbar-user, .kt-header .kt-header__topbar .kt-header__topbar-item.show.kt-header__topbar-item--user .kt-header__topbar-user {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f0f3ff;
}

/* line 66, app/assets/stylesheets/theme/skins/header/base/light.css */
.kt-aside-secondary--enabled .kt-header .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--quick-panel:hover, .kt-aside-secondary--enabled .kt-header .kt-header__topbar .kt-header__topbar-item.show.kt-header__topbar-item--quick-panel {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #5d78ff;
}

/* line 70, app/assets/stylesheets/theme/skins/header/base/light.css */
.kt-aside-secondary--enabled .kt-header .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--quick-panel:hover .kt-header__topbar-icon, .kt-aside-secondary--enabled .kt-header .kt-header__topbar .kt-header__topbar-item.show.kt-header__topbar-item--quick-panel .kt-header__topbar-icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent !important;
}

/* line 74, app/assets/stylesheets/theme/skins/header/base/light.css */
.kt-aside-secondary--enabled .kt-header .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--quick-panel:hover .kt-header__topbar-icon i, .kt-aside-secondary--enabled .kt-header .kt-header__topbar .kt-header__topbar-item.show.kt-header__topbar-item--quick-panel .kt-header__topbar-icon i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}

/* line 79, app/assets/stylesheets/theme/skins/header/base/light.css */
.kt-header .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--search .kt-input-icon .kt-input-icon__icon i {
  color: #74788d;
}

@media (max-width: 1024px) {
  /* line 83, app/assets/stylesheets/theme/skins/header/base/light.css */
  .kt-header__topbar {
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 87, app/assets/stylesheets/theme/skins/header/base/light.css */
  .kt-header__topbar--mobile-on .kt-header__topbar {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.1);
    box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.1);
    border-top: 1px solid #ebedf2;
  }
}

@media (min-width: 1025px) {
  /* line 2, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  }
  /* line 6, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    color: #cacad2;
  }
  /* line 8, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #cacad2;
  }
  /* line 12, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 15, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #cacad2;
  }
  /* line 17, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #cacad2;
  }
  /* line 19, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #5f6281;
  }
  /* line 21, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
    color: #cacad2;
  }
  /* line 23, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
    background-color: #fafbff;
  }
  /* line 25, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
    color: #5d78ff;
  }
  /* line 27, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #5d78ff;
  }
  /* line 31, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 34, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5d78ff;
  }
  /* line 36, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5d78ff;
  }
  /* line 38, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
    color: #5d78ff;
  }
  /* line 40, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link > .kt-menu__hor-arrow {
    color: #5d78ff;
  }
  /* line 42, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
    background-color: #fafbff;
  }
  /* line 44, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon {
    color: #5d78ff;
  }
  /* line 46, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #5d78ff;
  }
  /* line 50, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 53, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5d78ff;
  }
  /* line 55, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5d78ff;
  }
  /* line 57, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text {
    color: #5d78ff;
  }
  /* line 59, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--here > .kt-menu__link > .kt-menu__hor-arrow {
    color: #5d78ff;
  }
  /* line 61, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link {
    background-color: #fafbff;
  }
  /* line 63, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon {
    color: #5d78ff;
  }
  /* line 65, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg g [fill], .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #5d78ff;
  }
  /* line 69, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg:hover g [fill], .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 72, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5d78ff;
  }
  /* line 74, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5d78ff;
  }
  /* line 76, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text {
    color: #5d78ff;
  }
  /* line 78, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow {
    color: #5d78ff;
  }
  /* line 80, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content > .kt-menu__item {
    border-right: 1px solid #f6f6f9;
  }
  /* line 82, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__heading > .kt-menu__link-text {
    color: #5f6281;
  }
  /* line 84, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__heading > .kt-menu__link-icon {
    color: #cacad2;
  }
  /* line 86, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    color: #cacad2;
  }
  /* line 88, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #cacad2;
  }
  /* line 92, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 95, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #cacad2;
  }
  /* line 97, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #cacad2;
  }
  /* line 99, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #5f6281;
  }
  /* line 101, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
    color: #cacad2;
  }
  /* line 103, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
    background-color: #fafbff;
  }
  /* line 105, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
    color: #5d78ff;
  }
  /* line 107, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #5d78ff;
  }
  /* line 111, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 114, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5d78ff;
  }
  /* line 116, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5d78ff;
  }
  /* line 118, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
    color: #5d78ff;
  }
  /* line 120, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--active > .kt-menu__link > .kt-menu__hor-arrow {
    color: #5d78ff;
  }
  /* line 122, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
    background-color: #fafbff;
  }
  /* line 124, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon {
    color: #5d78ff;
  }
  /* line 126, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #5d78ff;
  }
  /* line 130, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 133, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5d78ff;
  }
  /* line 135, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5d78ff;
  }
  /* line 137, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text {
    color: #5d78ff;
  }
  /* line 139, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--here > .kt-menu__link > .kt-menu__hor-arrow {
    color: #5d78ff;
  }
  /* line 141, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link {
    background-color: #fafbff;
  }
  /* line 143, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon {
    color: #5d78ff;
  }
  /* line 145, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg g [fill], .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #5d78ff;
  }
  /* line 149, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg:hover g [fill], .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  /* line 152, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    background-color: #5d78ff;
  }
  /* line 154, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    background-color: #5d78ff;
  }
  /* line 156, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text {
    color: #5d78ff;
  }
  /* line 158, app/assets/stylesheets/theme/skins/header/menu/light.css */
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link > .kt-menu__hor-arrow {
    color: #5d78ff;
  }
}

/* line 1, app/assets/stylesheets/theme/plugins.bundle.scss */
.toast-title {
  font-weight: bold;
}

/* line 4, app/assets/stylesheets/theme/plugins.bundle.scss */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 8, app/assets/stylesheets/theme/plugins.bundle.scss */
.toast-message a,
.toast-message label {
  color: #ffffff;
}

/* line 12, app/assets/stylesheets/theme/plugins.bundle.scss */
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

/* line 16, app/assets/stylesheets/theme/plugins.bundle.scss */
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

/* line 31, app/assets/stylesheets/theme/plugins.bundle.scss */
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/* line 40, app/assets/stylesheets/theme/plugins.bundle.scss */
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
/* line 48, app/assets/stylesheets/theme/plugins.bundle.scss */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 55, app/assets/stylesheets/theme/plugins.bundle.scss */
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 60, app/assets/stylesheets/theme/plugins.bundle.scss */
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 65, app/assets/stylesheets/theme/plugins.bundle.scss */
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 70, app/assets/stylesheets/theme/plugins.bundle.scss */
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 75, app/assets/stylesheets/theme/plugins.bundle.scss */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 79, app/assets/stylesheets/theme/plugins.bundle.scss */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 83, app/assets/stylesheets/theme/plugins.bundle.scss */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 87, app/assets/stylesheets/theme/plugins.bundle.scss */
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 91, app/assets/stylesheets/theme/plugins.bundle.scss */
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}

/* line 97, app/assets/stylesheets/theme/plugins.bundle.scss */
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 102, app/assets/stylesheets/theme/plugins.bundle.scss */
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 122, app/assets/stylesheets/theme/plugins.bundle.scss */
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

/* line 127, app/assets/stylesheets/theme/plugins.bundle.scss */
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

/* line 136, app/assets/stylesheets/theme/plugins.bundle.scss */
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

/* line 139, app/assets/stylesheets/theme/plugins.bundle.scss */
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

/* line 142, app/assets/stylesheets/theme/plugins.bundle.scss */
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

/* line 145, app/assets/stylesheets/theme/plugins.bundle.scss */
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

/* line 148, app/assets/stylesheets/theme/plugins.bundle.scss */
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* line 154, app/assets/stylesheets/theme/plugins.bundle.scss */
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

/* line 160, app/assets/stylesheets/theme/plugins.bundle.scss */
.toast {
  background-color: #030303;
}

/* line 163, app/assets/stylesheets/theme/plugins.bundle.scss */
.toast-success {
  background-color: #51a351;
}

/* line 166, app/assets/stylesheets/theme/plugins.bundle.scss */
.toast-error {
  background-color: #bd362f;
}

/* line 169, app/assets/stylesheets/theme/plugins.bundle.scss */
.toast-info {
  background-color: #2f96b4;
}

/* line 172, app/assets/stylesheets/theme/plugins.bundle.scss */
.toast-warning {
  background-color: #f89406;
}

/* line 175, app/assets/stylesheets/theme/plugins.bundle.scss */
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  /* line 187, app/assets/stylesheets/theme/plugins.bundle.scss */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  /* line 191, app/assets/stylesheets/theme/plugins.bundle.scss */
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  /* line 194, app/assets/stylesheets/theme/plugins.bundle.scss */
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  /* line 198, app/assets/stylesheets/theme/plugins.bundle.scss */
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  /* line 204, app/assets/stylesheets/theme/plugins.bundle.scss */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  /* line 208, app/assets/stylesheets/theme/plugins.bundle.scss */
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  /* line 211, app/assets/stylesheets/theme/plugins.bundle.scss */
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  /* line 215, app/assets/stylesheets/theme/plugins.bundle.scss */
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 221, app/assets/stylesheets/theme/plugins.bundle.scss */
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  /* line 225, app/assets/stylesheets/theme/plugins.bundle.scss */
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

/*
 * Container style
 */
/* line 233, app/assets/stylesheets/theme/plugins.bundle.scss */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
/* line 244, app/assets/stylesheets/theme/plugins.bundle.scss */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

/* line 256, app/assets/stylesheets/theme/plugins.bundle.scss */
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

/* line 268, app/assets/stylesheets/theme/plugins.bundle.scss */
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

/* line 274, app/assets/stylesheets/theme/plugins.bundle.scss */
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

/* line 283, app/assets/stylesheets/theme/plugins.bundle.scss */
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
/* line 296, app/assets/stylesheets/theme/plugins.bundle.scss */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

/* line 308, app/assets/stylesheets/theme/plugins.bundle.scss */
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

/* line 320, app/assets/stylesheets/theme/plugins.bundle.scss */
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

/* line 327, app/assets/stylesheets/theme/plugins.bundle.scss */
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  /* line 336, app/assets/stylesheets/theme/plugins.bundle.scss */
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 342, app/assets/stylesheets/theme/plugins.bundle.scss */
  .ps {
    overflow: auto !important;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
/* line 355, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 363, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

/* line 370, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 378, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 384, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 393, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 401, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 405, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 409, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 419, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 428, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 431, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 435, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 438, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 441, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 449, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 453, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 456, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 461, app/assets/stylesheets/theme/plugins.bundle.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 468, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 473, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 477, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 481, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 497, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 504, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

/* line 510, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 514, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

/* line 518, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 525, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 531, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/assets/owl.carousel/owl.video.play-12d5ab429e87fceae0abca364a3b5853563d3c91118e6af942bee5d9d05d18f9.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

/* line 546, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 551, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 556, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

/* line 565, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
/* line 580, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 585, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

/* line 595, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

/* line 600, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 605, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

/* line 609, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 613, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 618, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

/* line 628, app/assets/stylesheets/theme/plugins.bundle.scss */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* line 633, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

/* line 652, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

/* line 660, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

/* line 667, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

/* line 674, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker.opensleft:before {
  right: 9px;
}

/* line 678, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker.opensleft:after {
  right: 10px;
}

/* line 682, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 690, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 698, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker.opensright:before {
  left: 9px;
}

/* line 702, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker.opensright:after {
  left: 10px;
}

/* line 706, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker.drop-up {
  margin-top: -7px;
}

/* line 710, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

/* line 717, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

/* line 724, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}

/* line 729, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker.single .drp-selected {
  display: none;
}

/* line 733, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

/* line 737, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

/* line 741, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

/* line 745, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

/* line 750, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

/* line 754, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker .drp-calendar.right {
  padding: 8px;
}

/* line 758, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

/* line 762, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

/* line 772, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* line 777, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/* line 782, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

/* line 798, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

/* line 804, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 811, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

/* line 818, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

/* line 824, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

/* line 833, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

/* line 840, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

/* line 844, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

/* line 848, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

/* line 852, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

/* line 859, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker th.month {
  width: auto;
}

/* line 863, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* line 870, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

/* line 879, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

/* line 884, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker select.yearselect {
  width: 40%;
}

/* line 888, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

/* line 901, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

/* line 908, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* line 913, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

/* line 923, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

/* line 929, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

/* line 936, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

/* line 940, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

/* line 944, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

/* line 948, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

/* line 952, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

/* line 958, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

/* line 962, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* line 969, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

/* line 975, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker .ranges li:hover {
  background-color: #eee;
}

/* line 979, app/assets/stylesheets/theme/plugins.bundle.scss */
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  /* line 986, app/assets/stylesheets/theme/plugins.bundle.scss */
  .daterangepicker {
    width: auto;
  }
  /* line 990, app/assets/stylesheets/theme/plugins.bundle.scss */
  .daterangepicker .ranges ul {
    width: 140px;
  }
  /* line 994, app/assets/stylesheets/theme/plugins.bundle.scss */
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  /* line 998, app/assets/stylesheets/theme/plugins.bundle.scss */
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  /* line 1002, app/assets/stylesheets/theme/plugins.bundle.scss */
  .daterangepicker.single .ranges,
.daterangepicker.single .drp-calendar {
    float: left;
  }
  /* line 1007, app/assets/stylesheets/theme/plugins.bundle.scss */
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  /* line 1012, app/assets/stylesheets/theme/plugins.bundle.scss */
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  /* line 1017, app/assets/stylesheets/theme/plugins.bundle.scss */
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 1023, app/assets/stylesheets/theme/plugins.bundle.scss */
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  /* line 1027, app/assets/stylesheets/theme/plugins.bundle.scss */
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 1033, app/assets/stylesheets/theme/plugins.bundle.scss */
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  /* line 1037, app/assets/stylesheets/theme/plugins.bundle.scss */
  .daterangepicker .ranges,
.daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  /* line 1044, app/assets/stylesheets/theme/plugins.bundle.scss */
  .daterangepicker .ranges {
    width: auto;
  }
  /* line 1048, app/assets/stylesheets/theme/plugins.bundle.scss */
  .daterangepicker .ranges {
    float: left;
  }
  /* line 1052, app/assets/stylesheets/theme/plugins.bundle.scss */
  .daterangepicker.rtl .ranges {
    float: right;
  }
  /* line 1056, app/assets/stylesheets/theme/plugins.bundle.scss */
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/*!
 * Bootstrap-select v1.13.10 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
/* line 1068, app/assets/stylesheets/theme/plugins.bundle.scss */
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

/* line 1073, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}

/* line 1078, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 1096, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

/* line 1099, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

/* line 1105, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

/* line 1131, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

/* line 1143, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

/* line 1150, app/assets/stylesheets/theme/plugins.bundle.scss */
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

/* line 1156, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}

/* line 1160, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.fit-width {
  width: auto !important;
}

/* line 1163, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

/* line 1166, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

/* line 1172, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

/* line 1178, app/assets/stylesheets/theme/plugins.bundle.scss */
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

/* line 1181, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

/* line 1185, app/assets/stylesheets/theme/plugins.bundle.scss */
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}

/* line 1189, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

/* line 1195, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.dropdown-menu-right,
.bootstrap-select.dropdown-menu-right[class*="col-"],
.row .bootstrap-select.dropdown-menu-right[class*="col-"] {
  float: right;
}

/* line 1200, app/assets/stylesheets/theme/plugins.bundle.scss */
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

/* line 1205, app/assets/stylesheets/theme/plugins.bundle.scss */
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

/* line 1209, app/assets/stylesheets/theme/plugins.bundle.scss */
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

/* line 1216, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

/* line 1222, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

/* line 1225, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

/* line 1228, app/assets/stylesheets/theme/plugins.bundle.scss */
.form-inline .bootstrap-select .form-control {
  width: 100%;
}

/* line 1231, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

/* line 1235, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}

/* line 1239, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

/* line 1246, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

/* line 1249, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/* line 1263, app/assets/stylesheets/theme/plugins.bundle.scss */
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

/* line 1266, app/assets/stylesheets/theme/plugins.bundle.scss */
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

/* line 1273, app/assets/stylesheets/theme/plugins.bundle.scss */
.input-group
.bs3-has-addon.bootstrap-select
.dropdown-toggle
.filter-option
.filter-option-inner {
  padding-right: inherit;
}

/* line 1280, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

/* line 1283, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

/* line 1289, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

/* line 1296, app/assets/stylesheets/theme/plugins.bundle.scss */
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

/* line 1299, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

/* line 1302, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1308, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

/* line 1311, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1321, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select .dropdown-menu li {
  position: relative;
}

/* line 1324, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 1327, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

/* line 1330, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1337, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

/* line 1341, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

/* line 1344, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

/* line 1347, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

/* line 1350, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1367, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

/* line 1373, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

/* line 1378, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

/* line 1382, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: "\00a0";
}

/* line 1385, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

/* line 1390, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

/* line 1396, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

/* line 1399, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1411, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

/* line 1415, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

/* line 1425, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

/* line 1435, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.show-menu-arrow.dropup
.dropdown-toggle
.filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

/* line 1443, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

/* line 1449, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.show-menu-arrow.pull-right
.dropdown-toggle
.filter-option:before {
  right: 12px;
  left: auto;
}

/* line 1455, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.show-menu-arrow.pull-right
.dropdown-toggle
.filter-option:after {
  right: 13px;
  left: auto;
}

/* line 1461, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

/* line 1467, app/assets/stylesheets/theme/plugins.bundle.scss */
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

/* line 1472, app/assets/stylesheets/theme/plugins.bundle.scss */
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1478, app/assets/stylesheets/theme/plugins.bundle.scss */
.bs-actionsbox .btn-group button {
  width: 50%;
}

/* line 1481, app/assets/stylesheets/theme/plugins.bundle.scss */
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1488, app/assets/stylesheets/theme/plugins.bundle.scss */
.bs-donebutton .btn-group button {
  width: 100%;
}

/* line 1491, app/assets/stylesheets/theme/plugins.bundle.scss */
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

/* line 1494, app/assets/stylesheets/theme/plugins.bundle.scss */
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/**
  * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches.
  *
  * @version v3.4.0
  * @homepage https://bttstrp.github.io/bootstrap-switch
  * @author Mattia Larentis <mattia@larentis.eu> (http://larentis.eu)
  * @license MIT
  */
/* line 1508, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 1530, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1537, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}

/* line 1550, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}

/* line 1555, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #337ab7;
}

/* line 1560, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}

/* line 1565, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}

/* line 1570, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}

/* line 1575, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}

/* line 1580, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}

/* line 1585, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333;
  background: #fff;
}

/* line 1593, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch span::before {
  content: "\200b";
}

/* line 1596, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 1600, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 1604, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch input[type="radio"],
.bootstrap-switch input[type="checkbox"] {
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

/* line 1615, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 1622, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 1629, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 1636, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}

/* line 1641, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}

/* line 1654, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}

/* line 1659, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 1665, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 1671, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 1679, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off
.bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 1685, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on
.bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 1693, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  box-shadow: 0 0 0.625em #d9d9d9;
}

/* line 1701, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}

/* line 1704, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}

/* line 1710, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

/* line 1715, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

/* line 1721, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em;
}

/* line 1725, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

/* line 1731, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast .swal2-icon::before {
  display: flex;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 1738, app/assets/stylesheets/theme/plugins.bundle.scss */
  .swal2-popup.swal2-toast .swal2-icon::before {
    font-size: 0.25em;
  }
}

/* line 1742, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

/* line 1746, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  top: 0.875em;
  width: 1.375em;
}

/* line 1750, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast
.swal2-icon.swal2-error
[class^="swal2-x-mark-line"][class$="left"] {
  left: 0.3125em;
}

/* line 1755, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast
.swal2-icon.swal2-error
[class^="swal2-x-mark-line"][class$="right"] {
  right: 0.3125em;
}

/* line 1760, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
}

/* line 1766, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}

/* line 1771, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}

/* line 1774, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

/* line 1777, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

/* line 1784, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast
.swal2-success
[class^="swal2-success-circular-line"][class$="left"] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

/* line 1793, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast
.swal2-success
[class^="swal2-success-circular-line"][class$="right"] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

/* line 1801, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

/* line 1805, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

/* line 1811, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"] {
  height: 0.3125em;
}

/* line 1814, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast
.swal2-success
[class^="swal2-success-line"][class$="tip"] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

/* line 1821, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast
.swal2-success
[class^="swal2-success-line"][class$="long"] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

/* line 1828, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}

/* line 1832, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}

/* line 1836, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

/* line 1840, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s;
}

/* line 1845, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
}

/* line 1861, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-container.swal2-top {
  align-items: flex-start;
}

/* line 1864, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-container.swal2-top-start,
.swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 1869, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

/* line 1874, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-container.swal2-center {
  align-items: center;
}

/* line 1877, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-container.swal2-center-start,
.swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}

/* line 1882, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

/* line 1887, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-container.swal2-bottom {
  align-items: flex-end;
}

/* line 1890, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-container.swal2-bottom-start,
.swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

/* line 1895, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

/* line 1900, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-container.swal2-bottom > :first-child,
.swal2-container.swal2-bottom-start > :first-child,
.swal2-container.swal2-bottom-left > :first-child,
.swal2-container.swal2-bottom-end > :first-child,
.swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}

/* line 1907, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

/* line 1913, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

/* line 1919, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

/* line 1923, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-container.swal2-grow-column.swal2-top,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}

/* line 1928, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-container.swal2-grow-column.swal2-top-start,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}

/* line 1936, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-top-right,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}

/* line 1944, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

/* line 1950, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)
> .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 1955, app/assets/stylesheets/theme/plugins.bundle.scss */
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

/* line 1959, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-container.swal2-fade {
  transition: background-color 0.1s;
}

/* line 1962, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 1966, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}

/* line 1981, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup:focus {
  outline: none;
}

/* line 1984, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

/* line 1988, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 1994, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

/* line 2007, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}

/* line 2016, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

/* line 2019, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

/* line 2022, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

/* line 2025, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 2044, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

/* line 2048, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-actions.swal2-loading .swal2-confirm:not(.swal2-styled)::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

/* line 2062, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}

/* line 2068, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-styled:not([disabled]) {
  cursor: pointer;
}

/* line 2071, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

/* line 2079, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

/* line 2087, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

/* line 2091, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-styled::-moz-focus-inner {
  border: 0;
}

/* line 2095, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

/* line 2104, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

/* line 2109, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-close {
  position: absolute;
  z-index: 2;
  /* 1617 */
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  outline: initial;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}

/* line 2131, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}

/* line 2137, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

/* line 2150, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

/* line 2159, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}

/* line 2172, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

/* line 2178, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}

/* line 2185, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-input::-webkit-input-placeholder,
.swal2-file::-webkit-input-placeholder,
.swal2-textarea::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 2190, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-input::-moz-placeholder,
.swal2-file::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #cccccc;
}

/* line 2195, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-input:-ms-input-placeholder,
.swal2-file:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

/* line 2200, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-input::-ms-input-placeholder,
.swal2-file::-ms-input-placeholder,
.swal2-textarea::-ms-input-placeholder {
  color: #cccccc;
}

/* line 2205, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

/* line 2211, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-range {
  margin: 1em auto;
  background: inherit;
}

/* line 2215, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-range input {
  width: 80%;
}

/* line 2218, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

/* line 2224, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

/* line 2232, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

/* line 2236, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-input[type="number"] {
  max-width: 10em;
}

/* line 2240, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

/* line 2245, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

/* line 2250, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

/* line 2259, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: inherit;
  color: inherit;
}

/* line 2266, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

/* line 2271, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}

/* line 2276, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}

/* line 2287, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  zoom: normal;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

/* line 2303, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  zoom: normal;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 2321, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon::before {
  display: flex;
  align-items: center;
  height: 92%;
  font-size: 3.75em;
}

/* line 2327, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon.swal2-error {
  border-color: #f27474;
}

/* line 2330, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

/* line 2334, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

/* line 2343, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
  left: 1.0625em;
  transform: rotate(45deg);
}

/* line 2347, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
  right: 1em;
  transform: rotate(-45deg);
}

/* line 2351, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

/* line 2355, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon.swal2-warning::before {
  content: "!";
}

/* line 2358, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

/* line 2362, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon.swal2-info::before {
  content: "i";
}

/* line 2365, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

/* line 2369, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon.swal2-question::before {
  content: "?";
}

/* line 2372, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon.swal2-question.swal2-arabic-question-mark::before {
  content: "؟";
}

/* line 2375, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

/* line 2378, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

/* line 2385, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon.swal2-success
[class^="swal2-success-circular-line"][class$="left"] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

/* line 2393, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon.swal2-success
[class^="swal2-success-circular-line"][class$="right"] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

/* line 2401, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

/* line 2412, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

/* line 2421, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon.swal2-success [class^="swal2-success-line"] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

/* line 2429, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
  top: 2.875em;
  left: 0.875em;
  width: 1.5625em;
  transform: rotate(45deg);
}

/* line 2435, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

/* line 2442, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

/* line 2449, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

/* line 2453, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

/* line 2463, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}

/* line 2466, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-progress-steps
.swal2-progress-step.swal2-active-progress-step
~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

/* line 2472, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-progress-steps
.swal2-progress-step.swal2-active-progress-step
~ .swal2-progress-step-line {
  background: #add8e6;
}

/* line 2477, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}

/* line 2485, app/assets/stylesheets/theme/plugins.bundle.scss */
[class^="swal2"] {
  -webkit-tap-highlight-color: transparent;
}

/* line 2489, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

/* line 2493, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

/* line 2498, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}

/* line 2502, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

/* line 2507, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

/* line 2512, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}

/* line 2516, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}

/* line 2520, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

/* line 2525, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

/* line 2529, app/assets/stylesheets/theme/plugins.bundle.scss */
.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}

@supports (-ms-accelerator: true) {
  /* line 2535, app/assets/stylesheets/theme/plugins.bundle.scss */
  .swal2-range input {
    width: 100% !important;
  }
  /* line 2538, app/assets/stylesheets/theme/plugins.bundle.scss */
  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 2543, app/assets/stylesheets/theme/plugins.bundle.scss */
  .swal2-range input {
    width: 100% !important;
  }
  /* line 2546, app/assets/stylesheets/theme/plugins.bundle.scss */
  .swal2-range output {
    display: none;
  }
}

@-moz-document url-prefix() {
  /* line 2551, app/assets/stylesheets/theme/plugins.bundle.scss */
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 2945, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

/* line 2948, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-height-auto {
  height: auto !important;
}

/* line 2951, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent;
}

/* line 2959, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* line 2962, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 2967, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-no-backdrop .swal2-shown.swal2-top-start,
body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}

/* line 2972, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-no-backdrop .swal2-shown.swal2-top-end,
body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

/* line 2977, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 2982, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-no-backdrop .swal2-shown.swal2-center-start,
body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* line 2988, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-no-backdrop .swal2-shown.swal2-center-end,
body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* line 2994, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 2999, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

/* line 3004, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

@media print {
  /* line 3010, app/assets/stylesheets/theme/plugins.bundle.scss */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  /* line 3013, app/assets/stylesheets/theme/plugins.bundle.scss */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
> [aria-hidden="true"] {
    display: none;
  }
  /* line 3017, app/assets/stylesheets/theme/plugins.bundle.scss */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
.swal2-container {
    position: static !important;
  }
}

/* line 3022, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}

/* line 3025, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}

/* line 3028, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

/* line 3035, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

/* line 3042, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

/* line 3049, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

/* line 3057, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 3064, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

/* line 3072, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

/* line 3079, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 3086, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

/* line 3093, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}

/* line 3097, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}

/* line 3103, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}

/* line 3106, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}

/* line 3111, app/assets/stylesheets/theme/plugins.bundle.scss */
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
/* line 3120, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}

/* line 3124, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker-inline {
  width: 220px;
}

/* line 3127, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker-rtl {
  direction: rtl;
}

/* line 3130, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker-rtl.dropdown-menu {
  left: auto;
}

/* line 3133, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker-rtl table tr td span {
  float: right;
}

/* line 3136, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

/* line 3141, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

/* line 3151, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

/* line 3160, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

/* line 3163, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

/* line 3166, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

/* line 3169, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

/* line 3172, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

/* line 3175, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

/* line 3178, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

/* line 3183, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

/* line 3188, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 3197, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

/* line 3205, app/assets/stylesheets/theme/plugins.bundle.scss */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 3209, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}

/* line 3213, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}

/* line 3218, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}

/* line 3224, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}

/* line 3230, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

/* line 3236, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

/* line 3241, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

/* line 3247, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted.focus:active,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

/* line 3257, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted.focus[disabled],
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

/* line 3269, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

/* line 3272, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}

/* line 3277, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

/* line 3282, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}

/* line 3288, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

/* line 3293, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

/* line 3299, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today.focus:active,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}

/* line 3309, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.focus[disabled],
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}

/* line 3321, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.today.focused {
  background: #ffc966;
}

/* line 3324, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}

/* line 3329, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}

/* line 3335, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

/* line 3341, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

/* line 3346, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

/* line 3352, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range.focus:active,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

/* line 3362, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range.focus[disabled],
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}

/* line 3374, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

/* line 3377, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}

/* line 3382, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

/* line 3387, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

/* line 3393, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

/* line 3398, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

/* line 3404, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted.focus:active,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

/* line 3414, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted.focus[disabled],
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

/* line 3426, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

/* line 3429, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}

/* line 3434, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

/* line 3439, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}

/* line 3445, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

/* line 3450, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

/* line 3456, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today.focus:active,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}

/* line 3466, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.focus[disabled],
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}

/* line 3478, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}

/* line 3483, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 3490, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}

/* line 3498, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

/* line 3504, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

/* line 3512, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected.focus:active,
.datepicker table tr td.selected.highlighted.focus:active,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}

/* line 3528, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected.focus[disabled],
.datepicker table tr td.selected.highlighted.focus[disabled],
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}

/* line 3549, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 3556, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 3564, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3570, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3578, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.focus:active,
.datepicker table tr td.active.highlighted.focus:active,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 3594, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active.focus[disabled],
.datepicker table tr td.active.highlighted.focus[disabled],
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3615, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

/* line 3625, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}

/* line 3629, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}

/* line 3635, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 3644, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active.focus:hover,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled.focus:hover {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 3656, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3664, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3676, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.active:hover:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled.active:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover:focus,
.datepicker table tr td span.active.focus:active,
.datepicker table tr td span.active.focus:hover:active,
.datepicker table tr td span.active.disabled.focus:active,
.datepicker table tr td span.active.disabled.focus:hover:active,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active.focus:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active.focus:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 3704, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active[disabled]:hover:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:hover:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active[disabled]:hover:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:hover:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled.focus:hover,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus:hover,
.datepicker table tr td span.active.focus[disabled],
.datepicker table tr td span.active.focus[disabled]:hover,
.datepicker table tr td span.active.disabled.focus[disabled],
.datepicker table tr td span.active.disabled.focus[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active.focus:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3743, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}

/* line 3747, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker .datepicker-switch {
  width: 145px;
}

/* line 3750, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

/* line 3756, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

/* line 3762, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

/* line 3766, app/assets/stylesheets/theme/plugins.bundle.scss */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 3772, app/assets/stylesheets/theme/plugins.bundle.scss */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 3775, app/assets/stylesheets/theme/plugins.bundle.scss */
.input-daterange {
  width: 100%;
}

/* line 3778, app/assets/stylesheets/theme/plugins.bundle.scss */
.input-daterange input {
  text-align: center;
}

/* line 3781, app/assets/stylesheets/theme/plugins.bundle.scss */
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

/* line 3784, app/assets/stylesheets/theme/plugins.bundle.scss */
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

/* line 3787, app/assets/stylesheets/theme/plugins.bundle.scss */
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 3805, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

/* line 3814, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker-inline {
  width: 220px;
}

/* line 3818, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker.datetimepicker-rtl {
  direction: rtl;
}

/* line 3822, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker.datetimepicker-rtl table tr td span {
  float: right;
}

/* line 3826, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
  top: 0;
  left: 0;
}

/* line 3832, app/assets/stylesheets/theme/plugins.bundle.scss */
[class*=" datetimepicker-dropdown"]:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

/* line 3842, app/assets/stylesheets/theme/plugins.bundle.scss */
[class*=" datetimepicker-dropdown"]:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
}

/* line 3851, app/assets/stylesheets/theme/plugins.bundle.scss */
[class*=" datetimepicker-dropdown-top"]:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}

/* line 3861, app/assets/stylesheets/theme/plugins.bundle.scss */
[class*=" datetimepicker-dropdown-top"]:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

/* line 3870, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px;
}

/* line 3875, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px;
}

/* line 3880, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
}

/* line 3885, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px;
}

/* line 3890, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px;
}

/* line 3895, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px;
}

/* line 3900, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px;
}

/* line 3905, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px;
}

/* line 3910, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker > div {
  display: none;
}

/* line 3914, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker.minutes div.datetimepicker-minutes {
  display: block;
}

/* line 3918, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker.hours div.datetimepicker-hours {
  display: block;
}

/* line 3922, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker.days div.datetimepicker-days {
  display: block;
}

/* line 3926, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker.months div.datetimepicker-months {
  display: block;
}

/* line 3930, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker.years div.datetimepicker-years {
  display: block;
}

/* line 3934, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker table {
  margin: 0;
}

/* line 3938, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

/* line 3949, app/assets/stylesheets/theme/plugins.bundle.scss */
.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
  background-color: transparent;
}

/* line 3954, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker table tr td.minute:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 3959, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker table tr td.hour:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 3964, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 3969, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
  color: #999999;
}

/* line 3974, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

/* line 3981, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 4005, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today.active:hover,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled.active:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled.disabled:hover,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today[disabled]:hover,
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled[disabled]:hover {
  background-color: #fdf59a;
}

/* line 4028, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today.active:hover,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled.active:hover {
  background-color: #fbf069;
}

/* line 4039, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 4065, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active.active:hover,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled.disabled:hover,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active[disabled]:hover,
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled[disabled]:hover {
  background-color: #0044cc;
}

/* line 4088, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active.active:hover,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled.active:hover {
  background-color: #003399;
}

/* line 4099, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 4112, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px;
}

/* line 4117, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%;
}

/* line 4122, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px;
}

/* line 4128, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px;
}

/* line 4133, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker table tr td span:hover {
  background: #eeeeee;
}

/* line 4137, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

/* line 4144, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 4170, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active.active:hover,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled.disabled:hover,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active[disabled]:hover,
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled[disabled]:hover {
  background-color: #0044cc;
}

/* line 4193, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active.active:hover,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled.active:hover {
  background-color: #003399;
}

/* line 4204, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker table tr td span.old {
  color: #999999;
}

/* line 4208, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker th.switch {
  width: 145px;
}

/* line 4212, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker th span.glyphicon {
  pointer-events: none;
}

/* line 4216, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker thead tr:first-child th,
.datetimepicker tfoot th {
  cursor: pointer;
}

/* line 4221, app/assets/stylesheets/theme/plugins.bundle.scss */
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot th:hover {
  background: #eeeeee;
}

/* line 4226, app/assets/stylesheets/theme/plugins.bundle.scss */
.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
  cursor: pointer;
  width: 14px;
  height: 14px;
}

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
/* line 4244, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker {
  position: relative;
}

/* line 4247, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}

/* line 4251, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker.pull-right
.bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}

/* line 4256, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker.pull-right
.bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}

/* line 4261, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}

/* line 4264, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker .input-group-addon i {
  display: inline-block;
  width: 16px;
  height: 16px;
}

/* line 4269, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}

/* line 4272, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}

/* line 4275, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

/* line 4283, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

/* line 4291, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}

/* line 4294, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}

/* line 4297, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}

/* line 4300, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}

/* line 4303, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}

/* line 4306, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}

/* line 4309, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

/* line 4314, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}

/* line 4319, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}

/* line 4323, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 4327, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}

/* line 4333, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}

/* line 4336, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker-widget table td span {
  width: 100%;
}

/* line 4339, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}

/* line 4348, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd;
}

/* line 4356, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}

/* line 4360, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}

/* line 4365, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}

@media (min-width: 767px) {
  /* line 4369, app/assets/stylesheets/theme/plugins.bundle.scss */
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}

@media (max-width: 767px) {
  /* line 4375, app/assets/stylesheets/theme/plugins.bundle.scss */
  .bootstrap-timepicker {
    width: 100%;
  }
  /* line 4378, app/assets/stylesheets/theme/plugins.bundle.scss */
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}

/* line 4383, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 4390, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 4398, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 4406, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 4409, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container[dir="rtl"]
.select2-selection--single
.select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 4415, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 4423, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 4430, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container .select2-search--inline {
  float: left;
}

/* line 4433, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 4440, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container
.select2-search--inline
.select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 4446, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 4458, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-results {
  display: block;
}

/* line 4462, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 4468, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 4473, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 4477, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 4481, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4487, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4493, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 4497, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 4502, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 4505, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 4509, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 4527, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 4540, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 4545, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 4551, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default
.select2-selection--single
.select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 4558, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
  color: #999;
}

/* line 4563, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 4572, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 4588, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
  float: left;
}

/* line 4594, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 4601, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default.select2-container--disabled
.select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 4606, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default.select2-container--disabled
.select2-selection--single
.select2-selection__clear {
  display: none;
}

/* line 4612, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 4620, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 4626, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 4635, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default
.select2-selection--multiple
.select2-selection__rendered
li {
  list-style: none;
}

/* line 4641, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default
.select2-selection--multiple
.select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 4651, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 4663, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 4672, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:hover {
  color: #333;
}

/* line 4678, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice,
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-search--inline {
  float: right;
}

/* line 4687, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 4694, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 4701, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default.select2-container--focus
.select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 4707, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default.select2-container--disabled
.select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 4713, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default.select2-container--disabled
.select2-selection__choice__remove {
  display: none;
}

/* line 4718, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4726, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4734, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 4738, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 4746, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 4751, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}

/* line 4755, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}

/* line 4759, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}

/* line 4763, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 4766, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__group {
  padding-left: 0;
}

/* line 4772, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 4779, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 4787, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 4796, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 4806, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 4818, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default
.select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 4824, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 4830, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 4841, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 4844, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic
.select2-selection--single
.select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 4850, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic
.select2-selection--single
.select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 4858, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic
.select2-selection--single
.select2-selection__placeholder {
  color: #999;
}

/* line 4863, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic
.select2-selection--single
.select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 4882, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic
.select2-selection--single
.select2-selection__arrow
b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 4898, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
  float: left;
}

/* line 4904, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 4916, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 4919, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 4925, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 4933, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 4945, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 4957, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 4964, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 4967, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic
.select2-selection--multiple
.select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 4974, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic
.select2-selection--multiple
.select2-selection__clear {
  display: none;
}

/* line 4979, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 4991, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 5000, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove:hover {
  color: #555;
}

/* line 5006, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 5014, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 5021, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic.select2-container--open
.select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 5026, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5033, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 5040, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 5045, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 5050, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 5055, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 5059, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 5063, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 5068, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}

/* line 5072, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}

/* line 5076, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic
.select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 5082, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 5088, app/assets/stylesheets/theme/plugins.bundle.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 5092, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify {
  --tags-border-color: #ddd;
  --tag-bg: #e5e5e5;
  --tag-hover: #d3e2e2;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border: 1px solid var(--tags-border-color);
  padding: 0;
  line-height: 1.1;
  cursor: text;
  position: relative;
  transition: 0.1s;
}

@keyframes tags--bump {
  30% {
    transform: scale(1.2);
  }
}

/* line 5112, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify:hover {
  border-color: #ccc;
}

/* line 5115, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify.tagify--focus {
  border-color: #85c8ea;
}

/* line 5118, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify[readonly] {
  cursor: default;
}

/* line 5121, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify[readonly] > .tagify__input {
  visibility: hidden;
  width: 0;
  margin: 5px 0;
}

/* line 5126, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify[readonly] .tagify__tag__removeBtn {
  display: none;
}

/* line 5129, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify[readonly] .tagify__tag > div {
  padding: 0.3em 0.5em;
}

/* line 5132, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify[readonly] .tagify__tag > div::before {
  background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
  box-shadow: none;
  filter: brightness(0.95);
}

/* line 5147, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify + input,
.tagify + textarea {
  display: none !important;
}

/* line 5151, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__tag {
  display: inline-block;
  margin: 5px 0 5px 5px;
  position: relative;
  z-index: 1;
  cursor: default;
  transition: 0.13s ease-out;
}

/* line 5159, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__tag.tagify--editable > div::before {
  box-shadow: 0 0 0 2px #d3e2e2 inset !important;
  box-shadow: 0 0 0 2px var(--tag-hover) inset !important;
}

/* line 5163, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__tag.tagify--editable.tagify--invalid > div::before {
  box-shadow: 0 0 0 2px #d39494 inset !important;
}

/* line 5166, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__tag > div {
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0.3em 0.5em;
  color: #000;
  line-height: inherit;
  border-radius: 3px;
  -webkit-user-select: none;
  user-select: none;
  transition: 0.13s ease-out;
  padding-right: 1.5em;
}

/* line 5180, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__tag > div > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  min-width: 10px;
}

/* line 5188, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__tag > div > [contenteditable] {
  outline: 0;
  -webkit-user-select: text;
  user-select: text;
  cursor: text;
  margin: -2px;
  padding: 2px;
}

/* line 5196, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__tag > div::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 0 1.1em #e5e5e5 inset;
  box-shadow: 0 0 0 1.1em var(--tag-bg) inset;
  z-index: -1;
  pointer-events: none;
  transition: 120ms ease;
  animation: tags--bump 0.3s ease-out 1;
}

/* line 5211, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__tag:hover:not([readonly]) div::before {
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  box-shadow: 0 0 0 1.1em #d3e2e2 inset;
  box-shadow: 0 0 0 1.1em var(--tag-hover) inset;
}

/* line 5219, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__tag.tagify--noAnim {
  animation: none;
}

/* line 5222, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__tag.tagify--hide {
  width: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s;
  pointer-events: none;
}

/* line 5233, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__tag.tagify--mark div::before {
  animation: none;
}

/* line 5236, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__tag.tagify--notAllowed div > span {
  opacity: 0.5;
}

/* line 5239, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__tag.tagify--notAllowed div::before {
  box-shadow: 0 0 0 1.1em rgba(211, 148, 148, 0.44) inset !important;
  transition: 0.2s;
}

/* line 5243, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__tag[readonly] .tagify__tag__removeBtn {
  display: none;
}

/* line 5246, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__tag[readonly] > div {
  padding: 0.3em 0.5em;
}

/* line 5249, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__tag[readonly] > div::before {
  background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
  box-shadow: none;
  filter: brightness(0.95);
}

/* line 5264, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__tag__removeBtn {
  font: 14px/16px Serif;
  width: 14px;
  height: 14px;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  z-index: 1;
  right: calc(0.5em - 2px);
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  transition: 0.2s ease-out;
}

/* line 5278, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__tag__removeBtn::after {
  content: "\00D7";
}

/* line 5281, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__tag__removeBtn:hover {
  color: #fff;
  background: #c77777;
}

/* line 5285, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__tag__removeBtn:hover + div > span {
  opacity: 0.5;
}

/* line 5288, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__tag__removeBtn:hover + div::before {
  box-shadow: 0 0 0 1.1em rgba(211, 148, 148, 0.3) inset !important;
  transition: 0.2s;
}

/* line 5292, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__input {
  display: block;
  min-width: 110px;
  margin: 5px;
  padding: 0.3em 0.5em;
  line-height: inherit;
  position: relative;
  white-space: nowrap;
}

/* line 5301, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__input br {
  display: none;
}

/* line 5304, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__input * {
  display: inline;
  white-space: nowrap;
}

/* line 5308, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__input::before {
  display: inline-block;
  width: 0;
}

/* line 5312, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__input:empty::before {
  transition: 0.2s ease-out;
  opacity: 0.5;
  transform: none;
  width: auto;
}

/* line 5318, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__input:focus {
  outline: 0;
}

/* line 5321, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__input:focus::before {
  transition: 0.2s ease-out;
  opacity: 0;
  transform: translatex(6px);
}

@supports (-moz-appearance: none) {
  /* line 5327, app/assets/stylesheets/theme/plugins.bundle.scss */
  .tagify__input:focus::before {
    display: none;
  }
}

/* line 5331, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__input:focus:empty::before {
  transition: 0.2s ease-out;
  opacity: 0.3;
  transform: none;
}

@supports (-moz-appearance: none) {
  /* line 5337, app/assets/stylesheets/theme/plugins.bundle.scss */
  .tagify__input:focus:empty::before {
    display: inline-block;
  }
}

/* line 5341, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__input::before {
  content: attr(data-placeholder);
  line-height: 1.8;
  position: absolute;
  top: 0;
  z-index: 1;
  color: #000;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
}

@supports (-moz-appearance: none) {
  /* line 5353, app/assets/stylesheets/theme/plugins.bundle.scss */
  .tagify__input::before {
    line-height: inherit;
    position: relative;
  }
}

/* line 5358, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__input::after {
  content: attr(data-suggest);
  color: #000;
  opacity: 0.3;
  pointer-events: none;
}

/* line 5364, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__input .tagify__tag {
  line-height: 1.1;
}

/* line 5367, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__input .tagify__tag > div {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 5371, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__input .tagify__tag > div::before {
  top: -3px;
  bottom: -3px;
}

/* line 5375, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__input .tagify__tag:hover:not([readonly]) > div::before {
  top: -3px;
  bottom: -3px;
  left: 0;
  right: 0;
}

/* line 5381, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify--mix .tagify__input {
  padding: 5px;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 1.7;
}

/* line 5388, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify--select::after {
  content: ">";
  opacity: 0.5;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  font: 16px monospace;
  line-height: 8px;
  height: 8px;
  pointer-events: none;
  transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
  transition: 0.2s ease-in-out;
}

/* line 5402, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify--select[aria-expanded="true"]::after {
  transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2);
}

/* line 5405, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify--select .tagify__tag {
  position: absolute;
  top: 0;
  right: 1.8em;
  bottom: 0;
}

/* line 5411, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify--select .tagify__tag div {
  display: none;
}

/* line 5414, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify--select .tagify__input {
  width: 100%;
}

/* line 5417, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify--invalid {
  --tags-border-color: #d39494;
}

/* line 5420, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__dropdown {
  position: absolute;
  z-index: 9999;
  background: #fff;
  max-height: 300px;
  overflow: auto;
  border: 1px solid #85c8ea;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

/* line 5430, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__dropdown__item {
  box-sizing: inherit;
  padding: 0.35em 0.6em;
  margin: 2px;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  outline: 0;
}

/* line 5439, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__dropdown__item--active {
  background: #e5e5e5;
}

/* line 5442, app/assets/stylesheets/theme/plugins.bundle.scss */
.tagify__dropdown__item:active {
  filter: brightness(105%);
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* line 5653, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone,
.dropzone * {
  box-sizing: border-box;
}

/* line 5658, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

/* line 5664, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone.dz-clickable {
  cursor: pointer;
}

/* line 5667, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone.dz-clickable * {
  cursor: default;
}

/* line 5670, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

/* line 5674, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone.dz-started .dz-message {
  display: none;
}

/* line 5677, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone.dz-drag-hover {
  border-style: solid;
}

/* line 5680, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

/* line 5683, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

/* line 5687, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

/* line 5694, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview:hover {
  z-index: 1000;
}

/* line 5697, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 5700, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

/* line 5705, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

/* line 5708, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview.dz-image-preview {
  background: white;
}

/* line 5711, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 5718, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

/* line 5725, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

/* line 5728, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 5731, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

/* line 5745, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

/* line 5749, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

/* line 5752, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 5756, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 5760, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

/* line 5763, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

/* line 5769, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

/* line 5778, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

/* line 5787, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview .dz-image img {
  display: block;
}

/* line 5790, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 5797, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 5805, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

/* line 5817, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

/* line 5823, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 5831, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

/* line 5839, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

/* line 5846, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

/* line 5862, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

/* line 5876, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

/* line 5879, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

/* line 5883, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

/* line 5905, app/assets/stylesheets/theme/plugins.bundle.scss */
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url(/assets/summernote-43ab0510fb20f491afa3d6e234708cf02b03f2b0cd9214d258bb76362753ccdf.eot);
  src: url(/assets/summernote-43ab0510fb20f491afa3d6e234708cf02b03f2b0cd9214d258bb76362753ccdf.eot#iefix) format("embedded-opentype"), url(/assets/summernote-1fba7b35914a7b5888c138fe26cff82c9531eac6f4afbb715d05ffbb91e0ac45.woff) format("woff"), url(/assets/summernote-11d51be934cdec9381ccff90ed02e5e478139c582335968cb5839edaf3f10cbb.ttf) format("truetype");
}

/* line 5926, app/assets/stylesheets/theme/plugins.bundle.scss */
[class^="note-icon-"]:before,
[class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
}

/* line 5939, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-align-center:before,
.note-icon-align-indent:before,
.note-icon-align-justify:before,
.note-icon-align-left:before,
.note-icon-align-outdent:before,
.note-icon-align-right:before,
.note-icon-align:before,
.note-icon-arrow-circle-down:before,
.note-icon-arrow-circle-left:before,
.note-icon-arrow-circle-right:before,
.note-icon-arrow-circle-up:before,
.note-icon-arrows-alt:before,
.note-icon-arrows-h:before,
.note-icon-arrows-v:before,
.note-icon-bold:before,
.note-icon-caret:before,
.note-icon-chain-broken:before,
.note-icon-circle:before,
.note-icon-close:before,
.note-icon-code:before,
.note-icon-col-after:before,
.note-icon-col-before:before,
.note-icon-col-remove:before,
.note-icon-eraser:before,
.note-icon-float-left:before,
.note-icon-float-none:before,
.note-icon-float-right:before,
.note-icon-font:before,
.note-icon-frame:before,
.note-icon-italic:before,
.note-icon-link:before,
.note-icon-magic:before,
.note-icon-menu-check:before,
.note-icon-minus:before,
.note-icon-orderedlist:before,
.note-icon-pencil:before,
.note-icon-picture:before,
.note-icon-question:before,
.note-icon-redo:before,
.note-icon-rollback:before,
.note-icon-row-above:before,
.note-icon-row-below:before,
.note-icon-row-remove:before,
.note-icon-special-character:before,
.note-icon-square:before,
.note-icon-strikethrough:before,
.note-icon-subscript:before,
.note-icon-summernote:before,
.note-icon-superscript:before,
.note-icon-table:before,
.note-icon-text-height:before,
.note-icon-trash:before,
.note-icon-underline:before,
.note-icon-undo:before,
.note-icon-unorderedlist:before,
.note-icon-video:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

/* line 6001, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-align-center:before {
  content: "\f101";
}

/* line 6004, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-align-indent:before {
  content: "\f102";
}

/* line 6007, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-align-justify:before {
  content: "\f103";
}

/* line 6010, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-align-left:before {
  content: "\f104";
}

/* line 6013, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-align-outdent:before {
  content: "\f105";
}

/* line 6016, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-align-right:before {
  content: "\f106";
}

/* line 6019, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-align:before {
  content: "\f107";
}

/* line 6022, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-arrow-circle-down:before {
  content: "\f108";
}

/* line 6025, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-arrow-circle-left:before {
  content: "\f109";
}

/* line 6028, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-arrow-circle-right:before {
  content: "\f10a";
}

/* line 6031, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-arrow-circle-up:before {
  content: "\f10b";
}

/* line 6034, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-arrows-alt:before {
  content: "\f10c";
}

/* line 6037, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-arrows-h:before {
  content: "\f10d";
}

/* line 6040, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-arrows-v:before {
  content: "\f10e";
}

/* line 6043, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-bold:before {
  content: "\f10f";
}

/* line 6046, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-caret:before {
  content: "\f110";
}

/* line 6049, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-chain-broken:before {
  content: "\f111";
}

/* line 6052, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-circle:before {
  content: "\f112";
}

/* line 6055, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-close:before {
  content: "\f113";
}

/* line 6058, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-code:before {
  content: "\f114";
}

/* line 6061, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-col-after:before {
  content: "\f115";
}

/* line 6064, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-col-before:before {
  content: "\f116";
}

/* line 6067, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-col-remove:before {
  content: "\f117";
}

/* line 6070, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-eraser:before {
  content: "\f118";
}

/* line 6073, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-float-left:before {
  content: "\f119";
}

/* line 6076, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-float-none:before {
  content: "\f11a";
}

/* line 6079, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-float-right:before {
  content: "\f11b";
}

/* line 6082, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-font:before {
  content: "\f11c";
}

/* line 6085, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-frame:before {
  content: "\f11d";
}

/* line 6088, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-italic:before {
  content: "\f11e";
}

/* line 6091, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-link:before {
  content: "\f11f";
}

/* line 6094, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-magic:before {
  content: "\f120";
}

/* line 6097, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-menu-check:before {
  content: "\f121";
}

/* line 6100, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-minus:before {
  content: "\f122";
}

/* line 6103, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-orderedlist:before {
  content: "\f123";
}

/* line 6106, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-pencil:before {
  content: "\f124";
}

/* line 6109, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-picture:before {
  content: "\f125";
}

/* line 6112, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-question:before {
  content: "\f126";
}

/* line 6115, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-redo:before {
  content: "\f127";
}

/* line 6118, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-rollback:before {
  content: "\f128";
}

/* line 6121, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-row-above:before {
  content: "\f129";
}

/* line 6124, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-row-below:before {
  content: "\f12a";
}

/* line 6127, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-row-remove:before {
  content: "\f12b";
}

/* line 6130, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-special-character:before {
  content: "\f12c";
}

/* line 6133, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-square:before {
  content: "\f12d";
}

/* line 6136, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-strikethrough:before {
  content: "\f12e";
}

/* line 6139, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-subscript:before {
  content: "\f12f";
}

/* line 6142, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-summernote:before {
  content: "\f130";
}

/* line 6145, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-superscript:before {
  content: "\f131";
}

/* line 6148, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-table:before {
  content: "\f132";
}

/* line 6151, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-text-height:before {
  content: "\f133";
}

/* line 6154, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-trash:before {
  content: "\f134";
}

/* line 6157, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-underline:before {
  content: "\f135";
}

/* line 6160, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-undo:before {
  content: "\f136";
}

/* line 6163, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-unorderedlist:before {
  content: "\f137";
}

/* line 6166, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-icon-video:before {
  content: "\f138";
}

/* line 6169, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor {
  position: relative;
}

/* line 6172, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: #fff;
  opacity: 0.95;
}

/* line 6180, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

/* line 6187, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor .note-dropzone.hover {
  color: #098ddf;
}

/* line 6190, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.dragover .note-dropzone {
  display: table;
}

/* line 6193, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor .note-editing-area {
  position: relative;
}

/* line 6196, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor .note-editing-area .note-editable {
  outline: 0;
}

/* line 6199, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}

/* line 6202, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}

/* line 6205, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor .note-editing-area img.note-float-left {
  margin-right: 10px;
}

/* line 6208, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor .note-editing-area img.note-float-right {
  margin-left: 10px;
}

/* line 6211, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame {
  border: 1px solid #a9a9a9;
}

/* line 6214, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}

/* line 6217, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}

/* line 6220, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-editing-area {
  overflow: hidden;
}

/* line 6223, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  color: #000;
  word-wrap: break-word;
  background-color: #fff;
}

/* line 6230, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame
.note-editing-area
.note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}

/* line 6235, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}

/* line 6256, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
}

/* line 6263, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame.fullscreen .note-editable {
  background-color: #fff;
}

/* line 6266, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}

/* line 6269, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-status-output {
  display: block;
  width: 100%;
  height: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  border: 0;
  border-top: 1px solid #e2e2e2;
}

/* line 6280, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent;
}

/* line 6284, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-status-output .pull-right {
  float: right !important;
}

/* line 6287, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-status-output .text-muted {
  color: #777;
}

/* line 6290, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-status-output .text-primary {
  color: #286090;
}

/* line 6293, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-status-output .text-success {
  color: #3c763d;
}

/* line 6296, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-status-output .text-info {
  color: #31708f;
}

/* line 6299, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b;
}

/* line 6302, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-status-output .text-danger {
  color: #a94442;
}

/* line 6305, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-status-output .alert {
  padding: 7px 10px 2px 10px;
  margin: -7px 0 0 0;
  color: #000;
  background-color: #f5f5f5;
  border-radius: 0;
}

/* line 6312, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px;
}

/* line 6315, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}

/* line 6319, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
}

/* line 6323, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}

/* line 6327, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
}

/* line 6331, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 6337, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 9px;
  padding-top: 1px;
  cursor: ns-resize;
}

/* line 6343, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}

/* line 6348, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: default;
}

/* line 6351, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}

/* line 6354, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-editor.note-frame .note-placeholder {
  padding: 10px;
}

/* line 6357, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover.popover {
  max-width: none;
}

/* line 6360, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 6368, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover.popover .arrow {
  left: 20px !important;
}

/* line 6371, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-toolbar {
  position: relative;
  z-index: 500;
}

/* line 6375, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover .popover-content,
.panel-heading.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0;
}

/* line 6380, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover .popover-content > .btn-group,
.panel-heading.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0;
}

/* line 6386, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover .popover-content .btn-group .note-table,
.panel-heading.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px;
}

/* line 6391, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker,
.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}

/* line 6395, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover
.popover-content
.btn-group
.note-table
.note-dimension-picker
.note-dimension-picker-mousecatcher,
.panel-heading.note-toolbar
.btn-group
.note-table
.note-dimension-picker
.note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

/* line 6412, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover
.popover-content
.btn-group
.note-table
.note-dimension-picker
.note-dimension-picker-unhighlighted,
.panel-heading.note-toolbar
.btn-group
.note-table
.note-dimension-picker
.note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 6430, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover
.popover-content
.btn-group
.note-table
.note-dimension-picker
.note-dimension-picker-highlighted,
.panel-heading.note-toolbar
.btn-group
.note-table
.note-dimension-picker
.note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 6448, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover .popover-content .note-style .dropdown-style blockquote,
.panel-heading.note-toolbar .note-style .dropdown-style blockquote,
.note-popover .popover-content .note-style .dropdown-style pre,
.panel-heading.note-toolbar .note-style .dropdown-style pre {
  padding: 5px 10px;
  margin: 0;
}

/* line 6455, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover .popover-content .note-style .dropdown-style h1,
.panel-heading.note-toolbar .note-style .dropdown-style h1,
.note-popover .popover-content .note-style .dropdown-style h2,
.panel-heading.note-toolbar .note-style .dropdown-style h2,
.note-popover .popover-content .note-style .dropdown-style h3,
.panel-heading.note-toolbar .note-style .dropdown-style h3,
.note-popover .popover-content .note-style .dropdown-style h4,
.panel-heading.note-toolbar .note-style .dropdown-style h4,
.note-popover .popover-content .note-style .dropdown-style h5,
.panel-heading.note-toolbar .note-style .dropdown-style h5,
.note-popover .popover-content .note-style .dropdown-style h6,
.panel-heading.note-toolbar .note-style .dropdown-style h6,
.note-popover .popover-content .note-style .dropdown-style p,
.panel-heading.note-toolbar .note-style .dropdown-style p {
  padding: 0;
  margin: 0;
}

/* line 6472, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover .popover-content .note-color-all .dropdown-menu,
.panel-heading.note-toolbar .note-color-all .dropdown-menu {
  min-width: 337px;
}

/* line 6476, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover .popover-content .note-color .dropdown-toggle,
.panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}

/* line 6481, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover .popover-content .note-color .dropdown-menu .note-palette,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette {
  display: inline-block;
  width: 160px;
  margin: 0;
}

/* line 6487, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover
.popover-content
.note-color
.dropdown-menu
.note-palette:first-child,
.panel-heading.note-toolbar
.note-color
.dropdown-menu
.note-palette:first-child {
  margin: 0 5px;
}

/* line 6498, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover
.popover-content
.note-color
.dropdown-menu
.note-palette
.note-palette-title,
.panel-heading.note-toolbar
.note-color
.dropdown-menu
.note-palette
.note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

/* line 6514, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover
.popover-content
.note-color
.dropdown-menu
.note-palette
.note-color-reset,
.panel-heading.note-toolbar
.note-color
.dropdown-menu
.note-palette
.note-color-reset,
.note-popover
.popover-content
.note-color
.dropdown-menu
.note-palette
.note-color-select,
.panel-heading.note-toolbar
.note-color
.dropdown-menu
.note-palette
.note-color-select {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 6545, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover
.popover-content
.note-color
.dropdown-menu
.note-palette
.note-color-row,
.panel-heading.note-toolbar
.note-color
.dropdown-menu
.note-palette
.note-color-row {
  height: 20px;
}

/* line 6558, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover
.popover-content
.note-color
.dropdown-menu
.note-palette
.note-color-reset:hover,
.panel-heading.note-toolbar
.note-color
.dropdown-menu
.note-palette
.note-color-reset:hover {
  background: #eee;
}

/* line 6571, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover
.popover-content
.note-color
.dropdown-menu
.note-palette
.note-color-select-btn,
.panel-heading.note-toolbar
.note-color
.dropdown-menu
.note-palette
.note-color-select-btn {
  display: none;
}

/* line 6584, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover
.popover-content
.note-color
.dropdown-menu
.note-palette
.note-holder-custom
.note-color-btn,
.panel-heading.note-toolbar
.note-color
.dropdown-menu
.note-palette
.note-holder-custom
.note-color-btn {
  border: 1px solid #eee;
}

/* line 6599, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover .popover-content .note-para .dropdown-menu,
.panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}

/* line 6604, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover .popover-content .note-para .dropdown-menu > div:first-child,
.panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}

/* line 6608, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover .popover-content .dropdown-menu,
.panel-heading.note-toolbar .dropdown-menu {
  min-width: 90px;
}

/* line 6612, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover .popover-content .dropdown-menu.right,
.panel-heading.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}

/* line 6617, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover .popover-content .dropdown-menu.right::before,
.panel-heading.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}

/* line 6622, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover .popover-content .dropdown-menu.right::after,
.panel-heading.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}

/* line 6627, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover .popover-content .dropdown-menu.note-check li a i,
.panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  color: deepskyblue;
  visibility: hidden;
}

/* line 6632, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover .popover-content .dropdown-menu.note-check li a.checked i,
.panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
  visibility: visible;
}

/* line 6636, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover .popover-content .note-fontsize-10,
.panel-heading.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}

/* line 6640, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover .popover-content .note-color-palette,
.panel-heading.note-toolbar .note-color-palette {
  line-height: 1;
}

/* line 6644, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover .popover-content .note-color-palette div .note-color-btn,
.panel-heading.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}

/* line 6652, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-popover .popover-content .note-color-palette div .note-color-btn:hover,
.panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}

/* line 6656, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-dialog > div {
  display: none;
}

/* line 6659, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0;
}

/* line 6663, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-dialog .note-modal-form {
  margin: 0;
}

/* line 6666, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
}

@-moz-document url-prefix() {
  /* line 6676, app/assets/stylesheets/theme/plugins.bundle.scss */
  .note-image-input {
    height: auto;
  }
}

/* line 6680, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-placeholder {
  position: absolute;
  display: none;
  color: gray;
}

/* line 6685, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid #000;
}

/* line 6690, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-handle .note-control-selection > div {
  position: absolute;
}

/* line 6693, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30);
}

/* line 6704, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}

/* line 6709, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}

/* line 6714, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: 1px solid #000;
}

/* line 6720, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0;
}

/* line 6726, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none;
}

/* line 6732, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0;
}

/* line 6738, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}

/* line 6743, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none;
}

/* line 6748, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}

/* line 6766, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}

/* line 6770, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-hint-popover .popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto;
}

/* line 6775, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}

/* line 6779, app/assets/stylesheets/theme/plugins.bundle.scss */
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
/* line 6798, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

/* line 6806, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

/* line 6809, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

/* line 6812, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

/* line 6819, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-clipboard p {
  margin: 0;
  padding: 0;
}

/* line 6823, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 6836, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor > * {
  cursor: text;
}

/* line 6839, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 6854, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

/* line 6858, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

/* line 6862, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ul > li::before {
  content: "\2022";
}

/* line 6865, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ul[data-checked="true"],
.ql-editor ul[data-checked="false"] {
  pointer-events: none;
}

/* line 6869, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ul[data-checked="true"] > li *,
.ql-editor ul[data-checked="false"] > li * {
  pointer-events: all;
}

/* line 6873, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ul[data-checked="true"] > li::before,
.ql-editor ul[data-checked="false"] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

/* line 6879, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ul[data-checked="true"] > li::before {
  content: "\2611";
}

/* line 6882, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ul[data-checked="false"] > li::before {
  content: "\2610";
}

/* line 6885, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

/* line 6890, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

/* line 6895, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

/* line 6899, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

/* line 6903, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

/* line 6907, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

/* line 6911, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}

/* line 6914, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

/* line 6917, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

/* line 6920, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 6923, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

/* line 6926, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

/* line 6929, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 6932, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

/* line 6935, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

/* line 6938, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 6941, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

/* line 6944, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

/* line 6947, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

/* line 6950, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

/* line 6953, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

/* line 6956, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

/* line 6959, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

/* line 6962, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

/* line 6965, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

/* line 6968, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

/* line 6971, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

/* line 6974, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

/* line 6977, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

/* line 6980, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

/* line 6983, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

/* line 6986, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

/* line 6989, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

/* line 6992, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

/* line 6995, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

/* line 6998, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

/* line 7001, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

/* line 7004, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

/* line 7007, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

/* line 7010, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

/* line 7013, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

/* line 7016, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

/* line 7019, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

/* line 7022, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

/* line 7025, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

/* line 7028, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

/* line 7031, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

/* line 7034, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

/* line 7037, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

/* line 7040, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

/* line 7043, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

/* line 7046, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

/* line 7049, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

/* line 7052, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

/* line 7055, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

/* line 7058, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

/* line 7061, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

/* line 7064, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

/* line 7067, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

/* line 7070, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

/* line 7073, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

/* line 7076, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

/* line 7079, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

/* line 7082, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

/* line 7085, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

/* line 7088, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

/* line 7091, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

/* line 7094, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

/* line 7097, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

/* line 7100, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

/* line 7104, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

/* line 7107, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

/* line 7110, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-bg-black {
  background-color: #000;
}

/* line 7113, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-bg-red {
  background-color: #e60000;
}

/* line 7116, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-bg-orange {
  background-color: #f90;
}

/* line 7119, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

/* line 7122, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-bg-green {
  background-color: #008a00;
}

/* line 7125, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-bg-blue {
  background-color: #06c;
}

/* line 7128, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-bg-purple {
  background-color: #93f;
}

/* line 7131, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-color-white {
  color: #fff;
}

/* line 7134, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-color-red {
  color: #e60000;
}

/* line 7137, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-color-orange {
  color: #f90;
}

/* line 7140, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-color-yellow {
  color: #ff0;
}

/* line 7143, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-color-green {
  color: #008a00;
}

/* line 7146, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-color-blue {
  color: #06c;
}

/* line 7149, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-color-purple {
  color: #93f;
}

/* line 7152, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

/* line 7155, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

/* line 7158, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-size-small {
  font-size: 0.75em;
}

/* line 7161, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-size-large {
  font-size: 1.5em;
}

/* line 7164, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

/* line 7167, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

/* line 7171, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-align-center {
  text-align: center;
}

/* line 7174, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-align-justify {
  text-align: justify;
}

/* line 7177, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor .ql-align-right {
  text-align: right;
}

/* line 7180, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/* line 7189, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}

/* line 7195, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

/* line 7206, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

/* line 7211, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

/* line 7215, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow.ql-toolbar input.ql-image[type="file"],
.ql-snow .ql-toolbar input.ql-image[type="file"] {
  display: none;
}

/* line 7219, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

/* line 7235, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

/* line 7265, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  /* line 7296, app/assets/stylesheets/theme/plugins.bundle.scss */
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
.ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  /* line 7300, app/assets/stylesheets/theme/plugins.bundle.scss */
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  /* line 7306, app/assets/stylesheets/theme/plugins.bundle.scss */
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}

/* line 7313, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow {
  box-sizing: border-box;
}

/* line 7316, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow * {
  box-sizing: border-box;
}

/* line 7319, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-hidden {
  display: none;
}

/* line 7322, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

/* line 7326, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

/* line 7330, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

/* line 7334, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

/* line 7337, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

/* line 7341, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}

/* line 7346, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* line 7353, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

/* line 7359, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

/* line 7363, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-empty {
  fill: none;
}

/* line 7366, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-even {
  fill-rule: evenodd;
}

/* line 7369, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

/* line 7373, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-transparent {
  opacity: 0.4;
}

/* line 7376, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-direction svg:last-child {
  display: none;
}

/* line 7379, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

/* line 7382, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

/* line 7385, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-editor h1 {
  font-size: 2em;
}

/* line 7388, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

/* line 7391, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

/* line 7394, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-editor h4 {
  font-size: 1em;
}

/* line 7397, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

/* line 7400, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

/* line 7403, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-editor a {
  text-decoration: underline;
}

/* line 7406, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

/* line 7412, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

/* line 7417, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

/* line 7423, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

/* line 7427, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

/* line 7432, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-editor img {
  max-width: 100%;
}

/* line 7435, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

/* line 7445, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

/* line 7454, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

/* line 7458, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

/* line 7466, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 7472, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

/* line 7476, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

/* line 7479, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

/* line 7482, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

/* line 7488, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

/* line 7492, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

/* line 7496, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

/* line 7500, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

/* line 7503, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

/* line 7508, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

/* line 7512, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

/* line 7520, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

/* line 7527, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow
.ql-picker.ql-header
.ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow
.ql-picker.ql-font
.ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow
.ql-picker.ql-size
.ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow
.ql-picker.ql-header
.ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow
.ql-picker.ql-font
.ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow
.ql-picker.ql-size
.ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}

/* line 7547, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-header {
  width: 98px;
}

/* line 7550, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}

/* line 7554, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}

/* line 7558, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}

/* line 7562, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}

/* line 7566, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}

/* line 7570, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}

/* line 7574, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}

/* line 7578, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

/* line 7581, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

/* line 7584, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

/* line 7587, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

/* line 7590, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

/* line 7593, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

/* line 7596, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-font {
  width: 108px;
}

/* line 7599, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}

/* line 7603, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="serif"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]::before {
  content: "Serif";
}

/* line 7607, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="monospace"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]::before {
  content: "Monospace";
}

/* line 7611, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]::before {
  font-family: Georgia, Times New Roman, serif;
}

/* line 7614, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]::before {
  font-family: Monaco, Courier New, monospace;
}

/* line 7617, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-size {
  width: 98px;
}

/* line 7620, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}

/* line 7624, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="small"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]::before {
  content: "Small";
}

/* line 7628, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="large"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]::before {
  content: "Large";
}

/* line 7632, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="huge"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before {
  content: "Huge";
}

/* line 7636, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]::before {
  font-size: 10px;
}

/* line 7639, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]::before {
  font-size: 18px;
}

/* line 7642, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before {
  font-size: 32px;
}

/* line 7645, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

/* line 7648, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

/* line 7651, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
}

/* line 7657, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

/* line 7660, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

/* line 7663, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

/* line 7667, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

/* line 7670, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

/* line 7673, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

/* line 7677, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

/* line 7680, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

/* line 7688, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

/* line 7693, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-tooltip input[type="text"] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

/* line 7702, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

/* line 7709, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}

/* line 7715, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}

/* line 7719, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-tooltip a {
  line-height: 26px;
}

/* line 7722, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

/* line 7726, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-tooltip.ql-editing input[type="text"] {
  display: inline-block;
}

/* line 7729, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Save";
  padding-right: 0px;
}

/* line 7734, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-tooltip[data-mode="link"]::before {
  content: "Enter link:";
}

/* line 7737, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-tooltip[data-mode="formula"]::before {
  content: "Enter formula:";
}

/* line 7740, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow .ql-tooltip[data-mode="video"]::before {
  content: "Enter video:";
}

/* line 7743, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-snow a {
  color: #06c;
}

/* line 7746, app/assets/stylesheets/theme/plugins.bundle.scss */
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-11 23:23:51
*/
/* line 7755, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

/* line 7767, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

/* line 7773, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

/* line 7779, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

/* line 7785, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

/* line 7792, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs-handle.type_last {
  z-index: 2;
}

/* line 7795, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

/* line 7801, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs-min {
  left: 0;
}

/* line 7804, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs-max {
  right: 0;
}

/* line 7807, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

/* line 7817, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

/* line 7825, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs-with-grid .irs-grid {
  display: block;
}

/* line 7828, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

/* line 7836, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs-grid-pol.small {
  height: 4px;
}

/* line 7839, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

/* line 7850, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

/* line 7861, app/assets/stylesheets/theme/plugins.bundle.scss */
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

/* line 7866, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs-disabled {
  opacity: 0.4;
}

/* line 7869, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

/* line 7887, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--flat {
  height: 40px;
}

/* line 7890, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--flat.irs-with-grid {
  height: 60px;
}

/* line 7893, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

/* line 7899, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

/* line 7904, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

/* line 7907, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

/* line 7912, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

/* line 7918, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

/* line 7928, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

/* line 7932, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

/* line 7943, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

/* line 7954, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

/* line 7969, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

/* line 7972, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--flat .irs-grid-text {
  color: #999;
}

/* line 7975, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--big {
  height: 55px;
}

/* line 7978, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--big.irs-with-grid {
  height: 70px;
}

/* line 7981, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

/* line 7989, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

/* line 7997, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

/* line 8000, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

/* line 8005, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #b4b9be 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

/* line 8015, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919ba5 30%, white 100%);
}

/* line 8021, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

/* line 8030, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

/* line 8040, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--big .irs-grid-pol {
  background-color: #428bca;
}

/* line 8043, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--big .irs-grid-text {
  color: #428bca;
}

/* line 8046, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--modern {
  height: 55px;
}

/* line 8049, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--modern.irs-with-grid {
  height: 55px;
}

/* line 8052, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

/* line 8061, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

/* line 8067, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

/* line 8070, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

/* line 8075, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

/* line 8084, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}

/* line 8095, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

/* line 8107, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

/* line 8118, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

/* line 8124, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

/* line 8128, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

/* line 8132, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

/* line 8143, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

/* line 8154, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

/* line 8169, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--modern .irs-grid {
  height: 25px;
}

/* line 8172, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

/* line 8175, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

/* line 8179, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

/* line 8184, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--sharp.irs-with-grid {
  height: 57px;
}

/* line 8187, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

/* line 8193, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

/* line 8198, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

/* line 8201, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 8206, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

/* line 8212, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

/* line 8222, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

/* line 8226, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

/* line 8230, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

/* line 8241, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

/* line 8252, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

/* line 8267, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--sharp .irs-grid {
  height: 25px;
}

/* line 8270, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

/* line 8273, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

/* line 8277, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--round {
  height: 50px;
}

/* line 8280, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--round.irs-with-grid {
  height: 65px;
}

/* line 8283, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

/* line 8289, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

/* line 8294, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

/* line 8297, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

/* line 8302, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

/* line 8311, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

/* line 8315, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

/* line 8325, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

/* line 8336, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

/* line 8351, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--round .irs-grid {
  height: 25px;
}

/* line 8354, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--round .irs-grid-pol {
  background-color: #dedede;
}

/* line 8357, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

/* line 8361, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--square {
  height: 50px;
}

/* line 8364, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--square.irs-with-grid {
  height: 60px;
}

/* line 8367, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

/* line 8372, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

/* line 8377, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

/* line 8382, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 8392, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

/* line 8396, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 8405, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

/* line 8415, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--square .irs-grid {
  height: 25px;
}

/* line 8418, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--square .irs-grid-pol {
  background-color: #dedede;
}

/* line 8421, app/assets/stylesheets/theme/plugins.bundle.scss */
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

/*
 *  Bootstrap TouchSpin - v4.2.5
 *  A mobile and touch friendly input spinner component for Bootstrap 3 & 4.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */
/* This CSS file is unnecessary if you are not using vertical buttons functionality */
/* line 8436, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 11;
}

/* line 8443, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  position: absolute;
  right: 0;
  height: 50%;
  padding: 0;
  width: 2em;
  text-align: center;
  line-height: 1;
}

/* line 8453, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0 4px 0 0;
  top: 0;
}

/* line 8458, app/assets/stylesheets/theme/plugins.bundle.scss */
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0 0 4px 0;
  bottom: 0;
}

/* line 8463, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor {
  display: block;
  border: 1px solid #ddd;
}

/* line 8467, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor .md-footer,
.md-editor > .md-header {
  display: block;
  padding: 6px 4px;
  background: #f5f5f5;
}

/* line 8473, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor > .md-header {
  margin: 0;
}

/* line 8476, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor > .md-preview {
  background: #fff;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  min-height: 10px;
  overflow: auto;
}

/* line 8483, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor > textarea {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
  outline: 0;
  margin: 0;
  display: block;
  padding: 0;
  width: 100%;
  border: 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  border-radius: 0;
  box-shadow: none;
  background: #eee;
}

/* line 8498, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor > textarea:focus {
  box-shadow: none;
  background: #fff;
}

/* line 8502, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor.active {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 8510, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor .md-controls {
  float: right;
  padding: 3px;
}

/* line 8514, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor .md-controls .md-control {
  right: 5px;
  color: #bebebe;
  padding: 3px 3px 3px 10px;
}

/* line 8519, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor .md-controls .md-control:hover {
  color: #333;
}

/* line 8522, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor.md-fullscreen-mode {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 60px 30px 15px;
  background: #fff !important;
  border: 0 !important;
}

/* line 8533, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor.md-fullscreen-mode .md-footer {
  display: none;
}

/* line 8536, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor.md-fullscreen-mode .md-input,
.md-editor.md-fullscreen-mode .md-preview {
  margin: 0 auto !important;
  height: 100% !important;
  font-size: 20px !important;
  padding: 20px !important;
  color: #999;
  line-height: 1.6em !important;
  resize: none !important;
  box-shadow: none !important;
  background: #fff !important;
  border: 0 !important;
}

/* line 8549, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor.md-fullscreen-mode .md-preview {
  color: #333;
  overflow: auto;
}

/* line 8553, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor.md-fullscreen-mode .md-input:focus,
.md-editor.md-fullscreen-mode .md-input:hover {
  color: #333;
  background: #fff !important;
}

/* line 8558, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor.md-fullscreen-mode .md-header {
  background: 0 0;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 20px;
}

/* line 8565, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor.md-fullscreen-mode .btn-group {
  float: none;
}

/* line 8568, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor.md-fullscreen-mode .btn {
  border: 0;
  background: 0 0;
  color: #b3b3b3;
}

/* line 8573, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor.md-fullscreen-mode .btn.active,
.md-editor.md-fullscreen-mode .btn:active,
.md-editor.md-fullscreen-mode .btn:focus,
.md-editor.md-fullscreen-mode .btn:hover {
  box-shadow: none;
  color: #333;
}

/* line 8580, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor.md-fullscreen-mode .md-fullscreen-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  z-index: 1002;
  display: block;
}

/* line 8588, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor.md-fullscreen-mode .md-fullscreen-controls a {
  color: #b3b3b3;
  clear: right;
  margin: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
}

/* line 8596, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover {
  color: #333;
  text-decoration: none;
}

/* line 8600, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor.md-fullscreen-mode .md-editor {
  height: 100% !important;
  position: relative;
}

/* line 8604, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-editor .md-fullscreen-controls {
  display: none;
}

/* line 8607, app/assets/stylesheets/theme/plugins.bundle.scss */
.md-nooverflow {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* line 8612, app/assets/stylesheets/theme/plugins.bundle.scss */
.dual-listbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 8618, app/assets/stylesheets/theme/plugins.bundle.scss */
.dual-listbox .dual-listbox__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 8628, app/assets/stylesheets/theme/plugins.bundle.scss */
.dual-listbox .dual-listbox__search {
  border: 1px solid #ddd;
  padding: 10px;
  max-width: 300px;
}

/* line 8633, app/assets/stylesheets/theme/plugins.bundle.scss */
.dual-listbox .dual-listbox__available,
.dual-listbox .dual-listbox__selected {
  border: 1px solid #ddd;
  height: 300px;
  overflow-y: auto;
  padding: 0;
  width: 300px;
  margin-top: 0;
  -webkit-margin-before: 0;
}

/* line 8643, app/assets/stylesheets/theme/plugins.bundle.scss */
.dual-listbox .dual-listbox__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 10px;
}

/* line 8650, app/assets/stylesheets/theme/plugins.bundle.scss */
.dual-listbox .dual-listbox__button {
  margin-bottom: 5px;
  border: 0;
  background-color: #eee;
  padding: 10px;
  color: #fff;
}

/* line 8657, app/assets/stylesheets/theme/plugins.bundle.scss */
.dual-listbox .dual-listbox__button:hover {
  background-color: #ddd;
}

/* line 8660, app/assets/stylesheets/theme/plugins.bundle.scss */
.dual-listbox .dual-listbox__title {
  padding: 15px 10px;
  font-size: 120%;
  font-weight: 700;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-top: 1px solid #efefef;
  margin-top: 1rem;
  -webkit-margin-before: 1rem;
}

/* line 8670, app/assets/stylesheets/theme/plugins.bundle.scss */
.dual-listbox .dual-listbox__item {
  display: block;
  padding: 10px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  border-bottom: 1px solid #efefef;
  transition: background 0.2s ease;
}

/* line 8681, app/assets/stylesheets/theme/plugins.bundle.scss */
.dual-listbox .dual-listbox__item.dual-listbox__item--selected {
  background-color: rgba(8, 157, 227, 0.7);
}

/*!
 *  Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
 *  License - https://icons8.com/good-boy-license/ (Font: SIL OFL 1.1, CSS: MIT License)
 *
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */
@font-face {
  font-family: "LineAwesome";
  src: url(/assets/line-awesome-e3412ace9816168ea3658ab4a3d2ee2bb3b344861d88c296583ac98e09b8755d.eot);
  src: url(/assets/line-awesome-e3412ace9816168ea3658ab4a3d2ee2bb3b344861d88c296583ac98e09b8755d.eot#iefix) format("embedded-opentype"), url(/assets/line-awesome-68a1e7e64b690b0dfa94200376c3d2b439663147c5ab99c520a4dd27a7871478.woff2) format("woff2"), url(/assets/line-awesome-fd49405edf70437f4e5423a28d1b727c855b04e49e01c66fdfb3a91eaf84c832.woff) format("woff"), url(/assets/line-awesome-463736584d5ea9a67557ddafd487e2a4cf1b3d8e575a70c32e05b02579b4de31.ttf) format("truetype"), url(/assets/line-awesome-1b5890894ee4c6bd4a31dcaff6898283d3c4b162133f0db664bf93f1b6723574.svg#fa) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "LineAwesome";
    src: url(/assets/line-awesome-1b5890894ee4c6bd4a31dcaff6898283d3c4b162133f0db664bf93f1b6723574.svg#fa) format("svg");
  }
}

/* Thanks to http://fontawesome.io @fontawesome and @davegandy */
/* line 8720, app/assets/stylesheets/theme/plugins.bundle.scss */
.la {
  display: inline-block;
  font: normal normal normal 16px/1 "LineAwesome";
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* makes the font 33% larger relative to the icon container */
/* line 8732, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 8737, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-2x {
  font-size: 2em;
}

/* line 8740, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-3x {
  font-size: 3em;
}

/* line 8743, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-4x {
  font-size: 4em;
}

/* line 8746, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-5x {
  font-size: 5em;
}

/* line 8749, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 8753, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 8758, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-ul > li {
  position: relative;
}

/* line 8761, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 8768, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-li.la-lg {
  left: -1.85714286em;
}

/* line 8771, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

/* line 8776, app/assets/stylesheets/theme/plugins.bundle.scss */
.pull-right {
  float: right;
}

/* line 8779, app/assets/stylesheets/theme/plugins.bundle.scss */
.pull-left {
  float: left;
}

/* line 8782, app/assets/stylesheets/theme/plugins.bundle.scss */
.li.pull-left {
  margin-right: 0.3em;
}

/* line 8785, app/assets/stylesheets/theme/plugins.bundle.scss */
.li.pull-right {
  margin-left: 0.3em;
}

/* line 8788, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 8812, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 8818, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 8824, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8830, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 8836, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 8842, app/assets/stylesheets/theme/plugins.bundle.scss */
:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical {
  filter: none;
}

/* line 8849, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 8857, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-stack-1x,
.la-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 8864, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-stack-1x {
  line-height: inherit;
}

/* line 8867, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-stack-2x {
  font-size: 2em;
}

/* line 8870, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-inverse {
  color: #ffffff;
}

/* Thanks to http://fontawesome.io @fontawesome and @davegandy */
/* line 8875, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-500px:before {
  content: "\f100";
}

/* line 8878, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-adjust:before {
  content: "\f101";
}

/* line 8881, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-adn:before {
  content: "\f102";
}

/* line 8884, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-align-center:before {
  content: "\f103";
}

/* line 8887, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-align-justify:before {
  content: "\f104";
}

/* line 8890, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-align-left:before {
  content: "\f105";
}

/* line 8893, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-align-right:before {
  content: "\f106";
}

/* line 8896, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-amazon:before {
  content: "\f107";
}

/* line 8899, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-ambulance:before {
  content: "\f108";
}

/* line 8902, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-anchor:before {
  content: "\f109";
}

/* line 8905, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-android:before {
  content: "\f10a";
}

/* line 8908, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-angellist:before {
  content: "\f10b";
}

/* line 8911, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-angle-double-down:before {
  content: "\f10c";
}

/* line 8914, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-angle-double-left:before {
  content: "\f10d";
}

/* line 8917, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-angle-double-right:before {
  content: "\f10e";
}

/* line 8920, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-angle-double-up:before {
  content: "\f10f";
}

/* line 8923, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-angle-down:before {
  content: "\f110";
}

/* line 8926, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-angle-left:before {
  content: "\f111";
}

/* line 8929, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-angle-right:before {
  content: "\f112";
}

/* line 8932, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-angle-up:before {
  content: "\f113";
}

/* line 8935, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-apple:before {
  content: "\f114";
}

/* line 8938, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-archive:before {
  content: "\f115";
}

/* line 8941, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-area-chart:before {
  content: "\f116";
}

/* line 8944, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-arrow-circle-down:before {
  content: "\f117";
}

/* line 8947, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-arrow-circle-left:before {
  content: "\f118";
}

/* line 8950, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-arrow-circle-o-down:before {
  content: "\f119";
}

/* line 8953, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-arrow-circle-o-left:before {
  content: "\f11a";
}

/* line 8956, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-arrow-circle-o-right:before {
  content: "\f11b";
}

/* line 8959, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-arrow-circle-o-up:before {
  content: "\f11c";
}

/* line 8962, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-arrow-circle-right:before {
  content: "\f11d";
}

/* line 8965, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-arrow-circle-up:before {
  content: "\f11e";
}

/* line 8968, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-arrow-down:before {
  content: "\f11f";
}

/* line 8971, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-arrow-left:before {
  content: "\f120";
}

/* line 8974, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-arrow-right:before {
  content: "\f121";
}

/* line 8977, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-arrow-up:before {
  content: "\f122";
}

/* line 8980, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-arrows:before {
  content: "\f123";
}

/* line 8983, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-arrows-alt:before {
  content: "\f124";
}

/* line 8986, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-arrows-h:before {
  content: "\f125";
}

/* line 8989, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-arrows-v:before {
  content: "\f126";
}

/* line 8992, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-asterisk:before {
  content: "\f127";
}

/* line 8995, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-at:before {
  content: "\f128";
}

/* line 8998, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-automobile:before {
  content: "\f129";
}

/* line 9001, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-backward:before {
  content: "\f12a";
}

/* line 9004, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-balance-scale:before {
  content: "\f12b";
}

/* line 9007, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-ban:before {
  content: "\f12c";
}

/* line 9010, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-bank:before {
  content: "\f12d";
}

/* line 9013, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-bar-chart:before {
  content: "\f12e";
}

/* line 9016, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-bar-chart-o:before {
  content: "\f12f";
}

/* line 9019, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-barcode:before {
  content: "\f130";
}

/* line 9022, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-bars:before {
  content: "\f131";
}

/* line 9025, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-battery-0:before {
  content: "\f132";
}

/* line 9028, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-battery-1:before {
  content: "\f133";
}

/* line 9031, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-battery-2:before {
  content: "\f134";
}

/* line 9034, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-battery-3:before {
  content: "\f135";
}

/* line 9037, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-battery-4:before {
  content: "\f136";
}

/* line 9040, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-battery-empty:before {
  content: "\f137";
}

/* line 9043, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-battery-full:before {
  content: "\f138";
}

/* line 9046, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-battery-half:before {
  content: "\f139";
}

/* line 9049, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-battery-quarter:before {
  content: "\f13a";
}

/* line 9052, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-battery-three-quarters:before {
  content: "\f13b";
}

/* line 9055, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-bed:before {
  content: "\f13c";
}

/* line 9058, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-beer:before {
  content: "\f13d";
}

/* line 9061, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-behance:before {
  content: "\f13e";
}

/* line 9064, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-behance-square:before {
  content: "\f13f";
}

/* line 9067, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-bell:before {
  content: "\f140";
}

/* line 9070, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-bell-o:before {
  content: "\f141";
}

/* line 9073, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-bell-slash:before {
  content: "\f142";
}

/* line 9076, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-bell-slash-o:before {
  content: "\f143";
}

/* line 9079, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-bicycle:before {
  content: "\f144";
}

/* line 9082, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-binoculars:before {
  content: "\f145";
}

/* line 9085, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-birthday-cake:before {
  content: "\f146";
}

/* line 9088, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-bitbucket:before {
  content: "\f147";
}

/* line 9091, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-bitbucket-square:before {
  content: "\f148";
}

/* line 9094, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-bitcoin:before {
  content: "\f149";
}

/* line 9097, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-black-tie:before {
  content: "\f14a";
}

/* line 9100, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-bold:before {
  content: "\f14b";
}

/* line 9103, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-bolt:before {
  content: "\f14c";
}

/* line 9106, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-bomb:before {
  content: "\f14d";
}

/* line 9109, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-book:before {
  content: "\f14e";
}

/* line 9112, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-bookmark:before {
  content: "\f14f";
}

/* line 9115, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-bookmark-o:before {
  content: "\f150";
}

/* line 9118, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-briefcase:before {
  content: "\f151";
}

/* line 9121, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-btc:before {
  content: "\f152";
}

/* line 9124, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-bug:before {
  content: "\f153";
}

/* line 9127, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-building:before {
  content: "\f154";
}

/* line 9130, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-building-o:before {
  content: "\f155";
}

/* line 9133, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-bullhorn:before {
  content: "\f156";
}

/* line 9136, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-bullseye:before {
  content: "\f157";
}

/* line 9139, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-bus:before {
  content: "\f158";
}

/* line 9142, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-buysellads:before {
  content: "\f159";
}

/* line 9145, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-cab:before {
  content: "\f15a";
}

/* line 9148, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-calculator:before {
  content: "\f15b";
}

/* line 9151, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-calendar:before {
  content: "\f15c";
}

/* line 9154, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-calendar-check-o:before {
  content: "\f15d";
}

/* line 9157, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-calendar-minus-o:before {
  content: "\f15e";
}

/* line 9160, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-calendar-o:before {
  content: "\f15f";
}

/* line 9163, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-calendar-plus-o:before {
  content: "\f160";
}

/* line 9166, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-calendar-times-o:before {
  content: "\f161";
}

/* line 9169, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-camera:before {
  content: "\f162";
}

/* line 9172, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-camera-retro:before {
  content: "\f163";
}

/* line 9175, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-car:before {
  content: "\f164";
}

/* line 9178, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-caret-down:before {
  content: "\f165";
}

/* line 9181, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-caret-left:before {
  content: "\f166";
}

/* line 9184, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-caret-right:before {
  content: "\f167";
}

/* line 9187, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-caret-square-o-down:before,
.la-toggle-down:before {
  content: "\f168";
}

/* line 9191, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-caret-square-o-left:before,
.la-toggle-left:before {
  content: "\f169";
}

/* line 9195, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-caret-square-o-right:before,
.la-toggle-right:before {
  content: "\f16a";
}

/* line 9199, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-caret-square-o-up:before,
.la-toggle-up:before {
  content: "\f16b";
}

/* line 9203, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-caret-up:before {
  content: "\f16c";
}

/* line 9206, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-cart-arrow-down:before {
  content: "\f16d";
}

/* line 9209, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-cart-plus:before {
  content: "\f16e";
}

/* line 9212, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-cc:before {
  content: "\f16f";
}

/* line 9215, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-cc-amex:before {
  content: "\f170";
}

/* line 9218, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-cc-diners-club:before {
  content: "\f171";
}

/* line 9221, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-cc-discover:before {
  content: "\f172";
}

/* line 9224, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-cc-jcb:before {
  content: "\f173";
}

/* line 9227, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-cc-mastercard:before {
  content: "\f174";
}

/* line 9230, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-cc-paypal:before {
  content: "\f175";
}

/* line 9233, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-cc-stripe:before {
  content: "\f176";
}

/* line 9236, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-cc-visa:before {
  content: "\f177";
}

/* line 9239, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-certificate:before {
  content: "\f178";
}

/* line 9242, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-chain:before {
  content: "\f179";
}

/* line 9245, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-chain-broken:before {
  content: "\f17a";
}

/* line 9248, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-check:before {
  content: "\f17b";
}

/* line 9251, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-check-circle:before {
  content: "\f17c";
}

/* line 9254, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-check-circle-o:before {
  content: "\f17d";
}

/* line 9257, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-check-square:before {
  content: "\f17e";
}

/* line 9260, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-check-square-o:before {
  content: "\f17f";
}

/* line 9263, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-chevron-circle-down:before {
  content: "\f180";
}

/* line 9266, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-chevron-circle-left:before {
  content: "\f181";
}

/* line 9269, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-chevron-circle-right:before {
  content: "\f182";
}

/* line 9272, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-chevron-circle-up:before {
  content: "\f183";
}

/* line 9275, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-chevron-down:before {
  content: "\f184";
}

/* line 9278, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-chevron-left:before {
  content: "\f185";
}

/* line 9281, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-chevron-right:before {
  content: "\f186";
}

/* line 9284, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-chevron-up:before {
  content: "\f187";
}

/* line 9287, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-child:before {
  content: "\f188";
}

/* line 9290, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-chrome:before {
  content: "\f189";
}

/* line 9293, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-circle:before {
  content: "\f18a";
}

/* line 9296, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-circle-o:before {
  content: "\f18b";
}

/* line 9299, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-circle-o-notch:before {
  content: "\f18c";
}

/* line 9302, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-circle-thin:before {
  content: "\f18d";
}

/* line 9305, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-clipboard:before {
  content: "\f18e";
}

/* line 9308, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-clock-o:before {
  content: "\f18f";
}

/* line 9311, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-clone:before {
  content: "\f190";
}

/* line 9314, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-close:before {
  content: "\f191";
}

/* line 9317, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-cloud:before {
  content: "\f192";
}

/* line 9320, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-cloud-download:before {
  content: "\f193";
}

/* line 9323, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-cloud-upload:before {
  content: "\f194";
}

/* line 9326, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-cny:before {
  content: "\f195";
}

/* line 9329, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-code:before {
  content: "\f196";
}

/* line 9332, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-code-fork:before {
  content: "\f197";
}

/* line 9335, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-codepen:before {
  content: "\f198";
}

/* line 9338, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-coffee:before {
  content: "\f199";
}

/* line 9341, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-cog:before {
  content: "\f19a";
}

/* line 9344, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-cogs:before {
  content: "\f19b";
}

/* line 9347, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-columns:before {
  content: "\f19c";
}

/* line 9350, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-comment:before {
  content: "\f19d";
}

/* line 9353, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-comment-o:before {
  content: "\f19e";
}

/* line 9356, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-commenting:before {
  content: "\f19f";
}

/* line 9359, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-commenting-o:before {
  content: "\f1a0";
}

/* line 9362, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-comments:before {
  content: "\f1a1";
}

/* line 9365, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-comments-o:before {
  content: "\f1a2";
}

/* line 9368, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-compass:before {
  content: "\f1a3";
}

/* line 9371, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-compress:before {
  content: "\f1a4";
}

/* line 9374, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-connectdevelop:before {
  content: "\f1a5";
}

/* line 9377, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-contao:before {
  content: "\f1a6";
}

/* line 9380, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-copy:before {
  content: "\f1a7";
}

/* line 9383, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-copyright:before {
  content: "\f1a8";
}

/* line 9386, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-creative-commons:before {
  content: "\f1a9";
}

/* line 9389, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-credit-card:before {
  content: "\f1aa";
}

/* line 9392, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-crop:before {
  content: "\f1ab";
}

/* line 9395, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-crosshairs:before {
  content: "\f1ac";
}

/* line 9398, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-css3:before {
  content: "\f1ad";
}

/* line 9401, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-cube:before {
  content: "\f1ae";
}

/* line 9404, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-cubes:before {
  content: "\f1af";
}

/* line 9407, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-cut:before {
  content: "\f1b0";
}

/* line 9410, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-cutlery:before {
  content: "\f1b1";
}

/* line 9413, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-dashboard:before {
  content: "\f1b2";
}

/* line 9416, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-dashcube:before {
  content: "\f1b3";
}

/* line 9419, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-database:before {
  content: "\f1b4";
}

/* line 9422, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-dedent:before {
  content: "\f1b5";
}

/* line 9425, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-delicious:before {
  content: "\f1b6";
}

/* line 9428, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-desktop:before {
  content: "\f1b7";
}

/* line 9431, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-deviantart:before {
  content: "\f1b8";
}

/* line 9434, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-diamond:before {
  content: "\f1b9";
}

/* line 9437, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-digg:before {
  content: "\f1ba";
}

/* line 9440, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-dollar:before {
  content: "\f1bb";
}

/* line 9443, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-dot-circle-o:before {
  content: "\f1bc";
}

/* line 9446, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-download:before {
  content: "\f1bd";
}

/* line 9449, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-dribbble:before {
  content: "\f1be";
}

/* line 9452, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-dropbox:before {
  content: "\f1bf";
}

/* line 9455, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-drupal:before {
  content: "\f1c0";
}

/* line 9458, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-edit:before {
  content: "\f1c1";
}

/* line 9461, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-eject:before {
  content: "\f1c2";
}

/* line 9464, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-ellipsis-h:before {
  content: "\f1c3";
}

/* line 9467, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-ellipsis-v:before {
  content: "\f1c4";
}

/* line 9470, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-empire:before,
.la-ge:before {
  content: "\f1c5";
}

/* line 9474, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-envelope:before {
  content: "\f1c6";
}

/* line 9477, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-envelope-o:before {
  content: "\f1c7";
}

/* line 9480, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-envelope-square:before {
  content: "\f1c8";
}

/* line 9483, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-eraser:before {
  content: "\f1c9";
}

/* line 9486, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-eur:before {
  content: "\f1ca";
}

/* line 9489, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-euro:before {
  content: "\f1cb";
}

/* line 9492, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-exchange:before {
  content: "\f1cc";
}

/* line 9495, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-exclamation:before {
  content: "\f1cd";
}

/* line 9498, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-exclamation-circle:before {
  content: "\f1ce";
}

/* line 9501, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-exclamation-triangle:before {
  content: "\f1cf";
}

/* line 9504, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-expand:before {
  content: "\f1d0";
}

/* line 9507, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-expeditedssl:before {
  content: "\f1d1";
}

/* line 9510, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-external-link:before {
  content: "\f1d2";
}

/* line 9513, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-external-link-square:before {
  content: "\f1d3";
}

/* line 9516, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-eye:before {
  content: "\f1d4";
}

/* line 9519, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-eye-slash:before {
  content: "\f1d5";
}

/* line 9522, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-eyedropper:before {
  content: "\f1d6";
}

/* line 9525, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-facebook:before,
.la-facebook-f:before {
  content: "\f1d7";
}

/* line 9529, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-facebook-official:before {
  content: "\f1d8";
}

/* line 9532, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-facebook-square:before {
  content: "\f1d9";
}

/* line 9535, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-fast-backward:before {
  content: "\f1da";
}

/* line 9538, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-fast-forward:before {
  content: "\f1db";
}

/* line 9541, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-fax:before {
  content: "\f1dc";
}

/* line 9544, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-female:before {
  content: "\f1dd";
}

/* line 9547, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-fighter-jet:before {
  content: "\f1de";
}

/* line 9550, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-file:before {
  content: "\f1df";
}

/* line 9553, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-file-archive-o:before {
  content: "\f1e0";
}

/* line 9556, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-file-audio-o:before {
  content: "\f1e1";
}

/* line 9559, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-file-code-o:before {
  content: "\f1e2";
}

/* line 9562, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-file-excel-o:before {
  content: "\f1e3";
}

/* line 9565, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-file-image-o:before {
  content: "\f1e4";
}

/* line 9568, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-file-movie-o:before {
  content: "\f1e5";
}

/* line 9571, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-file-o:before {
  content: "\f1e6";
}

/* line 9574, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-file-pdf-o:before {
  content: "\f1e7";
}

/* line 9577, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-file-photo-o:before {
  content: "\f1e8";
}

/* line 9580, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-file-picture-o:before {
  content: "\f1e9";
}

/* line 9583, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-file-powerpoint-o:before {
  content: "\f1ea";
}

/* line 9586, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-file-sound-o:before {
  content: "\f1eb";
}

/* line 9589, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-file-text:before {
  content: "\f1ec";
}

/* line 9592, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-file-text-o:before {
  content: "\f1ed";
}

/* line 9595, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-file-video-o:before {
  content: "\f1ee";
}

/* line 9598, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-file-word-o:before {
  content: "\f1ef";
}

/* line 9601, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-file-zip-o:before {
  content: "\f1f0";
}

/* line 9604, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-files-o:before {
  content: "\f1f1";
}

/* line 9607, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-film:before {
  content: "\f1f2";
}

/* line 9610, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-filter:before {
  content: "\f1f3";
}

/* line 9613, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-fire:before {
  content: "\f1f4";
}

/* line 9616, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-fire-extinguisher:before {
  content: "\f1f5";
}

/* line 9619, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-firefox:before {
  content: "\f1f6";
}

/* line 9622, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-flag:before {
  content: "\f1f7";
}

/* line 9625, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-flag-checkered:before {
  content: "\f1f8";
}

/* line 9628, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-flag-o:before {
  content: "\f1f9";
}

/* line 9631, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-flash:before {
  content: "\f1fa";
}

/* line 9634, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-flask:before {
  content: "\f1fb";
}

/* line 9637, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-flickr:before {
  content: "\f1fc";
}

/* line 9640, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-floppy-o:before {
  content: "\f1fd";
}

/* line 9643, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-folder:before {
  content: "\f1fe";
}

/* line 9646, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-folder-o:before {
  content: "\f1ff";
}

/* line 9649, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-folder-open:before {
  content: "\f200";
}

/* line 9652, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-folder-open-o:before {
  content: "\f201";
}

/* line 9655, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-font:before {
  content: "\f202";
}

/* line 9658, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-fonticons:before {
  content: "\f203";
}

/* line 9661, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-forumbee:before {
  content: "\f204";
}

/* line 9664, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-forward:before {
  content: "\f205";
}

/* line 9667, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-foursquare:before {
  content: "\f206";
}

/* line 9670, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-frown-o:before {
  content: "\f207";
}

/* line 9673, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-futbol-o:before,
.la-soccer-ball-o:before {
  content: "\f208";
}

/* line 9677, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-gamepad:before {
  content: "\f209";
}

/* line 9680, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-gavel:before {
  content: "\f20a";
}

/* line 9683, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-gbp:before {
  content: "\f20b";
}

/* line 9686, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-gear:before {
  content: "\f20c";
}

/* line 9689, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-gears:before {
  content: "\f20d";
}

/* line 9692, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-genderless:before {
  content: "\f20e";
}

/* line 9695, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-get-pocket:before {
  content: "\f20f";
}

/* line 9698, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-gg:before {
  content: "\f210";
}

/* line 9701, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-gg-circle:before {
  content: "\f211";
}

/* line 9704, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-gift:before {
  content: "\f212";
}

/* line 9707, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-git:before {
  content: "\f213";
}

/* line 9710, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-git-square:before {
  content: "\f214";
}

/* line 9713, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-github:before {
  content: "\f215";
}

/* line 9716, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-github-alt:before {
  content: "\f216";
}

/* line 9719, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-github-square:before {
  content: "\f217";
}

/* line 9722, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-glass:before {
  content: "\f218";
}

/* line 9725, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-globe:before {
  content: "\f219";
}

/* line 9728, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-google:before {
  content: "\f21a";
}

/* line 9731, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-google-plus:before {
  content: "\f21b";
}

/* line 9734, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-google-plus-square:before {
  content: "\f21c";
}

/* line 9737, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-google-wallet:before {
  content: "\f21d";
}

/* line 9740, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-graduation-cap:before {
  content: "\f21e";
}

/* line 9743, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-gratipay:before,
.la-gittip:before {
  content: "\f21f";
}

/* line 9747, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-group:before {
  content: "\f220";
}

/* line 9750, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-h-square:before {
  content: "\f221";
}

/* line 9753, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hacker-news:before {
  content: "\f222";
}

/* line 9756, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hand-grab-o:before {
  content: "\f223";
}

/* line 9759, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hand-lizard-o:before {
  content: "\f224";
}

/* line 9762, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hand-o-down:before {
  content: "\f225";
}

/* line 9765, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hand-o-left:before {
  content: "\f226";
}

/* line 9768, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hand-o-right:before {
  content: "\f227";
}

/* line 9771, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hand-o-up:before {
  content: "\f228";
}

/* line 9774, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hand-paper-o:before {
  content: "\f229";
}

/* line 9777, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hand-peace-o:before {
  content: "\f22a";
}

/* line 9780, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hand-pointer-o:before {
  content: "\f22b";
}

/* line 9783, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hand-rock-o:before {
  content: "\f22c";
}

/* line 9786, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hand-scissors-o:before {
  content: "\f22d";
}

/* line 9789, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hand-spock-o:before {
  content: "\f22e";
}

/* line 9792, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hand-stop-o:before {
  content: "\f22f";
}

/* line 9795, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hdd-o:before {
  content: "\f230";
}

/* line 9798, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-header:before {
  content: "\f231";
}

/* line 9801, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-headphones:before {
  content: "\f232";
}

/* line 9804, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-heart:before {
  content: "\f233";
}

/* line 9807, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-heart-o:before {
  content: "\f234";
}

/* line 9810, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-heartbeat:before {
  content: "\f235";
}

/* line 9813, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-history:before {
  content: "\f236";
}

/* line 9816, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-home:before {
  content: "\f237";
}

/* line 9819, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hospital-o:before {
  content: "\f238";
}

/* line 9822, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hotel:before {
  content: "\f239";
}

/* line 9825, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hourglass:before {
  content: "\f23a";
}

/* line 9828, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hourglass-1:before {
  content: "\f23b";
}

/* line 9831, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hourglass-2:before {
  content: "\f23c";
}

/* line 9834, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hourglass-3:before {
  content: "\f23d";
}

/* line 9837, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hourglass-end:before {
  content: "\f23e";
}

/* line 9840, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hourglass-half:before {
  content: "\f23f";
}

/* line 9843, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hourglass-o:before {
  content: "\f240";
}

/* line 9846, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-hourglass-start:before {
  content: "\f241";
}

/* line 9849, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-houzz:before {
  content: "\f242";
}

/* line 9852, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-html5:before {
  content: "\f243";
}

/* line 9855, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-i-cursor:before {
  content: "\f244";
}

/* line 9858, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-ils:before {
  content: "\f245";
}

/* line 9861, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-image:before {
  content: "\f246";
}

/* line 9864, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-inbox:before {
  content: "\f247";
}

/* line 9867, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-indent:before {
  content: "\f248";
}

/* line 9870, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-industry:before {
  content: "\f249";
}

/* line 9873, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-info:before {
  content: "\f24a";
}

/* line 9876, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-info-circle:before {
  content: "\f24b";
}

/* line 9879, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-inr:before {
  content: "\f24c";
}

/* line 9882, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-instagram:before {
  content: "\f24d";
}

/* line 9885, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-institution:before {
  content: "\f24e";
}

/* line 9888, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-internet-explorer:before {
  content: "\f24f";
}

/* line 9891, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-ioxhost:before {
  content: "\f250";
}

/* line 9894, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-italic:before {
  content: "\f251";
}

/* line 9897, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-joomla:before {
  content: "\f252";
}

/* line 9900, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-jpy:before {
  content: "\f253";
}

/* line 9903, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-jsfiddle:before {
  content: "\f254";
}

/* line 9906, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-key:before {
  content: "\f255";
}

/* line 9909, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-keyboard-o:before {
  content: "\f256";
}

/* line 9912, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-krw:before {
  content: "\f257";
}

/* line 9915, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-language:before {
  content: "\f258";
}

/* line 9918, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-laptop:before {
  content: "\f259";
}

/* line 9921, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-lastfm:before {
  content: "\f25a";
}

/* line 9924, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-lastfm-square:before {
  content: "\f25b";
}

/* line 9927, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-leaf:before {
  content: "\f25c";
}

/* line 9930, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-leanpub:before {
  content: "\f25d";
}

/* line 9933, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-legal:before {
  content: "\f25e";
}

/* line 9936, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-lemon-o:before {
  content: "\f25f";
}

/* line 9939, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-level-down:before {
  content: "\f260";
}

/* line 9942, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-level-up:before {
  content: "\f261";
}

/* line 9945, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-life-bouy:before {
  content: "\f262";
}

/* line 9948, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-life-buoy:before {
  content: "\f263";
}

/* line 9951, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-life-ring:before,
.la-support:before {
  content: "\f264";
}

/* line 9955, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-life-saver:before {
  content: "\f265";
}

/* line 9958, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-lightbulb-o:before {
  content: "\f266";
}

/* line 9961, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-line-chart:before {
  content: "\f267";
}

/* line 9964, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-link:before {
  content: "\f268";
}

/* line 9967, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-linkedin:before {
  content: "\f269";
}

/* line 9970, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-linkedin-square:before {
  content: "\f26a";
}

/* line 9973, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-linux:before {
  content: "\f26b";
}

/* line 9976, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-list:before {
  content: "\f26c";
}

/* line 9979, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-list-alt:before {
  content: "\f26d";
}

/* line 9982, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-list-ol:before {
  content: "\f26e";
}

/* line 9985, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-list-ul:before {
  content: "\f26f";
}

/* line 9988, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-location-arrow:before {
  content: "\f270";
}

/* line 9991, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-lock:before {
  content: "\f271";
}

/* line 9994, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-long-arrow-down:before {
  content: "\f272";
}

/* line 9997, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-long-arrow-left:before {
  content: "\f273";
}

/* line 10000, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-long-arrow-right:before {
  content: "\f274";
}

/* line 10003, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-long-arrow-up:before {
  content: "\f275";
}

/* line 10006, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-magic:before {
  content: "\f276";
}

/* line 10009, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-magnet:before {
  content: "\f277";
}

/* line 10012, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-mail-forward:before {
  content: "\f278";
}

/* line 10015, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-mail-reply:before {
  content: "\f279";
}

/* line 10018, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-mail-reply-all:before {
  content: "\f27a";
}

/* line 10021, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-male:before {
  content: "\f27b";
}

/* line 10024, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-map:before {
  content: "\f27c";
}

/* line 10027, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-map-marker:before {
  content: "\f27d";
}

/* line 10030, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-map-o:before {
  content: "\f27e";
}

/* line 10033, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-map-pin:before {
  content: "\f27f";
}

/* line 10036, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-map-signs:before {
  content: "\f280";
}

/* line 10039, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-mars:before {
  content: "\f281";
}

/* line 10042, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-mars-double:before {
  content: "\f282";
}

/* line 10045, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-mars-stroke:before {
  content: "\f283";
}

/* line 10048, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-mars-stroke-h:before {
  content: "\f284";
}

/* line 10051, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-mars-stroke-v:before {
  content: "\f285";
}

/* line 10054, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-maxcdn:before {
  content: "\f286";
}

/* line 10057, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-meanpath:before {
  content: "\f287";
}

/* line 10060, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-medium:before {
  content: "\f288";
}

/* line 10063, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-medkit:before {
  content: "\f289";
}

/* line 10066, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-meh-o:before {
  content: "\f28a";
}

/* line 10069, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-mercury:before {
  content: "\f28b";
}

/* line 10072, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-microphone:before {
  content: "\f28c";
}

/* line 10075, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-microphone-slash:before {
  content: "\f28d";
}

/* line 10078, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-minus:before {
  content: "\f28e";
}

/* line 10081, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-minus-circle:before {
  content: "\f28f";
}

/* line 10084, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-minus-square:before {
  content: "\f290";
}

/* line 10087, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-minus-square-o:before {
  content: "\f291";
}

/* line 10090, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-mobile:before {
  content: "\f292";
}

/* line 10093, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-mobile-phone:before {
  content: "\f293";
}

/* line 10096, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-money:before {
  content: "\f294";
}

/* line 10099, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-moon-o:before {
  content: "\f295";
}

/* line 10102, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-mortar-board:before {
  content: "\f296";
}

/* line 10105, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-motorcycle:before {
  content: "\f297";
}

/* line 10108, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-mouse-pointer:before {
  content: "\f298";
}

/* line 10111, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-music:before {
  content: "\f299";
}

/* line 10114, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-navicon:before {
  content: "\f29a";
}

/* line 10117, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-neuter:before {
  content: "\f29b";
}

/* line 10120, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-newspaper-o:before {
  content: "\f29c";
}

/* line 10123, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-object-group:before {
  content: "\f29d";
}

/* line 10126, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-object-ungroup:before {
  content: "\f29e";
}

/* line 10129, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-odnoklassniki:before {
  content: "\f29f";
}

/* line 10132, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-odnoklassniki-square:before {
  content: "\f2a0";
}

/* line 10135, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-opencart:before {
  content: "\f2a1";
}

/* line 10138, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-openid:before {
  content: "\f2a2";
}

/* line 10141, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-opera:before {
  content: "\f2a3";
}

/* line 10144, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-optin-monster:before {
  content: "\f2a4";
}

/* line 10147, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-outdent:before {
  content: "\f2a5";
}

/* line 10150, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-pagelines:before {
  content: "\f2a6";
}

/* line 10153, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-paint-brush:before {
  content: "\f2a7";
}

/* line 10156, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-paper-plane:before,
.la-send:before {
  content: "\f2a8";
}

/* line 10160, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-paper-plane-o:before,
.la-send-o:before {
  content: "\f2a9";
}

/* line 10164, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-paperclip:before {
  content: "\f2aa";
}

/* line 10167, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-paragraph:before {
  content: "\f2ab";
}

/* line 10170, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-paste:before {
  content: "\f2ac";
}

/* line 10173, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-pause:before {
  content: "\f2ad";
}

/* line 10176, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-paw:before {
  content: "\f2ae";
}

/* line 10179, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-paypal:before {
  content: "\f2af";
}

/* line 10182, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-pencil:before {
  content: "\f2b0";
}

/* line 10185, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-pencil-square:before {
  content: "\f2b1";
}

/* line 10188, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-pencil-square-o:before {
  content: "\f2b2";
}

/* line 10191, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-phone:before {
  content: "\f2b3";
}

/* line 10194, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-phone-square:before {
  content: "\f2b4";
}

/* line 10197, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-photo:before {
  content: "\f2b5";
}

/* line 10200, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-picture-o:before {
  content: "\f2b6";
}

/* line 10203, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-pie-chart:before {
  content: "\f2b7";
}

/* line 10206, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-pied-piper:before {
  content: "\f2b8";
}

/* line 10209, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-pied-piper-alt:before {
  content: "\f2b9";
}

/* line 10212, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-pinterest:before {
  content: "\f2ba";
}

/* line 10215, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-pinterest-p:before {
  content: "\f2bb";
}

/* line 10218, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-pinterest-square:before {
  content: "\f2bc";
}

/* line 10221, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-plane:before {
  content: "\f2bd";
}

/* line 10224, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-play:before {
  content: "\f2be";
}

/* line 10227, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-play-circle:before {
  content: "\f2bf";
}

/* line 10230, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-play-circle-o:before {
  content: "\f2c0";
}

/* line 10233, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-plug:before {
  content: "\f2c1";
}

/* line 10236, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-plus:before {
  content: "\f2c2";
}

/* line 10239, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-plus-circle:before {
  content: "\f2c3";
}

/* line 10242, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-plus-square:before {
  content: "\f2c4";
}

/* line 10245, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-plus-square-o:before {
  content: "\f2c5";
}

/* line 10248, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-power-off:before {
  content: "\f2c6";
}

/* line 10251, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-print:before {
  content: "\f2c7";
}

/* line 10254, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-puzzle-piece:before {
  content: "\f2c8";
}

/* line 10257, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-qq:before {
  content: "\f2c9";
}

/* line 10260, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-qrcode:before {
  content: "\f2ca";
}

/* line 10263, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-question:before {
  content: "\f2cb";
}

/* line 10266, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-question-circle:before {
  content: "\f2cc";
}

/* line 10269, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-quote-left:before {
  content: "\f2cd";
}

/* line 10272, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-quote-right:before {
  content: "\f2ce";
}

/* line 10275, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-ra:before {
  content: "\f2cf";
}

/* line 10278, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-random:before {
  content: "\f2d0";
}

/* line 10281, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-rebel:before {
  content: "\f2d1";
}

/* line 10284, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-recycle:before {
  content: "\f2d2";
}

/* line 10287, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-reddit:before {
  content: "\f2d3";
}

/* line 10290, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-reddit-square:before {
  content: "\f2d4";
}

/* line 10293, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-refresh:before {
  content: "\f2d5";
}

/* line 10296, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-registered:before {
  content: "\f2d6";
}

/* line 10299, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-renren:before {
  content: "\f2d7";
}

/* line 10302, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-reorder:before {
  content: "\f2d8";
}

/* line 10305, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-repeat:before {
  content: "\f2d9";
}

/* line 10308, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-reply:before {
  content: "\f2da";
}

/* line 10311, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-reply-all:before {
  content: "\f2db";
}

/* line 10314, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-retweet:before {
  content: "\f2dc";
}

/* line 10317, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-rmb:before {
  content: "\f2dd";
}

/* line 10320, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-road:before {
  content: "\f2de";
}

/* line 10323, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-rocket:before {
  content: "\f2df";
}

/* line 10326, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-rotate-left:before {
  content: "\f2e0";
}

/* line 10329, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-rotate-right:before {
  content: "\f2e1";
}

/* line 10332, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-rouble:before {
  content: "\f2e2";
}

/* line 10335, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-rss:before,
.la-feed:before {
  content: "\f2e3";
}

/* line 10339, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-rss-square:before {
  content: "\f2e4";
}

/* line 10342, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-rub:before {
  content: "\f2e5";
}

/* line 10345, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-ruble:before {
  content: "\f2e6";
}

/* line 10348, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-rupee:before {
  content: "\f2e7";
}

/* line 10351, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-safari:before {
  content: "\f2e8";
}

/* line 10354, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-save:before {
  content: "\f2e9";
}

/* line 10357, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-scissors:before {
  content: "\f2ea";
}

/* line 10360, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-search:before {
  content: "\f2eb";
}

/* line 10363, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-search-minus:before {
  content: "\f2ec";
}

/* line 10366, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-search-plus:before {
  content: "\f2ed";
}

/* line 10369, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-sellsy:before {
  content: "\f2ee";
}

/* line 10372, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-server:before {
  content: "\f2ef";
}

/* line 10375, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-share:before {
  content: "\f2f0";
}

/* line 10378, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-share-alt:before {
  content: "\f2f1";
}

/* line 10381, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-share-alt-square:before {
  content: "\f2f2";
}

/* line 10384, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-share-square:before {
  content: "\f2f3";
}

/* line 10387, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-share-square-o:before {
  content: "\f2f4";
}

/* line 10390, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-shekel:before {
  content: "\f2f5";
}

/* line 10393, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-sheqel:before {
  content: "\f2f6";
}

/* line 10396, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-shield:before {
  content: "\f2f7";
}

/* line 10399, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-ship:before {
  content: "\f2f8";
}

/* line 10402, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-shirtsinbulk:before {
  content: "\f2f9";
}

/* line 10405, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-shopping-cart:before {
  content: "\f2fa";
}

/* line 10408, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-sign-in:before {
  content: "\f2fb";
}

/* line 10411, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-sign-out:before {
  content: "\f2fc";
}

/* line 10414, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-signal:before {
  content: "\f2fd";
}

/* line 10417, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-simplybuilt:before {
  content: "\f2fe";
}

/* line 10420, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-sitemap:before {
  content: "\f2ff";
}

/* line 10423, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-skyatlas:before {
  content: "\f300";
}

/* line 10426, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-skype:before {
  content: "\f301";
}

/* line 10429, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-slack:before {
  content: "\f302";
}

/* line 10432, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-sliders:before {
  content: "\f303";
}

/* line 10435, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-slideshare:before {
  content: "\f304";
}

/* line 10438, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-smile-o:before {
  content: "\f305";
}

/* line 10441, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-sort:before,
.la-unsorted:before {
  content: "\f306";
}

/* line 10445, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-sort-alpha-asc:before {
  content: "\f307";
}

/* line 10448, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-sort-alpha-desc:before {
  content: "\f308";
}

/* line 10451, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-sort-amount-asc:before {
  content: "\f309";
}

/* line 10454, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-sort-amount-desc:before {
  content: "\f30a";
}

/* line 10457, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-sort-asc:before,
.la-sort-up:before {
  content: "\f30b";
}

/* line 10461, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-sort-desc:before,
.la-sort-down:before {
  content: "\f30c";
}

/* line 10465, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-sort-numeric-asc:before {
  content: "\f30d";
}

/* line 10468, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-sort-numeric-desc:before {
  content: "\f30e";
}

/* line 10471, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-soundcloud:before {
  content: "\f30f";
}

/* line 10474, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-space-shuttle:before {
  content: "\f310";
}

/* line 10477, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-spinner:before {
  content: "\f311";
}

/* line 10480, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-spoon:before {
  content: "\f312";
}

/* line 10483, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-spotify:before {
  content: "\f313";
}

/* line 10486, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-square:before {
  content: "\f314";
}

/* line 10489, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-square-o:before {
  content: "\f315";
}

/* line 10492, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-stack-exchange:before {
  content: "\f316";
}

/* line 10495, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-stack-overflow:before {
  content: "\f317";
}

/* line 10498, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-star:before {
  content: "\f318";
}

/* line 10501, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-star-half:before {
  content: "\f319";
}

/* line 10504, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-star-half-o:before,
.la-star-half-full:before,
.la-star-half-empty:before {
  content: "\f31a";
}

/* line 10509, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-star-o:before {
  content: "\f31b";
}

/* line 10512, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-steam:before {
  content: "\f31c";
}

/* line 10515, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-steam-square:before {
  content: "\f31d";
}

/* line 10518, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-step-backward:before {
  content: "\f31e";
}

/* line 10521, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-step-forward:before {
  content: "\f31f";
}

/* line 10524, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-stethoscope:before {
  content: "\f320";
}

/* line 10527, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-sticky-note:before {
  content: "\f321";
}

/* line 10530, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-sticky-note-o:before {
  content: "\f322";
}

/* line 10533, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-stop:before {
  content: "\f323";
}

/* line 10536, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-street-view:before {
  content: "\f324";
}

/* line 10539, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-strikethrough:before {
  content: "\f325";
}

/* line 10542, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-stumbleupon:before {
  content: "\f326";
}

/* line 10545, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-stumbleupon-circle:before {
  content: "\f327";
}

/* line 10548, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-subscript:before {
  content: "\f328";
}

/* line 10551, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-subway:before {
  content: "\f329";
}

/* line 10554, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-suitcase:before {
  content: "\f32a";
}

/* line 10557, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-sun-o:before {
  content: "\f32b";
}

/* line 10560, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-superscript:before {
  content: "\f32c";
}

/* line 10563, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-table:before {
  content: "\f32d";
}

/* line 10566, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-tablet:before {
  content: "\f32e";
}

/* line 10569, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-tachometer:before {
  content: "\f32f";
}

/* line 10572, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-tag:before {
  content: "\f330";
}

/* line 10575, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-tags:before {
  content: "\f331";
}

/* line 10578, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-tasks:before {
  content: "\f332";
}

/* line 10581, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-taxi:before {
  content: "\f333";
}

/* line 10584, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-television:before,
.la-tv:before {
  content: "\f334";
}

/* line 10588, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-tencent-weibo:before {
  content: "\f335";
}

/* line 10591, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-terminal:before {
  content: "\f336";
}

/* line 10594, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-text-height:before {
  content: "\f337";
}

/* line 10597, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-text-width:before {
  content: "\f338";
}

/* line 10600, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-th:before {
  content: "\f339";
}

/* line 10603, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-th-large:before {
  content: "\f33a";
}

/* line 10606, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-th-list:before {
  content: "\f33b";
}

/* line 10609, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-thumb-tack:before {
  content: "\f33c";
}

/* line 10612, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-thumbs-down:before {
  content: "\f33d";
}

/* line 10615, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-thumbs-o-down:before {
  content: "\f33e";
}

/* line 10618, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-thumbs-o-up:before {
  content: "\f33f";
}

/* line 10621, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-thumbs-up:before {
  content: "\f340";
}

/* line 10624, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-ticket:before {
  content: "\f341";
}

/* line 10627, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-times:before,
.la-remove:before {
  content: "\f342";
}

/* line 10631, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-times-circle:before {
  content: "\f343";
}

/* line 10634, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-times-circle-o:before {
  content: "\f344";
}

/* line 10637, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-tint:before {
  content: "\f345";
}

/* line 10640, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-toggle-off:before {
  content: "\f346";
}

/* line 10643, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-toggle-on:before {
  content: "\f347";
}

/* line 10646, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-trademark:before {
  content: "\f348";
}

/* line 10649, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-train:before {
  content: "\f349";
}

/* line 10652, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-transgender:before,
.la-intersex:before {
  content: "\f34a";
}

/* line 10656, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-transgender-alt:before {
  content: "\f34b";
}

/* line 10659, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-trash:before {
  content: "\f34c";
}

/* line 10662, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-trash-o:before {
  content: "\f34d";
}

/* line 10665, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-tree:before {
  content: "\f34e";
}

/* line 10668, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-trello:before {
  content: "\f34f";
}

/* line 10671, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-tripadvisor:before {
  content: "\f350";
}

/* line 10674, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-trophy:before {
  content: "\f351";
}

/* line 10677, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-truck:before {
  content: "\f352";
}

/* line 10680, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-try:before {
  content: "\f353";
}

/* line 10683, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-tty:before {
  content: "\f354";
}

/* line 10686, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-tumblr:before {
  content: "\f355";
}

/* line 10689, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-tumblr-square:before {
  content: "\f356";
}

/* line 10692, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-turkish-lira:before {
  content: "\f357";
}

/* line 10695, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-twitch:before {
  content: "\f358";
}

/* line 10698, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-twitter:before {
  content: "\f359";
}

/* line 10701, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-twitter-square:before {
  content: "\f35a";
}

/* line 10704, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-umbrella:before {
  content: "\f35b";
}

/* line 10707, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-underline:before {
  content: "\f35c";
}

/* line 10710, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-undo:before {
  content: "\f35d";
}

/* line 10713, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-university:before {
  content: "\f35e";
}

/* line 10716, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-unlink:before {
  content: "\f35f";
}

/* line 10719, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-unlock:before {
  content: "\f360";
}

/* line 10722, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-unlock-alt:before {
  content: "\f361";
}

/* line 10725, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-upload:before {
  content: "\f362";
}

/* line 10728, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-usd:before {
  content: "\f363";
}

/* line 10731, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-user:before {
  content: "\f364";
}

/* line 10734, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-user-md:before {
  content: "\f365";
}

/* line 10737, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-user-plus:before {
  content: "\f366";
}

/* line 10740, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-user-secret:before {
  content: "\f367";
}

/* line 10743, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-user-times:before {
  content: "\f368";
}

/* line 10746, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-users:before {
  content: "\f369";
}

/* line 10749, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-venus:before {
  content: "\f36a";
}

/* line 10752, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-venus-double:before {
  content: "\f36b";
}

/* line 10755, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-venus-mars:before {
  content: "\f36c";
}

/* line 10758, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-viacoin:before {
  content: "\f36d";
}

/* line 10761, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-video-camera:before {
  content: "\f36e";
}

/* line 10764, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-vimeo:before {
  content: "\f36f";
}

/* line 10767, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-vimeo-square:before {
  content: "\f370";
}

/* line 10770, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-vine:before {
  content: "\f371";
}

/* line 10773, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-vk:before {
  content: "\f372";
}

/* line 10776, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-volume-down:before {
  content: "\f373";
}

/* line 10779, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-volume-off:before {
  content: "\f374";
}

/* line 10782, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-volume-up:before {
  content: "\f375";
}

/* line 10785, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-warning:before {
  content: "\f376";
}

/* line 10788, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-wechat:before {
  content: "\f377";
}

/* line 10791, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-weibo:before {
  content: "\f378";
}

/* line 10794, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-weixin:before {
  content: "\f379";
}

/* line 10797, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-whatsapp:before {
  content: "\f37a";
}

/* line 10800, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-wheelchair:before {
  content: "\f37b";
}

/* line 10803, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-wifi:before {
  content: "\f37c";
}

/* line 10806, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-wikipedia-w:before {
  content: "\f37d";
}

/* line 10809, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-windows:before {
  content: "\f37e";
}

/* line 10812, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-won:before {
  content: "\f37f";
}

/* line 10815, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-wordpress:before {
  content: "\f380";
}

/* line 10818, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-wrench:before {
  content: "\f381";
}

/* line 10821, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-xing:before {
  content: "\f382";
}

/* line 10824, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-xing-square:before {
  content: "\f383";
}

/* line 10827, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-y-combinator:before {
  content: "\f384";
}

/* line 10830, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-y-combinator-square:before {
  content: "\f385";
}

/* line 10833, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-yahoo:before {
  content: "\f386";
}

/* line 10836, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-yc:before {
  content: "\f387";
}

/* line 10839, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-yc-square:before {
  content: "\f388";
}

/* line 10842, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-yelp:before {
  content: "\f389";
}

/* line 10845, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-yen:before {
  content: "\f38a";
}

/* line 10848, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-youtube:before {
  content: "\f38b";
}

/* line 10851, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-youtube-play:before {
  content: "\f38c";
}

/* line 10854, app/assets/stylesheets/theme/plugins.bundle.scss */
.la-youtube-square:before {
  content: "\f38d";
}

/*
    Flaticon icon font: Flaticon
    Creation date: 20/03/2017 20:02
    */
@font-face {
  font-family: "Flaticon";
  src: url(/assets/Flaticon-2f60e3b066df5481a4b9a9e60064822d82168f5a63d8b437237824c3f19ea78e.eot);
  src: url(/assets/Flaticon-2f60e3b066df5481a4b9a9e60064822d82168f5a63d8b437237824c3f19ea78e.eot?#iefix) format("embedded-opentype"), url(/assets/Flaticon-2823fe0a84f94b3a30556e1c320b9b11236db94d38365677c25ec61a33e68f2b.woff) format("woff"), url(/assets/Flaticon-adafa48c9f597df50730d321f9fec777bf714800d4e366bd6fcf2eb4e6f0cb15.ttf) format("truetype"), url(/assets/Flaticon-db04332b6dcc25c360651351e0eb62e4bfcf2e8a636455f1f523f934760d0e6a.svg#Flaticon) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url(/assets/Flaticon-db04332b6dcc25c360651351e0eb62e4bfcf2e8a636455f1f523f934760d0e6a.svg#Flaticon) format("svg");
  }
}

/* line 10880, app/assets/stylesheets/theme/plugins.bundle.scss */
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 10895, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-email-black-circular-button:before {
  content: "\f100";
}

/* line 10898, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-map:before {
  content: "\f101";
}

/* line 10901, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-alert-off:before {
  content: "\f102";
}

/* line 10904, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-alert:before {
  content: "\f103";
}

/* line 10907, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-computer:before {
  content: "\f104";
}

/* line 10910, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-responsive:before {
  content: "\f105";
}

/* line 10913, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-presentation:before {
  content: "\f106";
}

/* line 10916, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-arrows:before {
  content: "\f107";
}

/* line 10919, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-rocket:before {
  content: "\f108";
}

/* line 10922, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-reply:before {
  content: "\f109";
}

/* line 10925, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-gift:before {
  content: "\f10a";
}

/* line 10928, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-confetti:before {
  content: "\f10b";
}

/* line 10931, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-piggy-bank:before {
  content: "\f10c";
}

/* line 10934, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-support:before {
  content: "\f10d";
}

/* line 10937, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-delete:before {
  content: "\f10e";
}

/* line 10940, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-eye:before {
  content: "\f10f";
}

/* line 10943, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-multimedia:before {
  content: "\f110";
}

/* line 10946, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-whatsapp:before {
  content: "\f111";
}

/* line 10949, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-multimedia-2:before {
  content: "\f112";
}

/* line 10952, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-email:before {
  content: "\f113";
}

/* line 10955, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-presentation-1:before {
  content: "\f114";
}

/* line 10958, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-trophy:before {
  content: "\f115";
}

/* line 10961, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-psd:before {
  content: "\f116";
}

/* line 10964, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-layer:before {
  content: "\f117";
}

/* line 10967, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-doc:before {
  content: "\f118";
}

/* line 10970, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-file:before {
  content: "\f119";
}

/* line 10973, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-network:before {
  content: "\f11a";
}

/* line 10976, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-bus-stop:before {
  content: "\f11b";
}

/* line 10979, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-globe:before {
  content: "\f11c";
}

/* line 10982, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-upload:before {
  content: "\f11d";
}

/* line 10985, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-squares:before {
  content: "\f11e";
}

/* line 10988, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-technology:before {
  content: "\f11f";
}

/* line 10991, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-up-arrow:before {
  content: "\f120";
}

/* line 10994, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-browser:before {
  content: "\f121";
}

/* line 10997, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-speech-bubble:before {
  content: "\f122";
}

/* line 11000, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-coins:before {
  content: "\f123";
}

/* line 11003, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-open-box:before {
  content: "\f124";
}

/* line 11006, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-speech-bubble-1:before {
  content: "\f125";
}

/* line 11009, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-attachment:before {
  content: "\f126";
}

/* line 11012, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-photo-camera:before {
  content: "\f127";
}

/* line 11015, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-skype-logo:before {
  content: "\f128";
}

/* line 11018, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-linkedin-logo:before {
  content: "\f129";
}

/* line 11021, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-twitter-logo:before {
  content: "\f12a";
}

/* line 11024, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-facebook-letter-logo:before {
  content: "\f12b";
}

/* line 11027, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-calendar-with-a-clock-time-tools:before {
  content: "\f12c";
}

/* line 11030, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-youtube:before {
  content: "\f12d";
}

/* line 11033, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-add-circular-button:before {
  content: "\f12e";
}

/* line 11036, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-more-v2:before {
  content: "\f12f";
}

/* line 11039, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-search:before {
  content: "\f130";
}

/* line 11042, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-search-magnifier-interface-symbol:before {
  content: "\f131";
}

/* line 11045, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-questions-circular-button:before {
  content: "\f132";
}

/* line 11048, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-refresh:before {
  content: "\f133";
}

/* line 11051, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-logout:before {
  content: "\f134";
}

/* line 11054, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-event-calendar-symbol:before {
  content: "\f135";
}

/* line 11057, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-laptop:before {
  content: "\f136";
}

/* line 11060, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-tool:before {
  content: "\f137";
}

/* line 11063, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-graphic:before {
  content: "\f138";
}

/* line 11066, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-symbol:before {
  content: "\f139";
}

/* line 11069, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-graphic-1:before {
  content: "\f13a";
}

/* line 11072, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-clock:before {
  content: "\f13b";
}

/* line 11075, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-squares-1:before {
  content: "\f13c";
}

/* line 11078, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-black:before {
  content: "\f13d";
}

/* line 11081, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-book:before {
  content: "\f13e";
}

/* line 11084, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-cogwheel:before {
  content: "\f13f";
}

/* line 11087, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-exclamation:before {
  content: "\f140";
}

/* line 11090, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-add-label-button:before {
  content: "\f141";
}

/* line 11093, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-delete-1:before {
  content: "\f142";
}

/* line 11096, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-interface:before {
  content: "\f143";
}

/* line 11099, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-more:before {
  content: "\f144";
}

/* line 11102, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-warning-sign:before {
  content: "\f145";
}

/* line 11105, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-calendar:before {
  content: "\f146";
}

/* line 11108, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-instagram-logo:before {
  content: "\f147";
}

/* line 11111, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-linkedin:before {
  content: "\f148";
}

/* line 11114, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-facebook-logo-button:before {
  content: "\f149";
}

/* line 11117, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-twitter-logo-button:before {
  content: "\f14a";
}

/* line 11120, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-cancel:before {
  content: "\f14b";
}

/* line 11123, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-exclamation-square:before {
  content: "\f14c";
}

/* line 11126, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-buildings:before {
  content: "\f14d";
}

/* line 11129, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-danger:before {
  content: "\f14e";
}

/* line 11132, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-technology-1:before {
  content: "\f14f";
}

/* line 11135, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-letter-g:before {
  content: "\f150";
}

/* line 11138, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-interface-1:before {
  content: "\f151";
}

/* line 11141, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-circle:before {
  content: "\f152";
}

/* line 11144, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-pin:before {
  content: "\f153";
}

/* line 11147, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-close:before {
  content: "\f154";
}

/* line 11150, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-clock-1:before {
  content: "\f155";
}

/* line 11153, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-apps:before {
  content: "\f156";
}

/* line 11156, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-user:before {
  content: "\f157";
}

/* line 11159, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-menu-button:before {
  content: "\f158";
}

/* line 11162, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-settings:before {
  content: "\f159";
}

/* line 11165, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-home:before {
  content: "\f15a";
}

/* line 11168, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-clock-2:before {
  content: "\f15b";
}

/* line 11171, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-lifebuoy:before {
  content: "\f15c";
}

/* line 11174, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-cogwheel-1:before {
  content: "\f15d";
}

/* line 11177, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-paper-plane:before {
  content: "\f15e";
}

/* line 11180, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-statistics:before {
  content: "\f15f";
}

/* line 11183, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-diagram:before {
  content: "\f160";
}

/* line 11186, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-line-graph:before {
  content: "\f161";
}

/* line 11189, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-customer:before {
  content: "\f162";
}

/* line 11192, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-visible:before {
  content: "\f163";
}

/* line 11195, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-shopping-basket:before {
  content: "\f164";
}

/* line 11198, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-price-tag:before {
  content: "\f165";
}

/* line 11201, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-businesswoman:before {
  content: "\f166";
}

/* line 11204, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-medal:before {
  content: "\f167";
}

/* line 11207, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-like:before {
  content: "\f168";
}

/* line 11210, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-edit:before {
  content: "\f169";
}

/* line 11213, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-avatar:before {
  content: "\f16a";
}

/* line 11216, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-download:before {
  content: "\f16b";
}

/* line 11219, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-home-1:before {
  content: "\f16c";
}

/* line 11222, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-mail:before {
  content: "\f16d";
}

/* line 11225, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-mail-1:before {
  content: "\f16e";
}

/* line 11228, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-warning:before {
  content: "\f16f";
}

/* line 11231, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-cart:before {
  content: "\f170";
}

/* line 11234, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-bag:before {
  content: "\f171";
}

/* line 11237, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-pie-chart:before {
  content: "\f172";
}

/* line 11240, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-graph:before {
  content: "\f173";
}

/* line 11243, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-interface-2:before {
  content: "\f174";
}

/* line 11246, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-chat:before {
  content: "\f175";
}

/* line 11249, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-envelope:before {
  content: "\f176";
}

/* line 11252, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-chat-1:before {
  content: "\f177";
}

/* line 11255, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-interface-3:before {
  content: "\f178";
}

/* line 11258, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-background:before {
  content: "\f179";
}

/* line 11261, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-file-1:before {
  content: "\f17a";
}

/* line 11264, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-interface-4:before {
  content: "\f17b";
}

/* line 11267, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-multimedia-3:before {
  content: "\f17c";
}

/* line 11270, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-list:before {
  content: "\f17d";
}

/* line 11273, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-time:before {
  content: "\f17e";
}

/* line 11276, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-profile:before {
  content: "\f17f";
}

/* line 11279, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-imac:before {
  content: "\f180";
}

/* line 11282, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-medical:before {
  content: "\f181";
}

/* line 11285, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-music:before {
  content: "\f182";
}

/* line 11288, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-plus:before {
  content: "\f183";
}

/* line 11291, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-exclamation-1:before {
  content: "\f184";
}

/* line 11294, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-info:before {
  content: "\f185";
}

/* line 11297, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-menu-1:before {
  content: "\f186";
}

/* line 11300, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-menu-2:before {
  content: "\f187";
}

/* line 11303, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-share:before {
  content: "\f188";
}

/* line 11306, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-interface-5:before {
  content: "\f189";
}

/* line 11309, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-signs:before {
  content: "\f18a";
}

/* line 11312, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-tabs:before {
  content: "\f18b";
}

/* line 11315, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-multimedia-4:before {
  content: "\f18c";
}

/* line 11318, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-upload-1:before {
  content: "\f18d";
}

/* line 11321, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-web:before {
  content: "\f18e";
}

/* line 11324, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-placeholder:before {
  content: "\f18f";
}

/* line 11327, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-placeholder-1:before {
  content: "\f190";
}

/* line 11330, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-layers:before {
  content: "\f191";
}

/* line 11333, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-interface-6:before {
  content: "\f192";
}

/* line 11336, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-interface-7:before {
  content: "\f193";
}

/* line 11339, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-interface-8:before {
  content: "\f194";
}

/* line 11342, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-tool-1:before {
  content: "\f195";
}

/* line 11345, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-settings-1:before {
  content: "\f196";
}

/* line 11348, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-alarm:before {
  content: "\f197";
}

/* line 11351, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-search-1:before {
  content: "\f198";
}

/* line 11354, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-time-1:before {
  content: "\f199";
}

/* line 11357, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-stopwatch:before {
  content: "\f19a";
}

/* line 11360, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-folder:before {
  content: "\f19b";
}

/* line 11363, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-folder-1:before {
  content: "\f19c";
}

/* line 11366, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-folder-2:before {
  content: "\f19d";
}

/* line 11369, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-folder-3:before {
  content: "\f19e";
}

/* line 11372, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-file-2:before {
  content: "\f19f";
}

/* line 11375, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-list-1:before {
  content: "\f1a0";
}

/* line 11378, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-list-2:before {
  content: "\f1a1";
}

/* line 11381, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-calendar-1:before {
  content: "\f1a2";
}

/* line 11384, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-time-2:before {
  content: "\f1a3";
}

/* line 11387, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-interface-9:before {
  content: "\f1a4";
}

/* line 11390, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-app:before {
  content: "\f1a5";
}

/* line 11393, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-suitcase:before {
  content: "\f1a6";
}

/* line 11396, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-grid-menu-v2:before {
  content: "\f1a7";
}

/* line 11399, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-more-v6:before {
  content: "\f1a8";
}

/* line 11402, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-more-v5:before {
  content: "\f1a9";
}

/* line 11405, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-add:before {
  content: "\f1aa";
}

/* line 11408, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-multimedia-5:before {
  content: "\f1ab";
}

/* line 11411, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-more-v4:before {
  content: "\f1ac";
}

/* line 11414, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-placeholder-2:before {
  content: "\f1ad";
}

/* line 11417, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-map-location:before {
  content: "\f1ae";
}

/* line 11420, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-users:before {
  content: "\f1af";
}

/* line 11423, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-profile-1:before {
  content: "\f1b0";
}

/* line 11426, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-lock:before {
  content: "\f1b1";
}

/* line 11429, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-sound:before {
  content: "\f1b2";
}

/* line 11432, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-star:before {
  content: "\f1b3";
}

/* line 11435, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-placeholder-3:before {
  content: "\f1b4";
}

/* line 11438, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-bell:before {
  content: "\f1b5";
}

/* line 11441, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-paper-plane-1:before {
  content: "\f1b6";
}

/* line 11444, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-users-1:before {
  content: "\f1b7";
}

/* line 11447, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-more-1:before {
  content: "\f1b8";
}

/* line 11450, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-up-arrow-1:before {
  content: "\f1b9";
}

/* line 11453, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-grid-menu:before {
  content: "\f1ba";
}

/* line 11456, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-alarm-1:before {
  content: "\f1bb";
}

/* line 11459, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-earth-globe:before {
  content: "\f1bc";
}

/* line 11462, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-alert-1:before {
  content: "\f1bd";
}

/* line 11465, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-internet:before {
  content: "\f1be";
}

/* line 11468, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-user-ok:before {
  content: "\f1bf";
}

/* line 11471, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-user-add:before {
  content: "\f1c0";
}

/* line 11474, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-user-settings:before {
  content: "\f1c1";
}

/* line 11477, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-truck:before {
  content: "\f1c2";
}

/* line 11480, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-analytics:before {
  content: "\f1c3";
}

/* line 11483, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-notes:before {
  content: "\f1c4";
}

/* line 11486, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-tea-cup:before {
  content: "\f1c5";
}

/* line 11489, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-exclamation-2:before {
  content: "\f1c6";
}

/* line 11492, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-technology-2:before {
  content: "\f1c7";
}

/* line 11495, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-location:before {
  content: "\f1c8";
}

/* line 11498, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-edit-1:before {
  content: "\f1c9";
}

/* line 11501, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-home-2:before {
  content: "\f1ca";
}

/* line 11504, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-dashboard:before {
  content: "\f1cb";
}

/* line 11507, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-information:before {
  content: "\f1cc";
}

/* line 11510, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-light:before {
  content: "\f1cd";
}

/* line 11513, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-car:before {
  content: "\f1ce";
}

/* line 11516, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-business:before {
  content: "\f1cf";
}

/* line 11519, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-squares-2:before {
  content: "\f1d0";
}

/* line 11522, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-signs-1:before {
  content: "\f1d1";
}

/* line 11525, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-mark:before {
  content: "\f1d2";
}

/* line 11528, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-squares-3:before {
  content: "\f1d3";
}

/* line 11531, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-comment:before {
  content: "\f1d4";
}

/* line 11534, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-shapes:before {
  content: "\f1d5";
}

/* line 11537, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-clipboard:before {
  content: "\f1d6";
}

/* line 11540, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-squares-4:before {
  content: "\f1d7";
}

/* line 11543, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-delete-2:before {
  content: "\f1d8";
}

/* line 11546, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-bell-1:before {
  content: "\f1d9";
}

/* line 11549, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-list-3:before {
  content: "\f1da";
}

/* line 11552, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-infinity:before {
  content: "\f1db";
}

/* line 11555, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-chat-2:before {
  content: "\f1dc";
}

/* line 11558, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-calendar-2:before {
  content: "\f1dd";
}

/* line 11561, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-signs-2:before {
  content: "\f1de";
}

/* line 11564, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-time-3:before {
  content: "\f1df";
}

/* line 11567, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-calendar-3:before {
  content: "\f1e0";
}

/* line 11570, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-interface-10:before {
  content: "\f1e1";
}

/* line 11573, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-interface-11:before {
  content: "\f1e2";
}

/* line 11576, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-folder-4:before {
  content: "\f1e3";
}

/* line 11579, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-alert-2:before {
  content: "\f1e4";
}

/* line 11582, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-cogwheel-2:before {
  content: "\f1e5";
}

/* line 11585, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-graphic-2:before {
  content: "\f1e6";
}

/* line 11588, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-rotate:before {
  content: "\f1e7";
}

/* line 11591, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-feed:before {
  content: "\f1e8";
}

/* line 11594, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-safe-shield-protection:before {
  content: "\f1e9";
}

/* line 11597, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-security:before {
  content: "\f1ea";
}

/* line 11600, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-download-1:before {
  content: "\f1eb";
}

/* line 11603, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-pie-chart-1:before {
  content: "\f1ec";
}

/* line 11606, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon-notepad:before {
  content: "\f1ed";
}

/*
    Flaticon icon font: Flaticon
    Creation date: 20/03/2017 20:02
    */
@font-face {
  font-family: "Flaticon2";
  src: url(/assets/Flaticon2-61b8646ca3a9ea42ca08e099c99a36879108b0a0f6dcb001c7e0150b78f99237.eot);
  src: url(/assets/Flaticon2-61b8646ca3a9ea42ca08e099c99a36879108b0a0f6dcb001c7e0150b78f99237.eot?#iefix) format("embedded-opentype"), url(/assets/Flaticon2-25e12886fff7846c707fbeb8a69a1f46febfdb07d0799f60f0bbf856a11f0924.woff) format("woff"), url(/assets/Flaticon2-c7c6133f10b34f63cf87694dd9d0a9aea8aedb90a9d5ed0629540cf7c39ed758.ttf) format("truetype"), url(/assets/Flaticon2-8a3e692f36778bb88dcdf3dc4a3cf5c04241c90e4cbb5986e45478a1c1ced756.svg#Flaticon2) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon2";
    src: url(/assets/Flaticon2-8a3e692f36778bb88dcdf3dc4a3cf5c04241c90e4cbb5986e45478a1c1ced756.svg#Flaticon2) format("svg");
  }
}

/* line 11632, app/assets/stylesheets/theme/plugins.bundle.scss */
[class^="flaticon2-"]:before,
[class*=" flaticon2-"]:before {
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 11647, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-notification:before {
  content: "\f100";
}

/* line 11650, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-settings:before {
  content: "\f101";
}

/* line 11653, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-search:before {
  content: "\f102";
}

/* line 11656, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-delete:before {
  content: "\f103";
}

/* line 11659, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-psd:before {
  content: "\f104";
}

/* line 11662, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-list:before {
  content: "\f105";
}

/* line 11665, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-box:before {
  content: "\f106";
}

/* line 11668, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-download:before {
  content: "\f107";
}

/* line 11671, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-shield:before {
  content: "\f108";
}

/* line 11674, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-paperplane:before {
  content: "\f109";
}

/* line 11677, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-avatar:before {
  content: "\f10a";
}

/* line 11680, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-bell:before {
  content: "\f10b";
}

/* line 11683, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-fax:before {
  content: "\f10c";
}

/* line 11686, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-chart2:before {
  content: "\f10d";
}

/* line 11689, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-supermarket:before {
  content: "\f10e";
}

/* line 11692, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-phone:before {
  content: "\f10f";
}

/* line 11695, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-envelope:before {
  content: "\f110";
}

/* line 11698, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-pin:before {
  content: "\f111";
}

/* line 11701, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-chat:before {
  content: "\f112";
}

/* line 11704, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-chart:before {
  content: "\f113";
}

/* line 11707, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-infographic:before {
  content: "\f114";
}

/* line 11710, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-grids:before {
  content: "\f115";
}

/* line 11713, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-menu:before {
  content: "\f116";
}

/* line 11716, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-plus:before {
  content: "\f117";
}

/* line 11719, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-list-1:before {
  content: "\f118";
}

/* line 11722, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-talk:before {
  content: "\f119";
}

/* line 11725, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-file:before {
  content: "\f11a";
}

/* line 11728, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-user:before {
  content: "\f11b";
}

/* line 11731, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-line-chart:before {
  content: "\f11c";
}

/* line 11734, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-percentage:before {
  content: "\f11d";
}

/* line 11737, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-menu-1:before {
  content: "\f11e";
}

/* line 11740, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-paper-plane:before {
  content: "\f11f";
}

/* line 11743, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-menu-2:before {
  content: "\f120";
}

/* line 11746, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-shopping-cart:before {
  content: "\f121";
}

/* line 11749, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-pie-chart:before {
  content: "\f122";
}

/* line 11752, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-box-1:before {
  content: "\f123";
}

/* line 11755, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-map:before {
  content: "\f124";
}

/* line 11758, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-favourite:before {
  content: "\f125";
}

/* line 11761, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-checking:before {
  content: "\f126";
}

/* line 11764, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-safe:before {
  content: "\f127";
}

/* line 11767, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-heart-rate-monitor:before {
  content: "\f128";
}

/* line 11770, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-layers:before {
  content: "\f129";
}

/* line 11773, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-delivery-package:before {
  content: "\f12a";
}

/* line 11776, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-sms:before {
  content: "\f12b";
}

/* line 11779, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-image-file:before {
  content: "\f12c";
}

/* line 11782, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-plus-1:before {
  content: "\f12d";
}

/* line 11785, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-send:before {
  content: "\f12e";
}

/* line 11788, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-graphic-design:before {
  content: "\f12f";
}

/* line 11791, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-cup:before {
  content: "\f130";
}

/* line 11794, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-website:before {
  content: "\f131";
}

/* line 11797, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-gift:before {
  content: "\f132";
}

/* line 11800, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-chronometer:before {
  content: "\f133";
}

/* line 11803, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-browser:before {
  content: "\f134";
}

/* line 11806, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-digital-marketing:before {
  content: "\f135";
}

/* line 11809, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-calendar:before {
  content: "\f136";
}

/* line 11812, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-calendar-1:before {
  content: "\f137";
}

/* line 11815, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-rocket:before {
  content: "\f138";
}

/* line 11818, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-analytics:before {
  content: "\f139";
}

/* line 11821, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-pie-chart-1:before {
  content: "\f13a";
}

/* line 11824, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-pie-chart-2:before {
  content: "\f13b";
}

/* line 11827, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-analytics-1:before {
  content: "\f13c";
}

/* line 11830, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-google-drive-file:before {
  content: "\f13d";
}

/* line 11833, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-pie-chart-3:before {
  content: "\f13e";
}

/* line 11836, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-poll-symbol:before {
  content: "\f13f";
}

/* line 11839, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-gear:before {
  content: "\f140";
}

/* line 11842, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-magnifier-tool:before {
  content: "\f141";
}

/* line 11845, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-add:before {
  content: "\f142";
}

/* line 11848, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-cube:before {
  content: "\f143";
}

/* line 11851, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-gift-1:before {
  content: "\f144";
}

/* line 11854, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-list-2:before {
  content: "\f145";
}

/* line 11857, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-shopping-cart-1:before {
  content: "\f146";
}

/* line 11860, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-calendar-2:before {
  content: "\f147";
}

/* line 11863, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-laptop:before {
  content: "\f148";
}

/* line 11866, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-cube-1:before {
  content: "\f149";
}

/* line 11869, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-layers-1:before {
  content: "\f14a";
}

/* line 11872, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-chat-1:before {
  content: "\f14b";
}

/* line 11875, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-copy:before {
  content: "\f14c";
}

/* line 11878, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-paper:before {
  content: "\f14d";
}

/* line 11881, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-hospital:before {
  content: "\f14e";
}

/* line 11884, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-calendar-3:before {
  content: "\f14f";
}

/* line 11887, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-speaker:before {
  content: "\f150";
}

/* line 11890, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-pie-chart-4:before {
  content: "\f151";
}

/* line 11893, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-schedule:before {
  content: "\f152";
}

/* line 11896, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-expand:before {
  content: "\f153";
}

/* line 11899, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-menu-3:before {
  content: "\f154";
}

/* line 11902, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-download-1:before {
  content: "\f155";
}

/* line 11905, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-help:before {
  content: "\f156";
}

/* line 11908, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-list-3:before {
  content: "\f157";
}

/* line 11911, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-notepad:before {
  content: "\f158";
}

/* line 11914, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-graph:before {
  content: "\f159";
}

/* line 11917, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-browser-1:before {
  content: "\f15a";
}

/* line 11920, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-photograph:before {
  content: "\f15b";
}

/* line 11923, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-browser-2:before {
  content: "\f15c";
}

/* line 11926, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-hourglass:before {
  content: "\f15d";
}

/* line 11929, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-mail:before {
  content: "\f15e";
}

/* line 11932, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-cardiogram:before {
  content: "\f15f";
}

/* line 11935, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-document:before {
  content: "\f160";
}

/* line 11938, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-contract:before {
  content: "\f161";
}

/* line 11941, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-graph-1:before {
  content: "\f162";
}

/* line 11944, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-graphic:before {
  content: "\f163";
}

/* line 11947, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-position:before {
  content: "\f164";
}

/* line 11950, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-soft-icons:before {
  content: "\f165";
}

/* line 11953, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-circle-vol-2:before {
  content: "\f166";
}

/* line 11956, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-rocket-1:before {
  content: "\f167";
}

/* line 11959, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-lorry:before {
  content: "\f168";
}

/* line 11962, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-cd:before {
  content: "\f169";
}

/* line 11965, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-file-1:before {
  content: "\f16a";
}

/* line 11968, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-reload:before {
  content: "\f16b";
}

/* line 11971, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-placeholder:before {
  content: "\f16c";
}

/* line 11974, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-refresh:before {
  content: "\f16d";
}

/* line 11977, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-medical-records:before {
  content: "\f16e";
}

/* line 11980, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-rectangular:before {
  content: "\f16f";
}

/* line 11983, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-medical-records-1:before {
  content: "\f170";
}

/* line 11986, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-indent-dots:before {
  content: "\f171";
}

/* line 11989, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-search-1:before {
  content: "\f172";
}

/* line 11992, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-edit:before {
  content: "\f173";
}

/* line 11995, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-new-email:before {
  content: "\f174";
}

/* line 11998, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-calendar-4:before {
  content: "\f175";
}

/* line 12001, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-console:before {
  content: "\f176";
}

/* line 12004, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-open-text-book:before {
  content: "\f177";
}

/* line 12007, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-download-2:before {
  content: "\f178";
}

/* line 12010, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-zig-zag-line-sign:before {
  content: "\f179";
}

/* line 12013, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-tools-and-utensils:before {
  content: "\f17a";
}

/* line 12016, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-crisp-icons:before {
  content: "\f17b";
}

/* line 12019, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-trash:before {
  content: "\f17c";
}

/* line 12022, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-lock:before {
  content: "\f17d";
}

/* line 12025, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-bell-1:before {
  content: "\f17e";
}

/* line 12028, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-setup:before {
  content: "\f17f";
}

/* line 12031, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-menu-4:before {
  content: "\f180";
}

/* line 12034, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-architecture-and-city:before {
  content: "\f181";
}

/* line 12037, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-shelter:before {
  content: "\f182";
}

/* line 12040, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-add-1:before {
  content: "\f183";
}

/* line 12043, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-checkmark:before {
  content: "\f184";
}

/* line 12046, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-circular-arrow:before {
  content: "\f185";
}

/* line 12049, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-user-outline-symbol:before {
  content: "\f186";
}

/* line 12052, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-rhombus:before {
  content: "\f187";
}

/* line 12055, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-crisp-icons-1:before {
  content: "\f188";
}

/* line 12058, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-soft-icons-1:before {
  content: "\f189";
}

/* line 12061, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-hexagonal:before {
  content: "\f18a";
}

/* line 12064, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-time:before {
  content: "\f18b";
}

/* line 12067, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-contrast:before {
  content: "\f18c";
}

/* line 12070, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-telegram-logo:before {
  content: "\f18d";
}

/* line 12073, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-hangouts-logo:before {
  content: "\f18e";
}

/* line 12076, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-analytics-2:before {
  content: "\f18f";
}

/* line 12079, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-wifi:before {
  content: "\f190";
}

/* line 12082, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-protected:before {
  content: "\f191";
}

/* line 12085, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-drop:before {
  content: "\f192";
}

/* line 12088, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-mail-1:before {
  content: "\f193";
}

/* line 12091, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-delivery-truck:before {
  content: "\f194";
}

/* line 12094, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-writing:before {
  content: "\f195";
}

/* line 12097, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-calendar-5:before {
  content: "\f196";
}

/* line 12100, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-protection:before {
  content: "\f197";
}

/* line 12103, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-calendar-6:before {
  content: "\f198";
}

/* line 12106, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-calendar-7:before {
  content: "\f199";
}

/* line 12109, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-calendar-8:before {
  content: "\f19a";
}

/* line 12112, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-bell-2:before {
  content: "\f19b";
}

/* line 12115, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-hourglass-1:before {
  content: "\f19c";
}

/* line 12118, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-next:before {
  content: "\f19d";
}

/* line 12121, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-chat-2:before {
  content: "\f19e";
}

/* line 12124, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-correct:before {
  content: "\f19f";
}

/* line 12127, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-photo-camera:before {
  content: "\f1a0";
}

/* line 12130, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-fast-next:before {
  content: "\f1a1";
}

/* line 12133, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-fast-back:before {
  content: "\f1a2";
}

/* line 12136, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-down:before {
  content: "\f1a3";
}

/* line 12139, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-back:before {
  content: "\f1a4";
}

/* line 12142, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-up:before {
  content: "\f1a5";
}

/* line 12145, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-arrow-down:before {
  content: "\f1a6";
}

/* line 12148, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-arrow-up:before {
  content: "\f1a7";
}

/* line 12151, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-accept:before {
  content: "\f1a8";
}

/* line 12154, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-sort:before {
  content: "\f1a9";
}

/* line 12157, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-arrow:before {
  content: "\f1aa";
}

/* line 12160, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-back-1:before {
  content: "\f1ab";
}

/* line 12163, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-add-square:before {
  content: "\f1ac";
}

/* line 12166, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-quotation-mark:before {
  content: "\f1ad";
}

/* line 12169, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-clip-symbol:before {
  content: "\f1ae";
}

/* line 12172, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-check-mark:before {
  content: "\f1af";
}

/* line 12175, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-folder:before {
  content: "\f1b0";
}

/* line 12178, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-cancel-music:before {
  content: "\f1b1";
}

/* line 12181, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-cross:before {
  content: "\f1b2";
}

/* line 12184, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-pen:before {
  content: "\f1b3";
}

/* line 12187, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-email:before {
  content: "\f1b4";
}

/* line 12190, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-graph-2:before {
  content: "\f1b5";
}

/* line 12193, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-open-box:before {
  content: "\f1b6";
}

/* line 12196, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-files-and-folders:before {
  content: "\f1b7";
}

/* line 12199, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-ui:before {
  content: "\f1b8";
}

/* line 12202, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-sheet:before {
  content: "\f1b9";
}

/* line 12205, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-dashboard:before {
  content: "\f1ba";
}

/* line 12208, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-user-1:before {
  content: "\f1bb";
}

/* line 12211, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-group:before {
  content: "\f1bc";
}

/* line 12214, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-black-back-closed-envelope-shape:before {
  content: "\f1bd";
}

/* line 12217, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-left-arrow:before {
  content: "\f1be";
}

/* line 12220, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-sort-alphabetically:before {
  content: "\f1bf";
}

/* line 12223, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-sort-down:before {
  content: "\f1c0";
}

/* line 12226, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-rubbish-bin:before {
  content: "\f1c1";
}

/* line 12229, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-rubbish-bin-delete-button:before {
  content: "\f1c2";
}

/* line 12232, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-calendar-9:before {
  content: "\f1c3";
}

/* line 12235, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-tag:before {
  content: "\f1c4";
}

/* line 12238, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-refresh-button:before {
  content: "\f1c5";
}

/* line 12241, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-refresh-arrow:before {
  content: "\f1c6";
}

/* line 12244, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-reload-1:before {
  content: "\f1c7";
}

/* line 12247, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-refresh-1:before {
  content: "\f1c8";
}

/* line 12250, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-left-arrow-1:before {
  content: "\f1c9";
}

/* line 12253, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-reply:before {
  content: "\f1ca";
}

/* line 12256, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-reply-1:before {
  content: "\f1cb";
}

/* line 12259, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-printer:before {
  content: "\f1cc";
}

/* line 12262, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-print:before {
  content: "\f1cd";
}

/* line 12265, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-shrink:before {
  content: "\f1ce";
}

/* line 12268, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-resize:before {
  content: "\f1cf";
}

/* line 12271, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-arrow-1:before {
  content: "\f1d0";
}

/* line 12274, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-size:before {
  content: "\f1d1";
}

/* line 12277, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-arrow-2:before {
  content: "\f1d2";
}

/* line 12280, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-cancel:before {
  content: "\f1d3";
}

/* line 12283, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-exclamation:before {
  content: "\f1d4";
}

/* line 12286, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-line:before {
  content: "\f1d5";
}

/* line 12289, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-warning:before {
  content: "\f1d6";
}

/* line 12292, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-information:before {
  content: "\f1d7";
}

/* line 12295, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-layers-2:before {
  content: "\f1d8";
}

/* line 12298, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-file-2:before {
  content: "\f1d9";
}

/* line 12301, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-bell-3:before {
  content: "\f1da";
}

/* line 12304, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-bell-4:before {
  content: "\f1db";
}

/* line 12307, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-bell-5:before {
  content: "\f1dc";
}

/* line 12310, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-bell-alarm-symbol:before {
  content: "\f1dd";
}

/* line 12313, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-world:before {
  content: "\f1de";
}

/* line 12316, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-graphic-1:before {
  content: "\f1df";
}

/* line 12319, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-send-1:before {
  content: "\f1e0";
}

/* line 12322, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-location:before {
  content: "\f1e1";
}

/* line 12325, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-pin-1:before {
  content: "\f1e2";
}

/* line 12328, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-start-up:before {
  content: "\f1e3";
}

/* line 12331, app/assets/stylesheets/theme/plugins.bundle.scss */
.flaticon2-right-arrow:before {
  content: "\f1e4";
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* line 12339, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 12353, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

/* line 12358, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-xs {
  font-size: 0.75em;
}

/* line 12361, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sm {
  font-size: 0.875em;
}

/* line 12364, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-1x {
  font-size: 1em;
}

/* line 12367, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-2x {
  font-size: 2em;
}

/* line 12370, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12373, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-4x {
  font-size: 4em;
}

/* line 12376, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-5x {
  font-size: 5em;
}

/* line 12379, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-6x {
  font-size: 6em;
}

/* line 12382, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-7x {
  font-size: 7em;
}

/* line 12385, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-8x {
  font-size: 8em;
}

/* line 12388, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-9x {
  font-size: 9em;
}

/* line 12391, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-10x {
  font-size: 10em;
}

/* line 12394, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 12398, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 12403, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ul > li {
  position: relative;
}

/* line 12406, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 12413, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

/* line 12418, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pull-left {
  float: left;
}

/* line 12421, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pull-right {
  float: right;
}

/* line 12424, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}

/* line 12431, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}

/* line 12438, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

/* line 12442, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

/* line 12466, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 12471, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 12476, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 12481, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* line 12486, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

/* line 12490, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

/* line 12495, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

/* line 12500, app/assets/stylesheets/theme/plugins.bundle.scss */
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

/* line 12509, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 12517, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 12524, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 12527, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 12530, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-inverse {
  color: #fff;
}

/* line 12533, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 12536, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 12539, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 12542, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 12545, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 12548, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 12551, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 12554, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 12557, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 12560, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-adobe:before {
  content: "\f778";
}

/* line 12563, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 12566, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 12569, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 12572, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 12575, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 12578, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 12581, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 12584, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 12587, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 12590, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 12593, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 12596, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 12599, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 12602, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 12605, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 12608, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 12611, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 12614, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 12617, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 12620, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 12623, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 12626, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 12629, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 12632, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 12635, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 12638, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 12641, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 12644, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 12647, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 12650, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 12653, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 12656, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 12659, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 12662, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 12665, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 12668, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 12671, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 12674, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 12677, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 12680, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 12683, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 12686, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 12689, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 12692, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 12695, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 12698, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 12701, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 12704, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 12707, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 12710, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 12713, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 12716, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 12719, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 12722, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 12725, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 12728, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 12731, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 12734, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 12737, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 12740, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 12743, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 12746, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 12749, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 12752, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 12755, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 12758, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 12761, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 12764, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-award:before {
  content: "\f559";
}

/* line 12767, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 12770, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 12773, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 12776, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 12779, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 12782, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 12785, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 12788, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 12791, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 12794, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 12797, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 12800, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 12803, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 12806, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 12809, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 12812, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 12815, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 12818, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 12821, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 12824, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 12827, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 12830, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 12833, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 12836, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 12839, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 12842, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 12845, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 12848, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 12851, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 12854, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 12857, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 12860, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 12863, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-biking:before {
  content: "\f84a";
}

/* line 12866, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 12869, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 12872, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 12875, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 12878, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 12881, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 12884, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 12887, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 12890, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 12893, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 12896, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 12899, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 12902, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 12905, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 12908, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 12911, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 12914, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 12917, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 12920, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 12923, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 12926, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 12929, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 12932, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 12935, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 12938, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 12941, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 12944, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 12947, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 12950, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 12953, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-border-all:before {
  content: "\f84c";
}

/* line 12956, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-border-none:before {
  content: "\f850";
}

/* line 12959, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-border-style:before {
  content: "\f853";
}

/* line 12962, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 12965, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-box:before {
  content: "\f466";
}

/* line 12968, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 12971, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 12974, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 12977, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 12980, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 12983, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 12986, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 12989, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 12992, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 12995, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 12998, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 13001, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 13004, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 13007, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 13010, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 13013, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 13016, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 13019, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 13022, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 13025, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 13028, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 13031, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 13034, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 13037, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 13040, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 13043, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 13046, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 13049, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 13052, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 13055, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 13058, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 13061, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 13064, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 13067, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 13070, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 13073, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 13076, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 13079, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 13082, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 13085, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 13088, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 13091, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 13094, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 13097, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 13100, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 13103, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 13106, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 13109, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 13112, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 13115, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 13118, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 13121, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 13124, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 13127, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 13130, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 13133, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 13136, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 13139, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 13142, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 13145, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 13148, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 13151, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 13154, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 13157, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 13160, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 13163, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 13166, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 13169, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 13172, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 13175, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 13178, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 13181, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 13184, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 13187, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 13190, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 13193, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 13196, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 13199, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 13202, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 13205, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 13208, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 13211, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 13214, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 13217, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 13220, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 13223, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 13226, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 13229, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 13232, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 13235, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 13238, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 13241, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 13244, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 13247, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 13250, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 13253, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 13256, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 13259, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 13262, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 13265, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 13268, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 13271, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 13274, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 13277, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 13280, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 13283, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 13286, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 13289, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 13292, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 13295, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 13298, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 13301, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 13304, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 13307, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 13310, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 13313, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 13316, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 13319, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 13322, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 13325, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 13328, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 13331, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 13334, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 13337, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 13340, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 13343, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 13346, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 13349, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-code:before {
  content: "\f121";
}

/* line 13352, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 13355, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 13358, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 13361, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 13364, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 13367, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 13370, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 13373, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 13376, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 13379, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 13382, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 13385, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 13388, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 13391, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 13394, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 13397, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 13400, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 13403, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 13406, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 13409, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 13412, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 13415, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 13418, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 13421, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 13424, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 13427, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 13430, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 13433, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 13436, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 13439, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 13442, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 13445, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 13448, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 13451, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 13454, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 13457, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 13460, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 13463, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 13466, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 13469, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 13472, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 13475, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 13478, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 13481, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 13484, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 13487, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 13490, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 13493, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 13496, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 13499, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 13502, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 13505, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 13508, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 13511, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 13514, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 13517, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 13520, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 13523, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 13526, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 13529, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 13532, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 13535, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 13538, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 13541, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 13544, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 13547, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 13550, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 13553, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 13556, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 13559, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 13562, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 13565, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 13568, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 13571, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 13574, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 13577, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 13580, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 13583, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 13586, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 13589, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 13592, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 13595, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 13598, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 13601, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 13604, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 13607, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 13610, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 13613, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 13616, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 13619, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 13622, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 13625, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 13628, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 13631, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 13634, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 13637, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 13640, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 13643, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 13646, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 13649, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 13652, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 13655, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 13658, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 13661, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 13664, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 13667, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-download:before {
  content: "\f019";
}

/* line 13670, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 13673, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 13676, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 13679, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 13682, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 13685, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 13688, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 13691, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 13694, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 13697, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 13700, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 13703, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 13706, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 13709, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 13712, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 13715, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 13718, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 13721, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 13724, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 13727, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 13730, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 13733, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 13736, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 13739, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 13742, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 13745, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 13748, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 13751, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 13754, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 13757, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 13760, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 13763, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 13766, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 13769, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 13772, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 13775, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 13778, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 13781, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 13784, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 13787, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 13790, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 13793, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 13796, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 13799, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 13802, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 13805, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 13808, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 13811, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 13814, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 13817, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 13820, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 13823, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 13826, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 13829, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 13832, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 13835, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 13838, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 13841, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fan:before {
  content: "\f863";
}

/* line 13844, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 13847, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 13850, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 13853, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 13856, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 13859, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 13862, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 13865, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 13868, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-female:before {
  content: "\f182";
}

/* line 13871, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 13874, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 13877, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 13880, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 13883, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 13886, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 13889, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 13892, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 13895, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 13898, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 13901, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 13904, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 13907, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 13910, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 13913, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 13916, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 13919, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 13922, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 13925, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 13928, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 13931, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 13934, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 13937, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 13940, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 13943, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 13946, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 13949, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 13952, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-film:before {
  content: "\f008";
}

/* line 13955, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 13958, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 13961, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 13964, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 13967, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 13970, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 13973, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 13976, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 13979, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 13982, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 13985, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 13988, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 13991, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 13994, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 13997, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 14000, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 14003, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 14006, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 14009, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 14012, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 14015, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 14018, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 14021, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 14024, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 14027, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-font:before {
  content: "\f031";
}

/* line 14030, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 14033, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 14036, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 14039, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 14042, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 14045, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 14048, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 14051, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 14054, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 14057, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 14060, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 14063, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 14066, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 14069, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 14072, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 14075, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 14078, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 14081, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 14084, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 14087, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 14090, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 14093, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 14096, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 14099, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 14102, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 14105, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 14108, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 14111, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 14114, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 14117, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 14120, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 14123, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 14126, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 14129, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 14132, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 14135, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 14138, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 14141, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 14144, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 14147, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 14150, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 14153, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 14156, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 14159, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 14162, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 14165, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 14168, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 14171, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 14174, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 14177, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 14180, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 14183, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 14186, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 14189, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 14192, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 14195, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 14198, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 14201, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 14204, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 14207, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 14210, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 14213, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 14216, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 14219, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 14222, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 14225, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 14228, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 14231, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 14234, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 14237, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 14240, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 14243, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 14246, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 14249, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 14252, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 14255, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 14258, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 14261, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 14264, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 14267, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 14270, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 14273, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 14276, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 14279, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 14282, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 14285, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 14288, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 14291, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 14294, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 14297, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 14300, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 14303, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 14306, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 14309, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 14312, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 14315, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 14318, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 14321, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 14324, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 14327, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 14330, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 14333, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 14336, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 14339, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 14342, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 14345, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 14348, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 14351, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 14354, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 14357, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 14360, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 14363, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 14366, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 14369, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 14372, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 14375, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 14378, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 14381, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 14384, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 14387, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 14390, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 14393, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 14396, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 14399, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 14402, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-haykal:before {
  content: "\f666";
}

/* line 14405, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 14408, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 14411, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 14414, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 14417, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 14420, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 14423, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 14426, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 14429, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 14432, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 14435, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 14438, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 14441, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 14444, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 14447, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 14450, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 14453, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 14456, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-home:before {
  content: "\f015";
}

/* line 14459, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 14462, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 14465, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 14468, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 14471, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 14474, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 14477, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 14480, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 14483, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 14486, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 14489, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 14492, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 14495, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 14498, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 14501, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 14504, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 14507, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 14510, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 14513, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 14516, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 14519, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 14522, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 14525, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 14528, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-icons:before {
  content: "\f86d";
}

/* line 14531, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 14534, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 14537, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 14540, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 14543, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 14546, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-images:before {
  content: "\f302";
}

/* line 14549, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 14552, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 14555, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 14558, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 14561, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 14564, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-info:before {
  content: "\f129";
}

/* line 14567, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 14570, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 14573, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 14576, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 14579, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 14582, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 14585, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 14588, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 14591, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 14594, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 14597, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 14600, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 14603, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 14606, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 14609, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 14612, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 14615, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 14618, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 14621, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 14624, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 14627, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 14630, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 14633, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 14636, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 14639, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-key:before {
  content: "\f084";
}

/* line 14642, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 14645, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 14648, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 14651, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 14654, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 14657, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 14660, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 14663, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 14666, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 14669, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 14672, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 14675, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 14678, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 14681, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 14684, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 14687, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 14690, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 14693, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 14696, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 14699, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 14702, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 14705, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 14708, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 14711, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 14714, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 14717, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 14720, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 14723, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 14726, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 14729, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 14732, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 14735, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 14738, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 14741, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 14744, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 14747, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 14750, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 14753, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 14756, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 14759, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 14762, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 14765, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 14768, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 14771, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 14774, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 14777, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 14780, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 14783, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 14786, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 14789, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 14792, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 14795, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 14798, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 14801, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 14804, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 14807, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 14810, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 14813, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 14816, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 14819, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 14822, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-male:before {
  content: "\f183";
}

/* line 14825, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 14828, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-map:before {
  content: "\f279";
}

/* line 14831, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 14834, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 14837, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 14840, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 14843, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 14846, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 14849, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 14852, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 14855, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 14858, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 14861, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 14864, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 14867, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 14870, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 14873, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 14876, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 14879, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 14882, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 14885, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 14888, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 14891, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 14894, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 14897, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 14900, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 14903, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 14906, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 14909, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 14912, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 14915, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 14918, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 14921, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 14924, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 14927, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 14930, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 14933, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 14936, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 14939, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 14942, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 14945, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 14948, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 14951, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 14954, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 14957, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 14960, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 14963, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 14966, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 14969, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 14972, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 14975, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 14978, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 14981, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 14984, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 14987, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 14990, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 14993, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 14996, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 14999, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 15002, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 15005, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 15008, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 15011, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 15014, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 15017, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 15020, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 15023, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 15026, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 15029, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-music:before {
  content: "\f001";
}

/* line 15032, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 15035, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 15038, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 15041, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 15044, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 15047, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 15050, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-node:before {
  content: "\f419";
}

/* line 15053, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 15056, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 15059, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 15062, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 15065, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 15068, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 15071, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 15074, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 15077, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 15080, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 15083, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 15086, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 15089, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-om:before {
  content: "\f679";
}

/* line 15092, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 15095, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 15098, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 15101, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 15104, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 15107, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 15110, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 15113, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 15116, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 15119, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 15122, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 15125, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 15128, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 15131, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 15134, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 15137, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 15140, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 15143, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 15146, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 15149, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 15152, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 15155, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 15158, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 15161, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 15164, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 15167, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 15170, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 15173, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 15176, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 15179, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 15182, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 15185, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 15188, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 15191, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 15194, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 15197, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 15200, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 15203, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 15206, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 15209, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 15212, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 15215, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 15218, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 15221, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 15224, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 15227, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 15230, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 15233, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 15236, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 15239, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 15242, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 15245, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 15248, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 15251, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 15254, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-php:before {
  content: "\f457";
}

/* line 15257, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 15260, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 15263, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 15266, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 15269, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 15272, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 15275, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 15278, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 15281, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 15284, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 15287, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 15290, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 15293, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 15296, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 15299, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 15302, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 15305, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 15308, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 15311, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 15314, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 15317, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 15320, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 15323, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 15326, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 15329, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 15332, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 15335, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 15338, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 15341, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 15344, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 15347, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 15350, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 15353, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 15356, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 15359, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 15362, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 15365, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 15368, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 15371, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 15374, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 15377, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 15380, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 15383, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 15386, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 15389, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-question:before {
  content: "\f128";
}

/* line 15392, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 15395, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 15398, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 15401, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 15404, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 15407, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 15410, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 15413, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 15416, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 15419, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 15422, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 15425, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-random:before {
  content: "\f074";
}

/* line 15428, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 15431, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 15434, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 15437, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 15440, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 15443, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 15446, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 15449, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 15452, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 15455, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 15458, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 15461, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 15464, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 15467, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 15470, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 15473, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 15476, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 15479, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 15482, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 15485, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 15488, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 15491, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 15494, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 15497, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 15500, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 15503, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 15506, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 15509, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 15512, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 15515, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 15518, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-road:before {
  content: "\f018";
}

/* line 15521, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 15524, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 15527, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 15530, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 15533, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 15536, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 15539, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 15542, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 15545, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 15548, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 15551, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 15554, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 15557, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 15560, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 15563, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 15566, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 15569, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 15572, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 15575, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 15578, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 15581, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 15584, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 15587, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 15590, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-school:before {
  content: "\f549";
}

/* line 15593, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 15596, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 15599, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 15602, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 15605, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-search:before {
  content: "\f002";
}

/* line 15608, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 15611, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 15614, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 15617, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 15620, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 15623, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 15626, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 15629, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 15632, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-server:before {
  content: "\f233";
}

/* line 15635, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 15638, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 15641, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-share:before {
  content: "\f064";
}

/* line 15644, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 15647, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 15650, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 15653, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 15656, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 15659, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 15662, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 15665, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 15668, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 15671, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 15674, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 15677, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 15680, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 15683, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 15686, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 15689, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 15692, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 15695, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 15698, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 15701, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 15704, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 15707, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 15710, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 15713, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 15716, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 15719, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 15722, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 15725, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 15728, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 15731, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 15734, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 15737, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 15740, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 15743, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 15746, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 15749, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 15752, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 15755, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 15758, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 15761, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 15764, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 15767, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 15770, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 15773, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 15776, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 15779, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 15782, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 15785, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 15788, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 15791, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 15794, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 15797, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 15800, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 15803, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 15806, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 15809, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 15812, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 15815, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 15818, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 15821, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 15824, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 15827, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 15830, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 15833, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 15836, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 15839, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 15842, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 15845, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 15848, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 15851, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 15854, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 15857, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 15860, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 15863, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 15866, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 15869, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 15872, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 15875, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-spell-check:before {
  content: "\f891";
}

/* line 15878, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 15881, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 15884, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 15887, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 15890, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 15893, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 15896, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 15899, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 15902, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 15905, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 15908, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 15911, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 15914, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 15917, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-star:before {
  content: "\f005";
}

/* line 15920, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 15923, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 15926, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 15929, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 15932, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 15935, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 15938, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 15941, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 15944, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 15947, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 15950, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 15953, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 15956, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 15959, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 15962, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 15965, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 15968, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 15971, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 15974, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 15977, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 15980, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 15983, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 15986, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 15989, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 15992, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 15995, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 15998, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 16001, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 16004, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 16007, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 16010, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 16013, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 16016, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 16019, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 16022, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 16025, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 16028, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 16031, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 16034, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 16037, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 16040, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 16043, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 16046, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 16049, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 16052, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 16055, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 16058, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 16061, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 16064, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 16067, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 16070, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 16073, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 16076, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 16079, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 16082, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 16085, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 16088, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 16091, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 16094, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 16097, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 16100, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 16103, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 16106, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 16109, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 16112, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 16115, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 16118, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 16121, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 16124, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 16127, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 16130, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 16133, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 16136, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 16139, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 16142, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 16145, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 16148, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 16151, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 16154, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 16157, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 16160, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 16163, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 16166, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 16169, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 16172, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 16175, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 16178, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 16181, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 16184, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 16187, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 16190, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 16193, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 16196, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 16199, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 16202, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 16205, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 16208, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 16211, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 16214, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 16217, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 16220, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 16223, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 16226, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 16229, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 16232, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 16235, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 16238, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 16241, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-train:before {
  content: "\f238";
}

/* line 16244, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 16247, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 16250, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 16253, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 16256, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 16259, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 16262, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 16265, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 16268, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 16271, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 16274, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 16277, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 16280, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 16283, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 16286, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 16289, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 16292, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 16295, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 16298, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 16301, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 16304, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 16307, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 16310, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 16313, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 16316, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 16319, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 16322, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 16325, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 16328, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 16331, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 16334, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 16337, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 16340, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 16343, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 16346, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 16349, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 16352, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 16355, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 16358, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 16361, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 16364, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 16367, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 16370, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 16373, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 16376, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user:before {
  content: "\f007";
}

/* line 16379, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 16382, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 16385, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 16388, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 16391, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 16394, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 16397, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 16400, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 16403, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 16406, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 16409, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 16412, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 16415, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 16418, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 16421, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 16424, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 16427, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 16430, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 16433, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 16436, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 16439, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 16442, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 16445, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 16448, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 16451, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 16454, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 16457, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 16460, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 16463, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 16466, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 16469, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 16472, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 16475, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 16478, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 16481, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 16484, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 16487, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 16490, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 16493, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 16496, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 16499, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 16502, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 16505, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 16508, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 16511, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 16514, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 16517, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 16520, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 16523, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 16526, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-voicemail:before {
  content: "\f897";
}

/* line 16529, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 16532, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 16535, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 16538, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 16541, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 16544, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 16547, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 16550, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 16553, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 16556, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 16559, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 16562, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-water:before {
  content: "\f773";
}

/* line 16565, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 16568, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 16571, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 16574, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 16577, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 16580, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 16583, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 16586, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 16589, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 16592, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 16595, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 16598, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 16601, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 16604, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 16607, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 16610, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 16613, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 16616, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 16619, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 16622, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 16625, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 16628, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 16631, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 16634, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 16637, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 16640, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 16643, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 16646, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 16649, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 16652, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 16655, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 16658, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 16661, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 16664, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 16667, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 16670, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 16673, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 16676, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 16679, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 16682, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 16685, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 16688, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 16691, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 16694, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 16697, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 16700, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 16703, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 16706, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 16709, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 16712, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 16715, app/assets/stylesheets/theme/plugins.bundle.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 16725, app/assets/stylesheets/theme/plugins.bundle.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(/assets/fa-brands-400-7de32b6f817eb6c0fbd48222343821b20c4ee7c3c71a053680e0a6e54e1ba7a6.eot);
  src: url(/assets/fa-brands-400-7de32b6f817eb6c0fbd48222343821b20c4ee7c3c71a053680e0a6e54e1ba7a6.eot?#iefix) format("embedded-opentype"), url(/assets/fa-brands-400-77278f17b5fa2ad6e39b35efee1820bfd728e25c1ad5479c4e87eb39881a1110.woff2) format("woff2"), url(/assets/fa-brands-400-bfbde8da1e18ea977d0ef4ceed3bc2f4567ea0e912e109d0d0891d293739b383.woff) format("woff"), url(/assets/fa-brands-400-d02a8a22bf5cd9f80b25872beec467a72eee96eb1dbaed8bd4a894746afb3f6b.ttf) format("truetype"), url(/assets/fa-brands-400-d3d9155c69c074de00148969c5d1252764d179f5356c40f9c8e4cc11169ee5ed.svg#fontawesome) format("svg");
}

/* line 16746, app/assets/stylesheets/theme/plugins.bundle.scss */
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/assets/fa-regular-400-58f9a1a08238d07fa5826d0cc7093130284dd4ca8bf57da92713008768375f38.eot);
  src: url(/assets/fa-regular-400-58f9a1a08238d07fa5826d0cc7093130284dd4ca8bf57da92713008768375f38.eot?#iefix) format("embedded-opentype"), url(/assets/fa-regular-400-27f83e542e057c9709d0c0b63dacd4912c203e9f4969381476f518947446426c.woff2) format("woff2"), url(/assets/fa-regular-400-6e2012e7a3aa37ea24188c9c30f6924710ecc01e6ee35cabe2d020a5db6c88b3.woff) format("woff"), url(/assets/fa-regular-400-5cea2a4d14f0f67c5eaac2f3060a8f8e970b8e2d6f774ffce3134b4106374c00.ttf) format("truetype"), url(/assets/fa-regular-400-65217c5c550a5ae02f479fdcdfcb9c49d14772e0a4a93ff0961311e3deca9325.svg#fontawesome) format("svg");
}

/* line 16761, app/assets/stylesheets/theme/plugins.bundle.scss */
.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(/assets/fa-solid-900-6dc32afc838bf062789cbea9d3af7a7f005a1bbae7f3774c11056610c0147f6c.eot);
  src: url(/assets/fa-solid-900-6dc32afc838bf062789cbea9d3af7a7f005a1bbae7f3774c11056610c0147f6c.eot?#iefix) format("embedded-opentype"), url(/assets/fa-solid-900-a8ca092a3599e691ef56c745e37cc1f429c7f9d4a58ac265fef4c5383ccfbac7.woff2) format("woff2"), url(/assets/fa-solid-900-def6e57067abbda27e74784bd8c3150f46f80f763805ea209b17b130e1a8e4c5.woff) format("woff"), url(/assets/fa-solid-900-90b8796f7ba37296c183c637ebab1e5678cd5637846e7912c3ad563248ff5ee3.ttf) format("truetype"), url(/assets/fa-solid-900-8d4233440e041f9b9a2dd2af09992c074b5bf172c77801c88c9a6ae5e0882b7a.svg#fontawesome) format("svg");
}

/* line 16776, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}

/* line 16781, app/assets/stylesheets/theme/plugins.bundle.scss */
.fa,
.fas {
  font-weight: 900;
}

@font-face {
  font-family: "socicon";
  src: url(/assets/socicon-e6a3b4a745b634d3bc3411f255a22a11c2c3d9ae3db28a0163e46276fd892dac.eot);
  src: url(/assets/socicon-e6a3b4a745b634d3bc3411f255a22a11c2c3d9ae3db28a0163e46276fd892dac.eot?#iefix) format("embedded-opentype"), url(/assets/socicon-e33f851e382cfc1619b4fdcb72224778b42a59d818a5132c7dde98fc38d0b1c2.woff) format("woff"), url(/assets/socicon-92e55ee9a2ad7d19d244d27f5f8f75e4e0dc807a7866b775b1aa744d426572dd.ttf) format("truetype"), url(/assets/socicon-4bf4ce88a0f84d69ffda223af20de2a3edcad5aeadee5e3fde05766bccb9a5ed.svg#socicon) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 16798, app/assets/stylesheets/theme/plugins.bundle.scss */
[data-icon]:before {
  font-family: "socicon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 16811, app/assets/stylesheets/theme/plugins.bundle.scss */
[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  font-family: "socicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 16824, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-modelmayhem:before {
  content: "\e000";
}

/* line 16827, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-mixcloud:before {
  content: "\e001";
}

/* line 16830, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-drupal:before {
  content: "\e002";
}

/* line 16833, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-swarm:before {
  content: "\e003";
}

/* line 16836, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-istock:before {
  content: "\e004";
}

/* line 16839, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-yammer:before {
  content: "\e005";
}

/* line 16842, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-ello:before {
  content: "\e006";
}

/* line 16845, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-stackoverflow:before {
  content: "\e007";
}

/* line 16848, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-persona:before {
  content: "\e008";
}

/* line 16851, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-triplej:before {
  content: "\e009";
}

/* line 16854, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-houzz:before {
  content: "\e00a";
}

/* line 16857, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-rss:before {
  content: "\e00b";
}

/* line 16860, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-paypal:before {
  content: "\e00c";
}

/* line 16863, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-odnoklassniki:before {
  content: "\e00d";
}

/* line 16866, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-airbnb:before {
  content: "\e00e";
}

/* line 16869, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-periscope:before {
  content: "\e00f";
}

/* line 16872, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-outlook:before {
  content: "\e010";
}

/* line 16875, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-coderwall:before {
  content: "\e011";
}

/* line 16878, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-tripadvisor:before {
  content: "\e012";
}

/* line 16881, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-appnet:before {
  content: "\e013";
}

/* line 16884, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-goodreads:before {
  content: "\e014";
}

/* line 16887, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-tripit:before {
  content: "\e015";
}

/* line 16890, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-lanyrd:before {
  content: "\e016";
}

/* line 16893, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-slideshare:before {
  content: "\e017";
}

/* line 16896, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-buffer:before {
  content: "\e018";
}

/* line 16899, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-disqus:before {
  content: "\e019";
}

/* line 16902, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-vkontakte:before {
  content: "\e01a";
}

/* line 16905, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-whatsapp:before {
  content: "\e01b";
}

/* line 16908, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-patreon:before {
  content: "\e01c";
}

/* line 16911, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-storehouse:before {
  content: "\e01d";
}

/* line 16914, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-pocket:before {
  content: "\e01e";
}

/* line 16917, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-mail:before {
  content: "\e01f";
}

/* line 16920, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-blogger:before {
  content: "\e020";
}

/* line 16923, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-technorati:before {
  content: "\e021";
}

/* line 16926, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-reddit:before {
  content: "\e022";
}

/* line 16929, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-dribbble:before {
  content: "\e023";
}

/* line 16932, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-stumbleupon:before {
  content: "\e024";
}

/* line 16935, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-digg:before {
  content: "\e025";
}

/* line 16938, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-envato:before {
  content: "\e026";
}

/* line 16941, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-behance:before {
  content: "\e027";
}

/* line 16944, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-delicious:before {
  content: "\e028";
}

/* line 16947, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-deviantart:before {
  content: "\e029";
}

/* line 16950, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-forrst:before {
  content: "\e02a";
}

/* line 16953, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-play:before {
  content: "\e02b";
}

/* line 16956, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-zerply:before {
  content: "\e02c";
}

/* line 16959, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-wikipedia:before {
  content: "\e02d";
}

/* line 16962, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-apple:before {
  content: "\e02e";
}

/* line 16965, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-flattr:before {
  content: "\e02f";
}

/* line 16968, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-github:before {
  content: "\e030";
}

/* line 16971, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-renren:before {
  content: "\e031";
}

/* line 16974, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-friendfeed:before {
  content: "\e032";
}

/* line 16977, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-newsvine:before {
  content: "\e033";
}

/* line 16980, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-identica:before {
  content: "\e034";
}

/* line 16983, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-bebo:before {
  content: "\e035";
}

/* line 16986, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-zynga:before {
  content: "\e036";
}

/* line 16989, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-steam:before {
  content: "\e037";
}

/* line 16992, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-xbox:before {
  content: "\e038";
}

/* line 16995, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-windows:before {
  content: "\e039";
}

/* line 16998, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-qq:before {
  content: "\e03a";
}

/* line 17001, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-douban:before {
  content: "\e03b";
}

/* line 17004, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-meetup:before {
  content: "\e03c";
}

/* line 17007, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-playstation:before {
  content: "\e03d";
}

/* line 17010, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-android:before {
  content: "\e03e";
}

/* line 17013, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-snapchat:before {
  content: "\e03f";
}

/* line 17016, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-twitter:before {
  content: "\e040";
}

/* line 17019, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-facebook:before {
  content: "\e041";
}

/* line 17022, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-googleplus:before {
  content: "\e042";
}

/* line 17025, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-pinterest:before {
  content: "\e043";
}

/* line 17028, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-foursquare:before {
  content: "\e044";
}

/* line 17031, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-yahoo:before {
  content: "\e045";
}

/* line 17034, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-skype:before {
  content: "\e046";
}

/* line 17037, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-yelp:before {
  content: "\e047";
}

/* line 17040, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-feedburner:before {
  content: "\e048";
}

/* line 17043, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-linkedin:before {
  content: "\e049";
}

/* line 17046, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-viadeo:before {
  content: "\e04a";
}

/* line 17049, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-xing:before {
  content: "\e04b";
}

/* line 17052, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-myspace:before {
  content: "\e04c";
}

/* line 17055, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-soundcloud:before {
  content: "\e04d";
}

/* line 17058, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-spotify:before {
  content: "\e04e";
}

/* line 17061, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-grooveshark:before {
  content: "\e04f";
}

/* line 17064, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-lastfm:before {
  content: "\e050";
}

/* line 17067, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-youtube:before {
  content: "\e051";
}

/* line 17070, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-vimeo:before {
  content: "\e052";
}

/* line 17073, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-dailymotion:before {
  content: "\e053";
}

/* line 17076, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-vine:before {
  content: "\e054";
}

/* line 17079, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-flickr:before {
  content: "\e055";
}

/* line 17082, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-500px:before {
  content: "\e056";
}

/* line 17085, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-wordpress:before {
  content: "\e058";
}

/* line 17088, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-tumblr:before {
  content: "\e059";
}

/* line 17091, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-twitch:before {
  content: "\e05a";
}

/* line 17094, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-8tracks:before {
  content: "\e05b";
}

/* line 17097, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-amazon:before {
  content: "\e05c";
}

/* line 17100, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-icq:before {
  content: "\e05d";
}

/* line 17103, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-smugmug:before {
  content: "\e05e";
}

/* line 17106, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-ravelry:before {
  content: "\e05f";
}

/* line 17109, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-weibo:before {
  content: "\e060";
}

/* line 17112, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-baidu:before {
  content: "\e061";
}

/* line 17115, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-angellist:before {
  content: "\e062";
}

/* line 17118, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-ebay:before {
  content: "\e063";
}

/* line 17121, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-imdb:before {
  content: "\e064";
}

/* line 17124, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-stayfriends:before {
  content: "\e065";
}

/* line 17127, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-residentadvisor:before {
  content: "\e066";
}

/* line 17130, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-google:before {
  content: "\e067";
}

/* line 17133, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-yandex:before {
  content: "\e068";
}

/* line 17136, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-sharethis:before {
  content: "\e069";
}

/* line 17139, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-bandcamp:before {
  content: "\e06a";
}

/* line 17142, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-itunes:before {
  content: "\e06b";
}

/* line 17145, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-deezer:before {
  content: "\e06c";
}

/* line 17148, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-telegram:before {
  content: "\e06e";
}

/* line 17151, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-openid:before {
  content: "\e06f";
}

/* line 17154, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-amplement:before {
  content: "\e070";
}

/* line 17157, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-viber:before {
  content: "\e071";
}

/* line 17160, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-zomato:before {
  content: "\e072";
}

/* line 17163, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-draugiem:before {
  content: "\e074";
}

/* line 17166, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-endomodo:before {
  content: "\e075";
}

/* line 17169, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-filmweb:before {
  content: "\e076";
}

/* line 17172, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-stackexchange:before {
  content: "\e077";
}

/* line 17175, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-wykop:before {
  content: "\e078";
}

/* line 17178, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-teamspeak:before {
  content: "\e079";
}

/* line 17181, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-teamviewer:before {
  content: "\e07a";
}

/* line 17184, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-ventrilo:before {
  content: "\e07b";
}

/* line 17187, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-younow:before {
  content: "\e07c";
}

/* line 17190, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-raidcall:before {
  content: "\e07d";
}

/* line 17193, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-mumble:before {
  content: "\e07e";
}

/* line 17196, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-medium:before {
  content: "\e06d";
}

/* line 17199, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-bebee:before {
  content: "\e07f";
}

/* line 17202, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-hitbox:before {
  content: "\e080";
}

/* line 17205, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-reverbnation:before {
  content: "\e081";
}

/* line 17208, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-formulr:before {
  content: "\e082";
}

/* line 17211, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-instagram:before {
  content: "\e057";
}

/* line 17214, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-battlenet:before {
  content: "\e083";
}

/* line 17217, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-chrome:before {
  content: "\e084";
}

/* line 17220, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-discord:before {
  content: "\e086";
}

/* line 17223, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-issuu:before {
  content: "\e087";
}

/* line 17226, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-macos:before {
  content: "\e088";
}

/* line 17229, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-firefox:before {
  content: "\e089";
}

/* line 17232, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-opera:before {
  content: "\e08d";
}

/* line 17235, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-keybase:before {
  content: "\e090";
}

/* line 17238, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-alliance:before {
  content: "\e091";
}

/* line 17241, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-livejournal:before {
  content: "\e092";
}

/* line 17244, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-googlephotos:before {
  content: "\e093";
}

/* line 17247, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-horde:before {
  content: "\e094";
}

/* line 17250, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-etsy:before {
  content: "\e095";
}

/* line 17253, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-zapier:before {
  content: "\e096";
}

/* line 17256, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-google-scholar:before {
  content: "\e097";
}

/* line 17259, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-researchgate:before {
  content: "\e098";
}

/* line 17262, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-wechat:before {
  content: "\e099";
}

/* line 17265, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-strava:before {
  content: "\e09a";
}

/* line 17268, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-line:before {
  content: "\e09b";
}

/* line 17271, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-lyft:before {
  content: "\e09c";
}

/* line 17274, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-uber:before {
  content: "\e09d";
}

/* line 17277, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-songkick:before {
  content: "\e09e";
}

/* line 17280, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-viewbug:before {
  content: "\e09f";
}

/* line 17283, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-googlegroups:before {
  content: "\e0a0";
}

/* line 17286, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-quora:before {
  content: "\e073";
}

/* line 17289, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-diablo:before {
  content: "\e085";
}

/* line 17292, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-blizzard:before {
  content: "\e0a1";
}

/* line 17295, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-hearthstone:before {
  content: "\e08b";
}

/* line 17298, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-heroes:before {
  content: "\e08a";
}

/* line 17301, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-overwatch:before {
  content: "\e08c";
}

/* line 17304, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-warcraft:before {
  content: "\e08e";
}

/* line 17307, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-starcraft:before {
  content: "\e08f";
}

/* line 17310, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-beam:before {
  content: "\e0a2";
}

/* line 17313, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-curse:before {
  content: "\e0a3";
}

/* line 17316, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-player:before {
  content: "\e0a4";
}

/* line 17319, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-streamjar:before {
  content: "\e0a5";
}

/* line 17322, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-nintendo:before {
  content: "\e0a6";
}

/* line 17325, app/assets/stylesheets/theme/plugins.bundle.scss */
.socicon-hellocoton:before {
  content: "\e0a7";
}

/* line 1, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

/* line 9, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 14, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

/* line 18, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 23, app/assets/stylesheets/theme/datatables.bundle.css */
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* line 28, app/assets/stylesheets/theme/datatables.bundle.css */
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

/* line 32, app/assets/stylesheets/theme/datatables.bundle.css */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

/* line 35, app/assets/stylesheets/theme/datatables.bundle.css */
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

/* line 40, app/assets/stylesheets/theme/datatables.bundle.css */
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

/* line 45, app/assets/stylesheets/theme/datatables.bundle.css */
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}

/* line 49, app/assets/stylesheets/theme/datatables.bundle.css */
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

/* line 54, app/assets/stylesheets/theme/datatables.bundle.css */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

/* line 59, app/assets/stylesheets/theme/datatables.bundle.css */
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

/* line 70, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

/* line 76, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

/* line 80, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

/* line 88, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

/* line 102, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}

/* line 110, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}

/* line 118, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

/* line 122, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

/* line 127, app/assets/stylesheets/theme/datatables.bundle.css */
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

/* line 131, app/assets/stylesheets/theme/datatables.bundle.css */
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 136, app/assets/stylesheets/theme/datatables.bundle.css */
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

/* line 144, app/assets/stylesheets/theme/datatables.bundle.css */
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

/* line 149, app/assets/stylesheets/theme/datatables.bundle.css */
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

/* line 152, app/assets/stylesheets/theme/datatables.bundle.css */
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  /* line 158, app/assets/stylesheets/theme/datatables.bundle.css */
  div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

/* line 165, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}

/* line 168, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}

/* line 174, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

/* line 180, app/assets/stylesheets/theme/datatables.bundle.css */
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

/* line 184, app/assets/stylesheets/theme/datatables.bundle.css */
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

/* line 189, app/assets/stylesheets/theme/datatables.bundle.css */
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

/* line 194, app/assets/stylesheets/theme/datatables.bundle.css */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/* line 198, app/assets/stylesheets/theme/datatables.bundle.css */
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

/* line 201, app/assets/stylesheets/theme/datatables.bundle.css */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}

/* line 204, app/assets/stylesheets/theme/datatables.bundle.css */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes dtb-spinner {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes dtb-spinner {
  /* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes dtb-spinner {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-info > div {
  padding: 1em;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection-title:empty {
  display: none;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.dropdown-menu {
  display: block;
  z-index: 2002;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.dropdown-menu.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.dropdown-menu.fixed.two-column {
  margin-left: -150px;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.dropdown-menu.fixed.three-column {
  margin-left: -225px;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.dropdown-menu.fixed.four-column {
  margin-left: -300px;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.dropdown-menu > div:last-child {
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.dropdown-menu > div:last-child > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.dropdown-menu.two-column {
  width: 300px;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.dropdown-menu.two-column > div:last-child {
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.dropdown-menu.three-column {
  width: 450px;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.dropdown-menu.three-column > div:last-child {
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.dropdown-menu.four-column {
  width: 600px;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.dropdown-menu.four-column > div:last-child {
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.dropdown-menu .dt-button {
  border-radius: 0;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.fixed.two-column {
  margin-left: -150px;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection > div:last-child {
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection > div:last-child > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.two-column {
  width: 300px;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.two-column > div:last-child {
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.three-column {
  width: 450px;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.three-column > div:last-child {
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.four-column {
  width: 600px;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.four-column > div:last-child {
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection .dt-button {
  border-radius: 0;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.fixed {
  max-width: none;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-collection.fixed:before, div.dt-button-collection.fixed:after {
  display: none;
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  /* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  /* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
  div.dt-buttons a.btn {
    float: none;
  }
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-buttons button.btn.processing, div.dt-buttons div.btn.processing, div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}

/* line 208, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-buttons button.btn.processing:after, div.dt-buttons div.btn.processing:after, div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

/* line 210, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-autofill-handle {
  position: absolute;
  height: 8px;
  width: 8px;
  z-index: 102;
  box-sizing: border-box;
  background: #0275d8;
  cursor: pointer;
}

/* line 210, app/assets/stylesheets/theme/datatables.bundle.css */
div.dtk-focus-alt div.dt-autofill-handle {
  background: #ff8b33;
}

/* line 210, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-autofill-select {
  position: absolute;
  z-index: 1001;
  background-color: #0275d8;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
}

/* line 210, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-autofill-select.top, div.dt-autofill-select.bottom {
  height: 3px;
  margin-top: -1px;
}

/* line 210, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-autofill-select.left, div.dt-autofill-select.right {
  width: 3px;
  margin-left: -1px;
}

/* line 210, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-autofill-list {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0 5px #555;
  border: 2px solid #444;
  z-index: 11;
  box-sizing: border-box;
  padding: 1.5em 2em;
}

/* line 210, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-autofill-list ul {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

/* line 210, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-autofill-list ul li {
  display: table-row;
}

/* line 210, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-autofill-list ul li:last-child div.dt-autofill-question, div.dt-autofill-list ul li:last-child div.dt-autofill-button {
  border-bottom: none;
}

/* line 210, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-autofill-list ul li:hover {
  background-color: #f6f6f6;
}

/* line 210, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-autofill-list div.dt-autofill-question {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}

/* line 210, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-autofill-list div.dt-autofill-question input[type=number] {
  padding: 6px;
  width: 30px;
  margin: -2px 0;
}

/* line 210, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-autofill-list div.dt-autofill-button {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}

/* line 210, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-autofill-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 10;
}

/* line 210, app/assets/stylesheets/theme/datatables.bundle.css */
div.dt-autofill-list div.dt-autofill-question input[type=number] {
  padding: 6px;
  width: 60px;
  margin: -2px 0;
}

/* line 212, app/assets/stylesheets/theme/datatables.bundle.css */
table.DTCR_clonedTable.dataTable {
  position: absolute !important;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202;
}

/* line 212, app/assets/stylesheets/theme/datatables.bundle.css */
div.DTCR_pointer {
  width: 1px;
  background-color: #0275d8;
  z-index: 201;
}

/* line 214, app/assets/stylesheets/theme/datatables.bundle.css */
table.DTFC_Cloned tr {
  background-color: white;
  margin-bottom: 0;
}

/* line 214, app/assets/stylesheets/theme/datatables.bundle.css */
div.DTFC_LeftHeadWrapper table, div.DTFC_RightHeadWrapper table {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  background-color: white;
}

/* line 214, app/assets/stylesheets/theme/datatables.bundle.css */
div.DTFC_LeftBodyWrapper table, div.DTFC_RightBodyWrapper table {
  border-top: none;
  margin: 0 !important;
  z-index: 2;
}

/* line 214, app/assets/stylesheets/theme/datatables.bundle.css */
div.DTFC_LeftBodyWrapper table thead .sorting:before, div.DTFC_LeftBodyWrapper table thead .sorting:after, div.DTFC_LeftBodyWrapper table thead .sorting_asc:before, div.DTFC_LeftBodyWrapper table thead .sorting_asc:after, div.DTFC_LeftBodyWrapper table thead .sorting_desc:before, div.DTFC_LeftBodyWrapper table thead .sorting_desc:after, div.DTFC_LeftBodyWrapper table thead .sorting:before, div.DTFC_LeftBodyWrapper table thead .sorting:after, div.DTFC_LeftBodyWrapper table thead .sorting_asc:before, div.DTFC_LeftBodyWrapper table thead .sorting_asc:after, div.DTFC_LeftBodyWrapper table thead .sorting_desc:before, div.DTFC_LeftBodyWrapper table thead .sorting_desc:after, div.DTFC_RightBodyWrapper table thead .sorting:before, div.DTFC_RightBodyWrapper table thead .sorting:after, div.DTFC_RightBodyWrapper table thead .sorting_asc:before, div.DTFC_RightBodyWrapper table thead .sorting_asc:after, div.DTFC_RightBodyWrapper table thead .sorting_desc:before, div.DTFC_RightBodyWrapper table thead .sorting_desc:after, div.DTFC_RightBodyWrapper table thead .sorting:before, div.DTFC_RightBodyWrapper table thead .sorting:after, div.DTFC_RightBodyWrapper table thead .sorting_asc:before, div.DTFC_RightBodyWrapper table thead .sorting_asc:after, div.DTFC_RightBodyWrapper table thead .sorting_desc:before, div.DTFC_RightBodyWrapper table thead .sorting_desc:after {
  display: none;
}

/* line 214, app/assets/stylesheets/theme/datatables.bundle.css */
div.DTFC_LeftBodyWrapper table tbody tr:first-child th, div.DTFC_LeftBodyWrapper table tbody tr:first-child td, div.DTFC_RightBodyWrapper table tbody tr:first-child th, div.DTFC_RightBodyWrapper table tbody tr:first-child td {
  border-top: none;
}

/* line 214, app/assets/stylesheets/theme/datatables.bundle.css */
div.DTFC_LeftFootWrapper table, div.DTFC_RightFootWrapper table {
  border-top: none;
  margin-top: 0 !important;
  background-color: white;
}

/* line 214, app/assets/stylesheets/theme/datatables.bundle.css */
div.DTFC_Blocker {
  background-color: white;
}

/* line 214, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.table-striped.DTFC_Cloned tbody {
  background-color: white;
}

/* line 216, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.fixedHeader-floating, table.dataTable.fixedHeader-locked {
  background-color: white;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 216, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.fixedHeader-floating {
  position: fixed !important;
}

/* line 216, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.fixedHeader-locked {
  position: absolute !important;
}

@media print {
  /* line 216, app/assets/stylesheets/theme/datatables.bundle.css */
  table.fixedHeader-floating {
    display: none;
  }
}

/* line 218, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable tbody th.focus, table.dataTable tbody td.focus {
  box-shadow: inset 0 0 1px 2px #0275d8;
}

/* line 218, app/assets/stylesheets/theme/datatables.bundle.css */
div.dtk-focus-alt table.dataTable tbody th.focus, div.dtk-focus-alt table.dataTable tbody td.focus {
  box-shadow: inset 0 0 1px 2px #ff8b33;
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 12px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8;
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8;
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  /* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

/* line 220, app/assets/stylesheets/theme/datatables.bundle.css */
div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}

/* line 222, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable tr.dtrg-group td {
  background-color: #e0e0e0;
}

/* line 222, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable tr.dtrg-group.dtrg-level-0 td {
  font-weight: bold;
}

/* line 222, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable tr.dtrg-group.dtrg-level-1 td, table.dataTable tr.dtrg-group.dtrg-level-2 td {
  background-color: #f0f0f0;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 2em;
  font-size: 0.9em;
}

/* line 222, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable tr.dtrg-group.dtrg-level-2 td {
  background-color: #f3f3f3;
}

/* line 224, app/assets/stylesheets/theme/datatables.bundle.css */
table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: fixed;
  outline: 2px solid #0275d8;
  outline-offset: -2px;
  z-index: 2001;
}

/* line 224, app/assets/stylesheets/theme/datatables.bundle.css */
tr.dt-rowReorder-moving {
  outline: 2px solid #888888;
  outline-offset: -2px;
}

/* line 224, app/assets/stylesheets/theme/datatables.bundle.css */
body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}

/* line 224, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}

/* line 226, app/assets/stylesheets/theme/datatables.bundle.css */
div.DTS {
  display: block !important;
}

/* line 226, app/assets/stylesheets/theme/datatables.bundle.css */
div.DTS tbody th, div.DTS tbody td {
  white-space: nowrap;
}

/* line 226, app/assets/stylesheets/theme/datatables.bundle.css */
div.DTS div.DTS_Loading {
  z-index: 1;
}

/* line 226, app/assets/stylesheets/theme/datatables.bundle.css */
div.DTS div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, #fff 10px, #fff 20px);
}

/* line 226, app/assets/stylesheets/theme/datatables.bundle.css */
div.DTS div.dataTables_scrollBody table {
  z-index: 2;
}

/* line 226, app/assets/stylesheets/theme/datatables.bundle.css */
div.DTS div.dataTables_paginate, div.DTS div.dataTables_length {
  display: none;
}

/* line 226, app/assets/stylesheets/theme/datatables.bundle.css */
div.DTS div.dataTables_scrollBody table {
  background-color: white;
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: #0275d8;
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.stripe tbody > tr.odd.selected, table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected, table.dataTable.display tbody > tr.odd > .selected {
  background-color: #0172d2;
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.hover tbody > tr.selected:hover, table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover, table.dataTable.display tbody > tr > .selected:hover {
  background-color: #0170d0;
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.order-column tbody > tr.selected > .sorting_1, table.dataTable.order-column tbody > tr.selected > .sorting_2, table.dataTable.order-column tbody > tr.selected > .sorting_3, table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1, table.dataTable.display tbody > tr.selected > .sorting_2, table.dataTable.display tbody > tr.selected > .sorting_3, table.dataTable.display tbody > tr > .selected {
  background-color: #0172d3;
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #016ecc;
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #016fcd;
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #0170cf;
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #0172d3;
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #0173d5;
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #0174d7;
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #016ecc;
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #0172d3;
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #016bc6;
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #016cc7;
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #016dca;
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable.display tbody > tr:hover > .selected, table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected, table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #016bc6;
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable tbody td.select-checkbox, table.dataTable tbody th.select-checkbox {
  position: relative;
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  /* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
  div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected {
  color: white;
}

/* line 228, app/assets/stylesheets/theme/datatables.bundle.css */
table.dataTable tbody tr.selected a, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a {
  color: #a2d4ed;
}

/* Example tokeninput style #2: Facebook style */
/* line 2, app/assets/stylesheets/vendor/token-input-facebook.css */
ul.token-input-list-facebook {
  width: 400px;
  border: 1px solid #8496ba;
  cursor: text;
  font-size: 12px;
  font-family: Verdana, sans-serif;
  min-height: 1px;
  z-index: 1;
  margin: 0;
  padding: 0;
  background-color: #fff;
  list-style-type: none;
  clear: left;
}

/* line 17, app/assets/stylesheets/vendor/token-input-facebook.css */
ul.token-input-list-facebook li input {
  border: 0;
  width: 100px;
  padding: 3px 8px;
  background-color: white;
  margin: 2px 0;
}

/* line 25, app/assets/stylesheets/vendor/token-input-facebook.css */
li.token-input-token-facebook {
  overflow: hidden;
  height: auto !important;
  height: 15px;
  margin: 3px;
  padding: 1px 3px;
  background-color: #eff2f7;
  color: #000;
  cursor: default;
  border: 1px solid #ccd5e4;
  font-size: 11px;
  border-radius: 5px;
  float: left;
  white-space: nowrap;
}

/* line 41, app/assets/stylesheets/vendor/token-input-facebook.css */
li.token-input-token-facebook p {
  display: inline;
  padding: 0;
  margin: 0;
}

/* line 47, app/assets/stylesheets/vendor/token-input-facebook.css */
li.token-input-token-facebook span {
  color: #a6b3cf;
  margin-left: 5px;
  font-weight: bold;
  cursor: pointer;
}

/* line 54, app/assets/stylesheets/vendor/token-input-facebook.css */
li.token-input-selected-token-facebook {
  background-color: #5670a6;
  border: 1px solid #3b5998;
  color: #fff;
}

/* line 60, app/assets/stylesheets/vendor/token-input-facebook.css */
li.token-input-input-token-facebook {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 67, app/assets/stylesheets/vendor/token-input-facebook.css */
div.token-input-dropdown-facebook {
  position: absolute;
  width: 400px;
  background-color: #fff;
  overflow: hidden;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: default;
  font-size: 11px;
  font-family: Verdana, sans-serif;
  z-index: 1;
}

/* line 81, app/assets/stylesheets/vendor/token-input-facebook.css */
div.token-input-dropdown-facebook p {
  margin: 0;
  padding: 5px;
  font-weight: bold;
  color: #777;
}

/* line 88, app/assets/stylesheets/vendor/token-input-facebook.css */
div.token-input-dropdown-facebook ul {
  margin: 0;
  padding: 0;
}

/* line 93, app/assets/stylesheets/vendor/token-input-facebook.css */
div.token-input-dropdown-facebook ul li {
  background-color: #fff;
  padding: 3px;
  margin: 0;
  list-style-type: none;
}

/* line 100, app/assets/stylesheets/vendor/token-input-facebook.css */
div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
  background-color: #fff;
}

/* line 104, app/assets/stylesheets/vendor/token-input-facebook.css */
div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
  background-color: #fff;
}

/* line 108, app/assets/stylesheets/vendor/token-input-facebook.css */
div.token-input-dropdown-facebook ul li em {
  font-weight: bold;
  font-style: normal;
}

/* line 113, app/assets/stylesheets/vendor/token-input-facebook.css */
div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
  background-color: #3b5998;
  color: #fff;
}

/* Multi-token item styling - stack tokens vertically */
/* line 119, app/assets/stylesheets/vendor/token-input-facebook.css */
.multi-token-item ul.token-input-list-facebook li.token-input-token-facebook {
  width: 100%;
  display: block;
  float: none;
  margin: 3px 0;
  white-space: normal;
  word-wrap: break-word;
  overflow: visible;
  height: auto;
}

/* line 130, app/assets/stylesheets/vendor/token-input-facebook.css */
.multi-token-item ul.token-input-list-facebook li.token-input-input-token-facebook {
  width: 100%;
  display: block;
  float: none;
  margin-top: 5px;
}

/* direct_uploads.css - Enhanced for better upload feedback */
/* line 3, app/assets/stylesheets/rails/direct_uploads.css */
.direct-upload {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 2px 4px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  font-size: 11px;
  line-height: 13px;
  color: #495057;
  overflow: hidden;
}

/* line 19, app/assets/stylesheets/rails/direct_uploads.css */
.direct-upload--pending {
  background-color: #fff3cd;
  border-color: #ffeaa7;
  opacity: 0.6;
}

/* line 25, app/assets/stylesheets/rails/direct_uploads.css */
.direct-upload--uploading {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 30, app/assets/stylesheets/rails/direct_uploads.css */
.direct-upload--complete {
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 35, app/assets/stylesheets/rails/direct_uploads.css */
.direct-upload--error {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 40, app/assets/stylesheets/rails/direct_uploads.css */
.direct-upload__progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #007bff;
  transition: width 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 500;
  font-size: 12px;
  opacity: 0.9;
  transform: translate3d(0, 0, 0);
}

/* line 57, app/assets/stylesheets/rails/direct_uploads.css */
.direct-upload--pending .direct-upload__progress {
  background-color: #ffc107;
}

/* line 61, app/assets/stylesheets/rails/direct_uploads.css */
.direct-upload--uploading .direct-upload__progress {
  background-color: #17a2b8;
}

/* line 65, app/assets/stylesheets/rails/direct_uploads.css */
.direct-upload--complete .direct-upload__progress {
  background-color: #28a745;
  opacity: 0.4;
}

/* line 70, app/assets/stylesheets/rails/direct_uploads.css */
.direct-upload--error .direct-upload__progress {
  background-color: #dc3545;
}

/* line 74, app/assets/stylesheets/rails/direct_uploads.css */
.direct-upload__filename {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  line-height: 40px;
  font-weight: 500;
  color: #495057;
  z-index: 1;
}

/* line 84, app/assets/stylesheets/rails/direct_uploads.css */
.direct-upload__size {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  line-height: 40px;
  font-size: 12px;
  color: #6c757d;
  z-index: 1;
}

/* line 94, app/assets/stylesheets/rails/direct_uploads.css */
.direct-upload--error .direct-upload__filename,
.direct-upload--error .direct-upload__size {
  color: #721c24;
}

/* line 99, app/assets/stylesheets/rails/direct_uploads.css */
.direct-upload--complete .direct-upload__filename,
.direct-upload--complete .direct-upload__size {
  color: #155724;
}

/* Progress bar animations */
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* line 111, app/assets/stylesheets/rails/direct_uploads.css */
.direct-upload--uploading .direct-upload__progress {
  animation: pulse 2s infinite;
}

/* Alert styling improvements */
/* line 116, app/assets/stylesheets/rails/direct_uploads.css */
#upload-error-alert {
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 121, app/assets/stylesheets/rails/direct_uploads.css */
#upload-error-alert .btn-close {
  filter: brightness(0) invert(1);
}

/* Responsive design */
@media (max-width: 768px) {
  /* line 127, app/assets/stylesheets/rails/direct_uploads.css */
  .direct-upload {
    height: 35px;
  }
  /* line 131, app/assets/stylesheets/rails/direct_uploads.css */
  .direct-upload__filename {
    line-height: 35px;
    font-size: 14px;
  }
  /* line 136, app/assets/stylesheets/rails/direct_uploads.css */
  .direct-upload__size {
    line-height: 35px;
    font-size: 11px;
  }
  /* line 141, app/assets/stylesheets/rails/direct_uploads.css */
  .direct-upload__progress {
    font-size: 11px;
  }
}

/* File input styling */
/* line 147, app/assets/stylesheets/rails/direct_uploads.css */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 152, app/assets/stylesheets/rails/direct_uploads.css */
.custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 156, app/assets/stylesheets/rails/direct_uploads.css */
.custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

/* Upload progress container */
/* line 161, app/assets/stylesheets/rails/direct_uploads.css */
#progressBar {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 166, app/assets/stylesheets/rails/direct_uploads.css */
#progressBar:empty {
  display: none;
}

/* Tooltip styling for error messages */
/* line 171, app/assets/stylesheets/rails/direct_uploads.css */
.direct-upload--error[title] {
  cursor: help;
}

/* line 175, app/assets/stylesheets/rails/direct_uploads.css */
.direct-upload--error:hover::after {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  background-color: #343a40;
  color: white;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 1000;
  margin-bottom: 5px;
}

/* line 191, app/assets/stylesheets/rails/direct_uploads.css */
.direct-upload--error:hover::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #343a40;
  z-index: 1000;
}

/* Hide disabled file inputs */
/* line 203, app/assets/stylesheets/rails/direct_uploads.css */
input[type=file][data-direct-upload-url][disabled] {
  display: none;
}

/* line 1, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 33, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 64, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 207, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 242, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 246, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 285, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 289, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 308, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 336, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 348, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 360, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 369, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 379, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 389, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 412, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 438, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 443, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*! Select2 Bootstrap Theme v0.1.0-beta.7 | MIT License | github.com/select2/select2-bootstrap-theme */
/* line 2, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
          #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*\
          #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
          #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
      #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*\
      #RTL SUPPORT
  \*------------------------------------*/
}

/* line 57, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
}

/* line 68, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}

/* line 71, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

/* line 81, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
   * Firefox 19+
   *
   * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */
}

/* line 90, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}

/* line 93, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}

/* line 96, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 100, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}

/* line 103, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option {
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
  /**
   * Hover state.
   */
  /**
   * Selected state.
   */
}

/* line 116, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}

/* line 119, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}

/* line 123, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}

/* line 127, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}

/* line 131, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}

/* line 134, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 137, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}

/* line 141, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}

/* line 145, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}

/* line 149, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}

/* line 153, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}

/* line 157, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap;
}

/* line 165, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}

/* line 176, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
  /**
   * Handle border radii of the container when the dropdown is showing.
   */
}

/* line 184, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}

/* line 188, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

/* line 193, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

/* line 198, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 205, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}

/* line 208, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 213, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

/* line 217, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}

/* line 221, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

/* line 225, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}

/* line 232, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}

/* line 235, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 239, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 24px 6px 12px;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */
}

/* line 247, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}

/* line 254, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 266, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}

/* line 270, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 273, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
   * Make Multi Select2's choices match Bootstrap 3's default button styles.
   */
  /**
   * Minus 2px borders.
   */
  /**
   * Clear the selection.
   */
}

/* line 287, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 301, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

/* line 306, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}

/* line 316, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.428571429;
  margin-top: 0;
  min-width: 5em;
}

/* line 324, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}

/* line 331, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 334, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}

/* line 337, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}

/* line 345, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}

/* line 348, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}

/* line 352, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}

/* line 358, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}

/* line 364, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}

/* line 367, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}

/* line 375, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}

/* line 378, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}

/* line 384, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}

/* line 388, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}

/* line 395, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}

/* line 401, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}

/* line 404, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}

/* line 409, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

/* line 413, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}

/* line 418, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

/* line 422, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
  /**
   * Multiple Select2
   */
}

/* line 433, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}

/* line 437, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}

/* line 443, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 446, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}

/* line 450, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

/* line 453, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

/* line 457, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}

/* line 461, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*\
    #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
/* line 479, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}

/* line 483, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}

/* line 489, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning.select2-drop-active {
  border-color: #66512c;
}

/* line 492, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

/* line 496, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}

/* line 500, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}

/* line 506, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error.select2-drop-active {
  border-color: #843534;
}

/* line 509, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

/* line 513, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}

/* line 517, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}

/* line 523, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success.select2-drop-active {
  border-color: #2b542c;
}

/* line 526, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/* line 548, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
}

/* line 561, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group .select2-container--bootstrap.select2-container--open, .input-group .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

/* line 565, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 570, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/* line 582, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
/* line 600, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
*/
/* line 608, ../../../.rbenv/versions/3.3.11/lib/ruby/gems/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.form-inline .select2-container--bootstrap {
  display: inline-block;
}

/* line 1, app/assets/stylesheets/notifications/notifications.scss */
.kt-notification__item {
  padding: 12px 20px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background-color 0.2s;
}

/* line 8, app/assets/stylesheets/notifications/notifications.scss */
.kt-notification__item:hover {
  background-color: #f8f9fa;
}

/* line 12, app/assets/stylesheets/notifications/notifications.scss */
.kt-notification__item.unread {
  background-color: #f8f9ff;
}

/* line 16, app/assets/stylesheets/notifications/notifications.scss */
.kt-notification__header {
  padding: 15px 20px 10px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 24, app/assets/stylesheets/notifications/notifications.scss */
.kt-notification__title {
  font-weight: bold;
  font-size: 14px;
}

/* line 29, app/assets/stylesheets/notifications/notifications.scss */
.kt-notification__item-action {
  color: #007bff;
  text-decoration: none;
  font-size: 11px;
}

/* line 35, app/assets/stylesheets/notifications/notifications.scss */
.kt-notification__item-action:hover {
  text-decoration: underline;
}

/* line 39, app/assets/stylesheets/notifications/notifications.scss */
.kt-notification__item-details {
  flex: 1;
}

/* line 43, app/assets/stylesheets/notifications/notifications.scss */
.kt-notification__item-actions {
  margin-top: 8px;
}

/* line 47, app/assets/stylesheets/notifications/notifications.scss */
.kt-notification__item--unread {
  border-left: 4px solid #007bff;
}

/* line 51, app/assets/stylesheets/notifications/notifications.scss */
.kt-notification__item:hover {
  background-color: #f8f9fa !important;
}

/* line 1, app/assets/stylesheets/inventory/purchase_orders.css */
ul li.token-input-token-facebook {
  width: 98%;
}

/* line 5, app/assets/stylesheets/inventory/purchase_orders.css */
td.button-column input,
td.button-column form {
  display: inline-block;
}

/* line 8, app/assets/stylesheets/inventory/purchase_orders.css */
.error-message {
  color: red;
  font-weight: bold;
}

/* line 10, app/assets/stylesheets/inventory/purchase_orders.css */
form .date-fields {
  width: 32%;
  display: inline-block;
}

/* line 12, app/assets/stylesheets/inventory/purchase_orders.css */
#PendingOrderTable tbody tr td:nth-child(1) {
  font-weight: bold;
}

@media print {
  /* line 15, app/assets/stylesheets/inventory/purchase_orders.css */
  html, body {
    margin-top: 0 !important;
  }
  /* line 16, app/assets/stylesheets/inventory/purchase_orders.css */
  header {
    display: none;
  }
  /* line 17, app/assets/stylesheets/inventory/purchase_orders.css */
  h3 {
    margin-top: 0 !important;
  }
  /* line 19, app/assets/stylesheets/inventory/purchase_orders.css */
  .no-print,
.hidden-print {
    display: none !important;
  }
  /* line 22, app/assets/stylesheets/inventory/purchase_orders.css */
  section#content {
    padding: 0;
    margin: 0;
  }
  /* line 24, app/assets/stylesheets/inventory/purchase_orders.css */
  .app .vbox > section,
.app .vbox > footer {
    position: relative !important;
    top: -25px !important;
    bottom: auto !important;
  }
}

/* line 1, app/assets/stylesheets/inventory/skus.css */
#color-holder label,
#color-holder input {
  margin: 5px;
  padding: 0;
}

/* line 7, app/assets/stylesheets/inventory/skus.css */
#color-holder label {
  width: 96%;
}

/* line 11, app/assets/stylesheets/inventory/skus.css */
#new_size-holder input,
#size-holder input {
  margin: 5px 0 5px 15px;
  padding: 0;
}

/* line 17, app/assets/stylesheets/inventory/skus.css */
#size-holder input:nth-child(2) {
  margin-left: 0;
}

/* line 21, app/assets/stylesheets/inventory/skus.css */
#new_size-holder label,
#size-holder label {
  width: 20px;
  padding: 0 0 5px 5px;
}

/* line 3, app/assets/stylesheets/inventory/catalog.scss */
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

/* line 10, app/assets/stylesheets/inventory/catalog.scss */
.catalog-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* line 20, app/assets/stylesheets/inventory/catalog.scss */
.catalog-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  border-color: #007bff;
}

/* line 27, app/assets/stylesheets/inventory/catalog.scss */
.catalog-item-image {
  height: 200px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;
}

/* line 35, app/assets/stylesheets/inventory/catalog.scss */
.catalog-item-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* line 41, app/assets/stylesheets/inventory/catalog.scss */
.catalog-item-image .catalog-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

/* line 48, app/assets/stylesheets/inventory/catalog.scss */
.catalog-item-image .placeholder-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* line 55, app/assets/stylesheets/inventory/catalog.scss */
.catalog-item-info {
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #f3f3f3;
}

/* line 63, app/assets/stylesheets/inventory/catalog.scss */
.catalog-item-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #333;
}

/* line 70, app/assets/stylesheets/inventory/catalog.scss */
.catalog-item-brand {
  font-size: 0.9rem;
  font-weight: 500;
  color: #666;
}

/* line 76, app/assets/stylesheets/inventory/catalog.scss */
.catalog-item-description {
  font-size: 0.85rem;
  line-height: 1.4;
  flex: 1;
}

/* line 82, app/assets/stylesheets/inventory/catalog.scss */
.catalog-item-pricing {
  font-size: 1.1rem;
  margin: 0.5rem 0;
}

/* line 87, app/assets/stylesheets/inventory/catalog.scss */
.catalog-item-meta {
  margin-bottom: 0.5rem;
}

/* line 92, app/assets/stylesheets/inventory/catalog.scss */
.main-product-image,
.catalog-main-product-image {
  height: 400px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 103, app/assets/stylesheets/inventory/catalog.scss */
.main-product-image img,
.catalog-main-product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* line 109, app/assets/stylesheets/inventory/catalog.scss */
.main-product-image .placeholder-main-image,
.main-product-image .catalog-placeholder-main-image,
.catalog-main-product-image .placeholder-main-image,
.catalog-main-product-image .catalog-placeholder-main-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* line 117, app/assets/stylesheets/inventory/catalog.scss */
.thumbnail-images,
.catalog-thumbnail-images {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0.5rem 0;
}

/* line 124, app/assets/stylesheets/inventory/catalog.scss */
.thumbnail-images .thumbnail,
.thumbnail-images .catalog-thumbnail,
.catalog-thumbnail-images .thumbnail,
.catalog-thumbnail-images .catalog-thumbnail {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

/* line 135, app/assets/stylesheets/inventory/catalog.scss */
.thumbnail-images .thumbnail:hover,
.thumbnail-images .catalog-thumbnail:hover,
.catalog-thumbnail-images .thumbnail:hover,
.catalog-thumbnail-images .catalog-thumbnail:hover {
  border-color: #007bff;
}

/* line 139, app/assets/stylesheets/inventory/catalog.scss */
.thumbnail-images .thumbnail img,
.thumbnail-images .catalog-thumbnail img,
.catalog-thumbnail-images .thumbnail img,
.catalog-thumbnail-images .catalog-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 148, app/assets/stylesheets/inventory/catalog.scss */
.color-swatches {
  max-height: 200px;
  overflow-y: auto;
}

/* line 153, app/assets/stylesheets/inventory/catalog.scss */
.color-swatch,
.catalog-color-swatch {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.25rem;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 60px;
  text-align: center;
  background: none;
}

/* line 167, app/assets/stylesheets/inventory/catalog.scss */
.color-swatch:hover,
.catalog-color-swatch:hover {
  border-color: #007bff;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 173, app/assets/stylesheets/inventory/catalog.scss */
.color-swatch.active,
.catalog-color-swatch.active {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
  background-color: rgba(0, 123, 255, 0.05);
}

/* line 179, app/assets/stylesheets/inventory/catalog.scss */
.color-swatch .swatch-image,
.color-swatch .catalog-swatch-image,
.catalog-color-swatch .swatch-image,
.catalog-color-swatch .catalog-swatch-image {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  object-fit: cover;
  margin-bottom: 0.25rem;
  border: 1px solid #ddd;
  display: block;
}

/* line 190, app/assets/stylesheets/inventory/catalog.scss */
.color-swatch .swatch-color,
.color-swatch .catalog-swatch-color,
.catalog-color-swatch .swatch-color,
.catalog-color-swatch .catalog-swatch-color {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-bottom: 0.25rem;
}

/* line 199, app/assets/stylesheets/inventory/catalog.scss */
.color-swatch .swatch-placeholder,
.catalog-color-swatch .swatch-placeholder {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  background: #f8f9fa;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: 600;
  color: #666;
  margin-bottom: 0.25rem;
}

/* line 214, app/assets/stylesheets/inventory/catalog.scss */
.color-swatch .swatch-label,
.color-swatch .catalog-swatch-label,
.catalog-color-swatch .swatch-label,
.catalog-color-swatch .catalog-swatch-label {
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: capitalize;
  word-break: break-word;
  line-height: 1.2;
  color: #333;
}

/* line 227, app/assets/stylesheets/inventory/catalog.scss */
.catalog-filters .form-label {
  font-size: 0.9rem;
  color: #333;
}

/* line 232, app/assets/stylesheets/inventory/catalog.scss */
.catalog-filters .form-select,
.catalog-filters .form-control {
  font-size: 0.9rem;
  border: 1px solid #ddd;
  border-radius: 6px;
}

/* line 238, app/assets/stylesheets/inventory/catalog.scss */
.catalog-filters .form-select:focus,
.catalog-filters .form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.1);
}

/* line 247, app/assets/stylesheets/inventory/catalog.scss */
.view-options .btn {
  border-radius: 6px;
}

/* line 250, app/assets/stylesheets/inventory/catalog.scss */
.view-options .btn.active {
  background-color: #007bff;
  border-color: #007bff;
  color: white;
}

/* line 260, app/assets/stylesheets/inventory/catalog.scss */
.size-pricing-section .table {
  font-size: 0.9rem;
}

/* line 263, app/assets/stylesheets/inventory/catalog.scss */
.size-pricing-section .table th {
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  font-weight: 600;
}

/* line 269, app/assets/stylesheets/inventory/catalog.scss */
.size-pricing-section .table td {
  vertical-align: middle;
}

/* line 274, app/assets/stylesheets/inventory/catalog.scss */
.size-pricing-section .badge {
  font-size: 0.8rem;
  padding: 0.3rem 0.6rem;
}

/* line 281, app/assets/stylesheets/inventory/catalog.scss */
.product-info {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 6px;
  font-size: 1rem;
  line-height: 1.6;
}

/* line 290, app/assets/stylesheets/inventory/catalog.scss */
.color-indicator {
  border-radius: 3px;
  vertical-align: middle;
}

/* line 297, app/assets/stylesheets/inventory/catalog.scss */
#loading-indicator .spinner-border {
  color: #007bff;
}

@media (max-width: 768px) {
  /* line 304, app/assets/stylesheets/inventory/catalog.scss */
  .catalog-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
  }
  /* line 309, app/assets/stylesheets/inventory/catalog.scss */
  .main-product-image,
.catalog-main-product-image {
    height: 300px;
  }
  /* line 314, app/assets/stylesheets/inventory/catalog.scss */
  .color-swatches {
    gap: 0.5rem;
  }
  /* line 318, app/assets/stylesheets/inventory/catalog.scss */
  .color-swatch,
.catalog-color-swatch {
    min-width: 70px;
    padding: 0.4rem;
  }
  /* line 323, app/assets/stylesheets/inventory/catalog.scss */
  .color-swatch .swatch-image,
.color-swatch .catalog-swatch-image,
.color-swatch .swatch-color,
.color-swatch .catalog-swatch-color,
.color-swatch .swatch-placeholder,
.catalog-color-swatch .swatch-image,
.catalog-color-swatch .catalog-swatch-image,
.catalog-color-swatch .swatch-color,
.catalog-color-swatch .catalog-swatch-color,
.catalog-color-swatch .swatch-placeholder {
    width: 35px;
    height: 35px;
  }
  /* line 332, app/assets/stylesheets/inventory/catalog.scss */
  .color-swatch .swatch-label,
.color-swatch .catalog-swatch-label,
.catalog-color-swatch .swatch-label,
.catalog-color-swatch .catalog-swatch-label {
    font-size: 0.65rem;
  }
}

@media (max-width: 576px) {
  /* line 340, app/assets/stylesheets/inventory/catalog.scss */
  .catalog-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  /* line 344, app/assets/stylesheets/inventory/catalog.scss */
  .main-product-image,
.catalog-main-product-image {
    height: 250px;
  }
}

/* line 351, app/assets/stylesheets/inventory/catalog.scss */
.empty-state {
  padding: 3rem 1rem;
  text-align: center;
  color: #6c757d;
}

/* line 356, app/assets/stylesheets/inventory/catalog.scss */
.empty-state i {
  margin-bottom: 1rem;
}

/* line 360, app/assets/stylesheets/inventory/catalog.scss */
.empty-state h4 {
  margin-bottom: 0.5rem;
}

/* line 365, app/assets/stylesheets/inventory/catalog.scss */
.provider-cost-range {
  cursor: pointer;
  border-bottom: 1px dotted #007bff;
  display: inline-block;
  color: #007bff;
  font-weight: 500;
}

/* line 372, app/assets/stylesheets/inventory/catalog.scss */
.provider-cost-range:hover {
  color: #0056b3;
  border-bottom-color: #0056b3;
}

/* Bulk Replacement Links Styles */
/* line 4, app/assets/stylesheets/inventory/bulk_replacement_links.scss */
#existing-replacements-section h4 a {
  text-decoration: none;
  color: inherit;
}

/* line 8, app/assets/stylesheets/inventory/bulk_replacement_links.scss */
#existing-replacements-section h4 a i {
  transition: transform 0.3s;
}

/* line 12, app/assets/stylesheets/inventory/bulk_replacement_links.scss */
#existing-replacements-section h4 a[aria-expanded="false"] i {
  transform: rotate(-90deg);
}

/* line 18, app/assets/stylesheets/inventory/bulk_replacement_links.scss */
.color-match-container {
  min-height: 400px;
  border: 1px solid #ddd;
  padding: 15px;
  background: #f9f9f9;
}

/* line 25, app/assets/stylesheets/inventory/bulk_replacement_links.scss */
.color-pair-row {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

/* line 34, app/assets/stylesheets/inventory/bulk_replacement_links.scss */
.color-pair-row.matched {
  border-color: #5cb85c;
  background: #f0fff0;
}

/* line 40, app/assets/stylesheets/inventory/bulk_replacement_links.scss */
.color-chip {
  display: inline-block;
  padding: 8px 15px;
  margin: 5px;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  cursor: move;
  user-select: none;
}

/* line 50, app/assets/stylesheets/inventory/bulk_replacement_links.scss */
.color-chip.dragging {
  opacity: 0.5;
}

/* line 54, app/assets/stylesheets/inventory/bulk_replacement_links.scss */
.color-chip.replacement {
  background: #e7f3ff;
  border-color: #2196F3;
}

/* line 59, app/assets/stylesheets/inventory/bulk_replacement_links.scss */
.color-chip .remove-btn {
  margin-left: 8px;
  color: #999;
  cursor: pointer;
  font-weight: bold;
}

/* line 65, app/assets/stylesheets/inventory/bulk_replacement_links.scss */
.color-chip .remove-btn:hover {
  color: #d9534f;
}

/* line 71, app/assets/stylesheets/inventory/bulk_replacement_links.scss */
.drop-zone {
  min-height: 40px;
  border: 2px dashed #ccc;
  border-radius: 4px;
  padding: 5px 10px;
  display: inline-block;
  min-width: 150px;
}

/* line 79, app/assets/stylesheets/inventory/bulk_replacement_links.scss */
.drop-zone.drag-over {
  border-color: #5cb85c;
  background: #f0fff0;
}

/* line 85, app/assets/stylesheets/inventory/bulk_replacement_links.scss */
.unmatched-colors {
  margin-top: 20px;
}

/* Two-column color matching layout */
/* line 90, app/assets/stylesheets/inventory/bulk_replacement_links.scss */
.color-pairs-column {
  max-height: 600px;
  overflow-y: auto;
  padding-right: 15px;
}

/* line 96, app/assets/stylesheets/inventory/bulk_replacement_links.scss */
.replacement-colors-column {
  position: sticky;
  top: 70px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}

/* line 103, app/assets/stylesheets/inventory/bulk_replacement_links.scss */
.replacement-colors-wrapper {
  background: #f8f9fa;
  border: 2px solid #dee2e6;
  border-radius: 8px;
  padding: 15px;
  position: sticky;
  top: 70px;
}

/* line 111, app/assets/stylesheets/inventory/bulk_replacement_links.scss */
.replacement-colors-wrapper h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #495057;
}

/* line 120, app/assets/stylesheets/inventory/bulk_replacement_links.scss */
.replacement-chips-container {
  min-height: 100px;
  max-height: 400px;
  overflow-y: auto;
  padding: 10px;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/manage/designs.css */
.designs-table dd {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1, app/assets/stylesheets/manage/items.css */
ul.token-input-list-facebook {
  width: 100%;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  box-shadow: none;
  display: inline-block;
  font-size: 14px;
  padding: 4px 5px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  border-radius: 2px;
}

/* line 1, app/assets/stylesheets/manage/order_holds.css */
.checkbox-holder label,
.checkbox-holder input {
  margin: 5px;
  padding: 0;
}

/* line 7, app/assets/stylesheets/manage/order_holds.css */
.checkbox-holder label {
  width: 96%;
}

/* line 1, app/assets/stylesheets/manage/orders.css */
#thumbnails .col-md-3 {
  min-height: 150px;
  max-width: none;
  overflow: hidden;
  margin: 10px 0;
}

/* line 8, app/assets/stylesheets/manage/orders.css */
#thumbnails .thumbnail {
  border: 2px solid #000;
}

/* line 12, app/assets/stylesheets/manage/orders.css */
#thumbnails .thumbnail.bg-warning {
  border: 2px solid #ffb822;
}

/* line 16, app/assets/stylesheets/manage/orders.css */
#thumbnails .thumbnail.bg-danger {
  border: 2px solid #fd397a;
}

/* line 20, app/assets/stylesheets/manage/orders.css */
#thumbnails .thumbnail.bg-success {
  border: 2px solid #1dc9b7;
}

/* line 24, app/assets/stylesheets/manage/orders.css */
dl dd a,
#purchase-order-id {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
}

/* line 1, app/assets/stylesheets/manage/service_requests.css */
.art-links {
  display: block;
  float: none;
}

/* line 1, app/assets/stylesheets/performance/service_request.css */
.table-underline {
  text-decoration: underline;
}

/* line 5, app/assets/stylesheets/performance/service_request.css */
table table {
  border-bottom: 3px solid grey;
}

/* line 1, app/assets/stylesheets/performance/dashboards.css */
.list-group .list-group-item .pull-right {
  width: 20%;
}

/* line 5, app/assets/stylesheets/performance/dashboards.css */
.list-group .list-group-item .pull-right.second {
  margin-right: 20px;
}

/* line 1, app/assets/stylesheets/production/ship_orders.css */
.job-id-matched,
.job-id-current {
  opacity: 0.5;
}

/* line 6, app/assets/stylesheets/production/ship_orders.css */
.button-panel {
  overflow: hidden;
  margin-bottom: 20px;
}

/* line 1, app/assets/stylesheets/sales/order_invoices.css */
table.invoice-items {
  border: 1px solid #ddd;
}

/* Size/Quantity fields - ensure 9 fields fit in one row */
/* line 6, app/assets/stylesheets/sales/order_invoices.css */
table td.size-fields {
  min-width: 285px;
  padding: .25rem 0;
}

/* line 11, app/assets/stylesheets/sales/order_invoices.css */
.size-fields-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.25rem;
  margin: 0;
  min-width: min-content;
}

/* line 19, app/assets/stylesheets/sales/order_invoices.css */
.size-field {
  flex: 0 0 auto;
  max-width: 30px;
  padding: 0 0.15rem;
  margin: 0;
}

/* line 26, app/assets/stylesheets/sales/order_invoices.css */
.size-field label {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 0 0.25rem 0;
  padding: 0;
}

/* line 35, app/assets/stylesheets/sales/order_invoices.css */
.size-field input {
  font-size: 0.875rem;
  padding: 0.15rem;
  text-align: center;
  width: 100%;
}

/* SKU select field - make narrower to save space */
/* line 43, app/assets/stylesheets/sales/order_invoices.css */
.sku-select-anchor {
  max-width: 325px;
}

/* line 47, app/assets/stylesheets/sales/order_invoices.css */
#invoice_total {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 1em;
}

/* Mockup Creator Styles */
/* line 3, app/assets/stylesheets/sales/mockup_creator.scss */
.mockup-creator-modal .modal-dialog {
  max-width: 1400px;
  width: 90%;
}

/* line 8, app/assets/stylesheets/sales/mockup_creator.scss */
.mockup-creator-modal .artwork-preview {
  max-width: 200px;
  max-height: 150px;
  border: 2px solid #ddd;
  margin: 10px 0;
  object-fit: contain;
}

/* line 17, app/assets/stylesheets/sales/mockup_creator.scss */
.mockup-tools {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

/* line 23, app/assets/stylesheets/sales/mockup_creator.scss */
.mockup-tools h6 {
  color: #495057;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dee2e6;
}

/* line 31, app/assets/stylesheets/sales/mockup_creator.scss */
.mockup-tools .form-group {
  margin-bottom: 15px;
}

/* line 34, app/assets/stylesheets/sales/mockup_creator.scss */
.mockup-tools .form-group label {
  font-weight: 500;
  color: #6c757d;
  font-size: 0.9rem;
}

/* line 42, app/assets/stylesheets/sales/mockup_creator.scss */
.mockup-tools .btn-group-vertical .btn {
  margin-bottom: 8px;
  border-radius: 4px;
}

/* line 46, app/assets/stylesheets/sales/mockup_creator.scss */
.mockup-tools .btn-group-vertical .btn:last-child {
  margin-bottom: 0;
}

/* line 53, app/assets/stylesheets/sales/mockup_creator.scss */
.mockup-tools label.small {
  font-size: 0.75rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 3px;
  display: block;
}

/* line 61, app/assets/stylesheets/sales/mockup_creator.scss */
.mockup-tools .form-control-sm {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}

/* line 67, app/assets/stylesheets/sales/mockup_creator.scss */
.mockup-tools .btn-group .btn {
  flex: 1;
  font-size: 0.8rem;
  padding: 0.375rem 0.5rem;
}

/* line 75, app/assets/stylesheets/sales/mockup_creator.scss */
.canvas-container {
  position: relative;
  background: repeating-conic-gradient(#808080 0% 25%, transparent 0% 50%) 50%/20px 20px;
  border-radius: 8px;
}

/* line 80, app/assets/stylesheets/sales/mockup_creator.scss */
.canvas-container canvas {
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* line 88, app/assets/stylesheets/sales/mockup_creator.scss */
#skuImagePreview img,
#artworkPreview img {
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Enhanced Mockup Creator Button States */
/* line 95, app/assets/stylesheets/sales/mockup_creator.scss */
.open-mockup-creator {
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
  position: relative;
}

/* line 100, app/assets/stylesheets/sales/mockup_creator.scss */
.open-mockup-creator i {
  margin-right: 4px;
}

/* line 105, app/assets/stylesheets/sales/mockup_creator.scss */
.open-mockup-creator.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: white;
}

/* line 110, app/assets/stylesheets/sales/mockup_creator.scss */
.open-mockup-creator.btn-info:hover {
  background-color: #138496;
  border-color: #117a8b;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 119, app/assets/stylesheets/sales/mockup_creator.scss */
.open-mockup-creator.btn-secondary.disabled, .open-mockup-creator.disabled {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 127, app/assets/stylesheets/sales/mockup_creator.scss */
.open-mockup-creator.btn-secondary.disabled:hover, .open-mockup-creator.disabled:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  transform: none;
  box-shadow: none;
}

/* line 135, app/assets/stylesheets/sales/mockup_creator.scss */
.open-mockup-creator.btn-secondary.disabled::after, .open-mockup-creator.disabled::after {
  content: "🚫";
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 12px;
  background: #dc3545;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

/* line 153, app/assets/stylesheets/sales/mockup_creator.scss */
.open-mockup-creator.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}

/* line 159, app/assets/stylesheets/sales/mockup_creator.scss */
.open-mockup-creator.btn-warning::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border: 2px solid transparent;
  border-top: 2px solid #212529;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* line 174, app/assets/stylesheets/sales/mockup_creator.scss */
.open-mockup-creator.btn-warning i, .open-mockup-creator.btn-warning span {
  opacity: 0.3;
}

/* line 180, app/assets/stylesheets/sales/mockup_creator.scss */
.open-mockup-creator[data-sku-id=""] {
  opacity: 0.6;
  cursor: not-allowed;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 193, app/assets/stylesheets/sales/mockup_creator.scss */
.open-mockup-creator[title] {
  position: relative;
}

/* line 198, app/assets/stylesheets/sales/mockup_creator.scss */
.edit-mockup-btn {
  transition: all 0.2s ease-in-out;
}

/* line 201, app/assets/stylesheets/sales/mockup_creator.scss */
.edit-mockup-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Canvas zoom controls */
/* line 208, app/assets/stylesheets/sales/mockup_creator.scss */
.form-control-range {
  width: 100%;
}

/* line 211, app/assets/stylesheets/sales/mockup_creator.scss */
.form-control-range::-webkit-slider-thumb {
  background: #007bff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* line 218, app/assets/stylesheets/sales/mockup_creator.scss */
.form-control-range::-moz-range-thumb {
  background: #007bff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Modal adjustments */
/* line 228, app/assets/stylesheets/sales/mockup_creator.scss */
#mockupCreatorModal .modal-header {
  background: linear-gradient(45deg, #007bff, #0056b3);
  color: white;
}

/* line 232, app/assets/stylesheets/sales/mockup_creator.scss */
#mockupCreatorModal .modal-header .modal-title {
  font-weight: 600;
}

/* line 235, app/assets/stylesheets/sales/mockup_creator.scss */
#mockupCreatorModal .modal-header .modal-title i {
  margin-right: 8px;
}

/* line 240, app/assets/stylesheets/sales/mockup_creator.scss */
#mockupCreatorModal .modal-header .close {
  color: white;
  opacity: 0.8;
}

/* line 244, app/assets/stylesheets/sales/mockup_creator.scss */
#mockupCreatorModal .modal-header .close:hover {
  opacity: 1;
}

/* line 250, app/assets/stylesheets/sales/mockup_creator.scss */
#mockupCreatorModal .modal-footer {
  background: #f8f9fa;
  border-top: 1px solid #dee2e6;
}

/* Design fields adjustments */
/* line 258, app/assets/stylesheets/sales/mockup_creator.scss */
.design-item .btn {
  font-size: 0.8rem;
  padding: 4px 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  /* line 266, app/assets/stylesheets/sales/mockup_creator.scss */
  .mockup-creator-modal .modal-dialog {
    max-width: 95vw;
    margin: 10px auto;
  }
  /* line 271, app/assets/stylesheets/sales/mockup_creator.scss */
  .mockup-tools {
    margin-bottom: 20px;
  }
  /* line 275, app/assets/stylesheets/sales/mockup_creator.scss */
  .canvas-container {
    min-height: 300px;
  }
  /* line 278, app/assets/stylesheets/sales/mockup_creator.scss */
  .canvas-container canvas {
    max-width: 100%;
    height: auto;
  }
}

/* Loading states */
/* line 286, app/assets/stylesheets/sales/mockup_creator.scss */
.mockup-loading {
  position: relative;
}

/* line 289, app/assets/stylesheets/sales/mockup_creator.scss */
.mockup-loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Success states */
/* line 305, app/assets/stylesheets/sales/mockup_creator.scss */
.mockup-success {
  border: 2px solid #28a745;
  background: #d4edda;
}

/* line 309, app/assets/stylesheets/sales/mockup_creator.scss */
.mockup-success .custom-file-label {
  color: #155724;
  background: #d4edda;
}

/* line 1, app/assets/stylesheets/production/press_orders.css */
.press-view-upper-background {
  background-color: #98fb98;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #3bff3b;
}

/* line 8, app/assets/stylesheets/production/press_orders.css */
.press-order-id {
  font-size: 1.5em;
  font-weight: bold;
  color: #3b52ff;
}

/* line 14, app/assets/stylesheets/production/press_orders.css */
.press-order-account {
  font-size: 1.5em;
  font-weight: bold;
  color: #910080;
}

/* line 20, app/assets/stylesheets/production/press_orders.css */
.press-view-lower-background {
  background-color: #c6c6c6;
}

/* line 24, app/assets/stylesheets/production/press_orders.css */
.thumbnail-container {
  background-color: #d7d7d7;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  width: auto;
  max-height: 500px;
  overflow-y: auto;
}

/* line 38, app/assets/stylesheets/production/press_orders.css */
.press-thumbnail {
  background-color: #ffffff;
  width: 100%;
  max-width: 100px;
  margin: 5px 0;
  border-radius: 3px;
  transition: transform 0.2s;
}

/* line 47, app/assets/stylesheets/production/press_orders.css */
.press-thumbnail-scanned-border-danger {
  outline-color: #ff863a;
  outline-width: 5px;
  outline-style: solid;
  border: 5px solid #e83a00;
}

/* line 54, app/assets/stylesheets/production/press_orders.css */
.press-thumbnail-scanned-border-success {
  outline-color: #ff863a;
  outline-width: 5px;
  outline-style: solid;
  border: 5px solid #028400;
}

/* line 61, app/assets/stylesheets/production/press_orders.css */
.press-thumbnail:hover {
  transform: scale(1.05);
}

/* line 65, app/assets/stylesheets/production/press_orders.css */
.thumbnail-container-large {
  background-color: #d7d7d7;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  width: auto;
}

/* line 77, app/assets/stylesheets/production/press_orders.css */
.press-thumbnail-large {
  background-color: #ffffff;
  width: 500px;
  margin: 5px 0;
  border-radius: 3px;
}

/* line 84, app/assets/stylesheets/production/press_orders.css */
.error-button, .complete-button, .rack-button, .press-button {
  background-color: #ff0000;
  color: white;
  border: none;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
  transition: background-color 0.3s;
}

/* line 100, app/assets/stylesheets/production/press_orders.css */
.error-button:hover {
  background-color: #8b0000;
}

/* line 104, app/assets/stylesheets/production/press_orders.css */
.error-button-small {
  background-color: #ff0000;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 5px;
  transition: background-color 0.3s;
}

/* line 120, app/assets/stylesheets/production/press_orders.css */
.complete-button {
  background-color: #000000;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* line 135, app/assets/stylesheets/production/press_orders.css */
.complete-button:hover {
  background-color: #006400;
}

/* line 139, app/assets/stylesheets/production/press_orders.css */
.rack-button {
  background-color: #1e34ff;
  color: white;
  border: none;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* line 154, app/assets/stylesheets/production/press_orders.css */
.rack-button:hover {
  background-color: #b05e00;
}

/* line 158, app/assets/stylesheets/production/press_orders.css */
.press-button {
  background-color: #00e022;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* line 173, app/assets/stylesheets/production/press_orders.css */
.press-button:hover {
  background-color: #006400;
}

/* line 177, app/assets/stylesheets/production/press_orders.css */
.press-button-blocked {
  background-color: #faa42b;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: not-allowed;
  margin-bottom: 10px;
  opacity: 0.8;
  transition: background-color 0.3s;
}

/* line 194, app/assets/stylesheets/production/press_orders.css */
.skip-button {
  background-color: #ff8c00;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
  transition: background-color 0.3s;
}

/* line 210, app/assets/stylesheets/production/press_orders.css */
.skip-button:hover {
  background-color: #cc7000;
}

/* line 214, app/assets/stylesheets/production/press_orders.css */
.reprint-label-button {
  background-color: #f5c400;
  color: #000000;
  border: none;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

/* line 229, app/assets/stylesheets/production/press_orders.css */
.reprint-label-button:hover {
  background-color: #c49e00;
}

/* line 233, app/assets/stylesheets/production/press_orders.css */
.press-info {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

/* line 240, app/assets/stylesheets/production/press_orders.css */
.press-sku-info {
  margin: 0;
  font-size: 24px;
  color: #333333;
}

/* line 246, app/assets/stylesheets/production/press_orders.css */
.bulk-press-sku-info {
  margin: 0;
  font-size: 16px;
  color: #333333;
}

/* line 252, app/assets/stylesheets/production/press_orders.css */
.press-print-location-info-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0;
}

/* line 258, app/assets/stylesheets/production/press_orders.css */
.press-print-location-info {
  font-size: 16px;
  color: #3b52ff;
  display: inline-block;
  padding: 10px 20px;
  margin: 5px 0;
  border: 2px solid #3b52ff;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s, color 0.3s, transform 0.2s;
}

/* line 272, app/assets/stylesheets/production/press_orders.css */
.press-print-location-info:hover {
  background-color: #3b52ff;
  color: white;
  transform: scale(1.05);
}

/* line 278, app/assets/stylesheets/production/press_orders.css */
.press-print-location-info.selected {
  background-color: #2c44a4;
  color: white;
  border-color: #1e2a6d;
  transform: scale(1.05);
}

/* line 285, app/assets/stylesheets/production/press_orders.css */
.error-report-title {
  font-size: 42px;
  font-weight: bold;
  color: #333333;
  margin: 0;
  padding: 10px;
}

/* line 293, app/assets/stylesheets/production/press_orders.css */
.reason-list {
  list-style-type: none;
  padding: 0;
}

/* line 298, app/assets/stylesheets/production/press_orders.css */
.reason-item {
  background-color: #b8a0d3;
  color: #000000;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
  outline-color: #000000;
  outline-width: 2px;
  outline-style: solid;
}

/* line 313, app/assets/stylesheets/production/press_orders.css */
.reason-item:hover {
  background-color: #9c81b8;
}

/* line 317, app/assets/stylesheets/production/press_orders.css */
.border-success {
  outline-color: #028400;
  outline-width: 5px;
  outline-style: solid;
}

/* line 323, app/assets/stylesheets/production/press_orders.css */
.border-danger {
  outline-color: #e83a00;
  outline-width: 5px;
  outline-style: solid;
}

/* line 329, app/assets/stylesheets/production/press_orders.css */
.logout-button {
  background-color: #e74c3c;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s, transform 0.3s;
  cursor: pointer;
}

/* line 341, app/assets/stylesheets/production/press_orders.css */
.logout-button:hover {
  background-color: #c0392b;
  transform: scale(1.05);
}

/* line 346, app/assets/stylesheets/production/press_orders.css */
.logout-button:active {
  background-color: #d35400;
}

/* line 350, app/assets/stylesheets/production/press_orders.css */
.press-number {
  font-size: 48px;
  font-weight: bold;
}

/* line 355, app/assets/stylesheets/production/press_orders.css */
.press-text {
  font-size: 18px;
  font-weight: normal;
  color: #000000;
}

/* Location badges */
/* line 2, app/assets/stylesheets/production/embroider_orders.css */
.embroider-location-info-wrapper {
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/production/embroider_orders.css */
.embroider-location-info {
  background-color: #1B2B34;
  font-size: 1.2rem !important;
  padding: 8px 16px !important;
}

/* line 12, app/assets/stylesheets/production/embroider_orders.css */
.embroider-location-info.selected {
  background-color: #8BC34A !important;
}

/* Stitch count editing */
/* line 17, app/assets/stylesheets/production/embroider_orders.css */
.stitch-count-input {
  display: inline-block;
  width: 6rem !important;
  height: calc(1.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

/* line 25, app/assets/stylesheets/production/embroider_orders.css */
.save-stitch-count {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  margin-left: 0.5rem;
}

/* line 31, app/assets/stylesheets/production/embroider_orders.css */
.edit-stitch-count {
  margin-left: 0.5rem;
  padding: 0.125rem 0.5rem;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.2);
}

/* Thumbnail containers */
/* line 39, app/assets/stylesheets/production/embroider_orders.css */
.embroider-thumbnail-container {
  background-color: #d7d7d7;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  width: auto;
  max-height: 500px;
  overflow-y: auto;
}

/* line 53, app/assets/stylesheets/production/embroider_orders.css */
.embroider-thumbnail-container-large {
  background-color: #d7d7d7;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  width: auto;
}

/* Thumbnails */
/* line 66, app/assets/stylesheets/production/embroider_orders.css */
.embroider-thumbnail {
  background-color: #ffffff;
  width: 100%;
  max-width: 100px;
  margin: 5px 0;
  border-radius: 3px;
  transition: transform 0.2s;
}

/* line 75, app/assets/stylesheets/production/embroider_orders.css */
.embroider-thumbnail-large {
  background-color: #ffffff;
  max-height: 400px;
  width: auto;
  margin: 5px 0;
  border-radius: 3px;
}

/* Border states */
/* line 84, app/assets/stylesheets/production/embroider_orders.css */
.embroider-thumbnail-scanned-border-danger {
  outline-color: #ff863a;
  outline-width: 5px;
  outline-style: solid;
  border: 5px solid #e83a00;
}

/* line 91, app/assets/stylesheets/production/embroider_orders.css */
.embroider-thumbnail-scanned-border-success {
  outline-color: #ff863a;
  outline-width: 5px;
  outline-style: solid;
  border: 5px solid #028400;
}

/* Embroidery preview border */
/* line 99, app/assets/stylesheets/production/embroider_orders.css */
.embroider-preview-border {
  outline-color: #a5d6a7;
  outline-width: 5px;
  outline-style: solid;
  border: 5px solid #4CAF50;
}

/* Action buttons */
/* line 107, app/assets/stylesheets/production/embroider_orders.css */
.embroider-error-button, .embroider-complete-button, .embroider-rack-button, .embroider-button {
  background-color: #ff0000;
  color: white;
  border: none;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
  transition: background-color 0.3s;
}

/* line 123, app/assets/stylesheets/production/embroider_orders.css */
.embroider-error-button:hover {
  background-color: #8b0000;
}

/* line 127, app/assets/stylesheets/production/embroider_orders.css */
.embroider-complete-button {
  background-color: #3fae28;
}

/* line 131, app/assets/stylesheets/production/embroider_orders.css */
.embroider-complete-button:hover {
  background-color: #068206;
}

/* line 135, app/assets/stylesheets/production/embroider_orders.css */
.embroider-button {
  background-color: #00e022;
}

/* line 139, app/assets/stylesheets/production/embroider_orders.css */
.embroider-button:hover {
  background-color: #006400;
}

/* line 143, app/assets/stylesheets/production/embroider_orders.css */
.embroider-button-blocked {
  background-color: #faa42b;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: not-allowed;
  margin-bottom: 10px;
  opacity: 0.8;
  transition: background-color 0.3s;
}

/* line 160, app/assets/stylesheets/production/embroider_orders.css */
.embroider-rack-button {
  background-color: #1e34ff;
  color: white;
  border: none;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* line 175, app/assets/stylesheets/production/embroider_orders.css */
.embroider-rack-button:hover {
  background-color: #b05e00;
}

/* Action buttons */
/* line 180, app/assets/stylesheets/production/embroider_orders.css */
.embroider-action-button {
  background-color: #536DFE;
  color: white;
  padding: 1.5rem 1rem;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
}

/* line 190, app/assets/stylesheets/production/embroider_orders.css */
.embroider-logout-button {
  background-color: #B71C1C;
  color: white;
  display: inline-block;
  transition: background-color 0.3s;
}

/* line 197, app/assets/stylesheets/production/embroider_orders.css */
.embroider-logout-button:hover {
  color: white;
  background-color: #8b0000;
}

/* line 202, app/assets/stylesheets/production/embroider_orders.css */
.embroider-info {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

/* line 209, app/assets/stylesheets/production/embroider_orders.css */
.embroider-order-id {
  font-size: 1.5em;
  font-weight: bold;
  color: #3b52ff;
}

/* line 215, app/assets/stylesheets/production/embroider_orders.css */
.embroider-order-account {
  font-size: 1.5em;
  font-weight: bold;
  color: #910080;
}

/* line 221, app/assets/stylesheets/production/embroider_orders.css */
.bulk-embroider-sku-info {
  margin: 0;
  font-size: 16px;
  color: #333333;
  max-height: 250px;
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/inventory/orders.css */
.inventory-print-location-info-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0;
}

/* line 7, app/assets/stylesheets/inventory/orders.css */
.inventory-print-location-info {
  font-size: 10px;
  color: #3b52ff;
  display: inline-block;
  padding: 5px 10px;
  margin: 3px 0;
  border: 2px solid #3b52ff;
  border-radius: 3px;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s, color 0.3s, transform 0.2s;
}

/* line 21, app/assets/stylesheets/inventory/orders.css */
.inventory-print-location-info:hover {
  background-color: #3b52ff;
  color: white;
  transform: scale(1.05);
}

/* line 27, app/assets/stylesheets/inventory/orders.css */
.inventory-print-location-info.selected {
  background-color: #2c44a4;
  color: white;
  border-color: #1e2a6d;
  transform: scale(1.05);
}

/* line 1, app/assets/stylesheets/admin/pricing_matrices.css */
.form-control-sm {
  padding: 0.25rem;
  font-size: 0.875rem;
  min-width: 60px;
}

/* line 7, app/assets/stylesheets/admin/pricing_matrices.css */
.quantity-field {
  font-weight: bold;
  background-color: #f8f9fa;
}

/* line 12, app/assets/stylesheets/admin/pricing_matrices.css */
.price-field {
  background-color: #ffffff;
}

/* line 16, app/assets/stylesheets/admin/pricing_matrices.css */
.delete-column-btn, .delete-row-btn {
  margin-top: 5px;
  padding: 2px 5px;
  font-size: 0.75rem;
}

/* line 22, app/assets/stylesheets/admin/pricing_matrices.css */
.modified-field {
  background-color: #fff9c4 !important;
  /* Light yellow */
  border-color: #ffd600 !important;
}

/* line 1, app/assets/stylesheets/admin/task_templates.css */
.task-template-list {
  margin-bottom: 20px;
}

/* line 5, app/assets/stylesheets/admin/task_templates.css */
.task-template-item {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
}

/* line 14, app/assets/stylesheets/admin/task_templates.css */
.task-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
}

/* line 23, app/assets/stylesheets/admin/task_templates.css */
.handle {
  cursor: move;
  color: #6c757d;
  font-size: 16px;
  padding: 5px;
}

/* line 30, app/assets/stylesheets/admin/task_templates.css */
.handle:hover {
  color: #495057;
}

/* line 34, app/assets/stylesheets/admin/task_templates.css */
.task-item-controls {
  display: flex;
  gap: 5px;
}

/* line 39, app/assets/stylesheets/admin/task_templates.css */
.task-item-content .form-group {
  margin-bottom: 15px;
}

/* line 43, app/assets/stylesheets/admin/task_templates.css */
.task-item-content .form-group:last-child {
  margin-bottom: 0;
}

/* line 47, app/assets/stylesheets/admin/task_templates.css */
.form-label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 5px;
  display: block;
}

/* line 54, app/assets/stylesheets/admin/task_templates.css */
.remove-task-btn {
  border: 1px solid #dc3545;
  color: #dc3545;
}

/* line 59, app/assets/stylesheets/admin/task_templates.css */
.remove-task-btn:hover {
  background-color: #dc3545;
  color: white;
}

/* Hide the root element that's showing up */
/* line 65, app/assets/stylesheets/admin/task_templates.css */
.json-editor .json-editor-btntype-object,
.json-editor .object-controls,
.json-editor h3:first-child,
.json-editor .row:first-child .btn-group {
  display: none !important;
}

/* line 72, app/assets/stylesheets/admin/task_templates.css */
.json-editor-btn-add {
  margin-top: 10px;
}

/* line 1, app/assets/stylesheets/billing/account_locations_sorting.css */
#sortable tr {
  cursor: move;
}

/* line 5, app/assets/stylesheets/billing/account_locations_sorting.css */
#sortable tr.dragging {
  opacity: 0.5;
  background: #f0f0f0;
}

/* Account Form Improvements - Phase 1 & 2 */
/* Navigation Sidebar */
/* line 4, app/assets/stylesheets/billing/accounts.css */
.account-form-nav-container {
  position: relative;
  height: 100%;
}

/* line 9, app/assets/stylesheets/billing/accounts.css */
.account-form-nav {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 180px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  background: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

/* Search Box */
/* line 23, app/assets/stylesheets/billing/accounts.css */
#accountFieldSearch {
  margin-bottom: 10px;
}

/* line 27, app/assets/stylesheets/billing/accounts.css */
#searchResults {
  display: block;
  margin-top: 5px;
  font-size: 0.85em;
  color: #6c757d;
}

/* Navigation Menu */
/* line 35, app/assets/stylesheets/billing/accounts.css */
.account-section-nav {
  margin-top: 15px;
}

/* line 39, app/assets/stylesheets/billing/accounts.css */
.account-section-nav li {
  margin-bottom: 5px;
}

/* line 43, app/assets/stylesheets/billing/accounts.css */
.account-section-nav li a {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s;
  white-space: nowrap;
}

/* line 53, app/assets/stylesheets/billing/accounts.css */
.account-section-nav li a:hover {
  background-color: #e9ecef;
  text-decoration: none;
}

/* line 58, app/assets/stylesheets/billing/accounts.css */
.account-section-nav li.active a,
.account-section-nav li a.active {
  background-color: #007bff;
  color: white;
}

/* line 64, app/assets/stylesheets/billing/accounts.css */
.account-section-nav li a .badge {
  margin-right: 8px;
  font-size: 11px;
  padding: 3px 6px;
  display: inline-block;
  vertical-align: middle;
  min-width: 24px;
  text-align: center;
}

/* Fieldset legend badges */
/* line 75, app/assets/stylesheets/billing/accounts.css */
fieldset legend .badge {
  min-width: 24px;
  max-width: 28px;
  text-align: center;
  display: inline-block !important;
  width: auto !important;
  padding: 4px 7px;
}

/* Section Badges - Color Coding */
/* line 85, app/assets/stylesheets/billing/accounts.css */
.account-section-nav .badge.badge-primary,
fieldset legend .badge.bg-primary {
  background-color: #007bff !important;
  color: white;
}

/* line 91, app/assets/stylesheets/billing/accounts.css */
.account-section-nav .badge.badge-success,
fieldset legend .badge.bg-success {
  background-color: #28a745 !important;
  color: white;
}

/* line 97, app/assets/stylesheets/billing/accounts.css */
.account-section-nav .badge.badge-warning,
fieldset legend .badge.bg-warning {
  background-color: #ffc107 !important;
  color: #212529;
}

/* line 103, app/assets/stylesheets/billing/accounts.css */
.account-section-nav .badge.badge-info,
fieldset legend .badge.bg-info {
  background-color: #17a2b8 !important;
  color: white;
}

/* line 109, app/assets/stylesheets/billing/accounts.css */
.account-section-nav .badge.badge-secondary,
fieldset legend .badge.bg-secondary {
  background-color: #6c757d !important;
  color: white;
}

/* Collapsible Fieldsets */
/* line 116, app/assets/stylesheets/billing/accounts.css */
fieldset {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  background: white;
}

/* line 124, app/assets/stylesheets/billing/accounts.css */
fieldset legend {
  width: auto;
  padding: 0 10px;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 600;
  border: none;
}

/* line 133, app/assets/stylesheets/billing/accounts.css */
fieldset legend a.section-toggle {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  user-select: none;
  line-height: 1.5;
}

/* line 142, app/assets/stylesheets/billing/accounts.css */
fieldset legend .badge {
  margin-right: 8px;
  font-size: 12px;
  padding: 4px 8px;
  vertical-align: middle;
}

/* line 149, app/assets/stylesheets/billing/accounts.css */
fieldset legend a.section-toggle:hover {
  color: #007bff;
  text-decoration: none;
}

/* Chevron Icon Rotation */
/* line 155, app/assets/stylesheets/billing/accounts.css */
.collapse-icon {
  transition: transform 0.3s;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 0.9em;
}

/* line 162, app/assets/stylesheets/billing/accounts.css */
.section-toggle.collapsed .collapse-icon {
  transform: rotate(-90deg);
}

/* Form Sections */
/* line 167, app/assets/stylesheets/billing/accounts.css */
.account-form fieldset .collapse {
  padding-top: 15px;
}

/* Highlight fields that match search */
/* line 172, app/assets/stylesheets/billing/accounts.css */
.form-group.search-match {
  background-color: #fff3cd;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 15px;
  animation: highlightFade 2s ease-in-out;
}

@keyframes highlightFade {
  0% {
    background-color: #ffc107;
  }
  100% {
    background-color: #fff3cd;
  }
}

/* Hide non-matching fields during search */
/* line 186, app/assets/stylesheets/billing/accounts.css */
.form-group.search-hidden {
  display: none;
}

/* Quick Action Buttons */
/* line 191, app/assets/stylesheets/billing/accounts.css */
.btn-group.mb-3 {
  display: flex;
  width: 100%;
}

/* line 196, app/assets/stylesheets/billing/accounts.css */
.btn-group.mb-3 .btn {
  flex: 1;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  /* line 202, app/assets/stylesheets/billing/accounts.css */
  .account-form-nav {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
}

/* Form Field Visual Improvements */
/* line 210, app/assets/stylesheets/billing/accounts.css */
.account-form .form-group {
  margin-bottom: 20px;
}

/* line 214, app/assets/stylesheets/billing/accounts.css */
.account-form .help-block {
  font-size: 0.9em;
  color: #6c757d;
  margin-top: 5px;
}

/* Sub-fieldsets within main fieldsets */
/* line 221, app/assets/stylesheets/billing/accounts.css */
fieldset fieldset {
  border: 1px solid #e9ecef;
  background-color: #f8f9fa;
  margin-top: 15px;
}

/* line 227, app/assets/stylesheets/billing/accounts.css */
fieldset fieldset legend {
  font-size: 1em;
  font-weight: 500;
  color: #495057;
}

/* Section Headers inside Collapsible Areas */
/* line 234, app/assets/stylesheets/billing/accounts.css */
.account-form h5 {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #dee2e6;
  color: #495057;
  font-weight: 600;
}

/* Loading State */
/* line 243, app/assets/stylesheets/billing/accounts.css */
.account-form.loading {
  opacity: 0.6;
  pointer-events: none;
}

/* Error States */
/* line 249, app/assets/stylesheets/billing/accounts.css */
.form-group.has-error {
  border-left: 3px solid #dc3545;
  padding-left: 10px;
}

/* line 254, app/assets/stylesheets/billing/accounts.css */
.form-group.has-error .control-label {
  color: #dc3545;
}

/* line 1, app/assets/stylesheets/shared/_dropdown_highlighting.scss */
.changed-dropdown {
  background-color: #fff3cd !important;
  border-color: #ffeeba !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25) !important;
}

/* line 6, app/assets/stylesheets/shared/_dropdown_highlighting.scss */
.changed-dropdown:focus {
  background-color: #fff3cd !important;
  border-color: #ffeeba !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25) !important;
}

/* line 4, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page {
  --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --primary-color: #667eea;
  --secondary-color: #764ba2;
  --text-dark: #1e293b;
  --text-light: #64748b;
  --border-color: rgba(103, 126, 234, 0.2);
  --shadow-color: rgba(0, 0, 0, 0.1);
  --success-color: #22c55e;
  --border-radius: 12px;
  --border-radius-lg: 20px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background: var(--primary-gradient);
  margin: 0;
  min-height: 100vh;
  padding: 20px;
  box-sizing: border-box;
}

/* line 28, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .auth-container {
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  border-radius: var(--border-radius-lg);
  box-shadow: 0 20px 40px var(--shadow-color);
  overflow: hidden;
}

/* line 39, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .landing-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* line 46, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .auth-header {
  text-align: center;
  padding: 40px 30px 30px;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--border-color);
}

/* line 52, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .auth-header .app-logo {
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary-color);
  margin: 0 auto;
  width: 400px;
}

/* line 60, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .auth-header .tagline {
  margin-top: 10px;
  color: var(--text-light);
  font-size: 1.1rem;
}

/* line 68, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .header {
  text-align: center;
  padding: 40px 0;
  color: white;
}

/* line 73, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .header .logo {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 10px;
  background: linear-gradient(45deg, #fff, #e0e7ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* line 83, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .header .app-logo {
  width: 400px;
  margin: 10px auto;
}

/* line 88, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .header .tagline {
  margin-top: 10px;
  color: var(--text-light);
  font-size: 1.1rem;
}

/* line 96, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .main-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 60px;
}

/* line 105, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .auth-form {
  background: white;
  padding: 40px;
  border-radius: var(--border-radius);
}

/* line 111, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .form-group {
  margin-bottom: 20px;
}

/* line 115, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

/* line 122, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .form-group label {
  display: block;
  margin-bottom: 8px;
  color: var(--text-dark);
  font-weight: 600;
  font-size: 0.9rem;
}

/* line 130, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .form-group input,
body.auth-page .form-group select,
body.auth-page .form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: white;
  color: var(--text-dark);
  box-sizing: border-box;
}

/* line 143, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .form-group input:focus,
body.auth-page .form-group select:focus,
body.auth-page .form-group textarea:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(103, 126, 234, 0.1);
}

/* line 149, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .form-group input::placeholder,
body.auth-page .form-group select::placeholder,
body.auth-page .form-group textarea::placeholder {
  color: #9ca3af;
}

/* line 155, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 1rem;
}

/* line 167, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .btn.btn-primary {
  background: var(--primary-color);
  color: white;
}

/* line 171, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .btn.btn-primary:hover {
  background: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(103, 126, 234, 0.3);
}

/* line 178, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .btn.btn-secondary {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

/* line 183, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .btn.btn-secondary:hover {
  background: var(--primary-color);
  color: white;
}

/* line 190, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .submit-btn {
  width: 100%;
  background: var(--primary-gradient);
  color: white;
  padding: 16px;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
}

/* line 203, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(103, 126, 234, 0.3);
}

/* line 210, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .error-messages {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: var(--border-radius);
  padding: 16px;
  margin-bottom: 20px;
}

/* line 217, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .error-messages ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 223, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .error-messages li {
  color: #dc2626;
  margin-bottom: 5px;
  font-size: 0.9rem;
}

/* line 231, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .features-preview {
  background: rgba(103, 126, 234, 0.05);
  padding: 20px;
  border-radius: var(--border-radius);
  margin-bottom: 30px;
  border-left: 4px solid var(--primary-color);
}

/* line 238, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .features-preview h3 {
  color: var(--text-dark);
  margin-bottom: 10px;
  font-size: 1.2rem;
}

/* line 244, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .features-preview p {
  color: var(--text-light);
  font-size: 0.9rem;
  line-height: 1.5;
}

/* line 252, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .features-section {
  background: rgba(255, 255, 255, 0.95);
  padding: 40px;
  border-radius: var(--border-radius-lg);
  box-shadow: 0 20px 40px var(--shadow-color);
  backdrop-filter: blur(10px);
}

/* line 260, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .signup-section {
  background: rgba(255, 255, 255, 0.98);
  padding: 40px;
  border-radius: var(--border-radius-lg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
}

/* line 269, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 20px;
  background: rgba(103, 126, 234, 0.05);
  border-radius: var(--border-radius);
  border-left: 4px solid var(--primary-color);
}

/* line 278, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .feature .feature-icon {
  font-size: 1.5rem;
  margin-right: 15px;
  color: var(--primary-color);
  margin-top: 2px;
}

/* line 286, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .feature .feature-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-dark);
}

/* line 293, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .feature .feature-content p {
  color: var(--text-light);
  line-height: 1.5;
  margin: 0;
}

/* line 301, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .section-title {
  color: var(--text-dark);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

/* line 310, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .login-link {
  text-align: center;
  margin-top: 25px;
  padding: 20px;
  background: rgba(103, 126, 234, 0.05);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
}

/* line 318, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .login-link p {
  font-size: 1.1rem;
  color: var(--text-light);
  margin-bottom: 8px;
}

/* line 324, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .login-link a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: inline-block;
}

/* line 334, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .login-link a:hover {
  background: rgba(103, 126, 234, 0.1);
  transform: translateY(-1px);
}

/* line 342, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .stats-section {
  padding: 40px;
  border-radius: var(--border-radius-lg);
  margin-top: 40px;
  text-align: center;
  color: var(--text-dark);
}

/* line 349, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .stats-section h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: var(--text-dark);
}

/* line 356, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 20px;
}

/* line 363, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .stat-item {
  padding: 20px;
  background: white;
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
  transition: transform 0.2s ease;
}

/* line 370, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .stat-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px var(--shadow-color);
}

/* line 376, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  display: block;
  margin-bottom: 5px;
  color: var(--primary-color);
}

/* line 384, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .stat-label {
  font-size: 0.9rem;
  color: var(--text-light);
}

/* line 390, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .support-section {
  background: rgba(103, 126, 234, 0.05);
  padding: 30px;
  border-radius: var(--border-radius);
  border-left: 4px solid var(--primary-color);
  margin-bottom: 30px;
}

/* line 397, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .support-section h3 {
  color: var(--text-dark);
  margin-bottom: 15px;
  font-size: 1.3rem;
}

/* line 404, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

/* line 411, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .support-item {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid var(--border-color);
  transition: transform 0.2s ease;
}

/* line 419, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .support-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px var(--shadow-color);
}

/* line 424, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .support-item h4 {
  color: var(--text-dark);
  margin-bottom: 8px;
  font-size: 1rem;
}

/* line 430, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .support-item p {
  color: var(--text-light);
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

/* line 438, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .support-icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

/* line 443, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .support-link {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 8px 16px;
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  display: inline-block;
  transition: all 0.2s ease;
}

/* line 454, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .support-link:hover {
  background: var(--primary-color);
  color: white;
}

/* line 460, app/assets/stylesheets/sign_up/auth_pages.scss */
body.auth-page .chat-info {
  color: var(--primary-color) !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
  margin-top: 10px !important;
}

@media (max-width: 768px) {
  /* line 4, app/assets/stylesheets/sign_up/auth_pages.scss */
  body.auth-page {
    padding: 10px;
  }
  /* line 471, app/assets/stylesheets/sign_up/auth_pages.scss */
  body.auth-page .auth-container {
    border-radius: 0;
    margin: 0;
  }
  /* line 476, app/assets/stylesheets/sign_up/auth_pages.scss */
  body.auth-page .form-row {
    grid-template-columns: 1fr;
  }
  /* line 480, app/assets/stylesheets/sign_up/auth_pages.scss */
  body.auth-page .auth-form {
    padding: 30px 20px;
  }
  /* line 484, app/assets/stylesheets/sign_up/auth_pages.scss */
  body.auth-page .auth-header .app-logo {
    font-size: 2rem;
  }
  /* line 488, app/assets/stylesheets/sign_up/auth_pages.scss */
  body.auth-page .stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  /* line 494, app/assets/stylesheets/sign_up/auth_pages.scss */
  body.auth-page .main-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  /* line 499, app/assets/stylesheets/sign_up/auth_pages.scss */
  body.auth-page .header .logo {
    font-size: 2.5rem;
  }
  /* line 503, app/assets/stylesheets/sign_up/auth_pages.scss */
  body.auth-page .features-section,
body.auth-page .signup-section {
    padding: 30px 20px;
  }
}

/* Warehouse Priority Styling */
/* Styles for drag-and-drop warehouse priority management */
/* line 4, app/assets/stylesheets/super_admin/warehouse_priorities.css */
.warehouse-priority-list .warehouse-item {
  transition: all 0.3s ease;
}

/* line 8, app/assets/stylesheets/super_admin/warehouse_priorities.css */
.warehouse-priority-list .warehouse-item:hover {
  background-color: #f5f5f5;
}

/* line 12, app/assets/stylesheets/super_admin/warehouse_priorities.css */
.sortable-ghost {
  opacity: 0.4;
}

/* line 16, app/assets/stylesheets/super_admin/warehouse_priorities.css */
.fa-grip-vertical {
  color: #ccc;
  margin-right: 10px;
}

/* line 1, app/assets/stylesheets/reports/overview.scss */
.report-section {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 30px;
}

/* line 6, app/assets/stylesheets/reports/overview.scss */
.report-section legend {
  width: auto;
  padding: 0 10px;
  font-size: 1.3em;
  font-weight: 600;
  color: #333;
  border: none;
  margin-bottom: 0;
}

/* line 16, app/assets/stylesheets/reports/overview.scss */
.report-section .report-badge {
  font-size: 0.7em;
  vertical-align: middle;
  margin-left: 8px;
}

/* line 22, app/assets/stylesheets/reports/overview.scss */
.report-section .report-list {
  padding-left: 0;
  margin-top: 15px;
}

/* line 3, app/assets/stylesheets/reports/stocking/mill_report.scss */
.mill-report-row.status-danger {
  background-color: #f8d7da !important;
  border-left: 4px solid #dc3545;
}

/* line 8, app/assets/stylesheets/reports/stocking/mill_report.scss */
.mill-report-row.status-at_risk {
  background-color: #fff3cd !important;
  border-left: 4px solid #ffc107;
}

/* line 13, app/assets/stylesheets/reports/stocking/mill_report.scss */
.mill-report-row.status-good {
  background-color: #d4edda !important;
  border-left: 4px solid #28a745;
}

/* line 2, app/assets/stylesheets/expedite_ai_chat.scss */
#expedite-ai-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1049;
}

/* line 13, app/assets/stylesheets/expedite_ai_chat.scss */
#expedite-ai-panel {
  position: fixed;
  top: 0;
  right: -420px;
  width: 400px;
  height: 100%;
  background: #fff;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  transition: right 0.3s ease;
}

/* line 26, app/assets/stylesheets/expedite_ai_chat.scss */
#expedite-ai-panel.open {
  right: 0;
}

@media (max-width: 768px) {
  /* line 13, app/assets/stylesheets/expedite_ai_chat.scss */
  #expedite-ai-panel {
    width: 100%;
    right: -100%;
  }
}

/* line 36, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #1b1e24;
  color: #fff;
  flex-shrink: 0;
}

/* line 45, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-header h5 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

/* line 50, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-header h5 i {
  margin-right: 8px;
}

/* line 55, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-header .expedite-ai-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  padding: 0 4px;
  opacity: 0.7;
}

/* line 64, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-header .expedite-ai-close:hover {
  opacity: 1;
}

/* line 70, app/assets/stylesheets/expedite_ai_chat.scss */
#expedite-ai-alerts-bar {
  flex-shrink: 0;
  border-bottom: 1px solid #e8e8e8;
}

/* line 75, app/assets/stylesheets/expedite_ai_chat.scss */
#expedite-ai-alerts-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 16px;
  background: #2c2f3a;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-align: left;
}

/* line 89, app/assets/stylesheets/expedite_ai_chat.scss */
#expedite-ai-alerts-toggle i {
  font-size: 11px;
  opacity: 0.8;
  margin-left: 8px;
}

/* line 95, app/assets/stylesheets/expedite_ai_chat.scss */
#expedite-ai-alerts-toggle:hover {
  background: #3a3e50;
}

/* line 100, app/assets/stylesheets/expedite_ai_chat.scss */
#expedite-ai-alerts-list {
  max-height: 220px;
  overflow-y: auto;
  padding: 6px 10px;
  background: #1b1e24;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 110, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-alert-card {
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
}

/* line 117, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-alert-card.expedite-alert-critical {
  background: #c8381e;
}

/* line 121, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-alert-card.expedite-alert-warning {
  background: #c87f00;
}

/* line 125, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-alert-card.expedite-alert-info {
  background: #2f6fa8;
}

/* line 130, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 139, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-bubble {
  max-width: 85%;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}

/* line 147, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-bubble.user {
  align-self: flex-end;
  background: #5867dd;
  color: #fff;
  border-bottom-right-radius: 4px;
}

/* line 154, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-bubble.ai {
  align-self: flex-start;
  background: #f4f5f8;
  color: #1b1e24;
  border-bottom-left-radius: 4px;
}

/* line 160, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-bubble.ai strong {
  font-weight: 600;
}

/* line 161, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-bubble.ai p {
  margin: 0 0 8px;
}

/* line 161, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-bubble.ai p:last-child {
  margin-bottom: 0;
}

/* line 162, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-bubble.ai ul, .expedite-ai-bubble.ai ol {
  margin: 4px 0 8px;
  padding-left: 20px;
}

/* line 163, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-bubble.ai li {
  margin-bottom: 2px;
}

/* line 164, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-bubble.ai code {
  background: #e8e8e8;
  padding: 1px 4px;
  border-radius: 3px;
  font-size: 0.9em;
}

/* line 173, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-scan-result {
  max-width: 95%;
}

/* line 176, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-scan-result strong {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
}

/* line 182, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-scan-result .scan-detail {
  font-size: 13px;
  line-height: 1.6;
}

/* line 187, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-scan-result .scan-label {
  font-weight: 600;
  color: #555;
}

/* line 192, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-scan-result .scan-section {
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 2px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

/* line 201, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-scan-result .scan-activity {
  font-size: 12px;
  color: #666;
  padding-left: 8px;
}

/* line 207, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-scan-result .text-danger {
  color: #fd397a;
}

/* line 208, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-scan-result .text-warning {
  color: #ffb822;
}

/* line 211, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-history-divider {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0;
  color: #aaa;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 221, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-history-divider::before, .expedite-ai-history-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e0e0e8;
}

/* line 230, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-bubble-actions {
  margin-top: 8px;
  padding-top: 6px;
  border-top: 1px solid #e0e0e8;
}

/* line 236, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-remember-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: 1px solid #d0d0d8;
  border-radius: 12px;
  padding: 3px 10px;
  font-size: 12px;
  color: #888;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 249, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-remember-btn i.fa-star {
  font-size: 11px;
  color: #bbb;
  transition: color 0.2s ease;
}

/* line 255, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-remember-btn:hover {
  border-color: #f0a500;
  color: #f0a500;
  background: #fffbf0;
}

/* line 260, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-remember-btn:hover i.fa-star {
  color: #f0a500;
}

/* line 263, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-remember-btn.remembered {
  border-color: #f0a500;
  color: #f0a500;
  background: #fffbf0;
  font-weight: 600;
}

/* line 269, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-remember-btn.remembered i.fa-star {
  color: #f0a500;
}

/* line 271, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-remember-btn.remembered:hover {
  border-color: #c0392b;
  color: #c0392b;
  background: #fff5f5;
}

/* line 276, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-remember-btn.remembered:hover i.fa-star {
  color: #c0392b;
}

/* line 281, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-toast {
  position: fixed;
  bottom: 80px;
  right: 24px;
  background: #1b1e24;
  color: #fff;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 20px;
  z-index: 1100;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

/* line 296, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-toast.visible {
  opacity: 1;
  transform: translateY(0);
}

/* line 302, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-loading {
  align-self: flex-start;
  display: flex;
  gap: 4px;
  padding: 12px 16px;
}

/* line 308, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-loading .dot {
  width: 8px;
  height: 8px;
  background: #999;
  border-radius: 50%;
  animation: expediteAiDot 1.4s infinite ease-in-out both;
}

/* line 315, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-loading .dot:nth-child(1) {
  animation-delay: -0.32s;
}

/* line 316, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-loading .dot:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes expediteAiDot {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

/* line 325, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-scan-bar {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-top: 1px solid #e8e8e8;
  background: #f9f9fc;
  flex-shrink: 0;
  gap: 8px;
}

/* line 334, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-scan-bar i.fa-barcode {
  color: #999;
  font-size: 16px;
}

/* line 339, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-scan-bar input {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 13px;
  outline: none;
  font-family: monospace;
}

/* line 348, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-scan-bar input:focus {
  border-color: #5867dd;
}

/* line 353, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-scan-bar #expedite-ai-barcode-status {
  font-size: 12px;
  white-space: nowrap;
}

/* line 357, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-scan-bar #expedite-ai-barcode-status.scanned {
  color: #1dc9b7;
  font-weight: 600;
}

/* line 362, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-scan-bar #expedite-ai-barcode-status.cleared {
  color: #999;
}

/* line 368, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-input-area {
  display: flex;
  align-items: flex-end;
  padding: 12px;
  border-top: 1px solid #e8e8e8;
  background: #fff;
  flex-shrink: 0;
}

/* line 376, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-input-area textarea {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 14px;
  outline: none;
  resize: none;
  overflow-y: hidden;
  line-height: 1.5;
  font-family: inherit;
  min-height: 36px;
  max-height: 120px;
}

/* line 390, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-input-area textarea:focus {
  border-color: #5867dd;
}

/* line 394, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-input-area textarea:disabled {
  background: #f4f5f8;
}

/* line 399, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-input-area button {
  margin-left: 8px;
  background: #5867dd;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 413, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-input-area button:hover {
  background: #4a58c8;
}

/* line 417, app/assets/stylesheets/expedite_ai_chat.scss */
.expedite-ai-input-area button:disabled {
  background: #b0b0b0;
  cursor: not-allowed;
}

/* line 3, app/assets/stylesheets/stores/orders.scss */
.stores-orders-table-responsive .table.stores-orders-table {
  min-width: 100%;
}

/* Smooth Scrolling for Anchor Links */
/* line 47, app/assets/stylesheets/application.scss */
html {
  scroll-behavior: auto;
  scroll-padding-top: 175px;
  /* 53px + 82px fixed header height */
}

/* line 52, app/assets/stylesheets/application.scss */
.col-form-label.col-lg-3.col-sm-12 > input[type=radio], input[type=hidden], label {
  padding: 1rem 1rem 0rem 1rem;
}

/* line 54, app/assets/stylesheets/application.scss */
​​​​​​​​
.center-div {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 62, app/assets/stylesheets/application.scss */
.form-control[readonly] {
  background: #c4c4c4;
  pointer-events: none;
}

/* line 67, app/assets/stylesheets/application.scss */
img {
  max-width: 100%;
}

/* line 71, app/assets/stylesheets/application.scss */
small {
  display: block;
}

/* line 75, app/assets/stylesheets/application.scss */
.field_with_errors {
  padding: 1px;
  background-color: #fd397a;
  display: table;
  color: white;
}

/* line 82, app/assets/stylesheets/application.scss */
.hidden {
  display: none;
}

/* line 86, app/assets/stylesheets/application.scss */
#error_explanation {
  padding-top: 2em;
  margin-bottom: -1em;
  color: #fd397a;
}

/* line 92, app/assets/stylesheets/application.scss */
#sidebar_logo {
  width: 165px;
  height: auto;
  max-height: 60px;
}

/* line 98, app/assets/stylesheets/application.scss */
#sidebar_logo_mobile {
  width: 150px;
  height: auto;
}

/* line 103, app/assets/stylesheets/application.scss */
#print-page-logo {
  width: 200px;
  height: auto;
}

/* line 108, app/assets/stylesheets/application.scss */
#time-title {
  padding-top: 20px;
  font-size: 24px;
}

/* line 113, app/assets/stylesheets/application.scss */
#time {
  font-size: 70px;
}

/* line 117, app/assets/stylesheets/application.scss */
#time-panel {
  text-align: center;
  color: #1b1e24;
}

/* line 122, app/assets/stylesheets/application.scss */
#show-job-thumbnail {
  position: relative;
  float: left;
  margin: 5px;
}

/* line 128, app/assets/stylesheets/application.scss */
#show-job-thumbnail a#hold-btn {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  display: none;
}

/* line 137, app/assets/stylesheets/application.scss */
#show-job-thumbnail a#fail-btn {
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  display: none;
}

/* line 146, app/assets/stylesheets/application.scss */
.single-token-item ul li.token-input-token-facebook {
  width: 98%;
}

/* line 150, app/assets/stylesheets/application.scss */
.multi-token-item ul li.token-input-token-facebook {
  width: 48%;
}

/* line 154, app/assets/stylesheets/application.scss */
ul li.token-input-token-facebook p,
ul li.token-input-token-facebook span {
  display: block;
  overflow: hidden;
}

/* line 160, app/assets/stylesheets/application.scss */
ul li.token-input-token-facebook p {
  float: left;
  width: 90%;
}

/* line 165, app/assets/stylesheets/application.scss */
ul li.token-input-token-facebook span {
  float: right;
  margin: 0;
}

/* line 170, app/assets/stylesheets/application.scss */
.product-list-row {
  height: 75px;
  text-align: center;
  vertical-align: center;
}

/* line 176, app/assets/stylesheets/application.scss */
.sm-col {
  width: 100px;
}

/* line 180, app/assets/stylesheets/application.scss */
.md-col {
  width: 200px;
}

/* line 184, app/assets/stylesheets/application.scss */
.lg-col {
  width: 350px;
}

/* line 188, app/assets/stylesheets/application.scss */
.m-b-md {
  margin-bottom: 20px;
}

/* line 192, app/assets/stylesheets/application.scss */
.padder-v {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 197, app/assets/stylesheets/application.scss */
.pr-10 {
  padding-right: 6em;
}

/* line 201, app/assets/stylesheets/application.scss */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: black !important;
}

/* line 209, app/assets/stylesheets/application.scss */
.card-body {
  background-color: rgba(221, 221, 221, 0.1);
}

/* line 213, app/assets/stylesheets/application.scss */
.signed-out-flash-messages {
  position: absolute;
  width: 100%;
  top: 0px;
  font-size: 16;
  color: "black";
}

/* line 221, app/assets/stylesheets/application.scss */
.signed-in-flash-messages {
  position: block;
  font-size: 16;
  color: "black";
  white-space: "normal";
}

/* line 228, app/assets/stylesheets/application.scss */
.print-labels-field {
  height: 60px;
  width: 100%;
  font-size: 15px;
  text-align: center;
}

/* line 235, app/assets/stylesheets/application.scss */
.print-labels-btn {
  height: 60px;
  width: 100%;
}

/* line 240, app/assets/stylesheets/application.scss */
.table {
  vertical-align: center;
}

/* line 244, app/assets/stylesheets/application.scss */
.table-div {
  display: none;
}

/* line 248, app/assets/stylesheets/application.scss */
.activities-table-div {
  display: none;
}

/* line 252, app/assets/stylesheets/application.scss */
.group-tfoot {
  display: table-row-group;
}

/* line 256, app/assets/stylesheets/application.scss */
.kt-subheader__breadcrumbs a {
  padding: 0 0.45rem 0 0;
}

/* line 260, app/assets/stylesheets/application.scss */
.kt-header-mobile__logo {
  font-size: 2rem;
  font-weight: bold;
}

/* line 265, app/assets/stylesheets/application.scss */
.kt-header-mobile__logo a {
  color: #fff;
}

/* line 269, app/assets/stylesheets/application.scss */
.panel.panel-default {
  border-color: #e8e8e8;
}

/* line 273, app/assets/stylesheets/application.scss */
.panel {
  border-radius: 2px;
}

/* line 276, app/assets/stylesheets/application.scss */
.panel .panel-heading {
  padding: 1rem;
}

/* line 279, app/assets/stylesheets/application.scss */
.panel .panel-heading h4 {
  margin: 0;
}

/* line 285, app/assets/stylesheets/application.scss */
.panel-default {
  border-color: #dddddd;
}

/* line 289, app/assets/stylesheets/application.scss */
.panel {
  margin-bottom: 1rem;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 298, app/assets/stylesheets/application.scss */
.panel-body {
  padding: 1rem;
}

/* line 302, app/assets/stylesheets/application.scss */
.row.form-group {
  margin-bottom: .5rem;
}

/* line 306, app/assets/stylesheets/application.scss */
.kt-subheader__toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin-bottom: 1rem;
}

/* line 320, app/assets/stylesheets/application.scss */
.kt-subheader__toolbar .btn {
  margin-left: 0.5rem;
}

/* line 324, app/assets/stylesheets/application.scss */
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

/* line 337, app/assets/stylesheets/application.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1rem;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 349, app/assets/stylesheets/application.scss */
.badge {
  display: block;
  color: #FFF;
}

/* line 354, app/assets/stylesheets/application.scss */
#issues-list .badge {
  font-size: 0.95em;
  text-align: left;
  white-space: normal;
}

/* line 360, app/assets/stylesheets/application.scss */
.checkerboard-bg {
  background-position: 0px 0px, 10px 10px;
  background-size: 20px 20px;
  background-image: linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee 100%), linear-gradient(45deg, #eee 25%, white 25%, white 75%, #eee 75%, #eee 100%);
}

/* line 374, app/assets/stylesheets/application.scss */
.btn-down {
  background-color: #885ead;
  border-color: #885ead;
  color: #FFF;
}

/* line 380, app/assets/stylesheets/application.scss */
.btn-down:hover {
  background-color: #885E6D;
  color: #FFF;
}

/* line 385, app/assets/stylesheets/application.scss */
.warning-messages {
  padding: 1em 2em;
}

/* line 389, app/assets/stylesheets/application.scss */
.line {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin: 1em 0;
}

/* line 397, app/assets/stylesheets/application.scss */
.dl-grid {
  display: grid;
  grid-template-rows: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

/* line 404, app/assets/stylesheets/application.scss */
.select2-container {
  width: 25em;
}

/* line 408, app/assets/stylesheets/application.scss */
.select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}

/* line 417, app/assets/stylesheets/application.scss */
.custom-file-label {
  overflow: hidden;
  text-overflow: clip;
}

/* line 422, app/assets/stylesheets/application.scss */
.panel-heading {
  padding: 1em 0;
}

@media print {
  /* line 427, app/assets/stylesheets/application.scss */
  .no-print,
.no-print * {
    display: none !important;
  }
}

/* line 433, app/assets/stylesheets/application.scss */
.job-row {
  transition: background-color 0.5s;
}

/* line 436, app/assets/stylesheets/application.scss */
.job-row.printed {
  background-color: #6ebbff;
}

/* line 439, app/assets/stylesheets/application.scss */
.job-row.pressed {
  background-color: #fe9442;
}

/* line 442, app/assets/stylesheets/application.scss */
.job-row.sewed {
  background-color: #fccb44;
}

/* line 445, app/assets/stylesheets/application.scss */
.job-row.completed {
  background-color: #8301bf;
  color: #ffffff;
}

/* line 450, app/assets/stylesheets/application.scss */
.batch-display-list-thumbnail {
  max-width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 458, app/assets/stylesheets/application.scss */
.batch-display-list-thumbnail img {
  max-width: 100%;
  max-height: 150px;
  height: auto;
  width: auto;
  object-fit: contain;
}

/* line 466, app/assets/stylesheets/application.scss */
.batch-display-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 150px;
  height: 150px;
}

/* line 475, app/assets/stylesheets/application.scss */
.batch-index-cell {
  position: relative;
  height: 100%;
}

/* line 480, app/assets/stylesheets/application.scss */
.circle-text {
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

/* line 492, app/assets/stylesheets/application.scss */
.batch-index-cell.pending {
  background-color: #f9ff3d;
}

/* line 495, app/assets/stylesheets/application.scss */
.batch-index-cell.queued_for_pretreat {
  background-color: #fe9442;
}

/* line 499, app/assets/stylesheets/application.scss */
.batch-index-cell.pretreated {
  background-color: #fccb44;
}

/* line 503, app/assets/stylesheets/application.scss */
.batch-index-cell.ready_to_rack {
  background-color: #6ebbff;
}

/* line 507, app/assets/stylesheets/application.scss */
.batch-index-cell.racked {
  background-color: #ff71d4;
}

/* line 511, app/assets/stylesheets/application.scss */
.batch-index-cell.ready_to_ship {
  background-color: #8301bf;
}

/* line 515, app/assets/stylesheets/application.scss */
.batch-index-cell.printed {
  background-color: #6ebbff;
}

/* line 519, app/assets/stylesheets/application.scss */
.batch-index-cell.pressed {
  background-color: #fe9442;
}

/* line 523, app/assets/stylesheets/application.scss */
.batch-index-cell.sewed {
  background-color: #fccb44;
}

/* line 527, app/assets/stylesheets/application.scss */
.batch-index-cell.scanned {
  background-color: #3fff3c;
}

/* line 531, app/assets/stylesheets/application.scss */
.batch-index-cell.completed {
  background-color: #8301bf;
}

/* line 535, app/assets/stylesheets/application.scss */
.batch-index-cell.shipped {
  background-color: #21acf1;
}

/* line 539, app/assets/stylesheets/application.scss */
.batch-index-cell.no-earlier-states {
  background-color: #00a31e;
}

/* line 543, app/assets/stylesheets/application.scss */
.batch-index-cell.picked {
  background-color: #4a4a4a;
}

/* line 547, app/assets/stylesheets/application.scss */
.batch-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

/* line 554, app/assets/stylesheets/application.scss */
.disabled-link {
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: none;
}

/* line 560, app/assets/stylesheets/application.scss */
.nested-table-wrapper {
  background-color: #f7f9fc;
  padding: 0.75rem;
  border-top: 2px solid #e2e6ea;
}

/* line 566, app/assets/stylesheets/application.scss */
.table-secondary {
  background-color: #dee2e6;
}

/* line 570, app/assets/stylesheets/application.scss */
.nested-table-wrapper .table {
  margin-bottom: 0;
}

/* line 574, app/assets/stylesheets/application.scss */
.nested-table-wrapper .table td,
.nested-table-wrapper .table th {
  padding: 0.5rem;
  vertical-align: middle;
}

/* line 580, app/assets/stylesheets/application.scss */
.separator {
  border-top: 5px solid black;
  margin: 20px 0;
}

/* line 586, app/assets/stylesheets/application.scss */
.table-centered td, .table-centered th {
  text-align: center;
  vertical-align: middle;
}

/* line 592, app/assets/stylesheets/application.scss */
.badge-lg {
  font-size: 120% !important;
}

/* line 597, app/assets/stylesheets/application.scss */
.bg-success-muted {
  background-color: rgba(29, 201, 183, 0.5) !important;
}

/* line 601, app/assets/stylesheets/application.scss */
.bg-info-muted {
  background-color: rgba(85, 120, 235, 0.5) !important;
}

/* line 605, app/assets/stylesheets/application.scss */
.bg-warning-muted {
  background-color: rgba(255, 184, 34, 0.5) !important;
}

/* line 609, app/assets/stylesheets/application.scss */
.bg-danger-muted {
  background-color: rgba(253, 57, 122, 0.5) !important;
}

/* line 613, app/assets/stylesheets/application.scss */
.bg-secondary-muted {
  background-color: rgba(225, 225, 239, 0.5) !important;
}

/* Styling for product designer modal */
/* line 618, app/assets/stylesheets/application.scss */
#productDesignerModal .form-group {
  margin-bottom: 1rem;
}

/* line 622, app/assets/stylesheets/application.scss */
#productDesignerModal .size-fields-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

/* line 628, app/assets/stylesheets/application.scss */
#productDesignerModal .size-field {
  flex: 0 0 auto;
  width: auto;
  max-width: 100px;
  margin-bottom: 0.5rem;
}

/* line 635, app/assets/stylesheets/application.scss */
#productDesignerModal .size-label {
  display: block;
  text-align: center;
  font-weight: bold;
}

/* line 641, app/assets/stylesheets/application.scss */
#productDesignerModal .size-quantity {
  width: 100%;
}

/* line 645, app/assets/stylesheets/application.scss */
#productDesignerModal .designs-table {
  width: 100%;
}

/* line 649, app/assets/stylesheets/application.scss */
#productDesignerModal .custom-file-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Override any form-specific styling from the partials */
/* line 656, app/assets/stylesheets/application.scss */
#productDesignerModal .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;
}

/* line 664, app/assets/stylesheets/application.scss */
#productDesignerModal .modal-dialog {
  max-width: 80%;
}

/* line 668, app/assets/stylesheets/application.scss */
.flash-highlight-success {
  animation: flashSuccess 1s ease-out;
  background-color: #d4edda !important;
  color: #155724 !important;
}

/* line 674, app/assets/stylesheets/application.scss */
.flash-highlight-error {
  animation: flashError 1s ease-out;
  background-color: #f8d7da !important;
  color: #721c24 !important;
}

@keyframes flashSuccess {
  0% {
    background-color: #d4edda;
  }
  100% {
    background-color: transparent;
  }
}

@keyframes flashError {
  0% {
    background-color: #f8d7da;
  }
  100% {
    background-color: transparent;
  }
}

/* line 690, app/assets/stylesheets/application.scss */
.grayed-out {
  background-color: #f0f0f0 !important;
  color: #888 !important;
}

/* Compact file upload fields for design items */
/* line 696, app/assets/stylesheets/application.scss */
.custom-file-compact {
  position: relative;
}

/* line 699, app/assets/stylesheets/application.scss */
.custom-file-compact .custom-file-label-compact {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 2.5rem;
  /* Make room for upload icon */
  cursor: pointer;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  /* Hide the default Bootstrap "Browse" button */
}

/* line 708, app/assets/stylesheets/application.scss */
.custom-file-compact .custom-file-label-compact i.fa-file-image,
.custom-file-compact .custom-file-label-compact i.fa-file-pdf {
  margin-right: 5px;
  color: #5867dd;
}

/* line 715, app/assets/stylesheets/application.scss */
.custom-file-compact .custom-file-label-compact::after {
  display: none !important;
}

/* line 720, app/assets/stylesheets/application.scss */
.custom-file-compact .file-upload-icon {
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-left: none;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  color: #6c757d;
  transition: all 0.2s ease;
  cursor: pointer;
  pointer-events: none;
  /* Let clicks pass through to the label */
  z-index: 3;
}

/* line 740, app/assets/stylesheets/application.scss */
.custom-file-compact .file-upload-icon i {
  font-size: 0.875rem;
}

/* line 745, app/assets/stylesheets/application.scss */
.custom-file-compact:hover .file-upload-icon {
  background-color: #5867dd;
  color: white;
  border-color: #5867dd;
}

/* line 751, app/assets/stylesheets/application.scss */
.custom-file-compact .custom-file-input:focus ~ .file-upload-icon {
  background-color: #5867dd;
  color: white;
  border-color: #5867dd;
}

/* AI Diagnosis Markdown Styling */
/* line 760, app/assets/stylesheets/application.scss */
.diagnosis-markdown h1, .diagnosis-markdown h2, .diagnosis-markdown h3, .diagnosis-markdown h4 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

/* line 765, app/assets/stylesheets/application.scss */
.diagnosis-markdown h1 {
  font-size: 1.4rem;
}

/* line 766, app/assets/stylesheets/application.scss */
.diagnosis-markdown h2 {
  font-size: 1.2rem;
}

/* line 767, app/assets/stylesheets/application.scss */
.diagnosis-markdown h3 {
  font-size: 1.1rem;
}

/* line 768, app/assets/stylesheets/application.scss */
.diagnosis-markdown h4 {
  font-size: 1rem;
}

/* line 769, app/assets/stylesheets/application.scss */
.diagnosis-markdown p {
  margin-bottom: 0.75rem;
}

/* line 770, app/assets/stylesheets/application.scss */
.diagnosis-markdown ul, .diagnosis-markdown ol {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
}

/* line 771, app/assets/stylesheets/application.scss */
.diagnosis-markdown li {
  margin-bottom: 0.25rem;
}

/* line 772, app/assets/stylesheets/application.scss */
.diagnosis-markdown strong {
  font-weight: 600;
}

/* line 773, app/assets/stylesheets/application.scss */
.diagnosis-markdown code {
  background: #f4f4f4;
  padding: 0.1rem 0.3rem;
  border-radius: 3px;
  font-size: 0.9em;
}

/* line 774, app/assets/stylesheets/application.scss */
.diagnosis-markdown pre {
  background: #f4f4f4;
  padding: 0.75rem;
  border-radius: 4px;
  overflow-x: auto;
}

/* line 775, app/assets/stylesheets/application.scss */
.diagnosis-markdown blockquote {
  border-left: 3px solid #ccc;
  padding-left: 1rem;
  color: #666;
  margin: 0.75rem 0;
}

/* line 776, app/assets/stylesheets/application.scss */
.diagnosis-markdown hr {
  margin: 1rem 0;
}

/* AI Diagnosis Accordion Styling */
/* line 781, app/assets/stylesheets/application.scss */
#diagnosisAccordion .card-header {
  background-color: #48465b !important;
}

/* line 784, app/assets/stylesheets/application.scss */
#diagnosisAccordion .card-header:hover {
  background-color: #5867dd !important;
}

/* line 789, app/assets/stylesheets/application.scss */
#diagnosisAccordion .card-header .btn-link,
#diagnosisAccordion .card-header .btn-link small {
  color: #fff !important;
  text-decoration: none;
}

/* line 795, app/assets/stylesheets/application.scss */
#diagnosisAccordion .card-header .btn-link small {
  opacity: 0.8;
}

/*# sourceMappingURL=application.css-12b2b1a2bdfa6137010ab338428017227344866ff6893ac99dc1ed6d57652409.map */
