/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

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

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

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

.blockquote-footer::before {
  content: "\2014\A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

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

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

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

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

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

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

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

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

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

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

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

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

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

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

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  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='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

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

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

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

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

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

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

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

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

  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

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

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

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

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

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

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

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

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

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

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

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

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

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

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

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

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

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

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

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

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

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

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

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

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

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

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

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

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

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

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

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

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

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

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

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

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

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

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

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

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

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

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

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

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

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

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

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

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

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

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

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

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

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

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

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

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

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

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

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

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

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

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

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

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

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

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

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

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

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

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

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

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

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

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

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

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

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

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

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

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

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

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

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

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

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

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

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

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

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

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

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

.breadcrumb-item.active {
  color: #6c757d;
}

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

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

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

.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

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

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

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

.badge-success {
  color: #fff;
  background-color: #28a745;
}

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

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

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

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

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

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

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

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

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

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

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

.alert-primary .alert-link {
  color: #002752;
}

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

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

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

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

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

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

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

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

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

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

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

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

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

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

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

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

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

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

  to {
    background-position: 0 0;
  }
}

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

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

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

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

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

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

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

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

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

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

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

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

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

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

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

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

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

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

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

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

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

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

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

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

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

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

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

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

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

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

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

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

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

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

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border;
}

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

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

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

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

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

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

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

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

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

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

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

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

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

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

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

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

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

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

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

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

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

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

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

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

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

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

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

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

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

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

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

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

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

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

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

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

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

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

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

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

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

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

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

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

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

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

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

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

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

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

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

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.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);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.color-black {
  color: #000 !important;
}

.color-white {
  color: #ffffff !important;
}

.color-indigo-100 {
  color: #6a5cd0 !important;
}

.color-indigo-50 {
  color: #b4ade7 !important;
}

.color-indigo-20 {
  color: #e1def6 !important;
}

.color-warning-100 {
  color: #f7b100 !important;
}

.color-warning-20 {
  color: #fdefcc !important;
}

.color-error-100 {
  color: #fb4e4e !important;
}

.color-error-20 {
  color: #fedcdc !important;
}

.color-success-100 {
  color: #3ad0ae !important;
}

.color-success-20 {
  color: #d8f6ef !important;
}

.color-excellent-100 {
  color: #1190f1 !important;
}

.color-excellent-20 {
  color: #dbedfc !important;
}

.color-primary-100 {
  color: #3f8cff !important;
}

.color-primary-20 {
  color: #d9e8ff !important;
}

.color-primary-10 {
  color: #ecf3ff !important;
}

.color-primary-hover {
  color: #61a0ff !important;
}

.color-grey-80 {
  color: #6b6c7f !important;
}

.color-grey-60 {
  color: #888994 !important;
}

.color-grey-40 {
  color: #b0b0bb !important;
}

.color-grey-20 {
  color: #d1d0d5 !important;
}

.color-grey-10 {
  color: #e2e4e9 !important;
}

.background-black {
  background-color: #000 !important;
}

.background-white {
  background-color: #ffffff !important;
}

.background-indigo-100 {
  background-color: #6a5cd0 !important;
}

.background-indigo-50 {
  background-color: #b4ade7 !important;
}

.background-indigo-20 {
  background-color: #e1def6 !important;
}

.background-warning-100 {
  background-color: #f7b100 !important;
}

.background-warning-20 {
  background-color: #fdefcc !important;
}

.background-error-100 {
  background-color: #fb4e4e !important;
}

.background-error-20 {
  background-color: #fedcdc !important;
}

.background-success-100 {
  background-color: #3ad0ae !important;
}

.background-success-20 {
  background-color: #d8f6ef !important;
}

.background-excellent-100 {
  background-color: #1190f1 !important;
}

.background-excellent-20 {
  background-color: #dbedfc !important;
}

.background-primary-100 {
  background-color: #3f8cff !important;
}

.background-primary-20 {
  background-color: #d9e8ff !important;
}

.background-primary-10 {
  background-color: #ecf3ff !important;
}

.background-primary-hover {
  background-color: #61a0ff !important;
}

.background-grey-80 {
  background-color: #6b6c7f !important;
}

.background-grey-60 {
  background-color: #888994 !important;
}

.background-grey-40 {
  background-color: #b0b0bb !important;
}

.background-grey-20 {
  background-color: #d1d0d5 !important;
}

.background-grey-10 {
  background-color: #e2e4e9 !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-28 {
  gap: 28px !important;
}

.rounded-4 {
  border-radius: 4px !important;
}

.rounded-6 {
  border-radius: 6px !important;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-12 {
  border-radius: 12px !important;
}

.rounded-16 {
  border-radius: 16px !important;
}

@-webkit-keyframes stacksidebar {
  0%, 100% {
    z-index: 1054;
  }
}

@keyframes stacksidebar {
  0%, 100% {
    z-index: 1054;
  }
}

@font-face {
  font-display: block;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/icomoon.eot?f8228ab5d6223d211dedff61650d8968);
  src: url(/fonts/icomoon.eot?f8228ab5d6223d211dedff61650d8968#iefix) format("embedded-opentype"), url(/fonts/icomoon.ttf?9260fc784c6c28d9ed697d97bca91231) format("truetype"), url(/fonts/icomoon.woff?1dda1f81643d239269a1f24d0c7d856c) format("woff"), url(/fonts/icomoon.svg?2e38c94efe7f0d5df873dec31bd4f1d9#icomoon) format("svg");
}

[class^='icon-'],
[class*=' icon-'] {
  font-family: "icomoon" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.icon-my-group:before {
  content: "\E900";
  color: #b0b0bb;
}

.icon-bell:before {
  content: "\E901";
  color: #6b6c7f;
}

.icon-comment:before {
  content: "\E902";
  color: #6a5cd0;
}

.icon-sort:before {
  content: "\E903";
  color: #6b6c7f;
}

.icon-down:before {
  content: "\E904";
  color: #6b6c7f;
}

.icon-angle-down:before {
  content: "\E905";
  color: #b0b0bb;
}

.icon-check:before {
  content: "\E906";
  color: #3ad0ae;
}

.icon-bars:before {
  content: "\E907";
  color: #fff;
}

.icon-campaign:before {
  content: "\E908";
  color: #b0b0bb;
}

.icon-dashboard:before {
  content: "\E909";
  color: #b0b0bb;
}

.icon-plus-border:before {
  content: "\E90A";
  color: #3ad0ae;
}

.icon-link:before {
  content: "\E90B";
  color: #6b6c7f;
}

.icon-weight:before {
  content: "\E90C";
  color: #6b6c7f;
}

.icon-keys:before {
  content: "\E90D";
  color: #6b6c7f;
}

.icon-double-arrow:before {
  content: "\E90E";
  color: #b0b0bb;
}

.icon-objective:before {
  content: "\E90F";
  color: #6b6c7f;
}

.icon-clear:before {
  content: "\E910";
  color: #888994;
}

.icon-left:before {
  content: "\E911";
  color: #6b6c7f;
}

.icon-copy:before {
  content: "\E912";
  color: #6b6c7f;
}

.icon-like:before {
  content: "\E913";
  color: #3f8cff;
}

.icon-calendar:before {
  content: "\E914";
  color: #b0b0bb;
}

.icon-list-check:before {
  content: "\E915";
  color: #6a5cd0;
}

.icon-hourglass:before {
  content: "\E916";
  color: #f7b100;
}

.icon-angle-up:before {
  content: "\E917";
  color: #fff;
}

.icon-more:before {
  content: "\E918";
  color: #6b6c7f;
}

.icon-trash:before {
  content: "\E919";
  color: red;
}

.icon-edit:before {
  content: "\E91A";
  color: #6b6c7f;
}

.icon-right:before {
  content: "\E91B";
  color: #b0b0bb;
}

.icon-timeline:before {
  content: "\E91C";
  color: #b0b0bb;
}

.icon-following-group:before {
  content: "\E91D";
  color: #b0b0bb;
}

.icon-organization:before {
  content: "\E91E";
  color: #b0b0bb;
}

.icon-manage-request:before {
  content: "\E91F";
  color: #b0b0bb;
}

.icon-search:before {
  content: "\E920";
  color: #6b6c7f;
}

.icon-feedback:before {
  content: "\E921";
  color: #6a5cd0;
}

.icon-mobile:before {
  content: "\E922";
  color: #6a5cd0;
}

.icon-faq:before {
  content: "\E923";
  color: #b0b0bb;
}

.icon-group-2:before {
  content: "\E924";
  color: #6b6c7f;
}

.icon-profile:before {
  content: "\E925";
  color: #b0b0bb;
}

.icon-settings:before {
  content: "\E926";
  color: #b0b0bb;
}

.icon-question-mark:before {
  content: "\E927";
  color: #6b6c7f;
}

.icon-plus:before {
  content: "\E928";
  color: #6b6c7f;
}

.icon-flag:before {
  content: "\E929";
  color: #6b6c7f;
}

.icon-download:before {
  content: "\E92A";
  color: #6b6c7f;
}

.icon-description:before {
  content: "\E92B";
  color: #6b6c7f;
}

.icon-clock:before {
  content: "\E92C";
  color: #6b6c7f;
}

.icon-angle-right1:before {
  content: "\E92D";
  color: #b0b0bb;
}

.icon-checkmark:before {
  content: "\E92E";
  color: #6a5cd0;
}

.icon-checkmark-border:before {
  content: "\E92F";
  color: #6a5cd0;
}

.icon-unlink:before {
  content: "\E930";
}

.icon-quarter:before {
  content: "\E932";
}

.icon-half:before {
  content: "\E933";
}

.icon-edit2:before {
  content: "\E934";
}

.icon-eye:before {
  content: "\E935";
}

.icon-stop:before {
  content: "\E936";
}

.icon-start:before {
  content: "\E937";
}

.icon-love:before {
  content: "\E938";
}

.icon-upload:before {
  content: "\E939";
}

@font-face {
  font-family: 'Material Icons';
  font-display: block;
  src: url(/fonts/MaterialIcons-Regular.ttf?548cdd0e4a7d21c2a9c3bc8580254239);
}

@font-face {
  font-family: 'Material Icons Outlined';
  font-display: block;
  src: url(/fonts/MaterialIconsOutlined-Regular.otf?4b937d057e6da6a4fac02b42784fdb6a);
}

@font-face {
  font-family: 'Material Icons Two Tone';
  font-display: block;
  src: url(/fonts/MaterialIconsTwoTone-Regular.otf?f2472d5074320cb86f3db2bbf403939d);
}

@font-face {
  font-family: 'Material Icons Round';
  font-display: block;
  src: url(/fonts/MaterialIconsRound-Regular.otf?f8d5e69de9cdc901dab69da2d6463217);
}

@font-face {
  font-family: 'Material Icons Sharp';
  font-display: block;
  src: url(/fonts/MaterialIconsSharp-Regular.otf?5257f80b95fdba0a233f61fef096b3f2);
}

.material-icons,
.material-icons-outlined,
.material-icons-two-tone,
.material-icons-round,
.material-icons-sharp {
  font-weight: normal;
  font-style: normal;
  font-size: var(--icon-size);
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.material-icons {
  font-family: 'Material Icons';
}

.material-icons-outlined {
  font-family: 'Material Icons Outlined';
}

.material-icons-two-tone {
  font-family: 'Material Icons Two Tone';
}

.material-icons-round {
  font-family: 'Material Icons Round';
}

.material-icons-sharp {
  font-family: 'Material Icons Sharp';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  padding: 0;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

*:focus,
button:focus {
  outline: 0;
}

@font-face {
  font-family: 'Nunito-Sans';
  src: url(/fonts/NunitoSans-Regular.ttf?4c8f447011eef80831b45edb1e5971e0);
}

* {
  word-break: break-word;
}

body {
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
}

.section {
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 30px;
  border-bottom: 1px solid #d1d0d5;
}

.section__body {
  padding: 12px 30px;
}

.section__body--large {
  min-height: 500px;
}

.section__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.section__widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 12px;
  padding-bottom: 12px;
}

.page-footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: calc(100vh - 90px);
  border-bottom: 1px solid #e2e4e9;
  overflow: hidden;
}

.page-fullscreen-content {
  width: 100%;
  min-height: calc( 100vh - 90px - 96px);
  border-bottom: 1px solid #e2e4e9;
  overflow-x: hidden;
}

.page-fullscreen-content section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.divider-80 {
  border-bottom: 1px solid #6b6c7f;
}

.text-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  font-size: 14px;
  color: #b0b0bb;
  min-width: 180px;
}

.text-divider span {
  padding-left: 12px;
  padding-right: 12px;
}

.text-divider::after,
.text-divider::before {
  content: '';
  -ms-flex-item-align: center;
      align-self: center;
  border-bottom: 1px solid #e2e4e9;
}

.unstyled {
  margin: 0;
  padding: 0;
}

.hide {
  display: none;
}

.text--show {
  display: inline;
}

.text--hide {
  display: none;
}

.drop-shadow {
  -webkit-box-shadow: 0 1px 15px 1px rgba(22, 29, 37, 0.08);
          box-shadow: 0 1px 15px 1px rgba(22, 29, 37, 0.08);
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 10px;
}

::-webkit-scrollbar {
  background-color: #f5f5f5;
  width: 6px;
  -webkit-appearance: none;
}

::-webkit-scrollbar-thumb {
  background-color: #b0b0bb;
  border-radius: 4px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.animated {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadein {
  -webkit-animation-name: fadein;
          animation-name: fadein;
}

.text-emphasize {
  font-weight: bold;
  color: #6a5cd0;
}

.text-underline {
  color: #3f8cff;
  text-decoration: underline !important;
}

.word-break {
  word-break: break-word;
}

.new-feature {
  position: relative;
}

.new-feature::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  background: url(/images/new-tag.png?14f95c293fa4e867b25847f5fd9e3992) no-repeat center/cover;
  width: 30px;
  height: 30px;
  -webkit-animation: tag-shake 4.72s ease infinite;
          animation: tag-shake 4.72s ease infinite;
  margin-top: -20px;
}

@-webkit-keyframes tag-shake {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  1.78571% {
    -webkit-transform: translate(2px, 0);
            transform: translate(2px, 0);
  }

  3.57143% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  5.35714% {
    -webkit-transform: translate(2px, 0);
            transform: translate(2px, 0);
  }

  7.14286% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  8.92857% {
    -webkit-transform: translate(2px, 0);
            transform: translate(2px, 0);
  }

  10.71429% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes tag-shake {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  1.78571% {
    -webkit-transform: translate(2px, 0);
            transform: translate(2px, 0);
  }

  3.57143% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  5.35714% {
    -webkit-transform: translate(2px, 0);
            transform: translate(2px, 0);
  }

  7.14286% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  8.92857% {
    -webkit-transform: translate(2px, 0);
            transform: translate(2px, 0);
  }

  10.71429% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.table-responsive::-webkit-scrollbar {
  width: 0;
  height: 6px;
  background-color: transparent;
}

.table-responsive::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

.fadeout {
  -webkit-animation-name: fadeout;
          animation-name: fadeout;
}

@-webkit-keyframes fadeout {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes showModal {
  from {
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes showModal {
  from {
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

input[type='number'] {
  position: relative;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  top: 0;
  right: 0;
  width: 12px;
}

input[type='date']::-webkit-inner-spin-button,
input[type='date']::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: -25px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

:root {
  --ratio: 1;
  --ratio-large: 1.25;
  --icon-size: 24px;
}

.heading-1 {
  font-size: calc(46px * var(--ratio));
}

.heading-2 {
  font-size: calc(41px * var(--ratio));
}

.heading-3 {
  font-size: calc(36px * var(--ratio));
}

.heading-4 {
  font-size: calc(32px * var(--ratio));
}

.heading-5 {
  font-size: calc(26px * var(--ratio));
}

.heading-6 {
  font-size: calc(21px * var(--ratio));
}

.text-tiny {
  font-size: calc(11px * var(--ratio));
}

.text-caption {
  font-size: calc(12px * var(--ratio));
}

.text-small {
  font-size: calc(13px * var(--ratio));
}

.text-large {
  font-size: calc(15px * var(--ratio));
}

.text-lead-2 {
  font-size: calc(18px * var(--ratio));
}

.text-lead-1 {
  font-size: calc(23px * var(--ratio));
}

@media screen and (min-width: 1441px) {
  :root {
    --ratio: var(--ratio-large);
  }
}

.header {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1047;
}

@media (max-width: 1199px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.header-tablet-down {
  display: none;
}

@media (max-width: 1199px) {
  .header-tablet-down {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #212123;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    padding-left: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    z-index: 1047;
  }
}

.header-tablet-down__logo {
  width: 195px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .header-tablet-down__logo {
    width: 90%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-tablet-down__logo img {
  height: 48px;
  width: 114px;
}

.header-tablet-down__icon-bar {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header-tablet-down__icon-bar .icon-bars:before {
  font-size: 24px;
}

@media (max-width: 1199px) {
  .header-tablet-down__icon-bar {
    width: 5%;
    display: block;
    cursor: pointer;
  }
}

.header-tablet-down__icon-more {
  cursor: pointer;
  text-align: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 1199px) {
  .header-tablet-down__icon-more {
    display: block;
    width: 6%;
  }
}

.header-tablet-down__icon-more .icon-more:before {
  font-size: 20px;
  color: #ECF3FF;
}

.header-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Nunito-Sans", sans-serif;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.header-right__auth {
  margin-left: 260px;
}

@media (max-width: 1199px) {
  .header-right {
    display: none;
    height: 70px;
    margin: 0;
    margin-left: 72px;
  }
}

.header-right .row {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0 30px;
}

@media (max-width: 1199px) {
  .header-right .row {
    padding: 0 5px;
  }
}

.header-right__language {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

@media (max-width: 1199px) {
  .header-right__language {
    margin-right: 10px;
  }
}

.header-right__language .change-language {
  border: 1px solid #d1d0d5;
  border-radius: 6px;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 150px;
}

@media (max-width: 1199px) {
  .header-right__language .change-language {
    width: 120px;
  }
}

.header-right__language .change-language:hover {
  border: 1px solid #3f8cff;
}

.header-right__language .change-language .dropdown-toggle {
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 100%;
}

.header-right__language .change-language .dropdown-toggle span {
  color: #6b6c7f;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  padding-left: 6px;
}

.header-right__language .change-language .dropdown-toggle img {
  height: 20px;
  width: 24px;
}

.header-right__language .change-language ::after {
  display: none !important;
}

.header-right__language .change-language .icon-down {
  margin-left: auto;
}

.header-right__language .change-language .icon-down:before {
  font-size: 10px;
}

.header-right__language .change-language .dropdown-item {
  padding-left: 19px;
}

.header-right__language .change-language .dropdown-item .flag-image {
  width: 24px;
  height: 20px;
  margin-right: 6px;
}

.header-right__mobile,
.header-right__feedback {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1199px) {
  .header-right__mobile,
  .header-right__feedback {
    padding: 0;
    margin-right: 10px;
  }
}

.header-right__mobile .header__link,
.header-right__feedback .header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-right__mobile .icon-mobile,
.header-right__mobile .icon-feedback,
.header-right__feedback .icon-mobile,
.header-right__feedback .icon-feedback {
  margin-right: 5px;
}

.header-right__mobile .icon-mobile:before,
.header-right__mobile .icon-feedback:before,
.header-right__feedback .icon-mobile:before,
.header-right__feedback .icon-feedback:before {
  font-size: 24px;
}

.header-right__mobile .text,
.header-right__feedback .text {
  color: #6a5cd0;
  font-size: 14px;
  line-height: 21px;
}

.header-right__mobile a:hover .text,
.header-right__feedback a:hover .text {
  color: #8577ee;
}

.header-right__mobile a:hover .icon-mobile:before,
.header-right__mobile a:hover .icon-feedback::before,
.header-right__feedback a:hover .icon-mobile:before,
.header-right__feedback a:hover .icon-feedback::before {
  color: #8577ee;
}

.header-right__search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991px) {
  .header-right__search {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .header-right__search {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.header-right__search .input-container {
  height: 40px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f5f7;
  border: 1px solid #f4f5f7;
  border-radius: 6px;
  max-width: 340px;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.header-right__search .input-container .list-result {
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 104%;
  left: 0;
  width: 100%;
  max-height: 300px;
  background-color: #ffffff;
}

.header-right__search .input-container .list-result__container {
  padding: 0;
}

.header-right__search .input-container .list-result__container li a {
  color: #212123;
}

.header-right__search .input-container .list-result__item {
  padding: 0.5rem 0 0.5rem 1rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.header-right__search .input-container .list-result__item:hover {
  background-color: #f4f5f7;
}

.header-right__search .input-container:focus-within {
  border: 1px solid #3f8cff;
}

.header-right__search .input-container .icon-search {
  margin-left: 10px;
}

.header-right__search .input-container .icon-search:before {
  font-size: 14px;
}

.header-right__search .input-container input {
  background-color: #f4f5f7;
  border: none;
  font-family: "Nunito-Sans", sans-serif !important;
  font-size: 14px;
  outline: none;
  padding-left: 12px;
}

.header-right__search .input-container input::-webkit-input-placeholder {
  color: #888994;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.header-right__search .input-container input::-moz-placeholder {
  color: #888994;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.header-right__search .input-container input::-ms-input-placeholder {
  color: #888994;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.header-right__search .input-container input::placeholder {
  color: #888994;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.header-right__search .input-container input:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-right__search .input-container .loading-search {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-right__search .input-container .loading-search .spinner-border {
  height: 1.5rem;
  width: 1.5rem;
  color: #6b6c7f;
}

.header-right__notification {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  position: relative;
}

@media (max-width: 991px) {
  .header-right__notification {
    margin-right: 10px;
  }
}

.header-right__notification .notification__icon {
  position: relative;
  cursor: pointer;
}

.header-right__notification .notification__icon .icon-bell:before {
  font-size: 24px;
}

.header-right__notification .notification__icon .dot {
  background-color: #fb4e4e;
  border-radius: 50%;
  position: absolute;
  right: -3px;
  top: -4px;
  height: 12px;
  width: 12px;
}

.header-right__notification .notification__text {
  color: black;
}

.header-right__notification .unread {
  background-color: black;
}

.header-right__user-point {
  cursor: pointer;
  margin-left: auto;
  position: relative;
  max-width: 250px;
  padding: 4px 0;
}

@media (max-width: 991px) {
  .header-right__user-point {
    width: 55px;
  }
}

.header-right__user-point .user-avatar {
  height: 50px;
  width: 50px;
  min-width: 50px;
}

@media (max-width: 1199px) {
  .header-right__user-point .user-avatar {
    height: 40px;
    width: 40px;
    min-width: 40px;
  }
}

.header-right__user-point .user-avatar__img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.header-right__user-point .user-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .header-right__user-point .user-info {
    display: none;
  }
}

.header-right__user-point .user-info__name {
  color: #212123;
  display: block;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 175px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.header-right__user-point .user-info__point {
  color: #6a5cd0;
  display: block;
  line-height: 21px;
}

.header-right__user-point .triangle {
  margin-left: 10px;
}

@media (max-width: 991px) {
  .header-right__user-point .triangle {
    margin-left: 5px;
  }
}

.header-right__user-point .triangle .icon-down:before {
  font-size: 10px;
}

.header-right__user-point .user-point__submenu {
  position: absolute;
  right: 0;
  top: 100%;
  background: #ffffff;
  border: 1px solid #e2e5ed;
  border-radius: 4px;
  padding: 0;
  width: 200px;
  z-index: 10;
}

@media (max-width: 991px) {
  .header-right__user-point .user-point__submenu {
    top: 110%;
  }
}

.header-right__user-point .user-point__submenu .user-point__item {
  border-left: 2px solid transparent;
  margin-left: -1px;
  position: relative;
}

.header-right__user-point .user-point__submenu .user-point__item a {
  overflow-wrap: break-word;
  word-break: break-word;
  color: #b0b0bb;
  display: block;
  font-weight: 600;
  padding: 10px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.header-right__user-point .user-point__submenu .user-point__item a:focus,
.header-right__user-point .user-point__submenu .user-point__item a:hover {
  color: #b0b0bb;
  text-decoration: none;
}

.header-right__user-point .user-point__submenu .user-point__item span {
  padding-right: 10px;
}

.header-right__user-point .user-point__submenu .user-point__item:hover {
  background: rgba(107, 108, 127, 0.08);
  border-left-color: #fb4e4e;
}

.header-right__user-point .user-point__submenu .user-point__item:hover a,
.header-right__user-point .user-point__submenu .user-point__item:hover span {
  color: #6b6c7f;
  text-decoration: none;
}

.header-right__user-point .user-point__submenu .user-point__item:first-child::before,
.header-right__user-point .user-point__submenu .user-point__item:first-child::after {
  height: 0;
  width: 0;
  position: absolute;
  right: 28px;
  border: 8px solid transparent;
  content: '';
}

@media (max-width: 991px) {
  .header-right__user-point .user-point__submenu .user-point__item:first-child::before,
  .header-right__user-point .user-point__submenu .user-point__item:first-child::after {
    right: 26px;
  }
}

.header-right__user-point .user-point__submenu .user-point__item:first-child::before {
  border-bottom-color: #ffffff;
  bottom: 100%;
  z-index: 1;
}

.header-right__user-point .user-point__submenu .user-point__item:first-child::after {
  border-bottom-color: #e2e5ed;
  bottom: calc(100% + 1px);
}

.header-right__user-point .user-point__submenu .user-point__item:first-child:hover::before {
  border-bottom-color: #f4f5f7;
}

@media (max-width: 575px) {
  .header-right__user-point .user-point__submenu .user-point__item:first-child::before,
  .header-right__user-point .user-point__submenu .user-point__item:first-child::after {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header .topbar--active {
    display: block !important;
    padding: 4px;
  }
}

.header .header-right.margin-left-sidebar {
  margin-left: 72px;
}

.header-scroll {
  position: fixed;
  z-index: 1047;
  top: 0;
  width: 100vw;
  height: 96px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.header-scroll-spacer {
  height: 96px;
}

.header-scroll.scroll-fixed {
  height: 70px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14);
}

.sidebar {
  left: 0;
  position: fixed;
  top: 0;
  background: #212123;
  -webkit-box-shadow: 6px 0 18px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 6px 0 18px 0 rgba(0, 0, 0, 0.04);
  height: 100%;
  overflow-y: auto;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0.5, 0.43, 1.05);
  transition: all 0.5s cubic-bezier(0.3, 0.5, 0.43, 1.05);
  width: 260px;
  z-index: 1048;
}

.sidebar a {
  color: #b0b0bb;
}

@media (max-width: 1199px) {
  .sidebar {
    width: 72px;
  }

  .sidebar .sidebar-header__title {
    display: none;
  }

  .sidebar .main-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .sidebar .main-menu__text {
    display: none;
  }

  .sidebar .main-menu__angle {
    display: none;
  }

  .sidebar .main-menu__link.active {
    background: #3f8cff;
  }

  .sidebar .main-menu__link.active .main-menu__text {
    color: #b0b0bb;
  }

  .sidebar .main-menu__link.active .main-menu__icon:before,
  .sidebar .main-menu__link.active .main-menu__angle:before {
    color: white;
  }

  .sidebar .sub-menu {
    display: none;
    -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }

  .sidebar .sub-menu.show {
    display: none !important;
  }

  .sidebar:hover {
    width: 260px;
    -webkit-animation: stacksidebar 1ms linear infinite;
            animation: stacksidebar 1ms linear infinite;
  }

  .sidebar:hover .sidebar-header__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sidebar:hover .main-menu__link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .sidebar:hover .main-menu__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }

  .sidebar:hover .main-menu__angle {
    display: block;
  }

  .sidebar:hover .main-menu a.main-menu__link.active {
    background: #3f8cff;
  }

  .sidebar:hover .main-menu a.main-menu__link.active .main-menu__text {
    color: white;
  }

  .sidebar:hover .main-menu a.main-menu__link.active .main-menu__icon:before,
  .sidebar:hover .main-menu a.main-menu__link.active .main-menu__angle:before {
    color: white;
  }

  .sidebar:hover .main-menu div.main-menu__link.active {
    background: #212123;
  }

  .sidebar:hover .main-menu div.main-menu__link.active .main-menu__text {
    color: #b0b0bb;
  }

  .sidebar:hover .main-menu div.main-menu__link.active .main-menu__icon:before,
  .sidebar:hover .main-menu div.main-menu__link.active .main-menu__angle:before {
    color: #b0b0bb !important;
  }

  .sidebar:hover .sub-menu {
    display: none;
  }

  .sidebar:hover .sub-menu .main-menu__text {
    white-space: break-spaces;
  }

  .sidebar:hover .sub-menu.show {
    -webkit-animation-name: fadein;
            animation-name: fadein;
    display: block !important;
  }
}

.sidebar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid rgba(226, 233, 250, 0.1);
}

.sidebar-header__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 24px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar-header__title .logo_img {
  width: 114px;
  height: 48px;
}

.sidebar-header__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  width: 72px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
}

.sidebar-header__button .icon-bars:before {
  font-size: 24px;
}

.sidebar-header .btn--active .icon-bars:before {
  color: #9ce7d7;
}

@media (min-width: 768px) {
  .sidebar.collapse {
    width: 72px;
  }

  .sidebar.collapse .sidebar-header__title {
    display: none;
  }

  .sidebar.collapse .main-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .sidebar.collapse .main-menu__text {
    display: none;
  }

  .sidebar.collapse .main-menu__angle {
    display: none;
  }

  .sidebar.collapse .main-menu__link.active {
    background: #3f8cff;
  }

  .sidebar.collapse .main-menu__link.active .main-menu__text {
    color: #b0b0bb;
  }

  .sidebar.collapse .main-menu__link.active .main-menu__icon:before,
  .sidebar.collapse .main-menu__link.active .main-menu__angle:before {
    color: white;
  }

  .sidebar.collapse .sub-menu {
    display: none;
    -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }

  .sidebar.collapse .sub-menu.show {
    display: none !important;
  }

  .sidebar.collapse:hover {
    width: 260px;
    -webkit-animation: stacksidebar 1ms linear infinite;
            animation: stacksidebar 1ms linear infinite;
  }

  .sidebar.collapse:hover .sidebar-header__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sidebar.collapse:hover .main-menu__link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .sidebar.collapse:hover .main-menu__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }

  .sidebar.collapse:hover .main-menu__angle {
    display: block;
  }

  .sidebar.collapse:hover .main-menu a.main-menu__link.active {
    background: #3f8cff;
  }

  .sidebar.collapse:hover .main-menu a.main-menu__link.active .main-menu__text {
    color: white;
  }

  .sidebar.collapse:hover .main-menu a.main-menu__link.active .main-menu__icon:before,
  .sidebar.collapse:hover .main-menu a.main-menu__link.active .main-menu__angle:before {
    color: white;
  }

  .sidebar.collapse:hover .main-menu div.main-menu__link.active {
    background: #212123;
  }

  .sidebar.collapse:hover .main-menu div.main-menu__link.active .main-menu__text {
    color: #b0b0bb;
  }

  .sidebar.collapse:hover .main-menu div.main-menu__link.active .main-menu__icon:before,
  .sidebar.collapse:hover .main-menu div.main-menu__link.active .main-menu__angle:before {
    color: #b0b0bb !important;
  }

  .sidebar.collapse:hover .sub-menu {
    display: none;
  }

  .sidebar.collapse:hover .sub-menu .main-menu__text {
    white-space: break-spaces;
  }

  .sidebar.collapse:hover .sub-menu.show {
    -webkit-animation-name: fadein;
            animation-name: fadein;
    display: block !important;
  }
}

.sidebar-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 17px;
  color: #b0b0bb;
}

.sidebar-separator::before,
.sidebar-separator::after {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom-color: #b0b0bb;
  border-bottom: 1px solid;
}

.sidebar-separator:not(:empty)::before {
  margin-right: .25em;
}

.sidebar-separator:not(:empty)::after {
  margin-left: .25em;
}

.footer {
  margin-left: 260px;
  height: 90px;
  max-height: 90px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .footer {
    margin-left: 72px;
  }
}

.footer-content {
  color: #6b6c7f;
  margin: 0;
  padding: 20px;
  text-align: center;
}

.footer.margin-left-sidebar {
  margin-left: 72px;
}

.section {
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.section__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e2e4e9;
  border-top: 1px solid #e2e4e9;
  padding: 0 30px;
  height: 64px;
}

@media (max-width: 1199px) {
  .section__nav {
    padding: 0 16px;
  }
}

.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 30px;
  border-bottom: 1px solid #d1d0d5;
}

@media (max-width: 1199px) {
  .section__header {
    padding: 12px 16px;
  }
}

.section__body {
  padding: 12px 30px;
}

.section__body .okr-tab-header {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section__body .okr-tab-header .faq-link {
  margin-right: auto;
}

@media (max-width: 1199px) {
  .section__body {
    padding: 12px 16px;
  }
}

.section__body--square {
  padding: 30px;
}

@media (max-width: 1199px) {
  .section__body--square {
    padding: 16px;
  }
}

.section__body--large {
  min-height: 500px;
}

.section__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.section__widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 12px;
  padding-bottom: 12px;
}

#mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

h1 {
  color: #212123;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 64px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
}

h2 {
  color: #212123;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
}

h3 {
  color: #212123;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
}

h4 {
  color: #212123;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
}

h5 {
  color: #212123;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
}

h6 {
  color: #212123;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
}

.main-menu {
  margin-top: 20px;
  font-size: 15px;
  height: 100%;
  margin-bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
}

.main-menu__item-container {
  padding: 0 10px;
}

.main-menu__link {
  border-radius: 6px;
  color: #b0b0bb;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 52px;
  padding: 6px 16px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  word-break: break-word;
}

.main-menu__link:hover {
  background: #39393e;
}

.main-menu__link:hover .main-menu__text {
  color: #b0b0bb;
}

.main-menu__icon {
  font-size: 19px;
}

.main-menu__text {
  font-family: "Nunito-Sans", sans-serif;
  line-height: 26px;
  margin-left: 16px;
}

.main-menu__angle {
  margin-left: auto;
  padding-bottom: 2px;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.main-menu__angle:before {
  font-size: 11px;
}

.main-menu__angle#number-request {
  background-color: #fb4e4e;
  color: #ffffff;
  padding: 0 8px;
  border-radius: 4px;
  margin-right: -8px;
}

.main-menu__angle.down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.main-menu__item {
  margin: 5px 0;
}

.main-menu .dropdown-container {
  position: fixed !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
  background: #212123;
  width: 240px;
  max-width: 240px;
  max-height: 285px;
  overflow-y: auto;
  border: transparent;
}

.main-menu .dropdown-toggle::after {
  content: unset;
}

.main-menu .dropdown-item {
  border-radius: 6px;
  color: #b0b0bb;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 52px;
  padding: 6px 16px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  word-break: break-word;
  white-space: normal;
}

.main-menu .dropdown-item:hover {
  background: #39393e;
}

.sub-menu {
  display: none;
  padding: 0;
}

.sub-menu .main-menu__item-container {
  padding: 0;
}

.sub-menu .main-menu__item-container > li > a {
  padding-left: 45px;
}

a.main-menu__link.active {
  background: #3f8cff;
}

a.main-menu__link.active .main-menu__text {
  color: white;
}

a.main-menu__link.active .main-menu__icon:before,
a.main-menu__link.active .main-menu__angle:before {
  color: white;
}

a.main-menu__link.active .material-icons {
  color: white;
}

.dropdown-toggle .main-menu__text {
  white-space: normal !important;
  margin-right: 10px;
}

.hidden-context-menu {
  display: none;
  z-index: 1070;
  position: absolute;
  overflow: hidden;
  border: 1px solid #CCC;
  white-space: nowrap;
  font-family: sans-serif;
  background: #FFF;
  color: #333;
  border-radius: 5px;
  padding: 0;
}

.hidden-context-menu li {
  padding: 8px 12px;
  cursor: pointer;
  list-style-type: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.hidden-context-menu li:hover {
  background-color: #DEF;
}

.list-notification {
  position: absolute;
  right: -100%;
  top: 100%;
  background: #ffffff;
  border: 1px solid #e2e5ed;
  border-radius: 4px;
  max-height: 400px;
  width: 350px;
  z-index: 1047;
}

.list-notification::before,
.list-notification::after {
  left: 88%;
  position: absolute;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  content: '';
}

.list-notification::before {
  border-bottom-color: #ffffff;
  top: -16px;
  z-index: 13;
}

.list-notification::after {
  border-bottom-color: #e2e5ed;
  top: -17px;
}

.list-notification__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-bottom: 1px solid #e2e5ed;
}

.list-notification__header .notification__title {
  color: #6a5cd0;
  font-size: 16px;
}

.list-notification__header button {
  margin-left: auto;
}

.list-notification .notification__contaiter {
  max-height: 300px;
  margin-bottom: 0;
  overflow-y: auto;
  padding: 0;
  width: 100%;
}

.list-notification .notification__contaiter .notification__item {
  background: #f4f5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.list-notification .notification__contaiter .notification__item:hover {
  background: #e2e4e9;
}

.list-notification .notification__contaiter .notification__item .notification__image {
  position: relative;
  margin-right: 5px;
}

.list-notification .notification__contaiter .notification__item .notification__image img {
  border-radius: 50%;
  width: 44px;
  min-width: 44px;
  height: 44px;
}

.list-notification .notification__contaiter .notification__time span {
  color: #888994;
  font-size: 9px;
  white-space: nowrap;
}

.list-notification .notification__contaiter .notification__item.read {
  background: #ffffff;
}

.list-notification .notification__contaiter .notification__item.read:hover {
  background: #e2e4e9;
}

.list-notification .notification_action,
.list-notification .notification_delete_group {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}

.bot-message__wrapper {
  margin: 28px 0;
}

.bot-message__block {
  position: relative;
  padding: 0 1rem 1rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.bot-message__block.active {
  padding: 0 1rem;
}

.bot-message__block::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #3f8cff;
  top: 10px;
  left: 0;
}

.bot-message__block::after {
  content: '';
  position: absolute;
  height: 9px;
  width: 9px;
  background: #3f8cff;
  top: 10px;
  left: -4px;
  border-radius: 50%;
}

.bot-message__block:last-child::before {
  height: 0;
}

.bot-message__header {
  font-weight: 700;
  cursor: pointer;
}

.bot-message__header_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
}

.bot-message__header .icon-down {
  margin-left: 8px;
  margin-right: 15px;
  display: inline-block;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media (max-width: 991px) {
  .bot-message__header .icon-down {
    margin-right: 5px;
  }
}

.bot-message__header .icon-down::before {
  font-size: 12px;
  color: inherit;
}

.bot-message__header .icon-angle.right {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.bot-message--primary {
  color: #3f8cff;
}

.bot-message--orange {
  color: #FF9066;
}

.bot-message--gray {
  color: #212123;
}

.bot-message__body {
  padding: 24px 0;
  display: block;
}

.bot-message__body .no-reviewed {
  color: #888994;
  margin-right: 12px;
}

.bot-message__body .comment-list-item:first-of-type {
  margin-top: 0;
}

.bot-message__body .comment-list-item:last-of-type {
  border: none;
}

.button {
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  font-family: "Nunito-Sans", sans-serif !important;
  font-size: calc(12px * var(--ratio));
  font-weight: bold;
  height: 32px;
  min-width: 86px;
  outline: 0;
}

.button--square {
  min-width: 32px;
  width: 32px;
}

.button--primary {
  background: #3f8cff;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.button--primary:hover {
  background: #61a0ff;
  color: #ffffff;
}

.button--secondary {
  background: #ffffff !important;
  border: 1px solid #3f8cff !important;
  -webkit-box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.05), 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
          box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.05), 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
  color: #3f8cff !important;
}

.button--secondary:hover {
  -webkit-box-shadow: 0 0 0 1px #3f8cff;
          box-shadow: 0 0 0 1px #3f8cff;
  color: #3f8cff;
}

.button--orange {
  background: #FF9066;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.button--orange:hover {
  background: rgba(255, 144, 102, 0.8);
  color: #ffffff;
}

.button--reset {
  background: #ffffff !important;
  border: 1px solid #6a5cd0 !important;
  -webkit-box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.05), 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
          box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.05), 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
  color: #6a5cd0 !important;
}

.button--reset:hover {
  -webkit-box-shadow: 0 0 0 1px #6a5cd0;
          box-shadow: 0 0 0 1px #6a5cd0;
  color: #6a5cd0;
}

.button--view {
  background: #ffb822;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.button--view:hover {
  background: rgba(255, 184, 34, 0.8);
  color: #ffffff;
}

.button--tertiary {
  background: #e2e4e9;
  color: #6b6c7f;
}

.button--tertiary:hover {
  color: #212123;
}

.button--tertiary:focus {
  -webkit-box-shadow: 0 0 0 1px #d1d0d5;
          box-shadow: 0 0 0 1px #d1d0d5;
  outline: none;
}

.button--quaternary {
  background-color: #3ad0ae;
  color: #ffffff;
  font-weight: bold;
}

.button--quaternary:hover {
  background-color: rgba(58, 208, 174, 0.8);
  color: #ffffff;
}

.button--orange {
  background-color: #FF9066;
  color: #ffffff;
}

.button--orange:hover {
  background-color: rgba(255, 144, 102, 0.8);
  color: #ffffff;
}

.button--bold {
  font-weight: 700;
  height: 40px;
  padding: 0 3rem;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .button--bold {
    padding: 5px 1rem;
  }
}

.button--text-only {
  background: #ffffff;
  border: none;
  color: #6a5cd0;
  font-weight: 400;
}

.button--text-only:hover {
  color: #8577ee;
}

.button--select {
  background: #f4f5f7;
  font-size: 14px;
}

.button--select .select-show {
  color: #6b6c7f;
  font-family: "Nunito-Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.001rem;
  line-height: 19px;
}

.button--select .select-text {
  color: #212123;
}

.button--select .icon-down {
  margin-left: 20px;
}

.button--select .icon-down:before {
  color: #6b6c7f;
  font-size: 10px;
}

.button--action {
  background-color: #6a5cd0;
  color: #ffffff;
}

.button--action > span:before {
  color: #ffffff;
}

.button--action:hover {
  background-color: #8577ee;
  color: #ffffff;
}

.button--medium {
  height: 40px;
  padding: 10px 16px;
}

.button--large {
  height: 44px;
}

.button--reaction {
  height: 40px;
  border: 1px solid #e2e4e9;
}

.button-icon--small {
  font-size: 16px;
}

.button-icon--large {
  font-size: 24px;
  padding: 4px 6px !important;
}

.button.btn-new-objective {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 9px;
  margin-left: auto;
}

.button.btn-new-objective span::before {
  font-size: 14px;
  color: #ffffff;
}

.button--alert {
  background-color: #fb4e4e;
  color: #ffffff;
}

.button--alert:hover {
  background: #c82333;
  color: #ffffff;
}

.button--no-border {
  padding: 0;
  line-height: 1;
  font-size: 17px;
}

.button--no-border:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.button-group > *:not(:last-child) {
  margin-right: 12px;
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
}

.btn-edit-task span:before {
  color: #3ad0ae;
}

.btn-delete-task span:before {
  color: #fb4e4e;
}

.button-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  font-weight: 500;
  padding: 8px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.button-tooltip {
  position: relative;
}

.button-tooltip:hover::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: attr(data-tooltip);
  position: absolute;
  z-index: 200;
  left: 50%;
  bottom: calc(100% + 10px);
  background-color: #212123;
  border-radius: 4px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 4px 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.button-tooltip:hover::before {
  content: '';
  position: absolute;
  z-index: 200;
  left: 50%;
  bottom: calc(100% - 5px);
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #212123;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}

.button-tooltip[data-tooltip-direction='top-right']::after {
  left: auto;
  right: 0;
  -webkit-transform: unset;
          transform: unset;
}

.button-tooltip[data-tooltip-direction='bottom']::after {
  bottom: auto;
  top: calc(100% + 10px);
}

.button-tooltip[data-tooltip-direction='bottom']::before {
  bottom: auto;
  top: calc(100% - 5px);
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}

.button-tooltip[data-tooltip-direction='bottom-right']::after {
  bottom: auto;
  left: auto;
  top: calc(100% + 10px);
  right: 0;
  -webkit-transform: unset;
          transform: unset;
}

.button-tooltip[data-tooltip-direction='bottom-right']::before {
  bottom: auto;
  top: calc(100% - 5px);
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}

.okr-overview__percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.okr-overview__percent .chart-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
}

.okr-overview__percent .chart-item {
  position: relative;
}

.okr-overview__percent .chart-canvas {
  margin: 0 10px;
  padding: 10px;
}

.okr-overview__percent .chart-value {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 51%;
  top: 56%;
  margin: 0;
  color: #6b6c7f;
}

.okr-overview__percent .chart-name {
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
  color: #6b6c7f;
}

.okr-overview__percent .chart-name .link-to {
  display: block;
  margin: 0;
}

.timeframe-container {
  position: relative;
}

.timeframe-container .btn-timeframe {
  background: #f4f5f7;
}

.timeframe-container .btn-timeframe .timeframe {
  color: #6b6c7f;
  font-family: "Nunito-Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.001rem;
  line-height: 19px;
}

.timeframe-container .btn-timeframe .quarter-text {
  color: #212123;
  font-size: 14px;
  padding-left: 5px;
}

.timeframe-container .btn-timeframe .icon-down {
  margin-left: 20px;
}

.timeframe-container .btn-timeframe .icon-down:before {
  color: #6b6c7f;
  font-size: 10px;
}

.timeframe-container .timeframe__dropdown {
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 4px 12px 24px rgba(0, 0, 0, 0.24);
          box-shadow: 4px 12px 24px rgba(0, 0, 0, 0.24);
  display: none;
  min-width: 120px;
  width: 100%;
  padding: 6px;
  z-index: 1051;
  position: absolute;
  right: 0;
  top: calc(100% + 5px);
}

.timeframe-container .timeframe__dropdown > .timeframe-wrapper {
  max-height: 310px;
  overflow-x: hidden;
  overflow-y: auto;
}

.timeframe-container .timeframe__item {
  cursor: pointer;
  display: block;
  background: #ffffff;
  border-radius: 4px;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #6b6c7f;
  font-weight: 600;
}

.timeframe-container .timeframe__item:hover {
  background: #f4f5f7;
  color: #212123;
}

.timeframe-container .timeframe__item:hover > .timeframe__link {
  color: #212123;
  text-decoration: none;
}

.timeframe-container .timeframe__item .timeframe-wrapper {
  position: absolute;
  z-index: 10;
  display: none;
  left: calc(-100% + 5px);
  width: calc(100%);
}

.timeframe-container .timeframe__item:hover > .timeframe-wrapper {
  display: block;
}

.timeframe-container .timeframe-menu {
  margin: 0;
  padding: 0;
}

.timeframe-container .timeframe__link {
  color: #6b6c7f;
  font-weight: 600;
}

.timeframe-container hr {
  margin: 10px 0;
}

.timeframe-container .timeframe-submenu {
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 4px 12px 24px rgba(0, 0, 0, 0.24);
          box-shadow: 4px 12px 24px rgba(0, 0, 0, 0.24);
  margin: 0;
  padding: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.progress {
  height: 10px;
}

.progress-bar {
  border-radius: 6px;
}

.progress-bar.behind {
  background: #f7b100;
}

.progress-bar.on-track {
  background: #3ad0ae;
}

.progress-bar.at-risk {
  background: #fb4e4e;
}

.progress-bar.canceled {
  background: #6b6c7f;
}

.progress-bar.upcoming {
  background: #d1d0d5;
}

.progress-bar.not-updated {
  background: #ffffff;
  border: 1px solid #000;
}

.progress-bar.finished {
  background: #b06eee;
}

.progress--small {
  height: 6px;
}

.progress--medium {
  height: 8px;
}

.okr-group-detail__body {
  padding: 30px;
}

.okr-group-detail__group-btn {
  gap: .8rem;
}

.okr-group-detail .sub-section__nav {
  height: 54px;
  padding: 0px;
  margin-top: 30px;
}

.okr-group-detail .number-objective {
  margin: 0;
  color: #888994;
  font-size: 20px;
  line-height: 26/20;
}

.okr-group-detail__progress {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.okr-group-detail__progress .progress {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.okr-group-detail__percent {
  margin-right: 10px;
}

.okr-group-detail .btn-new-objective,
.okr-group-detail .btn-publish-okr {
  margin-left: auto;
}

.okr-group-detail .btn-new-objective .icon-plus,
.okr-group-detail .btn-new-objective .icon-upload,
.okr-group-detail .btn-publish-okr .icon-plus,
.okr-group-detail .btn-publish-okr .icon-upload {
  margin-right: 5px;
}

.okr-group-detail .btn-new-objective .icon-plus::before,
.okr-group-detail .btn-new-objective .icon-upload::before,
.okr-group-detail .btn-publish-okr .icon-plus::before,
.okr-group-detail .btn-publish-okr .icon-upload::before {
  font-size: 14px;
  color: #ffffff;
}

.okr-group-detail .btn-modal-reviewer,
.okr-group-detail .btn-modal-evaluator {
  background-color: #B06EEE;
  color: #ffffff;
}

.okr-group-detail .btn-modal-reviewer:hover,
.okr-group-detail .btn-modal-evaluator:hover {
  background-color: #ba83ee;
}

.okr-group-detail .btn-modal-reviewer .icon-my-group,
.okr-group-detail .btn-modal-evaluator .icon-my-group {
  margin-right: 10px;
}

.okr-group-detail .btn-modal-reviewer .icon-my-group::before,
.okr-group-detail .btn-modal-evaluator .icon-my-group::before {
  font-size: 20px;
  color: #ffffff;
}

.objective-container {
  margin-top: 30px;
  padding: 0 10px;
}

.objective-container .expand-all {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-left: 0;
  width: auto;
}

.objective-container .expand-all__text {
  color: #6a5cd0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.objective-container .expand-all:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.objective-container .icon-angle-right1 {
  border: 1px solid #e2e4e9;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 1px;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 24px;
  width: 24px;
}

.objective-container .icon-angle-right1::before {
  font-size: 24px;
  color: #6b6c7f;
}

.objective-container .icon-angle-right1.down {
  background: #6a5cd0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.objective-container .icon-angle-right1.down::before {
  color: #ffffff;
}

.objective-block {
  border: 1px solid #C5C5C5;
  border-radius: 6px;
  margin-bottom: 50px;
  padding: 16px 16px 0 16px;
  position: relative;
}

.objective-block:last-child {
  margin-bottom: 0;
}

.objective-block .no-objective {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  margin-top: -12px;
  padding: 10px;
}

.objective-block .okr-group-detail__completion {
  margin: 5px 10px 20px 10px;
  padding: 15px 20px;
}

.objective-block .okr-group-detail__progress .progress {
  height: 6px;
}

.objective-block__info {
  cursor: pointer;
}

.objective-block__info .icon-faq:before {
  font-size: 16px;
  color: #6b6c7f;
}

.title-report-okr-setting {
  background: #ffffff;
  left: 30px;
  padding: 0 20px;
  position: absolute;
  top: -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-group-okr {
  background: #ffffff;
  left: 60px;
  padding: 0 20px;
  position: absolute;
  top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.objective-item .objective-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.objective-item .objective-item__title .btn-add-key-result {
  margin-left: auto;
  margin-right: 20px;
}

.objective-item .objective-item__title .btn-copy {
  margin-right: 12px;
  min-width: 74px;
}

.objective-item .objective-item__title .icon-more:before {
  font-size: 20px;
  color: #6b6c7f;
}

.objective-item__people-agree,
.objective-item__people-agree-evaluate {
  margin-left: 15px;
  font-size: 14px;
  color: #6b6c7f;
}

.objective-item__group-btn {
  margin-left: auto;
  margin-right: 20px;
}

.objective-item__name {
  margin-right: 10px;
  max-width: 40%;
  word-break: break-word;
}

.objective-item__name h6 {
  color: #6a5cd0;
}

.objective-item__body {
  border-left: 1px solid #e2e4e9;
  margin: 5px 0 0 12px;
  padding: 10px 0 40px 22px;
}

.objective-item__description {
  color: #6b6c7f;
  margin-bottom: 20px;
  white-space: pre-line;
  word-break: break-word;
}

.objective-item__comment-text {
  margin-bottom: 20px;
  white-space: pre-line;
  word-break: break-word;
}

.objective-item__reaction {
  margin: 0 10px 20px 0;
}

.objective-item__reaction .icon-like:before {
  color: #6b6c7f;
  font-size: 20px;
}

.objective-item__reaction .icon-reaction {
  margin-right: 8px;
}

.objective-item__reaction .reaction-name {
  color: #6b6c7f;
  font-weight: 600;
}

.objective-item__reaction .number-reaction {
  color: #6b6c7f;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.objective-item__reaction .number-reaction:hover {
  color: #3f8cff;
  text-decoration: underline;
}

.objective-item__progress {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.objective-item__progress .progress {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.objective-item__progress .percent-progress {
  color: #212123;
  font-weight: 600;
  margin-left: 10px;
}

.objective-item__key-results {
  display: none;
  margin: 40px 0 0 0;
  padding: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.25, 0.5);
  transition: all 0.5s cubic-bezier(0.25, 0.5, 0.25, 0.5);
}

.objective-item__key-results .key-result-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.objective-item__key-results .key-result-item__header .icon-keys {
  margin-right: 10px;
}

.objective-item__key-results .key-result-item__header .icon-keys:before {
  color: #6b6c7f;
  font-size: 24px;
}

.objective-item__key-results .key-result-item__header .icon-checkmark-border {
  margin-left: auto;
  margin-right: 5px;
}

.objective-item__key-results .key-result-item__header .icon-checkmark-border::before {
  color: #6a5cd0;
  font-size: 16px;
}

.objective-item__key-results .key-result-item__header .list-check-task {
  color: #6a5cd0;
  font-weight: 600;
  margin-right: 20px;
  white-space: nowrap;
}

.objective-item__key-results .key-result-item__header .progress {
  margin-right: 8px;
  width: 40%;
}

.objective-item__key-results .key-result-item__header .progress-percent,
.objective-item__key-results .key-result-item__header .percent-progress {
  color: #6b6c7f;
  margin-right: 20px;
  white-space: nowrap;
}

.objective-item__key-results .key-result-item__header .icon-more::before {
  color: #6b6c7f;
  font-size: 20px;
}

.objective-item__key-results .key-result-item__title {
  color: #6a5cd0;
  font-weight: 600;
  margin-right: 10px;
  max-width: 40%;
  word-break: break-word;
}

.objective-item__key-results .key-result-item__body {
  border-left: 1px solid #e2e4e9;
  margin-left: 12px;
  margin-top: 10px;
  padding-bottom: 40px;
  padding-left: 20px;
}

.objective-item__key-results .key-result-item__description {
  color: #6b6c7f;
  margin-bottom: 20px;
  white-space: pre-line;
  word-break: break-word;
}

.objective-item__key-results .key-result-item__reaction {
  margin: 0 10px 20px 0;
}

.objective-item__key-results .key-result-item__reaction .icon-like:before {
  color: #6b6c7f;
  font-size: 20px;
}

.objective-item__key-results .key-result-item__reaction .icon-reaction {
  margin-right: 8px;
}

.objective-item__key-results .key-result-item__reaction .reaction-name {
  color: #6b6c7f;
  font-weight: 600;
}

.objective-item__key-results .key-result-item__reaction .number-reaction {
  color: #6b6c7f;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.objective-item__key-results .key-result-item__reaction .number-reaction:hover {
  color: #3f8cff;
  text-decoration: underline;
}

.objective-item__key-results .key-result-item__tasks .btn-add-new-task {
  padding-left: 0;
}

.objective-item__key-results .key-result-item__tasks .btn-add-new-task .icon-plus {
  margin-right: 5px;
}

.objective-item__key-results .key-result-item__tasks .btn-add-new-task .icon-plus::before {
  color: #8577ee;
}

.objective-item__key-results .key-result-item__tasks .task-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.objective-item__key-results .key-result-item__tasks .task-item .form-checkbox {
  max-width: 70%;
}

.objective-item__key-results .key-result-item__tasks .task-item .form-checkbox label {
  word-break: break-word;
}

.objective-item__key-results .key-result-item__tasks .task-item .task-deadline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}

.objective-item__key-results .key-result-item__tasks .task-item .task-deadline .icon-calendar {
  line-height: 0.5;
}

.objective-item__key-results .key-result-item__tasks .task-item .task-deadline .icon-calendar::before {
  font-size: 1rem;
  color: #b0b0bb;
}

.objective-item__key-results .key-result-item__tasks .task-item .task-deadline .deadline {
  color: #888994;
}

.objective-item__key-results .key-result-item:last-of-type .key-result-item__body {
  border-left: 1px solid transparent;
  padding-bottom: 0;
}

.objective-item .icon-check {
  margin-right: 15px;
}

.objective-item .icon-check:before {
  font-size: 20px;
  color: #3ad0ae;
}

.objective-item .icon-hourglass {
  margin-right: 15px;
}

.objective-item .icon-hourglass:before {
  font-size: 20px;
  color: #f7b100;
}

.objective-item:last-of-type .objective-item__body {
  border-left: 1px solid transparent;
}

.key-result-action,
.objective-action,
.comment-action {
  cursor: pointer;
  position: relative;
  width: 20px;
}

.key-result-action__dropdown,
.objective-action__dropdown,
.comment-action__dropdown {
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 4px 12px 24px rgba(0, 0, 0, 0.24);
          box-shadow: 4px 12px 24px rgba(0, 0, 0, 0.24);
  display: none;
  min-width: 200px;
  padding: 6px;
  z-index: 2;
  position: absolute;
  right: 0;
  top: calc(100% + 5px);
}

.key-result-action__link,
.objective-action__link,
.comment-action__link {
  background: #ffffff;
  color: #6b6c7f;
  border-radius: 4px;
  display: block;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.key-result-action__link .icon-edit,
.key-result-action__link .icon-link,
.key-result-action__link .icon-trash,
.key-result-action__link .icon-copy,
.key-result-action__link .icon-my-group,
.objective-action__link .icon-edit,
.objective-action__link .icon-link,
.objective-action__link .icon-trash,
.objective-action__link .icon-copy,
.objective-action__link .icon-my-group,
.comment-action__link .icon-edit,
.comment-action__link .icon-link,
.comment-action__link .icon-trash,
.comment-action__link .icon-copy,
.comment-action__link .icon-my-group {
  margin-right: 5px;
}

.key-result-action__link .icon-edit::before,
.key-result-action__link .icon-link::before,
.key-result-action__link .icon-trash::before,
.key-result-action__link .icon-copy::before,
.key-result-action__link .icon-my-group::before,
.objective-action__link .icon-edit::before,
.objective-action__link .icon-link::before,
.objective-action__link .icon-trash::before,
.objective-action__link .icon-copy::before,
.objective-action__link .icon-my-group::before,
.comment-action__link .icon-edit::before,
.comment-action__link .icon-link::before,
.comment-action__link .icon-trash::before,
.comment-action__link .icon-copy::before,
.comment-action__link .icon-my-group::before {
  font-size: 1rem;
  color: #6b6c7f;
}

.key-result-action__link:hover,
.objective-action__link:hover,
.comment-action__link:hover {
  background: #f4f5f7;
  color: #212123;
}

#message-permission-target {
  margin-top: 5px;
}

.update-status {
  position: relative;
}

.update-status__tooltip:after {
  -webkit-box-shadow: 0 12px 14px rgba(0, 0, 0, 0.14);
          box-shadow: 0 12px 14px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  color: #ffffff;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  width: 215px;
  min-width: 215px;
  padding: 8px 12px;
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}

.update-status__tooltip:before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: calc(100% - 3px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.update-status.icon-hourglass:hover .update-status__tooltip:after,
.update-status.text-warning:hover .update-status__tooltip:after {
  content: attr(data-tooltip);
  background-color: #b06eee;
  padding-bottom: 55px;
  text-align: center;
  white-space: initial;
}

.update-status.icon-hourglass:hover .update-status__tooltip:before,
.update-status.text-warning:hover .update-status__tooltip:before {
  border-top: 7px solid #b06eee;
}

.update-status.icon-hourglass:hover .update-status__tooltip button,
.update-status.text-warning:hover .update-status__tooltip button {
  opacity: 1;
  visibility: visible;
}

.update-status.icon-hourglass button,
.update-status.text-warning button {
  background: #ffffff;
  color: #212123;
  position: absolute;
  left: -40%;
  bottom: calc(100% + 21px);
  z-index: 3;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 6px 30px;
  width: 185px;
  max-width: 185px;
  height: auto;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}

.update-status.icon-check:hover .update-status__tooltip:after,
.update-status.icon-faq:hover .update-status__tooltip:after {
  content: attr(data-tooltip);
  background-color: #3ad0ae;
}

.update-status.icon-check:hover .update-status__tooltip:before,
.update-status.icon-faq:hover .update-status__tooltip:before {
  border-top: 7px solid #3ad0ae;
}

.update-status.icon-check .update-status__tooltip button,
.update-status.icon-faq .update-status__tooltip button {
  display: none;
}

.update-status:hover:after {
  height: 35px;
  width: 60px;
  content: '';
  position: absolute;
  top: 30%;
  left: 50%;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.update-status--no-button.icon-hourglass:hover .update-status__tooltip:after,
.update-status--warning.text-warning:hover .update-status__tooltip:after {
  padding-bottom: 8px;
  text-align: left;
}

.a-default {
  cursor: default;
}

.a-default:hover {
  color: #6b6c7f;
}

.require-okr__completion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1rem;
  background-color: #fafafb;
  border-radius: 6px;
  margin-bottom: 20px;
}

.require-okr__progress {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.require-okr__title h6 {
  font-size: 1rem;
}

.require-okr__title .number-objective {
  font-size: 14px;
}

.setPermission {
  position: fixed;
  top: 15px;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #ccc;
  border: none;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  display: none;
}

.setPermission.active {
  display: block;
}

.kpi-container .btn-new-kpi {
  display: block;
}

.kpi-container .btn-new-kpi .icon-plus,
.kpi-container .btn-new-kpi .icon-upload {
  margin-right: 5px;
}

.kpi-container .btn-new-kpi .icon-plus::before,
.kpi-container .btn-new-kpi .icon-upload::before {
  font-size: 14px;
  color: #ffffff;
}

.kpi-container .kpi-item {
  padding: 20px 10px;
}

.kpi-container .kpi-item__title {
  color: #6a5cd0;
  font-weight: 600;
  margin-right: 10px;
  word-break: break-word;
}

.kpi-container .kpi-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding-bottom: 20px;
  font-weight: bolder;
}

.kpi-container .kpi-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-left: auto;
}

.kpi-container .kpi-item .icon-keys {
  margin-right: 10px;
}

.kpi-container .kpi-item .icon-keys:before {
  color: #6b6c7f;
  font-size: 24px;
}

.kpi-container .kpi-item .icon-checkmark-border {
  margin-left: auto;
  margin-right: 5px;
}

.kpi-container .kpi-item .icon-checkmark-border::before {
  color: #6a5cd0;
  font-size: 16px;
}

.kpi-container .kpi-item .progress {
  margin-right: 8px;
}

.kpi-container .kpi-item .progress-percent,
.kpi-container .kpi-item .percent-progress {
  color: #6b6c7f;
  margin-right: 20px;
  white-space: nowrap;
}

.kpi-container .kpi-item .icon-more::before {
  color: #6b6c7f;
  font-size: 20px;
}

.kpi-container .kpi-item .kpi-action {
  cursor: pointer;
  position: relative;
  width: 20px;
}

.kpi-container .kpi-item .kpi-action__dropdown {
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 4px 12px 24px rgba(0, 0, 0, 0.24);
          box-shadow: 4px 12px 24px rgba(0, 0, 0, 0.24);
  display: none;
  min-width: 200px;
  padding: 6px;
  z-index: 2;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: calc(100% + 5px);
}

.kpi-container .kpi-item .kpi-action__link {
  background: #ffffff;
  color: #6b6c7f;
  border-radius: 4px;
  display: block;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.kpi-container .kpi-item .kpi-action__link .icon-edit,
.kpi-container .kpi-item .kpi-action__link .icon-link,
.kpi-container .kpi-item .kpi-action__link .icon-trash,
.kpi-container .kpi-item .kpi-action__link .icon-copy,
.kpi-container .kpi-item .kpi-action__link .icon-my-group {
  margin-right: 5px;
}

.kpi-container .kpi-item .kpi-action__link .icon-edit::before,
.kpi-container .kpi-item .kpi-action__link .icon-link::before,
.kpi-container .kpi-item .kpi-action__link .icon-trash::before,
.kpi-container .kpi-item .kpi-action__link .icon-copy::before,
.kpi-container .kpi-item .kpi-action__link .icon-my-group::before {
  font-size: 1rem;
  color: #6b6c7f;
}

.kpi-container .kpi-item .kpi-action__link:hover {
  background: #f4f5f7;
  color: #212123;
}

.kpi__header {
  border-bottom: 2px solid #ccc;
  padding-bottom: 30px;
}

.kpi__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  gap: 10px;
}

.kpi__progress .progress {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 85%;
}

.kpi__progress .percent-progress {
  color: #212123;
  font-weight: 600;
  margin-left: 10px;
}

.kpi-item__header div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 60%;
}

.kpi-item__header div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
}

.kpi-item__header div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 20%;
}

.label {
  border-radius: 6px;
  font-family: "Nunito-Sans", sans-serif;
  font-weight: 600;
  min-height: 28px;
  padding: 3px 10px;
  text-align: center;
}

.label--canceled {
  color: #ffffff;
  background: #6b6c7f;
}

.label--upcoming {
  color: #333333;
  background: #d1d0d5;
}

.label--finished {
  color: #b06eee;
  background: #e1def6;
}

.label--not-updated {
  color: #000;
  background: #ffffff;
  border: 1px solid #000;
}

.label--at-risk,
.label__need_review {
  color: #fb4e4e;
  background: #fedcdc;
}

.label--on-track,
.label__agreed {
  color: #3ad0ae;
  background: #d8f6ef;
}

.label--behind,
.label__commented,
.label__reviewing {
  color: #f7b100;
  background: #fdefcc;
}

.label__commented,
.label__reviewing {
  min-width: 86px;
}

.label--excellent {
  color: #1190f1;
  background: #dbedfc;
}

.label--info-tag {
  color: #212123;
  background: #e2e4e9;
}

.label--block {
  color: #ffffff;
  background: #fb4e4e;
}

.label--active {
  color: #ffffff;
  background: #3f8cff;
}

.label--enabled {
  color: #ffffff;
  background: #3ad0ae;
}

.label--disabled {
  background: #e2e4e9;
}

.input-checkbox__label::before {
  background: #ffffff;
  border: 1px solid #d1d0d5;
  border-radius: 6px;
  content: '';
  left: 0;
  position: absolute;
}

.input-checkbox__label::after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  content: '\E92E';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "icomoon";
  font-size: 0.9rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 2px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
}

.input-checkbox {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.input-checkbox-custom {
  position: relative;
}

.input-checkbox--line-through:checked + .input-checkbox__label {
  text-decoration: line-through;
}

.input-checkbox__label {
  overflow-wrap: break-word;
  word-break: break-word;
  color: #212123;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  vertical-align: middle;
}

.input-checkbox__label::before {
  height: 20px;
  width: 20px;
  top: 1px;
}

.input-checkbox__label::after {
  height: 16px;
  width: 16px;
  top: 2px;
}

.input-checkbox--disabled .input-checkbox__label {
  cursor: not-allowed;
}

.input-checkbox:checked + .input-checkbox__label::before {
  background: #3ad0ae;
  border: 1px solid #3ad0ae;
}

.input-checkbox:checked + .input-checkbox__label::after {
  opacity: 1;
  visibility: visible;
}

.input-checkbox:disabled + .input-checkbox__label {
  opacity: 0.7;
}

.input-checkbox:disabled + .input-checkbox__label::before {
  background: #d1d0d5;
}

.input-checkbox:disabled + .input-checkbox__label::after {
  color: #888994;
}

.input-checkbox:disabled:not(:checked) + .input-checkbox__label::before {
  background: #f4f5f7;
  border: 1px solid #d1d0d5;
}

.list-reaction-icon {
  position: absolute;
  top: -100%;
  background: #ffffff;
  border: 1px solid #e2e4e9;
  border-radius: 40px;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin: 0;
  opacity: 0;
  padding: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  pointer-events: none;
  visibility: hidden;
  width: 196px;
  z-index: 2;
}

.list-reaction-icon__item {
  cursor: pointer;
  text-align: center;
  width: 20%;
}

.list-reaction-icon__item img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 32px;
}

.list-reaction-icon__item:hover img {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.list-reaction-icon--small {
  width: 172px;
  height: 32px;
}

.list-reaction-icon--small img {
  width: 28px;
}

.reaction-button:hover > .list-reaction-icon {
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
}

.highlight-container {
  -webkit-box-shadow: 4px 12px 24px rgba(0, 0, 0, 0.24);
          box-shadow: 4px 12px 24px rgba(0, 0, 0, 0.24);
  position: fixed;
  z-index: 1049;
  right: 0;
  bottom: 0;
  width: 390px;
}

.highlight-container .btn-highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 6px 6px 0 0;
  font-size: 16px;
  height: auto;
  padding: 8px 10px 8px 20px;
  width: 100%;
}

.highlight-container .btn-highlight:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.highlight-container .btn-highlight span {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.highlight-container .btn-highlight span:before {
  color: #ffffff;
  display: inline-block;
  font-size: 30px;
}

.highlight-container .btn-highlight.active span {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.highlight-container .btn-highlight.active ~ div {
  max-height: 100vh;
}

.highlight-container .btn-highlight ~ div {
  max-height: 0;
}

.highlight-container .highlight__body {
  background-color: #ffffff;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  background-color: #fafafb;
  cursor: pointer;
  padding: 8px 20px;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__header img {
  min-width: 35px;
  height: 35px;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__header h6 {
  color: #6a5cd0;
  font-size: 14px;
  font-weight: 400;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__header.active ~ div {
  border-top: 1px solid #e2e4e9;
  max-height: 40vh;
  overflow: auto;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__header ~ div {
  max-height: 0;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body {
  overflow: hidden;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item {
  padding: 8px;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  border-radius: 6px;
  padding: 12px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__inner:hover {
  background-color: #f4f5f7;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__inner:hover .highlight-button {
  opacity: 1;
  visibility: visible;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__avatar {
  height: 40px;
  width: 40px;
  min-width: 40px;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__body {
  width: 100%;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__author {
  color: #212123;
  font-weight: 600;
  padding-right: 5px;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__content,
.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__createdAt {
  color: #6b6c7f;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__widget .highlight-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  background-color: #f4f5f7;
  border-radius: 6px;
  margin-left: auto;
  margin-right: 8px;
  margin-bottom: -40px;
  opacity: 0;
  padding: 8px 16px;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  z-index: 2;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__widget .highlight-button .list-reaction-icon {
  top: auto;
  bottom: 80%;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__widget .highlight-button .view-reaction-button {
  position: relative;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__widget .highlight-button .view-reaction-button img {
  min-width: 24px;
  height: 24px;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__widget .highlight-button .view-reaction-button button {
  gap: 4px;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__widget .highlight-button .view-reaction-button button:hover .reaction-name {
  text-decoration: underline;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__widget .highlight-button .view-reaction-button .reaction-name {
  color: #3f8cff;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__widget .highlight-button .view-reaction-button .reaction-tooltip {
  background-color: #3f8cff;
  border-radius: 6px;
  bottom: 120%;
  color: #ffffff;
  font-size: 14px;
  left: 50%;
  opacity: 0;
  padding: 4px 8px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  white-space: nowrap;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__widget .highlight-button .view-reaction-button .reaction-tooltip:after {
  content: '';
  border-top: 5px solid #3f8cff;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__widget .highlight-button .view-reaction-button:hover .reaction-tooltip {
  opacity: 1;
  visibility: visible;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__widget .highlight-button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  color: #6b6c7f;
  border: 1px solid #f4f5f7;
  padding: 0;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__widget .highlight-button button span:before {
  color: #6b6c7f;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__widget .highlight-button button:hover span,
.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__widget .highlight-button button:hover span:before {
  color: #3f8cff;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__widget .highlight-button button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item__widget .highlight-button .list-reaction-icon {
  left: -50%;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .highlight-item:last-of-type {
  padding-bottom: 24px;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .button-group {
  padding: 0 8px 8px;
}

.highlight-container .highlight__body .highlight-tab .highlight-tab__body .button-group button {
  font-size: 14px;
}

.highlight-container .highlight__body .highlight-tab:last-of-type .highlight-tab__header {
  border-top: 1px solid #e2e4e9;
}

.component {
  padding-bottom: 30px;
}

.component:first-child {
  padding-top: 30px;
}

.congratulation__button-select-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.congratulation__icon-down {
  position: absolute;
  right: 10px;
}

.motivator table,
.motivator td,
.motivator th {
  border: 1px solid;
}

.motivator thead tr {
  background-color: #cccccc;
}

.motivator thead td,
.motivator tbody td:first-child {
  padding: 10px;
}

.motivator table {
  width: 100%;
  border-collapse: collapse;
}

.motivator table .input-weight {
  width: 100%;
  height: 100%;
  border: none;
  -moz-appearance: textfield;
}

.motivator table .input-weight::-webkit-outer-spin-button,
.motivator table .input-weight::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.range-slider {
  width: 100%;
}

.range-slider__range {
  -webkit-appearance: none;
  height: 12px;
  padding: 0;
  margin: 0;
  outline: none;
  background: #e2e4e9;
  width: 100%;
  border-radius: 10px;
}

.range-slider__range::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
          appearance: none;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 1px solid #d1d0d5;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.range-slider__range::-webkit-slider-thumb:hover {
  background: #f4f5f7;
}

.range-slider__range:active::-moz-range-thumb {
  background: #f4f5f7;
}

.range-slider--disabled {
  cursor: not-allowed;
}

.range-slider--disabled input {
  pointer-events: none;
}

::-moz-range-track {
  background: #e2e4e9;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

.key-result-progress,
.edit-objective-progress,
.add-objective-progress,
.add-task-progress,
.add-key-result-progress,
.confirm-content-progress {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.key-result-progress__area,
.edit-objective-progress__area,
.add-objective-progress__area,
.add-task-progress__area,
.add-key-result-progress__area,
.confirm-content-progress__area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 4px;
}

.key-result-progress__range,
.edit-objective-progress__range,
.add-objective-progress__range,
.add-task-progress__range,
.add-key-result-progress__range,
.confirm-content-progress__range {
  width: 100%;
}

.key-result-progress__estimate,
.edit-objective-progress__estimate,
.add-objective-progress__estimate,
.add-task-progress__estimate,
.add-key-result-progress__estimate,
.confirm-content-progress__estimate {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.key-result-progress__estimate .percent-estimate,
.edit-objective-progress__estimate .percent-estimate,
.add-objective-progress__estimate .percent-estimate,
.add-task-progress__estimate .percent-estimate,
.add-key-result-progress__estimate .percent-estimate,
.confirm-content-progress__estimate .percent-estimate {
  color: #6b6c7f;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.key-result-progress__estimate .percent-estimate:before,
.edit-objective-progress__estimate .percent-estimate:before,
.add-objective-progress__estimate .percent-estimate:before,
.add-task-progress__estimate .percent-estimate:before,
.add-key-result-progress__estimate .percent-estimate:before,
.confirm-content-progress__estimate .percent-estimate:before {
  content: '/';
  margin: 0 5px;
}

.key-result-progress__weight,
.key-result-progress__calculator,
.edit-objective-progress__weight,
.edit-objective-progress__calculator,
.add-objective-progress__weight,
.add-objective-progress__calculator,
.add-task-progress__weight,
.add-task-progress__calculator,
.add-key-result-progress__weight,
.add-key-result-progress__calculator,
.confirm-content-progress__weight,
.confirm-content-progress__calculator {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.key-result-progress__weight label.error-messages-devise,
.key-result-progress__weight label.error,
.key-result-progress__calculator label.error-messages-devise,
.key-result-progress__calculator label.error,
.edit-objective-progress__weight label.error-messages-devise,
.edit-objective-progress__weight label.error,
.edit-objective-progress__calculator label.error-messages-devise,
.edit-objective-progress__calculator label.error,
.add-objective-progress__weight label.error-messages-devise,
.add-objective-progress__weight label.error,
.add-objective-progress__calculator label.error-messages-devise,
.add-objective-progress__calculator label.error,
.add-task-progress__weight label.error-messages-devise,
.add-task-progress__weight label.error,
.add-task-progress__calculator label.error-messages-devise,
.add-task-progress__calculator label.error,
.add-key-result-progress__weight label.error-messages-devise,
.add-key-result-progress__weight label.error,
.add-key-result-progress__calculator label.error-messages-devise,
.add-key-result-progress__calculator label.error,
.confirm-content-progress__weight label.error-messages-devise,
.confirm-content-progress__weight label.error,
.confirm-content-progress__calculator label.error-messages-devise,
.confirm-content-progress__calculator label.error {
  position: absolute;
  top: 100%;
}

.key-result .rectangle,
.edit-objective .rectangle,
.add-objective .rectangle,
.add-task .rectangle,
.add-key-result .rectangle,
.confirm-content .rectangle {
  background: #f4f5f7;
  border: 1px solid #d1d0d5;
  border-left: none;
  border-radius: 0 4px 4px 0;
  color: #6b6c7f;
  line-height: 21px;
  height: 32px;
  padding: 5px 10px;
}

.key-result .form-calculator,
.key-result .form-weight,
.key-result .form-deadline,
.edit-objective .form-calculator,
.edit-objective .form-weight,
.edit-objective .form-deadline,
.add-objective .form-calculator,
.add-objective .form-weight,
.add-objective .form-deadline,
.add-task .form-calculator,
.add-task .form-weight,
.add-task .form-deadline,
.add-key-result .form-calculator,
.add-key-result .form-weight,
.add-key-result .form-deadline,
.confirm-content .form-calculator,
.confirm-content .form-weight,
.confirm-content .form-deadline {
  max-width: 70px;
  height: 32px;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
}

.key-result .form-calculator:focus,
.key-result .form-weight:focus,
.key-result .form-deadline:focus,
.edit-objective .form-calculator:focus,
.edit-objective .form-weight:focus,
.edit-objective .form-deadline:focus,
.add-objective .form-calculator:focus,
.add-objective .form-weight:focus,
.add-objective .form-deadline:focus,
.add-task .form-calculator:focus,
.add-task .form-weight:focus,
.add-task .form-deadline:focus,
.add-key-result .form-calculator:focus,
.add-key-result .form-weight:focus,
.add-key-result .form-deadline:focus,
.confirm-content .form-calculator:focus,
.confirm-content .form-weight:focus,
.confirm-content .form-deadline:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.key-result .form-calculator,
.key-result .form-weight,
.edit-objective .form-calculator,
.edit-objective .form-weight,
.add-objective .form-calculator,
.add-objective .form-weight,
.add-task .form-calculator,
.add-task .form-weight,
.add-key-result .form-calculator,
.add-key-result .form-weight,
.confirm-content .form-calculator,
.confirm-content .form-weight {
  padding: 4px 8px;
}

.key-result .form-weight,
.edit-objective .form-weight,
.add-objective .form-weight,
.add-task .form-weight,
.add-key-result .form-weight,
.confirm-content .form-weight {
  max-width: 50px;
}

.key-result-title__text,
.key-result-description__text,
.edit-objective-title__text,
.edit-objective-description__text,
.add-objective-title__text,
.add-objective-description__text,
.add-task-title__text,
.add-task-description__text,
.add-key-result-title__text,
.add-key-result-description__text,
.confirm-content-title__text,
.confirm-content-description__text {
  border-radius: 6px;
  color: #212123;
  display: block;
  padding: 9px 15px;
}

.key-result-configure .input-radio-custom:not(:last-of-type),
.edit-objective-configure .input-radio-custom:not(:last-of-type),
.add-objective-configure .input-radio-custom:not(:last-of-type),
.add-task-configure .input-radio-custom:not(:last-of-type),
.add-key-result-configure .input-radio-custom:not(:last-of-type),
.confirm-content-configure .input-radio-custom:not(:last-of-type) {
  margin-bottom: 16px;
}

.key-result-btn-group,
.edit-objective-btn-group,
.add-objective-btn-group,
.add-task-btn-group,
.add-key-result-btn-group,
.confirm-content-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px 0;
  margin-left: -30px;
  margin-right: -30px;
  border-top: 1px solid #d1d0d5;
}

@media (max-width: 1439px) {
  .key-result-btn-group,
  .edit-objective-btn-group,
  .add-objective-btn-group,
  .add-task-btn-group,
  .add-key-result-btn-group,
  .confirm-content-btn-group {
    padding: 20px 25px;
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media (max-width: 767px) {
  .key-result-btn-group,
  .edit-objective-btn-group,
  .add-objective-btn-group,
  .add-task-btn-group,
  .add-key-result-btn-group,
  .confirm-content-btn-group {
    padding: 20px 20px 0;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.key-result-btn-group .button-group,
.edit-objective-btn-group .button-group,
.add-objective-btn-group .button-group,
.add-task-btn-group .button-group,
.add-key-result-btn-group .button-group,
.confirm-content-btn-group .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
}

.key-result__msg,
.edit-objective__msg,
.add-objective__msg,
.add-task__msg,
.add-key-result__msg,
.confirm-content__msg {
  font-size: 16px;
}

.link-objective-list,
.link-kpi-list {
  border-radius: 6px;
  border: 1px solid #e2e5ed;
  padding: 0;
}

.link-objective-list .link-objective-item,
.link-kpi-list .link-objective-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
}

.link-objective-list .link-objective-item:not(:last-of-type),
.link-kpi-list .link-objective-item:not(:last-of-type) {
  border-bottom: 1px solid #e2e4e9;
}

.link-objective-list .link-objective-item__group,
.link-kpi-list .link-objective-item__group {
  width: 35%;
}

.link-objective-list .link-objective-item__kpi-group,
.link-kpi-list .link-objective-item__kpi-group {
  width: 45%;
}

.link-objective-list .link-objective-item__objective,
.link-kpi-list .link-objective-item__objective {
  width: 40%;
}

.link-objective-list .link-objective-item__progress,
.link-kpi-list .link-objective-item__progress {
  width: 12%;
}

.link-objective-list .link-objective-item__unlink,
.link-kpi-list .link-objective-item__unlink {
  width: 40%;
}

.link-objective-list .link-objective-item__text,
.link-kpi-list .link-objective-item__text {
  color: #6a5cd0;
  line-height: 21px;
}

.link-objective-list .link-objective-item .label-status-progress,
.link-kpi-list .link-objective-item .label-status-progress {
  margin-left: 12px;
}

.link-objective-list .link-objective-item .icon-my-group,
.link-objective-list .link-objective-item .icon-keys,
.link-objective-list .link-objective-item .icon-objective,
.link-kpi-list .link-objective-item .icon-my-group,
.link-kpi-list .link-objective-item .icon-keys,
.link-kpi-list .link-objective-item .icon-objective {
  margin-right: 12px;
}

.link-objective-list .link-objective-item .icon-my-group::before,
.link-objective-list .link-objective-item .icon-keys::before,
.link-objective-list .link-objective-item .icon-objective::before,
.link-kpi-list .link-objective-item .icon-my-group::before,
.link-kpi-list .link-objective-item .icon-keys::before,
.link-kpi-list .link-objective-item .icon-objective::before {
  color: #6b6c7f;
  font-size: 24px;
}

.link-objective-list .link-objective-item .icon-more::before,
.link-kpi-list .link-objective-item .icon-more::before {
  color: #6b6c7f;
  font-size: 24px;
}

.link-objective-list .link-objective-item .icon-double-arrow,
.link-kpi-list .link-objective-item .icon-double-arrow {
  margin-right: 12px;
}

.link-objective-list .link-objective-item .icon-double-arrow::before,
.link-kpi-list .link-objective-item .icon-double-arrow::before {
  color: #b0b0bb;
  font-size: 24px;
}

.link-objective-list .link-objective-item .icon-unlink,
.link-kpi-list .link-objective-item .icon-unlink {
  margin-right: 12px;
}

.link-objective-list .link-objective-item .icon-unlink::before,
.link-kpi-list .link-objective-item .icon-unlink::before {
  color: #b0b0bb;
  font-size: 24px;
}

.input-radio__label::before {
  background: #ffffff;
  border: 1px solid #d1d0d5;
  border-radius: 50%;
  content: '';
  left: 0;
  position: absolute;
}

.input-radio__label::after {
  background-color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  border-radius: 50%;
  top: 7px;
  left: 6px;
  position: absolute;
}

.input-radio {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.input-radio-custom {
  position: relative;
}

.input-radio__label {
  overflow-wrap: break-word;
  word-break: break-word;
  color: #212123;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  vertical-align: middle;
}

.input-radio__label::before {
  height: 20px;
  width: 20px;
  top: 1px;
}

.input-radio__label::after {
  height: 8px;
  width: 8px;
}

.input-radio--disabled .input-radio__label {
  cursor: not-allowed;
}

.input-radio:checked + .input-radio__label::before {
  background: #3ad0ae;
  border: 1px solid #3ad0ae;
}

.input-radio:checked + .input-radio__label::after {
  opacity: 1;
  visibility: visible;
}

.input-radio:disabled + .input-radio__label {
  opacity: 0.7;
}

.input-radio:disabled + .input-radio__label::before {
  background: #d1d0d5;
}

.input-radio:disabled + .input-radio__label::after {
  color: #888994;
}

.input-radio:disabled:not(:checked) + .input-radio__label::before {
  background: #f4f5f7;
  border: 1px solid #d1d0d5;
}

.form-control,
.form__control {
  border: 1px solid #e2e5ed;
  border-radius: 4px;
  color: #212123;
  font-size: 14px;
  font-weight: 400;
  outline: 0;
  padding: 9px 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}

.form-control.is-textarea,
.form__control.is-textarea {
  background: #ffffff;
  border: 1px solid #e2e5ed;
  border-radius: 6px;
  height: 117px;
  resize: none;
  word-wrap: break-word;
}

.form-control.text-area--small,
.form__control.text-area--small {
  height: 80px;
  border-radius: 0 0 6px 6px;
}

.form-control::-webkit-input-placeholder,
.form__control::-webkit-input-placeholder {
  color: #888994;
}

.form-control::-moz-placeholder,
.form__control::-moz-placeholder {
  color: #888994;
}

.form-control::-ms-input-placeholder,
.form__control::-ms-input-placeholder {
  color: #888994;
}

.form-control::placeholder,
.form__control::placeholder {
  color: #888994;
}

.form-control:focus:not([disabled]):not([readonly]):not(.text-area--small),
.form__control:focus:not([disabled]):not([readonly]):not(.text-area--small) {
  border-color: #3f8cff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control[disabled],
.form__control[disabled] {
  cursor: not-allowed;
}

.form-control:-moz-read-only,
.form__control:-moz-read-only {
  background-color: #f4f5f7;
}

.form-control:read-only,
.form__control:read-only {
  background-color: #f4f5f7;
}

.form-control.emphasize,
.form__control.emphasize {
  font-weight: bold;
}

.form__label {
  overflow-wrap: break-word;
  word-break: break-word;
  color: #212123;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 8px;
  width: 100%;
}

.textarea-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fafafb;
  border: 1px solid #d1d0d5;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 0 5px 0 16px;
}

.textarea-top__counter-word {
  color: #888994;
}

.textarea-top .input-checkbox-custom {
  margin-left: auto;
  margin-right: 20px;
}

.form-group.is-require .form__label::after {
  color: #f00;
  content: '*';
  padding-left: 5px;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group--error .form__control,
.form-group--error .select2-selection--single {
  border: 1px solid #fb4e4e;
}

.form-group .input-pair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.form-group .input-pair input {
  padding: 4px 8px;
  height: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-group .input-pair input:first-child {
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.form-group .input-pair input:last-child {
  border-radius: 0 4px 4px 0;
}

.form-group .form-kr-unit .select2-container .select2-selection--single {
  height: 32px;
}

.actual-kr-error {
  margin-left: 50px;
}

.error-messages-devise,
label.error {
  overflow-wrap: break-word;
  word-break: break-word;
  color: #fb4e4e;
  margin-bottom: 0;
  padding-top: 5px;
  line-height: 1.4;
}

.error-messages-devise p,
label.error p {
  margin: 10px 0 0;
}

.input-search {
  height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f5f7;
  border: 1px solid #f4f5f7;
  border-radius: 6px;
  max-width: 300px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.input-search:focus-within {
  border: 1px solid #3f8cff;
}

.input-search .icon-search {
  margin-left: 10px;
}

.input-search .icon-search:before {
  font-size: 14px;
}

.input-search input {
  background-color: #f4f5f7;
  border: none;
  font-family: "Nunito-Sans", sans-serif !important;
  font-size: 14px;
  outline: none;
  padding-left: 12px;
}

.input-search input::-webkit-input-placeholder {
  color: #888994;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.input-search input::-moz-placeholder {
  color: #888994;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.input-search input::-ms-input-placeholder {
  color: #888994;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.input-search input::placeholder {
  color: #888994;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.input-search input:focus {
  background-color: #f4f5f7;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-search-chart {
  height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f5f7;
  border: 1px solid #f4f5f7;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  max-width: unset;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.input-search-chart:focus-within {
  border: 1px solid #3f8cff;
}

.input-search-chart .icon-search {
  margin-left: 10px;
}

.input-search-chart .icon-search:before {
  font-size: 14px;
}

.input-search-chart input {
  background-color: #f4f5f7;
  border: none;
  font-family: "Nunito-Sans", sans-serif !important;
  font-size: 14px;
  outline: none;
  padding-left: 12px;
}

.input-search-chart input::-webkit-input-placeholder {
  color: #888994;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.input-search-chart input::-moz-placeholder {
  color: #888994;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.input-search-chart input::-ms-input-placeholder {
  color: #888994;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.input-search-chart input::placeholder {
  color: #888994;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.input-search-chart input:focus {
  background-color: #f4f5f7;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-search-unit {
  height: 40px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f5f7;
  border: 1px solid #f4f5f7;
  border-radius: 6px;
  max-width: 300px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.input-search-unit:focus-within {
  border: 1px solid #3f8cff;
}

.input-search-unit .icon-search {
  margin-left: 10px;
}

.input-search-unit .icon-search:before {
  font-size: 14px;
}

.input-search-unit input {
  background-color: #f4f5f7;
  border: none;
  font-family: "Nunito-Sans", sans-serif !important;
  font-size: 14px;
  outline: none;
  padding-left: 12px;
}

.input-search-unit input::-webkit-input-placeholder {
  color: #888994;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.input-search-unit input::-moz-placeholder {
  color: #888994;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.input-search-unit input::-ms-input-placeholder {
  color: #888994;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.input-search-unit input::placeholder {
  color: #888994;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.input-search-unit input:focus {
  background-color: #f4f5f7;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-date-container {
  position: relative;
}

.input-date-container input {
  width: 100%;
  border: 1px solid #e2e5ed;
  border-radius: 4px;
  padding: 7px 16px;
}

.input-date-container span {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.input-date-container span:before {
  color: #6b6c7f;
}

.input-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 100px;
  border: 1px dashed #888994;
  border-radius: 8px;
}

.input-file input {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.input-file span {
  font-size: 40px;
}

.input-file-uploaded {
  padding-top: 16px;
}

.input-file-uploaded .file-uploaded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 50%;
  gap: 16px;
  padding: 8px 16px;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  margin-bottom: 8px;
}

.input-file-uploaded .file-uploaded span {
  font-size: 16px;
  padding: 4px;
  border-radius: 50%;
}

.input-file-uploaded .file-uploaded span::before {
  color: #ffffff;
}

.input-file-uploaded .file-uploaded__name {
  font-size: 16px;
}

.input-file-uploaded .file-uploaded--success {
  border-color: #3ad0ae;
  background-color: #d8f6ef;
}

.input-file-uploaded .file-uploaded--success span {
  background-color: #3ad0ae;
}

.input-file-uploaded .file-uploaded--error {
  border-color: #fb4e4e;
  background-color: #fedcdc;
}

.input-file-uploaded .file-uploaded--error span {
  background-color: #fb4e4e;
}

[contenteditable]:empty:before {
  content: attr(placeholder);
  color: grey;
}

[contenteditable] hidden {
  padding: 2px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: #bdbdbd;
  border-radius: 5px;
  cursor: pointer;
}

.year-selection {
  z-index: 1046 !important;
}

.select2-container {
  z-index: 1055;
}

.select2-container.stack-select2 {
  z-index: 1055;
}

.select2-container .select2-selection--single {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e2e5ed;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  padding: 8px 16px 8px 8px;
}

.select2-results__option {
  -webkit-box-shadow: 0 1px 0 0 #eaedf3;
          box-shadow: 0 1px 0 0 #eaedf3;
  font-family: "Nunito-Sans", sans-serif;
  font-weight: 500;
  height: auto;
  overflow: hidden;
  padding: 12px 8px;
}

.select2-results__options {
  position: relative;
}

.select2-results__option[aria-disabled=true] {
  display: none !important;
}

.filter-unit .select2-container {
  z-index: 1 !important;
}

.select2-dropdown {
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 4px 12px 24px rgba(0, 0, 0, 0.24);
          box-shadow: 4px 12px 24px rgba(0, 0, 0, 0.24);
  margin-top: 4px;
  z-index: 1055;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #212123;
  font-weight: 500;
  font-family: "Nunito-Sans", sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select2-container .select2-search--dropdown {
  padding: 8px;
}

.select2-container .select2-search--dropdown .select2-search__field {
  border: 1px solid #e2e5ed;
  border-radius: 4px;
  padding: 8px 16px;
}

.select2-container--default.select2-container--open.select2-container--focus {
  border: 1px solid #3f8cff;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--open .select2-dropdown--below {
  border: 1px solid #e2e5ed;
  border-radius: 4px;
}

#list-organization-user .select2-selection--single {
  background-color: #f4f5f7;
  border: none;
}

.modal {
  height: 100vh;
  width: 100vw;
  z-index: 1055;
}

.modal .select2-container .select2-selection--multiple {
  min-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e2e5ed;
  border-radius: 4px;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal span[contenteditable] {
  display: inline-block;
}

.modal-dialog {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: auto;
  max-width: 455px;
  width: 100%;
}

.modal-dialog--medium {
  max-width: 500px;
}

@media (min-width: 1440px) {
  .modal-dialog--medium {
    max-width: 600px;
  }
}

.modal-dialog--large {
  max-width: 650px;
}

@media (min-width: 1440px) {
  .modal-dialog--large {
    max-width: 750px;
  }
}

.modal-content {
  border-radius: 6px;
}

.modal-content .truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}

.modal-content .circle-button {
  position: absolute;
  right: 14px;
  top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  z-index: 1;
}

.modal-content .circle-button svg {
  -webkit-transition: fill 0.3s ease, opacity 0.3s ease;
  transition: fill 0.3s ease, opacity 0.3s ease;
}

.modal-content .circle-button:hover circle {
  fill: red;
}

.modal-content .circle-button:hover svg {
  opacity: 0.5;
  cursor: pointer;
}

.modal-form {
  max-height: 90vh;
}

.modal-confirm .confirm-content__msg {
  margin-bottom: 20px;
}

.modal-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.modal-input-group input {
  width: 100%;
  height: 40px;
  border-radius: 4px 0 0 4px;
}

.modal-input-group .rectangle--weight {
  padding: 9px 18px;
  height: 40px;
}

.modal-input-group .rectangle--weight .icon-calendar:before {
  color: #6b6c7f;
}

.modal-input .button--select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #ffffff;
  border: 1px solid #e2e4e9;
  width: 100%;
  padding: 9px 16px;
}

@media (max-width: 767px) {
  .modal {
    height: 100vh;
    margin: 0 auto;
    padding: 0.5rem;
  }
}

.modal-action .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 16px 24px;
  border-top: 1px solid #d1d0d5;
}

.modal-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #d1d0d5;
}

.modal-header__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal-header__close {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-header__text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}

.modal-body {
  max-height: 60vh;
  padding: 16px 24px;
}

.modal-body .tab-reaction {
  border-bottom: 1px solid #e2e4e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px;
}

.modal-body .tab-reaction__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 16%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.modal-body .tab-reaction__item span.all {
  white-space: nowrap;
}

.modal-body .tab-reaction__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid transparent;
  color: #6b6c7f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0;
  padding-bottom: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal-body .tab-reaction__link span {
  margin-left: 4px;
}

.modal-body .tab-reaction__link.active {
  color: #212123;
  border-bottom: 3px solid #3f8cff;
}

.modal-body .tab-content .list-user-reaction {
  margin: 0;
  height: calc(50vh - 65px);
  padding: 0;
  padding-top: 24px;
}

.modal-body .tab-content .list-user-reaction__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.modal-body .tab-content .list-user-reaction__item:last-of-type {
  margin-bottom: 0;
}

.modal-body .tab-content .list-user-reaction__avatar {
  height: 32px;
  width: 32px;
  margin-right: 15px;
  min-width: 32px;
}

.modal-body .tab-content .list-user-reaction__avatar .user-avatar {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.modal-body .tab-content .list-user-reaction__name {
  color: #212123;
  font-weight: 600;
}

.modal-body .tab-content .list-user-reaction__reaction {
  margin-left: auto;
}

.modal-footer {
  padding: 16px 24px;
}

.modal-export .modal-dialog {
  max-width: 550px;
}

.modal-export .modal-dialog .form-group {
  padding: 16px 24px;
  margin-bottom: 0;
}

.modal-export .modal-dialog .form-group .form-group__header {
  padding-bottom: 12px;
}

.modal-export .modal-dialog .form-group .input-container {
  position: relative;
}

.modal-export .modal-dialog .form-group .input-container input {
  width: 100%;
  border: 1px solid #d1d0d5;
  border-radius: 6px;
  padding: 9px 16px;
}

.modal-export .modal-dialog .form-group .input-container span {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal-export .modal-dialog .form-group .input-container span:before {
  color: #6b6c7f;
}

.modal-export .modal-dialog .form-group .input-checkbox:checked + .input-checkbox__label {
  text-decoration: none;
}

.modal-add-objective textarea,
.modal-add-key-result textarea,
.modal-move-okr textarea,
.modal-add-task textarea {
  width: 100%;
  resize: none;
}

.modal-add-objective .timeframe-container,
.modal-add-key-result .timeframe-container,
.modal-move-okr .timeframe-container,
.modal-add-task .timeframe-container {
  max-width: 220px;
}

.modal-add-objective .timeframe-container .timeframe-submenu,
.modal-add-key-result .timeframe-container .timeframe-submenu,
.modal-move-okr .timeframe-container .timeframe-submenu,
.modal-add-task .timeframe-container .timeframe-submenu {
  left: calc(100% - 2px);
  top: auto;
  bottom: -115%;
}

.modal[id^='modal-delete'] .modal-content {
  top: -15%;
}

@media (max-width: 1439px) {
  .modal[id^='modal-delete'] .modal-content {
    top: 0;
  }
}

.modal-congratulations .modal-dialog {
  width: 500px;
}

.modal-congratulations .modal-content {
  top: 5vh;
}

.modal-congratulations .modal-content .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: none;
  padding-bottom: 0;
}

.modal-congratulations .modal-content .modal-header .modal-img img {
  width: 220px;
  min-width: 220px;
}

@media (max-width: 1199px) {
  .modal-congratulations .modal-content .modal-header .modal-img img {
    width: 180px;
    min-width: 180px;
  }
}

.modal-congratulations .modal-content .modal-body {
  text-align: center;
  padding: 30px 50px;
}

@media (max-width: 1199px) {
  .modal-congratulations .modal-content .modal-body {
    padding: 20px 40px;
  }
}

.modal-congratulations .modal-content .modal-body h4 {
  color: #3f8cff;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  word-break: break-word;
}

.modal-congratulations .modal-content .modal-body h4 span:last-of-type {
  font-weight: bold;
  font-size: 23px;
}

.modal-congratulations .modal-content .modal-body p {
  font-size: 16px;
  margin-bottom: 0;
}

.modal-link-to-group .progressbar,
.modal-link-to-year .progressbar,
.modal-link-to-kr .progressbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0;
  width: 100%;
}

.modal-link-to-group .progressbar__item,
.modal-link-to-year .progressbar__item,
.modal-link-to-kr .progressbar__item {
  position: relative;
  width: 33%;
  color: #6b6c7f;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
}

.modal-link-to-group .progressbar__item::before,
.modal-link-to-year .progressbar__item::before,
.modal-link-to-kr .progressbar__item::before {
  background: #e2e4e9;
  border-radius: 50%;
  color: #6b6c7f;
  display: block;
  font-family: "icomoon";
  font-size: 32px;
  font-weight: 400;
  line-height: 56px;
  margin: 0 auto 10px;
  text-align: center;
  height: 64px;
  width: 64px;
  border: 4px solid white;
}

.modal-link-to-group .progressbar__item::after,
.modal-link-to-year .progressbar__item::after,
.modal-link-to-kr .progressbar__item::after {
  background: #e2e4e9;
  content: '';
  height: 4px;
  left: calc(50% + 32px);
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 0;
}

.modal-link-to-group .progressbar__item:last-child::after,
.modal-link-to-year .progressbar__item:last-child::after,
.modal-link-to-kr .progressbar__item:last-child::after {
  content: none;
}

.modal-link-to-group .progressbar__item--active,
.modal-link-to-year .progressbar__item--active,
.modal-link-to-kr .progressbar__item--active {
  color: #3ad0ae;
}

.modal-link-to-group .progressbar__item--active::before,
.modal-link-to-year .progressbar__item--active::before,
.modal-link-to-kr .progressbar__item--active::before {
  color: #ffffff;
  background: #3ad0ae;
}

.modal-link-to-group .progressbar__item--valid::before,
.modal-link-to-year .progressbar__item--valid::before,
.modal-link-to-kr .progressbar__item--valid::before {
  background-color: #d8f6ef;
  color: #3ad0ae;
}

.modal-link-to-group .progressbar__item--valid::after,
.modal-link-to-year .progressbar__item--valid::after,
.modal-link-to-kr .progressbar__item--valid::after {
  background: #3ad0ae;
}

.modal-link-to-group .link-groups,
.modal-link-to-year .link-groups,
.modal-link-to-kr .link-groups {
  margin-bottom: 30px;
}

.modal-link-to-group .link-groups .form__label,
.modal-link-to-year .link-groups .form__label,
.modal-link-to-kr .link-groups .form__label {
  color: #212123;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0;
  margin-bottom: 8px;
}

.modal-link-to-group .link-groups .select2-container--default .select2-selection--single .select2-selection__rendered[title],
.modal-link-to-year .link-groups .select2-container--default .select2-selection--single .select2-selection__rendered[title],
.modal-link-to-kr .link-groups .select2-container--default .select2-selection--single .select2-selection__rendered[title] {
  background: #d9e8ff;
  border-radius: 6px;
  color: #3f8cff;
  font-weight: 600;
  padding-right: 8px;
}

.modal-link-to-group .link-objectives h5,
.modal-link-to-year .link-objectives h5,
.modal-link-to-kr .link-objectives h5 {
  margin-bottom: 20px;
}

.modal-link-to-group .link-objectives .input-checkbox-custom:not(:last-of-type),
.modal-link-to-group .link-objectives .input-radio-custom:not(:last-of-type),
.modal-link-to-year .link-objectives .input-checkbox-custom:not(:last-of-type),
.modal-link-to-year .link-objectives .input-radio-custom:not(:last-of-type),
.modal-link-to-kr .link-objectives .input-checkbox-custom:not(:last-of-type),
.modal-link-to-kr .link-objectives .input-radio-custom:not(:last-of-type) {
  margin-bottom: 16px;
}

.modal-link-to-group .link-objectives .label,
.modal-link-to-year .link-objectives .label,
.modal-link-to-kr .link-objectives .label {
  margin-left: 8px;
}

.modal-link-to-group .link-key-result h5,
.modal-link-to-year .link-key-result h5,
.modal-link-to-kr .link-key-result h5 {
  margin-bottom: 20px;
}

.modal-link-to-group .link-key-result .input-checkbox-custom:not(:last-of-type),
.modal-link-to-year .link-key-result .input-checkbox-custom:not(:last-of-type),
.modal-link-to-kr .link-key-result .input-checkbox-custom:not(:last-of-type) {
  margin-bottom: 16px;
}

.modal-link-to-group .button-group,
.modal-link-to-year .button-group,
.modal-link-to-kr .button-group {
  padding: 20px 25px;
  border-top: 1px solid #e2e4e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.modal-link-to-group .button-group .btn-prev-step,
.modal-link-to-group .button-group .btn-submit,
.modal-link-to-year .button-group .btn-prev-step,
.modal-link-to-year .button-group .btn-submit,
.modal-link-to-kr .button-group .btn-prev-step,
.modal-link-to-kr .button-group .btn-submit {
  display: none;
}

.modal-link-to-group .form-checkbox .input-checkbox__label,
.modal-link-to-year .form-checkbox .input-checkbox__label,
.modal-link-to-kr .form-checkbox .input-checkbox__label {
  text-decoration: none;
}

.modal-link-to-group .progressbar__item:last-child::before {
  content: '\E90D';
}

.modal-link-to-group .progressbar__item:first-child::before {
  content: '\E900';
}

.modal-link-to-group .progressbar__item:nth-child(2)::before {
  content: '\E90F';
}

.modal-link-to-year .progressbar__item {
  width: 50%;
}

.modal-link-to-year .progressbar__item:last-child::before {
  content: '\E90D';
}

.modal-link-to-year .progressbar__item:first-child::before {
  content: '\E90F';
}

.modal-link-to-kr .progressbar__item {
  width: 50%;
}

.modal-link-to-kr .progressbar__item:last-child::before {
  content: '\E90F';
}

.modal-link-to-kr .progressbar__item:first-child::before {
  content: '\E900';
}

.modal-link-to-kr .nav,
.modal-add-group .nav,
.modal-import-user .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}

.modal-link-to-kr .nav .nav-link,
.modal-add-group .nav .nav-link,
.modal-import-user .nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  color: #212123;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 10px 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.modal-link-to-kr .nav .nav-link span.icon-objective,
.modal-link-to-kr .nav .nav-link span.icon-keys,
.modal-add-group .nav .nav-link span.icon-objective,
.modal-add-group .nav .nav-link span.icon-keys,
.modal-import-user .nav .nav-link span.icon-objective,
.modal-import-user .nav .nav-link span.icon-keys {
  font-size: 18px;
}

.modal-link-to-kr .nav .nav-link:hover,
.modal-link-to-kr .nav .nav-link.active,
.modal-add-group .nav .nav-link:hover,
.modal-add-group .nav .nav-link.active,
.modal-import-user .nav .nav-link:hover,
.modal-import-user .nav .nav-link.active {
  color: #6a5cd0;
  border-bottom: 2px solid #6a5cd0;
}

.modal-link-to-kr .nav .nav-link:hover span:before,
.modal-link-to-kr .nav .nav-link.active span:before,
.modal-add-group .nav .nav-link:hover span:before,
.modal-add-group .nav .nav-link.active span:before,
.modal-import-user .nav .nav-link:hover span:before,
.modal-import-user .nav .nav-link.active span:before {
  color: #6a5cd0;
}

.modal-link-to-kr .tab-content .tab-pane,
.modal-add-group .tab-content .tab-pane,
.modal-import-user .tab-content .tab-pane {
  padding: 16px 0;
}

.modal-highlight-comment .modal-body {
  max-height: 25vh;
}

.modal-highlight-comment .comment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  position: relative;
  background-color: #f4f5f7;
  border-bottom: 1px solid #e2e5ed;
  color: #6a5cd0;
  padding: 15px 30px 25px;
}

.modal-highlight-comment .comment-header .comment__content {
  font-size: 16px;
}

.modal-highlight-comment .comment-header .comment__createdAt {
  position: absolute;
  bottom: 5px;
  right: 30px;
}

.modal-highlight-comment .comment-list {
  margin-top: -30px;
}

@media (max-width: 1439px) {
  .modal-highlight-comment .comment-list {
    margin-top: -25px;
  }
}

.modal-highlight-comment .comment-list .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  padding-top: 15px;
  word-break: break-word;
}

.modal-highlight-comment .comment-list .comment-item .comment__avatar img {
  border-radius: 50%;
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.modal-highlight-comment .comment-list .comment-item .comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  width: 100%;
}

.modal-highlight-comment .comment-list .comment-item .comment-body .comment__content {
  margin-bottom: 0;
}

.modal-highlight-comment .comment-list .comment-item .comment__createdAt {
  font-weight: 500;
  padding-left: 5px;
}

.modal-highlight-comment .comment-list .comment-item:not(:last-of-type) {
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e5ed;
}

.modal-highlight-comment .comment-list .comment-item .icon-more {
  font-size: 20px;
}

.modal-highlight-comment .comment-input {
  border-top: 1px solid #e2e5ed;
  padding: 25px;
}

.modal-highlight-comment .comment__avatar img {
  width: 35px;
  min-width: 35px;
  height: 35px;
}

.modal-highlight-comment .comment__author {
  font-weight: bold;
}

.modal.show {
  -webkit-animation: showModal 0.25s ease-in-out;
          animation: showModal 0.25s ease-in-out;
}

.modal[id='modal-update-target'] .form-group .form-target {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  padding: 8px 16px 8px 8px;
}

.modal.margin-left-sidebar {
  padding-left: 72px !important;
}

.modal-open {
  padding: 0 !important;
}

.btn-tag-user {
  border: 1px solid #ccc;
}

.tag-user {
  max-height: 150px;
  overflow: auto;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tag-user-item {
  padding: 10px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 10px;
  cursor: pointer;
}

.tag-user-item:hover {
  color: #fff;
  background: #0a8cf0;
}

.dropdown-container {
  display: none;
}

.dropdown-container.active {
  display: block;
}

.okr-group-detail__action {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.okr-group-detail .table-member tr td .member-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}

.okr-group-detail .table-member tr td .member-item .member-avatar {
  height: 40px;
  width: 40px;
  min-width: 40px;
}

.okr-group-detail .table-member tr td .member-item .member-avatar .member-avatar__img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.okr-group-detail .table-member tr td .member-item .member-info .member-info__name {
  color: #6a5cd0;
}

.okr-group-detail .table-member tr td .member-group {
  color: #6a5cd0;
  display: block;
}

.okr-group-detail .table-member tr td.okr-update {
  color: #fb4e4e;
}

.select-container {
  position: relative;
}

.select-container-unit-screen {
  width: 150px;
}

.select-container .select-dropdown {
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 4px 12px 24px rgba(0, 0, 0, 0.24);
          box-shadow: 4px 12px 24px rgba(0, 0, 0, 0.24);
  display: none;
  min-width: 120px;
  width: 100%;
  max-height: 180px;
  overflow: auto;
  padding: 6px;
  z-index: 1049;
  position: absolute;
  right: 0;
  top: calc(100% + 5px);
}

.select-container .select-dropdown .select-item {
  display: block;
  background: #ffffff;
  border-radius: 4px;
  color: #6b6c7f;
  cursor: pointer;
  font-weight: 600;
  padding: 10px;
  text-align: left;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.select-container .select-dropdown .select-item:hover {
  background: #f4f5f7;
  color: #212123;
}

.status {
  text-transform: capitalize;
  font-family: "Nunito-Sans", sans-serif;
  font-weight: 600;
}

.status--ob-canceled {
  color: #6b6c7f;
}

.status--ob-upcoming {
  color: #d1d0d5;
}

.status--ob-finished {
  color: #b06eee;
}

.status--ob-none {
  color: #ffffff;
  border: 1px solid #000;
}

.status--ob-danger {
  color: #fb4e4e;
}

.status--ob-success {
  color: #3ad0ae;
}

.status--ob-warning {
  color: #f7b100;
}

.status--ob-info {
  color: #6a5cd0;
}

.status--info-tag {
  color: #212123;
}

.status--active {
  color: #3f8cff;
}

.status--block {
  color: #fb4e4e;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

.pagination .page-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.pagination .page-item .page-link {
  border: none;
  color: #6b6c7f;
  cursor: pointer;
  font-weight: 600;
  padding: 0.5rem;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  line-height: 1;
}

.pagination .page-item .page-link span {
  border: 0 !important;
  font-size: 24px;
}

.pagination .page-item .page-link span:before {
  color: #6b6c7f;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.pagination .page-item .page-link:hover {
  color: #3f8cff;
  background: transparent;
}

.pagination .page-item .page-link:hover span:before {
  color: #3f8cff;
}

.pagination .page-item.active .page-link {
  color: #3f8cff;
  background-color: transparent;
}

.pagination .page-item.disabled {
  cursor: not-allowed;
}

.chart-dashboard__item {
  border: 1px solid #e2e4e9;
  border-radius: 6px;
  padding: 20px;
  height: 100%;
}

.chart-dashboard__item .chart-item__header {
  padding-bottom: 30px;
}

.chart-dashboard__item .chart-container {
  position: relative;
}

.chart-dashboard__item .chart-container .chart-value {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
}

.chart-dashboard__item .chart-container .chart-value .chart-value__label {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}

.chart-dashboard__item .chart-container .chart-value .chart-value__percent {
  font-size: 16px;
  font-weight: 500;
}

.chart-dashboard__item .chart-container.progress-chart + .chart-label-container .chart-label {
  height: 2px;
  min-width: 50px;
}

.chart-dashboard__item .chart-container.summary-chart + .chart-label-container .chart-label__item {
  width: 120px;
}

.chart-dashboard__item .chart-container.summary-chart + .chart-label-container .chart-label__item .chart-label {
  height: 16px;
  width: 32px;
  border-radius: 4px;
}

.chart-dashboard__item .chart-label-container {
  padding-top: 30px;
}

.chart-dashboard__item .chart-label-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 20px;
}

@media (max-width: 1439px) {
  .chart-dashboard__item .chart-label-container > div > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  .chart-dashboard__item .chart-label-container > div > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

.chart-dashboard__item .chart-label-container > div .chart-label__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  white-space: nowrap;
}

.chart-dashboard__item .chart-label-container > div .chart-label__item .chart-label {
  display: inline-block;
}

.chart-dashboard__item .chart-label-container > div .chart-label__item .chart-label--progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
  background: #3f8cff;
  position: relative;
}

.chart-dashboard__item .chart-label-container > div .chart-label__item .chart-label--progress:after,
.chart-dashboard__item .chart-label-container > div .chart-label__item .chart-label--progress:before {
  height: 8px;
  width: 8px;
  content: '';
  background-color: #3f8cff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.chart-dashboard__item .chart-label-container > div .chart-label__item .chart-label--progress:after {
  left: -2px;
}

.chart-dashboard__item .chart-label-container > div .chart-label__item .chart-label--progress:before {
  right: -2px;
}

.chart-dashboard__item .chart-label-container > div .chart-label__item .chart-label--excellent {
  background: #6a5cd0;
}

.chart-dashboard__item .chart-label-container > div .chart-label__item .chart-label--behind {
  background: #f7b100;
}

.chart-dashboard__item .chart-label-container > div .chart-label__item .chart-label--on-track {
  background: #3ad0ae;
}

.chart-dashboard__item .chart-label-container > div .chart-label__item .chart-label--at-risk {
  background: #fb4e4e;
}

.chart-dashboard__item .chart-label-container > div .chart-label__item .chart-label--canceled {
  background: #6b6c7f;
}

.chart-dashboard__item .chart-label-container > div .chart-label__item .chart-label--upcoming {
  background: #d1d0d5;
}

.chart-dashboard__item .chart-label-container > div .chart-label__item .chart-label--finished {
  background: #b06eee;
}

.chart-dashboard__item .chart-label-container > div .chart-label__item .chart-label--none {
  border: 1px solid black;
  background: #ffffff;
}

.input-radio__label::before {
  background: #ffffff;
  border: 1px solid #d1d0d5;
  border-radius: 50%;
  content: '';
  left: 0;
  position: absolute;
}

.input-radio__label::after {
  background-color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  border-radius: 50%;
  top: 7px;
  left: 6px;
  position: absolute;
}

.input-radio {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.input-radio-custom {
  position: relative;
}

.input-radio__label {
  overflow-wrap: break-word;
  word-break: break-word;
  color: #212123;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  vertical-align: middle;
}

.input-radio__label::before {
  height: 20px;
  width: 20px;
  top: 1px;
}

.input-radio__label::after {
  height: 8px;
  width: 8px;
}

.input-radio--disabled .input-radio__label {
  cursor: not-allowed;
}

.input-radio:checked + .input-radio__label::before {
  background: #3ad0ae;
  border: 1px solid #3ad0ae;
}

.input-radio:checked + .input-radio__label::after {
  opacity: 1;
  visibility: visible;
}

.input-radio:disabled + .input-radio__label {
  opacity: 0.7;
}

.input-radio:disabled + .input-radio__label::before {
  background: #d1d0d5;
}

.input-radio:disabled + .input-radio__label::after {
  color: #888994;
}

.input-radio:disabled:not(:checked) + .input-radio__label::before {
  background: #f4f5f7;
  border: 1px solid #d1d0d5;
}

.has-tooltip {
  position: relative;
}

.has-tooltip--nowrap:after {
  white-space: nowrap;
  width: auto !important;
}

.has-tooltip:hover:after {
  content: attr(data-tooltip);
  position: absolute;
  z-index: 1500;
  bottom: calc(100% + 10px);
  left: 50%;
  min-width: 200px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  color: #6b6c7f;
  border: 1px solid #e2e4e9;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 8px 12px;
  width: 100%;
}

.has-tooltip:hover:before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-right: 1px solid #e2e4e9;
  border-bottom: 1px solid #e2e4e9;
}

.dashboard .chart .timeframe-container {
  max-width: 250px;
  padding-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.dashboard .chart .timeframe-container .btn-timeframe {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.dashboard .chart .timeframe-container .timeframe-wrapper {
  left: calc(100% - 10px);
  top: -50%;
}

.dashboard .chart .okr-group-detail__body {
  padding: 16px 0 20px;
}

.dashboard .chart .okr-group-detail__body .chart-dashboard__item {
  background-color: #ffffff;
}

.organization-chart .chart__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.organization-chart .input_search-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.organization-chart .input_search-icon .btn__chart {
  width: 40px;
  height: 40px;
  border: none;
  background-color: #f4f5f7;
  border: 1px solid #ebedf2;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
}

.organization-chart .input_search-icon .btn__chart--radius {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.organization-chart .input_search-icon .btn__chart:hover {
  background-color: #d9e8ff;
  border: 1px solid #d9e8ff;
}

.organization-chart #organization-chart {
  position: relative;
  overflow: hidden;
}

.organization-chart #myOverviewDiv {
  position: absolute;
  width: 200px;
  height: 100px;
  top: 10px;
  left: 10px;
  background-color: aliceblue;
  z-index: 300;
  border: solid 1px blue;
}

.organization-chart #myDiagramDiv {
  background-color: #696969;
  height: 600px;
  border: solid 1px black;
}

.organization-chart #myDiagramDiv div::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 7px;
  width: 7px;
}

.organization-chart #myDiagramDiv div::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
}

.organization-chart #searchNum {
  position: absolute;
  right: 150px;
  color: #b0b0bb;
}

#chart-view-members-model .user-avatar {
  max-width: 200px;
  width: 200px;
  height: 200px;
}

#chart-view-members-model .view-user-name {
  text-align: center;
}

#chart-view-members-model .modal-dialog {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-top: 2.5rem;
}

#searchMember {
  padding-right: 30px;
  padding-left: 24px;
}

@media (min-width: 576px) {
  #chart-view-members-model .user-avatar {
    max-width: 115px;
    width: 115px;
    height: 115px;
  }
}

@media (min-width: 1200px) {
  #chart-view-members-model .user-avatar {
    max-width: 67px;
    width: 67px;
    height: 67px;
  }
}

.todolist {
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.todolist h5 {
  text-transform: capitalize;
}

.todolist--expand .todolist__header .button-expand span {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.todolist--expand .todolist__content {
  max-height: 100vh;
}

.todolist__header {
  padding: 12px 30px;
  border-bottom: 1px solid #d1d0d5;
}

.todolist__header .button-expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  color: #212123;
  text-transform: capitalize;
  font-size: 20px;
}

.todolist__header .button-expand span {
  border: 1px solid #d1d0d5;
  border-radius: 5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.todolist__header .button-expand span:before {
  color: #212123;
}

.todolist__header button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.todolist__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  padding-top: 1rem;
}

.todolist__change-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
}

.todolist__change-view button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}

.todolist__change-view button span {
  font-size: 24px;
  line-height: 0.5;
  margin: 0 -6px;
}

.todolist__change-view button span::before {
  color: #3f8cff;
}

.todolist__nav.nav {
  border: 1px solid #e2e4e9;
  border-radius: 6px;
  gap: 0;
}

.todolist__nav.nav .nav-item__link {
  display: inline-block;
  min-width: 70px;
  max-height: 40px;
  padding: 10px;
  text-align: center;
  color: #bdbdbd;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.todolist__nav.nav .nav-item__link.active {
  color: #ffffff;
  background-color: #3f8cff;
  -webkit-box-shadow: 0 0 0 1px #3f8cff;
          box-shadow: 0 0 0 1px #3f8cff;
}

.todolist__nav.nav .nav-item__link.active:hover {
  background-color: #61a0ff;
}

.todolist__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.todolist__body {
  min-height: 465px;
}

.tooltip-style {
  display: none;
  background: #ffffff;
  max-width: 400px;
  position: absolute;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(33, 33, 35, 0.1);
          box-shadow: 0px 0px 10px 2px rgba(33, 33, 35, 0.1);
  padding: 15px 15px 1px 19px;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-title {
  font-size: 20px;
  line-height: 50px;
}

.fc .fc-toolbar-title::first-letter,
.fc .fc-col-header-cell-cushion::first-letter {
  text-transform: uppercase;
}

.fc .fc-view {
  padding: 0 25px 25px;
}

.fc .fc-view .fc-col-header .fc-col-header-cell > div {
  padding: 8px 0;
  font-weight: 600;
}

.fc .fc-view table .fc-col-header-cell a:not(.fc-more-link),
.fc .fc-view table .fc-daygrid-day a:not(.fc-more-link) {
  color: #212123;
}

.fc .fc-view table .fc-col-header-cell.fc-day-today a.fc-col-header-cell-cushion,
.fc .fc-view table .fc-col-header-cell.fc-day-today a.fc-daygrid-day-number,
.fc .fc-view table .fc-daygrid-day.fc-day-today a.fc-col-header-cell-cushion,
.fc .fc-view table .fc-daygrid-day.fc-day-today a.fc-daygrid-day-number {
  color: #fb4e4e;
}

.fc .fc-view table .fc-daygrid-day-frame {
  min-height: 5.5em;
}

.fc .fc-view table .fc-day-today {
  background-color: transparent;
}

.fc .fc-view table .fc-daygrid-day-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fc-popover {
  max-width: 230px;
  overflow-y: auto;
}

.fc-popover-body {
  max-height: 200px;
}

.fc-popover-body .fc-daygrid-event-harness,
.fc-daygrid-event-harness {
  padding: 5px;
  padding-bottom: 0;
  cursor: pointer;
}

.fc-popover-body .fc-daygrid-event-harness .fc-daygrid-event,
.fc-daygrid-event-harness .fc-daygrid-event {
  padding: 2px 8px;
  font-size: 14px;
  border-radius: 4px;
}

.fc-popover-body .fc-daygrid-event-harness .fc-event,
.fc-daygrid-event-harness .fc-event {
  background-color: #fb4e4e;
  border: 1px solid #fedcdc;
}

.fc-popover-body .fc-daygrid-event-harness .fc-event.fc-event-finished,
.fc-daygrid-event-harness .fc-event.fc-event-finished {
  background-color: #3ad0ae;
  border: 1px solid #d8f6ef;
}

.fc-more-link {
  color: #ffffff;
  background-color: #3f8cff;
  padding: 3px 5px;
  border-radius: 4px;
}

.fc-more-link:hover {
  color: #ffffff;
  background-color: #61a0ff;
}

.fc-quarter {
  padding: 0 25px;
}

.fc-quarter .fc-view.fc-daygrid {
  padding: 0;
  padding-bottom: 25px;
}

.fc-quarter .fc-view.fc-daygrid .fc-daygrid-day-frame {
  min-height: 3em;
}

.my-info h5 {
  text-transform: capitalize;
}

.my-info .objectives,
.my-info .groups {
  height: 100%;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.my-info .objectives .objectives__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 12px 30px;
  border-bottom: 1px solid #d1d0d5;
}

.my-info .objectives .objectives__body {
  padding: 0 30px;
}

.my-info .objectives .objectives__body h5 {
  text-transform: none;
}

.my-info .objectives .percent-progress {
  min-width: 40px;
}

@media (max-width: 991px) {
  .my-info .groups {
    margin-top: 20px;
  }
}

.my-info .groups .groups__header {
  padding: 19px 30px;
  border-bottom: 1px solid #d1d0d5;
}

.my-info .groups .groups__body {
  padding: 0 30px;
}

.my-info .groups .groups__body .group-list .group-item {
  padding: 20px 0;
}

.my-info .groups .groups__body .group-list .group-item .group-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  padding-bottom: 16px;
}

.my-info .groups .groups__body .group-list .group-item .group-item__top a {
  color: #6a5cd0;
  font-weight: 600;
}

.my-info .groups .groups__body .group-list .group-item .group-item__top a:hover {
  color: #8577ee;
}

.my-info .groups .groups__body .group-list .group-item .group-item__top .group-item__avatar {
  height: 40px;
  width: 40px;
  min-width: 40px;
}

.my-info .groups .groups__body .group-list .group-item .group-item__top .group-item__avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.my-info .groups .groups__body .group-list .group-item .group-item__top .group-item__completion span:first-of-type {
  padding-left: 5px;
}

.my-info .groups .groups__body .group-list .group-item .group-item__top .group-item__completion .slash {
  padding: 0 3px;
}

.my-info .groups .groups__body .group-list .group-item .group-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1439px) {
  .my-info .groups .groups__body .group-list .group-item .group-item__label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 991px) {
  .my-info .groups .groups__body .group-list .group-item .group-item__label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.my-info .groups .groups__body .group-list .group-item .group-item__label .label-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}

@media (max-width: 1439px) {
  .my-info .groups .groups__body .group-list .group-item .group-item__label .label-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 76%;
            flex: 0 0 76%;
  }
}

@media (max-width: 991px) {
  .my-info .groups .groups__body .group-list .group-item .group-item__label .label-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (max-width: 1439px) {
  .my-info .groups .groups__body .group-list .group-item .group-item__label .label-group .label {
    width: 100%;
    font-size: 12px;
    line-height: 1.8;
  }
}

@media (max-width: 991px) {
  .my-info .groups .groups__body .group-list .group-item .group-item__label .label-group .label {
    width: auto;
  }
}

.my-info .groups .groups__body .group-list .group-item:not(:last-of-type) {
  border-bottom: 1px solid #e2e4e9;
}

.timeline__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 12px 30px;
  border-bottom: 1px solid #d1d0d5;
}

.timeline__body {
  padding: 40px 18px 40px 90px;
}

.timeline__wrapper {
  position: relative;
}

.timeline__wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid #e2e4e9;
}

.timeline__section {
  position: relative;
  padding: 40px 0;
}

.timeline__section:first-of-type {
  padding-top: 8px;
}

.timeline__section:last-of-type {
  padding-bottom: 8px;
}

.timeline__section:not(:last-of-type):before {
  content: '';
  position: absolute;
  left: 90px;
  bottom: 0;
  width: calc(100% - 102px);
  border-bottom: 1px solid #e2e4e9;
}

.timeline__section:after {
  height: 12px;
  width: 12px;
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #3f8cff;
  -webkit-box-shadow: 0 0 0 5px #ecf3ff;
          box-shadow: 0 0 0 5px #ecf3ff;
}

.timeline__datetime {
  position: absolute;
  left: -80px;
  top: -25px;
  text-align: center;
  width: 70px;
}

.timeline__month {
  color: #6b6c7f;
}

.timeline__date {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #212123;
}

.timeline__content {
  padding-left: 20px;
}

.timeline-container {
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  position: relative;
  padding: 12px 12px 16px;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.timeline-item__avatar {
  height: 44px;
  width: 44px;
  min-width: 44px;
  position: relative;
}

.timeline-item__avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.timeline-item__wrapper {
  width: 100%;
}

.timeline-item__author {
  color: #6a5cd0;
  font-weight: 600;
}

.timeline-item__widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  padding-top: 2px;
  color: #6b6c7f;
}

.timeline-item a:not(.timeline-item__author) {
  color: #212123;
}

.timeline-item .reaction-button {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 30px;
  bottom: -15px;
  z-index: 2;
  background-color: #f4f5f7;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.timeline-item .reaction-button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  color: #6b6c7f;
  border: 1px solid #f4f5f7;
}

.timeline-item .reaction-button button span:before {
  color: #6b6c7f;
}

.timeline-item .reaction-button .list-reaction-icon {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.timeline-item:hover {
  background-color: #f4f5f7;
}

.timeline-item:hover .reaction-button {
  opacity: 1;
  visibility: visible;
}

.timeline-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 1;
}

.timeline-action span:before {
  color: #ffffff;
}

.timeline-action--add {
  background-color: #3ad0ae;
  font-size: 13px;
}

.timeline-action--edit {
  background-color: #f7b100;
  font-size: 12px;
}

.timeline-action--delete {
  background-color: #fb4e4e;
  font-size: 14px;
}

.reaction-users {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-top: 5px;
}

.reaction-users__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  border: 1px solid #d1d0d5;
  padding: 2px 5px;
}

.reaction-users__button img {
  width: 25px;
}

.manage-request {
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.manage-request__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 12px 30px;
  border-bottom: 1px solid #d1d0d5;
}

.manage-request__nav {
  height: 50px;
}

.manage-request__body {
  padding: 12px 30px;
}

.manage-request__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  padding-top: 30px;
}

.manage-request__widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 30px 0 22px 0;
}

.manage-request__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}

.manage-request .table-list tr:hover .button-group {
  opacity: 1;
  visibility: visible;
}

.manage-request .table-list .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.manage-request .table-list .button-group button {
  font-size: 24px;
  padding: 4px 6px;
}

.manage-request .table-list__size {
  min-width: 845px !important;
}

.manage-request .btn-timeframe {
  min-width: 220px;
}

.manage-request-table .table-responsive .table-list tr th {
  color: #6b6c7f;
  background-color: #f4f5f7;
}

.manage-request-table .table-responsive .table-list tr th:after {
  display: inline-block;
  font-family: "icomoon";
  margin-left: 6px;
}

.manage-request-table .table-responsive .table-list tr th.sorting:after {
  content: "\E903";
  font-size: 10px;
}

.manage-request-table .table-responsive .table-list tr th.sorting_desc:after {
  content: "\E904";
  font-size: 9px;
}

.manage-request-table .table-responsive .table-list tr th.sorting_asc:after {
  content: "\E904";
  font-size: 9px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.manage-request-table .table-responsive .table-list tr th:not(.sorting_disabled) {
  cursor: pointer;
}

#modal-add-message .add-receivers .toggle__wrapper,
#modal-add-message .edit-receivers .toggle__wrapper,
#modal-edit-message .add-receivers .toggle__wrapper,
#modal-edit-message .edit-receivers .toggle__wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#modal-add-message .add-receivers .toggle__wrapper .form__label,
#modal-add-message .edit-receivers .toggle__wrapper .form__label,
#modal-edit-message .add-receivers .toggle__wrapper .form__label,
#modal-edit-message .edit-receivers .toggle__wrapper .form__label {
  width: auto;
}

#modal-add-message .add-receivers .toggle__slider::before,
#modal-add-message .edit-receivers .toggle__slider::before,
#modal-edit-message .add-receivers .toggle__slider::before,
#modal-edit-message .edit-receivers .toggle__slider::before {
  left: 0;
}

#modal-add-message #add-new-message,
#modal-edit-message #add-new-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#modal-add-message #add-new-message i,
#modal-edit-message #add-new-message i {
  font-size: 14px;
  margin-right: 9px;
}

.message-content span {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}

.users-management {
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.users-management__header {
  padding: 12px 30px;
  border-bottom: 1px solid #d1d0d5;
}

.users-management__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  padding: 12px 30px;
}

.users-management__widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 12px 30px;
}

.users-management__widget .input-container {
  height: 40px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f5f7;
  border: 1px solid #f4f5f7;
  border-radius: 6px;
  max-width: 300px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.users-management__widget .input-container:focus-within {
  border: 1px solid #3f8cff;
}

.users-management__widget .input-container .icon-search {
  margin-left: 10px;
}

.users-management__widget .input-container .icon-search:before {
  font-size: 14px;
}

.users-management__widget .input-container input {
  background-color: #f4f5f7;
  border: none;
  font-family: "Nunito-Sans", sans-serif !important;
  font-size: 14px;
  outline: none;
  padding-left: 12px;
}

.users-management__widget .input-container input::-webkit-input-placeholder {
  color: #888994;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.users-management__widget .input-container input::-moz-placeholder {
  color: #888994;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.users-management__widget .input-container input::-ms-input-placeholder {
  color: #888994;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.users-management__widget .input-container input::placeholder {
  color: #888994;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.users-management__widget .input-container input:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.users-management__body {
  padding: 12px 30px;
}

.users-management__body .list-user {
  min-width: 1150px;
  border: 1px solid #e2e4e9;
  border-radius: 6px;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
}

.users-management__body .list-user tr th,
.users-management__body .list-user tr td {
  padding: 14px 10px;
  text-transform: capitalize;
}

.users-management__body .list-user tr th:first-of-type,
.users-management__body .list-user tr th:last-of-type,
.users-management__body .list-user tr td:first-of-type,
.users-management__body .list-user tr td:last-of-type {
  text-align: center;
}

.users-management__body .list-user tr th {
  color: #6b6c7f;
  background-color: #f4f5f7;
  white-space: nowrap;
}

.users-management__body .list-user tr td a:hover {
  text-decoration: underline;
}

.users-management__body .list-user tr td.email {
  word-break: break-all;
}

.users-management__body .list-user tr:not(:last-of-type) th,
.users-management__body .list-user tr:not(:last-of-type) td {
  border-bottom: 1px solid #e2e4e9;
}

.users-management__body .table-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  padding: 15px 0 20px;
}

.bootstrap-tagsinput {
  width: 100%;
}

.bootstrap-tagsinput .tag {
  background-color: #626264;
  padding-top: 1px;
  padding-bottom: 1px;
  white-space: nowrap;
}

.emails-error {
  background-color: red !important;
}

.bootstrap-tagsinput input {
  width: 100% !important;
}

.table-list {
  width: 100% !important;
  min-width: 1150px;
  border: 1px solid #e2e4e9;
  border-radius: 6px;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
}

.table-list .header-motivator-stat-table {
  display: none;
}

.table-list tr:not(:last-of-type) td {
  border-bottom: 1px solid #e2e4e9;
}

.table-list th,
.table-list td {
  padding: 14px 6px;
}

.table-list th {
  font-size: 13px;
  color: #6b6c7f;
  background-color: #f4f5f7;
  border-bottom: 1px solid #e2e4e9;
  text-transform: capitalize;
}

.table-list th:after {
  display: inline-block;
  font-family: "icomoon";
  margin-left: 6px;
}

.table-list th.sorting:after {
  content: "\E903";
  font-size: 10px;
}

.table-list th.sorting_desc:after {
  content: "\E904";
  font-size: 9px;
}

.table-list th.sorting_asc:after {
  content: "\E904";
  font-size: 9px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.table-list th.sorting,
.table-list th.sorting_asc,
.table-list th.sorting_desc {
  cursor: pointer;
}

.table-list a {
  color: #6a5cd0;
}

.table-list a:hover {
  text-decoration: underline;
}

.table-list button {
  line-height: 0.5;
  padding: 10px;
}

.table-list button span:before {
  color: #ffffff;
}

.table-list .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

.table-list .user-info img {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
}

.table-list .user-info-motivator-stat img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
}

.table-list::-webkit-scrollbar {
  width: 0;
  height: 6px;
  background-color: transparent;
}

.table-list::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}

.table-list--small {
  min-width: 750px;
}

.table-list--medium {
  min-width: 1250px;
}

.table-list--large {
  min-width: 1400px;
}

.table-list--borderless {
  border: none;
}

.table-list--fit-content {
  min-width: auto;
}

.table-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  padding: 15px 0 20px;
}

.table-pagination .pagination {
  margin-bottom: 0;
}

.nav {
  height: 100%;
}

.nav__item:not(:last-child) {
  margin-right: 32px;
}

@media (max-width: 1199px) {
  .nav__item:not(:last-child) {
    margin-right: 16px;
  }
}

.nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid transparent;
  color: #b0b0bb;
  font-weight: 700;
  font-size: calc(13px * var(--ratio));
  height: 100%;
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
}

.nav__link.active,
.nav__link:hover {
  color: #212123;
  border-bottom: 3px solid #3f8cff;
}

.avatar {
  border-radius: 50%;
}

.avatar--xs {
  height: 32px;
  width: 32px;
  min-width: 32px;
}

.avatar--sm {
  height: 38px;
  width: 38px;
  min-width: 38px;
}

.avatar--md {
  height: 44px;
  width: 44px;
  min-width: 44px;
}

.avatar--lg {
  height: 50px;
  width: 50px;
  min-width: 50px;
}

.avatar--xl {
  height: 100px;
  width: 100px;
  min-width: 100px;
}

.profile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  font-size: 15px;
}

.profile__row--light {
  padding: 8px 16px;
  margin-bottom: 8px;
  border-radius: 4px;
}

.profile__row--light:nth-child(odd) {
  background-color: #f4f5f7;
}

.profile__status {
  font-weight: bold;
}

.profile__status--active {
  color: #3f8cff;
}

.profile__status--block {
  color: #fb4e4e;
}

.profile__link-group:hover {
  text-decoration: underline;
}

.profile__label {
  display: inline-block;
  width: 160px;
  min-width: 160px;
  color: #6b6c7f;
  text-transform: capitalize;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .profile__label {
    width: 120px;
    min-width: 120px;
  }
}

.auth-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/images/bg-3.jpg?6ecf79dbb9a59248510d64773993254e) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  margin-top: 70px;
  padding-bottom: 24px;
}

.auth-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 380px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
  -webkit-box-shadow: 0 4px 32px 8px rgba(18, 51, 135, 0.05);
          box-shadow: 0 4px 32px 8px rgba(18, 51, 135, 0.05);
  overflow: hidden;
}

.auth-content .reset-password {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.auth-content .reset-password span {
  font-size: 64px;
}

.auth-content .reset-password span::before {
  color: #6b6c7f;
}

.auth-content .reset-password p {
  font-size: 16px;
}

.auth-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-header.collapsed .card-arrow {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.card-arrow {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

.logo__link:hover {
  color: #000;
}

.logo__text {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 600;
  margin-left: 0.25rem;
  margin-bottom: -0.5rem;
}

.accordion-faqs {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 7px #dbdbdb;
          box-shadow: 0px 1px 7px #dbdbdb;
  margin-bottom: 24px;
}

.accordion-faqs .head-faqs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #563e6e;
  padding: 20px 30px;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.accordion-faqs .head-faqs {
  text-transform: uppercase;
}

.accordion-faqs .arrow {
  color: #563e6e;
  font-size: 25px;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  opacity: 0.6;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-faqs .head-faqs:hover .arrow {
  opacity: 1;
}

.accordion-faqs .head-faqs:hover,
.accordion-faqs .active {
  background-color: #d9e8ff;
}

.accordion-faqs .arrow-animate {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 1;
}

.accordion-faqs .content-faqs {
  display: none;
  padding: 20px 30px;
  color: #333333;
}

.motivator-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.motivator-header > div {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}

.motivator-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -6px;
  margin-right: -6px;
  padding-bottom: 12px;
}

.motivator-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-left: 6px;
  padding-right: 6px;
}

.motivator-item:first-of-type .motivator-wrapper {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.motivator-item:last-of-type .motivator-wrapper {
  -webkit-transform-origin: right;
          transform-origin: right;
}

.motivator-container {
  position: relative;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.motivator-container:not(.motivator-container--disable-widget):hover .motivator-wrapper:not(.motivator-wrapper--expanded) ~ .motivator-widget {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.motivator-wrapper {
  position: relative;
  z-index: 1;
  border: 1px solid #d1d0d5;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.motivator-wrapper--expanded {
  -webkit-transform: scale(3.25);
          transform: scale(3.25);
  z-index: 2;
}

.motivator-text {
  position: absolute;
  width: 70%;
  bottom: 14%;
  left: 15%;
  text-align: center;
  pointer-events: none;
}

.motivator-text p {
  font-size: 110%;
}

.motivator-variability {
  position: absolute;
  z-index: 1;
  top: -6px;
  right: -6px;
  border-radius: 2px;
  color: #ffffff;
  line-height: 0.5;
  padding: 2px;
}

.motivator-variability--up {
  background-color: #3ad0ae;
}

.motivator-variability--down {
  background-color: #fb4e4e;
}

.motivator-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  border: 1px solid #d1d0d5;
  border-top: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-top: 4px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.motivator-widget > .action-satisfaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.motivator-action {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background-color: transparent;
  outline: none;
  line-height: 0.5;
  padding: 6px 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.motivator-action:hover {
  background-color: #f4f5f7;
}

.motivator-chart-lables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.motivator-chart-lables-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  white-space: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 15px;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .motivator-chart-lables-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 767px) {
  .motivator-chart-lables-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .motivator-chart-lables-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.motivator-chart-lables-item > span {
  height: 4px;
  min-width: 50px;
  display: inline-block;
  position: relative;
}

.motivator-chart-lables-item > span > i.dot {
  height: 8px;
  width: 8px;
  content: '';
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 44%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.motivator-chart-lables:hover {
  cursor: pointer;
}

@media (min-width: 1440px) {
  .motivator-chart-lables {
    padding-left: 150px;
  }
}

@media (min-width: 992px) {
  .motivator-chart-lables {
    padding-left: 80px;
  }
}

@media (max-width: 767px) {
  .motivator-chart-lables {
    padding-left: 50px;
  }
}

.text-decoration-line-through {
  text-decoration: line-through;
}

#icon-status-tracking {
  font-size: 50px;
}

#icon-status-tracking-stat {
  font-size: 80px;
}

#text-status-tracking {
  font-size: 18px;
  font-weight: bolder;
}

.text-excellent {
  color: #007BFF;
}

.help-icon {
  font-size: 20px !important;
  color: #007BFF;
}

.input-group-text,
.custom-select {
  font-size: 14px;
  font-weight: 600;
}

.chart-item__header {
  font-size: 18px;
}

.top-motivator {
  width: 64%;
  height: 190px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-motivator__title {
  padding: 5px;
}

.top-motivator__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
}

.top-motivator__list > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
}

.top-motivator__list-thumbnail {
  width: 40%;
}

.top-motivator__list-thumbnail > * {
  border-radius: 0;
}

.top-motivator__list-description {
  padding: 5px;
  width: 60%;
}

.top-motivator__list-description > p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
}

@media (max-width: 1680px) {
  .top-motivator__list-description > p {
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 1439px) {
  .top-motivator {
    height: 150px;
  }

  .top-motivator__list-description > p {
    -webkit-line-clamp: 1;
  }
}

.tracking-satisfaction {
  width: 35%;
  height: 190px;
  padding: 8px;
  padding: 10px;
}

.tracking-satisfaction > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
}

.tracking-satisfaction__tracking {
  font-size: 20px;
}

@media (max-width: 1439px) {
  .tracking-satisfaction {
    height: 150px;
  }
}

.toggle {
  position: relative;
  display: inline-block;
  width: calc(var(--toggle-size) * 2 + var(--toggle-spacing) * 2);
  height: calc(var(--toggle-size) + var(--toggle-spacing) * 2);
  margin-bottom: 0;
}

.toggle input {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.toggle input:checked + .toggle__slider {
  background-color: #3f8cff;
}

.toggle input:focus + .toggle__slider {
  -webkit-box-shadow: 0 0 1px #3f8cff;
          box-shadow: 0 0 1px #3f8cff;
}

.toggle input:checked + .toggle__slider::before {
  -webkit-transform: translateX(var(--toggle-size));
          transform: translateX(var(--toggle-size));
}

.toggle input:checked ~ .toggle__icon {
  -webkit-transform: translateX(var(--toggle-size));
          transform: translateX(var(--toggle-size));
}

.toggle__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.toggle__label {
  font-weight: 700;
}

.toggle__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  content: "";
  height: var(--toggle-size);
  width: var(--toggle-size);
  left: var(--toggle-spacing);
  bottom: var(--toggle-spacing);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.toggle__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e2e4e9;
  border-radius: calc(var(--toggle-size) + var(--toggle-spacing) * 2);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.toggle__slider::before {
  position: absolute;
  content: "";
  height: var(--toggle-size);
  width: var(--toggle-size);
  left: var(--toggle-spacing);
  bottom: var(--toggle-spacing);
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.quarter__section__old .quarter__container:nth-child(2) .quarter__item__icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.quarter__section__old .quarter__container:nth-child(3) .quarter__item__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.quarter__section__old .quarter__container:nth-child(4) .quarter__item__icon {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.quarter__section .quarter__container:nth-child(1) .quarter:nth-child(3) .quarter__item__icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.quarter__section .quarter__container:nth-child(2) .quarter:nth-child(2) .quarter__item__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.quarter__section .quarter__container:nth-child(2) .quarter:nth-child(3) .quarter__item__icon {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.quarter__section .quarter__container:nth-child(2) .quarter__half_year .quarter__item__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.quarter__section .quarter__container .quarter {
  padding: 14px 6px;
}

.quarter__section .quarter__container .quarter__half_year {
  padding: 14px 6px;
  border-bottom: 1px solid #E2E4E9;
}

.quarter__section .quarter__container .quarter__half_year .quarter__item__name span {
  color: #6A5CD0;
}

.quarter__section .quarter__container .quarter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.quarter__section .quarter__container .quarter__item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  font-size: 13px;
}

.quarter__section .quarter__container .quarter__item__icon {
  height: 22px;
}

.button--orange .icon-calendar:before {
  color: white;
}

.group-quarter {
  width: 50%;
  max-width: 600px;
}

@media (max-width: 991px) {
  .group-quarter {
    width: 100%;
  }
}

.group-quarter__wrapper {
  border: 1px solid #e2e4e9;
}

@media (max-width: 991px) {
  .group-quarter__wrapper {
    border-radius: 6px;
    margin-bottom: 16px;
  }
}

.group-quarter__header {
  border-bottom: 1px solid #e2e4e9;
  padding: 1.2rem 1rem;
}

.group-quarter__header .half-year {
  color: #6a5cd0;
  font-weight: 700;
  line-height: calc(22/16);
  margin: 0 12px 0 8px;
}

.group-quarter__header .date-range {
  color: #6b6c7f;
  font-size: 14px;
}

.group-quarter__label {
  font-weight: 700;
}

.group-quarter__text {
  line-height: 1.5rem;
  margin-left: 8px;
}

@media (max-width: 991px) {
  .group-quarter__text {
    margin-left: 4px;
  }
}

.group-quarter__body {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem 0;
}

@media (max-width: 991px) {
  .group-quarter__body {
    padding: 0.5rem;
  }
}

.group-quarter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.group-quarter__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  gap: 0 0.5rem;
}

.group-quarter--left {
  border-radius: 6px 0 0 6px;
}

@media (max-width: 991px) {
  .group-quarter--left {
    border-right-width: 1px;
    border-radius: 6px;
  }
}

.group-quarter--right {
  border-radius: 0 6px 6px 0;
}

@media (max-width: 991px) {
  .group-quarter--right {
    border-radius: 6px;
  }
}

.select-year {
  max-width: 470px;
}

.input-timeframe-date input {
  width: 150px;
}

.schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  margin: 0;
  width: 100%;
}

@media (max-width: 991px) {
  .schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .schedule__input {
    max-width: 280px;
  }
}

@media (max-width: 991px) {
  .schedule--display-desktop {
    display: none;
  }
}

@media (min-width: 992px) {
  .schedule--display-mobile {
    display: none;
  }
}

.schedule__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .schedule__item {
    width: 100%;
    max-width: 280px;
  }
}

.schedule__item:nth-child(1) .schedule__icon {
  border: 10px solid #3f8cff;
  color: #3f8cff;
}

.schedule__item:nth-child(2) .schedule__icon {
  border: 10px solid #fb4e4e;
  color: #fb4e4e;
}

.schedule__item:nth-child(3) .schedule__icon {
  border: 10px solid #b06eee;
  color: #b06eee;
}

.schedule__item:nth-child(4) .schedule__icon {
  border: 10px solid #FE759E;
  color: #FE759E;
}

.schedule__item:nth-child(5) .schedule__icon {
  border: 10px solid #f7b100;
  color: #f7b100;
}

.schedule__item:last-child .schedule__tooltip {
  left: -10px;
}

.schedule__icon {
  height: 108px;
  width: 108px;
  border: 10px solid #3f8cff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.schedule__icon .icon-start,
.schedule__icon .icon-stop,
.schedule__icon .icon-edit2,
.schedule__icon .icon-love,
.schedule__icon .icon-upload {
  line-height: 88px;
}

.schedule__icon .icon-start:before,
.schedule__icon .icon-stop:before,
.schedule__icon .icon-edit2:before,
.schedule__icon .icon-love:before,
.schedule__icon .icon-upload:before {
  font-size: 46px;
  color: inherit;
}

.schedule__icon:hover > .schedule__tooltip {
  display: block;
}

.schedule__tooltip {
  height: 110px;
  width: 200px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  z-index: 10;
  display: none;
  -webkit-box-shadow: 4px 12px 24px rgba(0, 0, 0, 0.24);
          box-shadow: 4px 12px 24px rgba(0, 0, 0, 0.24);
  border-radius: 6px;
  background: #ffffff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.schedule__tooltip .tooltip__header {
  font-size: 14px;
  color: #212123;
  font-weight: bold;
  text-align: left;
  padding: 10px;
  margin: 0;
}

.schedule__tooltip .tooltip__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 8px;
}

.schedule__tooltip .tooltip__label {
  font-size: 12px;
  color: #b0b0bb;
  font-weight: 600;
  margin-right: 1px;
}

.schedule__tooltip .tooltip__value {
  font-size: 12px;
  color: #212123;
  font-weight: 600;
}

.schedule__label {
  margin: 24px 0 12px 0;
  text-align: center;
}

.schedule__label span {
  font-size: 20px;
  font-weight: 700;
  color: #212123;
  text-overflow: ellipsis;
  white-space: normal;
}

.schedule .error-input {
  position: absolute;
  color: #fb4e4e;
  top: calc(100% + 6px);
  text-overflow: ellipsis;
  padding: 1px;
  overflow: hidden;
  max-height: 45px;
}

.schedule .error-input p {
  text-align: left;
}

.schedule .show-date {
  color: #6b6c7f;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.0025em;
}

.schedule__input {
  width: 100%;
  text-align: center;
}

.show-schedule {
  padding: 40px;
}

.introduction {
  margin: 60px 0 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.introduction__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  color: #888994;
}

.introduction__icon .icon-faq:before {
  font-size: 20px;
  color: #888994;
}

.input-date-container-sm input {
  padding: 0px 13px;
}

.schedule-timeline {
  white-space: nowrap;
  background: #ffffff;
  color: #fff;
  margin-bottom: 20px;
}

.schedule-timeline ol {
  font-size: 0;
  padding: 90px 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.schedule-timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 9%;
  height: 3px;
  background: #1b92f9;
}

.schedule-timeline ol li:last-child {
  width: 280px;
}

.schedule-timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.schedule-timeline ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #f45b69;
}

.schedule-timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 222px;
  padding: 5px;
  font-size: 1rem;
  white-space: normal;
  color: #ffffff;
  background: #3f8cff;
}

.schedule-timeline ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.schedule-timeline ol li:nth-child(odd) div {
  top: -16px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.schedule-timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: #3f8cff transparent transparent transparent;
}

.schedule-timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.schedule-timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #3f8cff;
}

.schedule-timeline time {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}

ol {
  margin-bottom: 0rem;
}

.btn-schedule {
  margin: 7px;
  float: right;
  border: none;
}

.select2-results__group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select2-results__group .label-groups {
  width: 80%;
}

.select2-results__group .label-groups .icon-right {
  font-size: 10px;
  display: inline-block;
}

.select2-results__group .label-groups .icon-right:before {
  color: black;
}

.select2-results__group .label-groups .icon-right.down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#schedule-block {
  overflow-x: auto;
}

::-webkit-scrollbar {
  height: 8px;
}

.schedule-action {
  position: absolute;
  right: 40px;
}

@media only screen and (max-width: 767px) {
  .schedule-timeline ol li {
    width: 9%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .schedule-timeline ol li {
    width: 15%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .schedule-timeline ol li {
    width: 13%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .schedule-timeline ol li {
    width: 13%;
  }
}

@media screen and (min-width: 1400px) and (max-width: 2100px) {
  .schedule-timeline ol li {
    width: 9.3%;
  }
}

@media screen and (min-width: 2100px) {
  .schedule-timeline ol li {
    width: 11%;
  }
}

.review_group {
  background-color: #fff;
  margin-bottom: 40px;
}

.review_group__title {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 30px;
}

.review_group__body {
  padding: 12px 30px;
}

.review_group__table th,
.review_group__table td {
  text-align: center;
}

.review_group__table img.group_icon {
  max-height: 24px;
  margin-right: 20px;
}

.review_group__table .group_name {
  color: #6A5CD0;
  text-align: start;
}

.review_group__table .group_detail {
  text-align: center;
}

.review_group__table .group_detail__icon {
  padding: 10px;
  background: #3F8CFF;
  border-radius: 6px;
  color: white;
  font-size: 15px;
}

.roles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.roles .role-card {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.roles .role-card__permissions {
  grid-template-columns: repeat(2, auto);
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 1rem;
  border: 1px solid #3f8cff;
  border-radius: 0.5rem;
  padding: 1.5rem 1rem 1rem;
  margin-top: 1.5rem;
}

@media (min-width: 1200px) {
  .roles .role-card__permissions {
    grid-template-columns: repeat(2, auto);
  }
}

.roles .role-card__label {
  position: absolute;
  left: 0.75rem;
  font-weight: 700;
  background-color: #ffffff;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-container {
  background: #f4f5f7;
}

.page-container .page-content {
  min-height: calc(100vh - 70px - 90px);
  margin-left: 260px;
  margin-top: 70px;
  padding: 30px;
}

@media (max-width: 1199px) {
  .page-container .page-content {
    margin-left: 72px;
  }
}

.page-container .page-content.sidebar-collapse {
  margin-left: 72px;
}

.page-container .okr-group-detail {
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.page-container .okr-group-detail__nav.full-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.page-container .okr-group-detail__nav.full-size li {
  width: 30%;
}

.page-container .okr-group-detail .btn-export-data .icon-download {
  margin-right: 6px;
}

.page-container .okr-group-detail .btn-export-data .icon-download::before {
  font-size: 24px;
  color: #3f8cff;
}

.page-container .okr-group-detail .disable-link {
  pointer-events: none;
}

.name-group a:hover {
  text-decoration: underline !important;
}

.objective-overview {
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
}

@media (max-width: 991px) {
  .objective-overview {
    padding: 10px 15px;
  }
}

.objective-overview .owner-name {
  color: #6a5cd0;
  font-family: "Nunito-Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.objective-overview__calculate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}

.objective-overview__calculate .calculate-point {
  color: #6b6c7f;
  margin-right: 8px;
}

.objective-overview .chart-name {
  margin-top: 8px;
  text-align: center;
}

.objective-link {
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}

.objective-link__header {
  padding: 20px 30px;
}

@media (max-width: 991px) {
  .objective-link__header {
    padding: 10px 15px;
  }
}

.objective-link__body {
  padding: 20px 30px;
}

@media (max-width: 991px) {
  .objective-link__body {
    padding: 10px 15px;
  }
}

.objective-link__list {
  border-top: 1px solid #d1d0d5;
  margin: 0;
  padding: 0 30px;
}

@media (max-width: 991px) {
  .objective-link__list {
    padding: 0 15px;
  }
}

.objective-link__key-result {
  max-width: 30%;
}

.objective-link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  border-bottom: 1px solid #e2e4e9;
  padding: 20px 0;
}

@media (max-width: 991px) {
  .objective-link__item {
    padding: 10px;
  }
}

.objective-link__item .objective-link__widget {
  word-break: break-word;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.objective-link__item > div:not(.objective-link__widget) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.objective-link .icon-my-group {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .objective-link .icon-my-group {
    margin-right: 5px;
  }
}

.objective-link .icon-my-group::before {
  font-size: 24px;
  color: #6b6c7f;
}

.objective-link__link {
  color: #6a5cd0;
  line-height: 21px;
}

.objective-link__text {
  color: #212123;
}

.objective-link .icon-double-arrow {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .objective-link .icon-double-arrow {
    margin-right: 10px;
  }
}

.objective-link .icon-double-arrow::before {
  font-size: 24px;
  color: #b0b0bb;
}

.objective-link .icon-objective {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .objective-link .icon-objective {
    margin-right: 5px;
  }
}

.objective-link .icon-objective::before {
  font-size: 24px;
  color: #6b6c7f;
}

.objective-link .icon-keys {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .objective-link .icon-keys {
    margin-right: 5px;
  }
}

.objective-link .icon-keys::before {
  font-size: 24px;
  color: #6b6c7f;
}

.objective-link .icon-check::before {
  font-size: 24px;
  color: #3ad0ae;
}

.objective-link .icon-more {
  cursor: pointer;
}

.objective-link .icon-more::before {
  font-size: 24px;
  color: #6b6c7f;
}

.icon-check::before,
.icon-hourglass::before {
  font-size: 20px;
  color: #f7b100;
}

.objective-detail,
.key-results {
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}

.objective-detail__header,
.key-results__header {
  border-bottom: 1px solid #d1d0d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .objective-detail__header,
  .key-results__header {
    padding: 10px 15px;
  }
}

.objective-detail__header .label,
.key-results__header .label {
  margin-left: 12px;
}

.objective-detail__header .days-left,
.key-results__header .days-left {
  color: #6b6c7f;
  font-weight: 400;
  margin-left: 5px;
}

.objective-detail__body,
.key-results__body {
  padding: 20px 30px;
}

@media (max-width: 991px) {
  .objective-detail__body,
  .key-results__body {
    padding: 10px 15px;
  }
}

.objective-detail__info,
.key-results__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.objective-detail .objective-title,
.key-results .objective-title {
  color: #6a5cd0;
  margin-right: 10px;
  word-break: break-word;
}

.objective-detail .agreement__content .icon-argeed,
.key-results .agreement__content .icon-argeed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  background-color: #d8f6ef;
  color: #3ad0ae;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
}

.objective-detail .agreement__content .icon-argeed::before,
.key-results .agreement__content .icon-argeed::before {
  font-size: 28px;
  padding-right: 5px;
}

.objective-detail .inline__other-people,
.key-results .inline__other-people {
  position: relative;
  top: -47px;
  left: 82px;
}

.objective-detail .height__agreement,
.key-results .height__agreement {
  height: 40px;
}

.objective-detail .icon-check::before,
.key-results .icon-check::before {
  color: #3ad0ae;
  font-size: 24px;
}

.objective-detail__progress,
.key-results__progress {
  position: relative;
  width: 45%;
}

@media (min-width: 1440px) {
  .objective-detail__progress,
  .key-results__progress {
    width: 60%;
  }
}

.objective-detail__config,
.key-results__config {
  left: 0;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 300px;
  width: 100%;
}

.objective-detail__config .icon-settings,
.key-results__config .icon-settings {
  margin-right: 5px;
}

.objective-detail__config .icon-settings::before,
.key-results__config .icon-settings::before {
  font-size: 16px;
  color: #6a5cd0;
}

.objective-detail__config .objective-detail__link,
.key-results__config .objective-detail__link {
  color: #6a5cd0;
}

.objective-detail__config:hover .icon-settings::before,
.key-results__config:hover .icon-settings::before {
  color: #3f8cff;
}

.objective-detail__config:hover .objective-detail__link,
.key-results__config:hover .objective-detail__link {
  color: #3f8cff;
}

.objective-detail__percent-actual,
.key-results__percent-actual {
  left: 50%;
  position: absolute;
  top: calc(-100% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  vertical-align: bottom;
  white-space: nowrap;
}

.objective-detail__percent-actual .percent-actual,
.key-results__percent-actual .percent-actual {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.objective-detail__percent-actual .percent-estimate,
.key-results__percent-actual .percent-estimate {
  color: #6b6c7f;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.objective-detail__percent-actual .percent-estimate::before,
.key-results__percent-actual .percent-estimate::before {
  content: '/';
  margin: 0 5px;
}

.objective-detail__calculation,
.key-results__calculation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.objective-detail .form-calculator,
.objective-detail .form-weight,
.key-results .form-calculator,
.key-results .form-weight {
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  height: 32px;
  padding: 4px 6px;
  width: 60px;
}

.objective-detail .form-calculator:focus,
.objective-detail .form-weight:focus,
.key-results .form-calculator:focus,
.key-results .form-weight:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.objective-detail .form-weight,
.key-results .form-weight {
  max-width: 40px;
}

@media (min-width: 1440px) {
  .objective-detail .form-weight,
  .key-results .form-weight {
    max-width: 50px;
  }
}

.objective-detail__comment,
.key-results__comment {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.objective-detail__comment .icon-comment,
.key-results__comment .icon-comment {
  margin-right: 5px;
}

.objective-detail__comment .icon-comment::before,
.key-results__comment .icon-comment::before {
  font-size: 16px;
}

.objective-detail__comment .comments-control,
.key-results__comment .comments-control {
  color: #6a5cd0;
  white-space: nowrap;
}

.objective-detail__comment:hover .icon-comment::before,
.key-results__comment:hover .icon-comment::before {
  color: #3f8cff;
}

.objective-detail__comment:hover .comments-control,
.key-results__comment:hover .comments-control {
  color: #3f8cff;
}

.objective-detail__more,
.key-results__more {
  cursor: pointer;
}

.objective-detail__more .icon-more::before,
.key-results__more .icon-more::before {
  color: #6b6c7f;
  font-size: 24px;
}

.objective-detail__description,
.key-results__description {
  margin-top: 30px;
}

.objective-detail__comment-container,
.key-results__comment-container {
  margin: 20px 0;
}

@media (max-width: 991px) {
  .objective-detail__title {
    padding-bottom: 40px;
    margin-left: 5px;
  }
}

.key-results .btn-new-kr {
  margin-left: auto;
}

.key-results .btn-new-kr .icon-plus {
  margin-right: 4px;
}

.key-results .btn-new-kr .icon-plus::before {
  color: #ffffff;
  font-size: 14px;
}

.key-results__header {
  border: 0;
}

.key-results__body {
  margin: 0;
  padding-top: 0;
}

.key-results__body li:first-of-type {
  border-top: 1px solid #d1d0d5;
}

.key-results-item {
  padding: 20px 30px;
  border-bottom: 1px solid #e2e4e9;
}

.key-results-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.key-results-item__top .icon-keys {
  margin-right: 10px;
}

.key-results-item__top .icon-keys::before {
  color: #6b6c7f;
  font-size: 20px;
}

.key-results-item__title {
  color: #6a5cd0;
  font-weight: 600;
  margin-right: 8px;
  max-width: 60%;
  word-break: break-word;
}

.key-results-item__more {
  cursor: pointer;
  margin-left: auto;
}

.key-results-item__more .icon-more::before {
  color: #6b6c7f;
  font-size: 24px;
}

.key-results-item__calculation,
.key-results-item__description {
  margin-top: 25px;
  padding-left: 30px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.key-results-item__description .key-results__description {
  white-space: pre-line;
  word-break: break-word;
}

.key-results-item__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}

.key-results-item__widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}

.key-results-item__widget > .key-results-item__calculator .rectangle--percent {
  width: 115px;
  min-width: 115px;
}

.key-results-item__comment,
.key-results-item__todo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  cursor: pointer;
}

.key-results-item__comment .icon-comment::before {
  font-size: 16px;
}

.key-results-item__comment .comments-control {
  color: #6a5cd0;
  white-space: nowrap;
}

.key-results-item__comment:hover .icon-comment::before {
  color: #3f8cff;
}

.key-results-item__comment:hover .comments-control {
  color: #3f8cff;
}

.key-results-item__todo-list .icon-checkmark-border::before {
  font-size: 16px;
  color: #6a5cd0;
}

.key-results-item__todo-list .todo-list__text {
  color: #6a5cd0;
}

.key-results-item__todo-list:hover .icon-checkmark-border::before {
  color: #3f8cff;
}

.key-results-item__todo-list:hover .todo-list__text {
  color: #3f8cff;
}

.key-results-item__tasks {
  margin-top: 30px;
  padding-left: 30px;
}

.key-results-item__tasks .btn-add-new-task {
  margin-top: 20px;
  padding-left: 0;
}

.key-results-item__tasks .btn-add-new-task .icon-plus {
  margin-right: 5px;
}

.key-results-item__tasks .btn-add-new-task .icon-plus::before {
  color: #8577ee;
}

.key-results-item__tasks .task-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.key-results-item__tasks .task-item .form-checkbox {
  max-width: 70%;
}

.key-results-item__tasks .task-item .form-checkbox label {
  word-break: break-word;
}

.key-results-item__tasks .task-item .task-deadline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}

.key-results-item__tasks .task-item .task-deadline .icon-calendar {
  line-height: 0.5;
}

.key-results-item__tasks .task-item .task-deadline .icon-calendar::before {
  font-size: 1rem;
  color: #b0b0bb;
}

.key-results-item__tasks .task-item .task-deadline .deadline {
  color: #888994;
}

.key-results-item__comment-container {
  margin-top: 30px;
  padding-left: 30px;
}

.description__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.description__top .icon-edit {
  cursor: pointer;
  margin-left: 10px;
}

.description__top .icon-edit::before {
  font-size: 18px;
  color: #6b6c7f;
}

.description__content {
  margin-top: 15px;
  color: #6b6c7f;
}

.description__content .form-group {
  margin-bottom: 5px;
}

.description__content .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.comment-top {
  margin-bottom: 12px;
}

.comment-list {
  margin: 0;
  padding: 0;
}

.comment-list-item {
  display: none;
  border-bottom: 1px solid #e2e4e9;
  margin-top: 20px;
  padding-bottom: 15px;
}

.comment-list-item__avatar {
  height: 38px;
  width: 38px;
}

.comment-list-item__avatar img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.comment-list-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
}

@media (max-width: 991px) {
  .comment-list-item__content {
    margin-left: 10px;
  }
}

.comment-list-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-list-item__author {
  color: #6a5cd0;
  margin-right: 5px;
}

.comment-list-item__time {
  color: #6b6c7f;
}

.comment-list-item__action {
  cursor: pointer;
  margin-left: auto;
}

.comment-list-item__action .icon-more::before {
  color: #6b6c7f;
  font-size: 24px;
}

.comment-list-item .comment-text {
  margin-bottom: 0;
}

.comment-list-item:last-of-type {
  border: none;
  padding-bottom: 0;
}

.load-more-comment {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  line-height: 20px;
  width: 200px;
  margin-top: 5px;
}

.comment-action__dropdown {
  min-width: 150px;
}

.rectangle {
  background: #f4f5f7;
  border: 1px solid #d1d0d5;
  border-left: none;
  border-radius: 0 4px 4px 0;
  color: #6b6c7f;
  line-height: 21px;
  height: 32px;
  padding: 5px 10px;
  white-space: nowrap;
}

.rectangle--hidden {
  border: 1px solid #d1d0d5;
  border-radius: 4px;
}

.rectangle--weight {
  padding: 5px 10px;
}

.rectangle--weight .icon-calendar:before {
  color: #6b6c7f;
}

.rectangle--percent .unit-show {
  position: relative;
  white-space: nowrap;
}

.rectangle--percent .unit-show--tooltip:hover:after {
  content: attr(data-unit);
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 18px);
  left: 40%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  color: #6b6c7f;
  border: 1px solid #e2e4e9;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 8px 12px;
}

.rectangle--percent .unit-show--tooltip:hover:before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: calc(100% + 13px);
  left: 40%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-right: 1px solid #e2e4e9;
  border-bottom: 1px solid #e2e4e9;
}

.comment__wrapper {
  margin: 28px 0;
}

.comment__block {
  position: relative;
  padding: 0 1rem 1rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.comment__block::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #FF9066;
  top: 10px;
  left: 0;
}

.comment__block::after {
  content: '';
  position: absolute;
  height: 9px;
  width: 9px;
  background: #FF9066;
  top: 10px;
  left: -4px;
  border-radius: 50%;
}

.comment__block:last-child::before {
  height: 0;
}

.comment__header {
  font-weight: 700;
  cursor: pointer;
}

.comment__header_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
}

.comment__header .icon-down {
  margin-left: 8px;
  margin-right: 15px;
  display: inline-block;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media (max-width: 991px) {
  .comment__header .icon-down {
    margin-right: 5px;
  }
}

.comment__header .icon-down::before {
  font-size: 12px;
  color: inherit;
}

.comment__header .icon-angle.right {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.comment--orange {
  color: #FF9066;
}

.comment--gray {
  color: #212123;
}

.comment__body {
  padding: 24px 0;
  display: block;
}

.comment__body .no-reviewed {
  color: #888994;
  margin-right: 12px;
}

.comment__body .comment-list-item:first-of-type {
  margin-top: 0;
}

.comment__body .comment-list-item:last-of-type {
  border: none;
}

.agreement__content {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.agreement__content .other-people {
  color: #6b6c7f;
}

.agreement__list-user {
  margin-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.agreement__avatar {
  height: 40px;
  width: 40px;
  margin-left: -10px;
}

.agreement__avatar img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.agreement__avatar:last-child {
  position: relative;
}

.agreement__avatar .avatar__others {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -30px;
  top: 0;
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.37);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  line-height: 40px;
}

.warning-finalize {
  color: red;
  padding-left: 20px;
}

.okr-statistic__body {
  padding: 15px 30px 30px;
}

.okr-statistic__nav {
  height: 50px;
}

.okr-statistic__widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

.statistic-table .table-responsive .table-list tr th {
  color: #6b6c7f;
  background-color: #f4f5f7;
}

.statistic-table .table-responsive .table-list tr th:after {
  display: inline-block;
  font-family: "icomoon";
  margin-left: 6px;
}

.statistic-table .table-responsive .table-list tr th.sorting:after {
  content: "\E903";
  font-size: 10px;
}

.statistic-table .table-responsive .table-list tr th.sorting_desc:after {
  content: "\E904";
  font-size: 9px;
}

.statistic-table .table-responsive .table-list tr th.sorting_asc:after {
  content: "\E904";
  font-size: 9px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.statistic-table .table-responsive .table-list tr th:not(.sorting_disabled) {
  cursor: pointer;
}

.title-section {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .title-section {
    width: 100%;
  }
}

.hero-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  height: 100%;
}

@media (max-width: 991px) {
  .hero-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.hero-content {
  -ms-flex-preferred-size: 340px;
      flex-basis: 340px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 991px) {
  .hero-content {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
}

.feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.feature-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 1rem;
}

