/*!
 * Bootstrap v4.4.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 7, vendor/assets/stylesheets/dashkit_theme.scss */
:root {
  --blue: #2c7be5;
  --indigo: #727cf5;
  --purple: #6b5eae;
  --pink: #ff679b;
  --red: #e63757;
  --orange: #fd7e14;
  --yellow: #f6c343;
  --green: #00d97e;
  --teal: #02a8b5;
  --cyan: #39afd1;
  --white: #ffffff;
  --gray: #95aac9;
  --gray-dark: #3b506c;
  --primary: #2c7be5;
  --secondary: #6e84a3;
  --success: #00d97e;
  --info: #39afd1;
  --warning: #f6c343;
  --danger: #e63757;
  --light: #edf2f9;
  --dark: #12263f;
  --white: #ffffff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Cerebri Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 38, vendor/assets/stylesheets/dashkit_theme.scss */
*,
::after,
::before {
  box-sizing: border-box;
}

/* line 43, vendor/assets/stylesheets/dashkit_theme.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(18, 38, 63, 0);
}

/* line 49, vendor/assets/stylesheets/dashkit_theme.scss */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 61, vendor/assets/stylesheets/dashkit_theme.scss */
body {
  margin: 0;
  font-family: "Cerebri Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #12263f;
  text-align: left;
  background-color: #f9fbfd;
}

/* line 71, vendor/assets/stylesheets/dashkit_theme.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 74, vendor/assets/stylesheets/dashkit_theme.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 79, vendor/assets/stylesheets/dashkit_theme.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.125rem;
}

/* line 88, vendor/assets/stylesheets/dashkit_theme.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 92, vendor/assets/stylesheets/dashkit_theme.scss */
abbr[data-original-title],
abbr[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 102, vendor/assets/stylesheets/dashkit_theme.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 107, vendor/assets/stylesheets/dashkit_theme.scss */
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 113, vendor/assets/stylesheets/dashkit_theme.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

/* line 119, vendor/assets/stylesheets/dashkit_theme.scss */
dt {
  font-weight: 600;
}

/* line 122, vendor/assets/stylesheets/dashkit_theme.scss */
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

/* line 126, vendor/assets/stylesheets/dashkit_theme.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 129, vendor/assets/stylesheets/dashkit_theme.scss */
b,
strong {
  font-weight: bolder;
}

/* line 133, vendor/assets/stylesheets/dashkit_theme.scss */
small {
  font-size: 80%;
}

/* line 136, vendor/assets/stylesheets/dashkit_theme.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 143, vendor/assets/stylesheets/dashkit_theme.scss */
sub {
  bottom: -0.25em;
}

/* line 146, vendor/assets/stylesheets/dashkit_theme.scss */
sup {
  top: -0.5em;
}

/* line 149, vendor/assets/stylesheets/dashkit_theme.scss */
a {
  color: #2c7be5;
  text-decoration: none;
  background-color: transparent;
}

/* line 154, vendor/assets/stylesheets/dashkit_theme.scss */
a:hover {
  color: #1657af;
  text-decoration: none;
}

/* line 158, vendor/assets/stylesheets/dashkit_theme.scss */
a:not([href]) {
  color: inherit;
  text-decoration: none;
}

/* line 162, vendor/assets/stylesheets/dashkit_theme.scss */
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

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

/* line 173, vendor/assets/stylesheets/dashkit_theme.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 178, vendor/assets/stylesheets/dashkit_theme.scss */
figure {
  margin: 0 0 1rem;
}

/* line 181, vendor/assets/stylesheets/dashkit_theme.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 185, vendor/assets/stylesheets/dashkit_theme.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 189, vendor/assets/stylesheets/dashkit_theme.scss */
table {
  border-collapse: collapse;
}

/* line 192, vendor/assets/stylesheets/dashkit_theme.scss */
caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #95aac9;
  text-align: left;
  caption-side: bottom;
}

/* line 199, vendor/assets/stylesheets/dashkit_theme.scss */
th {
  text-align: inherit;
}

/* line 202, vendor/assets/stylesheets/dashkit_theme.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 206, vendor/assets/stylesheets/dashkit_theme.scss */
button {
  border-radius: 0;
}

/* line 209, vendor/assets/stylesheets/dashkit_theme.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 213, vendor/assets/stylesheets/dashkit_theme.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 223, vendor/assets/stylesheets/dashkit_theme.scss */
button,
input {
  overflow: visible;
}

/* line 227, vendor/assets/stylesheets/dashkit_theme.scss */
button,
select {
  text-transform: none;
}

/* line 231, vendor/assets/stylesheets/dashkit_theme.scss */
select {
  word-wrap: normal;
}

/* line 234, vendor/assets/stylesheets/dashkit_theme.scss */
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

/* line 240, vendor/assets/stylesheets/dashkit_theme.scss */
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

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

/* line 253, vendor/assets/stylesheets/dashkit_theme.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 258, vendor/assets/stylesheets/dashkit_theme.scss */
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}

/* line 264, vendor/assets/stylesheets/dashkit_theme.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 268, vendor/assets/stylesheets/dashkit_theme.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 274, vendor/assets/stylesheets/dashkit_theme.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 285, vendor/assets/stylesheets/dashkit_theme.scss */
progress {
  vertical-align: baseline;
}

/* line 288, vendor/assets/stylesheets/dashkit_theme.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 292, vendor/assets/stylesheets/dashkit_theme.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 296, vendor/assets/stylesheets/dashkit_theme.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 299, vendor/assets/stylesheets/dashkit_theme.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 303, vendor/assets/stylesheets/dashkit_theme.scss */
output {
  display: inline-block;
}

/* line 306, vendor/assets/stylesheets/dashkit_theme.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 310, vendor/assets/stylesheets/dashkit_theme.scss */
template {
  display: none;
}

/* line 313, vendor/assets/stylesheets/dashkit_theme.scss */
[hidden] {
  display: none !important;
}

/* line 316, vendor/assets/stylesheets/dashkit_theme.scss */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
}

/* line 332, vendor/assets/stylesheets/dashkit_theme.scss */
.h1,
h1 {
  font-size: 1.625rem;
}

/* line 336, vendor/assets/stylesheets/dashkit_theme.scss */
.h2,
h2 {
  font-size: 1.25rem;
}

/* line 340, vendor/assets/stylesheets/dashkit_theme.scss */
.h3,
h3 {
  font-size: 1.0625rem;
}

/* line 344, vendor/assets/stylesheets/dashkit_theme.scss */
.h4,
h4 {
  font-size: 0.9375rem;
}

/* line 348, vendor/assets/stylesheets/dashkit_theme.scss */
.h5,
h5 {
  font-size: 0.8125rem;
}

/* line 352, vendor/assets/stylesheets/dashkit_theme.scss */
.h6,
h6 {
  font-size: 0.625rem;
}

/* line 356, vendor/assets/stylesheets/dashkit_theme.scss */
.lead {
  font-size: 1.17188rem;
  font-weight: 300;
}

/* line 360, vendor/assets/stylesheets/dashkit_theme.scss */
.display-1 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 365, vendor/assets/stylesheets/dashkit_theme.scss */
.display-2 {
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 370, vendor/assets/stylesheets/dashkit_theme.scss */
.display-3 {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 375, vendor/assets/stylesheets/dashkit_theme.scss */
.display-4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 380, vendor/assets/stylesheets/dashkit_theme.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #e3ebf6;
}

/* line 386, vendor/assets/stylesheets/dashkit_theme.scss */
.small,
small {
  font-size: 0.8125rem;
  font-weight: 400;
}

/* line 391, vendor/assets/stylesheets/dashkit_theme.scss */
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 396, vendor/assets/stylesheets/dashkit_theme.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 400, vendor/assets/stylesheets/dashkit_theme.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 404, vendor/assets/stylesheets/dashkit_theme.scss */
.list-inline-item {
  display: inline-block;
}

/* line 407, vendor/assets/stylesheets/dashkit_theme.scss */
.list-inline-item:not(:last-child) {
  margin-right: 6px;
}

/* line 410, vendor/assets/stylesheets/dashkit_theme.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 414, vendor/assets/stylesheets/dashkit_theme.scss */
.blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.17188rem;
}

/* line 418, vendor/assets/stylesheets/dashkit_theme.scss */
.blockquote-footer {
  display: block;
  font-size: 0.8125rem;
  color: #95aac9;
}

/* line 423, vendor/assets/stylesheets/dashkit_theme.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 426, vendor/assets/stylesheets/dashkit_theme.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 430, vendor/assets/stylesheets/dashkit_theme.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #f9fbfd;
  border: 1px solid #e3ebf6;
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

/* line 438, vendor/assets/stylesheets/dashkit_theme.scss */
.figure {
  display: inline-block;
}

/* line 441, vendor/assets/stylesheets/dashkit_theme.scss */
.figure-img {
  margin-bottom: 0.75rem;
  line-height: 1;
}

/* line 445, vendor/assets/stylesheets/dashkit_theme.scss */
.figure-caption {
  font-size: 0.8125rem;
  color: #95aac9;
}

/* line 449, vendor/assets/stylesheets/dashkit_theme.scss */
code {
  font-size: 87.5%;
  color: #2c7be5;
  word-wrap: break-word;
}

/* line 454, vendor/assets/stylesheets/dashkit_theme.scss */
a > code {
  color: inherit;
}

/* line 457, vendor/assets/stylesheets/dashkit_theme.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #283e59;
  border-radius: 0.25rem;
}

/* line 464, vendor/assets/stylesheets/dashkit_theme.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
}

/* line 469, vendor/assets/stylesheets/dashkit_theme.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #283e59;
}

/* line 474, vendor/assets/stylesheets/dashkit_theme.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 479, vendor/assets/stylesheets/dashkit_theme.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 483, vendor/assets/stylesheets/dashkit_theme.scss */
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 491, vendor/assets/stylesheets/dashkit_theme.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 496, vendor/assets/stylesheets/dashkit_theme.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 501, vendor/assets/stylesheets/dashkit_theme.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 506, vendor/assets/stylesheets/dashkit_theme.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 510, vendor/assets/stylesheets/dashkit_theme.scss */
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 522, vendor/assets/stylesheets/dashkit_theme.scss */
  .container,
.container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 528, vendor/assets/stylesheets/dashkit_theme.scss */
  .container,
.container-md,
.container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 535, vendor/assets/stylesheets/dashkit_theme.scss */
  .container,
.container-lg,
.container-md,
.container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 543, vendor/assets/stylesheets/dashkit_theme.scss */
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1140px;
  }
}

/* line 551, vendor/assets/stylesheets/dashkit_theme.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

/* line 557, vendor/assets/stylesheets/dashkit_theme.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 561, vendor/assets/stylesheets/dashkit_theme.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 566, vendor/assets/stylesheets/dashkit_theme.scss */
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

/* line 641, vendor/assets/stylesheets/dashkit_theme.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 646, vendor/assets/stylesheets/dashkit_theme.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 650, vendor/assets/stylesheets/dashkit_theme.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 654, vendor/assets/stylesheets/dashkit_theme.scss */
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 658, vendor/assets/stylesheets/dashkit_theme.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 662, vendor/assets/stylesheets/dashkit_theme.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 666, vendor/assets/stylesheets/dashkit_theme.scss */
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 670, vendor/assets/stylesheets/dashkit_theme.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 675, vendor/assets/stylesheets/dashkit_theme.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 679, vendor/assets/stylesheets/dashkit_theme.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 683, vendor/assets/stylesheets/dashkit_theme.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 687, vendor/assets/stylesheets/dashkit_theme.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 691, vendor/assets/stylesheets/dashkit_theme.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 695, vendor/assets/stylesheets/dashkit_theme.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 699, vendor/assets/stylesheets/dashkit_theme.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 703, vendor/assets/stylesheets/dashkit_theme.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 707, vendor/assets/stylesheets/dashkit_theme.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 711, vendor/assets/stylesheets/dashkit_theme.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 715, vendor/assets/stylesheets/dashkit_theme.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 719, vendor/assets/stylesheets/dashkit_theme.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 723, vendor/assets/stylesheets/dashkit_theme.scss */
.order-first {
  order: -1;
}

/* line 726, vendor/assets/stylesheets/dashkit_theme.scss */
.order-last {
  order: 13;
}

/* line 729, vendor/assets/stylesheets/dashkit_theme.scss */
.order-0 {
  order: 0;
}

/* line 732, vendor/assets/stylesheets/dashkit_theme.scss */
.order-1 {
  order: 1;
}

/* line 735, vendor/assets/stylesheets/dashkit_theme.scss */
.order-2 {
  order: 2;
}

/* line 738, vendor/assets/stylesheets/dashkit_theme.scss */
.order-3 {
  order: 3;
}

/* line 741, vendor/assets/stylesheets/dashkit_theme.scss */
.order-4 {
  order: 4;
}

/* line 744, vendor/assets/stylesheets/dashkit_theme.scss */
.order-5 {
  order: 5;
}

/* line 747, vendor/assets/stylesheets/dashkit_theme.scss */
.order-6 {
  order: 6;
}

/* line 750, vendor/assets/stylesheets/dashkit_theme.scss */
.order-7 {
  order: 7;
}

/* line 753, vendor/assets/stylesheets/dashkit_theme.scss */
.order-8 {
  order: 8;
}

/* line 756, vendor/assets/stylesheets/dashkit_theme.scss */
.order-9 {
  order: 9;
}

/* line 759, vendor/assets/stylesheets/dashkit_theme.scss */
.order-10 {
  order: 10;
}

/* line 762, vendor/assets/stylesheets/dashkit_theme.scss */
.order-11 {
  order: 11;
}

/* line 765, vendor/assets/stylesheets/dashkit_theme.scss */
.order-12 {
  order: 12;
}

/* line 768, vendor/assets/stylesheets/dashkit_theme.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 771, vendor/assets/stylesheets/dashkit_theme.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 774, vendor/assets/stylesheets/dashkit_theme.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 777, vendor/assets/stylesheets/dashkit_theme.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 780, vendor/assets/stylesheets/dashkit_theme.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 783, vendor/assets/stylesheets/dashkit_theme.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 786, vendor/assets/stylesheets/dashkit_theme.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 789, vendor/assets/stylesheets/dashkit_theme.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 792, vendor/assets/stylesheets/dashkit_theme.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 795, vendor/assets/stylesheets/dashkit_theme.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 798, vendor/assets/stylesheets/dashkit_theme.scss */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 802, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 807, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 811, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 815, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 819, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 823, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 827, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 831, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 836, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 840, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 844, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 848, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 852, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 856, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 860, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 864, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 868, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 872, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 876, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 880, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 884, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 887, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 890, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 893, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 896, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 899, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 902, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 905, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 908, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 911, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 914, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 917, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 920, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 923, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 926, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 929, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 932, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 935, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 938, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 941, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 944, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 947, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 950, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 953, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 956, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 959, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 962, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 967, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 972, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 976, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 980, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 984, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 988, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 992, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 996, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1001, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1005, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1009, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1013, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1017, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1021, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1025, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1029, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1033, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1037, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1041, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1045, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1049, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-md-first {
    order: -1;
  }
  /* line 1052, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-md-last {
    order: 13;
  }
  /* line 1055, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 1058, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 1061, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 1064, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 1067, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 1070, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 1073, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 1076, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 1079, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 1082, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 1085, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 1088, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 1091, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 1094, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1097, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 1100, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 1103, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1106, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 1109, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 1112, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1115, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 1118, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 1121, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1124, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 1127, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 1132, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1137, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1141, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1145, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1149, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1153, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1157, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1161, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1166, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1170, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1174, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1178, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1182, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1186, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1190, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1194, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1198, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1202, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1206, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1210, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1214, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 1217, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 1220, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 1223, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 1226, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 1229, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 1232, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 1235, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 1238, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 1241, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 1244, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 1247, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 1250, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 1253, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 1256, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 1259, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1262, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 1265, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 1268, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1271, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 1274, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 1277, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1280, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 1283, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 1286, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1289, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 1292, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 1297, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1302, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1306, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1310, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1314, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1318, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1322, vendor/assets/stylesheets/dashkit_theme.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1326, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1331, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1335, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1339, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1343, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1347, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1351, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1355, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1359, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1363, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1367, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1371, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1375, vendor/assets/stylesheets/dashkit_theme.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1379, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 1382, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 1385, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 1388, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 1391, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 1394, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 1397, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 1400, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 1403, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 1406, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 1409, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 1412, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 1415, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 1418, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 1421, vendor/assets/stylesheets/dashkit_theme.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 1424, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1427, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 1430, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 1433, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1436, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 1439, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 1442, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1445, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 1448, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 1451, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1454, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 1457, vendor/assets/stylesheets/dashkit_theme.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 1461, vendor/assets/stylesheets/dashkit_theme.scss */
.table {
  width: 100%;
  margin-bottom: 1.5rem;
  color: #12263f;
}

/* line 1466, vendor/assets/stylesheets/dashkit_theme.scss */
.table td,
.table th {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #edf2f9;
}

/* line 1472, vendor/assets/stylesheets/dashkit_theme.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #edf2f9;
}

/* line 1476, vendor/assets/stylesheets/dashkit_theme.scss */
.table tbody + tbody {
  border-top: 2px solid #edf2f9;
}

/* line 1479, vendor/assets/stylesheets/dashkit_theme.scss */
.table-sm td,
.table-sm th {
  padding: 1rem;
}

/* line 1483, vendor/assets/stylesheets/dashkit_theme.scss */
.table-bordered {
  border: 1px solid #edf2f9;
}

/* line 1486, vendor/assets/stylesheets/dashkit_theme.scss */
.table-bordered td,
.table-bordered th {
  border: 1px solid #edf2f9;
}

/* line 1490, vendor/assets/stylesheets/dashkit_theme.scss */
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

/* line 1494, vendor/assets/stylesheets/dashkit_theme.scss */
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}

/* line 1500, vendor/assets/stylesheets/dashkit_theme.scss */
.table-striped tbody tr:nth-of-type(even) {
  background-color: #f9fbfd;
}

/* line 1503, vendor/assets/stylesheets/dashkit_theme.scss */
.table-hover tbody tr:hover {
  color: #12263f;
  background-color: #f9fbfd;
}

/* line 1507, vendor/assets/stylesheets/dashkit_theme.scss */
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #c4daf8;
}

/* line 1512, vendor/assets/stylesheets/dashkit_theme.scss */
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #91baf1;
}

/* line 1518, vendor/assets/stylesheets/dashkit_theme.scss */
.table-hover .table-primary:hover {
  background-color: #adccf5;
}

/* line 1521, vendor/assets/stylesheets/dashkit_theme.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #adccf5;
}

/* line 1525, vendor/assets/stylesheets/dashkit_theme.scss */
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6dde5;
}

/* line 1530, vendor/assets/stylesheets/dashkit_theme.scss */
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b4bfcf;
}

/* line 1536, vendor/assets/stylesheets/dashkit_theme.scss */
.table-hover .table-secondary:hover {
  background-color: #c6d0db;
}

/* line 1539, vendor/assets/stylesheets/dashkit_theme.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c6d0db;
}

/* line 1543, vendor/assets/stylesheets/dashkit_theme.scss */
.table-success,
.table-success > td,
.table-success > th {
  background-color: #b8f4db;
}

/* line 1548, vendor/assets/stylesheets/dashkit_theme.scss */
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #7aebbc;
}

/* line 1554, vendor/assets/stylesheets/dashkit_theme.scss */
.table-hover .table-success:hover {
  background-color: #a2f1d0;
}

/* line 1557, vendor/assets/stylesheets/dashkit_theme.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a2f1d0;
}

/* line 1561, vendor/assets/stylesheets/dashkit_theme.scss */
.table-info,
.table-info > td,
.table-info > th {
  background-color: #c8e9f2;
}

/* line 1566, vendor/assets/stylesheets/dashkit_theme.scss */
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #98d5e7;
}

/* line 1572, vendor/assets/stylesheets/dashkit_theme.scss */
.table-hover .table-info:hover {
  background-color: #b3e1ed;
}

/* line 1575, vendor/assets/stylesheets/dashkit_theme.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b3e1ed;
}

/* line 1579, vendor/assets/stylesheets/dashkit_theme.scss */
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #fceeca;
}

/* line 1584, vendor/assets/stylesheets/dashkit_theme.scss */
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #fae09d;
}

/* line 1590, vendor/assets/stylesheets/dashkit_theme.scss */
.table-hover .table-warning:hover {
  background-color: #fbe6b2;
}

/* line 1593, vendor/assets/stylesheets/dashkit_theme.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbe6b2;
}

/* line 1597, vendor/assets/stylesheets/dashkit_theme.scss */
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f8c7d0;
}

/* line 1602, vendor/assets/stylesheets/dashkit_theme.scss */
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #f297a8;
}

/* line 1608, vendor/assets/stylesheets/dashkit_theme.scss */
.table-hover .table-danger:hover {
  background-color: #f5b0bd;
}

/* line 1611, vendor/assets/stylesheets/dashkit_theme.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f5b0bd;
}

/* line 1615, vendor/assets/stylesheets/dashkit_theme.scss */
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fafbfd;
}

/* line 1620, vendor/assets/stylesheets/dashkit_theme.scss */
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #f6f8fc;
}

/* line 1626, vendor/assets/stylesheets/dashkit_theme.scss */
.table-hover .table-light:hover {
  background-color: #e8ecf6;
}

/* line 1629, vendor/assets/stylesheets/dashkit_theme.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e8ecf6;
}

/* line 1633, vendor/assets/stylesheets/dashkit_theme.scss */
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #bdc2c9;
}

/* line 1638, vendor/assets/stylesheets/dashkit_theme.scss */
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #848e9b;
}

/* line 1644, vendor/assets/stylesheets/dashkit_theme.scss */
.table-hover .table-dark:hover {
  background-color: #afb5be;
}

/* line 1647, vendor/assets/stylesheets/dashkit_theme.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #afb5be;
}

/* line 1651, vendor/assets/stylesheets/dashkit_theme.scss */
.table-white,
.table-white > td,
.table-white > th {
  background-color: #fff;
}

/* line 1656, vendor/assets/stylesheets/dashkit_theme.scss */
.table-white tbody + tbody,
.table-white td,
.table-white th,
.table-white thead th {
  border-color: #fff;
}

/* line 1662, vendor/assets/stylesheets/dashkit_theme.scss */
.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

/* line 1665, vendor/assets/stylesheets/dashkit_theme.scss */
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

/* line 1669, vendor/assets/stylesheets/dashkit_theme.scss */
.table-active,
.table-active > td,
.table-active > th {
  background-color: #f9fbfd;
}

/* line 1674, vendor/assets/stylesheets/dashkit_theme.scss */
.table-hover .table-active:hover {
  background-color: #e6eef7;
}

/* line 1677, vendor/assets/stylesheets/dashkit_theme.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e6eef7;
}

/* line 1681, vendor/assets/stylesheets/dashkit_theme.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #3b506c;
  border-color: #496285;
}

/* line 1686, vendor/assets/stylesheets/dashkit_theme.scss */
.table .thead-light th {
  color: #95aac9;
  background-color: #f9fbfd;
  border-color: #edf2f9;
}

/* line 1691, vendor/assets/stylesheets/dashkit_theme.scss */
.table-dark {
  color: #fff;
  background-color: #3b506c;
}

/* line 1695, vendor/assets/stylesheets/dashkit_theme.scss */
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #496285;
}

/* line 1700, vendor/assets/stylesheets/dashkit_theme.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 1703, vendor/assets/stylesheets/dashkit_theme.scss */
.table-dark.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1706, vendor/assets/stylesheets/dashkit_theme.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 1711, vendor/assets/stylesheets/dashkit_theme.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1717, vendor/assets/stylesheets/dashkit_theme.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 1722, vendor/assets/stylesheets/dashkit_theme.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1728, vendor/assets/stylesheets/dashkit_theme.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 1733, vendor/assets/stylesheets/dashkit_theme.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1739, vendor/assets/stylesheets/dashkit_theme.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 1744, vendor/assets/stylesheets/dashkit_theme.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1750, vendor/assets/stylesheets/dashkit_theme.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 1754, vendor/assets/stylesheets/dashkit_theme.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 1760, vendor/assets/stylesheets/dashkit_theme.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 1763, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #12263f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2ddec;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1779, vendor/assets/stylesheets/dashkit_theme.scss */
  .form-control {
    transition: none;
  }
}

/* line 1783, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 1787, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #12263f;
}

/* line 1791, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control:focus {
  color: #12263f;
  background-color: #fff;
  border-color: #2c7be5;
  outline: 0;
  box-shadow: transparent;
}

/* line 1798, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control::-webkit-input-placeholder {
  color: #b1c2d9;
  opacity: 1;
}

/* line 1802, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control::-moz-placeholder {
  color: #b1c2d9;
  opacity: 1;
}

/* line 1806, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control:-ms-input-placeholder {
  color: #b1c2d9;
  opacity: 1;
}

/* line 1810, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control::-ms-input-placeholder {
  color: #b1c2d9;
  opacity: 1;
}

/* line 1814, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control::-moz-placeholder {
  color: #b1c2d9;
  opacity: 1;
}
.form-control::placeholder {
  color: #b1c2d9;
  opacity: 1;
}

/* line 1818, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}

/* line 1823, vendor/assets/stylesheets/dashkit_theme.scss */
select.form-control:focus::-ms-value {
  color: #12263f;
  background-color: #fff;
}

/* line 1827, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 1832, vendor/assets/stylesheets/dashkit_theme.scss */
.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 1839, vendor/assets/stylesheets/dashkit_theme.scss */
.col-form-label-lg {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: 0.9375rem;
  line-height: 1.5;
}

/* line 1845, vendor/assets/stylesheets/dashkit_theme.scss */
.col-form-label-sm {
  padding-top: calc(0.125rem + 1px);
  padding-bottom: calc(0.125rem + 1px);
  font-size: 0.8125rem;
  line-height: 1.75;
}

/* line 1851, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #12263f;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 1863, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 1868, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control-sm {
  height: calc(1.75em + 0.25rem + 2px);
  padding: 0.125rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.75;
  border-radius: 0.25rem;
}

/* line 1875, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control-lg {
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* line 1882, vendor/assets/stylesheets/dashkit_theme.scss */
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}

/* line 1886, vendor/assets/stylesheets/dashkit_theme.scss */
textarea.form-control {
  height: auto;
}

/* line 1889, vendor/assets/stylesheets/dashkit_theme.scss */
.form-group {
  margin-bottom: 1.375rem;
}

/* line 1892, vendor/assets/stylesheets/dashkit_theme.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 1896, vendor/assets/stylesheets/dashkit_theme.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 1902, vendor/assets/stylesheets/dashkit_theme.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1907, vendor/assets/stylesheets/dashkit_theme.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 1912, vendor/assets/stylesheets/dashkit_theme.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 1917, vendor/assets/stylesheets/dashkit_theme.scss */
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #95aac9;
}

/* line 1921, vendor/assets/stylesheets/dashkit_theme.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 1924, vendor/assets/stylesheets/dashkit_theme.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 1930, vendor/assets/stylesheets/dashkit_theme.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 1936, vendor/assets/stylesheets/dashkit_theme.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: #00d97e;
}

/* line 1943, vendor/assets/stylesheets/dashkit_theme.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #fff;
  background-color: #00d97e;
  border-radius: 0.375rem;
}

/* line 1957, vendor/assets/stylesheets/dashkit_theme.scss */
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}

/* line 1963, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #00d97e;
}

/* line 1967, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #00d97e;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 1972, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #00d97e;
}

/* line 1976, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #00d97e;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 1981, vendor/assets/stylesheets/dashkit_theme.scss */
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #00d97e;
}

/* line 1985, vendor/assets/stylesheets/dashkit_theme.scss */
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

/* line 1991, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #00d97e;
}

/* line 1995, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #00d97e;
}

/* line 1999, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #0dff9a;
  background-color: #0dff9a;
}

/* line 2004, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 2008, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00d97e;
}

/* line 2012, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #00d97e;
}

/* line 2016, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #00d97e;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 2021, vendor/assets/stylesheets/dashkit_theme.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: #e63757;
}

/* line 2028, vendor/assets/stylesheets/dashkit_theme.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #fff;
  background-color: #e63757;
  border-radius: 0.375rem;
}

/* line 2042, vendor/assets/stylesheets/dashkit_theme.scss */
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2048, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #e63757;
}

/* line 2052, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #e63757;
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.25);
}

/* line 2057, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #e63757;
}

/* line 2061, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #e63757;
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.25);
}

/* line 2066, vendor/assets/stylesheets/dashkit_theme.scss */
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #e63757;
}

/* line 2070, vendor/assets/stylesheets/dashkit_theme.scss */
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2076, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #e63757;
}

/* line 2080, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #e63757;
}

/* line 2084, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #ec647d;
  background-color: #ec647d;
}

/* line 2089, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.25);
}

/* line 2093, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e63757;
}

/* line 2097, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #e63757;
}

/* line 2101, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #e63757;
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.25);
}

/* line 2106, vendor/assets/stylesheets/dashkit_theme.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 2111, vendor/assets/stylesheets/dashkit_theme.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2115, vendor/assets/stylesheets/dashkit_theme.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 2121, vendor/assets/stylesheets/dashkit_theme.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 2128, vendor/assets/stylesheets/dashkit_theme.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2133, vendor/assets/stylesheets/dashkit_theme.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2136, vendor/assets/stylesheets/dashkit_theme.scss */
  .form-inline .custom-select,
.form-inline .input-group {
    width: auto;
  }
  /* line 2140, vendor/assets/stylesheets/dashkit_theme.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 2147, vendor/assets/stylesheets/dashkit_theme.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 2154, vendor/assets/stylesheets/dashkit_theme.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 2158, vendor/assets/stylesheets/dashkit_theme.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 2162, vendor/assets/stylesheets/dashkit_theme.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #12263f;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2183, vendor/assets/stylesheets/dashkit_theme.scss */
  .btn {
    transition: none;
  }
}

/* line 2187, vendor/assets/stylesheets/dashkit_theme.scss */
.btn:hover {
  color: #12263f;
  text-decoration: none;
}

/* line 2191, vendor/assets/stylesheets/dashkit_theme.scss */
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.25);
}

/* line 2196, vendor/assets/stylesheets/dashkit_theme.scss */
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

/* line 2200, vendor/assets/stylesheets/dashkit_theme.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2204, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-primary {
  color: #fff;
  background-color: #2c7be5;
  border-color: #2c7be5;
}

/* line 2209, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #1a68d1;
  border-color: #1862c6;
}

/* line 2214, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #1a68d1;
  border-color: #1862c6;
  box-shadow: 0 0 0 0.15rem rgba(76, 143, 233, 0.5);
}

/* line 2221, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #2c7be5;
  border-color: #2c7be5;
}

/* line 2227, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1862c6;
  border-color: #175dba;
}

/* line 2234, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-primary.active:not(:disabled):not(.disabled):focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(76, 143, 233, 0.5);
}

/* line 2239, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-secondary {
  color: #fff;
  background-color: #6e84a3;
  border-color: #6e84a3;
}

/* line 2244, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5b7190;
  border-color: #566b88;
}

/* line 2249, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: #5b7190;
  border-color: #566b88;
  box-shadow: 0 0 0 0.15rem rgba(132, 150, 177, 0.5);
}

/* line 2256, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6e84a3;
  border-color: #6e84a3;
}

/* line 2262, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-secondary.active:not(:disabled):not(.disabled),
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #566b88;
  border-color: #516580;
}

/* line 2269, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-secondary.active:not(:disabled):not(.disabled):focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(132, 150, 177, 0.5);
}

/* line 2274, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-success {
  color: #fff;
  background-color: #00d97e;
  border-color: #00d97e;
}

/* line 2279, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-success:hover {
  color: #fff;
  background-color: #00b368;
  border-color: #00a660;
}

/* line 2284, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #00b368;
  border-color: #00a660;
  box-shadow: 0 0 0 0.15rem rgba(38, 223, 145, 0.5);
}

/* line 2291, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #00d97e;
  border-color: #00d97e;
}

/* line 2297, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-success.active:not(:disabled):not(.disabled),
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #00a660;
  border-color: #009959;
}

/* line 2304, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-success.active:not(:disabled):not(.disabled):focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(38, 223, 145, 0.5);
}

/* line 2309, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-info {
  color: #fff;
  background-color: #39afd1;
  border-color: #39afd1;
}

/* line 2314, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-info:hover {
  color: #fff;
  background-color: #2b99b9;
  border-color: #2991ae;
}

/* line 2319, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #2b99b9;
  border-color: #2991ae;
  box-shadow: 0 0 0 0.15rem rgba(87, 187, 216, 0.5);
}

/* line 2326, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #39afd1;
  border-color: #39afd1;
}

/* line 2332, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-info.active:not(:disabled):not(.disabled),
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2991ae;
  border-color: #2688a4;
}

/* line 2339, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-info.active:not(:disabled):not(.disabled):focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(87, 187, 216, 0.5);
}

/* line 2344, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-warning {
  color: #283e59;
  background-color: #f6c343;
  border-color: #f6c343;
}

/* line 2349, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-warning:hover {
  color: #283e59;
  background-color: #f4b71e;
  border-color: #f4b312;
}

/* line 2354, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-warning.focus,
.btn-warning:focus {
  color: #283e59;
  background-color: #f4b71e;
  border-color: #f4b312;
  box-shadow: 0 0 0 0.15rem rgba(215, 175, 70, 0.5);
}

/* line 2361, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-warning.disabled,
.btn-warning:disabled {
  color: #283e59;
  background-color: #f6c343;
  border-color: #f6c343;
}

/* line 2367, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-warning.active:not(:disabled):not(.disabled),
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #283e59;
  background-color: #f4b312;
  border-color: #eead0b;
}

/* line 2374, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-warning.active:not(:disabled):not(.disabled):focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(215, 175, 70, 0.5);
}

/* line 2379, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-danger {
  color: #fff;
  background-color: #e63757;
  border-color: #e63757;
}

/* line 2384, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #db1b3f;
  border-color: #d01a3b;
}

/* line 2389, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #db1b3f;
  border-color: #d01a3b;
  box-shadow: 0 0 0 0.15rem rgba(234, 85, 112, 0.5);
}

/* line 2396, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #e63757;
  border-color: #e63757;
}

/* line 2402, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-danger.active:not(:disabled):not(.disabled),
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d01a3b;
  border-color: #c51938;
}

/* line 2409, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-danger.active:not(:disabled):not(.disabled):focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(234, 85, 112, 0.5);
}

/* line 2414, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-light {
  color: #283e59;
  background-color: #edf2f9;
  border-color: #edf2f9;
}

/* line 2419, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-light:hover {
  color: #283e59;
  background-color: #d0ddef;
  border-color: #c7d6ec;
}

/* line 2424, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-light.focus,
.btn-light:focus {
  color: #283e59;
  background-color: #d0ddef;
  border-color: #c7d6ec;
  box-shadow: 0 0 0 0.15rem rgba(207, 215, 225, 0.5);
}

/* line 2431, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-light.disabled,
.btn-light:disabled {
  color: #283e59;
  background-color: #edf2f9;
  border-color: #edf2f9;
}

/* line 2437, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-light.active:not(:disabled):not(.disabled),
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #283e59;
  background-color: #c7d6ec;
  border-color: #bdcfe9;
}

/* line 2444, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-light.active:not(:disabled):not(.disabled):focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(207, 215, 225, 0.5);
}

/* line 2449, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-dark {
  color: #fff;
  background-color: #12263f;
  border-color: #12263f;
}

/* line 2454, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #0a1421;
  border-color: #070e17;
}

/* line 2459, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-dark.focus,
.btn-dark:focus {
  color: #fff;
  background-color: #0a1421;
  border-color: #070e17;
  box-shadow: 0 0 0 0.15rem rgba(54, 71, 92, 0.5);
}

/* line 2466, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #12263f;
  border-color: #12263f;
}

/* line 2472, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-dark.active:not(:disabled):not(.disabled),
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #070e17;
  border-color: #04080d;
}

/* line 2479, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-dark.active:not(:disabled):not(.disabled):focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(54, 71, 92, 0.5);
}

/* line 2484, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-white {
  color: #283e59;
  background-color: #fff;
  border-color: #fff;
}

/* line 2489, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-white:hover {
  color: #283e59;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 2494, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-white.focus,
.btn-white:focus {
  color: #283e59;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.15rem rgba(223, 226, 230, 0.5);
}

/* line 2501, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-white.disabled,
.btn-white:disabled {
  color: #283e59;
  background-color: #fff;
  border-color: #fff;
}

/* line 2507, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-white.active:not(:disabled):not(.disabled),
.btn-white:not(:disabled):not(.disabled):active,
.show > .btn-white.dropdown-toggle {
  color: #283e59;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 2514, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-white.active:not(:disabled):not(.disabled):focus,
.btn-white:not(:disabled):not(.disabled):active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(223, 226, 230, 0.5);
}

/* line 2519, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-primary {
  color: #2c7be5;
  border-color: #2c7be5;
}

/* line 2523, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #2c7be5;
  border-color: #2c7be5;
}

/* line 2528, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.5);
}

/* line 2532, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #2c7be5;
  background-color: transparent;
}

/* line 2537, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-primary.active:not(:disabled):not(.disabled),
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2c7be5;
  border-color: #2c7be5;
}

/* line 2544, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-primary.active:not(:disabled):not(.disabled):focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.5);
}

/* line 2549, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-secondary {
  color: #6e84a3;
  border-color: #6e84a3;
}

/* line 2553, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6e84a3;
  border-color: #6e84a3;
}

/* line 2558, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.15rem rgba(110, 132, 163, 0.5);
}

/* line 2562, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6e84a3;
  background-color: transparent;
}

/* line 2567, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-secondary.active:not(:disabled):not(.disabled),
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6e84a3;
  border-color: #6e84a3;
}

/* line 2574, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-secondary.active:not(:disabled):not(.disabled):focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(110, 132, 163, 0.5);
}

/* line 2579, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-success {
  color: #00d97e;
  border-color: #00d97e;
}

/* line 2583, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #00d97e;
  border-color: #00d97e;
}

/* line 2588, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.5);
}

/* line 2592, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #00d97e;
  background-color: transparent;
}

/* line 2597, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-success.active:not(:disabled):not(.disabled),
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00d97e;
  border-color: #00d97e;
}

/* line 2604, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-success.active:not(:disabled):not(.disabled):focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.5);
}

/* line 2609, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-info {
  color: #39afd1;
  border-color: #39afd1;
}

/* line 2613, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #39afd1;
  border-color: #39afd1;
}

/* line 2618, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.15rem rgba(57, 175, 209, 0.5);
}

/* line 2622, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #39afd1;
  background-color: transparent;
}

/* line 2627, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-info.active:not(:disabled):not(.disabled),
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #39afd1;
  border-color: #39afd1;
}

/* line 2634, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-info.active:not(:disabled):not(.disabled):focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(57, 175, 209, 0.5);
}

/* line 2639, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-warning {
  color: #f6c343;
  border-color: #f6c343;
}

/* line 2643, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-warning:hover {
  color: #283e59;
  background-color: #f6c343;
  border-color: #f6c343;
}

/* line 2648, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.15rem rgba(246, 195, 67, 0.5);
}

/* line 2652, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f6c343;
  background-color: transparent;
}

/* line 2657, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-warning.active:not(:disabled):not(.disabled),
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #283e59;
  background-color: #f6c343;
  border-color: #f6c343;
}

/* line 2664, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-warning.active:not(:disabled):not(.disabled):focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(246, 195, 67, 0.5);
}

/* line 2669, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-danger {
  color: #e63757;
  border-color: #e63757;
}

/* line 2673, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e63757;
  border-color: #e63757;
}

/* line 2678, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.5);
}

/* line 2682, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #e63757;
  background-color: transparent;
}

/* line 2687, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-danger.active:not(:disabled):not(.disabled),
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e63757;
  border-color: #e63757;
}

/* line 2694, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-danger.active:not(:disabled):not(.disabled):focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.5);
}

/* line 2699, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-light {
  color: #edf2f9;
  border-color: #edf2f9;
}

/* line 2703, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-light:hover {
  color: #283e59;
  background-color: #edf2f9;
  border-color: #edf2f9;
}

/* line 2708, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.15rem rgba(237, 242, 249, 0.5);
}

/* line 2712, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #edf2f9;
  background-color: transparent;
}

/* line 2717, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-light.active:not(:disabled):not(.disabled),
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #283e59;
  background-color: #edf2f9;
  border-color: #edf2f9;
}

/* line 2724, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-light.active:not(:disabled):not(.disabled):focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(237, 242, 249, 0.5);
}

/* line 2729, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-dark {
  color: #12263f;
  border-color: #12263f;
}

/* line 2733, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #12263f;
  border-color: #12263f;
}

/* line 2738, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.15rem rgba(18, 38, 63, 0.5);
}

/* line 2742, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #12263f;
  background-color: transparent;
}

/* line 2747, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-dark.active:not(:disabled):not(.disabled),
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #12263f;
  border-color: #12263f;
}

/* line 2754, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-dark.active:not(:disabled):not(.disabled):focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(18, 38, 63, 0.5);
}

/* line 2759, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

/* line 2763, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-white:hover {
  color: #283e59;
  background-color: #fff;
  border-color: #fff;
}

/* line 2768, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-white.focus,
.btn-outline-white:focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.5);
}

/* line 2772, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 2777, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-white.active:not(:disabled):not(.disabled),
.btn-outline-white:not(:disabled):not(.disabled):active,
.show > .btn-outline-white.dropdown-toggle {
  color: #283e59;
  background-color: #fff;
  border-color: #fff;
}

/* line 2784, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-white.active:not(:disabled):not(.disabled):focus,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.5);
}

/* line 2789, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-link {
  font-weight: 400;
  color: #2c7be5;
  text-decoration: none;
}

/* line 2794, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-link:hover {
  color: #1657af;
  text-decoration: none;
}

/* line 2798, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
  box-shadow: none;
}

/* line 2803, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-link.disabled,
.btn-link:disabled {
  color: #b1c2d9;
  pointer-events: none;
}

/* line 2808, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.75rem 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* line 2815, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.125rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.75;
  border-radius: 0.25rem;
}

/* line 2822, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 2826, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 2829, vendor/assets/stylesheets/dashkit_theme.scss */
input.btn-block[type="button"],
input.btn-block[type="reset"],
input.btn-block[type="submit"] {
  width: 100%;
}

/* line 2834, vendor/assets/stylesheets/dashkit_theme.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2838, vendor/assets/stylesheets/dashkit_theme.scss */
  .fade {
    transition: none;
  }
}

/* line 2842, vendor/assets/stylesheets/dashkit_theme.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 2845, vendor/assets/stylesheets/dashkit_theme.scss */
.collapse:not(.show) {
  display: none;
}

/* line 2848, vendor/assets/stylesheets/dashkit_theme.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2855, vendor/assets/stylesheets/dashkit_theme.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2859, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}

/* line 2865, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 2868, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-bottom: 0;
  border-left: 0.25em solid transparent;
}

/* line 2878, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2881, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0 0 0;
  font-size: 0.9375rem;
  color: #12263f;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(18, 38, 63, 0.1);
  border-radius: 0.375rem;
}

/* line 2900, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 2904, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 2909, vendor/assets/stylesheets/dashkit_theme.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 2913, vendor/assets/stylesheets/dashkit_theme.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 2919, vendor/assets/stylesheets/dashkit_theme.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 2923, vendor/assets/stylesheets/dashkit_theme.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 2929, vendor/assets/stylesheets/dashkit_theme.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 2933, vendor/assets/stylesheets/dashkit_theme.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 2939, vendor/assets/stylesheets/dashkit_theme.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 2943, vendor/assets/stylesheets/dashkit_theme.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 2948, vendor/assets/stylesheets/dashkit_theme.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 2954, vendor/assets/stylesheets/dashkit_theme.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0;
  border-right: 0.25em solid transparent;
  border-bottom: 0.25em solid;
  border-left: 0.25em solid transparent;
}

/* line 2964, vendor/assets/stylesheets/dashkit_theme.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2967, vendor/assets/stylesheets/dashkit_theme.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}

/* line 2974, vendor/assets/stylesheets/dashkit_theme.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0.25em solid transparent;
  border-right: 0;
  border-bottom: 0.25em solid transparent;
  border-left: 0.25em solid;
}

/* line 2984, vendor/assets/stylesheets/dashkit_theme.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2987, vendor/assets/stylesheets/dashkit_theme.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 2990, vendor/assets/stylesheets/dashkit_theme.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0;
}

/* line 2997, vendor/assets/stylesheets/dashkit_theme.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
}

/* line 3003, vendor/assets/stylesheets/dashkit_theme.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 3006, vendor/assets/stylesheets/dashkit_theme.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0.25em solid transparent;
  border-right: 0.25em solid;
  border-bottom: 0.25em solid transparent;
}

/* line 3015, vendor/assets/stylesheets/dashkit_theme.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3018, vendor/assets/stylesheets/dashkit_theme.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3021, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}

/* line 3028, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-divider {
  height: 0;
  margin: 0.75rem 0;
  overflow: hidden;
  border-top: 1px solid #edf2f9;
}

/* line 3034, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.375rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #6e84a3;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 3046, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-item:focus,
.dropdown-item:hover {
  color: #12263f;
  text-decoration: none;
  background-color: transparent;
}

/* line 3052, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-item.active,
.dropdown-item:active {
  color: #12263f;
  text-decoration: none;
  background-color: transparent;
}

/* line 3058, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #95aac9;
  pointer-events: none;
  background-color: transparent;
}

/* line 3064, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-menu.show {
  display: block;
}

/* line 3067, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: inherit;
  white-space: nowrap;
}

/* line 3075, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-item-text {
  display: block;
  padding: 0.375rem 1.5rem;
  color: #6e84a3;
}

/* line 3080, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3086, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 3091, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}

/* line 3095, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}

/* line 3103, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 3108, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3111, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

/* line 3115, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3120, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3125, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 3129, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3134, vendor/assets/stylesheets/dashkit_theme.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 3137, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 3142, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/* line 3147, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 3152, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 3156, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

/* line 3160, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3165, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3170, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

/* line 3182, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 3189, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 3198, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

/* line 3212, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}

/* line 3217, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 3220, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3225, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3230, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 3234, vendor/assets/stylesheets/dashkit_theme.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 3239, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3243, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-append,
.input-group-prepend {
  display: flex;
}

/* line 3247, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

/* line 3252, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}

/* line 3256, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

/* line 3266, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 3269, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 3272, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #95aac9;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d2ddec;
  border-radius: 0.375rem;
}

/* line 3287, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}

/* line 3291, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1.5rem + 2px);
}

/* line 3295, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.75rem 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* line 3306, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.75em + 0.25rem + 2px);
}

/* line 3310, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.125rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.75;
  border-radius: 0.25rem;
}

/* line 3321, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem;
}

/* line 3325, vendor/assets/stylesheets/dashkit_theme.scss */
.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),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3334, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .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),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3343, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.40625rem;
  padding-left: 1.5rem;
}

/* line 3349, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 3353, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.20312rem;
  opacity: 0;
}

/* line 3361, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2c7be5;
  background-color: #2c7be5;
}

/* line 3366, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: transparent;
}

/* line 3369, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #2c7be5;
}

/* line 3372, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #cbdef9;
  border-color: #cbdef9;
}

/* line 3377, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #95aac9;
}

/* line 3381, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #fff;
}

/* line 3385, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  cursor: pointer;
}

/* line 3391, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.20312rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #e3ebf6;
  border: #b1c2d9 solid 0;
}

/* line 3403, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.20312rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

/* line 3413, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.375rem;
}

/* line 3416, vendor/assets/stylesheets/dashkit_theme.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 3419, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #2c7be5;
  background-color: #2c7be5;
}

/* line 3423, vendor/assets/stylesheets/dashkit_theme.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' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 3426, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(44, 123, 229, 0.5);
}

/* line 3429, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(44, 123, 229, 0.5);
}

/* line 3432, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 3435, vendor/assets/stylesheets/dashkit_theme.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' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}

/* line 3438, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(44, 123, 229, 0.5);
}

/* line 3441, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-switch {
  padding-left: 3.5rem;
}

/* line 3444, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-switch .custom-control-label::before {
  left: -3.5rem;
  width: 3rem;
  pointer-events: all;
  border-radius: 0.5625rem;
}

/* line 3450, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-switch .custom-control-label::after {
  top: 0.20312rem;
  left: -3.5rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #b1c2d9;
  border-radius: 0.5625rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3461, vendor/assets/stylesheets/dashkit_theme.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 3465, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #e3ebf6;
  transform: translateX(2rem);
}

/* line 3469, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(44, 123, 229, 0.5);
}

/* line 3472, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #12263f;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L4.25 4.25L7.5 1' stroke='%2395AAC9' stroke-width='1.08333' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat right 0.75rem center/0.75em 0.75em;
  border: 1px solid #d2ddec;
  border-radius: 0.375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3491, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-select:focus {
  border-color: #2c7be5;
  outline: 0;
  box-shadow: transparent;
}

/* line 3496, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-select:focus::-ms-value {
  color: #12263f;
  background-color: #fff;
}

/* line 3500, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 3506, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-select:disabled {
  color: #95aac9;
  background-color: #edf2f9;
}

/* line 3510, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 3513, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #12263f;
}

/* line 3517, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-select-sm {
  height: calc(1.75em + 0.25rem + 2px);
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.5rem;
  font-size: 0.8125rem;
}

/* line 3524, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-select-lg {
  height: calc(1.5em + 1.5rem + 2px);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  font-size: 0.9375rem;
}

/* line 3531, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin-bottom: 0;
}

/* line 3538, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 3546, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #2c7be5;
  box-shadow: transparent;
}

/* line 3550, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #fff;
}

/* line 3554, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 3557, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 3560, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #12263f;
  background-color: #fff;
  border: 1px solid #d2ddec;
  border-radius: 0.375rem;
}

/* line 3575, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1rem);
  padding: 0.5rem 0.75rem;
  line-height: 1.5;
  color: #12263f;
  content: "Browse";
  background-color: #fff;
  border-left: inherit;
  border-radius: 0 0.375rem 0.375rem 0;
}

/* line 3591, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-range {
  width: 100%;
  height: 1.3rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3600, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-range:focus {
  outline: 0;
}

/* line 3603, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f9fbfd, transparent;
}

/* line 3606, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f9fbfd, transparent;
}

/* line 3609, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f9fbfd, transparent;
}

/* line 3612, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 3615, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2c7be5;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3628, vendor/assets/stylesheets/dashkit_theme.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 3633, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #cbdef9;
}

/* line 3636, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e3ebf6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3645, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2c7be5;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3657, vendor/assets/stylesheets/dashkit_theme.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 3662, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #cbdef9;
}

/* line 3665, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e3ebf6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3674, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.15rem;
  margin-left: 0.15rem;
  background-color: #2c7be5;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3688, vendor/assets/stylesheets/dashkit_theme.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 3693, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-range::-ms-thumb:active {
  background-color: #cbdef9;
}

/* line 3696, vendor/assets/stylesheets/dashkit_theme.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 3705, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-range::-ms-fill-lower {
  background-color: #e3ebf6;
  border-radius: 1rem;
}

/* line 3709, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e3ebf6;
  border-radius: 1rem;
}

/* line 3714, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #b1c2d9;
}

/* line 3717, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 3720, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #b1c2d9;
}

/* line 3723, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 3726, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #b1c2d9;
}

/* line 3729, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3735, vendor/assets/stylesheets/dashkit_theme.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 3741, vendor/assets/stylesheets/dashkit_theme.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3748, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 3752, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

/* line 3756, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-link.disabled {
  color: #95aac9;
  pointer-events: none;
  cursor: default;
}

/* line 3761, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-tabs {
  border-bottom: 1px solid #e3ebf6;
}

/* line 3764, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 3767, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3772, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent transparent transparent;
}

/* line 3776, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-tabs .nav-link.disabled {
  color: #95aac9;
  background-color: transparent;
  border-color: transparent;
}

/* line 3781, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #12263f;
  background-color: transparent;
  border-color: transparent transparent #2c7be5;
}

/* line 3787, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3792, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-pills .nav-link {
  border-radius: 0.375rem;
}

/* line 3795, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2c7be5;
}

/* line 3800, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 3804, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 3809, vendor/assets/stylesheets/dashkit_theme.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 3812, vendor/assets/stylesheets/dashkit_theme.scss */
.tab-content > .active {
  display: block;
}

/* line 3815, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
}

/* line 3823, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 3834, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
  font-size: 1.0625rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 3843, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

/* line 3847, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3854, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 3858, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 3862, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 3867, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 3872, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-toggler {
  padding: 0.25rem 0;
  font-size: 1.0625rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

/* line 3880, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 3884, vendor/assets/stylesheets/dashkit_theme.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 3894, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 3905, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 3909, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 3912, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3915, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 3919, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 3927, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3931, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 3936, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 3947, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 3951, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 3954, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3957, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 3961, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 3969, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3973, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 3978, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 3989, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 3993, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 3996, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3999, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4003, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4011, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4015, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 4020, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 4031, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4035, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 4038, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4041, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4045, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4053, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4057, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 4061, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 4065, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 4074, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 4077, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 4080, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 4084, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 4092, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 4096, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 4099, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-light .navbar-brand {
  color: #12263f;
}

/* line 4102, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: #12263f;
}

/* line 4106, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-light .navbar-nav .nav-link {
  color: #6e84a3;
}

/* line 4109, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #12263f;
}

/* line 4113, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(18, 38, 63, 0.3);
}

/* line 4116, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #12263f;
}

/* line 4122, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-light .navbar-toggler {
  color: #6e84a3;
  border-color: transparent;
}

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

/* line 4129, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-light .navbar-text {
  color: #6e84a3;
}

/* line 4132, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-light .navbar-text a {
  color: #12263f;
}

/* line 4135, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: #12263f;
}

/* line 4139, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 4142, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

/* line 4146, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark .navbar-nav .nav-link {
  color: #6e84a3;
}

/* line 4149, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

/* line 4153, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 4156, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

/* line 4162, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark .navbar-toggler {
  color: #6e84a3;
  border-color: transparent;
}

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

/* line 4169, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark .navbar-text {
  color: #6e84a3;
}

/* line 4172, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 4175, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

/* line 4179, vendor/assets/stylesheets/dashkit_theme.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #edf2f9;
  border-radius: 0.5rem;
}

/* line 4190, vendor/assets/stylesheets/dashkit_theme.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 4194, vendor/assets/stylesheets/dashkit_theme.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/* line 4198, vendor/assets/stylesheets/dashkit_theme.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 4202, vendor/assets/stylesheets/dashkit_theme.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem;
}

/* line 4207, vendor/assets/stylesheets/dashkit_theme.scss */
.card-title {
  margin-bottom: 1rem;
}

/* line 4210, vendor/assets/stylesheets/dashkit_theme.scss */
.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

/* line 4214, vendor/assets/stylesheets/dashkit_theme.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 4217, vendor/assets/stylesheets/dashkit_theme.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 4220, vendor/assets/stylesheets/dashkit_theme.scss */
.card-link + .card-link {
  margin-left: 1.5rem;
}

/* line 4223, vendor/assets/stylesheets/dashkit_theme.scss */
.card-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #edf2f9;
}

/* line 4229, vendor/assets/stylesheets/dashkit_theme.scss */
.card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

/* line 4232, vendor/assets/stylesheets/dashkit_theme.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 4235, vendor/assets/stylesheets/dashkit_theme.scss */
.card-footer {
  padding: 1rem 1.5rem;
  background-color: transparent;
  border-top: 1px solid #edf2f9;
}

/* line 4240, vendor/assets/stylesheets/dashkit_theme.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}

/* line 4243, vendor/assets/stylesheets/dashkit_theme.scss */
.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}

/* line 4249, vendor/assets/stylesheets/dashkit_theme.scss */
.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

/* line 4253, vendor/assets/stylesheets/dashkit_theme.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 4261, vendor/assets/stylesheets/dashkit_theme.scss */
.card-img,
.card-img-bottom,
.card-img-top {
  flex-shrink: 0;
  width: 100%;
}

/* line 4267, vendor/assets/stylesheets/dashkit_theme.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

/* line 4272, vendor/assets/stylesheets/dashkit_theme.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

/* line 4277, vendor/assets/stylesheets/dashkit_theme.scss */
.card-deck .card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  /* line 4281, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  /* line 4287, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
  }
}

/* line 4294, vendor/assets/stylesheets/dashkit_theme.scss */
.card-group > .card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  /* line 4298, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 4302, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 4306, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 4310, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 4314, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-group > .card:not(:last-child) .card-header,
.card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  /* line 4318, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-group > .card:not(:last-child) .card-footer,
.card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  /* line 4322, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 4326, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-group > .card:not(:first-child) .card-header,
.card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  /* line 4330, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-group > .card:not(:first-child) .card-footer,
.card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

/* line 4335, vendor/assets/stylesheets/dashkit_theme.scss */
.card-columns .card {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  /* line 4339, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 4347, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 4352, vendor/assets/stylesheets/dashkit_theme.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 4355, vendor/assets/stylesheets/dashkit_theme.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4360, vendor/assets/stylesheets/dashkit_theme.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4364, vendor/assets/stylesheets/dashkit_theme.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 4368, vendor/assets/stylesheets/dashkit_theme.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.375rem;
}

/* line 4377, vendor/assets/stylesheets/dashkit_theme.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 4380, vendor/assets/stylesheets/dashkit_theme.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #d2ddec;
  content: "";
}

/* line 4386, vendor/assets/stylesheets/dashkit_theme.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 4389, vendor/assets/stylesheets/dashkit_theme.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 4392, vendor/assets/stylesheets/dashkit_theme.scss */
.breadcrumb-item.active {
  color: #95aac9;
}

/* line 4395, vendor/assets/stylesheets/dashkit_theme.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem;
}

/* line 4401, vendor/assets/stylesheets/dashkit_theme.scss */
.page,
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #12263f;
  background-color: #fff;
  border: 1px solid #e3ebf6;
}

/* line 4412, vendor/assets/stylesheets/dashkit_theme.scss */
.page-link:hover,
.page:hover {
  z-index: 2;
  color: #12263f;
  text-decoration: none;
  background-color: #f9fbfd;
  border-color: #e3ebf6;
}

/* line 4420, vendor/assets/stylesheets/dashkit_theme.scss */
.page-link:focus,
.page:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

/* line 4426, vendor/assets/stylesheets/dashkit_theme.scss */
.page-item:first-child .page,
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 4432, vendor/assets/stylesheets/dashkit_theme.scss */
.page-item:last-child .page,
.page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/* line 4437, vendor/assets/stylesheets/dashkit_theme.scss */
.page-item.active .page,
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2c7be5;
  border-color: #2c7be5;
}

/* line 4444, vendor/assets/stylesheets/dashkit_theme.scss */
.page-item.disabled .page,
.page-item.disabled .page-link {
  color: #95aac9;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e3ebf6;
}

/* line 4452, vendor/assets/stylesheets/dashkit_theme.scss */
.pagination-lg .page,
.pagination-lg .page-link {
  padding: 0.75rem 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.5;
}

/* line 4458, vendor/assets/stylesheets/dashkit_theme.scss */
.pagination-lg .page-item:first-child .page,
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 4463, vendor/assets/stylesheets/dashkit_theme.scss */
.pagination-lg .page-item:last-child .page,
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* line 4468, vendor/assets/stylesheets/dashkit_theme.scss */
.pagination-sm .page,
.pagination-sm .page-link {
  padding: 0.125rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.75;
}

/* line 4474, vendor/assets/stylesheets/dashkit_theme.scss */
.pagination-sm .page-item:first-child .page,
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4479, vendor/assets/stylesheets/dashkit_theme.scss */
.pagination-sm .page-item:last-child .page,
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 4484, vendor/assets/stylesheets/dashkit_theme.scss */
.badge, .placeholder {
  display: inline-block;
  padding: 0.33em 0.5em;
  font-size: 76%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4498, vendor/assets/stylesheets/dashkit_theme.scss */
  .badge, .placeholder {
    transition: none;
  }
}

/* line 4502, vendor/assets/stylesheets/dashkit_theme.scss */
a.badge:focus, a.placeholder:focus,
a.badge:hover,
a.placeholder:hover {
  text-decoration: none;
}

/* line 4506, vendor/assets/stylesheets/dashkit_theme.scss */
.badge:empty, .placeholder:empty {
  display: none;
}

/* line 4509, vendor/assets/stylesheets/dashkit_theme.scss */
.btn .badge, .btn .placeholder {
  position: relative;
  top: -1px;
}

/* line 4513, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 4518, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-primary {
  color: #fff;
  background-color: #2c7be5;
}

/* line 4522, vendor/assets/stylesheets/dashkit_theme.scss */
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #1862c6;
}

/* line 4527, vendor/assets/stylesheets/dashkit_theme.scss */
a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.5);
}

/* line 4532, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-secondary {
  color: #fff;
  background-color: #6e84a3;
}

/* line 4536, vendor/assets/stylesheets/dashkit_theme.scss */
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #566b88;
}

/* line 4541, vendor/assets/stylesheets/dashkit_theme.scss */
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(110, 132, 163, 0.5);
}

/* line 4546, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-success {
  color: #fff;
  background-color: #00d97e;
}

/* line 4550, vendor/assets/stylesheets/dashkit_theme.scss */
a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #00a660;
}

/* line 4555, vendor/assets/stylesheets/dashkit_theme.scss */
a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.5);
}

/* line 4560, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-info {
  color: #fff;
  background-color: #39afd1;
}

/* line 4564, vendor/assets/stylesheets/dashkit_theme.scss */
a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #2991ae;
}

/* line 4569, vendor/assets/stylesheets/dashkit_theme.scss */
a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(57, 175, 209, 0.5);
}

/* line 4574, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-warning {
  color: #283e59;
  background-color: #f6c343;
}

/* line 4578, vendor/assets/stylesheets/dashkit_theme.scss */
a.badge-warning:focus,
a.badge-warning:hover {
  color: #283e59;
  background-color: #f4b312;
}

/* line 4583, vendor/assets/stylesheets/dashkit_theme.scss */
a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(246, 195, 67, 0.5);
}

/* line 4588, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-danger {
  color: #fff;
  background-color: #e63757;
}

/* line 4592, vendor/assets/stylesheets/dashkit_theme.scss */
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #d01a3b;
}

/* line 4597, vendor/assets/stylesheets/dashkit_theme.scss */
a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.5);
}

/* line 4602, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-light {
  color: #283e59;
  background-color: #edf2f9;
}

/* line 4606, vendor/assets/stylesheets/dashkit_theme.scss */
a.badge-light:focus,
a.badge-light:hover {
  color: #283e59;
  background-color: #c7d6ec;
}

/* line 4611, vendor/assets/stylesheets/dashkit_theme.scss */
a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(237, 242, 249, 0.5);
}

/* line 4616, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-dark {
  color: #fff;
  background-color: #12263f;
}

/* line 4620, vendor/assets/stylesheets/dashkit_theme.scss */
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #070e17;
}

/* line 4625, vendor/assets/stylesheets/dashkit_theme.scss */
a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(18, 38, 63, 0.5);
}

/* line 4630, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-white {
  color: #283e59;
  background-color: #fff;
}

/* line 4634, vendor/assets/stylesheets/dashkit_theme.scss */
a.badge-white:focus,
a.badge-white:hover {
  color: #283e59;
  background-color: #e6e6e6;
}

/* line 4639, vendor/assets/stylesheets/dashkit_theme.scss */
a.badge-white.focus,
a.badge-white:focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.5);
}

/* line 4644, vendor/assets/stylesheets/dashkit_theme.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #edf2f9;
  border-radius: 0.5rem;
}

@media (min-width: 576px) {
  /* line 4651, vendor/assets/stylesheets/dashkit_theme.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 4655, vendor/assets/stylesheets/dashkit_theme.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 4660, vendor/assets/stylesheets/dashkit_theme.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1.5rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

/* line 4667, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-heading {
  color: inherit;
}

/* line 4670, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-link {
  font-weight: 400;
}

/* line 4673, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-dismissible {
  padding-right: 3.90625rem;
}

/* line 4676, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 4683, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-primary {
  color: #205295;
  background-color: #2c7be5;
  border-color: #2c7be5;
}

/* line 4688, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-primary hr {
  border-top-color: #1b6edc;
}

/* line 4691, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-primary .alert-link {
  color: #173b6b;
}

/* line 4694, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-secondary {
  color: #425773;
  background-color: #6e84a3;
  border-color: #6e84a3;
}

/* line 4699, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-secondary hr {
  border-top-color: #607797;
}

/* line 4702, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-secondary .alert-link {
  color: #2f3e53;
}

/* line 4705, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-success {
  color: #098360;
  background-color: #00d97e;
  border-color: #00d97e;
}

/* line 4710, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-success hr {
  border-top-color: #00c06f;
}

/* line 4713, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-success .alert-link {
  color: #06533d;
}

/* line 4716, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-info {
  color: #266d8b;
  background-color: #39afd1;
  border-color: #39afd1;
}

/* line 4721, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-info hr {
  border-top-color: #2da2c3;
}

/* line 4724, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-info .alert-link {
  color: #1b4e63;
}

/* line 4727, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-warning {
  color: #897841;
  background-color: #f6c343;
  border-color: #f6c343;
}

/* line 4732, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-warning hr {
  border-top-color: #f5bb2b;
}

/* line 4735, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-warning .alert-link {
  color: #665a31;
}

/* line 4738, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-danger {
  color: #802f4b;
  background-color: #e63757;
  border-color: #e63757;
}

/* line 4743, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-danger hr {
  border-top-color: #e32044;
}

/* line 4746, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-danger .alert-link {
  color: #5b2135;
}

/* line 4749, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-light {
  color: #8490a0;
  background-color: #edf2f9;
  border-color: #edf2f9;
}

/* line 4754, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-light hr {
  border-top-color: #dae4f3;
}

/* line 4757, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-light .alert-link {
  color: #697688;
}

/* line 4760, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-dark {
  color: #12263f;
  background-color: #12263f;
  border-color: #12263f;
}

/* line 4765, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-dark hr {
  border-top-color: #0c1a2b;
}

/* line 4768, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-dark .alert-link {
  color: #070e17;
}

/* line 4771, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-white {
  color: #8d97a3;
  background-color: #fff;
  border-color: #fff;
}

/* line 4776, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-white hr {
  border-top-color: #f2f2f2;
}

/* line 4779, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-white .alert-link {
  color: #717d8c;
}

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

/* line 4798, vendor/assets/stylesheets/dashkit_theme.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.70312rem;
  background-color: #edf2f9;
  border-radius: 200px;
}

/* line 4806, vendor/assets/stylesheets/dashkit_theme.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2c7be5;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4818, vendor/assets/stylesheets/dashkit_theme.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 4822, vendor/assets/stylesheets/dashkit_theme.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 4835, vendor/assets/stylesheets/dashkit_theme.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4840, vendor/assets/stylesheets/dashkit_theme.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 4845, vendor/assets/stylesheets/dashkit_theme.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 4849, vendor/assets/stylesheets/dashkit_theme.scss */
.media-body {
  flex: 1;
}

/* line 4852, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 4858, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-action {
  width: 100%;
  color: #12263f;
  text-align: inherit;
}

/* line 4863, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #12263f;
  text-decoration: none;
  background-color: #f9fbfd;
}

/* line 4870, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-action:active {
  color: #12263f;
  background-color: #edf2f9;
}

/* line 4874, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 1rem 1.25rem;
  background-color: transparent;
  border: 1px solid #edf2f9;
}

/* line 4881, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

/* line 4885, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 4889, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item.disabled,
.list-group-item:disabled {
  color: #95aac9;
  pointer-events: none;
  background-color: transparent;
}

/* line 4895, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2c7be5;
  border-color: #2c7be5;
}

/* line 4901, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 4904, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 4908, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 4911, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.375rem;
  border-top-right-radius: 0;
}

/* line 4915, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-left-radius: 0;
}

/* line 4919, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

/* line 4922, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 4926, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 4931, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 4934, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 4938, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 4942, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  /* line 4945, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4949, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 4955, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 4958, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 4962, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 4966, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  /* line 4969, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4973, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 4979, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 4982, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 4986, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 4990, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  /* line 4993, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4997, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 5003, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 5006, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 5010, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 5014, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  /* line 5017, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5021, vendor/assets/stylesheets/dashkit_theme.scss */
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 5026, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

/* line 5031, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5034, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 5037, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-primary {
  color: #205295;
  background-color: #c4daf8;
}

/* line 5041, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #205295;
  background-color: #adccf5;
}

/* line 5046, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #205295;
  border-color: #205295;
}

/* line 5051, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-secondary {
  color: #425773;
  background-color: #d6dde5;
}

/* line 5055, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #425773;
  background-color: #c6d0db;
}

/* line 5060, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #425773;
  border-color: #425773;
}

/* line 5065, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-success {
  color: #098360;
  background-color: #b8f4db;
}

/* line 5069, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #098360;
  background-color: #a2f1d0;
}

/* line 5074, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #098360;
  border-color: #098360;
}

/* line 5079, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-info {
  color: #266d8b;
  background-color: #c8e9f2;
}

/* line 5083, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #266d8b;
  background-color: #b3e1ed;
}

/* line 5088, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #266d8b;
  border-color: #266d8b;
}

/* line 5093, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-warning {
  color: #897841;
  background-color: #fceeca;
}

/* line 5097, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #897841;
  background-color: #fbe6b2;
}

/* line 5102, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #897841;
  border-color: #897841;
}

/* line 5107, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-danger {
  color: #802f4b;
  background-color: #f8c7d0;
}

/* line 5111, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #802f4b;
  background-color: #f5b0bd;
}

/* line 5116, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #802f4b;
  border-color: #802f4b;
}

/* line 5121, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-light {
  color: #8490a0;
  background-color: #fafbfd;
}

/* line 5125, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #8490a0;
  background-color: #e8ecf6;
}

/* line 5130, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #8490a0;
  border-color: #8490a0;
}

/* line 5135, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-dark {
  color: #12263f;
  background-color: #bdc2c9;
}

/* line 5139, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #12263f;
  background-color: #afb5be;
}

/* line 5144, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #12263f;
  border-color: #12263f;
}

/* line 5149, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-white {
  color: #8d97a3;
  background-color: #fff;
}

/* line 5153, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-white.list-group-item-action:focus,
.list-group-item-white.list-group-item-action:hover {
  color: #8d97a3;
  background-color: #f2f2f2;
}

/* line 5158, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #8d97a3;
  border-color: #8d97a3;
}

/* line 5163, vendor/assets/stylesheets/dashkit_theme.scss */
.close {
  float: right;
  font-size: 1.40625rem;
  font-weight: 600;
  line-height: 1;
  color: #95aac9;
  text-shadow: none;
  opacity: 0.5;
}

/* line 5172, vendor/assets/stylesheets/dashkit_theme.scss */
.close:hover {
  color: #95aac9;
  text-decoration: none;
}

/* line 5176, vendor/assets/stylesheets/dashkit_theme.scss */
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

/* line 5180, vendor/assets/stylesheets/dashkit_theme.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 5188, vendor/assets/stylesheets/dashkit_theme.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 5191, vendor/assets/stylesheets/dashkit_theme.scss */
.toast {
  max-width: 300px;
  overflow: hidden;
  font-size: 0.9375rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e3ebf6;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.375rem;
}

/* line 5204, vendor/assets/stylesheets/dashkit_theme.scss */
.toast:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 5207, vendor/assets/stylesheets/dashkit_theme.scss */
.toast.showing {
  opacity: 1;
}

/* line 5210, vendor/assets/stylesheets/dashkit_theme.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 5214, vendor/assets/stylesheets/dashkit_theme.scss */
.toast.hide {
  display: none;
}

/* line 5217, vendor/assets/stylesheets/dashkit_theme.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  color: #12263f;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom: 1px solid #e3ebf6;
}

/* line 5226, vendor/assets/stylesheets/dashkit_theme.scss */
.toast-body {
  padding: 1rem;
}

/* line 5229, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-open {
  overflow: hidden;
}

/* line 5232, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5236, vendor/assets/stylesheets/dashkit_theme.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 5247, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 5253, vendor/assets/stylesheets/dashkit_theme.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 5258, vendor/assets/stylesheets/dashkit_theme.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 5262, vendor/assets/stylesheets/dashkit_theme.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 5265, vendor/assets/stylesheets/dashkit_theme.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 5268, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 5272, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 5276, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}

/* line 5280, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 5283, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 5288, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 5293, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 5298, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 5301, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 5304, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  outline: 0;
}

/* line 5316, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #12263f;
}

/* line 5325, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5328, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 5331, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e3ebf6;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

/* line 5340, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-header .close {
  padding: 1rem 1.5rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 5344, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 5348, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
}

/* line 5353, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1.25rem;
  border-top: 1px solid #e3ebf6;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

/* line 5363, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 5366, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 5374, vendor/assets/stylesheets/dashkit_theme.scss */
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  /* line 5378, vendor/assets/stylesheets/dashkit_theme.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 5381, vendor/assets/stylesheets/dashkit_theme.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 5384, vendor/assets/stylesheets/dashkit_theme.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 5387, vendor/assets/stylesheets/dashkit_theme.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 5390, vendor/assets/stylesheets/dashkit_theme.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 5395, vendor/assets/stylesheets/dashkit_theme.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 5401, vendor/assets/stylesheets/dashkit_theme.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 5405, vendor/assets/stylesheets/dashkit_theme.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Cerebri Sans", 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.8125rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 5428, vendor/assets/stylesheets/dashkit_theme.scss */
.tooltip.show {
  opacity: 1;
}

/* line 5431, vendor/assets/stylesheets/dashkit_theme.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 5437, vendor/assets/stylesheets/dashkit_theme.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 5443, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}

/* line 5447, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}

/* line 5451, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #e3ebf6;
}

/* line 5457, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}

/* line 5461, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 5467, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #e3ebf6;
}

/* line 5473, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}

/* line 5477, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}

/* line 5481, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #e3ebf6;
}

/* line 5487, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}

/* line 5491, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 5497, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #e3ebf6;
}

/* line 5503, vendor/assets/stylesheets/dashkit_theme.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #12263f;
  text-align: center;
  background-color: #e3ebf6;
  border-radius: 0.375rem;
}

/* line 5511, vendor/assets/stylesheets/dashkit_theme.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 10rem;
  font-family: "Cerebri Sans", 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.8125rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(18, 38, 63, 0.2);
  border-radius: 0.5rem;
}

/* line 5539, vendor/assets/stylesheets/dashkit_theme.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.5rem;
}

/* line 5546, vendor/assets/stylesheets/dashkit_theme.scss */
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 5554, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}

/* line 5558, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 5562, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(18, 38, 63, 0.25);
}

/* line 5568, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 5574, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}

/* line 5578, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}

/* line 5585, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-right > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(18, 38, 63, 0.25);
}

/* line 5591, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-popover-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 5597, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}

/* line 5601, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 5605, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(18, 38, 63, 0.25);
}

/* line 5611, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 5617, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #fff;
}

/* line 5628, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}

/* line 5632, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}

/* line 5639, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-left > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(18, 38, 63, 0.25);
}

/* line 5645, vendor/assets/stylesheets/dashkit_theme.scss */
.bs-popover-auto[x-placement^="left"] > .arrow::after,
.bs-popover-left > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 5651, vendor/assets/stylesheets/dashkit_theme.scss */
.popover-header {
  padding: 0 0;
  margin-bottom: 0;
  font-size: 0.9375rem;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

/* line 5660, vendor/assets/stylesheets/dashkit_theme.scss */
.popover-header:empty {
  display: none;
}

/* line 5663, vendor/assets/stylesheets/dashkit_theme.scss */
.popover-body {
  padding: 0 0;
  color: #95aac9;
}

/* line 5667, vendor/assets/stylesheets/dashkit_theme.scss */
.carousel {
  position: relative;
}

/* line 5670, vendor/assets/stylesheets/dashkit_theme.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 5673, vendor/assets/stylesheets/dashkit_theme.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5678, vendor/assets/stylesheets/dashkit_theme.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 5683, vendor/assets/stylesheets/dashkit_theme.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5694, vendor/assets/stylesheets/dashkit_theme.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 5698, vendor/assets/stylesheets/dashkit_theme.scss */
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

/* line 5703, vendor/assets/stylesheets/dashkit_theme.scss */
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%);
}

/* line 5707, vendor/assets/stylesheets/dashkit_theme.scss */
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%);
}

/* line 5711, vendor/assets/stylesheets/dashkit_theme.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 5716, vendor/assets/stylesheets/dashkit_theme.scss */
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

/* line 5722, vendor/assets/stylesheets/dashkit_theme.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5729, vendor/assets/stylesheets/dashkit_theme.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 5734, vendor/assets/stylesheets/dashkit_theme.scss */
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5750, vendor/assets/stylesheets/dashkit_theme.scss */
  .carousel-control-next,
.carousel-control-prev {
    transition: none;
  }
}

/* line 5755, vendor/assets/stylesheets/dashkit_theme.scss */
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 5764, vendor/assets/stylesheets/dashkit_theme.scss */
.carousel-control-prev {
  left: 0;
}

/* line 5767, vendor/assets/stylesheets/dashkit_theme.scss */
.carousel-control-next {
  right: 0;
}

/* line 5770, vendor/assets/stylesheets/dashkit_theme.scss */
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

/* line 5777, vendor/assets/stylesheets/dashkit_theme.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 5780, vendor/assets/stylesheets/dashkit_theme.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 5783, vendor/assets/stylesheets/dashkit_theme.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 5796, vendor/assets/stylesheets/dashkit_theme.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5813, vendor/assets/stylesheets/dashkit_theme.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 5817, vendor/assets/stylesheets/dashkit_theme.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 5820, vendor/assets/stylesheets/dashkit_theme.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;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 5841, vendor/assets/stylesheets/dashkit_theme.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%;
  animation: spinner-border 0.75s linear infinite;
}

/* line 5852, vendor/assets/stylesheets/dashkit_theme.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

/* line 5873, vendor/assets/stylesheets/dashkit_theme.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

/* line 5884, vendor/assets/stylesheets/dashkit_theme.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 5888, vendor/assets/stylesheets/dashkit_theme.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 5891, vendor/assets/stylesheets/dashkit_theme.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5894, vendor/assets/stylesheets/dashkit_theme.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 5897, vendor/assets/stylesheets/dashkit_theme.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 5900, vendor/assets/stylesheets/dashkit_theme.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 5903, vendor/assets/stylesheets/dashkit_theme.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 5906, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-primary {
  background-color: #2c7be5 !important;
}

/* line 5909, vendor/assets/stylesheets/dashkit_theme.scss */
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #1862c6 !important;
}

/* line 5915, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-secondary {
  background-color: #6e84a3 !important;
}

/* line 5918, vendor/assets/stylesheets/dashkit_theme.scss */
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #566b88 !important;
}

/* line 5924, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-success {
  background-color: #00d97e !important;
}

/* line 5927, vendor/assets/stylesheets/dashkit_theme.scss */
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #00a660 !important;
}

/* line 5933, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-info {
  background-color: #39afd1 !important;
}

/* line 5936, vendor/assets/stylesheets/dashkit_theme.scss */
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #2991ae !important;
}

/* line 5942, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-warning {
  background-color: #f6c343 !important;
}

/* line 5945, vendor/assets/stylesheets/dashkit_theme.scss */
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #f4b312 !important;
}

/* line 5951, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-danger {
  background-color: #e63757 !important;
}

/* line 5954, vendor/assets/stylesheets/dashkit_theme.scss */
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #d01a3b !important;
}

/* line 5960, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-light {
  background-color: #edf2f9 !important;
}

/* line 5963, vendor/assets/stylesheets/dashkit_theme.scss */
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #c7d6ec !important;
}

/* line 5969, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-dark {
  background-color: #12263f !important;
}

/* line 5972, vendor/assets/stylesheets/dashkit_theme.scss */
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #070e17 !important;
}

/* line 5978, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 5981, vendor/assets/stylesheets/dashkit_theme.scss */
a.bg-white:focus,
a.bg-white:hover,
button.bg-white:focus,
button.bg-white:hover {
  background-color: #e6e6e6 !important;
}

/* line 5987, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 5990, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 5993, vendor/assets/stylesheets/dashkit_theme.scss */
.border {
  border: 1px solid #e3ebf6 !important;
}

/* line 5996, vendor/assets/stylesheets/dashkit_theme.scss */
.border-top {
  border-top: 1px solid #e3ebf6 !important;
}

/* line 5999, vendor/assets/stylesheets/dashkit_theme.scss */
.border-right {
  border-right: 1px solid #e3ebf6 !important;
}

/* line 6002, vendor/assets/stylesheets/dashkit_theme.scss */
.border-bottom {
  border-bottom: 1px solid #e3ebf6 !important;
}

/* line 6005, vendor/assets/stylesheets/dashkit_theme.scss */
.border-left {
  border-left: 1px solid #e3ebf6 !important;
}

/* line 6008, vendor/assets/stylesheets/dashkit_theme.scss */
.border-0 {
  border: 0 !important;
}

/* line 6011, vendor/assets/stylesheets/dashkit_theme.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6014, vendor/assets/stylesheets/dashkit_theme.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6017, vendor/assets/stylesheets/dashkit_theme.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6020, vendor/assets/stylesheets/dashkit_theme.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6023, vendor/assets/stylesheets/dashkit_theme.scss */
.border-primary {
  border-color: #2c7be5 !important;
}

/* line 6026, vendor/assets/stylesheets/dashkit_theme.scss */
.border-secondary {
  border-color: #6e84a3 !important;
}

/* line 6029, vendor/assets/stylesheets/dashkit_theme.scss */
.border-success {
  border-color: #00d97e !important;
}

/* line 6032, vendor/assets/stylesheets/dashkit_theme.scss */
.border-info {
  border-color: #39afd1 !important;
}

/* line 6035, vendor/assets/stylesheets/dashkit_theme.scss */
.border-warning {
  border-color: #f6c343 !important;
}

/* line 6038, vendor/assets/stylesheets/dashkit_theme.scss */
.border-danger {
  border-color: #e63757 !important;
}

/* line 6041, vendor/assets/stylesheets/dashkit_theme.scss */
.border-light {
  border-color: #edf2f9 !important;
}

/* line 6044, vendor/assets/stylesheets/dashkit_theme.scss */
.border-dark {
  border-color: #12263f !important;
}

/* line 6047, vendor/assets/stylesheets/dashkit_theme.scss */
.border-white {
  border-color: #fff !important;
}

/* line 6050, vendor/assets/stylesheets/dashkit_theme.scss */
.border-white {
  border-color: #fff !important;
}

/* line 6053, vendor/assets/stylesheets/dashkit_theme.scss */
.rounded-sm {
  border-radius: 0.25rem !important;
}

/* line 6056, vendor/assets/stylesheets/dashkit_theme.scss */
.rounded {
  border-radius: 0.375rem !important;
}

/* line 6059, vendor/assets/stylesheets/dashkit_theme.scss */
.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

/* line 6063, vendor/assets/stylesheets/dashkit_theme.scss */
.rounded-right {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

/* line 6067, vendor/assets/stylesheets/dashkit_theme.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 6071, vendor/assets/stylesheets/dashkit_theme.scss */
.rounded-left {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 6075, vendor/assets/stylesheets/dashkit_theme.scss */
.rounded-lg {
  border-radius: 0.5rem !important;
}

/* line 6078, vendor/assets/stylesheets/dashkit_theme.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6081, vendor/assets/stylesheets/dashkit_theme.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 6084, vendor/assets/stylesheets/dashkit_theme.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6087, vendor/assets/stylesheets/dashkit_theme.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6092, vendor/assets/stylesheets/dashkit_theme.scss */
.d-none {
  display: none !important;
}

/* line 6095, vendor/assets/stylesheets/dashkit_theme.scss */
.d-inline {
  display: inline !important;
}

/* line 6098, vendor/assets/stylesheets/dashkit_theme.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 6101, vendor/assets/stylesheets/dashkit_theme.scss */
.d-block {
  display: block !important;
}

/* line 6104, vendor/assets/stylesheets/dashkit_theme.scss */
.d-table {
  display: table !important;
}

/* line 6107, vendor/assets/stylesheets/dashkit_theme.scss */
.d-table-row {
  display: table-row !important;
}

/* line 6110, vendor/assets/stylesheets/dashkit_theme.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 6113, vendor/assets/stylesheets/dashkit_theme.scss */
.d-flex {
  display: flex !important;
}

/* line 6116, vendor/assets/stylesheets/dashkit_theme.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 6120, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 6123, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 6126, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 6129, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 6132, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 6135, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 6138, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 6141, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 6144, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 6149, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 6152, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 6155, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 6158, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 6161, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 6164, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 6167, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 6170, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 6173, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 6178, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 6181, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 6184, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 6187, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 6190, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 6193, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 6196, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 6199, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 6202, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 6207, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 6210, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 6213, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 6216, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 6219, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 6222, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 6225, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 6228, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 6231, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 6236, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 6239, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 6242, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 6245, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 6248, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 6251, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 6254, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 6257, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 6260, vendor/assets/stylesheets/dashkit_theme.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 6264, vendor/assets/stylesheets/dashkit_theme.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 6271, vendor/assets/stylesheets/dashkit_theme.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 6275, vendor/assets/stylesheets/dashkit_theme.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 6288, vendor/assets/stylesheets/dashkit_theme.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 6291, vendor/assets/stylesheets/dashkit_theme.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 6294, vendor/assets/stylesheets/dashkit_theme.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 6297, vendor/assets/stylesheets/dashkit_theme.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 6300, vendor/assets/stylesheets/dashkit_theme.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 6303, vendor/assets/stylesheets/dashkit_theme.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 6306, vendor/assets/stylesheets/dashkit_theme.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 6309, vendor/assets/stylesheets/dashkit_theme.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 6312, vendor/assets/stylesheets/dashkit_theme.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 6315, vendor/assets/stylesheets/dashkit_theme.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 6318, vendor/assets/stylesheets/dashkit_theme.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 6321, vendor/assets/stylesheets/dashkit_theme.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 6324, vendor/assets/stylesheets/dashkit_theme.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 6327, vendor/assets/stylesheets/dashkit_theme.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 6330, vendor/assets/stylesheets/dashkit_theme.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 6333, vendor/assets/stylesheets/dashkit_theme.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 6336, vendor/assets/stylesheets/dashkit_theme.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 6339, vendor/assets/stylesheets/dashkit_theme.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 6342, vendor/assets/stylesheets/dashkit_theme.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 6345, vendor/assets/stylesheets/dashkit_theme.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 6348, vendor/assets/stylesheets/dashkit_theme.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 6351, vendor/assets/stylesheets/dashkit_theme.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 6354, vendor/assets/stylesheets/dashkit_theme.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 6357, vendor/assets/stylesheets/dashkit_theme.scss */
.align-items-center {
  align-items: center !important;
}

/* line 6360, vendor/assets/stylesheets/dashkit_theme.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 6363, vendor/assets/stylesheets/dashkit_theme.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 6366, vendor/assets/stylesheets/dashkit_theme.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 6369, vendor/assets/stylesheets/dashkit_theme.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 6372, vendor/assets/stylesheets/dashkit_theme.scss */
.align-content-center {
  align-content: center !important;
}

/* line 6375, vendor/assets/stylesheets/dashkit_theme.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 6378, vendor/assets/stylesheets/dashkit_theme.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 6381, vendor/assets/stylesheets/dashkit_theme.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 6384, vendor/assets/stylesheets/dashkit_theme.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 6387, vendor/assets/stylesheets/dashkit_theme.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 6390, vendor/assets/stylesheets/dashkit_theme.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 6393, vendor/assets/stylesheets/dashkit_theme.scss */
.align-self-center {
  align-self: center !important;
}

/* line 6396, vendor/assets/stylesheets/dashkit_theme.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 6399, vendor/assets/stylesheets/dashkit_theme.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 6403, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 6406, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 6409, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6412, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6415, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6418, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6421, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6424, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 6427, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6430, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6433, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6436, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6439, vendor/assets/stylesheets/dashkit_theme.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 6442, vendor/assets/stylesheets/dashkit_theme.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 6445, vendor/assets/stylesheets/dashkit_theme.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 6448, vendor/assets/stylesheets/dashkit_theme.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 6451, vendor/assets/stylesheets/dashkit_theme.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 6454, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 6457, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 6460, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 6463, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 6466, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 6469, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 6472, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 6475, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 6478, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 6481, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 6484, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 6487, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 6490, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 6493, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 6496, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 6499, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 6502, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 6507, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 6510, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 6513, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6516, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6519, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6522, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6525, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6528, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 6531, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6534, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6537, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6540, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6543, vendor/assets/stylesheets/dashkit_theme.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 6546, vendor/assets/stylesheets/dashkit_theme.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 6549, vendor/assets/stylesheets/dashkit_theme.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 6552, vendor/assets/stylesheets/dashkit_theme.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 6555, vendor/assets/stylesheets/dashkit_theme.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 6558, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 6561, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 6564, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 6567, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 6570, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 6573, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 6576, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 6579, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 6582, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 6585, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 6588, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 6591, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 6594, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 6597, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 6600, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 6603, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 6606, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 6611, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 6614, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 6617, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6620, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6623, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6626, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6629, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6632, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 6635, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6638, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6641, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6644, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6647, vendor/assets/stylesheets/dashkit_theme.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 6650, vendor/assets/stylesheets/dashkit_theme.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 6653, vendor/assets/stylesheets/dashkit_theme.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 6656, vendor/assets/stylesheets/dashkit_theme.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 6659, vendor/assets/stylesheets/dashkit_theme.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 6662, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 6665, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 6668, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 6671, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 6674, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 6677, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 6680, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 6683, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 6686, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 6689, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 6692, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 6695, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 6698, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 6701, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 6704, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 6707, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 6710, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 6715, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 6718, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 6721, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6724, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6727, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6730, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6733, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6736, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 6739, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6742, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6745, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6748, vendor/assets/stylesheets/dashkit_theme.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6751, vendor/assets/stylesheets/dashkit_theme.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 6754, vendor/assets/stylesheets/dashkit_theme.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 6757, vendor/assets/stylesheets/dashkit_theme.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 6760, vendor/assets/stylesheets/dashkit_theme.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 6763, vendor/assets/stylesheets/dashkit_theme.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 6766, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 6769, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 6772, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 6775, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 6778, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 6781, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 6784, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 6787, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 6790, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 6793, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 6796, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 6799, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 6802, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 6805, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 6808, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 6811, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 6814, vendor/assets/stylesheets/dashkit_theme.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 6818, vendor/assets/stylesheets/dashkit_theme.scss */
.float-left {
  float: left !important;
}

/* line 6821, vendor/assets/stylesheets/dashkit_theme.scss */
.float-right {
  float: right !important;
}

/* line 6824, vendor/assets/stylesheets/dashkit_theme.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 6828, vendor/assets/stylesheets/dashkit_theme.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 6831, vendor/assets/stylesheets/dashkit_theme.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 6834, vendor/assets/stylesheets/dashkit_theme.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 6839, vendor/assets/stylesheets/dashkit_theme.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 6842, vendor/assets/stylesheets/dashkit_theme.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 6845, vendor/assets/stylesheets/dashkit_theme.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 6850, vendor/assets/stylesheets/dashkit_theme.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 6853, vendor/assets/stylesheets/dashkit_theme.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 6856, vendor/assets/stylesheets/dashkit_theme.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 6861, vendor/assets/stylesheets/dashkit_theme.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 6864, vendor/assets/stylesheets/dashkit_theme.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 6867, vendor/assets/stylesheets/dashkit_theme.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 6871, vendor/assets/stylesheets/dashkit_theme.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 6874, vendor/assets/stylesheets/dashkit_theme.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 6877, vendor/assets/stylesheets/dashkit_theme.scss */
.position-static {
  position: static !important;
}

/* line 6880, vendor/assets/stylesheets/dashkit_theme.scss */
.position-relative {
  position: relative !important;
}

/* line 6883, vendor/assets/stylesheets/dashkit_theme.scss */
.position-absolute {
  position: absolute !important;
}

/* line 6886, vendor/assets/stylesheets/dashkit_theme.scss */
.position-fixed {
  position: fixed !important;
}

/* line 6889, vendor/assets/stylesheets/dashkit_theme.scss */
.position-sticky {
  position: sticky !important;
}

/* line 6893, vendor/assets/stylesheets/dashkit_theme.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 6900, vendor/assets/stylesheets/dashkit_theme.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 6908, vendor/assets/stylesheets/dashkit_theme.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 6915, vendor/assets/stylesheets/dashkit_theme.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 6926, vendor/assets/stylesheets/dashkit_theme.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 6935, vendor/assets/stylesheets/dashkit_theme.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(18, 38, 63, 0.075) !important;
}

/* line 6938, vendor/assets/stylesheets/dashkit_theme.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(18, 38, 63, 0.15) !important;
}

/* line 6941, vendor/assets/stylesheets/dashkit_theme.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(18, 38, 63, 0.175) !important;
}

/* line 6944, vendor/assets/stylesheets/dashkit_theme.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 6947, vendor/assets/stylesheets/dashkit_theme.scss */
.w-25 {
  width: 25% !important;
}

/* line 6950, vendor/assets/stylesheets/dashkit_theme.scss */
.w-50 {
  width: 50% !important;
}

/* line 6953, vendor/assets/stylesheets/dashkit_theme.scss */
.w-75 {
  width: 75% !important;
}

/* line 6956, vendor/assets/stylesheets/dashkit_theme.scss */
.w-100 {
  width: 100% !important;
}

/* line 6959, vendor/assets/stylesheets/dashkit_theme.scss */
.w-auto {
  width: auto !important;
}

/* line 6962, vendor/assets/stylesheets/dashkit_theme.scss */
.w-15 {
  width: 15% !important;
}

/* line 6965, vendor/assets/stylesheets/dashkit_theme.scss */
.h-25 {
  height: 25% !important;
}

/* line 6968, vendor/assets/stylesheets/dashkit_theme.scss */
.h-50 {
  height: 50% !important;
}

/* line 6971, vendor/assets/stylesheets/dashkit_theme.scss */
.h-75 {
  height: 75% !important;
}

/* line 6974, vendor/assets/stylesheets/dashkit_theme.scss */
.h-100 {
  height: 100% !important;
}

/* line 6977, vendor/assets/stylesheets/dashkit_theme.scss */
.h-auto {
  height: auto !important;
}

/* line 6980, vendor/assets/stylesheets/dashkit_theme.scss */
.h-15 {
  height: 15% !important;
}

/* line 6983, vendor/assets/stylesheets/dashkit_theme.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 6986, vendor/assets/stylesheets/dashkit_theme.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 6989, vendor/assets/stylesheets/dashkit_theme.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 6992, vendor/assets/stylesheets/dashkit_theme.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 6995, vendor/assets/stylesheets/dashkit_theme.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 6998, vendor/assets/stylesheets/dashkit_theme.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 7001, vendor/assets/stylesheets/dashkit_theme.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 7012, vendor/assets/stylesheets/dashkit_theme.scss */
.m-0 {
  margin: 0 !important;
}

/* line 7015, vendor/assets/stylesheets/dashkit_theme.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 7019, vendor/assets/stylesheets/dashkit_theme.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 7023, vendor/assets/stylesheets/dashkit_theme.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 7027, vendor/assets/stylesheets/dashkit_theme.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 7031, vendor/assets/stylesheets/dashkit_theme.scss */
.m-1 {
  margin: 0.1875rem !important;
}

/* line 7034, vendor/assets/stylesheets/dashkit_theme.scss */
.mt-1,
.my-1 {
  margin-top: 0.1875rem !important;
}

/* line 7038, vendor/assets/stylesheets/dashkit_theme.scss */
.mr-1,
.mx-1 {
  margin-right: 0.1875rem !important;
}

/* line 7042, vendor/assets/stylesheets/dashkit_theme.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.1875rem !important;
}

/* line 7046, vendor/assets/stylesheets/dashkit_theme.scss */
.ml-1,
.mx-1 {
  margin-left: 0.1875rem !important;
}

/* line 7050, vendor/assets/stylesheets/dashkit_theme.scss */
.m-2 {
  margin: 0.375rem !important;
}

/* line 7053, vendor/assets/stylesheets/dashkit_theme.scss */
.mt-2,
.my-2 {
  margin-top: 0.375rem !important;
}

/* line 7057, vendor/assets/stylesheets/dashkit_theme.scss */
.mr-2,
.mx-2 {
  margin-right: 0.375rem !important;
}

/* line 7061, vendor/assets/stylesheets/dashkit_theme.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.375rem !important;
}

/* line 7065, vendor/assets/stylesheets/dashkit_theme.scss */
.ml-2,
.mx-2 {
  margin-left: 0.375rem !important;
}

/* line 7069, vendor/assets/stylesheets/dashkit_theme.scss */
.m-3 {
  margin: 0.75rem !important;
}

/* line 7072, vendor/assets/stylesheets/dashkit_theme.scss */
.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}

/* line 7076, vendor/assets/stylesheets/dashkit_theme.scss */
.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}

/* line 7080, vendor/assets/stylesheets/dashkit_theme.scss */
.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}

/* line 7084, vendor/assets/stylesheets/dashkit_theme.scss */
.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

/* line 7088, vendor/assets/stylesheets/dashkit_theme.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 7091, vendor/assets/stylesheets/dashkit_theme.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 7095, vendor/assets/stylesheets/dashkit_theme.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 7099, vendor/assets/stylesheets/dashkit_theme.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 7103, vendor/assets/stylesheets/dashkit_theme.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 7107, vendor/assets/stylesheets/dashkit_theme.scss */
.m-5 {
  margin: 2.25rem !important;
}

/* line 7110, vendor/assets/stylesheets/dashkit_theme.scss */
.mt-5,
.my-5 {
  margin-top: 2.25rem !important;
}

/* line 7114, vendor/assets/stylesheets/dashkit_theme.scss */
.mr-5,
.mx-5 {
  margin-right: 2.25rem !important;
}

/* line 7118, vendor/assets/stylesheets/dashkit_theme.scss */
.mb-5,
.my-5 {
  margin-bottom: 2.25rem !important;
}

/* line 7122, vendor/assets/stylesheets/dashkit_theme.scss */
.ml-5,
.mx-5 {
  margin-left: 2.25rem !important;
}

/* line 7126, vendor/assets/stylesheets/dashkit_theme.scss */
.m-6 {
  margin: 4.5rem !important;
}

/* line 7129, vendor/assets/stylesheets/dashkit_theme.scss */
.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

/* line 7133, vendor/assets/stylesheets/dashkit_theme.scss */
.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

/* line 7137, vendor/assets/stylesheets/dashkit_theme.scss */
.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

/* line 7141, vendor/assets/stylesheets/dashkit_theme.scss */
.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

/* line 7145, vendor/assets/stylesheets/dashkit_theme.scss */
.m-7 {
  margin: 6.75rem !important;
}

/* line 7148, vendor/assets/stylesheets/dashkit_theme.scss */
.mt-7,
.my-7 {
  margin-top: 6.75rem !important;
}

/* line 7152, vendor/assets/stylesheets/dashkit_theme.scss */
.mr-7,
.mx-7 {
  margin-right: 6.75rem !important;
}

/* line 7156, vendor/assets/stylesheets/dashkit_theme.scss */
.mb-7,
.my-7 {
  margin-bottom: 6.75rem !important;
}

/* line 7160, vendor/assets/stylesheets/dashkit_theme.scss */
.ml-7,
.mx-7 {
  margin-left: 6.75rem !important;
}

/* line 7164, vendor/assets/stylesheets/dashkit_theme.scss */
.m-8 {
  margin: 13.5rem !important;
}

/* line 7167, vendor/assets/stylesheets/dashkit_theme.scss */
.mt-8,
.my-8 {
  margin-top: 13.5rem !important;
}

/* line 7171, vendor/assets/stylesheets/dashkit_theme.scss */
.mr-8,
.mx-8 {
  margin-right: 13.5rem !important;
}

/* line 7175, vendor/assets/stylesheets/dashkit_theme.scss */
.mb-8,
.my-8 {
  margin-bottom: 13.5rem !important;
}

/* line 7179, vendor/assets/stylesheets/dashkit_theme.scss */
.ml-8,
.mx-8 {
  margin-left: 13.5rem !important;
}

/* line 7183, vendor/assets/stylesheets/dashkit_theme.scss */
.p-0 {
  padding: 0 !important;
}

/* line 7186, vendor/assets/stylesheets/dashkit_theme.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 7190, vendor/assets/stylesheets/dashkit_theme.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 7194, vendor/assets/stylesheets/dashkit_theme.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 7198, vendor/assets/stylesheets/dashkit_theme.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 7202, vendor/assets/stylesheets/dashkit_theme.scss */
.p-1 {
  padding: 0.1875rem !important;
}

/* line 7205, vendor/assets/stylesheets/dashkit_theme.scss */
.pt-1,
.py-1 {
  padding-top: 0.1875rem !important;
}

/* line 7209, vendor/assets/stylesheets/dashkit_theme.scss */
.pr-1,
.px-1 {
  padding-right: 0.1875rem !important;
}

/* line 7213, vendor/assets/stylesheets/dashkit_theme.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.1875rem !important;
}

/* line 7217, vendor/assets/stylesheets/dashkit_theme.scss */
.pl-1,
.px-1 {
  padding-left: 0.1875rem !important;
}

/* line 7221, vendor/assets/stylesheets/dashkit_theme.scss */
.p-2 {
  padding: 0.375rem !important;
}

/* line 7224, vendor/assets/stylesheets/dashkit_theme.scss */
.pt-2,
.py-2 {
  padding-top: 0.375rem !important;
}

/* line 7228, vendor/assets/stylesheets/dashkit_theme.scss */
.pr-2,
.px-2 {
  padding-right: 0.375rem !important;
}

/* line 7232, vendor/assets/stylesheets/dashkit_theme.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.375rem !important;
}

/* line 7236, vendor/assets/stylesheets/dashkit_theme.scss */
.pl-2,
.px-2 {
  padding-left: 0.375rem !important;
}

/* line 7240, vendor/assets/stylesheets/dashkit_theme.scss */
.p-3 {
  padding: 0.75rem !important;
}

/* line 7243, vendor/assets/stylesheets/dashkit_theme.scss */
.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}

/* line 7247, vendor/assets/stylesheets/dashkit_theme.scss */
.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}

/* line 7251, vendor/assets/stylesheets/dashkit_theme.scss */
.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}

/* line 7255, vendor/assets/stylesheets/dashkit_theme.scss */
.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}

/* line 7259, vendor/assets/stylesheets/dashkit_theme.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 7262, vendor/assets/stylesheets/dashkit_theme.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 7266, vendor/assets/stylesheets/dashkit_theme.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 7270, vendor/assets/stylesheets/dashkit_theme.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 7274, vendor/assets/stylesheets/dashkit_theme.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 7278, vendor/assets/stylesheets/dashkit_theme.scss */
.p-5 {
  padding: 2.25rem !important;
}

/* line 7281, vendor/assets/stylesheets/dashkit_theme.scss */
.pt-5,
.py-5 {
  padding-top: 2.25rem !important;
}

/* line 7285, vendor/assets/stylesheets/dashkit_theme.scss */
.pr-5,
.px-5 {
  padding-right: 2.25rem !important;
}

/* line 7289, vendor/assets/stylesheets/dashkit_theme.scss */
.pb-5,
.py-5 {
  padding-bottom: 2.25rem !important;
}

/* line 7293, vendor/assets/stylesheets/dashkit_theme.scss */
.pl-5,
.px-5 {
  padding-left: 2.25rem !important;
}

/* line 7297, vendor/assets/stylesheets/dashkit_theme.scss */
.p-6 {
  padding: 4.5rem !important;
}

/* line 7300, vendor/assets/stylesheets/dashkit_theme.scss */
.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

/* line 7304, vendor/assets/stylesheets/dashkit_theme.scss */
.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

/* line 7308, vendor/assets/stylesheets/dashkit_theme.scss */
.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

/* line 7312, vendor/assets/stylesheets/dashkit_theme.scss */
.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

/* line 7316, vendor/assets/stylesheets/dashkit_theme.scss */
.p-7 {
  padding: 6.75rem !important;
}

/* line 7319, vendor/assets/stylesheets/dashkit_theme.scss */
.pt-7,
.py-7 {
  padding-top: 6.75rem !important;
}

/* line 7323, vendor/assets/stylesheets/dashkit_theme.scss */
.pr-7,
.px-7 {
  padding-right: 6.75rem !important;
}

/* line 7327, vendor/assets/stylesheets/dashkit_theme.scss */
.pb-7,
.py-7 {
  padding-bottom: 6.75rem !important;
}

/* line 7331, vendor/assets/stylesheets/dashkit_theme.scss */
.pl-7,
.px-7 {
  padding-left: 6.75rem !important;
}

/* line 7335, vendor/assets/stylesheets/dashkit_theme.scss */
.p-8 {
  padding: 13.5rem !important;
}

/* line 7338, vendor/assets/stylesheets/dashkit_theme.scss */
.pt-8,
.py-8 {
  padding-top: 13.5rem !important;
}

/* line 7342, vendor/assets/stylesheets/dashkit_theme.scss */
.pr-8,
.px-8 {
  padding-right: 13.5rem !important;
}

/* line 7346, vendor/assets/stylesheets/dashkit_theme.scss */
.pb-8,
.py-8 {
  padding-bottom: 13.5rem !important;
}

/* line 7350, vendor/assets/stylesheets/dashkit_theme.scss */
.pl-8,
.px-8 {
  padding-left: 13.5rem !important;
}

/* line 7354, vendor/assets/stylesheets/dashkit_theme.scss */
.m-n1 {
  margin: -0.1875rem !important;
}

/* line 7357, vendor/assets/stylesheets/dashkit_theme.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.1875rem !important;
}

/* line 7361, vendor/assets/stylesheets/dashkit_theme.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.1875rem !important;
}

/* line 7365, vendor/assets/stylesheets/dashkit_theme.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.1875rem !important;
}

/* line 7369, vendor/assets/stylesheets/dashkit_theme.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.1875rem !important;
}

/* line 7373, vendor/assets/stylesheets/dashkit_theme.scss */
.m-n2 {
  margin: -0.375rem !important;
}

/* line 7376, vendor/assets/stylesheets/dashkit_theme.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.375rem !important;
}

/* line 7380, vendor/assets/stylesheets/dashkit_theme.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.375rem !important;
}

/* line 7384, vendor/assets/stylesheets/dashkit_theme.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.375rem !important;
}

/* line 7388, vendor/assets/stylesheets/dashkit_theme.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.375rem !important;
}

/* line 7392, vendor/assets/stylesheets/dashkit_theme.scss */
.m-n3 {
  margin: -0.75rem !important;
}

/* line 7395, vendor/assets/stylesheets/dashkit_theme.scss */
.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}

/* line 7399, vendor/assets/stylesheets/dashkit_theme.scss */
.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}

/* line 7403, vendor/assets/stylesheets/dashkit_theme.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}

/* line 7407, vendor/assets/stylesheets/dashkit_theme.scss */
.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important;
}

/* line 7411, vendor/assets/stylesheets/dashkit_theme.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 7414, vendor/assets/stylesheets/dashkit_theme.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 7418, vendor/assets/stylesheets/dashkit_theme.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 7422, vendor/assets/stylesheets/dashkit_theme.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 7426, vendor/assets/stylesheets/dashkit_theme.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 7430, vendor/assets/stylesheets/dashkit_theme.scss */
.m-n5 {
  margin: -2.25rem !important;
}

/* line 7433, vendor/assets/stylesheets/dashkit_theme.scss */
.mt-n5,
.my-n5 {
  margin-top: -2.25rem !important;
}

/* line 7437, vendor/assets/stylesheets/dashkit_theme.scss */
.mr-n5,
.mx-n5 {
  margin-right: -2.25rem !important;
}

/* line 7441, vendor/assets/stylesheets/dashkit_theme.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -2.25rem !important;
}

/* line 7445, vendor/assets/stylesheets/dashkit_theme.scss */
.ml-n5,
.mx-n5 {
  margin-left: -2.25rem !important;
}

/* line 7449, vendor/assets/stylesheets/dashkit_theme.scss */
.m-n6 {
  margin: -4.5rem !important;
}

/* line 7452, vendor/assets/stylesheets/dashkit_theme.scss */
.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

/* line 7456, vendor/assets/stylesheets/dashkit_theme.scss */
.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

/* line 7460, vendor/assets/stylesheets/dashkit_theme.scss */
.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

/* line 7464, vendor/assets/stylesheets/dashkit_theme.scss */
.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

/* line 7468, vendor/assets/stylesheets/dashkit_theme.scss */
.m-n7 {
  margin: -6.75rem !important;
}

/* line 7471, vendor/assets/stylesheets/dashkit_theme.scss */
.mt-n7,
.my-n7 {
  margin-top: -6.75rem !important;
}

/* line 7475, vendor/assets/stylesheets/dashkit_theme.scss */
.mr-n7,
.mx-n7 {
  margin-right: -6.75rem !important;
}

/* line 7479, vendor/assets/stylesheets/dashkit_theme.scss */
.mb-n7,
.my-n7 {
  margin-bottom: -6.75rem !important;
}

/* line 7483, vendor/assets/stylesheets/dashkit_theme.scss */
.ml-n7,
.mx-n7 {
  margin-left: -6.75rem !important;
}

/* line 7487, vendor/assets/stylesheets/dashkit_theme.scss */
.m-n8 {
  margin: -13.5rem !important;
}

/* line 7490, vendor/assets/stylesheets/dashkit_theme.scss */
.mt-n8,
.my-n8 {
  margin-top: -13.5rem !important;
}

/* line 7494, vendor/assets/stylesheets/dashkit_theme.scss */
.mr-n8,
.mx-n8 {
  margin-right: -13.5rem !important;
}

/* line 7498, vendor/assets/stylesheets/dashkit_theme.scss */
.mb-n8,
.my-n8 {
  margin-bottom: -13.5rem !important;
}

/* line 7502, vendor/assets/stylesheets/dashkit_theme.scss */
.ml-n8,
.mx-n8 {
  margin-left: -13.5rem !important;
}

/* line 7506, vendor/assets/stylesheets/dashkit_theme.scss */
.m-auto {
  margin: auto !important;
}

/* line 7509, vendor/assets/stylesheets/dashkit_theme.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 7513, vendor/assets/stylesheets/dashkit_theme.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 7517, vendor/assets/stylesheets/dashkit_theme.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 7521, vendor/assets/stylesheets/dashkit_theme.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 7526, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 7529, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 7533, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 7537, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 7541, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 7545, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-sm-1 {
    margin: 0.1875rem !important;
  }
  /* line 7548, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 7552, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 7556, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 7560, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 7564, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-sm-2 {
    margin: 0.375rem !important;
  }
  /* line 7567, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.375rem !important;
  }
  /* line 7571, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.375rem !important;
  }
  /* line 7575, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 7579, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.375rem !important;
  }
  /* line 7583, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  /* line 7586, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 0.75rem !important;
  }
  /* line 7590, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  /* line 7594, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 7598, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  /* line 7602, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 7605, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7609, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7613, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7617, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7621, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-sm-5 {
    margin: 2.25rem !important;
  }
  /* line 7624, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 2.25rem !important;
  }
  /* line 7628, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 2.25rem !important;
  }
  /* line 7632, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 7636, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 2.25rem !important;
  }
  /* line 7640, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  /* line 7643, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-sm-6,
.my-sm-6 {
    margin-top: 4.5rem !important;
  }
  /* line 7647, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  /* line 7651, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 7655, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  /* line 7659, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-sm-7 {
    margin: 6.75rem !important;
  }
  /* line 7662, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-sm-7,
.my-sm-7 {
    margin-top: 6.75rem !important;
  }
  /* line 7666, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-sm-7,
.mx-sm-7 {
    margin-right: 6.75rem !important;
  }
  /* line 7670, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 7674, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-sm-7,
.mx-sm-7 {
    margin-left: 6.75rem !important;
  }
  /* line 7678, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-sm-8 {
    margin: 13.5rem !important;
  }
  /* line 7681, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-sm-8,
.my-sm-8 {
    margin-top: 13.5rem !important;
  }
  /* line 7685, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-sm-8,
.mx-sm-8 {
    margin-right: 13.5rem !important;
  }
  /* line 7689, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 7693, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-sm-8,
.mx-sm-8 {
    margin-left: 13.5rem !important;
  }
  /* line 7697, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 7700, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 7704, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 7708, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 7712, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 7716, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-sm-1 {
    padding: 0.1875rem !important;
  }
  /* line 7719, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 7723, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 7727, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 7731, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 7735, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-sm-2 {
    padding: 0.375rem !important;
  }
  /* line 7738, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.375rem !important;
  }
  /* line 7742, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.375rem !important;
  }
  /* line 7746, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 7750, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.375rem !important;
  }
  /* line 7754, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  /* line 7757, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 0.75rem !important;
  }
  /* line 7761, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 0.75rem !important;
  }
  /* line 7765, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 7769, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 0.75rem !important;
  }
  /* line 7773, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 7776, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 7780, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 7784, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 7788, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 7792, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-sm-5 {
    padding: 2.25rem !important;
  }
  /* line 7795, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 2.25rem !important;
  }
  /* line 7799, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 2.25rem !important;
  }
  /* line 7803, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 7807, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 2.25rem !important;
  }
  /* line 7811, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  /* line 7814, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-sm-6,
.py-sm-6 {
    padding-top: 4.5rem !important;
  }
  /* line 7818, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-sm-6,
.px-sm-6 {
    padding-right: 4.5rem !important;
  }
  /* line 7822, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 7826, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-sm-6,
.px-sm-6 {
    padding-left: 4.5rem !important;
  }
  /* line 7830, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-sm-7 {
    padding: 6.75rem !important;
  }
  /* line 7833, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-sm-7,
.py-sm-7 {
    padding-top: 6.75rem !important;
  }
  /* line 7837, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-sm-7,
.px-sm-7 {
    padding-right: 6.75rem !important;
  }
  /* line 7841, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 7845, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-sm-7,
.px-sm-7 {
    padding-left: 6.75rem !important;
  }
  /* line 7849, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-sm-8 {
    padding: 13.5rem !important;
  }
  /* line 7852, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-sm-8,
.py-sm-8 {
    padding-top: 13.5rem !important;
  }
  /* line 7856, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-sm-8,
.px-sm-8 {
    padding-right: 13.5rem !important;
  }
  /* line 7860, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 7864, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-sm-8,
.px-sm-8 {
    padding-left: 13.5rem !important;
  }
  /* line 7868, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-sm-n1 {
    margin: -0.1875rem !important;
  }
  /* line 7871, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 7875, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 7879, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 7883, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 7887, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-sm-n2 {
    margin: -0.375rem !important;
  }
  /* line 7890, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 7894, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 7898, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 7902, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 7906, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  /* line 7909, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 7913, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 7917, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 7921, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 7925, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 7928, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 7932, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 7936, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 7940, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 7944, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-sm-n5 {
    margin: -2.25rem !important;
  }
  /* line 7947, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 7951, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 7955, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 7959, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 7963, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  /* line 7966, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 7970, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 7974, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 7978, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 7982, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-sm-n7 {
    margin: -6.75rem !important;
  }
  /* line 7985, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 7989, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 7993, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 7997, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 8001, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-sm-n8 {
    margin: -13.5rem !important;
  }
  /* line 8004, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 8008, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 8012, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 8016, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 8020, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 8023, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 8027, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 8031, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 8035, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 8041, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 8044, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 8048, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 8052, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 8056, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 8060, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-md-1 {
    margin: 0.1875rem !important;
  }
  /* line 8063, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 8067, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 8071, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 8075, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 8079, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-md-2 {
    margin: 0.375rem !important;
  }
  /* line 8082, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.375rem !important;
  }
  /* line 8086, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.375rem !important;
  }
  /* line 8090, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 8094, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.375rem !important;
  }
  /* line 8098, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-md-3 {
    margin: 0.75rem !important;
  }
  /* line 8101, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 0.75rem !important;
  }
  /* line 8105, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 0.75rem !important;
  }
  /* line 8109, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 8113, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 0.75rem !important;
  }
  /* line 8117, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 8120, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8124, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8128, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8132, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8136, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-md-5 {
    margin: 2.25rem !important;
  }
  /* line 8139, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 2.25rem !important;
  }
  /* line 8143, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 2.25rem !important;
  }
  /* line 8147, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 8151, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 2.25rem !important;
  }
  /* line 8155, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-md-6 {
    margin: 4.5rem !important;
  }
  /* line 8158, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-md-6,
.my-md-6 {
    margin-top: 4.5rem !important;
  }
  /* line 8162, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-md-6,
.mx-md-6 {
    margin-right: 4.5rem !important;
  }
  /* line 8166, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-md-6,
.my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 8170, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-md-6,
.mx-md-6 {
    margin-left: 4.5rem !important;
  }
  /* line 8174, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-md-7 {
    margin: 6.75rem !important;
  }
  /* line 8177, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-md-7,
.my-md-7 {
    margin-top: 6.75rem !important;
  }
  /* line 8181, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-md-7,
.mx-md-7 {
    margin-right: 6.75rem !important;
  }
  /* line 8185, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-md-7,
.my-md-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 8189, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-md-7,
.mx-md-7 {
    margin-left: 6.75rem !important;
  }
  /* line 8193, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-md-8 {
    margin: 13.5rem !important;
  }
  /* line 8196, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-md-8,
.my-md-8 {
    margin-top: 13.5rem !important;
  }
  /* line 8200, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-md-8,
.mx-md-8 {
    margin-right: 13.5rem !important;
  }
  /* line 8204, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-md-8,
.my-md-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 8208, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-md-8,
.mx-md-8 {
    margin-left: 13.5rem !important;
  }
  /* line 8212, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 8215, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 8219, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 8223, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 8227, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 8231, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-md-1 {
    padding: 0.1875rem !important;
  }
  /* line 8234, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 8238, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 8242, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 8246, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 8250, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-md-2 {
    padding: 0.375rem !important;
  }
  /* line 8253, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.375rem !important;
  }
  /* line 8257, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.375rem !important;
  }
  /* line 8261, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 8265, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.375rem !important;
  }
  /* line 8269, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-md-3 {
    padding: 0.75rem !important;
  }
  /* line 8272, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 0.75rem !important;
  }
  /* line 8276, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 0.75rem !important;
  }
  /* line 8280, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 8284, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 0.75rem !important;
  }
  /* line 8288, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 8291, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8295, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8299, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8303, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8307, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-md-5 {
    padding: 2.25rem !important;
  }
  /* line 8310, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 2.25rem !important;
  }
  /* line 8314, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 2.25rem !important;
  }
  /* line 8318, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 8322, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 2.25rem !important;
  }
  /* line 8326, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-md-6 {
    padding: 4.5rem !important;
  }
  /* line 8329, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-md-6,
.py-md-6 {
    padding-top: 4.5rem !important;
  }
  /* line 8333, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-md-6,
.px-md-6 {
    padding-right: 4.5rem !important;
  }
  /* line 8337, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-md-6,
.py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 8341, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-md-6,
.px-md-6 {
    padding-left: 4.5rem !important;
  }
  /* line 8345, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-md-7 {
    padding: 6.75rem !important;
  }
  /* line 8348, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-md-7,
.py-md-7 {
    padding-top: 6.75rem !important;
  }
  /* line 8352, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-md-7,
.px-md-7 {
    padding-right: 6.75rem !important;
  }
  /* line 8356, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-md-7,
.py-md-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 8360, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-md-7,
.px-md-7 {
    padding-left: 6.75rem !important;
  }
  /* line 8364, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-md-8 {
    padding: 13.5rem !important;
  }
  /* line 8367, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-md-8,
.py-md-8 {
    padding-top: 13.5rem !important;
  }
  /* line 8371, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-md-8,
.px-md-8 {
    padding-right: 13.5rem !important;
  }
  /* line 8375, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-md-8,
.py-md-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 8379, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-md-8,
.px-md-8 {
    padding-left: 13.5rem !important;
  }
  /* line 8383, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-md-n1 {
    margin: -0.1875rem !important;
  }
  /* line 8386, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 8390, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 8394, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 8398, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 8402, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-md-n2 {
    margin: -0.375rem !important;
  }
  /* line 8405, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 8409, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 8413, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 8417, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 8421, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  /* line 8424, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 8428, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 8432, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 8436, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 8440, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 8443, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 8447, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 8451, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 8455, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 8459, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-md-n5 {
    margin: -2.25rem !important;
  }
  /* line 8462, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 8466, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 8470, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 8474, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 8478, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  /* line 8481, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-md-n6,
.my-md-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 8485, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 8489, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 8493, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 8497, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-md-n7 {
    margin: -6.75rem !important;
  }
  /* line 8500, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-md-n7,
.my-md-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 8504, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-md-n7,
.mx-md-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 8508, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 8512, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-md-n7,
.mx-md-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 8516, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-md-n8 {
    margin: -13.5rem !important;
  }
  /* line 8519, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-md-n8,
.my-md-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 8523, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-md-n8,
.mx-md-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 8527, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 8531, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-md-n8,
.mx-md-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 8535, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 8538, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 8542, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 8546, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 8550, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 8556, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 8559, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 8563, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 8567, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 8571, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 8575, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-lg-1 {
    margin: 0.1875rem !important;
  }
  /* line 8578, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 8582, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 8586, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 8590, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 8594, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-lg-2 {
    margin: 0.375rem !important;
  }
  /* line 8597, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.375rem !important;
  }
  /* line 8601, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.375rem !important;
  }
  /* line 8605, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 8609, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.375rem !important;
  }
  /* line 8613, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  /* line 8616, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 0.75rem !important;
  }
  /* line 8620, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  /* line 8624, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 8628, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  /* line 8632, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 8635, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8639, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8643, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8647, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8651, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-lg-5 {
    margin: 2.25rem !important;
  }
  /* line 8654, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 2.25rem !important;
  }
  /* line 8658, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 2.25rem !important;
  }
  /* line 8662, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 8666, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 2.25rem !important;
  }
  /* line 8670, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  /* line 8673, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-lg-6,
.my-lg-6 {
    margin-top: 4.5rem !important;
  }
  /* line 8677, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  /* line 8681, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 8685, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  /* line 8689, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-lg-7 {
    margin: 6.75rem !important;
  }
  /* line 8692, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-lg-7,
.my-lg-7 {
    margin-top: 6.75rem !important;
  }
  /* line 8696, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-lg-7,
.mx-lg-7 {
    margin-right: 6.75rem !important;
  }
  /* line 8700, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 8704, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-lg-7,
.mx-lg-7 {
    margin-left: 6.75rem !important;
  }
  /* line 8708, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-lg-8 {
    margin: 13.5rem !important;
  }
  /* line 8711, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-lg-8,
.my-lg-8 {
    margin-top: 13.5rem !important;
  }
  /* line 8715, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-lg-8,
.mx-lg-8 {
    margin-right: 13.5rem !important;
  }
  /* line 8719, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 8723, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-lg-8,
.mx-lg-8 {
    margin-left: 13.5rem !important;
  }
  /* line 8727, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 8730, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 8734, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 8738, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 8742, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 8746, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-lg-1 {
    padding: 0.1875rem !important;
  }
  /* line 8749, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 8753, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 8757, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 8761, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 8765, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-lg-2 {
    padding: 0.375rem !important;
  }
  /* line 8768, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.375rem !important;
  }
  /* line 8772, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.375rem !important;
  }
  /* line 8776, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 8780, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.375rem !important;
  }
  /* line 8784, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  /* line 8787, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 0.75rem !important;
  }
  /* line 8791, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 0.75rem !important;
  }
  /* line 8795, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 8799, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 0.75rem !important;
  }
  /* line 8803, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 8806, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8810, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8814, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8818, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8822, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-lg-5 {
    padding: 2.25rem !important;
  }
  /* line 8825, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 2.25rem !important;
  }
  /* line 8829, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 2.25rem !important;
  }
  /* line 8833, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 8837, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 2.25rem !important;
  }
  /* line 8841, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  /* line 8844, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-lg-6,
.py-lg-6 {
    padding-top: 4.5rem !important;
  }
  /* line 8848, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-lg-6,
.px-lg-6 {
    padding-right: 4.5rem !important;
  }
  /* line 8852, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 8856, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-lg-6,
.px-lg-6 {
    padding-left: 4.5rem !important;
  }
  /* line 8860, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-lg-7 {
    padding: 6.75rem !important;
  }
  /* line 8863, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-lg-7,
.py-lg-7 {
    padding-top: 6.75rem !important;
  }
  /* line 8867, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-lg-7,
.px-lg-7 {
    padding-right: 6.75rem !important;
  }
  /* line 8871, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 8875, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-lg-7,
.px-lg-7 {
    padding-left: 6.75rem !important;
  }
  /* line 8879, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-lg-8 {
    padding: 13.5rem !important;
  }
  /* line 8882, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-lg-8,
.py-lg-8 {
    padding-top: 13.5rem !important;
  }
  /* line 8886, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-lg-8,
.px-lg-8 {
    padding-right: 13.5rem !important;
  }
  /* line 8890, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 8894, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-lg-8,
.px-lg-8 {
    padding-left: 13.5rem !important;
  }
  /* line 8898, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-lg-n1 {
    margin: -0.1875rem !important;
  }
  /* line 8901, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 8905, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 8909, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 8913, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 8917, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-lg-n2 {
    margin: -0.375rem !important;
  }
  /* line 8920, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 8924, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 8928, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 8932, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 8936, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  /* line 8939, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 8943, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 8947, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 8951, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 8955, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 8958, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 8962, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 8966, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 8970, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 8974, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-lg-n5 {
    margin: -2.25rem !important;
  }
  /* line 8977, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 8981, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 8985, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 8989, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 8993, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  /* line 8996, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 9000, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 9004, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 9008, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 9012, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-lg-n7 {
    margin: -6.75rem !important;
  }
  /* line 9015, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 9019, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 9023, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 9027, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 9031, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-lg-n8 {
    margin: -13.5rem !important;
  }
  /* line 9034, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 9038, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 9042, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 9046, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 9050, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 9053, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 9057, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 9061, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 9065, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 9071, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 9074, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 9078, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 9082, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 9086, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 9090, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-xl-1 {
    margin: 0.1875rem !important;
  }
  /* line 9093, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 9097, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 9101, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 9105, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 9109, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-xl-2 {
    margin: 0.375rem !important;
  }
  /* line 9112, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.375rem !important;
  }
  /* line 9116, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.375rem !important;
  }
  /* line 9120, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 9124, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.375rem !important;
  }
  /* line 9128, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  /* line 9131, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 0.75rem !important;
  }
  /* line 9135, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 0.75rem !important;
  }
  /* line 9139, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 9143, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 0.75rem !important;
  }
  /* line 9147, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 9150, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9154, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9158, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9162, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9166, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-xl-5 {
    margin: 2.25rem !important;
  }
  /* line 9169, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 2.25rem !important;
  }
  /* line 9173, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 2.25rem !important;
  }
  /* line 9177, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 9181, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 2.25rem !important;
  }
  /* line 9185, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  /* line 9188, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-xl-6,
.my-xl-6 {
    margin-top: 4.5rem !important;
  }
  /* line 9192, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  /* line 9196, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 9200, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  /* line 9204, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-xl-7 {
    margin: 6.75rem !important;
  }
  /* line 9207, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-xl-7,
.my-xl-7 {
    margin-top: 6.75rem !important;
  }
  /* line 9211, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-xl-7,
.mx-xl-7 {
    margin-right: 6.75rem !important;
  }
  /* line 9215, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 9219, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-xl-7,
.mx-xl-7 {
    margin-left: 6.75rem !important;
  }
  /* line 9223, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-xl-8 {
    margin: 13.5rem !important;
  }
  /* line 9226, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-xl-8,
.my-xl-8 {
    margin-top: 13.5rem !important;
  }
  /* line 9230, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-xl-8,
.mx-xl-8 {
    margin-right: 13.5rem !important;
  }
  /* line 9234, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 9238, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-xl-8,
.mx-xl-8 {
    margin-left: 13.5rem !important;
  }
  /* line 9242, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 9245, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 9249, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 9253, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 9257, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 9261, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-xl-1 {
    padding: 0.1875rem !important;
  }
  /* line 9264, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 9268, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 9272, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 9276, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 9280, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-xl-2 {
    padding: 0.375rem !important;
  }
  /* line 9283, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.375rem !important;
  }
  /* line 9287, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.375rem !important;
  }
  /* line 9291, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 9295, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.375rem !important;
  }
  /* line 9299, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  /* line 9302, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 0.75rem !important;
  }
  /* line 9306, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 0.75rem !important;
  }
  /* line 9310, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 9314, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 0.75rem !important;
  }
  /* line 9318, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 9321, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9325, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9329, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9333, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9337, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-xl-5 {
    padding: 2.25rem !important;
  }
  /* line 9340, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 2.25rem !important;
  }
  /* line 9344, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 2.25rem !important;
  }
  /* line 9348, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 9352, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 2.25rem !important;
  }
  /* line 9356, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  /* line 9359, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-xl-6,
.py-xl-6 {
    padding-top: 4.5rem !important;
  }
  /* line 9363, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-xl-6,
.px-xl-6 {
    padding-right: 4.5rem !important;
  }
  /* line 9367, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 9371, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-xl-6,
.px-xl-6 {
    padding-left: 4.5rem !important;
  }
  /* line 9375, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-xl-7 {
    padding: 6.75rem !important;
  }
  /* line 9378, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-xl-7,
.py-xl-7 {
    padding-top: 6.75rem !important;
  }
  /* line 9382, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-xl-7,
.px-xl-7 {
    padding-right: 6.75rem !important;
  }
  /* line 9386, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 9390, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-xl-7,
.px-xl-7 {
    padding-left: 6.75rem !important;
  }
  /* line 9394, vendor/assets/stylesheets/dashkit_theme.scss */
  .p-xl-8 {
    padding: 13.5rem !important;
  }
  /* line 9397, vendor/assets/stylesheets/dashkit_theme.scss */
  .pt-xl-8,
.py-xl-8 {
    padding-top: 13.5rem !important;
  }
  /* line 9401, vendor/assets/stylesheets/dashkit_theme.scss */
  .pr-xl-8,
.px-xl-8 {
    padding-right: 13.5rem !important;
  }
  /* line 9405, vendor/assets/stylesheets/dashkit_theme.scss */
  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 9409, vendor/assets/stylesheets/dashkit_theme.scss */
  .pl-xl-8,
.px-xl-8 {
    padding-left: 13.5rem !important;
  }
  /* line 9413, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-xl-n1 {
    margin: -0.1875rem !important;
  }
  /* line 9416, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 9420, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 9424, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 9428, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 9432, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-xl-n2 {
    margin: -0.375rem !important;
  }
  /* line 9435, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 9439, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 9443, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 9447, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 9451, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  /* line 9454, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 9458, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 9462, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 9466, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 9470, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 9473, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9477, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9481, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9485, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9489, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-xl-n5 {
    margin: -2.25rem !important;
  }
  /* line 9492, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 9496, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 9500, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 9504, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 9508, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  /* line 9511, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 9515, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 9519, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 9523, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 9527, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-xl-n7 {
    margin: -6.75rem !important;
  }
  /* line 9530, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 9534, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 9538, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 9542, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 9546, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-xl-n8 {
    margin: -13.5rem !important;
  }
  /* line 9549, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 9553, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 9557, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 9561, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 9565, vendor/assets/stylesheets/dashkit_theme.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 9568, vendor/assets/stylesheets/dashkit_theme.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 9572, vendor/assets/stylesheets/dashkit_theme.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 9576, vendor/assets/stylesheets/dashkit_theme.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 9580, vendor/assets/stylesheets/dashkit_theme.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 9585, vendor/assets/stylesheets/dashkit_theme.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 9588, vendor/assets/stylesheets/dashkit_theme.scss */
.text-justify {
  text-align: justify !important;
}

/* line 9591, vendor/assets/stylesheets/dashkit_theme.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 9594, vendor/assets/stylesheets/dashkit_theme.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 9597, vendor/assets/stylesheets/dashkit_theme.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 9602, vendor/assets/stylesheets/dashkit_theme.scss */
.text-left {
  text-align: left !important;
}

/* line 9605, vendor/assets/stylesheets/dashkit_theme.scss */
.text-right {
  text-align: right !important;
}

/* line 9608, vendor/assets/stylesheets/dashkit_theme.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 9612, vendor/assets/stylesheets/dashkit_theme.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 9615, vendor/assets/stylesheets/dashkit_theme.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 9618, vendor/assets/stylesheets/dashkit_theme.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 9623, vendor/assets/stylesheets/dashkit_theme.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 9626, vendor/assets/stylesheets/dashkit_theme.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 9629, vendor/assets/stylesheets/dashkit_theme.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 9634, vendor/assets/stylesheets/dashkit_theme.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 9637, vendor/assets/stylesheets/dashkit_theme.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 9640, vendor/assets/stylesheets/dashkit_theme.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 9645, vendor/assets/stylesheets/dashkit_theme.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 9648, vendor/assets/stylesheets/dashkit_theme.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 9651, vendor/assets/stylesheets/dashkit_theme.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 9655, vendor/assets/stylesheets/dashkit_theme.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 9658, vendor/assets/stylesheets/dashkit_theme.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 9661, vendor/assets/stylesheets/dashkit_theme.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 9664, vendor/assets/stylesheets/dashkit_theme.scss */
.font-weight-light {
  font-weight: 400 !important;
}

/* line 9667, vendor/assets/stylesheets/dashkit_theme.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 9670, vendor/assets/stylesheets/dashkit_theme.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 9673, vendor/assets/stylesheets/dashkit_theme.scss */
.font-weight-bold {
  font-weight: 600 !important;
}

/* line 9676, vendor/assets/stylesheets/dashkit_theme.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 9679, vendor/assets/stylesheets/dashkit_theme.scss */
.font-italic {
  font-style: italic !important;
}

/* line 9682, vendor/assets/stylesheets/dashkit_theme.scss */
.text-white {
  color: #fff !important;
}

/* line 9685, vendor/assets/stylesheets/dashkit_theme.scss */
.text-primary {
  color: #2c7be5 !important;
}

/* line 9688, vendor/assets/stylesheets/dashkit_theme.scss */
a.text-primary:focus,
a.text-primary:hover {
  color: #1657af !important;
}

/* line 9692, vendor/assets/stylesheets/dashkit_theme.scss */
.text-secondary {
  color: #6e84a3 !important;
}

/* line 9695, vendor/assets/stylesheets/dashkit_theme.scss */
a.text-secondary:focus,
a.text-secondary:hover {
  color: #4c5f78 !important;
}

/* line 9699, vendor/assets/stylesheets/dashkit_theme.scss */
.text-success {
  color: #00d97e !important;
}

/* line 9702, vendor/assets/stylesheets/dashkit_theme.scss */
a.text-success:focus,
a.text-success:hover {
  color: #008d52 !important;
}

/* line 9706, vendor/assets/stylesheets/dashkit_theme.scss */
.text-info {
  color: #39afd1 !important;
}

/* line 9709, vendor/assets/stylesheets/dashkit_theme.scss */
a.text-info:focus,
a.text-info:hover {
  color: #247f9a !important;
}

/* line 9713, vendor/assets/stylesheets/dashkit_theme.scss */
.text-warning {
  color: #f6c343 !important;
}

/* line 9716, vendor/assets/stylesheets/dashkit_theme.scss */
a.text-warning:focus,
a.text-warning:hover {
  color: #e2a40b !important;
}

/* line 9720, vendor/assets/stylesheets/dashkit_theme.scss */
.text-danger {
  color: #e63757 !important;
}

/* line 9723, vendor/assets/stylesheets/dashkit_theme.scss */
a.text-danger:focus,
a.text-danger:hover {
  color: #b91735 !important;
}

/* line 9727, vendor/assets/stylesheets/dashkit_theme.scss */
.text-light {
  color: #edf2f9 !important;
}

/* line 9730, vendor/assets/stylesheets/dashkit_theme.scss */
a.text-light:focus,
a.text-light:hover {
  color: #b4c9e6 !important;
}

/* line 9734, vendor/assets/stylesheets/dashkit_theme.scss */
.text-dark {
  color: #12263f !important;
}

/* line 9737, vendor/assets/stylesheets/dashkit_theme.scss */
a.text-dark:focus,
a.text-dark:hover {
  color: #010204 !important;
}

/* line 9741, vendor/assets/stylesheets/dashkit_theme.scss */
.text-white {
  color: #fff !important;
}

/* line 9744, vendor/assets/stylesheets/dashkit_theme.scss */
a.text-white:focus,
a.text-white:hover {
  color: #d9d9d9 !important;
}

/* line 9748, vendor/assets/stylesheets/dashkit_theme.scss */
.text-body {
  color: #12263f !important;
}

/* line 9751, vendor/assets/stylesheets/dashkit_theme.scss */
.text-muted {
  color: #95aac9 !important;
}

/* line 9754, vendor/assets/stylesheets/dashkit_theme.scss */
.text-black-50 {
  color: rgba(18, 38, 63, 0.5) !important;
}

/* line 9757, vendor/assets/stylesheets/dashkit_theme.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 9760, vendor/assets/stylesheets/dashkit_theme.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 9767, vendor/assets/stylesheets/dashkit_theme.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 9770, vendor/assets/stylesheets/dashkit_theme.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 9774, vendor/assets/stylesheets/dashkit_theme.scss */
.text-reset {
  color: inherit !important;
}

/* line 9777, vendor/assets/stylesheets/dashkit_theme.scss */
.visible {
  visibility: visible !important;
}

/* line 9780, vendor/assets/stylesheets/dashkit_theme.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 9784, vendor/assets/stylesheets/dashkit_theme.scss */
  *,
::after,
::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 9790, vendor/assets/stylesheets/dashkit_theme.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 9793, vendor/assets/stylesheets/dashkit_theme.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 9796, vendor/assets/stylesheets/dashkit_theme.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 9799, vendor/assets/stylesheets/dashkit_theme.scss */
  blockquote,
pre {
    border: 1px solid #b1c2d9;
    page-break-inside: avoid;
  }
  /* line 9804, vendor/assets/stylesheets/dashkit_theme.scss */
  thead {
    display: table-header-group;
  }
  /* line 9807, vendor/assets/stylesheets/dashkit_theme.scss */
  img,
tr {
    page-break-inside: avoid;
  }
  /* line 9811, vendor/assets/stylesheets/dashkit_theme.scss */
  h2,
h3,
p {
    orphans: 3;
    widows: 3;
  }
  /* line 9817, vendor/assets/stylesheets/dashkit_theme.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 9824, vendor/assets/stylesheets/dashkit_theme.scss */
  body {
    min-width: 992px !important;
  }
  /* line 9827, vendor/assets/stylesheets/dashkit_theme.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 9830, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar {
    display: none;
  }
  /* line 9833, vendor/assets/stylesheets/dashkit_theme.scss */
  .badge, .placeholder {
    border: 1px solid #12263f;
  }
  /* line 9836, vendor/assets/stylesheets/dashkit_theme.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 9839, vendor/assets/stylesheets/dashkit_theme.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 9843, vendor/assets/stylesheets/dashkit_theme.scss */
  .table-bordered td,
.table-bordered th {
    border: 1px solid #e3ebf6 !important;
  }
  /* line 9847, vendor/assets/stylesheets/dashkit_theme.scss */
  .table-dark {
    color: inherit;
  }
  /* line 9850, vendor/assets/stylesheets/dashkit_theme.scss */
  .table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #edf2f9;
  }
  /* line 9856, vendor/assets/stylesheets/dashkit_theme.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #edf2f9;
  }
}

/* line 9861, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-link {
  text-decoration: underline;
}

/* line 9864, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-primary {
  color: #fff;
  background-color: #2c7be5;
  border-color: #2c7be5;
}

/* line 9869, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-primary hr {
  border-top-color: #1b6edc;
}

/* line 9872, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-primary .alert-link {
  color: #e6e6e6;
}

/* line 9875, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-primary .alert-link,
.alert-primary .close {
  color: #fff;
}

/* line 9879, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-secondary {
  color: #fff;
  background-color: #6e84a3;
  border-color: #6e84a3;
}

/* line 9884, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-secondary hr {
  border-top-color: #607797;
}

/* line 9887, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-secondary .alert-link {
  color: #e6e6e6;
}

/* line 9890, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-secondary .alert-link,
.alert-secondary .close {
  color: #fff;
}

/* line 9894, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-success {
  color: #fff;
  background-color: #00d97e;
  border-color: #00d97e;
}

/* line 9899, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-success hr {
  border-top-color: #00c06f;
}

/* line 9902, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-success .alert-link {
  color: #e6e6e6;
}

/* line 9905, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-success .alert-link,
.alert-success .close {
  color: #fff;
}

/* line 9909, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-info {
  color: #fff;
  background-color: #39afd1;
  border-color: #39afd1;
}

/* line 9914, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-info hr {
  border-top-color: #2da2c3;
}

/* line 9917, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-info .alert-link {
  color: #e6e6e6;
}

/* line 9920, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-info .alert-link,
.alert-info .close {
  color: #fff;
}

/* line 9924, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-warning {
  color: #283e59;
  background-color: #f6c343;
  border-color: #f6c343;
}

/* line 9929, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-warning hr {
  border-top-color: #f5bb2b;
}

/* line 9932, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-warning .alert-link {
  color: #182536;
}

/* line 9935, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-warning .alert-link,
.alert-warning .close {
  color: #283e59;
}

/* line 9939, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-danger {
  color: #fff;
  background-color: #e63757;
  border-color: #e63757;
}

/* line 9944, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-danger hr {
  border-top-color: #e32044;
}

/* line 9947, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-danger .alert-link {
  color: #e6e6e6;
}

/* line 9950, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-danger .alert-link,
.alert-danger .close {
  color: #fff;
}

/* line 9954, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-light {
  color: #283e59;
  background-color: #edf2f9;
  border-color: #edf2f9;
}

/* line 9959, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-light hr {
  border-top-color: #dae4f3;
}

/* line 9962, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-light .alert-link {
  color: #182536;
}

/* line 9965, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-light .alert-link,
.alert-light .close {
  color: #283e59;
}

/* line 9969, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-dark {
  color: #fff;
  background-color: #12263f;
  border-color: #12263f;
}

/* line 9974, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-dark hr {
  border-top-color: #0c1a2b;
}

/* line 9977, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-dark .alert-link {
  color: #e6e6e6;
}

/* line 9980, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-dark .alert-link,
.alert-dark .close {
  color: #fff;
}

/* line 9984, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-white {
  color: #283e59;
  background-color: #fff;
  border-color: #fff;
}

/* line 9989, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-white hr {
  border-top-color: #f2f2f2;
}

/* line 9992, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-white .alert-link {
  color: #182536;
}

/* line 9995, vendor/assets/stylesheets/dashkit_theme.scss */
.alert-white .alert-link,
.alert-white .close {
  color: #283e59;
}

/* line 9999, vendor/assets/stylesheets/dashkit_theme.scss */
.badge, .placeholder {
  vertical-align: middle;
}

/* line 10002, vendor/assets/stylesheets/dashkit_theme.scss */
.btn .badge, .btn .placeholder {
  top: -2px;
}

/* line 10005, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-soft-primary, .placeholder {
  color: #2c7be5;
  background-color: #d5e5fa;
}

/* line 10009, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-soft-primary[href]:focus, .placeholder[href]:focus,
.badge-soft-primary[href]:hover,
.placeholder[href]:hover {
  color: #2c7be5;
  text-decoration: none;
  background-color: #bed7f7;
}

/* line 10015, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-soft-secondary {
  color: #6e84a3;
  background-color: #e2e6ed;
}

/* line 10019, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-soft-secondary[href]:focus,
.badge-soft-secondary[href]:hover {
  color: #6e84a3;
  text-decoration: none;
  background-color: #d2d8e3;
}

/* line 10025, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-soft-success {
  color: #00d97e;
  background-color: #ccf7e5;
}

/* line 10029, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-soft-success[href]:focus,
.badge-soft-success[href]:hover {
  color: #00d97e;
  text-decoration: none;
  background-color: #b6f4da;
}

/* line 10035, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-soft-info {
  color: #39afd1;
  background-color: #d7eff6;
}

/* line 10039, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-soft-info[href]:focus,
.badge-soft-info[href]:hover {
  color: #39afd1;
  text-decoration: none;
  background-color: #c2e7f1;
}

/* line 10045, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-soft-warning {
  color: #f6c343;
  background-color: #fdf3d9;
}

/* line 10049, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-soft-warning[href]:focus,
.badge-soft-warning[href]:hover {
  color: #f6c343;
  text-decoration: none;
  background-color: #fcebc1;
}

/* line 10055, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-soft-danger {
  color: #e63757;
  background-color: #fad7dd;
}

/* line 10059, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-soft-danger[href]:focus,
.badge-soft-danger[href]:hover {
  color: #e63757;
  text-decoration: none;
  background-color: #f7c0ca;
}

/* line 10065, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-soft-light {
  color: #edf2f9;
  background-color: #fbfcfe;
}

/* line 10069, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-soft-light[href]:focus,
.badge-soft-light[href]:hover {
  color: #edf2f9;
  text-decoration: none;
  background-color: #e7edf9;
}

/* line 10075, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-soft-dark {
  color: #12263f;
  background-color: #d0d4d9;
}

/* line 10079, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-soft-dark[href]:focus,
.badge-soft-dark[href]:hover {
  color: #12263f;
  text-decoration: none;
  background-color: #c2c7ce;
}

/* line 10085, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-soft-white {
  color: #fff;
  background-color: #fff;
}

/* line 10089, vendor/assets/stylesheets/dashkit_theme.scss */
.badge-soft-white[href]:focus,
.badge-soft-white[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f2f2f2;
}

/* line 10095, vendor/assets/stylesheets/dashkit_theme.scss */
.breadcrumb-item + .breadcrumb-item::before {
  width: 0.3rem;
  height: 0.6rem;
  margin-right: 0.5rem;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #d2ddec;
}

/* line 10107, vendor/assets/stylesheets/dashkit_theme.scss */
.breadcrumb-sm {
  font-size: 0.8125rem;
}

/* line 10110, vendor/assets/stylesheets/dashkit_theme.scss */
.breadcrumb-overflow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
}

/* line 10116, vendor/assets/stylesheets/dashkit_theme.scss */
.breadcrumb-overflow::-webkit-scrollbar {
  display: none;
}

/* line 10119, vendor/assets/stylesheets/dashkit_theme.scss */
.breadcrumb-overflow .breadcrumb-item {
  white-space: nowrap;
}

/* line 10122, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-white {
  border-color: #e3ebf6;
}

/* line 10125, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-white:focus,
.btn-white:hover {
  background-color: #f9fbfd;
  border-color: #d2ddec;
}

/* line 10130, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-group-toggle .btn-white.active:not(:disabled):not(.disabled),
.btn-group-toggle .btn-white:not(:disabled):not(.disabled):active {
  background-color: #fff;
  border-color: #2c7be5;
  color: #2c7be5;
}

/* line 10136, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-group-toggle .btn-white.focus,
.btn-group-toggle .btn-white:focus {
  box-shadow: none;
}

/* line 10140, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
  color: #fff;
}

/* line 10145, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-white-20:focus,
.btn-white-20:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: transparent;
  color: #fff;
}

/* line 10151, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-outline-secondary:not(:hover):not([aria-expanded="true"]):not([aria-pressed="true"]) {
  border-color: #d2ddec;
}

/* line 10154, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-rounded-circle {
  width: calc(1em * 1.5 + 1rem + 1px * 2);
  padding-left: 0;
  padding-right: 0;
  border-radius: 50%;
}

/* line 10160, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-group-lg > .btn-rounded-circle.btn,
.btn-rounded-circle.btn-lg {
  width: calc(1em * 1.5 + 1.5rem + 1px * 2);
}

/* line 10164, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-group-sm > .btn-rounded-circle.btn,
.btn-rounded-circle.btn-sm {
  width: calc(1em * 1.75 + 0.25rem + 1px * 2);
}

/* line 10168, vendor/assets/stylesheets/dashkit_theme.scss */
.btn-group .btn + .btn {
  margin-left: 0;
}

/* line 10171, vendor/assets/stylesheets/dashkit_theme.scss */
.card {
  margin-bottom: 1.5rem;
  border-color: #edf2f9;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

/* line 10176, vendor/assets/stylesheets/dashkit_theme.scss */
.card > * {
  flex-shrink: 0;
}

/* line 10179, vendor/assets/stylesheets/dashkit_theme.scss */
.card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 60px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 10187, vendor/assets/stylesheets/dashkit_theme.scss */
.card-header > :first-child {
  flex: 1;
}

/* line 10190, vendor/assets/stylesheets/dashkit_theme.scss */
.card-header + .card-footer {
  border-top-width: 0;
}

/* line 10193, vendor/assets/stylesheets/dashkit_theme.scss */
.card-title {
  margin-bottom: 0.5rem;
}

/* line 10196, vendor/assets/stylesheets/dashkit_theme.scss */
.card-header-title {
  margin-bottom: 0;
}

/* line 10199, vendor/assets/stylesheets/dashkit_theme.scss */
.card-header-tabs {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: 0;
  margin-right: 0;
}

/* line 10205, vendor/assets/stylesheets/dashkit_theme.scss */
.card-header-tabs .nav-link {
  padding-top: calc((60px - 1em * 1.5) / 2) !important;
  padding-bottom: calc((60px - 1em * 1.5) / 2) !important;
}

/* line 10209, vendor/assets/stylesheets/dashkit_theme.scss */
.card-table {
  margin-bottom: 0;
}

/* line 10212, vendor/assets/stylesheets/dashkit_theme.scss */
.card-table thead th {
  border-top-width: 0;
}

/* line 10215, vendor/assets/stylesheets/dashkit_theme.scss */
.card-table tbody td:first-child,
.card-table thead th:first-child {
  padding-left: 1.5rem !important;
}

/* line 10219, vendor/assets/stylesheets/dashkit_theme.scss */
.card-table tbody td:last-child,
.card-table thead th:last-child {
  padding-right: 1.5rem !important;
}

/* line 10223, vendor/assets/stylesheets/dashkit_theme.scss */
.card > .card-table:first-child > tbody:first-child > tr:first-child > td:first-child,
.card > .card-table:first-child > tbody:first-child > tr:first-child > th:first-child,
.card > .card-table:first-child > tfoot:first-child > tr:first-child > td:first-child,
.card > .card-table:first-child > tfoot:first-child > tr:first-child > th:first-child,
.card > .card-table:first-child > thead:first-child > tr:first-child > td:first-child,
.card > .card-table:first-child > thead:first-child > tr:first-child > th:first-child,
.card > .table-responsive:first-child > .card-table > tbody:first-child > tr:first-child > td:first-child,
.card > .table-responsive:first-child > .card-table > tbody:first-child > tr:first-child > th:first-child,
.card > .table-responsive:first-child > .card-table > tfoot:first-child > tr:first-child > td:first-child,
.card > .table-responsive:first-child > .card-table > tfoot:first-child > tr:first-child > th:first-child,
.card > .table-responsive:first-child > .card-table > thead:first-child > tr:first-child > td:first-child,
.card > .table-responsive:first-child > .card-table > thead:first-child > tr:first-child > th:first-child {
  border-top-left-radius: 0.5rem;
}

/* line 10237, vendor/assets/stylesheets/dashkit_theme.scss */
.card > .card-table:first-child > tbody:first-child > tr:first-child > td:last-child,
.card > .card-table:first-child > tbody:first-child > tr:first-child > th:last-child,
.card > .card-table:first-child > tfoot:first-child > tr:first-child > td:last-child,
.card > .card-table:first-child > tfoot:first-child > tr:first-child > th:last-child,
.card > .card-table:first-child > thead:first-child > tr:first-child > td:last-child,
.card > .card-table:first-child > thead:first-child > tr:first-child > th:last-child,
.card > .table-responsive:first-child > .card-table > tbody:first-child > tr:first-child > td:last-child,
.card > .table-responsive:first-child > .card-table > tbody:first-child > tr:first-child > th:last-child,
.card > .table-responsive:first-child > .card-table > tfoot:first-child > tr:first-child > td:last-child,
.card > .table-responsive:first-child > .card-table > tfoot:first-child > tr:first-child > th:last-child,
.card > .table-responsive:first-child > .card-table > thead:first-child > tr:first-child > td:last-child,
.card > .table-responsive:first-child > .card-table > thead:first-child > tr:first-child > th:last-child {
  border-top-right-radius: 0.5rem;
}

/* line 10251, vendor/assets/stylesheets/dashkit_theme.scss */
.card-avatar {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

/* line 10257, vendor/assets/stylesheets/dashkit_theme.scss */
.card-avatar-top {
  margin-top: -3rem;
}

/* line 10260, vendor/assets/stylesheets/dashkit_theme.scss */
.card-avatar-top.avatar-xs {
  margin-top: -2.3125rem;
}

/* line 10263, vendor/assets/stylesheets/dashkit_theme.scss */
.card-avatar-top.avatar-sm {
  margin-top: -2.75rem;
}

/* line 10266, vendor/assets/stylesheets/dashkit_theme.scss */
.card-avatar-top.avatar-lg {
  margin-top: -3.5rem;
}

/* line 10269, vendor/assets/stylesheets/dashkit_theme.scss */
.card-avatar-top.avatar-xl {
  margin-top: -4.0625rem;
}

/* line 10272, vendor/assets/stylesheets/dashkit_theme.scss */
.card-avatar-top.avatar-xxl {
  margin-top: -5.5rem;
}

/* line 10275, vendor/assets/stylesheets/dashkit_theme.scss */
.card-dropdown {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

/* line 10280, vendor/assets/stylesheets/dashkit_theme.scss */
.card-inactive {
  border-color: #e3ebf6;
  border-style: dashed;
  background-color: transparent;
  box-shadow: none;
}

/* line 10286, vendor/assets/stylesheets/dashkit_theme.scss */
.card-flush {
  background: 0 0;
  border: none;
  box-shadow: none;
}

/* line 10291, vendor/assets/stylesheets/dashkit_theme.scss */
.card-sm .card-body,
.card-sm .card-footer-boxed {
  padding: 1rem;
}

/* line 10295, vendor/assets/stylesheets/dashkit_theme.scss */
.card-header-flush {
  border-bottom: 0;
}

/* line 10298, vendor/assets/stylesheets/dashkit_theme.scss */
.card-header-flush + .card-body {
  padding-top: 0;
}

/* line 10301, vendor/assets/stylesheets/dashkit_theme.scss */
.card-fill {
  height: calc(100% - 1.5rem);
}

/* line 10304, vendor/assets/stylesheets/dashkit_theme.scss */
.card-fill .card-body {
  flex-grow: 0;
  margin-top: auto;
  margin-bottom: auto;
}

/* line 10309, vendor/assets/stylesheets/dashkit_theme.scss */
.card-fill-xs {
  height: calc(100% - 1.5rem);
}

/* line 10312, vendor/assets/stylesheets/dashkit_theme.scss */
.card-fill-xs .card-body {
  flex-grow: 0;
  margin-top: auto;
  margin-bottom: auto;
}

@media (min-width: 576px) {
  /* line 10318, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-fill-sm {
    height: calc(100% - 1.5rem);
  }
  /* line 10321, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-fill-sm .card-body {
    flex-grow: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media (min-width: 768px) {
  /* line 10328, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-fill-md {
    height: calc(100% - 1.5rem);
  }
  /* line 10331, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-fill-md .card-body {
    flex-grow: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media (min-width: 992px) {
  /* line 10338, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-fill-lg {
    height: calc(100% - 1.5rem);
  }
  /* line 10341, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-fill-lg .card-body {
    flex-grow: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media (min-width: 1200px) {
  /* line 10348, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-fill-xl {
    height: calc(100% - 1.5rem);
  }
  /* line 10351, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-fill-xl .card-body {
    flex-grow: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

/* line 10357, vendor/assets/stylesheets/dashkit_theme.scss */
.card-adjust {
  height: 0;
  min-height: 100%;
}

/* line 10361, vendor/assets/stylesheets/dashkit_theme.scss */
.card-adjust .card {
  height: calc(100% - 1.5rem);
}

/* line 10364, vendor/assets/stylesheets/dashkit_theme.scss */
.card-adjust .card-body {
  height: calc(100% - 60px);
  overflow-y: auto;
}

/* line 10368, vendor/assets/stylesheets/dashkit_theme.scss */
.card-adjust-xs {
  height: 0;
  min-height: 100%;
}

/* line 10372, vendor/assets/stylesheets/dashkit_theme.scss */
.card-adjust-xs .card {
  height: calc(100% - 1.5rem);
}

/* line 10375, vendor/assets/stylesheets/dashkit_theme.scss */
.card-adjust-xs .card-body {
  height: calc(100% - 60px);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 10380, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-adjust-sm {
    height: 0;
    min-height: 100%;
  }
  /* line 10384, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-adjust-sm .card {
    height: calc(100% - 1.5rem);
  }
  /* line 10387, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-adjust-sm .card-body {
    height: calc(100% - 60px);
    overflow-y: auto;
  }
}

@media (min-width: 768px) {
  /* line 10393, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-adjust-md {
    height: 0;
    min-height: 100%;
  }
  /* line 10397, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-adjust-md .card {
    height: calc(100% - 1.5rem);
  }
  /* line 10400, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-adjust-md .card-body {
    height: calc(100% - 60px);
    overflow-y: auto;
  }
}

@media (min-width: 992px) {
  /* line 10406, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-adjust-lg {
    height: 0;
    min-height: 100%;
  }
  /* line 10410, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-adjust-lg .card {
    height: calc(100% - 1.5rem);
  }
  /* line 10413, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-adjust-lg .card-body {
    height: calc(100% - 60px);
    overflow-y: auto;
  }
}

@media (min-width: 1200px) {
  /* line 10419, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-adjust-xl {
    height: 0;
    min-height: 100%;
  }
  /* line 10423, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-adjust-xl .card {
    height: calc(100% - 1.5rem);
  }
  /* line 10426, vendor/assets/stylesheets/dashkit_theme.scss */
  .card-adjust-xl .card-body {
    height: calc(100% - 60px);
    overflow-y: auto;
  }
}

/* line 10431, vendor/assets/stylesheets/dashkit_theme.scss */
.card-footer-boxed {
  padding-right: 0;
  padding-bottom: 1.5rem;
  padding-left: 0;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

/* line 10438, vendor/assets/stylesheets/dashkit_theme.scss */
.card-pagination.pagination-tabs {
  margin-top: -1rem;
  margin-bottom: -1rem;
  border: 0;
}

/* line 10443, vendor/assets/stylesheets/dashkit_theme.scss */
.card-pagination.pagination-tabs .page,
.card-pagination.pagination-tabs .page-link {
  border-top-width: 0 !important;
}

/* line 10447, vendor/assets/stylesheets/dashkit_theme.scss */
.card-pagination.pagination-tabs .active .page,
.card-pagination.pagination-tabs .active .page-link {
  border-width: 0 0 1px 0 !important;
}

/* line 10451, vendor/assets/stylesheets/dashkit_theme.scss */
.card-divider {
  border-color: #edf2f9;
}

/* line 10454, vendor/assets/stylesheets/dashkit_theme.scss */
.close-sm {
  font-size: 0.9375rem;
}

/* line 10457, vendor/assets/stylesheets/dashkit_theme.scss */
.highlight {
  padding: 0;
}

/* line 10460, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-switch {
  min-height: 1.5rem;
}

/* line 10463, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-switch .custom-control-label::before {
  top: 0;
  height: 1.5rem;
  border-radius: 0.75rem;
}

/* line 10468, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-switch .custom-control-label::after {
  top: 0.1875rem;
  left: -3.3125rem;
  background-color: #fff;
}

/* line 10473, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(1.5rem);
}

/* line 10477, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-select-sm {
  line-height: 1.75;
}

/* line 10480, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-circle {
  padding-left: 1.875rem;
}

/* line 10483, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-circle .custom-control-label::after,
.custom-control-circle .custom-control-label::before {
  top: 0.01562rem;
  left: -1.875rem;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
}

/* line 10491, vendor/assets/stylesheets/dashkit_theme.scss */
.custom-control-circle .custom-control-input:checked ~ .custom-control-label::after,
.custom-control-circle .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.3333 1L3.99996 8.33333L0.666626 5' stroke='%23FFFFFF' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-size: 0.75rem 0.5625rem;
}

/* line 10496, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-toggle::after {
  width: auto;
  height: auto;
  border: none !important;
  vertical-align: middle;
  font-family: Feather;
}

/* line 10503, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-toggle::after {
  content: "\e92e";
}

/* line 10506, vendor/assets/stylesheets/dashkit_theme.scss */
.dropup > .dropdown-toggle::after {
  content: "\e931";
}

/* line 10509, vendor/assets/stylesheets/dashkit_theme.scss */
.dropright > .dropdown-toggle::after {
  content: "\e930";
}

/* line 10512, vendor/assets/stylesheets/dashkit_theme.scss */
.dropleft > .dropdown-toggle::before {
  content: "\e92f";
  width: auto;
  height: auto;
  border: none !important;
  vertical-align: middle;
  font-family: Feather;
}

/* line 10520, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-item.dropdown-toggle {
  display: flex;
  justify-content: space-between;
}

/* line 10524, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-menu {
  animation: dropdownMenu 0.15s;
}

@keyframes dropdownMenu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 10544, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-ellipses {
  font-size: 1.0625rem;
  color: #d2ddec;
}

/* line 10548, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-ellipses::after {
  display: none;
}

/* line 10551, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-menu-card {
  min-width: 350px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  border-color: rgba(18, 38, 63, 0.1);
}

/* line 10558, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-menu-card .card-header {
  min-height: 3.125rem;
}

/* line 10561, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-menu-card .card-body {
  max-height: 350px;
  overflow-y: auto;
}

/* line 10565, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-menu-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.8125rem;
}

/* line 10570, vendor/assets/stylesheets/dashkit_theme.scss */
.dropdown-menu-sm .dropdown-item {
  padding: 0.1875rem 0.75rem;
}

/* line 10573, vendor/assets/stylesheets/dashkit_theme.scss */
.form-text {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 10577, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control.is-invalid:focus,
.form-control.is-valid:focus,
.was-validated .form-control:invalid:focus,
.was-validated .form-control:valid:focus {
  box-shadow: none;
}

/* line 10583, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control-flush {
  padding-left: 0;
  border-color: transparent !important;
  background-color: transparent !important;
  resize: none;
}

/* line 10589, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control:not(.custom-select) {
  padding-right: 0;
}

/* line 10592, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control-auto {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 10597, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control-rounded {
  border-radius: 20rem;
}

/* line 10600, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group.input-group-merge > .form-control {
  border-radius: 0.375rem;
}

/* line 10603, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group.input-group-merge > .form-control:focus {
  box-shadow: none;
}

/* line 10606, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group.input-group-merge > .form-control:focus ~ [class*="input-group"] > .input-group-text {
  border-color: #2c7be5;
}

/* line 10609, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group.input-group-merge > .form-control.is-valid ~ [class*="input-group"] > .input-group-text {
  border-color: #00d97e;
}

/* line 10612, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group.input-group-merge > .form-control.is-invalid ~ [class*="input-group"] > .input-group-text {
  border-color: #e63757;
}

/* line 10615, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group.input-group-merge > .form-control-prepended {
  padding-left: 0.375rem;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left-width: 0;
}

/* line 10621, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group.input-group-merge > .form-control-appended {
  padding-right: 0.375rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right-width: 0;
}

/* line 10627, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group.input-group-merge > .input-group-prepend {
  order: -1;
}

/* line 10630, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: 0.375rem;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-right-width: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 10637, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group.input-group-merge > .input-group-append > .input-group-text {
  padding-left: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-left-width: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 10644, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-lg.input-group-merge > .form-control {
  border-radius: 0.5rem;
}

/* line 10647, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-lg.input-group-merge > .form-control-prepended {
  padding-left: 0.625rem;
}

/* line 10650, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-lg.input-group-merge > .form-control-appended {
  padding-right: 0.625rem;
}

/* line 10653, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-lg.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: 0.625rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 10658, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-lg.input-group-merge > .input-group-append > .input-group-text {
  padding-left: 0.625rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* line 10663, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-sm.input-group-merge > .form-control {
  border-radius: 0.25rem;
}

/* line 10666, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-sm.input-group-merge > .form-control-prepended {
  padding-left: 0.25rem;
}

/* line 10669, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-sm.input-group-merge > .form-control-appended {
  padding-right: 0.25rem;
}

/* line 10672, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-sm.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 10677, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-sm.input-group-merge > .input-group-append > .input-group-text {
  padding-left: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 10682, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-rounded.input-group-merge > .form-control {
  border-radius: 20rem;
}

/* line 10685, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-rounded.input-group-merge > .input-group-prepend > .input-group-text {
  border-top-left-radius: 20rem;
  border-bottom-left-radius: 20rem;
}

/* line 10689, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-rounded.input-group-merge > .input-group-append > .input-group-text {
  border-top-right-radius: 20rem;
  border-bottom-right-radius: 20rem;
}

/* line 10693, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-flush > .form-control {
  padding-top: 0;
  padding-bottom: 0;
  border-color: transparent !important;
  background-color: transparent !important;
}

/* line 10699, vendor/assets/stylesheets/dashkit_theme.scss */
.input-group-flush > .input-group-append > .input-group-text,
.input-group-flush > .input-group-prepend > .input-group-text {
  padding: 0;
  border-width: 0;
  background-color: transparent;
}

/* line 10705, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control.h1,
.form-control.h2,
.form-control.h3,
.form-control.h4,
.form-control.h5 {
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: -0.02em;
}

/* line 10714, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control.h1 {
  font-size: 1.625rem;
}

/* line 10717, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control.h2 {
  font-size: 1.25rem;
}

/* line 10720, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control.h3 {
  font-size: 1.0625rem;
}

/* line 10723, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control.h4 {
  font-size: 0.9375rem;
}

/* line 10726, vendor/assets/stylesheets/dashkit_theme.scss */
.form-control.h5 {
  font-size: 0.8125rem;
}

/* line 10729, vendor/assets/stylesheets/dashkit_theme.scss */
.jumbotron {
  padding: 1rem;
}

@media (min-width: 576px) {
  /* line 10733, vendor/assets/stylesheets/dashkit_theme.scss */
  .jumbotron {
    padding: 2rem;
  }
}

/* line 10737, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-primary {
  color: #fff;
  background-color: #2c7be5;
}

/* line 10741, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #fff;
  background-color: #1b6edc;
}

/* line 10746, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

/* line 10751, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-secondary {
  color: #fff;
  background-color: #6e84a3;
}

/* line 10755, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #fff;
  background-color: #607797;
}

/* line 10760, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

/* line 10765, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-success {
  color: #fff;
  background-color: #00d97e;
}

/* line 10769, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #fff;
  background-color: #00c06f;
}

/* line 10774, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

/* line 10779, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-info {
  color: #fff;
  background-color: #39afd1;
}

/* line 10783, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #fff;
  background-color: #2da2c3;
}

/* line 10788, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

/* line 10793, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-warning {
  color: #283e59;
  background-color: #f6c343;
}

/* line 10797, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #283e59;
  background-color: #f5bb2b;
}

/* line 10802, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #283e59;
  border-color: #283e59;
}

/* line 10807, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-danger {
  color: #fff;
  background-color: #e63757;
}

/* line 10811, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #fff;
  background-color: #e32044;
}

/* line 10816, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

/* line 10821, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-light {
  color: #283e59;
  background-color: #edf2f9;
}

/* line 10825, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #283e59;
  background-color: #dae4f3;
}

/* line 10830, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #283e59;
  border-color: #283e59;
}

/* line 10835, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-dark {
  color: #fff;
  background-color: #12263f;
}

/* line 10839, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #fff;
  background-color: #0c1a2b;
}

/* line 10844, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

/* line 10849, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-white {
  color: #283e59;
  background-color: #fff;
}

/* line 10853, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-white.list-group-item-action:focus,
.list-group-item-white.list-group-item-action:hover {
  color: #283e59;
  background-color: #f2f2f2;
}

/* line 10858, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #283e59;
  border-color: #283e59;
}

/* line 10863, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-lg .list-group-item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 10867, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-flush > .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

/* line 10871, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-focus .list-group-item:focus .text-focus {
  color: #2c7be5 !important;
}

/* line 10874, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-activity .list-group-item {
  border: 0;
}

/* line 10877, vendor/assets/stylesheets/dashkit_theme.scss */
.list-group-activity .list-group-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  height: 100%;
  border-left: 1px solid #e3ebf6;
}

/* line 10885, vendor/assets/stylesheets/dashkit_theme.scss */
.modal.fade .modal-dialog {
  transform: translate(0, -150px);
}

/* line 10888, vendor/assets/stylesheets/dashkit_theme.scss */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 10891, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-header .close {
  margin: -1.5rem -1.5rem -1.5rem auto;
}

/* line 10894, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-dialog-vertical {
  height: 100%;
  max-width: 350px;
  margin: 0;
}

/* line 10899, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-dialog-vertical .modal-content {
  height: inherit;
  border-width: 0 1px 0 0;
  border-radius: 0;
}

/* line 10904, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-dialog-vertical .modal-header {
  border-radius: inherit;
}

/* line 10907, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-dialog-vertical .modal-body {
  height: inherit;
  overflow-y: auto;
}

/* line 10911, vendor/assets/stylesheets/dashkit_theme.scss */
.modal.fade .modal-dialog-vertical {
  transform: translateX(-100%);
}

/* line 10914, vendor/assets/stylesheets/dashkit_theme.scss */
.modal.show .modal-dialog-vertical {
  transform: translateX(0);
}

/* line 10917, vendor/assets/stylesheets/dashkit_theme.scss */
.modal.fixed-right {
  padding-right: 0 !important;
}

/* line 10920, vendor/assets/stylesheets/dashkit_theme.scss */
.modal.fixed-right .modal-dialog-vertical {
  margin-left: auto;
}

/* line 10923, vendor/assets/stylesheets/dashkit_theme.scss */
.modal.fixed-right.fade .modal-dialog-vertical {
  transform: translateX(100%);
}

/* line 10926, vendor/assets/stylesheets/dashkit_theme.scss */
.modal.fixed-right.show .modal-dialog-vertical {
  transform: translateX(0);
}

/* line 10929, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-card {
  margin-bottom: 0;
}

/* line 10932, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-card .card-body {
  max-height: 350px;
  overflow-y: auto;
}

/* line 10936, vendor/assets/stylesheets/dashkit_theme.scss */
.modal-header-tabs {
  margin-top: -1rem;
  margin-bottom: calc(-1rem - 1px);
}

/* line 10940, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-tabs .nav-item {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

/* line 10944, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-tabs .nav-link {
  padding: 1rem 0;
  border-bottom: 1px solid transparent;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}

/* line 10951, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-tabs .nav-link:not(.active) {
  color: #95aac9;
}

/* line 10954, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-tabs .nav-link:not(.active):hover {
  color: #6e84a3;
}

/* line 10957, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-tabs .nav-item:first-child {
  margin-left: 0;
}

/* line 10960, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-tabs .nav-item:last-child {
  margin-right: 0;
}

/* line 10963, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-tabs .nav-item.show .nav-link {
  border-color: transparent;
}

/* line 10966, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-overflow {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 1px;
}

/* line 10972, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-overflow::-webkit-scrollbar {
  display: none;
}

/* line 10975, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-tabs-sm {
  font-size: 0.8125rem;
}

/* line 10978, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-tabs-sm .nav-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

/* line 10982, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-tabs-sm .nav-link {
  padding-top: 1.15385rem;
  padding-bottom: 1.15385rem;
}

/* line 10986, vendor/assets/stylesheets/dashkit_theme.scss */
.nav-sm .nav-link {
  font-size: 0.8125rem;
}

/* line 10989, vendor/assets/stylesheets/dashkit_theme.scss */
.nav.btn-group .btn-white.active {
  background-color: #2c7be5;
  border-color: #2c7be5;
  color: #fff;
}

/* line 10994, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar {
  border-width: 0 0 1px 0;
  border-style: solid;
}

/* line 10998, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark {
  background-color: #152e4d;
  border-color: #152e4d;
}

/* line 11002, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark .navbar-heading {
  color: #6e84a3;
}

/* line 11005, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark .navbar-divider {
  border-color: #1e3a5c;
}

/* line 11008, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark .navbar-user {
  border-top-color: #1e3a5c;
}

/* line 11011, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark .navbar-user-link {
  color: #6e84a3;
}

/* line 11014, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark .navbar-user-link:focus,
.navbar-dark .navbar-user-link:hover {
  color: #fff;
}

/* line 11018, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark .navbar-brand {
  filter: none;
}

/* line 11022, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark .navbar-collapse::before {
  border-top-color: #1e3a5c;
}

/* line 11025, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark.navbar-expand-xs .navbar-nav .dropdown-item {
  color: #6e84a3;
}

/* line 11028, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark.navbar-expand-xs .navbar-nav .dropdown-item:focus,
.navbar-dark.navbar-expand-xs .navbar-nav .dropdown-item:hover {
  color: #fff;
}

/* line 11032, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark.navbar-expand-xs .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-expand-xs .navbar-nav .dropdown-item:active,
.navbar-dark.navbar-expand-xs .navbar-nav .show > .nav-link {
  color: #fff;
}

@media (max-width: 575.98px) {
  /* line 11038, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-expand-sm .navbar-nav .dropdown-item {
    color: #6e84a3;
  }
  /* line 11041, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-expand-sm .navbar-nav .dropdown-item:focus,
.navbar-dark.navbar-expand-sm .navbar-nav .dropdown-item:hover {
    color: #fff;
  }
  /* line 11045, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-expand-sm .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-expand-sm .navbar-nav .dropdown-item:active,
.navbar-dark.navbar-expand-sm .navbar-nav .show > .nav-link {
    color: #fff;
  }
}

@media (max-width: 767.98px) {
  /* line 11052, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-expand-md .navbar-nav .dropdown-item {
    color: #6e84a3;
  }
  /* line 11055, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-expand-md .navbar-nav .dropdown-item:focus,
.navbar-dark.navbar-expand-md .navbar-nav .dropdown-item:hover {
    color: #fff;
  }
  /* line 11059, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-expand-md .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-expand-md .navbar-nav .dropdown-item:active,
.navbar-dark.navbar-expand-md .navbar-nav .show > .nav-link {
    color: #fff;
  }
}

@media (max-width: 991.98px) {
  /* line 11066, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-expand-lg .navbar-nav .dropdown-item {
    color: #6e84a3;
  }
  /* line 11069, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-expand-lg .navbar-nav .dropdown-item:focus,
.navbar-dark.navbar-expand-lg .navbar-nav .dropdown-item:hover {
    color: #fff;
  }
  /* line 11073, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-expand-lg .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-expand-lg .navbar-nav .dropdown-item:active,
.navbar-dark.navbar-expand-lg .navbar-nav .show > .nav-link {
    color: #fff;
  }
}

@media (max-width: 1199.98px) {
  /* line 11080, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-expand-xl .navbar-nav .dropdown-item {
    color: #6e84a3;
  }
  /* line 11083, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-expand-xl .navbar-nav .dropdown-item:focus,
.navbar-dark.navbar-expand-xl .navbar-nav .dropdown-item:hover {
    color: #fff;
  }
  /* line 11087, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-expand-xl .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-expand-xl .navbar-nav .dropdown-item:active,
.navbar-dark.navbar-expand-xl .navbar-nav .show > .nav-link {
    color: #fff;
  }
}

/* line 11093, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark.navbar-vibrant {
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: cover, cover;
  background-origin: border-box;
  border-color: transparent;
}

@media (max-width: 767.98px) {
  /* line 11103, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-vibrant {
    background-attachment: fixed, fixed;
  }
}

/* line 11107, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark.navbar-vibrant .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11110, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark.navbar-vibrant .nav-link:focus,
.navbar-dark.navbar-vibrant .nav-link:hover {
  color: #fff;
}

/* line 11114, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark.navbar-vibrant .nav-item .nav-link.active,
.navbar-dark.navbar-vibrant .nav-item.active .nav-link {
  color: #fff;
}

/* line 11118, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark.navbar-vibrant .navbar-heading {
  color: rgba(255, 255, 255, 0.4);
}

/* line 11121, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark.navbar-vibrant .navbar-divider {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 11124, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark.navbar-vibrant .navbar-user {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 11127, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark.navbar-vibrant .navbar-user-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11130, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark.navbar-vibrant .navbar-user-link:focus,
.navbar-dark.navbar-vibrant .navbar-user-link:hover {
  color: #fff;
}

/* line 11134, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark.navbar-vibrant .navbar-brand {
  filter: brightness(0) invert(1);
}

/* line 11138, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark.navbar-vibrant .navbar-collapse::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 11141, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark.navbar-vibrant .navbar-nav .nav-link.active::before {
  border-color: #fff;
}

/* line 11144, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark.navbar-vibrant.navbar-expand-xs .navbar-nav .dropdown-item {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11147, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark.navbar-vibrant.navbar-expand-xs .navbar-nav .dropdown-item:focus,
.navbar-dark.navbar-vibrant.navbar-expand-xs .navbar-nav .dropdown-item:hover {
  color: #fff;
}

/* line 11151, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark.navbar-vibrant.navbar-expand-xs .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-vibrant.navbar-expand-xs .navbar-nav .dropdown-item:active,
.navbar-dark.navbar-vibrant.navbar-expand-xs .navbar-nav .show > .nav-link {
  color: #fff;
}

@media (max-width: 575.98px) {
  /* line 11157, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-sm .navbar-nav .dropdown-item {
    color: rgba(255, 255, 255, 0.7);
  }
  /* line 11160, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-sm .navbar-nav .dropdown-item:focus,
.navbar-dark.navbar-vibrant.navbar-expand-sm .navbar-nav .dropdown-item:hover {
    color: #fff;
  }
  /* line 11164, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-sm .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-vibrant.navbar-expand-sm .navbar-nav .dropdown-item:active,
.navbar-dark.navbar-vibrant.navbar-expand-sm .navbar-nav .show > .nav-link {
    color: #fff;
  }
}

@media (max-width: 767.98px) {
  /* line 11171, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-md .navbar-nav .dropdown-item {
    color: rgba(255, 255, 255, 0.7);
  }
  /* line 11174, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-md .navbar-nav .dropdown-item:focus,
.navbar-dark.navbar-vibrant.navbar-expand-md .navbar-nav .dropdown-item:hover {
    color: #fff;
  }
  /* line 11178, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-md .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-vibrant.navbar-expand-md .navbar-nav .dropdown-item:active,
.navbar-dark.navbar-vibrant.navbar-expand-md .navbar-nav .show > .nav-link {
    color: #fff;
  }
}

@media (max-width: 991.98px) {
  /* line 11185, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-lg .navbar-nav .dropdown-item {
    color: rgba(255, 255, 255, 0.7);
  }
  /* line 11188, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-lg .navbar-nav .dropdown-item:focus,
.navbar-dark.navbar-vibrant.navbar-expand-lg .navbar-nav .dropdown-item:hover {
    color: #fff;
  }
  /* line 11192, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-lg .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-vibrant.navbar-expand-lg .navbar-nav .dropdown-item:active,
.navbar-dark.navbar-vibrant.navbar-expand-lg .navbar-nav .show > .nav-link {
    color: #fff;
  }
}

@media (max-width: 1199.98px) {
  /* line 11199, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-xl .navbar-nav .dropdown-item {
    color: rgba(255, 255, 255, 0.7);
  }
  /* line 11202, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-xl .navbar-nav .dropdown-item:focus,
.navbar-dark.navbar-vibrant.navbar-expand-xl .navbar-nav .dropdown-item:hover {
    color: #fff;
  }
  /* line 11206, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-dark.navbar-vibrant.navbar-expand-xl .navbar-nav .dropdown-item.active,
.navbar-dark.navbar-vibrant.navbar-expand-xl .navbar-nav .dropdown-item:active,
.navbar-dark.navbar-vibrant.navbar-expand-xl .navbar-nav .show > .nav-link {
    color: #fff;
  }
}

/* line 11212, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-dark.navbar-vibrant .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.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 11215, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-light {
  background-color: #fff;
  border-color: #e3ebf6;
}

/* line 11219, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-light .navbar-heading {
  color: #95aac9;
}

/* line 11222, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-light .navbar-divider {
  border-color: #e3ebf6;
}

/* line 11225, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-light .navbar-user {
  border-top-color: #e3ebf6;
}

/* line 11228, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-light .navbar-user-link {
  color: #6e84a3;
}

/* line 11231, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-light .navbar-user-link:focus,
.navbar-light .navbar-user-link:hover {
  color: #12263f;
}

/* line 11235, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-light .navbar-brand {
  filter: none;
}

/* line 11239, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-light .navbar-collapse::before {
  border-top-color: #e3ebf6;
}

/* line 11242, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-brand {
  margin-right: 0;
}

/* line 11245, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-brand-img,
.navbar-brand > img {
  max-width: 100%;
  max-height: 1.5rem;
}

/* line 11250, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-collapse {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 11256, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-collapse:before {
  content: "";
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  margin: 0.75rem -1rem;
}

/* line 11263, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-nav {
  margin-left: -1rem;
  margin-right: -1rem;
}

/* line 11267, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 11271, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-nav .nav-link.active {
  position: relative;
}

/* line 11274, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-nav .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  bottom: 0.5rem;
  border-left: 2px solid #2c7be5;
}

/* line 11282, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-nav .nav-link > .fe {
  min-width: 1.75rem;
  padding-bottom: 0.125em;
  font-size: 1.0625rem;
  line-height: 1.40625rem;
}

/* line 11288, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-nav .dropdown-menu {
  border: none;
}

/* line 11291, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-nav .dropdown-menu .dropdown-menu {
  margin-left: 0.75rem;
}

/* line 11294, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-expand-xs .navbar-nav .dropdown-menu {
  background-color: transparent;
}

@media (max-width: 575.98px) {
  /* line 11298, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    background-color: transparent;
  }
}

@media (max-width: 767.98px) {
  /* line 11303, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    background-color: transparent;
  }
}

@media (max-width: 991.98px) {
  /* line 11308, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: transparent;
  }
}

@media (max-width: 1199.98px) {
  /* line 11313, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    background-color: transparent;
  }
}

/* line 11317, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-expand-xs {
  padding-left: 0;
  padding-right: 0;
}

/* line 11321, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-expand-xs > [class*="container"] {
  padding-left: 0;
  padding-right: 0;
}

/* line 11325, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-expand-xs .navbar-collapse {
  flex-grow: inherit;
}

/* line 11328, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-expand-xs .navbar-collapse:before {
  display: none;
}

/* line 11331, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-expand-xs .navbar-nav {
  margin-left: 0;
  margin-right: 0;
}

/* line 11335, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-expand-xs .navbar-nav .nav-link {
  padding: 0.625rem 0.5rem;
}

/* line 11338, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-expand-xs .navbar-nav .nav-link.active {
  position: relative;
}

/* line 11341, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-expand-xs .navbar-nav .nav-link.active:before {
  top: auto;
  bottom: calc(-0.75rem - 1px);
  right: 0.5rem;
  left: 0.5rem;
  border-left: 0;
  border-bottom: 1px solid #2c7be5;
}

/* line 11349, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-expand-xs .dropdown:hover > .dropdown-menu,
.navbar-expand-xs .dropleft:hover > .dropdown-menu,
.navbar-expand-xs .dropright:hover > .dropdown-menu,
.navbar-expand-xs .dropup:hover > .dropdown-menu {
  display: block;
}

/* line 11355, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-expand-xs .navbar-nav .dropdown-menu {
  border: 1px solid rgba(18, 38, 63, 0.1);
}

/* line 11358, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-expand-xs .navbar-nav .dropdown-menu .dropdown-menu {
  margin-left: 0;
}

@media (min-width: 576px) {
  /* line 11362, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-sm {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 11366, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-sm > [class*="container"] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 11370, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-sm .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 11373, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-sm .navbar-collapse:before {
    display: none;
  }
  /* line 11376, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-sm .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 11380, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 0.625rem 0.5rem;
  }
  /* line 11383, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-sm .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 11386, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-sm .navbar-nav .nav-link.active:before {
    top: auto;
    bottom: calc(-0.75rem - 1px);
    right: 0.5rem;
    left: 0.5rem;
    border-left: 0;
    border-bottom: 1px solid #2c7be5;
  }
  /* line 11394, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-sm .dropdown:hover > .dropdown-menu,
.navbar-expand-sm .dropleft:hover > .dropdown-menu,
.navbar-expand-sm .dropright:hover > .dropdown-menu,
.navbar-expand-sm .dropup:hover > .dropdown-menu {
    display: block;
  }
  /* line 11400, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    border: 1px solid rgba(18, 38, 63, 0.1);
  }
  /* line 11403, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 11408, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-md {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 11412, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-md > [class*="container"] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 11416, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-md .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 11419, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-md .navbar-collapse:before {
    display: none;
  }
  /* line 11422, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-md .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 11426, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0.625rem 0.5rem;
  }
  /* line 11429, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-md .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 11432, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-md .navbar-nav .nav-link.active:before {
    top: auto;
    bottom: calc(-0.75rem - 1px);
    right: 0.5rem;
    left: 0.5rem;
    border-left: 0;
    border-bottom: 1px solid #2c7be5;
  }
  /* line 11440, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-md .dropdown:hover > .dropdown-menu,
.navbar-expand-md .dropleft:hover > .dropdown-menu,
.navbar-expand-md .dropright:hover > .dropdown-menu,
.navbar-expand-md .dropup:hover > .dropdown-menu {
    display: block;
  }
  /* line 11446, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    border: 1px solid rgba(18, 38, 63, 0.1);
  }
  /* line 11449, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 11454, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-lg {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 11458, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-lg > [class*="container"] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 11462, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-lg .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 11465, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-lg .navbar-collapse:before {
    display: none;
  }
  /* line 11468, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-lg .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 11472, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.625rem 0.5rem;
  }
  /* line 11475, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-lg .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 11478, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-lg .navbar-nav .nav-link.active:before {
    top: auto;
    bottom: calc(-0.75rem - 1px);
    right: 0.5rem;
    left: 0.5rem;
    border-left: 0;
    border-bottom: 1px solid #2c7be5;
  }
  /* line 11486, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-lg .dropdown:hover > .dropdown-menu,
.navbar-expand-lg .dropleft:hover > .dropdown-menu,
.navbar-expand-lg .dropright:hover > .dropdown-menu,
.navbar-expand-lg .dropup:hover > .dropdown-menu {
    display: block;
  }
  /* line 11492, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border: 1px solid rgba(18, 38, 63, 0.1);
  }
  /* line 11495, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 11500, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-xl {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 11504, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-xl > [class*="container"] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 11508, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-xl .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 11511, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-xl .navbar-collapse:before {
    display: none;
  }
  /* line 11514, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-xl .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 11518, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 0.625rem 0.5rem;
  }
  /* line 11521, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-xl .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 11524, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-xl .navbar-nav .nav-link.active:before {
    top: auto;
    bottom: calc(-0.75rem - 1px);
    right: 0.5rem;
    left: 0.5rem;
    border-left: 0;
    border-bottom: 1px solid #2c7be5;
  }
  /* line 11532, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-xl .dropdown:hover > .dropdown-menu,
.navbar-expand-xl .dropleft:hover > .dropdown-menu,
.navbar-expand-xl .dropright:hover > .dropdown-menu,
.navbar-expand-xl .dropup:hover > .dropdown-menu {
    display: block;
  }
  /* line 11538, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    border: 1px solid rgba(18, 38, 63, 0.1);
  }
  /* line 11541, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

/* line 11545, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar[class*="fixed-"] {
  z-index: 1030;
}

/* line 11548, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-overflow {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  margin-bottom: -0.75rem;
  overflow-x: auto;
}

/* line 11555, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-overflow::-webkit-scrollbar {
  display: none;
}

/* line 11558, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-overflow .navbar-nav {
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

/* line 11564, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-overflow .navbar-nav .nav-link {
  padding-bottom: 1.25rem;
}

/* line 11567, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-overflow .navbar-nav .nav-link.active:before {
  bottom: 0;
}

/* line 11570, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-breadcrumb {
  padding: 0.5rem 0;
}

/* line 11573, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-user {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

/* line 11579, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-user .dropdown-toggle:after {
  display: none;
}

/* line 11582, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-nav .nav-link > .fe {
  display: inline-block;
  min-width: 1.75rem;
}

/* line 11586, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical .navbar-nav .nav-link {
  display: flex;
  align-items: center;
}

/* line 11590, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"]:after {
  display: block;
  content: "\e92e";
  font-family: Feather;
  margin-left: auto;
  transition: transform 0.2s;
}

/* line 11597, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"][aria-expanded="true"]:after {
  transform: rotate(-180deg);
}

/* line 11600, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical .navbar-nav .nav .nav-link {
  padding-left: 2.75rem;
}

/* line 11603, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical .navbar-nav .nav .nav .nav-link {
  padding-left: 3.25rem;
}

/* line 11606, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical .navbar-nav .nav .nav .nav .nav-link {
  padding-left: 3.75rem;
}

/* line 11609, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical .navbar-heading {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 11616, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical.navbar-expand-xs {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 250px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow-y: auto;
}

/* line 11627, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical.navbar-expand-xs > [class*="container"] {
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 11635, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-xs > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

/* line 11640, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical.navbar-expand-xs.fixed-left {
  left: 0;
  border-width: 0 1px 0 0;
}

/* line 11644, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical.navbar-expand-xs.fixed-right {
  right: 0;
  border-width: 0 0 0 1px;
}

/* line 11648, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-collapse {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 11658, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-collapse > * {
  min-width: 100%;
}

/* line 11661, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav {
  flex-direction: column;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

/* line 11666, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
  padding: 0.5rem 1.5rem;
}

/* line 11669, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link.active:before {
  top: 0.5rem;
  bottom: 0.5rem;
  left: 0;
  right: auto;
  border-left: 2px solid #2c7be5;
  border-bottom: 0;
}

/* line 11677, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link {
  padding-left: 3.25rem;
}

/* line 11680, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav-link {
  padding-left: 4rem;
}

/* line 11683, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav .nav-link {
  padding-left: 4.75rem;
}

/* line 11686, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-brand {
  display: block;
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* line 11692, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-brand-img {
  max-height: 3rem;
}

/* line 11695, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-user {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-top-width: 1px;
  border-top-style: solid;
}

/* line 11705, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical.navbar-expand-xs .navbar-user .dropup .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 576px) {
  /* line 11710, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-sm {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow-y: auto;
  }
  /* line 11721, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-sm > [class*="container"] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 576px) and (-ms-high-contrast: none), (min-width: 576px) and (-ms-high-contrast: active) {
  /* line 11730, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-sm > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 576px) {
  /* line 11736, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-sm.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 11740, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-sm.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 11744, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 11754, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 11757, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 11762, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
  }
  /* line 11765, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link.active:before {
    top: 0.5rem;
    bottom: 0.5rem;
    left: 0;
    right: auto;
    border-left: 2px solid #2c7be5;
    border-bottom: 0;
  }
  /* line 11773, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 11776, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 11779, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav .nav .nav-link {
    padding-left: 4.75rem;
  }
  /* line 11782, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-brand {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 11788, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 11791, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-user {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 11801, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-sm .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  /* line 11807, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-md {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow-y: auto;
  }
  /* line 11818, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-md > [class*="container"] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  /* line 11827, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-md > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 768px) {
  /* line 11833, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-md.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 11837, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-md.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 11841, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 11851, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 11854, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 11859, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
  }
  /* line 11862, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active:before {
    top: 0.5rem;
    bottom: 0.5rem;
    left: 0;
    right: auto;
    border-left: 2px solid #2c7be5;
    border-bottom: 0;
  }
  /* line 11870, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 11873, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 11876, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav .nav .nav-link {
    padding-left: 4.75rem;
  }
  /* line 11879, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-brand {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 11885, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 11888, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-user {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 11898, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-md .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  /* line 11904, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-lg {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow-y: auto;
  }
  /* line 11915, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-lg > [class*="container"] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  /* line 11924, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-lg > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 992px) {
  /* line 11930, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-lg.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 11934, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-lg.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 11938, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 11948, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 11951, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 11956, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
  }
  /* line 11959, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link.active:before {
    top: 0.5rem;
    bottom: 0.5rem;
    left: 0;
    right: auto;
    border-left: 2px solid #2c7be5;
    border-bottom: 0;
  }
  /* line 11967, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 11970, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 11973, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav .nav .nav-link {
    padding-left: 4.75rem;
  }
  /* line 11976, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-brand {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 11982, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 11985, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-user {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 11995, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-lg .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  /* line 12001, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-xl {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow-y: auto;
  }
  /* line 12012, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-xl > [class*="container"] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  /* line 12021, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-xl > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 12027, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-xl.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 12031, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-xl.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 12035, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 12045, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 12048, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 12053, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
  }
  /* line 12056, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link.active:before {
    top: 0.5rem;
    bottom: 0.5rem;
    left: 0;
    right: auto;
    border-left: 2px solid #2c7be5;
    border-bottom: 0;
  }
  /* line 12064, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 12067, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 12070, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav .nav .nav-link {
    padding-left: 4.75rem;
  }
  /* line 12073, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-brand {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 12079, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 12082, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-user {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 12092, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-xl .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* line 12097, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical-sm.navbar-expand-xs {
  max-width: 66px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  overflow: visible;
}

/* line 12103, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-brand {
  padding-top: 0.45312rem;
  padding-bottom: 1.20312rem;
}

/* line 12107, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-brand-img {
  width: auto;
  max-height: 1.5rem;
}

/* line 12111, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-collapse {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* line 12117, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-nav {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

/* line 12121, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-nav > .nav-item > .nav-link {
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
}

/* line 12127, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-nav > .nav-item > .dropdown-toggle::after {
  display: none;
}

/* line 12130, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-user {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* line 12136, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical-sm.navbar-expand-xs .navbar-user .dropright .dropdown-menu {
  top: auto;
  bottom: 0;
}

@media (min-width: 576px) {
  /* line 12141, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-sm {
    max-width: 66px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    overflow: visible;
  }
  /* line 12147, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-brand {
    padding-top: 0.45312rem;
    padding-bottom: 1.20312rem;
  }
  /* line 12151, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-brand-img {
    width: auto;
    max-height: 1.5rem;
  }
  /* line 12155, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-collapse {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  /* line 12161, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-nav {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  /* line 12165, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-nav > .nav-item > .nav-link {
    justify-content: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-align: center;
  }
  /* line 12171, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-nav > .nav-item > .dropdown-toggle::after {
    display: none;
  }
  /* line 12174, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-user {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  /* line 12180, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-sm .navbar-user .dropright .dropdown-menu {
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 12186, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-md {
    max-width: 66px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    overflow: visible;
  }
  /* line 12192, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-brand {
    padding-top: 0.45312rem;
    padding-bottom: 1.20312rem;
  }
  /* line 12196, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-brand-img {
    width: auto;
    max-height: 1.5rem;
  }
  /* line 12200, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-collapse {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  /* line 12206, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-nav {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  /* line 12210, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-nav > .nav-item > .nav-link {
    justify-content: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-align: center;
  }
  /* line 12216, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-nav > .nav-item > .dropdown-toggle::after {
    display: none;
  }
  /* line 12219, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-user {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  /* line 12225, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-md .navbar-user .dropright .dropdown-menu {
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 992px) {
  /* line 12231, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-lg {
    max-width: 66px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    overflow: visible;
  }
  /* line 12237, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-brand {
    padding-top: 0.45312rem;
    padding-bottom: 1.20312rem;
  }
  /* line 12241, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-brand-img {
    width: auto;
    max-height: 1.5rem;
  }
  /* line 12245, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-collapse {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  /* line 12251, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-nav {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  /* line 12255, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-nav > .nav-item > .nav-link {
    justify-content: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-align: center;
  }
  /* line 12261, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-nav > .nav-item > .dropdown-toggle::after {
    display: none;
  }
  /* line 12264, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-user {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  /* line 12270, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-lg .navbar-user .dropright .dropdown-menu {
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  /* line 12276, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-xl {
    max-width: 66px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    overflow: visible;
  }
  /* line 12282, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-brand {
    padding-top: 0.45312rem;
    padding-bottom: 1.20312rem;
  }
  /* line 12286, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-brand-img {
    width: auto;
    max-height: 1.5rem;
  }
  /* line 12290, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-collapse {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  /* line 12296, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-nav {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  /* line 12300, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-nav > .nav-item > .nav-link {
    justify-content: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-align: center;
  }
  /* line 12306, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-nav > .nav-item > .dropdown-toggle::after {
    display: none;
  }
  /* line 12309, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-user {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  /* line 12315, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-xl .navbar-user .dropright .dropdown-menu {
    top: auto;
    bottom: 0;
  }
}

/* line 12320, vendor/assets/stylesheets/dashkit_theme.scss */
.pagination-lg .page,
.pagination-lg .page-link {
  font-size: 0.9375rem;
}

/* line 12324, vendor/assets/stylesheets/dashkit_theme.scss */
.pagination-tabs {
  border-radius: 0;
  border-top: 1px solid #e3ebf6;
}

/* line 12328, vendor/assets/stylesheets/dashkit_theme.scss */
.pagination-tabs .page,
.pagination-tabs .page-link {
  margin-top: -1px;
  padding: 1.25rem 0.75rem;
  background-color: transparent;
  border-width: 1px 0 0 0;
  border-radius: 0 !important;
  color: #95aac9;
}

/* line 12337, vendor/assets/stylesheets/dashkit_theme.scss */
.pagination-tabs .page-link:hover,
.pagination-tabs .page:hover {
  color: #12263f;
}

/* line 12341, vendor/assets/stylesheets/dashkit_theme.scss */
.pagination-tabs .active .page,
.pagination-tabs .active .page-link {
  background-color: transparent;
  border-color: #2c7be5;
  color: #12263f;
}

/* line 12347, vendor/assets/stylesheets/dashkit_theme.scss */
.pagination-overflow {
  flex-wrap: nowrap;
  overflow-x: auto;
}

/* line 12351, vendor/assets/stylesheets/dashkit_theme.scss */
.pagination-overflow::-webkit-scrollbar {
  display: none;
}

/* line 12354, vendor/assets/stylesheets/dashkit_theme.scss */
.pagination-overflow .page,
.pagination-overflow .page-link {
  white-space: nowrap;
}

/* line 12358, vendor/assets/stylesheets/dashkit_theme.scss */
.popover {
  padding: 0.8rem 0.95rem;
}

/* line 12361, vendor/assets/stylesheets/dashkit_theme.scss */
.popover:hover {
  visibility: visible !important;
}

/* line 12364, vendor/assets/stylesheets/dashkit_theme.scss */
.popover-header {
  margin-bottom: 0.25rem;
  border-bottom: 0;
}

/* line 12368, vendor/assets/stylesheets/dashkit_theme.scss */
.popover-body-label {
  margin-left: 0.25rem;
}

/* line 12371, vendor/assets/stylesheets/dashkit_theme.scss */
.popover-body-value {
  margin-left: 0.25rem;
}

/* line 12374, vendor/assets/stylesheets/dashkit_theme.scss */
.popover-body-indicator {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

/* line 12380, vendor/assets/stylesheets/dashkit_theme.scss */
.popover-lg {
  max-width: 300px;
}

/* line 12383, vendor/assets/stylesheets/dashkit_theme.scss */
.popover-dark {
  background-color: #12263f;
  border-color: #12263f;
}

/* line 12387, vendor/assets/stylesheets/dashkit_theme.scss */
.popover-dark .popover-header {
  font-weight: 400;
  background-color: #12263f;
  color: #fff;
}

/* line 12392, vendor/assets/stylesheets/dashkit_theme.scss */
.popover-dark.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover-dark.bs-popover-top .arrow::before {
  border-top-color: #12263f;
}

/* line 12396, vendor/assets/stylesheets/dashkit_theme.scss */
.popover-dark.bs-popover-auto[x-placement^="top"] .arrow::after,
.popover-dark.bs-popover-top .arrow::after {
  border-top-color: #12263f;
}

/* line 12400, vendor/assets/stylesheets/dashkit_theme.scss */
.popover-dark.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover-dark.bs-popover-right .arrow::before {
  border-right-color: #12263f;
}

/* line 12404, vendor/assets/stylesheets/dashkit_theme.scss */
.popover-dark.bs-popover-auto[x-placement^="right"] .arrow::after,
.popover-dark.bs-popover-right .arrow::after {
  border-right-color: #12263f;
}

/* line 12408, vendor/assets/stylesheets/dashkit_theme.scss */
.popover-dark.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover-dark.bs-popover-bottom .arrow::before {
  border-bottom-color: #12263f;
}

/* line 12412, vendor/assets/stylesheets/dashkit_theme.scss */
.popover-dark.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.popover-dark.bs-popover-bottom .arrow::after {
  border-bottom-color: #12263f;
}

/* line 12416, vendor/assets/stylesheets/dashkit_theme.scss */
.popover-dark.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover-dark.bs-popover-left .arrow::before {
  border-left-color: #12263f;
}

/* line 12420, vendor/assets/stylesheets/dashkit_theme.scss */
.popover-dark.bs-popover-auto[x-placement^="left"] .arrow::after,
.popover-dark.bs-popover-left .arrow::after {
  border-left-color: #12263f;
}

/* line 12424, vendor/assets/stylesheets/dashkit_theme.scss */
.progress-bar:first-child {
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}

/* line 12428, vendor/assets/stylesheets/dashkit_theme.scss */
.progress-bar:last-child {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
}

/* line 12432, vendor/assets/stylesheets/dashkit_theme.scss */
.progress-sm {
  height: 0.25rem;
}

/* line 12435, vendor/assets/stylesheets/dashkit_theme.scss */
[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 12438, vendor/assets/stylesheets/dashkit_theme.scss */
html {
  height: 100%;
}

/* line 12441, vendor/assets/stylesheets/dashkit_theme.scss */
body {
  min-height: 100%;
}

/* line 12444, vendor/assets/stylesheets/dashkit_theme.scss */
.table thead th {
  background-color: #f9fbfd;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #95aac9;
  border-bottom-width: 1px;
}

/* line 12453, vendor/assets/stylesheets/dashkit_theme.scss */
.table tbody td,
.table tbody th,
.table thead th {
  vertical-align: middle;
}

/* line 12458, vendor/assets/stylesheets/dashkit_theme.scss */
.table-sm {
  font-size: 0.8125rem;
}

/* line 12461, vendor/assets/stylesheets/dashkit_theme.scss */
.table-sm thead th {
  font-size: 0.625rem;
}

/* line 12464, vendor/assets/stylesheets/dashkit_theme.scss */
.table-nowrap td,
.table-nowrap th {
  white-space: nowrap;
}

/* line 12468, vendor/assets/stylesheets/dashkit_theme.scss */
.table [data-sort] {
  white-space: nowrap;
}

/* line 12471, vendor/assets/stylesheets/dashkit_theme.scss */
.table [data-sort]::after {
  content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%2395AAC9'/></svg>");
  margin-left: 0.25rem;
}

/* line 12475, vendor/assets/stylesheets/dashkit_theme.scss */
.table-checkbox {
  min-height: 0;
}

/* line 12478, vendor/assets/stylesheets/dashkit_theme.scss */
.table-checkbox .custom-control-label::after,
.table-checkbox .custom-control-label::before {
  top: 50%;
  transform: translateY(-50%);
}

/* line 12483, vendor/assets/stylesheets/dashkit_theme.scss */
.table a[class*="text-reset"]:hover {
  color: #2c7be5 !important;
}

/* line 12486, vendor/assets/stylesheets/dashkit_theme.scss */
.h1,
h1 {
  margin-bottom: 1.125rem;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  /* line 12492, vendor/assets/stylesheets/dashkit_theme.scss */
  .h1,
h1 {
    font-size: 1.625rem;
  }
}

/* line 12497, vendor/assets/stylesheets/dashkit_theme.scss */
.h2,
h2 {
  margin-bottom: 1.125rem;
}

/* line 12501, vendor/assets/stylesheets/dashkit_theme.scss */
.h3,
h3 {
  margin-bottom: 0.84375rem;
}

/* line 12505, vendor/assets/stylesheets/dashkit_theme.scss */
.h4,
h4 {
  margin-bottom: 0.5625rem;
}

/* line 12509, vendor/assets/stylesheets/dashkit_theme.scss */
.h5,
h5 {
  margin-bottom: 0.5625rem;
}

/* line 12513, vendor/assets/stylesheets/dashkit_theme.scss */
.h6,
h6 {
  margin-bottom: 0.5625rem;
}

/* line 12517, vendor/assets/stylesheets/dashkit_theme.scss */
.h1 > a,
.h2 > a,
.h3 > a,
.h4 > a,
.h5 > a,
.h6 > a,
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
}

/* line 12531, vendor/assets/stylesheets/dashkit_theme.scss */
.display-1,
.display-2,
.display-3,
.display-4 {
  letter-spacing: -0.02em;
}

/* line 12537, vendor/assets/stylesheets/dashkit_theme.scss */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.02em;
}

/* line 12551, vendor/assets/stylesheets/dashkit_theme.scss */
h6.text-uppercase {
  letter-spacing: 0.08em;
}

/* line 12554, vendor/assets/stylesheets/dashkit_theme.scss */
b,
strong {
  font-weight: 600;
}

/* line 12558, vendor/assets/stylesheets/dashkit_theme.scss */
a:focus,
button:focus {
  outline: 0 !important;
}

@font-face {
  font-family: "Cerebri Sans";
  src: url(/fonts/cerebrisans-regular.eot);
  src: url(/fonts/cerebrisans-regular.eot?#iefix) format("embedded-opentype"), url(/assets/cerebrisans-regular-edd9aec76d0b9cfff4b1d1921d2c7da11531a09d32f990a72d02bfeea432d353.woff) format("woff"), url(/assets/cerebrisans-regular-eec7b41223dadf94317d208c9b9d978af62eb8a5932440ab667f5c95784d4adb.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Cerebri Sans";
  src: url(/fonts/cerebrisans-medium.eot);
  src: url(/fonts/cerebrisans-medium.eot?#iefix) format("embedded-opentype"), url(/assets/cerebrisans-medium-8798f4e33fdad8f2d13d933b8d17e9cdb706cc14b459b1a40fe1815fca1ffd39.woff) format("woff"), url(/assets/cerebrisans-medium-46e8c74201168dae9eb4a3d48c1d33d4024aeb6ff7316a4b38a15dea0f06116b.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Cerebri Sans";
  src: url(/fonts/cerebrisans-semibold.eot);
  src: url(/fonts/cerebrisans-semibold.eot?#iefix) format("embedded-opentype"), url(/assets/cerebrisans-semibold-89febcafffe6705638e074b9aa00dfd66e02a34ac7ca5f26a5ef14b1761b47ec.woff) format("woff"), url(/assets/cerebrisans-semibold-d370e593abb8feabd7f4f36c899ed99ad590b8b24a887eba34f833bc6695b3ce.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* line 12589, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-fixed-bottom {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  background-attachment: fixed;
}

/* line 12595, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical ~ .main-content.bg-fixed-bottom {
  background-size: 100%;
}

@media (min-width: 768px) {
  /* line 12599, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical ~ .main-content.bg-fixed-bottom {
    background-size: calc(100% - 250px);
  }
}

/* line 12603, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 12608, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-auth {
  background-color: #fff;
}

/* line 12611, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-ellipses.bg-primary {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#2c7be5, #2c7be5 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 12618, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-ellipses.bg-secondary {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#6e84a3, #6e84a3 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 12625, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-ellipses.bg-success {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#00d97e, #00d97e 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 12632, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-ellipses.bg-info {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#39afd1, #39afd1 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 12639, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-ellipses.bg-warning {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#f6c343, #f6c343 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 12646, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-ellipses.bg-danger {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#e63757, #e63757 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 12653, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-ellipses.bg-light {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#edf2f9, #edf2f9 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 12660, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-ellipses.bg-dark {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#12263f, #12263f 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 12667, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-ellipses.bg-white {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#fff, #fff 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 12674, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-hero {
  background-image: linear-gradient(to bottom, rgba(18, 38, 63, 0.85), rgba(18, 38, 63, 0.85));
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: cover, cover;
}

/* line 12680, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-lighter {
  background-color: #f9fbfd !important;
}

/* line 12683, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-primary-soft {
  background-color: #e6effc !important;
}

/* line 12686, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-secondary-soft {
  background-color: #eef0f4 !important;
}

/* line 12689, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-success-soft {
  background-color: #e0faf0 !important;
}

/* line 12692, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-info-soft {
  background-color: #e7f5f9 !important;
}

/* line 12695, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-warning-soft {
  background-color: #fef8e8 !important;
}

/* line 12698, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-danger-soft {
  background-color: #fce7eb !important;
}

/* line 12701, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-light-soft {
  background-color: #fdfdfe !important;
}

/* line 12704, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-dark-soft {
  background-color: #e3e5e8 !important;
}

/* line 12707, vendor/assets/stylesheets/dashkit_theme.scss */
.bg-white-soft {
  background-color: #fff !important;
}

/* line 12710, vendor/assets/stylesheets/dashkit_theme.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 12713, vendor/assets/stylesheets/dashkit_theme.scss */
.border-top-2 {
  border-top-width: 2px !important;
}

/* line 12716, vendor/assets/stylesheets/dashkit_theme.scss */
.border-right-2 {
  border-right-width: 2px !important;
}

/* line 12719, vendor/assets/stylesheets/dashkit_theme.scss */
.border-bottom-2 {
  border-bottom-width: 2px !important;
}

/* line 12722, vendor/assets/stylesheets/dashkit_theme.scss */
.border-left-2 {
  border-left-width: 2px !important;
}

/* line 12725, vendor/assets/stylesheets/dashkit_theme.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 12728, vendor/assets/stylesheets/dashkit_theme.scss */
.border-top-3 {
  border-top-width: 3px !important;
}

/* line 12731, vendor/assets/stylesheets/dashkit_theme.scss */
.border-right-3 {
  border-right-width: 3px !important;
}

/* line 12734, vendor/assets/stylesheets/dashkit_theme.scss */
.border-bottom-3 {
  border-bottom-width: 3px !important;
}

/* line 12737, vendor/assets/stylesheets/dashkit_theme.scss */
.border-left-3 {
  border-left-width: 3px !important;
}

/* line 12740, vendor/assets/stylesheets/dashkit_theme.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 12743, vendor/assets/stylesheets/dashkit_theme.scss */
.border-top-4 {
  border-top-width: 4px !important;
}

/* line 12746, vendor/assets/stylesheets/dashkit_theme.scss */
.border-right-4 {
  border-right-width: 4px !important;
}

/* line 12749, vendor/assets/stylesheets/dashkit_theme.scss */
.border-bottom-4 {
  border-bottom-width: 4px !important;
}

/* line 12752, vendor/assets/stylesheets/dashkit_theme.scss */
.border-left-4 {
  border-left-width: 4px !important;
}

/* line 12755, vendor/assets/stylesheets/dashkit_theme.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 12758, vendor/assets/stylesheets/dashkit_theme.scss */
.border-top-5 {
  border-top-width: 5px !important;
}

/* line 12761, vendor/assets/stylesheets/dashkit_theme.scss */
.border-right-5 {
  border-right-width: 5px !important;
}

/* line 12764, vendor/assets/stylesheets/dashkit_theme.scss */
.border-bottom-5 {
  border-bottom-width: 5px !important;
}

/* line 12767, vendor/assets/stylesheets/dashkit_theme.scss */
.border-left-5 {
  border-left-width: 5px !important;
}

/* line 12770, vendor/assets/stylesheets/dashkit_theme.scss */
.border-body {
  border-color: #f9fbfd !important;
}

/* line 12773, vendor/assets/stylesheets/dashkit_theme.scss */
.border-card {
  border-color: #fff !important;
}

/* line 12776, vendor/assets/stylesheets/dashkit_theme.scss */
.lift {
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

/* line 12779, vendor/assets/stylesheets/dashkit_theme.scss */
.lift:focus,
.lift:hover {
  box-shadow: 0 1rem 2.5rem rgba(18, 38, 63, 0.1), 0 0.5rem 1rem -0.75rem rgba(18, 38, 63, 0.1) !important;
  transform: translate3d(0, -3px, 0);
}

/* line 12784, vendor/assets/stylesheets/dashkit_theme.scss */
.lift-lg:focus,
.lift-lg:hover {
  box-shadow: 0 2rem 5rem rgba(18, 38, 63, 0.1), 0 0.5rem 1rem -0.75rem rgba(18, 38, 63, 0.05) !important;
  transform: translate3d(0, -5px, 0);
}

/* line 12789, vendor/assets/stylesheets/dashkit_theme.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 12792, vendor/assets/stylesheets/dashkit_theme.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 12795, vendor/assets/stylesheets/dashkit_theme.scss */
.font-size-base {
  font-size: 0.9375rem !important;
}

/* line 12798, vendor/assets/stylesheets/dashkit_theme.scss */
.font-size-sm {
  font-size: 0.8125rem !important;
}

/* line 12801, vendor/assets/stylesheets/dashkit_theme.scss */
.font-size-lg {
  font-size: 1.0625rem !important;
}

/* line 12804, vendor/assets/stylesheets/dashkit_theme.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 12807, vendor/assets/stylesheets/dashkit_theme.scss */
.text-gray-100 {
  color: #f9fbfd !important;
}

/* line 12810, vendor/assets/stylesheets/dashkit_theme.scss */
.text-gray-200 {
  color: #edf2f9 !important;
}

/* line 12813, vendor/assets/stylesheets/dashkit_theme.scss */
.text-gray-300 {
  color: #e3ebf6 !important;
}

/* line 12816, vendor/assets/stylesheets/dashkit_theme.scss */
.text-gray-400 {
  color: #d2ddec !important;
}

/* line 12819, vendor/assets/stylesheets/dashkit_theme.scss */
.text-gray-500 {
  color: #b1c2d9 !important;
}

/* line 12822, vendor/assets/stylesheets/dashkit_theme.scss */
.text-gray-600 {
  color: #95aac9 !important;
}

/* line 12825, vendor/assets/stylesheets/dashkit_theme.scss */
.text-gray-700 {
  color: #6e84a3 !important;
}

/* line 12828, vendor/assets/stylesheets/dashkit_theme.scss */
.text-gray-800 {
  color: #3b506c !important;
}

/* line 12831, vendor/assets/stylesheets/dashkit_theme.scss */
.text-gray-900 {
  color: #283e59 !important;
}

/* line 12834, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
}

/* line 12841, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

/* line 12849, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 12855, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 0;
  background-color: #b1c2d9;
  color: #fff;
}

/* line 12865, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-offline::before,
.avatar-online::before {
  content: "";
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 20%;
  height: 20%;
  border-radius: 50%;
}

/* line 12875, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-offline .avatar-img,
.avatar-online .avatar-img {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* line 12882, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-online::before {
  background-color: #00d97e;
}

/* line 12885, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-offline::before {
  background-color: #b1c2d9;
}

/* line 12888, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-xs {
  width: 1.625rem;
  height: 1.625rem;
  font-size: 0.54167rem;
}

/* line 12893, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.83333rem;
}

/* line 12898, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-lg {
  width: 4rem;
  height: 4rem;
  font-size: 1.33333rem;
}

/* line 12903, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-xl {
  width: 5.125rem;
  height: 5.125rem;
  font-size: 1.70833rem;
}

/* line 12908, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-xxl {
  width: 5.125rem;
  height: 5.125rem;
  font-size: 1.70833rem;
}

@media (min-width: 768px) {
  /* line 12914, vendor/assets/stylesheets/dashkit_theme.scss */
  .avatar-xxl {
    width: 8rem;
    height: 8rem;
    font-size: 2.66667rem;
  }
}

/* line 12920, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar.avatar-4by3 {
  width: 4rem;
}

/* line 12923, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-xs.avatar-4by3 {
  width: 2.16667rem;
}

/* line 12926, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-sm.avatar-4by3 {
  width: 3.33333rem;
}

/* line 12929, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-lg.avatar-4by3 {
  width: 5.33333rem;
}

/* line 12932, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-xl.avatar-4by3 {
  width: 6.83333rem;
}

/* line 12935, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-xxl.avatar-4by3 {
  width: 10.66667rem;
}

/* line 12938, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-group {
  display: inline-flex;
}

/* line 12941, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-group .avatar + .avatar {
  margin-left: -0.75rem;
}

/* line 12944, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-group .avatar-xs + .avatar-xs {
  margin-left: -0.40625rem;
}

/* line 12947, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -0.625rem;
}

/* line 12950, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1rem;
}

/* line 12953, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-group .avatar-xl + .avatar-xl {
  margin-left: -1.28125rem;
}

/* line 12956, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-group .avatar-xxl + .avatar-xxl {
  margin-left: -2rem;
}

/* line 12959, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-group .avatar:not(:last-child) {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* line 12965, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-group .avatar:hover {
  -webkit-mask-image: none;
  mask-image: none;
  z-index: 1;
}

/* line 12970, vendor/assets/stylesheets/dashkit_theme.scss */
.avatar-group .avatar:hover + .avatar {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* line 12980, vendor/assets/stylesheets/dashkit_theme.scss */
.chart {
  position: relative;
  height: 300px;
}

/* line 12984, vendor/assets/stylesheets/dashkit_theme.scss */
.chart.chart-appended {
  height: calc(300px - 3.71875rem);
}

/* line 12987, vendor/assets/stylesheets/dashkit_theme.scss */
.chart-sm {
  height: 225px;
}

/* line 12990, vendor/assets/stylesheets/dashkit_theme.scss */
.chart-sm.chart-appended {
  height: calc(225px - 3.71875rem);
}

/* line 12993, vendor/assets/stylesheets/dashkit_theme.scss */
.chart-sparkline {
  width: 75px;
  height: 35px;
}

/* line 12997, vendor/assets/stylesheets/dashkit_theme.scss */
.chart-legend {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  font-size: 0.8125rem;
  text-align: center;
  color: #95aac9;
}

/* line 13005, vendor/assets/stylesheets/dashkit_theme.scss */
.chart-legend-item {
  display: inline-flex;
  align-items: center;
}

/* line 13009, vendor/assets/stylesheets/dashkit_theme.scss */
.chart-legend-item + .chart-legend-item {
  margin-left: 1rem;
}

/* line 13012, vendor/assets/stylesheets/dashkit_theme.scss */
.chart-legend-indicator {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.375rem;
  border-radius: 50%;
}

/* line 13019, vendor/assets/stylesheets/dashkit_theme.scss */
#chart-tooltip {
  z-index: 0;
}

/* line 13022, vendor/assets/stylesheets/dashkit_theme.scss */
#chart-tooltip .arrow {
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateX(-0.5rem);
}

/* line 13027, vendor/assets/stylesheets/dashkit_theme.scss */
.comment {
  margin-bottom: 1rem;
}

/* line 13030, vendor/assets/stylesheets/dashkit_theme.scss */
.comment-body {
  display: inline-block;
  padding: 1rem 1.25rem;
  background-color: #f9fbfd;
  border-radius: 0.5rem;
}

/* line 13036, vendor/assets/stylesheets/dashkit_theme.scss */
.comment-time {
  display: block;
  margin-bottom: 0.5625rem;
  font-size: 0.625rem;
  color: #95aac9;
}

/* line 13042, vendor/assets/stylesheets/dashkit_theme.scss */
.comment-text {
  font-size: 0.8125rem;
}

/* line 13045, vendor/assets/stylesheets/dashkit_theme.scss */
.comment-text:last-child {
  margin-bottom: 0;
}

/* line 13048, vendor/assets/stylesheets/dashkit_theme.scss */
.checklist {
  outline: 0;
}

/* line 13051, vendor/assets/stylesheets/dashkit_theme.scss */
.checklist-control {
  display: flex;
  flex-wrap: nowrap;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 13060, vendor/assets/stylesheets/dashkit_theme.scss */
.checklist-control .custom-control-input:checked ~ .custom-control-caption {
  text-decoration: line-through;
  color: #6e84a3;
}

/* line 13064, vendor/assets/stylesheets/dashkit_theme.scss */
.checklist-control + .checklist-control {
  margin-top: 0.75rem;
}

/* line 13067, vendor/assets/stylesheets/dashkit_theme.scss */
.checklist-control[style*="display: none"]:first-child + .checklist-control {
  margin-top: 0;
}

/* line 13070, vendor/assets/stylesheets/dashkit_theme.scss */
.checklist-control.draggable-mirror {
  z-index: 1030;
}

/* line 13073, vendor/assets/stylesheets/dashkit_theme.scss */
.checklist-control.draggable-source--is-dragging {
  opacity: 0.2;
}

/* line 13076, vendor/assets/stylesheets/dashkit_theme.scss */
.header {
  margin-bottom: 2rem;
}

/* line 13079, vendor/assets/stylesheets/dashkit_theme.scss */
.header-img-top {
  width: 100%;
  height: auto;
}

/* line 13083, vendor/assets/stylesheets/dashkit_theme.scss */
.header-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e3ebf6;
}

/* line 13088, vendor/assets/stylesheets/dashkit_theme.scss */
.header.bg-dark .header-body,
.header.bg-hero .header-body {
  border-bottom-color: rgba(227, 235, 246, 0.1);
}

/* line 13092, vendor/assets/stylesheets/dashkit_theme.scss */
.header-footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 13096, vendor/assets/stylesheets/dashkit_theme.scss */
.header-pretitle {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #95aac9;
}

/* line 13101, vendor/assets/stylesheets/dashkit_theme.scss */
.header-title {
  margin-bottom: 0;
}

/* line 13104, vendor/assets/stylesheets/dashkit_theme.scss */
.header-subtitle {
  margin-top: 0.375rem;
  margin-bottom: 0;
  color: #95aac9;
}

/* line 13109, vendor/assets/stylesheets/dashkit_theme.scss */
.header-tabs {
  margin-bottom: -1.5rem;
  border-bottom-width: 0;
}

/* line 13113, vendor/assets/stylesheets/dashkit_theme.scss */
.header-tabs .nav-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 13117, vendor/assets/stylesheets/dashkit_theme.scss */
.icon {
  display: inline-block;
}

/* line 13120, vendor/assets/stylesheets/dashkit_theme.scss */
.icon > .fe {
  display: block;
  min-width: 1.5em;
  min-height: 1.5em;
  text-align: center;
  font-size: 1.0625rem;
}

/* line 13127, vendor/assets/stylesheets/dashkit_theme.scss */
.icon.active {
  position: relative;
}

/* line 13130, vendor/assets/stylesheets/dashkit_theme.scss */
.icon.active > .fe {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* line 13136, vendor/assets/stylesheets/dashkit_theme.scss */
.icon.active::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 20%;
  width: 20%;
  height: 20%;
  border-radius: 50%;
  background-color: #2c7be5;
}

/* line 13146, vendor/assets/stylesheets/dashkit_theme.scss */
.fe {
  line-height: inherit;
}

/* line 13149, vendor/assets/stylesheets/dashkit_theme.scss */
.container-fluid.kanban-container,
.kanban-container.container-lg,
.kanban-container.container-md,
.kanban-container.container-sm,
.kanban-container.container-xl {
  min-height: calc(100vh - 129px);
}

/* line 13156, vendor/assets/stylesheets/dashkit_theme.scss */
.container.kanban-container {
  min-height: calc(100vh - 129px - 69px);
}

/* line 13159, vendor/assets/stylesheets/dashkit_theme.scss */
.kanban-container {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 13163, vendor/assets/stylesheets/dashkit_theme.scss */
.kanban-container > .row {
  flex-wrap: nowrap;
}

/* line 13166, vendor/assets/stylesheets/dashkit_theme.scss */
.kanban-container > .row > [class*="col"] {
  max-width: 375px;
}

/* line 13169, vendor/assets/stylesheets/dashkit_theme.scss */
.kanban-category {
  min-height: 1rem;
}

/* line 13172, vendor/assets/stylesheets/dashkit_theme.scss */
.kanban-item {
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 13179, vendor/assets/stylesheets/dashkit_theme.scss */
.kanban-item.draggable-source--is-dragging {
  opacity: 0.2;
}

/* line 13182, vendor/assets/stylesheets/dashkit_theme.scss */
.kanban-item.draggable-mirror {
  z-index: 1030;
}

/* line 13185, vendor/assets/stylesheets/dashkit_theme.scss */
.card-body .kanban-item.draggable-mirror > .card {
  transform: rotateZ(-3deg);
}

/* line 13188, vendor/assets/stylesheets/dashkit_theme.scss */
.kanban-item > .card[data-toggle="modal"] {
  cursor: pointer;
}

/* line 13191, vendor/assets/stylesheets/dashkit_theme.scss */
.kanban-add-form .form-control[data-toggle="flatpickr"] {
  width: 12ch;
}

@media (min-width: 768px) {
  /* line 13195, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm:not([style*="display: none"]) ~ .main-content .container,
.navbar-vertical-sm:not([style*="display: none"]) ~ .main-content .container-fluid,
.navbar-vertical-sm:not([style*="display: none"]) ~ .main-content .container-lg,
.navbar-vertical-sm:not([style*="display: none"]) ~ .main-content .container-md,
.navbar-vertical-sm:not([style*="display: none"]) ~ .main-content .container-sm,
.navbar-vertical-sm:not([style*="display: none"]) ~ .main-content .container-xl,
.navbar-vertical:not([style*="display: none"]) ~ .main-content .container,
.navbar-vertical:not([style*="display: none"]) ~ .main-content .container-fluid,
.navbar-vertical:not([style*="display: none"]) ~ .main-content .container-lg,
.navbar-vertical:not([style*="display: none"]) ~ .main-content .container-md,
.navbar-vertical:not([style*="display: none"]) ~ .main-content .container-sm,
.navbar-vertical:not([style*="display: none"]) ~ .main-content .container-xl {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}

/* line 13211, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical.navbar-expand-xs.fixed-left:not([style*="display: none"]) ~ .main-content {
  margin-left: 250px;
}

/* line 13214, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical.navbar-expand-xs.fixed-right:not([style*="display: none"]) ~ .main-content {
  margin-right: 250px;
}

@media (min-width: 576px) {
  /* line 13218, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-sm.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 250px;
  }
  /* line 13221, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-sm.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 768px) {
  /* line 13226, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-md.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 250px;
  }
  /* line 13229, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-md.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 992px) {
  /* line 13234, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-lg.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 250px;
  }
  /* line 13237, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-lg.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 1200px) {
  /* line 13242, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-xl.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 250px;
  }
  /* line 13245, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical.navbar-expand-xl.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 250px;
  }
}

/* line 13249, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical-sm.navbar-expand-xs.fixed-left:not([style*="display: none"]) ~ .main-content {
  margin-left: 66px;
}

/* line 13252, vendor/assets/stylesheets/dashkit_theme.scss */
.navbar-vertical-sm.navbar-expand-xs.fixed-right:not([style*="display: none"]) ~ .main-content {
  margin-right: 66px;
}

@media (min-width: 576px) {
  /* line 13256, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-sm.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 66px;
  }
  /* line 13259, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-sm.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 66px;
  }
}

@media (min-width: 768px) {
  /* line 13264, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-md.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 66px;
  }
  /* line 13267, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-md.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 66px;
  }
}

@media (min-width: 992px) {
  /* line 13272, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-lg.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 66px;
  }
  /* line 13275, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-lg.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 66px;
  }
}

@media (min-width: 1200px) {
  /* line 13280, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-xl.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 66px;
  }
  /* line 13283, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical-sm.navbar-expand-xl.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 66px;
  }
}

/* line 13287, vendor/assets/stylesheets/dashkit_theme.scss */
.dropzone {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* line 13292, vendor/assets/stylesheets/dashkit_theme.scss */
.dz-message {
  padding: 5rem 1rem;
  background-color: #fff;
  border: 1px dashed #d2ddec;
  border-radius: 0.375rem;
  text-align: center;
  color: #95aac9;
  transition: all 0.2s ease-in-out;
  order: -1;
  cursor: pointer;
  z-index: 999;
}

/* line 13304, vendor/assets/stylesheets/dashkit_theme.scss */
.dz-message:hover {
  border-color: #95aac9;
  color: #12263f;
}

/* line 13308, vendor/assets/stylesheets/dashkit_theme.scss */
.dz-button {
  background: 0 0;
  border: 0;
  font-size: inherit;
  color: inherit;
}

/* line 13314, vendor/assets/stylesheets/dashkit_theme.scss */
.dz-drag-hover .dz-message {
  border-color: #2c7be5;
  color: #2c7be5;
}

/* line 13318, vendor/assets/stylesheets/dashkit_theme.scss */
.dropzone-multiple .dz-message {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 13322, vendor/assets/stylesheets/dashkit_theme.scss */
.dropzone-single.dz-max-files-reached .dz-message {
  background-color: rgba(18, 38, 63, 0.9);
  color: #fff;
  opacity: 0;
}

/* line 13327, vendor/assets/stylesheets/dashkit_theme.scss */
.dropzone-single.dz-max-files-reached .dz-message:hover {
  opacity: 1;
}

/* line 13330, vendor/assets/stylesheets/dashkit_theme.scss */
.dz-preview-single {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.375rem;
}

/* line 13338, vendor/assets/stylesheets/dashkit_theme.scss */
.dz-preview-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.375rem;
}

/* line 13346, vendor/assets/stylesheets/dashkit_theme.scss */
.dz-preview-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0.375rem;
}

/* line 13353, vendor/assets/stylesheets/dashkit_theme.scss */
.dz-preview-multiple .list-group-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 13357, vendor/assets/stylesheets/dashkit_theme.scss */
[data-dz-size] strong {
  font-weight: 400;
}

/* line 13360, vendor/assets/stylesheets/dashkit_theme.scss */
.flatpickr-calendar {
  background-color: #fff;
  border: 1px solid #d2ddec;
  color: #12263f;
  box-shadow: none;
}

/* line 13366, vendor/assets/stylesheets/dashkit_theme.scss */
.flatpickr-calendar * {
  color: inherit !important;
  fill: currentColor !important;
}

/* line 13370, vendor/assets/stylesheets/dashkit_theme.scss */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #d2ddec;
}

/* line 13373, vendor/assets/stylesheets/dashkit_theme.scss */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 13376, vendor/assets/stylesheets/dashkit_theme.scss */
.flatpickr-calendar .flatpickr-months {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

/* line 13380, vendor/assets/stylesheets/dashkit_theme.scss */
.flatpickr-calendar .flatpickr-next-month,
.flatpickr-calendar .flatpickr-prev-month {
  top: 0.625rem;
}

/* line 13384, vendor/assets/stylesheets/dashkit_theme.scss */
.flatpickr-calendar .flatpickr-current-month {
  font-size: 115%;
}

/* line 13387, vendor/assets/stylesheets/dashkit_theme.scss */
.flatpickr-calendar .flatpickr-day {
  border-radius: 0.375rem;
}

/* line 13390, vendor/assets/stylesheets/dashkit_theme.scss */
.flatpickr-calendar .flatpickr-day:hover {
  background-color: #edf2f9;
  border-color: #d2ddec;
}

/* line 13394, vendor/assets/stylesheets/dashkit_theme.scss */
.flatpickr-calendar .flatpickr-day.prevMonthDay {
  color: #95aac9 !important;
}

/* line 13397, vendor/assets/stylesheets/dashkit_theme.scss */
.flatpickr-calendar .flatpickr-day.today {
  border-color: #e3ebf6;
}

/* line 13400, vendor/assets/stylesheets/dashkit_theme.scss */
.flatpickr-calendar .flatpickr-day.selected {
  background-color: #2c7be5;
  border-color: #2c7be5;
  color: #fff !important;
}

/* line 13405, vendor/assets/stylesheets/dashkit_theme.scss */
.flatpickr-calendar .flatpickr-day.inRange {
  background-color: #edf2f9;
  border: none;
  border-radius: 0;
  box-shadow: -5px 0 0 #edf2f9, 5px 0 0 #edf2f9;
}

/* line 13411, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-container {
  font-family: "Cerebri Sans", sans-serif;
}

/* line 13414, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-toolbar {
  position: relative;
  padding: 0.5rem 0.75rem;
  background-color: #fff;
  border: 1px solid #d2ddec;
  border-radius: 0.375rem 0.375rem 0 0;
  color: #12263f;
}

/* line 13422, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-toolbar + .ql-container {
  margin-top: -1px;
}

/* line 13425, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-toolbar + .ql-container .ql-editor {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 13429, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-editor {
  min-height: 5.625rem;
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #12263f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2ddec;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 13444, vendor/assets/stylesheets/dashkit_theme.scss */
  .ql-editor {
    transition: none;
  }
}

/* line 13448, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-editor::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 13452, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-editor:focus {
  color: #12263f;
  background-color: #fff;
  border-color: #2c7be5;
  outline: 0;
  box-shadow: transparent;
}

/* line 13459, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-hidden {
  position: absolute;
  transform: scale(0);
}

/* line 13463, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-editor.ql-blank::before {
  top: 0.5rem;
  left: 0.75rem;
  font-style: normal;
  color: #b1c2d9;
}

/* line 13469, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-editor:focus::before {
  display: none;
}

/* line 13472, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-formats {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 13476, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-formats:first-child {
  padding-left: 0;
}

/* line 13479, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-formats:last-child {
  padding-right: 0;
}

/* line 13482, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-toolbar button {
  padding: 0 0.25rem;
  background: 0 0;
  border: none;
  color: #12263f;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

/* line 13490, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-toolbar button:hover {
  color: #2c7be5;
}

/* line 13493, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-toolbar button:first-child {
  margin-left: -0.25rem;
}

/* line 13496, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-toolbar .ql-active {
  color: #2c7be5;
}

/* line 13499, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-toolbar button svg {
  height: 1.0625rem;
  width: 1.0625rem;
}

/* line 13503, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-toolbar .ql-stroke {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* line 13510, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-toolbar .ql-thin {
  stroke-width: 1;
}

/* line 13513, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-toolbar .ql-fill {
  fill: currentColor;
}

/* line 13516, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-toolbar input.ql-image {
  position: absolute;
  transform: scale(0);
}

/* line 13520, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  width: 18.5rem;
  background-color: #fff;
  border: 1px solid rgba(18, 38, 63, 0.2);
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  margin-top: 0.6rem;
  box-shadow: 0 0 1rem rgba(18, 38, 63, 0.03);
}

/* line 13532, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip:after,
.ql-tooltip:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}

/* line 13540, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip:before {
  border-bottom: 0.6rem solid rgba(18, 38, 63, 0.2);
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
}

/* line 13545, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip:after {
  border-bottom: 0.5rem solid #fff;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
}

/* line 13550, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-container .ql-tooltip:hover {
  display: flex !important;
}

/* line 13553, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip .ql-preview {
  width: 100%;
  padding: 0.125rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.75;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 13563, vendor/assets/stylesheets/dashkit_theme.scss */
  .ql-tooltip .ql-preview {
    transition: none;
  }
}

/* line 13567, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip.ql-editing .ql-preview {
  display: none;
}

/* line 13570, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip input {
  display: none;
  width: 100%;
  padding-top: calc(0.125rem + 1px);
  padding-bottom: calc(0.125rem + 1px);
  background-color: transparent;
  font-size: 0.8125rem;
  line-height: 1.75;
  border: none;
  color: #12263f;
}

/* line 13581, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip input:focus {
  outline: 0;
}

/* line 13584, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip.ql-editing input {
  display: block;
}

/* line 13587, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip .ql-action,
.ql-tooltip .ql-remove {
  margin-left: 0.25rem;
}

/* line 13591, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip .ql-action::before,
.ql-tooltip .ql-remove::before {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0.125rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.75;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 13612, vendor/assets/stylesheets/dashkit_theme.scss */
  .ql-tooltip .ql-action::before,
.ql-tooltip .ql-remove::before {
    transition: none;
  }
}

/* line 13617, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-action::before:hover,
.ql-tooltip .ql-remove::before:focus,
.ql-tooltip .ql-remove::before:hover {
  text-decoration: none;
}

/* line 13623, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip .ql-action.focus::before,
.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-remove.focus::before,
.ql-tooltip .ql-remove::before:focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.25);
}

/* line 13630, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip .ql-action::before,
.ql-tooltip.ql-editing .ql-action::before {
  color: #fff;
  background-color: #2c7be5;
  border-color: #2c7be5;
}

/* line 13636, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip .ql-action::before:hover,
.ql-tooltip.ql-editing .ql-action::before:hover {
  color: #fff;
  background-color: #1a68d1;
  border-color: #1862c6;
}

/* line 13642, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip .ql-action.focus::before,
.ql-tooltip .ql-action::before:focus,
.ql-tooltip.ql-editing .ql-action.focus::before,
.ql-tooltip.ql-editing .ql-action::before:focus {
  color: #fff;
  background-color: #1a68d1;
  border-color: #1862c6;
  box-shadow: 0 0 0 0.15rem rgba(76, 143, 233, 0.5);
}

/* line 13651, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip .ql-action.disabled::before,
.ql-tooltip .ql-action::before:disabled,
.ql-tooltip.ql-editing .ql-action.disabled::before,
.ql-tooltip.ql-editing .ql-action::before:disabled {
  color: #fff;
  background-color: #2c7be5;
  border-color: #2c7be5;
}

/* line 13659, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip .ql-action.active::before:not(:disabled):not(.disabled),
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active,
.ql-tooltip.ql-editing .ql-action.active::before:not(:disabled):not(.disabled),
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active,
.show > .ql-tooltip .ql-action.dropdown-toggle::before,
.show > .ql-tooltip.ql-editing .ql-action.dropdown-toggle::before {
  color: #fff;
  background-color: #1862c6;
  border-color: #175dba;
}

/* line 13669, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip .ql-action.active::before:not(:disabled):not(.disabled):focus,
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip.ql-editing .ql-action.active::before:not(:disabled):not(.disabled):focus,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active:focus,
.show > .ql-tooltip .ql-action.dropdown-toggle::before:focus,
.show > .ql-tooltip.ql-editing .ql-action.dropdown-toggle::before:focus {
  box-shadow: 0 0 0 0.15rem rgba(76, 143, 233, 0.5);
}

/* line 13677, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip .ql-action::before {
  content: "Edit";
}

/* line 13680, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip.ql-editing .ql-action::before {
  content: "Save";
}

/* line 13683, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip .ql-remove::before {
  color: #283e59;
  background-color: #fff;
  border-color: #fff;
  content: "Remove";
  border-color: #e3ebf6;
}

/* line 13690, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip .ql-remove::before:hover {
  color: #283e59;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 13695, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip .ql-remove.focus::before,
.ql-tooltip .ql-remove::before:focus {
  color: #283e59;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.15rem rgba(223, 226, 230, 0.5);
}

/* line 13702, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip .ql-remove.disabled::before,
.ql-tooltip .ql-remove::before:disabled {
  color: #283e59;
  background-color: #fff;
  border-color: #fff;
}

/* line 13708, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip .ql-remove.active::before:not(:disabled):not(.disabled),
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active,
.show > .ql-tooltip .ql-remove.dropdown-toggle::before {
  color: #283e59;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 13715, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip .ql-remove.active::before:not(:disabled):not(.disabled):focus,
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active:focus,
.show > .ql-tooltip .ql-remove.dropdown-toggle::before:focus {
  box-shadow: 0 0 0 0.15rem rgba(223, 226, 230, 0.5);
}

/* line 13720, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-tooltip.ql-editing .ql-remove::before {
  display: none;
}

/* line 13723, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-editor blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.17188rem;
}

/* line 13727, vendor/assets/stylesheets/dashkit_theme.scss */
.ql-editor img {
  max-width: 100%;
  height: auto;
}

/* line 13731, vendor/assets/stylesheets/dashkit_theme.scss */
.list-alert {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  z-index: 1030;
  min-width: 350px;
  margin-bottom: 0;
  transform: translateX(-50%);
}

/* line 13740, vendor/assets/stylesheets/dashkit_theme.scss */
.list-alert:not(.show) {
  pointer-events: none;
}

@media (min-width: 768px) {
  /* line 13744, vendor/assets/stylesheets/dashkit_theme.scss */
  .navbar-vertical:not(.navbar-vertical-sm):not([style*="display: none"]) ~ .main-content .list-alert {
    left: calc(50% + 125px);
  }
}

/* line 13748, vendor/assets/stylesheets/dashkit_theme.scss */
.list-alert .close {
  top: 50%;
  transform: translateY(-50%);
}

/* line 13752, vendor/assets/stylesheets/dashkit_theme.scss */
[class*="select2"] {
  display: block;
}

/* line 13755, vendor/assets/stylesheets/dashkit_theme.scss */
.select2 {
  width: 100% !important;
}

/* line 13758, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-hidden-accessible {
  display: none;
}

/* line 13761, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-selection {
  cursor: pointer;
}

/* line 13764, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-selection[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 13768, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-container {
  display: block;
}

/* line 13771, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-dropdown {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 13776, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-search--dropdown {
  padding: 0.375rem 0.75rem;
}

/* line 13779, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 13782, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-search--dropdown .select2-search__field {
  width: 100%;
  height: calc(1.75em + 0.25rem + 2px);
  padding: 0.125rem 0.5rem;
  background-color: #fff;
  border: 1px solid #d2ddec;
  border-radius: 0.25rem;
  line-height: 1.75;
  font-size: 0.8125rem;
  color: #12263f;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 13794, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-search--dropdown .select2-search__field:focus {
  border-color: #2c7be5;
  box-shadow: transparent;
  outline: 0;
}

/* line 13799, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow: auto;
}

/* line 13803, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-results__options {
  padding-left: 0;
  margin-bottom: 0;
}

/* line 13807, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-results__option {
  padding: 0.375rem 0.75rem;
  color: #6e84a3;
}

/* line 13811, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-results__option:not(.select2-results__message) {
  cursor: pointer;
}

/* line 13814, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-results__option:not(.select2-results__message):focus,
.select2-results__option:not(.select2-results__message):hover {
  color: #12263f;
}

/* line 13818, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-results__option--highlighted,
.select2-results__option[aria-selected="true"] {
  color: #12263f;
}

/* line 13822, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-selection--multiple {
  height: auto;
}

/* line 13825, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0 -0.25rem -0.25rem 0;
}

/* line 13831, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-selection__choice {
  display: inline-flex;
  align-items: center;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  margin: 0 0.25rem 0.25rem 0;
  font-size: 0.8125rem;
  background-color: #edf2f9;
  border-radius: 0.1875rem;
}

/* line 13841, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-selection__choice__remove {
  order: 2;
  margin-left: 0.5rem;
  color: #95aac9;
  cursor: pointer;
}

/* line 13847, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-selection__choice__remove:hover {
  color: #12263f;
}

/* line 13850, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-search--inline .select2-search__field {
  height: calc(1em * 1.5);
  padding-bottom: 0.25rem;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: 0;
  color: #12263f;
}

/* line 13859, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #b1c2d9;
}

/* line 13862, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-search--inline .select2-search__field::-moz-placeholder {
  color: #b1c2d9;
}

/* line 13865, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: #b1c2d9;
}

/* line 13868, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-search--inline .select2-search__field::-ms-input-placeholder {
  color: #b1c2d9;
}

/* line 13871, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-search--inline .select2-search__field::-moz-placeholder {
  color: #b1c2d9;
}
.select2-search--inline .select2-search__field::placeholder {
  color: #b1c2d9;
}

/* line 13874, vendor/assets/stylesheets/dashkit_theme.scss */
.select2-selection__placeholder {
  color: #b1c2d9;
}

@font-face {
  font-family: 'Feather';
  src: url(/assets/Feather-59d0af3a789efb547eb8cff09b63991be33b7a4cafe5e759a87556653d717ddb.ttf) format("truetype"), url(/assets/Feather-c3ec6dba1021cde8c45c83ac7848134b5f645eb7c75da958ff860022cc87f489.woff?sdxovp) format("woff"), url(/assets/Feather-80300cf43ea3e725c89c6a32e183f5e12d94b35a120c199a6a9289170fca1cbc.svg?sdxovp#Feather) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 11, vendor/assets/stylesheets/feather.scss */
.fe {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Feather' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, vendor/assets/stylesheets/feather.scss */
.fe-activity:before {
  content: "\e900";
}

/* line 29, vendor/assets/stylesheets/feather.scss */
.fe-airplay:before {
  content: "\e901";
}

/* line 32, vendor/assets/stylesheets/feather.scss */
.fe-alert-circle:before {
  content: "\e902";
}

/* line 35, vendor/assets/stylesheets/feather.scss */
.fe-alert-octagon:before {
  content: "\e903";
}

/* line 38, vendor/assets/stylesheets/feather.scss */
.fe-alert-triangle:before {
  content: "\e904";
}

/* line 41, vendor/assets/stylesheets/feather.scss */
.fe-align-center:before {
  content: "\e905";
}

/* line 44, vendor/assets/stylesheets/feather.scss */
.fe-align-justify:before {
  content: "\e906";
}

/* line 47, vendor/assets/stylesheets/feather.scss */
.fe-align-left:before {
  content: "\e907";
}

/* line 50, vendor/assets/stylesheets/feather.scss */
.fe-align-right:before {
  content: "\e908";
}

/* line 53, vendor/assets/stylesheets/feather.scss */
.fe-anchor:before {
  content: "\e909";
}

/* line 56, vendor/assets/stylesheets/feather.scss */
.fe-aperture:before {
  content: "\e90a";
}

/* line 59, vendor/assets/stylesheets/feather.scss */
.fe-archive:before {
  content: "\e90b";
}

/* line 62, vendor/assets/stylesheets/feather.scss */
.fe-arrow-down:before {
  content: "\e90c";
}

/* line 65, vendor/assets/stylesheets/feather.scss */
.fe-arrow-down-circle:before {
  content: "\e90d";
}

/* line 68, vendor/assets/stylesheets/feather.scss */
.fe-arrow-down-left:before {
  content: "\e90e";
}

/* line 71, vendor/assets/stylesheets/feather.scss */
.fe-arrow-down-right:before {
  content: "\e90f";
}

/* line 74, vendor/assets/stylesheets/feather.scss */
.fe-arrow-left:before {
  content: "\e910";
}

/* line 77, vendor/assets/stylesheets/feather.scss */
.fe-arrow-left-circle:before {
  content: "\e911";
}

/* line 80, vendor/assets/stylesheets/feather.scss */
.fe-arrow-right:before {
  content: "\e912";
}

/* line 83, vendor/assets/stylesheets/feather.scss */
.fe-arrow-right-circle:before {
  content: "\e913";
}

/* line 86, vendor/assets/stylesheets/feather.scss */
.fe-arrow-up:before {
  content: "\e914";
}

/* line 89, vendor/assets/stylesheets/feather.scss */
.fe-arrow-up-circle:before {
  content: "\e915";
}

/* line 92, vendor/assets/stylesheets/feather.scss */
.fe-arrow-up-left:before {
  content: "\e916";
}

/* line 95, vendor/assets/stylesheets/feather.scss */
.fe-arrow-up-right:before {
  content: "\e917";
}

/* line 98, vendor/assets/stylesheets/feather.scss */
.fe-at-sign:before {
  content: "\e918";
}

/* line 101, vendor/assets/stylesheets/feather.scss */
.fe-award:before {
  content: "\e919";
}

/* line 104, vendor/assets/stylesheets/feather.scss */
.fe-bar-chart:before {
  content: "\e91a";
}

/* line 107, vendor/assets/stylesheets/feather.scss */
.fe-bar-chart-2:before {
  content: "\e91b";
}

/* line 110, vendor/assets/stylesheets/feather.scss */
.fe-battery:before {
  content: "\e91c";
}

/* line 113, vendor/assets/stylesheets/feather.scss */
.fe-battery-charging:before {
  content: "\e91d";
}

/* line 116, vendor/assets/stylesheets/feather.scss */
.fe-bell:before {
  content: "\e91e";
}

/* line 119, vendor/assets/stylesheets/feather.scss */
.fe-bell-off:before {
  content: "\e91f";
}

/* line 122, vendor/assets/stylesheets/feather.scss */
.fe-bluetooth:before {
  content: "\e920";
}

/* line 125, vendor/assets/stylesheets/feather.scss */
.fe-bold:before {
  content: "\e921";
}

/* line 128, vendor/assets/stylesheets/feather.scss */
.fe-book:before {
  content: "\e922";
}

/* line 131, vendor/assets/stylesheets/feather.scss */
.fe-book-open:before {
  content: "\e923";
}

/* line 134, vendor/assets/stylesheets/feather.scss */
.fe-bookmark:before {
  content: "\e924";
}

/* line 137, vendor/assets/stylesheets/feather.scss */
.fe-box:before {
  content: "\e925";
}

/* line 140, vendor/assets/stylesheets/feather.scss */
.fe-briefcase:before {
  content: "\e926";
}

/* line 143, vendor/assets/stylesheets/feather.scss */
.fe-calendar:before {
  content: "\e927";
}

/* line 146, vendor/assets/stylesheets/feather.scss */
.fe-camera:before {
  content: "\e928";
}

/* line 149, vendor/assets/stylesheets/feather.scss */
.fe-camera-off:before {
  content: "\e929";
}

/* line 152, vendor/assets/stylesheets/feather.scss */
.fe-cast:before {
  content: "\e92a";
}

/* line 155, vendor/assets/stylesheets/feather.scss */
.fe-check:before {
  content: "\e92b";
}

/* line 158, vendor/assets/stylesheets/feather.scss */
.fe-check-circle:before {
  content: "\e92c";
}

/* line 161, vendor/assets/stylesheets/feather.scss */
.fe-check-square:before {
  content: "\e92d";
}

/* line 164, vendor/assets/stylesheets/feather.scss */
.fe-chevron-down:before {
  content: "\e92e";
}

/* line 167, vendor/assets/stylesheets/feather.scss */
.fe-chevron-left:before {
  content: "\e92f";
}

/* line 170, vendor/assets/stylesheets/feather.scss */
.fe-chevron-right:before {
  content: "\e930";
}

/* line 173, vendor/assets/stylesheets/feather.scss */
.fe-chevron-up:before {
  content: "\e931";
}

/* line 176, vendor/assets/stylesheets/feather.scss */
.fe-chevrons-down:before {
  content: "\e932";
}

/* line 179, vendor/assets/stylesheets/feather.scss */
.fe-chevrons-left:before {
  content: "\e933";
}

/* line 182, vendor/assets/stylesheets/feather.scss */
.fe-chevrons-right:before {
  content: "\e934";
}

/* line 185, vendor/assets/stylesheets/feather.scss */
.fe-chevrons-up:before {
  content: "\e935";
}

/* line 188, vendor/assets/stylesheets/feather.scss */
.fe-chrome:before {
  content: "\e936";
}

/* line 191, vendor/assets/stylesheets/feather.scss */
.fe-circle:before {
  content: "\e937";
}

/* line 194, vendor/assets/stylesheets/feather.scss */
.fe-clipboard:before {
  content: "\e938";
}

/* line 197, vendor/assets/stylesheets/feather.scss */
.fe-clock:before {
  content: "\e939";
}

/* line 200, vendor/assets/stylesheets/feather.scss */
.fe-cloud:before {
  content: "\e93a";
}

/* line 203, vendor/assets/stylesheets/feather.scss */
.fe-cloud-drizzle:before {
  content: "\e93b";
}

/* line 206, vendor/assets/stylesheets/feather.scss */
.fe-cloud-lightning:before {
  content: "\e93c";
}

/* line 209, vendor/assets/stylesheets/feather.scss */
.fe-cloud-off:before {
  content: "\e93d";
}

/* line 212, vendor/assets/stylesheets/feather.scss */
.fe-cloud-rain:before {
  content: "\e93e";
}

/* line 215, vendor/assets/stylesheets/feather.scss */
.fe-cloud-snow:before {
  content: "\e93f";
}

/* line 218, vendor/assets/stylesheets/feather.scss */
.fe-code:before {
  content: "\e940";
}

/* line 221, vendor/assets/stylesheets/feather.scss */
.fe-codepen:before {
  content: "\e941";
}

/* line 224, vendor/assets/stylesheets/feather.scss */
.fe-command:before {
  content: "\e942";
}

/* line 227, vendor/assets/stylesheets/feather.scss */
.fe-compass:before {
  content: "\e943";
}

/* line 230, vendor/assets/stylesheets/feather.scss */
.fe-copy:before {
  content: "\e944";
}

/* line 233, vendor/assets/stylesheets/feather.scss */
.fe-corner-down-left:before {
  content: "\e945";
}

/* line 236, vendor/assets/stylesheets/feather.scss */
.fe-corner-down-right:before {
  content: "\e946";
}

/* line 239, vendor/assets/stylesheets/feather.scss */
.fe-corner-left-down:before {
  content: "\e947";
}

/* line 242, vendor/assets/stylesheets/feather.scss */
.fe-corner-left-up:before {
  content: "\e948";
}

/* line 245, vendor/assets/stylesheets/feather.scss */
.fe-corner-right-down:before {
  content: "\e949";
}

/* line 248, vendor/assets/stylesheets/feather.scss */
.fe-corner-right-up:before {
  content: "\e94a";
}

/* line 251, vendor/assets/stylesheets/feather.scss */
.fe-corner-up-left:before {
  content: "\e94b";
}

/* line 254, vendor/assets/stylesheets/feather.scss */
.fe-corner-up-right:before {
  content: "\e94c";
}

/* line 257, vendor/assets/stylesheets/feather.scss */
.fe-cpu:before {
  content: "\e94d";
}

/* line 260, vendor/assets/stylesheets/feather.scss */
.fe-credit-card:before {
  content: "\e94e";
}

/* line 263, vendor/assets/stylesheets/feather.scss */
.fe-crop:before {
  content: "\e94f";
}

/* line 266, vendor/assets/stylesheets/feather.scss */
.fe-crosshair:before {
  content: "\e950";
}

/* line 269, vendor/assets/stylesheets/feather.scss */
.fe-database:before {
  content: "\e951";
}

/* line 272, vendor/assets/stylesheets/feather.scss */
.fe-delete:before {
  content: "\e952";
}

/* line 275, vendor/assets/stylesheets/feather.scss */
.fe-disc:before {
  content: "\e953";
}

/* line 278, vendor/assets/stylesheets/feather.scss */
.fe-dollar-sign:before {
  content: "\e954";
}

/* line 281, vendor/assets/stylesheets/feather.scss */
.fe-download:before {
  content: "\e955";
}

/* line 284, vendor/assets/stylesheets/feather.scss */
.fe-download-cloud:before {
  content: "\e956";
}

/* line 287, vendor/assets/stylesheets/feather.scss */
.fe-droplet:before {
  content: "\e957";
}

/* line 290, vendor/assets/stylesheets/feather.scss */
.fe-edit:before {
  content: "\e958";
}

/* line 293, vendor/assets/stylesheets/feather.scss */
.fe-edit-2:before {
  content: "\e959";
}

/* line 296, vendor/assets/stylesheets/feather.scss */
.fe-edit-3:before {
  content: "\e95a";
}

/* line 299, vendor/assets/stylesheets/feather.scss */
.fe-external-link:before {
  content: "\e95b";
}

/* line 302, vendor/assets/stylesheets/feather.scss */
.fe-eye:before {
  content: "\e95c";
}

/* line 305, vendor/assets/stylesheets/feather.scss */
.fe-eye-off:before {
  content: "\e95d";
}

/* line 308, vendor/assets/stylesheets/feather.scss */
.fe-facebook:before {
  content: "\e95e";
}

/* line 311, vendor/assets/stylesheets/feather.scss */
.fe-fast-forward:before {
  content: "\e95f";
}

/* line 314, vendor/assets/stylesheets/feather.scss */
.fe-feather:before {
  content: "\e960";
}

/* line 317, vendor/assets/stylesheets/feather.scss */
.fe-file:before {
  content: "\e961";
}

/* line 320, vendor/assets/stylesheets/feather.scss */
.fe-file-minus:before {
  content: "\e962";
}

/* line 323, vendor/assets/stylesheets/feather.scss */
.fe-file-plus:before {
  content: "\e963";
}

/* line 326, vendor/assets/stylesheets/feather.scss */
.fe-file-text:before {
  content: "\e964";
}

/* line 329, vendor/assets/stylesheets/feather.scss */
.fe-film:before {
  content: "\e965";
}

/* line 332, vendor/assets/stylesheets/feather.scss */
.fe-filter:before {
  content: "\e966";
}

/* line 335, vendor/assets/stylesheets/feather.scss */
.fe-flag:before {
  content: "\e967";
}

/* line 338, vendor/assets/stylesheets/feather.scss */
.fe-folder:before {
  content: "\e968";
}

/* line 341, vendor/assets/stylesheets/feather.scss */
.fe-folder-minus:before {
  content: "\e969";
}

/* line 344, vendor/assets/stylesheets/feather.scss */
.fe-folder-plus:before {
  content: "\e96a";
}

/* line 347, vendor/assets/stylesheets/feather.scss */
.fe-gift:before {
  content: "\e96b";
}

/* line 350, vendor/assets/stylesheets/feather.scss */
.fe-git-branch:before {
  content: "\e96c";
}

/* line 353, vendor/assets/stylesheets/feather.scss */
.fe-git-commit:before {
  content: "\e96d";
}

/* line 356, vendor/assets/stylesheets/feather.scss */
.fe-git-merge:before {
  content: "\e96e";
}

/* line 359, vendor/assets/stylesheets/feather.scss */
.fe-git-pull-request:before {
  content: "\e96f";
}

/* line 362, vendor/assets/stylesheets/feather.scss */
.fe-github:before {
  content: "\e970";
}

/* line 365, vendor/assets/stylesheets/feather.scss */
.fe-gitlab:before {
  content: "\e971";
}

/* line 368, vendor/assets/stylesheets/feather.scss */
.fe-globe:before {
  content: "\e972";
}

/* line 371, vendor/assets/stylesheets/feather.scss */
.fe-grid:before {
  content: "\e973";
}

/* line 374, vendor/assets/stylesheets/feather.scss */
.fe-hard-drive:before {
  content: "\e974";
}

/* line 377, vendor/assets/stylesheets/feather.scss */
.fe-hash:before {
  content: "\e975";
}

/* line 380, vendor/assets/stylesheets/feather.scss */
.fe-headphones:before {
  content: "\e976";
}

/* line 383, vendor/assets/stylesheets/feather.scss */
.fe-heart:before {
  content: "\e977";
}

/* line 386, vendor/assets/stylesheets/feather.scss */
.fe-help-circle:before {
  content: "\e978";
}

/* line 389, vendor/assets/stylesheets/feather.scss */
.fe-home:before {
  content: "\e979";
}

/* line 392, vendor/assets/stylesheets/feather.scss */
.fe-image:before {
  content: "\e97a";
}

/* line 395, vendor/assets/stylesheets/feather.scss */
.fe-inbox:before {
  content: "\e97b";
}

/* line 398, vendor/assets/stylesheets/feather.scss */
.fe-info:before {
  content: "\e97c";
}

/* line 401, vendor/assets/stylesheets/feather.scss */
.fe-instagram:before {
  content: "\e97d";
}

/* line 404, vendor/assets/stylesheets/feather.scss */
.fe-italic:before {
  content: "\e97e";
}

/* line 407, vendor/assets/stylesheets/feather.scss */
.fe-layers:before {
  content: "\e97f";
}

/* line 410, vendor/assets/stylesheets/feather.scss */
.fe-layout:before {
  content: "\e980";
}

/* line 413, vendor/assets/stylesheets/feather.scss */
.fe-life-buoy:before {
  content: "\e981";
}

/* line 416, vendor/assets/stylesheets/feather.scss */
.fe-link:before {
  content: "\e982";
}

/* line 419, vendor/assets/stylesheets/feather.scss */
.fe-link-2:before {
  content: "\e983";
}

/* line 422, vendor/assets/stylesheets/feather.scss */
.fe-linkedin:before {
  content: "\e984";
}

/* line 425, vendor/assets/stylesheets/feather.scss */
.fe-list:before {
  content: "\e985";
}

/* line 428, vendor/assets/stylesheets/feather.scss */
.fe-loader:before {
  content: "\e986";
}

/* line 431, vendor/assets/stylesheets/feather.scss */
.fe-lock:before {
  content: "\e987";
}

/* line 434, vendor/assets/stylesheets/feather.scss */
.fe-log-in:before {
  content: "\e988";
}

/* line 437, vendor/assets/stylesheets/feather.scss */
.fe-log-out:before {
  content: "\e989";
}

/* line 440, vendor/assets/stylesheets/feather.scss */
.fe-mail:before {
  content: "\e98a";
}

/* line 443, vendor/assets/stylesheets/feather.scss */
.fe-map:before {
  content: "\e98b";
}

/* line 446, vendor/assets/stylesheets/feather.scss */
.fe-map-pin:before {
  content: "\e98c";
}

/* line 449, vendor/assets/stylesheets/feather.scss */
.fe-maximize:before {
  content: "\e98d";
}

/* line 452, vendor/assets/stylesheets/feather.scss */
.fe-maximize-2:before {
  content: "\e98e";
}

/* line 455, vendor/assets/stylesheets/feather.scss */
.fe-menu:before {
  content: "\e98f";
}

/* line 458, vendor/assets/stylesheets/feather.scss */
.fe-message-circle:before {
  content: "\e990";
}

/* line 461, vendor/assets/stylesheets/feather.scss */
.fe-message-square:before {
  content: "\e991";
}

/* line 464, vendor/assets/stylesheets/feather.scss */
.fe-mic:before {
  content: "\e992";
}

/* line 467, vendor/assets/stylesheets/feather.scss */
.fe-mic-off:before {
  content: "\e993";
}

/* line 470, vendor/assets/stylesheets/feather.scss */
.fe-minimize:before {
  content: "\e994";
}

/* line 473, vendor/assets/stylesheets/feather.scss */
.fe-minimize-2:before {
  content: "\e995";
}

/* line 476, vendor/assets/stylesheets/feather.scss */
.fe-minus:before {
  content: "\e996";
}

/* line 479, vendor/assets/stylesheets/feather.scss */
.fe-minus-circle:before {
  content: "\e997";
}

/* line 482, vendor/assets/stylesheets/feather.scss */
.fe-minus-square:before {
  content: "\e998";
}

/* line 485, vendor/assets/stylesheets/feather.scss */
.fe-monitor:before {
  content: "\e999";
}

/* line 488, vendor/assets/stylesheets/feather.scss */
.fe-moon:before {
  content: "\e99a";
}

/* line 491, vendor/assets/stylesheets/feather.scss */
.fe-more-horizontal:before {
  content: "\e99b";
}

/* line 494, vendor/assets/stylesheets/feather.scss */
.fe-more-vertical:before {
  content: "\e99c";
}

/* line 497, vendor/assets/stylesheets/feather.scss */
.fe-move:before {
  content: "\e99d";
}

/* line 500, vendor/assets/stylesheets/feather.scss */
.fe-music:before {
  content: "\e99e";
}

/* line 503, vendor/assets/stylesheets/feather.scss */
.fe-navigation:before {
  content: "\e99f";
}

/* line 506, vendor/assets/stylesheets/feather.scss */
.fe-navigation-2:before {
  content: "\e9a0";
}

/* line 509, vendor/assets/stylesheets/feather.scss */
.fe-octagon:before {
  content: "\e9a1";
}

/* line 512, vendor/assets/stylesheets/feather.scss */
.fe-package:before {
  content: "\e9a2";
}

/* line 515, vendor/assets/stylesheets/feather.scss */
.fe-paperclip:before {
  content: "\e9a3";
}

/* line 518, vendor/assets/stylesheets/feather.scss */
.fe-pause:before {
  content: "\e9a4";
}

/* line 521, vendor/assets/stylesheets/feather.scss */
.fe-pause-circle:before {
  content: "\e9a5";
}

/* line 524, vendor/assets/stylesheets/feather.scss */
.fe-percent:before {
  content: "\e9a6";
}

/* line 527, vendor/assets/stylesheets/feather.scss */
.fe-phone:before {
  content: "\e9a7";
}

/* line 530, vendor/assets/stylesheets/feather.scss */
.fe-phone-call:before {
  content: "\e9a8";
}

/* line 533, vendor/assets/stylesheets/feather.scss */
.fe-phone-forwarded:before {
  content: "\e9a9";
}

/* line 536, vendor/assets/stylesheets/feather.scss */
.fe-phone-incoming:before {
  content: "\e9aa";
}

/* line 539, vendor/assets/stylesheets/feather.scss */
.fe-phone-missed:before {
  content: "\e9ab";
}

/* line 542, vendor/assets/stylesheets/feather.scss */
.fe-phone-off:before {
  content: "\e9ac";
}

/* line 545, vendor/assets/stylesheets/feather.scss */
.fe-phone-outgoing:before {
  content: "\e9ad";
}

/* line 548, vendor/assets/stylesheets/feather.scss */
.fe-pie-chart:before {
  content: "\e9ae";
}

/* line 551, vendor/assets/stylesheets/feather.scss */
.fe-play:before {
  content: "\e9af";
}

/* line 554, vendor/assets/stylesheets/feather.scss */
.fe-play-circle:before {
  content: "\e9b0";
}

/* line 557, vendor/assets/stylesheets/feather.scss */
.fe-plus:before {
  content: "\e9b1";
}

/* line 560, vendor/assets/stylesheets/feather.scss */
.fe-plus-circle:before {
  content: "\e9b2";
}

/* line 563, vendor/assets/stylesheets/feather.scss */
.fe-plus-square:before {
  content: "\e9b3";
}

/* line 566, vendor/assets/stylesheets/feather.scss */
.fe-pocket:before {
  content: "\e9b4";
}

/* line 569, vendor/assets/stylesheets/feather.scss */
.fe-power:before {
  content: "\e9b5";
}

/* line 572, vendor/assets/stylesheets/feather.scss */
.fe-printer:before {
  content: "\e9b6";
}

/* line 575, vendor/assets/stylesheets/feather.scss */
.fe-radio:before {
  content: "\e9b7";
}

/* line 578, vendor/assets/stylesheets/feather.scss */
.fe-refresh-ccw:before {
  content: "\e9b8";
}

/* line 581, vendor/assets/stylesheets/feather.scss */
.fe-refresh-cw:before {
  content: "\e9b9";
}

/* line 584, vendor/assets/stylesheets/feather.scss */
.fe-repeat:before {
  content: "\e9ba";
}

/* line 587, vendor/assets/stylesheets/feather.scss */
.fe-rewind:before {
  content: "\e9bb";
}

/* line 590, vendor/assets/stylesheets/feather.scss */
.fe-rotate-ccw:before {
  content: "\e9bc";
}

/* line 593, vendor/assets/stylesheets/feather.scss */
.fe-rotate-cw:before {
  content: "\e9bd";
}

/* line 596, vendor/assets/stylesheets/feather.scss */
.fe-rss:before {
  content: "\e9be";
}

/* line 599, vendor/assets/stylesheets/feather.scss */
.fe-save:before {
  content: "\e9bf";
}

/* line 602, vendor/assets/stylesheets/feather.scss */
.fe-scissors:before {
  content: "\e9c0";
}

/* line 605, vendor/assets/stylesheets/feather.scss */
.fe-search:before {
  content: "\e9c1";
}

/* line 608, vendor/assets/stylesheets/feather.scss */
.fe-send:before {
  content: "\e9c2";
}

/* line 611, vendor/assets/stylesheets/feather.scss */
.fe-server:before {
  content: "\e9c3";
}

/* line 614, vendor/assets/stylesheets/feather.scss */
.fe-settings:before {
  content: "\e9c4";
}

/* line 617, vendor/assets/stylesheets/feather.scss */
.fe-share:before {
  content: "\e9c5";
}

/* line 620, vendor/assets/stylesheets/feather.scss */
.fe-share-2:before {
  content: "\e9c6";
}

/* line 623, vendor/assets/stylesheets/feather.scss */
.fe-shield:before {
  content: "\e9c7";
}

/* line 626, vendor/assets/stylesheets/feather.scss */
.fe-shield-off:before {
  content: "\e9c8";
}

/* line 629, vendor/assets/stylesheets/feather.scss */
.fe-shopping-bag:before {
  content: "\e9c9";
}

/* line 632, vendor/assets/stylesheets/feather.scss */
.fe-shopping-cart:before {
  content: "\e9ca";
}

/* line 635, vendor/assets/stylesheets/feather.scss */
.fe-shuffle:before {
  content: "\e9cb";
}

/* line 638, vendor/assets/stylesheets/feather.scss */
.fe-sidebar:before {
  content: "\e9cc";
}

/* line 641, vendor/assets/stylesheets/feather.scss */
.fe-skip-back:before {
  content: "\e9cd";
}

/* line 644, vendor/assets/stylesheets/feather.scss */
.fe-skip-forward:before {
  content: "\e9ce";
}

/* line 647, vendor/assets/stylesheets/feather.scss */
.fe-slack:before {
  content: "\e9cf";
}

/* line 650, vendor/assets/stylesheets/feather.scss */
.fe-slash:before {
  content: "\e9d0";
}

/* line 653, vendor/assets/stylesheets/feather.scss */
.fe-sliders:before {
  content: "\e9d1";
}

/* line 656, vendor/assets/stylesheets/feather.scss */
.fe-smartphone:before {
  content: "\e9d2";
}

/* line 659, vendor/assets/stylesheets/feather.scss */
.fe-speaker:before {
  content: "\e9d3";
}

/* line 662, vendor/assets/stylesheets/feather.scss */
.fe-square:before {
  content: "\e9d4";
}

/* line 665, vendor/assets/stylesheets/feather.scss */
.fe-star:before {
  content: "\e9d5";
}

/* line 668, vendor/assets/stylesheets/feather.scss */
.fe-stop-circle:before {
  content: "\e9d6";
}

/* line 671, vendor/assets/stylesheets/feather.scss */
.fe-sun:before {
  content: "\e9d7";
}

/* line 674, vendor/assets/stylesheets/feather.scss */
.fe-sunrise:before {
  content: "\e9d8";
}

/* line 677, vendor/assets/stylesheets/feather.scss */
.fe-sunset:before {
  content: "\e9d9";
}

/* line 680, vendor/assets/stylesheets/feather.scss */
.fe-tablet:before {
  content: "\e9da";
}

/* line 683, vendor/assets/stylesheets/feather.scss */
.fe-tag:before {
  content: "\e9db";
}

/* line 686, vendor/assets/stylesheets/feather.scss */
.fe-target:before {
  content: "\e9dc";
}

/* line 689, vendor/assets/stylesheets/feather.scss */
.fe-terminal:before {
  content: "\e9dd";
}

/* line 692, vendor/assets/stylesheets/feather.scss */
.fe-thermometer:before {
  content: "\e9de";
}

/* line 695, vendor/assets/stylesheets/feather.scss */
.fe-thumbs-down:before {
  content: "\e9df";
}

/* line 698, vendor/assets/stylesheets/feather.scss */
.fe-thumbs-up:before {
  content: "\e9e0";
}

/* line 701, vendor/assets/stylesheets/feather.scss */
.fe-toggle-left:before {
  content: "\e9e1";
}

/* line 704, vendor/assets/stylesheets/feather.scss */
.fe-toggle-right:before {
  content: "\e9e2";
}

/* line 707, vendor/assets/stylesheets/feather.scss */
.fe-trash:before {
  content: "\e9e3";
}

/* line 710, vendor/assets/stylesheets/feather.scss */
.fe-trash-2:before {
  content: "\e9e4";
}

/* line 713, vendor/assets/stylesheets/feather.scss */
.fe-trending-down:before {
  content: "\e9e5";
}

/* line 716, vendor/assets/stylesheets/feather.scss */
.fe-trending-up:before {
  content: "\e9e6";
}

/* line 719, vendor/assets/stylesheets/feather.scss */
.fe-triangle:before {
  content: "\e9e7";
}

/* line 722, vendor/assets/stylesheets/feather.scss */
.fe-truck:before {
  content: "\e9e8";
}

/* line 725, vendor/assets/stylesheets/feather.scss */
.fe-tv:before {
  content: "\e9e9";
}

/* line 728, vendor/assets/stylesheets/feather.scss */
.fe-twitter:before {
  content: "\e9ea";
}

/* line 731, vendor/assets/stylesheets/feather.scss */
.fe-type:before {
  content: "\e9eb";
}

/* line 734, vendor/assets/stylesheets/feather.scss */
.fe-umbrella:before {
  content: "\e9ec";
}

/* line 737, vendor/assets/stylesheets/feather.scss */
.fe-underline:before {
  content: "\e9ed";
}

/* line 740, vendor/assets/stylesheets/feather.scss */
.fe-unlock:before {
  content: "\e9ee";
}

/* line 743, vendor/assets/stylesheets/feather.scss */
.fe-upload:before {
  content: "\e9ef";
}

/* line 746, vendor/assets/stylesheets/feather.scss */
.fe-upload-cloud:before {
  content: "\e9f0";
}

/* line 749, vendor/assets/stylesheets/feather.scss */
.fe-user:before {
  content: "\e9f1";
}

/* line 752, vendor/assets/stylesheets/feather.scss */
.fe-user-check:before {
  content: "\e9f2";
}

/* line 755, vendor/assets/stylesheets/feather.scss */
.fe-user-minus:before {
  content: "\e9f3";
}

/* line 758, vendor/assets/stylesheets/feather.scss */
.fe-user-plus:before {
  content: "\e9f4";
}

/* line 761, vendor/assets/stylesheets/feather.scss */
.fe-user-x:before {
  content: "\e9f5";
}

/* line 764, vendor/assets/stylesheets/feather.scss */
.fe-users:before {
  content: "\e9f6";
}

/* line 767, vendor/assets/stylesheets/feather.scss */
.fe-video:before {
  content: "\e9f7";
}

/* line 770, vendor/assets/stylesheets/feather.scss */
.fe-video-off:before {
  content: "\e9f8";
}

/* line 773, vendor/assets/stylesheets/feather.scss */
.fe-voicemail:before {
  content: "\e9f9";
}

/* line 776, vendor/assets/stylesheets/feather.scss */
.fe-volume:before {
  content: "\e9fa";
}

/* line 779, vendor/assets/stylesheets/feather.scss */
.fe-volume-1:before {
  content: "\e9fb";
}

/* line 782, vendor/assets/stylesheets/feather.scss */
.fe-volume-2:before {
  content: "\e9fc";
}

/* line 785, vendor/assets/stylesheets/feather.scss */
.fe-volume-x:before {
  content: "\e9fd";
}

/* line 788, vendor/assets/stylesheets/feather.scss */
.fe-watch:before {
  content: "\e9fe";
}

/* line 791, vendor/assets/stylesheets/feather.scss */
.fe-wifi:before {
  content: "\e9ff";
}

/* line 794, vendor/assets/stylesheets/feather.scss */
.fe-wifi-off:before {
  content: "\ea00";
}

/* line 797, vendor/assets/stylesheets/feather.scss */
.fe-wind:before {
  content: "\ea01";
}

/* line 800, vendor/assets/stylesheets/feather.scss */
.fe-x:before {
  content: "\ea02";
}

/* line 803, vendor/assets/stylesheets/feather.scss */
.fe-x-circle:before {
  content: "\ea03";
}

/* line 806, vendor/assets/stylesheets/feather.scss */
.fe-x-square:before {
  content: "\ea04";
}

/* line 809, vendor/assets/stylesheets/feather.scss */
.fe-youtube:before {
  content: "\ea05";
}

/* line 812, vendor/assets/stylesheets/feather.scss */
.fe-zap:before {
  content: "\ea06";
}

/* line 815, vendor/assets/stylesheets/feather.scss */
.fe-zap-off:before {
  content: "\ea07";
}

/* line 818, vendor/assets/stylesheets/feather.scss */
.fe-zoom-in:before {
  content: "\ea08";
}

/* line 821, vendor/assets/stylesheets/feather.scss */
.fe-zoom-out:before {
  content: "\ea09";
}

/* line 1, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

/* line 26, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

/* line 32, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

/* line 36, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 40, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

/* line 45, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

/* line 49, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

/* line 53, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 1) .flatpickr-day.inRange:nth-child(7n + 7) {
  box-shadow: none !important;
}

/* line 57, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 2) .flatpickr-day.inRange:nth-child(7n + 1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

/* line 61, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 67, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

/* line 70, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

/* line 74, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

/* line 77, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

/* line 88, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

/* line 93, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

/* line 97, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

/* line 101, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

/* line 105, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

/* line 108, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 111, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

/* line 115, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

/* line 118, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

/* line 121, app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar:focus {
  outline: 0;
}

/* line 124, app/assets/stylesheets/flatpickr.scss */
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

/* line 128, app/assets/stylesheets/flatpickr.scss */
.flatpickr-months {
  display: flex;
}

/* line 134, app/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

/* line 152, app/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

/* line 164, app/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

/* line 168, app/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

/* line 172, app/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
  /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 182, app/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
  /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 192, app/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

/* line 196, app/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

/* line 200, app/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

/* line 205, app/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

/* line 211, app/assets/stylesheets/flatpickr.scss */
.numInputWrapper {
  position: relative;
  height: auto;
}

/* line 215, app/assets/stylesheets/flatpickr.scss */
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

/* line 219, app/assets/stylesheets/flatpickr.scss */
.numInputWrapper input {
  width: 100%;
}

/* line 222, app/assets/stylesheets/flatpickr.scss */
.numInputWrapper input::-ms-clear {
  display: none;
}

/* line 225, app/assets/stylesheets/flatpickr.scss */
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* line 230, app/assets/stylesheets/flatpickr.scss */
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

/* line 243, app/assets/stylesheets/flatpickr.scss */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 246, app/assets/stylesheets/flatpickr.scss */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 249, app/assets/stylesheets/flatpickr.scss */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

/* line 254, app/assets/stylesheets/flatpickr.scss */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

/* line 258, app/assets/stylesheets/flatpickr.scss */
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

/* line 264, app/assets/stylesheets/flatpickr.scss */
.numInputWrapper span.arrowDown {
  top: 50%;
}

/* line 267, app/assets/stylesheets/flatpickr.scss */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

/* line 273, app/assets/stylesheets/flatpickr.scss */
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

/* line 277, app/assets/stylesheets/flatpickr.scss */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

/* line 280, app/assets/stylesheets/flatpickr.scss */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 283, app/assets/stylesheets/flatpickr.scss */
.numInputWrapper:hover span {
  opacity: 1;
}

/* line 286, app/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

/* line 302, app/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

/* line 310, app/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 313, app/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

/* line 318, app/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 321, app/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 324, app/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 345, app/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

/* line 348, app/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

/* line 355, app/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

/* line 378, app/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

/* line 382, app/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 385, app/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

/* line 390, app/assets/stylesheets/flatpickr.scss */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

/* line 405, app/assets/stylesheets/flatpickr.scss */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

/* line 415, app/assets/stylesheets/flatpickr.scss */
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

/* line 430, app/assets/stylesheets/flatpickr.scss */
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

/* line 434, app/assets/stylesheets/flatpickr.scss */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

/* line 447, app/assets/stylesheets/flatpickr.scss */
.flatpickr-days:focus {
  outline: 0;
}

/* line 450, app/assets/stylesheets/flatpickr.scss */
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 474, app/assets/stylesheets/flatpickr.scss */
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

/* line 478, app/assets/stylesheets/flatpickr.scss */
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

/* line 503, app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

/* line 520, app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.today {
  border-color: #959ea9;
}

/* line 523, app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

/* line 529, app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

/* line 553, app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

/* line 558, app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

/* line 563, app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  box-shadow: -10px 0 0 #569ff7;
}

/* line 569, app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

/* line 574, app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

/* line 579, app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

/* line 591, app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

/* line 596, app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

/* line 601, app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.hidden {
  visibility: hidden;
}

/* line 604, app/assets/stylesheets/flatpickr.scss */
.rangeMode .flatpickr-day {
  margin-top: 1px;
}

/* line 607, app/assets/stylesheets/flatpickr.scss */
.flatpickr-weekwrapper {
  float: left;
}

/* line 610, app/assets/stylesheets/flatpickr.scss */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

/* line 615, app/assets/stylesheets/flatpickr.scss */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

/* line 620, app/assets/stylesheets/flatpickr.scss */
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

/* line 630, app/assets/stylesheets/flatpickr.scss */
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 640, app/assets/stylesheets/flatpickr.scss */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

/* line 646, app/assets/stylesheets/flatpickr.scss */
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

/* line 661, app/assets/stylesheets/flatpickr.scss */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

/* line 666, app/assets/stylesheets/flatpickr.scss */
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

/* line 675, app/assets/stylesheets/flatpickr.scss */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

/* line 678, app/assets/stylesheets/flatpickr.scss */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

/* line 681, app/assets/stylesheets/flatpickr.scss */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

/* line 684, app/assets/stylesheets/flatpickr.scss */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

/* line 687, app/assets/stylesheets/flatpickr.scss */
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 707, app/assets/stylesheets/flatpickr.scss */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

/* line 710, app/assets/stylesheets/flatpickr.scss */
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

/* line 714, app/assets/stylesheets/flatpickr.scss */
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

/* line 718, app/assets/stylesheets/flatpickr.scss */
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

/* line 734, app/assets/stylesheets/flatpickr.scss */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

/* line 741, app/assets/stylesheets/flatpickr.scss */
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

/* line 747, app/assets/stylesheets/flatpickr.scss */
.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 5, app/assets/stylesheets/rails-template.sass */
.cursor-help {
  cursor: help;
}

/* line 8, app/assets/stylesheets/rails-template.sass */
.cursor-pointer {
  cursor: pointer;
}

/* line 11, app/assets/stylesheets/rails-template.sass */
tr.clickable-row {
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/rails-template.sass */
tr.clickable-row:hover {
  background-color: #eee;
}

/* line 1, app/assets/stylesheets/shame.sass */
.ck-editor__editable {
  min-height: 500px !important;
  overflow: scroll;
  max-height: 50vh;
}

/* line 7, app/assets/stylesheets/shame.sass */
.contract-show {
  max-height: 50vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 1rem;
}

/* line 12, app/assets/stylesheets/shame.sass */
.placeholder {
  text-align: left;
  white-space: normal;
  padding: 0 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}

/* line 21, app/assets/stylesheets/shame.sass */
.toast {
  position: absolute !important;
  top: 80vh !important;
  right: 36px !important;
  z-index: 1 !important;
  max-width: 360px !important;
}

/* line 28, app/assets/stylesheets/shame.sass */
.text-hash, .input-hash {
  line-break: anywhere;
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important;
  font-size: 0.75rem;
}

/* line 33, app/assets/stylesheets/shame.sass */
.input-hash {
  height: 2.5rem;
}

/* line 37, app/assets/stylesheets/shame.sass */
.ghost-header {
  padding: 0.75rem 1.25rem;
}

/* line 40, app/assets/stylesheets/shame.sass */
.zipcode-loader {
  width: 1rem;
  height: 1rem;
}

@media (max-width: 576px) {
  /* line 44, app/assets/stylesheets/shame.sass */
  .header-action-btn {
    margin-top: 1.5rem;
  }
}

@supports (-webkit-touch-callout: none) {
  /* line 49, app/assets/stylesheets/shame.sass */
  .hide-ios {
    /* CSS specific to iOS devices */
    display: none;
  }
}

@supports not (-webkit-touch-callout: none) {
  /* line 54, app/assets/stylesheets/shame.sass */
  .hide-android {
    /* CSS for other than iOS devices */
    display: none;
  }
}

/* line 59, app/assets/stylesheets/shame.sass */
.form-control:disabled {
  background-color: #e9ecef;
}

/* line 62, app/assets/stylesheets/shame.sass */
ol {
  padding-left: 1rem;
  counter-reset: number;
  list-style: none;
}

/* line 67, app/assets/stylesheets/shame.sass */
ol > li {
  counter-increment: number;
}

/* line 69, app/assets/stylesheets/shame.sass */
ol > li:before {
  content: counters(number, ".") ". ";
}

/* line 72, app/assets/stylesheets/shame.sass */
.badge.bg-success-soft, .bg-success-soft.placeholder {
  color: #00d97e;
}

/* line 74, app/assets/stylesheets/shame.sass */
.badge.bg-danger-soft, .bg-danger-soft.placeholder {
  color: #e63757;
}

/* line 77, app/assets/stylesheets/shame.sass */
.fix-safari-layout {
  -webkit-appearance: none;
}

/* line 80, app/assets/stylesheets/shame.sass */
.btn-primary {
  background-color: #056BF1;
}

/* line 83, app/assets/stylesheets/shame.sass */
.ck-dropdown__panel {
  max-height: 400px;
  overflow-y: auto;
}

/* line 87, app/assets/stylesheets/shame.sass */
.development-badge {
  position: absolute;
  top: 34px;
  left: 0px;
  font-size: 10px;
  padding: 5px;
  background-color: red;
  color: white;
  font-weight: bold;
  z-index: 9999;
  border-radius: 0 8px 8px 0;
}
