/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-24.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-24.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-24.use[3]!./src/assets/scss/index.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;1,400&display=swap);
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-24.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-24.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-24.use[3]!./src/assets/scss/index.scss (1) ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap);
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-24.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-24.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-24.use[3]!./src/assets/scss/index.scss (2) ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --body-bg: #ffffff;
  --body-color: #636363;
  --sidebar-bg: #ffffff;
  --sidebar-color: #000000;
  --configuration-sidebar-bg: #ffffff;
  --configuration-sidebar-color: #000000;
  --sidebar-menu-hover-bg: #f5f5f5;
  --sidebar-menu-hover-color: #000000;
  --sidebar-group-active-bg: #f5f5f5;
  --sidebar-group-active-color: #000000;
  --sidebar-element-active-bg: #f5f5f5;
  --sidebar-element-active-color: #000000;
  --header-bg: transparent;
  --header-color: #000000;
  --header-menu-color: #000000;
  --header-menu-hover-color: #EE4B51;
  --header-menu-active-color: #EE4B51;
  --header-dropdown-hover-color: #000000;
  --header-dropdown-hover-bg: #f5f5f5;
  --card-color: ;
  --card-bg: #ffffff;
  --link-color: #EE4B51;
  --link-color-hover: #d8141c;
  --btn-primary-color: #ffffff;
  --btn-primary-hover: #d0262c;
  --btn-primary-color-hover: #ffffff;
  --btn-secondary-color: #ffffff;
  --btn-secondary-hover: #40454a;
  --btn-secondary-color-hover: #ffffff;
  --btn-light-color: #212529;
  --btn-light-hover: #dcdcdc;
  --btn-light-color-hover: #212529;
  --table-bg: #fff;
  --table-color: #636363;
  --table-hover-bg: #ececec;
  --table-hover-color: #636363;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #000091;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #DB382C;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #219653;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #EE4B51;
  --secondary: #000000;
  --success: #219653;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #DB382C;
  --light: #f5f5f5;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --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 {
  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: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #636363;
  text-align: left;
  background-color: #ffffff;
}

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

hr {
  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;
  -webkit-text-decoration-skip-ink: none;
          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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #EE4B51;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #d8141c;
  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 {
  font-weight: bold;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

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] {
  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: 0.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.25rem;
}

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

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

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

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

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

.lead {
  font-size: 1.125rem;
  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,
.kw-table-page-length {
  font-size: 0.875em;
  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.125rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  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-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  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-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-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%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #636363;
  background-color: #fff;
}
.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: rgb(241, 241, 241);
}

.table-hover tbody tr:hover {
  color: #636363;
  background-color: #ececec;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #facdce;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #f6a1a5;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8b8b8;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7a7a7a;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c1e2cf;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8cc8a6;
}

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

.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: #f5c7c4;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ec9891;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfc;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fafafa;
}

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

.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: #ececec;
}

.table-hover .table-active:hover {
  background-color: #dfdfdf;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #dfdfdf;
}

.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;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .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: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f9bfc2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(238, 75, 81, 0.25);
}
.form-control::-moz-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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
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.125rem;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #636363;
  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.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  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: flex;
  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: inline-flex;
  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: 0.875em;
  color: #219653;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(33, 150, 83, 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: #219653;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23219653%27 d=%27M2.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%27/%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: #219653;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 83, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.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: #219653;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23219653%27 d=%27M2.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%27/%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: #219653;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 83, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #219653;
}
.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: #219653;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #219653;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #2ac06a;
  background-color: #2ac06a;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 83, 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: #219653;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #219653;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #219653;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 83, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(219, 56, 44, 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: #DB382C;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23DB382C%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23DB382C%27 stroke=%27none%27/%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: #DB382C;
  box-shadow: 0 0 0 0.2rem rgba(219, 56, 44, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.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: #DB382C;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23DB382C%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23DB382C%27 stroke=%27none%27/%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: #DB382C;
  box-shadow: 0 0 0 0.2rem rgba(219, 56, 44, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #DB382C;
}
.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: #DB382C;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #DB382C;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e26158;
  background-color: #e26158;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(219, 56, 44, 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: #DB382C;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #DB382C;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #DB382C;
  box-shadow: 0 0 0 0.2rem rgba(219, 56, 44, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #636363;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #636363;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(238, 75, 81, 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: #EE4B51;
  border-color: #EE4B51;
}
.btn-primary:hover {
  color: #fff;
  background-color: #eb282f;
  border-color: #ea1c24;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #eb282f;
  border-color: #ea1c24;
  box-shadow: 0 0 0 0.2rem rgba(241, 102, 107, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #EE4B51;
  border-color: #EE4B51;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ea1c24;
  border-color: #e4161d;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 102, 107, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #219653;
  border-color: #219653;
}
.btn-success:hover {
  color: #fff;
  background-color: #1a7742;
  border-color: #186c3c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #1a7742;
  border-color: #186c3c;
  box-shadow: 0 0 0 0.2rem rgba(66, 166, 109, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #219653;
  border-color: #219653;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #186c3c;
  border-color: #166236;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 166, 109, 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;
  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 {
  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;
  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 {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #DB382C;
  border-color: #DB382C;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c02c21;
  border-color: #b5291f;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c02c21;
  border-color: #b5291f;
  box-shadow: 0 0 0 0.2rem rgba(224, 86, 76, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #DB382C;
  border-color: #DB382C;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b5291f;
  border-color: #aa271d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 86, 76, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e2e2;
  border-color: gainsboro;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e2e2;
  border-color: gainsboro;
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: gainsboro;
  border-color: #d5d5d5;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 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;
  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 {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #EE4B51;
  border-color: #EE4B51;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #EE4B51;
  border-color: #EE4B51;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 75, 81, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #EE4B51;
  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: #EE4B51;
  border-color: #EE4B51;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(238, 75, 81, 0.5);
}

.btn-outline-secondary {
  color: #000000;
  border-color: #000000;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #000000;
  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: #000000;
  border-color: #000000;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-success {
  color: #219653;
  border-color: #219653;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #219653;
  border-color: #219653;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 83, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #219653;
  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: #219653;
  border-color: #219653;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 83, 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 {
  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 {
  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 {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #DB382C;
  border-color: #DB382C;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #DB382C;
  border-color: #DB382C;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 56, 44, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #DB382C;
  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: #DB382C;
  border-color: #DB382C;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(219, 56, 44, 0.5);
}

.btn-outline-light {
  color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f5f5f5;
  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: #f5f5f5;
  border-color: #f5f5f5;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 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 {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #EE4B51;
  text-decoration: none;
}
.btn-link:hover {
  color: #d8141c;
  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.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  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 {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    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: 0.9rem;
  color: #636363;
  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;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-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: #EE4B51;
}
.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.7875rem;
  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: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  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: flex;
  flex-wrap: wrap;
  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 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn: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: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  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: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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,
.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,
.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: 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: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  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.125rem;
  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.7875rem;
  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.35rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.175rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #EE4B51;
  background-color: #EE4B51;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(238, 75, 81, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f9bfc2;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fdeeef;
  border-color: #fdeeef;
}
.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.175rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.175rem;
  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=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z%27/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #EE4B51;
  background-color: #EE4B51;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%274%27 viewBox=%270 0 4 4%27%3e%3cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(238, 75, 81, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(238, 75, 81, 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=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(238, 75, 81, 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.175rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(238, 75, 81, 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: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%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: #f9bfc2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(238, 75, 81, 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.7875rem;
}

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

.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: #f9bfc2;
  box-shadow: 0 0 0 0.2rem rgba(238, 75, 81, 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 {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(238, 75, 81, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(238, 75, 81, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(238, 75, 81, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #EE4B51;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #fdeeef;
}
.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: #EE4B51;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #fdeeef;
}
.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: #EE4B51;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #fdeeef;
}
.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 {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  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;
  background-color: transparent;
  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 {
  isolation: isolate;
  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: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #EE4B51;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  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: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.33125rem;
  padding-bottom: 0.33125rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  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 {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  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 {
  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 {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  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=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%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=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%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: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  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 {
  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 {
  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: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    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: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -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: flex;
  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: 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: #EE4B51;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #d8141c;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(238, 75, 81, 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: #EE4B51;
  border-color: #EE4B51;
}
.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.125rem;
  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.7875rem;
  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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    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: #EE4B51;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #ea1c24;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(238, 75, 81, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #000000;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: black;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #219653;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #186c3c;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 83, 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;
  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;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #DB382C;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #b5291f;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(219, 56, 44, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f5f5f5;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: gainsboro;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 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;
  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: 3.85rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #7c272a;
  background-color: #fcdbdc;
  border-color: #facdce;
}
.alert-primary hr {
  border-top-color: #f8b6b7;
}
.alert-primary .alert-link {
  color: #551b1d;
}

.alert-secondary {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-secondary hr {
  border-top-color: #ababab;
}
.alert-secondary .alert-link {
  color: black;
}

.alert-success {
  color: #114e2b;
  background-color: #d3eadd;
  border-color: #c1e2cf;
}
.alert-success hr {
  border-top-color: #b0dac2;
}
.alert-success .alert-link {
  color: #082414;
}

.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: #721d17;
  background-color: #f8d7d5;
  border-color: #f5c7c4;
}
.alert-danger hr {
  border-top-color: #f1b2ae;
}
.alert-danger .alert-link {
  color: #48120e;
}

.alert-light {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-light hr {
  border-top-color: #efefef;
}
.alert-light .alert-link {
  color: #666666;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.675rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #EE4B51;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

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

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  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: #636363;
  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: #EE4B51;
  border-color: #EE4B51;
}
.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 {
  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 {
    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 {
    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 {
    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 {
    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;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #7c272a;
  background-color: #facdce;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #7c272a;
  background-color: #f8b6b7;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #7c272a;
  border-color: #7c272a;
}

.list-group-item-secondary {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-success {
  color: #114e2b;
  background-color: #c1e2cf;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #114e2b;
  background-color: #b0dac2;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #114e2b;
  border-color: #114e2b;
}

.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: #721d17;
  background-color: #f5c7c4;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721d17;
  background-color: #f1b2ae;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721d17;
  border-color: #721d17;
}

.list-group-item-light {
  color: #7f7f7f;
  background-color: #fcfcfc;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7f7f7f;
  background-color: #efefef;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}

.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.35rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  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);
  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: flex;
  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 {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  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 {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  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: flex;
  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.5rem;
  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: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid #dee2e6;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 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;
  flex: 1 1 auto;
  padding: 2rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1.75rem;
  border-top: 0 solid #dee2e6;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 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: -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: 1000000;
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.7875rem;
  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, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top], .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=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, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right], .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=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, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=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, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left], .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.7875rem;
  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, .b-popover-dark.bs-popover-auto[x-placement^=top], .b-popover-light.bs-popover-auto[x-placement^=top], .b-popover-danger.bs-popover-auto[x-placement^=top], .b-popover-warning.bs-popover-auto[x-placement^=top], .b-popover-info.bs-popover-auto[x-placement^=top], .b-popover-success.bs-popover-auto[x-placement^=top], .b-popover-secondary.bs-popover-auto[x-placement^=top], .b-popover-primary.bs-popover-auto[x-placement^=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, .b-popover-dark.bs-popover-auto[x-placement^=right], .b-popover-light.bs-popover-auto[x-placement^=right], .b-popover-danger.bs-popover-auto[x-placement^=right], .b-popover-warning.bs-popover-auto[x-placement^=right], .b-popover-info.bs-popover-auto[x-placement^=right], .b-popover-success.bs-popover-auto[x-placement^=right], .b-popover-secondary.bs-popover-auto[x-placement^=right], .b-popover-primary.bs-popover-auto[x-placement^=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, .b-popover-dark.bs-popover-auto[x-placement^=bottom], .b-popover-light.bs-popover-auto[x-placement^=bottom], .b-popover-danger.bs-popover-auto[x-placement^=bottom], .b-popover-warning.bs-popover-auto[x-placement^=bottom], .b-popover-info.bs-popover-auto[x-placement^=bottom], .b-popover-success.bs-popover-auto[x-placement^=bottom], .b-popover-secondary.bs-popover-auto[x-placement^=bottom], .b-popover-primary.bs-popover-auto[x-placement^=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, .b-popover-dark.bs-popover-auto[x-placement^=left], .b-popover-light.bs-popover-auto[x-placement^=left], .b-popover-danger.bs-popover-auto[x-placement^=left], .b-popover-warning.bs-popover-auto[x-placement^=left], .b-popover-info.bs-popover-auto[x-placement^=left], .b-popover-success.bs-popover-auto[x-placement^=left], .b-popover-secondary.bs-popover-auto[x-placement^=left], .b-popover-primary.bs-popover-auto[x-placement^=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: 0.9rem;
  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: #636363;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  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;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z%27/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z%27/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    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;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    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: #EE4B51 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #ea1c24 !important;
}

.bg-secondary {
  background-color: #000000 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: black !important;
}

.bg-success {
  background-color: #219653 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #186c3c !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: #DB382C !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b5291f !important;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: gainsboro !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: #EE4B51 !important;
}

.border-secondary {
  border-color: #000000 !important;
}

.border-success {
  border-color: #219653 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #DB382C !important;
}

.border-light {
  border-color: #f5f5f5 !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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }
  .d-sm-inline-flex {
    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: flex !important;
  }
  .d-md-inline-flex {
    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: flex !important;
  }
  .d-lg-inline-flex {
    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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@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: flex !important;
  }
  .d-print-inline-flex {
    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 {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.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;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

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

.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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

.shadow-none {
  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;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-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, .kw-form-period-select > div:not(:nth-child(2)):first-child button {
  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;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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: #EE4B51 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #d8141c !important;
}

.text-secondary {
  color: #000000 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important;
}

.text-success {
  color: #219653 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #135730 !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: #DB382C !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #9f241b !important;
}

.text-light {
  color: #f5f5f5 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cfcfcf !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #636363 !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;
    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;
  }
  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;
  }
}
.bv-no-focus-ring:focus {
  outline: none;
}

@media (max-width: 575.98px) {
  .bv-d-xs-down-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .bv-d-sm-down-none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .bv-d-md-down-none {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .bv-d-lg-down-none {
    display: none !important;
  }
}
@media (max-width: 1399.98px) {
  .bv-d-xl-down-none {
    display: none !important;
  }
}
.bv-d-xxl-down-none {
  display: none !important;
}

.form-control.focus {
  color: #495057;
  background-color: #fff;
  border-color: #f9bfc2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(238, 75, 81, 0.25);
}
.form-control.focus.is-valid {
  border-color: #219653;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 83, 0.25);
}
.form-control.focus.is-invalid {
  border-color: #DB382C;
  box-shadow: 0 0 0 0.2rem rgba(219, 56, 44, 0.25);
}

.b-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  max-width: 100%;
  max-height: auto;
  text-align: center;
  overflow: visible;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.b-avatar:focus {
  outline: 0;
}
.b-avatar.btn, .b-avatar[href] {
  padding: 0;
  border: 0;
}
.b-avatar.btn .b-avatar-img img, .b-avatar[href] .b-avatar-img img {
  transition: transform 0.15s ease-in-out;
}
.b-avatar.btn:not(:disabled):not(.disabled), .b-avatar[href]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img, .b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {
  transform: scale(1.15);
}
.b-avatar.disabled, .b-avatar:disabled, .b-avatar[disabled] {
  opacity: 0.65;
  pointer-events: none;
}
.b-avatar .b-avatar-custom,
.b-avatar .b-avatar-text,
.b-avatar .b-avatar-img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-mask-image: radial-gradient(white, black);
          mask-image: radial-gradient(white, black);
}
.b-avatar .b-avatar-text {
  text-transform: uppercase;
  white-space: nowrap;
}
.b-avatar[href] {
  text-decoration: none;
}
.b-avatar > .b-icon {
  width: 60%;
  height: auto;
  max-width: 100%;
}
.b-avatar .b-avatar-img img {
  width: 100%;
  height: 100%;
  max-height: auto;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-avatar .b-avatar-badge {
  position: absolute;
  min-height: 1.5em;
  min-width: 1.5em;
  padding: 0.25em;
  line-height: 1;
  border-radius: 10em;
  font-size: 70%;
  font-weight: 700;
  z-index: 1;
}

.b-avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
}
.b-avatar-sm .b-avatar-text {
  font-size: calc(0.6rem);
}
.b-avatar-sm .b-avatar-badge {
  font-size: calc(0.42rem);
}

.b-avatar-lg {
  width: 3.5rem;
  height: 3.5rem;
}
.b-avatar-lg .b-avatar-text {
  font-size: calc(1.4rem);
}
.b-avatar-lg .b-avatar-badge {
  font-size: calc(0.98rem);
}

.b-avatar-group .b-avatar-group-inner {
  display: flex;
  flex-wrap: wrap;
}
.b-avatar-group .b-avatar {
  border: 1px solid #dee2e6;
}
.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled),
.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled) {
  z-index: 1;
}

.b-calendar {
  display: inline-flex;
}
.b-calendar .b-calendar-inner {
  min-width: 250px;
}
.b-calendar .b-calendar-header,
.b-calendar .b-calendar-nav {
  margin-bottom: 0.25rem;
}
.b-calendar .b-calendar-nav .btn {
  padding: 0.25rem;
}
.b-calendar output {
  padding: 0.25rem;
  font-size: 80%;
}
.b-calendar output.readonly {
  background-color: #e9ecef;
  opacity: 1;
}
.b-calendar .b-calendar-footer {
  margin-top: 0.5rem;
}
.b-calendar .b-calendar-grid {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.b-calendar .b-calendar-grid .row {
  flex-wrap: nowrap;
}
.b-calendar .b-calendar-grid-caption {
  padding: 0.25rem;
}
.b-calendar .b-calendar-grid-body .col[data-date] .btn {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 1;
  margin: 3px auto;
  padding: 9px 0;
}
.b-calendar .btn:disabled, .b-calendar .btn.disabled, .b-calendar .btn[aria-disabled=true] {
  cursor: default;
  pointer-events: none;
}

.card-img-left {
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-img-right {
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important;
}
.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important;
}
.dropdown .dropdown-menu:focus {
  outline: none;
}

.b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400;
}
.b-dropdown-form:focus {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.b-dropdown-form.disabled, .b-dropdown-form:disabled {
  outline: 0 !important;
  color: #adb5bd;
  pointer-events: none;
}

.b-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter;
}

.custom-checkbox.b-custom-control-lg,
.input-group-lg .custom-checkbox {
  font-size: 1.125rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.custom-checkbox.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-checkbox .custom-control-label::before {
  top: 0.21875rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.3rem;
}
.custom-checkbox.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-checkbox .custom-control-label::after {
  top: 0.21875rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 50% 50%;
}

.custom-checkbox.b-custom-control-sm,
.input-group-sm .custom-checkbox {
  font-size: 0.7875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
.custom-checkbox.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-checkbox .custom-control-label::before {
  top: 0.153125rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.2rem;
}
.custom-checkbox.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-checkbox .custom-control-label::after {
  top: 0.153125rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background-size: 50% 50%;
}

.custom-switch.b-custom-control-lg,
.input-group-lg .custom-switch {
  padding-left: 2.8125rem;
}
.custom-switch.b-custom-control-lg .custom-control-label,
.input-group-lg .custom-switch .custom-control-label {
  font-size: 1.125rem;
  line-height: 1.5;
}
.custom-switch.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-switch .custom-control-label::before {
  top: 0.21875rem;
  height: 1.25rem;
  left: -2.8125rem;
  width: 2.1875rem;
  border-radius: 0.625rem;
}
.custom-switch.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-label::after {
  top: calc(0.21875rem + 2px);
  left: calc(-2.8125rem + 2px);
  width: calc(1.25rem - 4px);
  height: calc(1.25rem - 4px);
  border-radius: 0.625rem;
  background-size: 50% 50%;
}
.custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0.9375rem);
}

.custom-switch.b-custom-control-sm,
.input-group-sm .custom-switch {
  padding-left: 1.96875rem;
}
.custom-switch.b-custom-control-sm .custom-control-label,
.input-group-sm .custom-switch .custom-control-label {
  font-size: 0.7875rem;
  line-height: 1.5;
}
.custom-switch.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-switch .custom-control-label::before {
  top: 0.153125rem;
  left: -1.96875rem;
  width: 1.53125rem;
  height: 0.875rem;
  border-radius: 0.4375rem;
}
.custom-switch.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-label::after {
  top: calc(0.153125rem + 2px);
  left: calc(-1.96875rem + 2px);
  width: calc(0.875rem - 4px);
  height: calc(0.875rem - 4px);
  border-radius: 0.4375rem;
  background-size: 50% 50%;
}
.custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0.65625rem);
}

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

.b-form-btn-label-control.form-control {
  display: flex;
  align-items: stretch;
  height: auto;
  padding: 0;
  background-image: none;
}
.input-group .b-form-btn-label-control.form-control {
  padding: 0;
}

[dir=rtl] .b-form-btn-label-control.form-control, .b-form-btn-label-control.form-control[dir=rtl] {
  flex-direction: row-reverse;
}
[dir=rtl] .b-form-btn-label-control.form-control > label, .b-form-btn-label-control.form-control[dir=rtl] > label {
  text-align: right;
}

.b-form-btn-label-control.form-control > .btn {
  line-height: 1;
  font-size: inherit;
  box-shadow: none !important;
  border: 0;
}
.b-form-btn-label-control.form-control > .btn:disabled {
  pointer-events: none;
}
.b-form-btn-label-control.form-control.is-valid > .btn {
  color: #219653;
}
.b-form-btn-label-control.form-control.is-invalid > .btn {
  color: #DB382C;
}
.b-form-btn-label-control.form-control > .dropdown-menu {
  padding: 0.5rem;
}
.b-form-btn-label-control.form-control > .form-control {
  height: auto;
  min-height: calc(calc(1.5em + 0.75rem + 2px) - 2px);
  padding-left: 0.25rem;
  margin: 0;
  border: 0;
  outline: 0;
  background: transparent;
  word-break: break-word;
  font-size: inherit;
  white-space: normal;
  cursor: pointer;
}
.b-form-btn-label-control.form-control > .form-control.form-control-sm {
  min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
}
.b-form-btn-label-control.form-control > .form-control.form-control-lg {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
}
.input-group.input-group-sm .b-form-btn-label-control.form-control > .form-control {
  min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.input-group.input-group-lg .b-form-btn-label-control.form-control > .form-control {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.b-form-btn-label-control.form-control[aria-disabled=true], .b-form-btn-label-control.form-control[aria-readonly=true] {
  background-color: #e9ecef;
  opacity: 1;
}
.b-form-btn-label-control.form-control[aria-disabled=true] {
  pointer-events: none;
}
.b-form-btn-label-control.form-control[aria-disabled=true] > label {
  cursor: default;
}

.b-form-btn-label-control.btn-group > .dropdown-menu {
  padding: 0.5rem;
}

.custom-file-label {
  white-space: nowrap;
  overflow-x: hidden;
}

.b-custom-control-lg.custom-file,
.b-custom-control-lg .custom-file-input,
.b-custom-control-lg .custom-file-label,
.input-group-lg.custom-file,
.input-group-lg .custom-file-input,
.input-group-lg .custom-file-label {
  font-size: 1.125rem;
  height: calc(1.5em + 1rem + 2px);
}
.b-custom-control-lg .custom-file-label,
.b-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label,
.input-group-lg .custom-file-label:after {
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
.b-custom-control-lg .custom-file-label,
.input-group-lg .custom-file-label {
  border-radius: 0.3rem;
}
.b-custom-control-lg .custom-file-label::after,
.input-group-lg .custom-file-label::after {
  font-size: inherit;
  height: calc(1.5em + 1rem);
  border-radius: 0 0.3rem 0.3rem 0;
}

.b-custom-control-sm.custom-file,
.b-custom-control-sm .custom-file-input,
.b-custom-control-sm .custom-file-label,
.input-group-sm.custom-file,
.input-group-sm .custom-file-input,
.input-group-sm .custom-file-label {
  font-size: 0.7875rem;
  height: calc(1.5em + 0.5rem + 2px);
}
.b-custom-control-sm .custom-file-label,
.b-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label,
.input-group-sm .custom-file-label:after {
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
}
.b-custom-control-sm .custom-file-label,
.input-group-sm .custom-file-label {
  border-radius: 0.2rem;
}
.b-custom-control-sm .custom-file-label::after,
.input-group-sm .custom-file-label::after {
  font-size: inherit;
  height: calc(1.5em + 0.5rem);
  border-radius: 0 0.2rem 0.2rem 0;
}

.was-validated .form-control:invalid, .was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center;
}

input[type=color].form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control.form-control-sm,
.input-group-sm input[type=color].form-control {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control.form-control-lg,
.input-group-lg input[type=color].form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65;
}

.input-group > .custom-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-range + .form-control,
.input-group > .custom-range + .form-control-plaintext,
.input-group > .custom-range + .custom-select,
.input-group > .custom-range + .custom-range,
.input-group > .custom-range + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control + .custom-range,
.input-group > .form-control-plaintext + .custom-range,
.input-group > .custom-select + .custom-range,
.input-group > .custom-range + .custom-range,
.input-group > .custom-file + .custom-range {
  margin-left: -1px;
}
.input-group > .custom-range:focus {
  z-index: 3;
}
.input-group > .custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-range {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .input-group > .custom-range {
    transition: none;
  }
}
.input-group > .custom-range:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f9bfc2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(238, 75, 81, 0.25);
}
.input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
  background-color: #e9ecef;
}

.input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.5rem;
  border-radius: 0.2rem;
}

.was-validated .input-group .custom-range:valid, .input-group .custom-range.is-valid {
  border-color: #219653;
}
.was-validated .input-group .custom-range:valid:focus, .input-group .custom-range.is-valid:focus {
  border-color: #219653;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 83, 0.25);
}

.was-validated .custom-range:valid:focus::-webkit-slider-thumb, .custom-range.is-valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem #85e4ae;
}
.was-validated .custom-range:valid:focus::-moz-range-thumb, .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem #85e4ae;
}
.was-validated .custom-range:valid:focus::-ms-thumb, .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem #85e4ae;
}
.was-validated .custom-range:valid::-webkit-slider-thumb, .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #219653;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-thumb:active, .custom-range.is-valid::-webkit-slider-thumb:active {
  background-color: #85e4ae;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-runnable-track, .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(33, 150, 83, 0.35);
}
.was-validated .custom-range:valid::-moz-range-thumb, .custom-range.is-valid::-moz-range-thumb {
  background-color: #219653;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-thumb:active, .custom-range.is-valid::-moz-range-thumb:active {
  background-color: #85e4ae;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-track, .custom-range.is-valid::-moz-range-track {
  background: rgba(33, 150, 83, 0.35);
}
.was-validated .custom-range:valid ~ .valid-feedback,
.was-validated .custom-range:valid ~ .valid-tooltip, .custom-range.is-valid ~ .valid-feedback,
.custom-range.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-range:valid::-ms-thumb, .custom-range.is-valid::-ms-thumb {
  background-color: #219653;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-thumb:active, .custom-range.is-valid::-ms-thumb:active {
  background-color: #85e4ae;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-track-lower, .custom-range.is-valid::-ms-track-lower {
  background: rgba(33, 150, 83, 0.35);
}
.was-validated .custom-range:valid::-ms-track-upper, .custom-range.is-valid::-ms-track-upper {
  background: rgba(33, 150, 83, 0.35);
}

.was-validated .input-group .custom-range:invalid, .input-group .custom-range.is-invalid {
  border-color: #DB382C;
}
.was-validated .input-group .custom-range:invalid:focus, .input-group .custom-range.is-invalid:focus {
  border-color: #DB382C;
  box-shadow: 0 0 0 0.2rem rgba(219, 56, 44, 0.25);
}

.was-validated .custom-range:invalid:focus::-webkit-slider-thumb, .custom-range.is-invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem #f5c8c4;
}
.was-validated .custom-range:invalid:focus::-moz-range-thumb, .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem #f5c8c4;
}
.was-validated .custom-range:invalid:focus::-ms-thumb, .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem #f5c8c4;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb, .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #DB382C;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb:active, .custom-range.is-invalid::-webkit-slider-thumb:active {
  background-color: #f5c8c4;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-runnable-track, .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(219, 56, 44, 0.35);
}
.was-validated .custom-range:invalid::-moz-range-thumb, .custom-range.is-invalid::-moz-range-thumb {
  background-color: #DB382C;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-thumb:active, .custom-range.is-invalid::-moz-range-thumb:active {
  background-color: #f5c8c4;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-track, .custom-range.is-invalid::-moz-range-track {
  background: rgba(219, 56, 44, 0.35);
}
.was-validated .custom-range:invalid ~ .invalid-feedback,
.was-validated .custom-range:invalid ~ .invalid-tooltip, .custom-range.is-invalid ~ .invalid-feedback,
.custom-range.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-range:invalid::-ms-thumb, .custom-range.is-invalid::-ms-thumb {
  background-color: #DB382C;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-thumb:active, .custom-range.is-invalid::-ms-thumb:active {
  background-color: #f5c8c4;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-lower {
  background: rgba(219, 56, 44, 0.35);
}
.was-validated .custom-range:invalid::-ms-track-upper, .custom-range.is-invalid::-ms-track-upper {
  background: rgba(219, 56, 44, 0.35);
}

.custom-radio.b-custom-control-lg,
.input-group-lg .custom-radio {
  font-size: 1.125rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.custom-radio.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-radio .custom-control-label::before {
  top: 0.21875rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.custom-radio.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-radio .custom-control-label::after {
  top: 0.21875rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat 50%/50% 50%;
}

.custom-radio.b-custom-control-sm,
.input-group-sm .custom-radio {
  font-size: 0.7875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
.custom-radio.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-radio .custom-control-label::before {
  top: 0.153125rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
}
.custom-radio.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-radio .custom-control-label::after {
  top: 0.153125rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background: no-repeat 50%/50% 50%;
}

.b-rating {
  text-align: center;
}
.b-rating.d-inline-flex {
  width: auto;
}
.b-rating .b-rating-star,
.b-rating .b-rating-value {
  padding: 0 0.25em;
}
.b-rating .b-rating-value {
  min-width: 2.5em;
}
.b-rating .b-rating-star {
  display: inline-flex;
  justify-content: center;
  outline: 0;
}
.b-rating .b-rating-star .b-rating-icon {
  display: inline-flex;
  transition: all 0.15s ease-in-out;
}
.b-rating.disabled, .b-rating:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}
.b-rating:not(.disabled):not(.readonly) .b-rating-star {
  cursor: pointer;
}
.b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon,
.b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon {
  transform: scale(1.5);
}
.b-rating[dir=rtl] .b-rating-star-half {
  transform: scale(-1, 1);
}

.b-form-spinbutton {
  text-align: center;
  overflow: hidden;
  background-image: none;
  padding: 0;
}
[dir=rtl] .b-form-spinbutton:not(.flex-column), .b-form-spinbutton[dir=rtl]:not(.flex-column) {
  flex-direction: row-reverse;
}

.b-form-spinbutton output {
  font-size: inherit;
  outline: 0;
  border: 0;
  background-color: transparent;
  width: auto;
  margin: 0;
  padding: 0 0.25rem;
}
.b-form-spinbutton output > div,
.b-form-spinbutton output > bdi {
  display: block;
  min-width: 2.25em;
  height: 1.5em;
}
.b-form-spinbutton.flex-column {
  height: auto;
  width: auto;
}
.b-form-spinbutton.flex-column output {
  margin: 0 0.25rem;
  padding: 0.25rem 0;
}
.b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
  output-width: 100%;
}
.b-form-spinbutton.d-inline-flex:not(.flex-column) {
  width: auto;
}
.b-form-spinbutton .btn {
  line-height: 1;
  box-shadow: none !important;
}
.b-form-spinbutton .btn:disabled {
  pointer-events: none;
}
.b-form-spinbutton .btn:hover:not(:disabled) > div > .b-icon {
  transform: scale(1.25);
}
.b-form-spinbutton.disabled, .b-form-spinbutton.readonly {
  background-color: #e9ecef;
}
.b-form-spinbutton.disabled {
  pointer-events: none;
}

.b-form-tags.focus {
  color: #495057;
  background-color: #fff;
  border-color: #f9bfc2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(238, 75, 81, 0.25);
}
.b-form-tags.focus.is-valid {
  border-color: #219653;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 83, 0.25);
}
.b-form-tags.focus.is-invalid {
  border-color: #DB382C;
  box-shadow: 0 0 0 0.2rem rgba(219, 56, 44, 0.25);
}
.b-form-tags.disabled {
  background-color: #e9ecef;
}

.b-form-tags-list {
  margin-top: -0.25rem;
}
.b-form-tags-list .b-form-tags-field,
.b-form-tags-list .b-form-tag {
  margin-top: 0.25rem;
}

.b-form-tags-input {
  color: #495057;
}

.b-form-tag {
  font-size: 75%;
  font-weight: normal;
  line-height: 1.5;
  margin-right: 0.25rem;
}
.b-form-tag.disabled {
  opacity: 0.75;
}
.b-form-tag > button.b-form-tag-remove {
  color: inherit;
  font-size: 125%;
  line-height: 1;
  float: none;
  margin-left: 0.25rem;
}

.form-control-sm .b-form-tag {
  line-height: 1.5;
}

.form-control-lg .b-form-tag {
  line-height: 1.5;
}

.media-aside {
  display: flex;
  margin-right: 1rem;
}

.media-aside-right {
  margin-right: 0;
  margin-left: 1rem;
}

.modal-backdrop {
  opacity: 0.5;
}

.b-pagination-pills .page-item .page-link {
  border-radius: 50rem !important;
  margin-left: 0.25rem;
  line-height: 1;
}
.b-pagination-pills .page-item:first-child .page-link {
  margin-left: 0;
}

.popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0;
}
.popover.b-popover.fade:not(.show) {
  opacity: 0;
}
.popover.b-popover.show {
  opacity: 1;
}

.b-popover-primary.popover {
  background-color: #fcdbdc;
  border-color: #facdce;
}
.b-popover-primary.bs-popover-top > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #facdce;
}
.b-popover-primary.bs-popover-top > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fcdbdc;
}
.b-popover-primary.bs-popover-right > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #facdce;
}
.b-popover-primary.bs-popover-right > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fcdbdc;
}
.b-popover-primary.bs-popover-bottom > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #facdce;
}
.b-popover-primary.bs-popover-bottom > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #fbcdce;
}
.b-popover-primary.bs-popover-bottom .popover-header::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #fbcdce;
}
.b-popover-primary.bs-popover-left > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #facdce;
}
.b-popover-primary.bs-popover-left > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fcdbdc;
}
.b-popover-primary .popover-header {
  color: #212529;
  background-color: #fbcdce;
  border-bottom-color: #f9b5b7;
}
.b-popover-primary .popover-body {
  color: #7c272a;
}

.b-popover-secondary.popover {
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.b-popover-secondary.bs-popover-top > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #b8b8b8;
}
.b-popover-secondary.bs-popover-top > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #cccccc;
}
.b-popover-secondary.bs-popover-right > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #b8b8b8;
}
.b-popover-secondary.bs-popover-right > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #cccccc;
}
.b-popover-secondary.bs-popover-bottom > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #b8b8b8;
}
.b-popover-secondary.bs-popover-bottom > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c4c4c4;
}
.b-popover-secondary.bs-popover-bottom .popover-header::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c4c4c4;
}
.b-popover-secondary.bs-popover-left > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #b8b8b8;
}
.b-popover-secondary.bs-popover-left > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #cccccc;
}
.b-popover-secondary .popover-header {
  color: #212529;
  background-color: #c4c4c4;
  border-bottom-color: #b8b8b8;
}
.b-popover-secondary .popover-body {
  color: black;
}

.b-popover-success.popover {
  background-color: #d3eadd;
  border-color: #c1e2cf;
}
.b-popover-success.bs-popover-top > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c1e2cf;
}
.b-popover-success.bs-popover-top > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d3eadd;
}
.b-popover-success.bs-popover-right > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c1e2cf;
}
.b-popover-success.bs-popover-right > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d3eadd;
}
.b-popover-success.bs-popover-bottom > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c1e2cf;
}
.b-popover-success.bs-popover-bottom > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c9e5d5;
}
.b-popover-success.bs-popover-bottom .popover-header::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c9e5d5;
}
.b-popover-success.bs-popover-left > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c1e2cf;
}
.b-popover-success.bs-popover-left > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d3eadd;
}
.b-popover-success .popover-header {
  color: #212529;
  background-color: #c9e5d5;
  border-bottom-color: #b7ddc8;
}
.b-popover-success .popover-body {
  color: #114e2b;
}

.b-popover-info.popover {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.b-popover-info.bs-popover-top > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #bee5eb;
}
.b-popover-info.bs-popover-top > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d1ecf1;
}
.b-popover-info.bs-popover-right > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #bee5eb;
}
.b-popover-info.bs-popover-right > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d1ecf1;
}
.b-popover-info.bs-popover-bottom > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #bee5eb;
}
.b-popover-info.bs-popover-bottom > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c5e7ed;
}
.b-popover-info.bs-popover-bottom .popover-header::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c5e7ed;
}
.b-popover-info.bs-popover-left > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #bee5eb;
}
.b-popover-info.bs-popover-left > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d1ecf1;
}
.b-popover-info .popover-header {
  color: #212529;
  background-color: #c5e7ed;
  border-bottom-color: #b2dfe7;
}
.b-popover-info .popover-body {
  color: #0c5460;
}

.b-popover-warning.popover {
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.b-popover-warning.bs-popover-top > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #ffeeba;
}
.b-popover-warning.bs-popover-top > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fff3cd;
}
.b-popover-warning.bs-popover-right > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #ffeeba;
}
.b-popover-warning.bs-popover-right > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fff3cd;
}
.b-popover-warning.bs-popover-bottom > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #ffeeba;
}
.b-popover-warning.bs-popover-bottom > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ffefbe;
}
.b-popover-warning.bs-popover-bottom .popover-header::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ffefbe;
}
.b-popover-warning.bs-popover-left > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #ffeeba;
}
.b-popover-warning.bs-popover-left > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fff3cd;
}
.b-popover-warning .popover-header {
  color: #212529;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4;
}
.b-popover-warning .popover-body {
  color: #856404;
}

.b-popover-danger.popover {
  background-color: #f8d7d5;
  border-color: #f5c7c4;
}
.b-popover-danger.bs-popover-top > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #f5c7c4;
}
.b-popover-danger.bs-popover-top > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #f8d7d5;
}
.b-popover-danger.bs-popover-right > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #f5c7c4;
}
.b-popover-danger.bs-popover-right > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #f8d7d5;
}
.b-popover-danger.bs-popover-bottom > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #f5c7c4;
}
.b-popover-danger.bs-popover-bottom > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f6cbc8;
}
.b-popover-danger.bs-popover-bottom .popover-header::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f6cbc8;
}
.b-popover-danger.bs-popover-left > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #f5c7c4;
}
.b-popover-danger.bs-popover-left > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #f8d7d5;
}
.b-popover-danger .popover-header {
  color: #212529;
  background-color: #f6cbc8;
  border-bottom-color: #f2b6b2;
}
.b-popover-danger .popover-body {
  color: #721d17;
}

.b-popover-light.popover {
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.b-popover-light.bs-popover-top > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #fcfcfc;
}
.b-popover-light.bs-popover-top > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fdfdfd;
}
.b-popover-light.bs-popover-right > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #fcfcfc;
}
.b-popover-light.bs-popover-right > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fdfdfd;
}
.b-popover-light.bs-popover-bottom > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #fcfcfc;
}
.b-popover-light.bs-popover-bottom > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: whitesmoke;
}
.b-popover-light.bs-popover-bottom .popover-header::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: whitesmoke;
}
.b-popover-light.bs-popover-left > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #fcfcfc;
}
.b-popover-light.bs-popover-left > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fdfdfd;
}
.b-popover-light .popover-header {
  color: #212529;
  background-color: whitesmoke;
  border-bottom-color: #e9e9e9;
}
.b-popover-light .popover-body {
  color: #7f7f7f;
}

.b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.b-popover-dark.bs-popover-top > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c6c8ca;
}
.b-popover-dark.bs-popover-top > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d6d8d9;
}
.b-popover-dark.bs-popover-right > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c6c8ca;
}
.b-popover-dark.bs-popover-right > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d6d8d9;
}
.b-popover-dark.bs-popover-bottom > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c6c8ca;
}
.b-popover-dark.bs-popover-bottom > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ced0d2;
}
.b-popover-dark.bs-popover-bottom .popover-header::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ced0d2;
}
.b-popover-dark.bs-popover-left > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c6c8ca;
}
.b-popover-dark.bs-popover-left > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d6d8d9;
}
.b-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5;
}
.b-popover-dark .popover-body {
  color: #1b1e21;
}

.b-sidebar-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
  z-index: calc(1030 + 5);
}

.b-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: 0.6;
}

.b-sidebar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 320px;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin: 0;
  outline: 0;
  transform: translateX(0);
}
.b-sidebar.slide {
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .b-sidebar.slide {
    transition: none;
  }
}
.b-sidebar:not(.b-sidebar-right) {
  left: 0;
  right: auto;
}
.b-sidebar:not(.b-sidebar-right).slide:not(.show) {
  transform: translateX(-100%);
}
.b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close {
  margin-left: auto;
}
.b-sidebar.b-sidebar-right {
  left: auto;
  right: 0;
}
.b-sidebar.b-sidebar-right.slide:not(.show) {
  transform: translateX(100%);
}
.b-sidebar.b-sidebar-right > .b-sidebar-header .close {
  margin-right: auto;
}
.b-sidebar > .b-sidebar-header {
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  align-items: center;
}
[dir=rtl] .b-sidebar > .b-sidebar-header {
  flex-direction: row-reverse;
}

.b-sidebar > .b-sidebar-header .close {
  float: none;
  font-size: 1.5rem;
}
.b-sidebar > .b-sidebar-body {
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
}
.b-sidebar > .b-sidebar-footer {
  flex-grow: 0;
}

.b-skeleton-wrapper {
  cursor: wait;
}

.b-skeleton {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
  cursor: wait;
  -webkit-mask-image: radial-gradient(white, black);
          mask-image: radial-gradient(white, black);
}
.b-skeleton::before {
  content: " ";
}

.b-skeleton-text {
  height: 0.9rem;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
}

.b-skeleton-button {
  width: 75px;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.b-skeleton-avatar {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
}

.b-skeleton-input {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: #ced4da solid 1px;
  border-radius: 0.25rem;
}

.b-skeleton-icon-wrapper svg {
  color: rgba(0, 0, 0, 0.12);
}

.b-skeleton-img {
  height: 100%;
  width: 100%;
}

.b-skeleton-animate-wave::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, 0.4), transparent);
  animation: b-skeleton-animate-wave 1.75s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-wave::after {
    background: none;
    animation: none;
  }
}

@keyframes b-skeleton-animate-wave {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.b-skeleton-animate-fade {
  animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-fade {
    animation: none;
  }
}

@keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.b-skeleton-animate-throb {
  animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-throb {
    animation: none;
  }
}

@keyframes b-skeleton-animate-throb {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.975);
  }
}
.table.b-table.b-table-fixed {
  table-layout: fixed;
}
.table.b-table.b-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0;
}
.table.b-table[aria-busy=true] {
  opacity: 0.55;
}
.table.b-table > tbody > tr.b-table-details > td {
  border-top: none !important;
}
.table.b-table > caption {
  caption-side: bottom;
}
.table.b-table.b-table-caption-top > caption {
  caption-side: top !important;
}
.table.b-table > tbody > .table-active,
.table.b-table > tbody > .table-active > th,
.table.b-table > tbody > .table-active > td {
  background-color: #ececec;
}
.table.b-table.table-hover > tbody > tr.table-active:hover td,
.table.b-table.table-hover > tbody > tr.table-active:hover th {
  color: #636363;
  background-image: linear-gradient(#ececec, #ececec);
  background-repeat: no-repeat;
}
.table.b-table > tbody > .bg-active,
.table.b-table > tbody > .bg-active > th,
.table.b-table > tbody > .bg-active > td {
  background-color: rgba(255, 255, 255, 0.075) !important;
}
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td,
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
  background-repeat: no-repeat;
}

.b-table-sticky-header,
.table-responsive,
[class*=table-responsive-] {
  margin-bottom: 1rem;
}
.b-table-sticky-header > .table,
.table-responsive > .table,
[class*=table-responsive-] > .table {
  margin-bottom: 0;
}

.b-table-sticky-header {
  overflow-y: auto;
  max-height: 300px;
}

@media print {
  .b-table-sticky-header {
    overflow-y: visible !important;
    max-height: none !important;
  }
}
@supports (position: sticky) {
  .b-table-sticky-header > .table.b-table > thead > tr > th {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    position: sticky;
    left: 0;
  }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column {
    z-index: 5;
  }
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    z-index: 2;
  }
  .table.b-table > thead > tr > .table-b-table-default,
  .table.b-table > tbody > tr > .table-b-table-default,
  .table.b-table > tfoot > tr > .table-b-table-default {
    color: #636363;
    background-color: #fff;
  }
  .table.b-table.table-dark > thead > tr > .bg-b-table-default,
  .table.b-table.table-dark > tbody > tr > .bg-b-table-default,
  .table.b-table.table-dark > tfoot > tr > .bg-b-table-default {
    color: #fff;
    background-color: #343a40;
  }
  .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background-image: linear-gradient(rgb(241, 241, 241), rgb(241, 241, 241));
    background-repeat: no-repeat;
  }
  .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background-repeat: no-repeat;
  }
  .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
    color: #636363;
    background-image: linear-gradient(#ececec, #ececec);
    background-repeat: no-repeat;
  }
  .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat;
  }
}
.table.b-table > thead > tr > [aria-sort],
.table.b-table > tfoot > tr > [aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0.65em 1em;
}
.table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.75rem / 2) center;
  padding-right: calc(0.75rem + 0.65em);
}
.table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.75rem / 2) center;
  padding-left: calc(0.75rem + 0.65em);
}
.table.b-table > thead > tr > [aria-sort=none],
.table.b-table > tfoot > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27black%27 opacity=%27.3%27 d=%27M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > [aria-sort=ascending],
.table.b-table > tfoot > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27black%27 d=%27M51 1l25 23 24 22H1l25-22z%27/%3e%3cpath fill=%27black%27 opacity=%27.3%27 d=%27M51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > [aria-sort=descending],
.table.b-table > tfoot > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27black%27 opacity=%27.3%27 d=%27M51 1l25 23 24 22H1l25-22z%27/%3e%3cpath fill=%27black%27 d=%27M51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=none], .table.b-table.table-dark > tfoot > tr > [aria-sort=none],
.table.b-table > .thead-dark > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27white%27 opacity=%27.3%27 d=%27M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=ascending], .table.b-table.table-dark > tfoot > tr > [aria-sort=ascending],
.table.b-table > .thead-dark > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27white%27 d=%27M51 1l25 23 24 22H1l25-22z%27/%3e%3cpath fill=%27white%27 opacity=%27.3%27 d=%27M51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=descending], .table.b-table.table-dark > tfoot > tr > [aria-sort=descending],
.table.b-table > .thead-dark > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27white%27 opacity=%27.3%27 d=%27M51 1l25 23 24 22H1l25-22z%27/%3e%3cpath fill=%27white%27 d=%27M51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=none],
.table.b-table > tfoot > tr > .table-dark[aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27white%27 opacity=%27.3%27 d=%27M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=ascending],
.table.b-table > tfoot > tr > .table-dark[aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27white%27 d=%27M51 1l25 23 24 22H1l25-22z%27/%3e%3cpath fill=%27white%27 opacity=%27.3%27 d=%27M51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=descending],
.table.b-table > tfoot > tr > .table-dark[aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27101%27 height=%27101%27 view-box=%270 0 101 101%27 preserveAspectRatio=%27none%27%3e%3cpath fill=%27white%27 opacity=%27.3%27 d=%27M51 1l25 23 24 22H1l25-22z%27/%3e%3cpath fill=%27white%27 d=%27M51 101l25-23 24-22H1l25 22z%27/%3e%3c/svg%3e");
}
.table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.3rem / 2) center;
  padding-right: calc(0.3rem + 0.65em);
}
.table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.3rem / 2) center;
  padding-left: calc(0.3rem + 0.65em);
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr {
  cursor: pointer;
}
.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (max-width: 575.98px) {
  .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-sm > caption,
  .table.b-table.b-table-stacked-sm > tbody,
  .table.b-table.b-table-stacked-sm > tbody > tr,
  .table.b-table.b-table-stacked-sm > tbody > tr > td,
  .table.b-table.b-table-stacked-sm > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-sm > thead,
  .table.b-table.b-table-stacked-sm > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr.top-row, .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 767.98px) {
  .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-md > caption,
  .table.b-table.b-table-stacked-md > tbody,
  .table.b-table.b-table-stacked-md > tbody > tr,
  .table.b-table.b-table-stacked-md > tbody > tr > td,
  .table.b-table.b-table-stacked-md > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-md > thead,
  .table.b-table.b-table-stacked-md > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr.top-row, .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 991.98px) {
  .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-lg > caption,
  .table.b-table.b-table-stacked-lg > tbody,
  .table.b-table.b-table-stacked-lg > tbody > tr,
  .table.b-table.b-table-stacked-lg > tbody > tr > td,
  .table.b-table.b-table-stacked-lg > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-lg > thead,
  .table.b-table.b-table-stacked-lg > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr.top-row, .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 1199.98px) {
  .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-xl > caption,
  .table.b-table.b-table-stacked-xl > tbody,
  .table.b-table.b-table-stacked-xl > tbody > tr,
  .table.b-table.b-table-stacked-xl > tbody > tr > td,
  .table.b-table.b-table-stacked-xl > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-xl > thead,
  .table.b-table.b-table-stacked-xl > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr.top-row, .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 1399.98px) {
  .table.b-table.b-table-stacked-xxl {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-xxl > caption,
  .table.b-table.b-table-stacked-xxl > tbody,
  .table.b-table.b-table-stacked-xxl > tbody > tr,
  .table.b-table.b-table-stacked-xxl > tbody > tr > td,
  .table.b-table.b-table-stacked-xxl > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-xxl > thead,
  .table.b-table.b-table-stacked-xxl > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-xxl > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xxl > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-xxl > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xxl > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xxl > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-xxl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-xxl > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-xxl > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-xxl > tbody > tr.top-row, .table.b-table.b-table-stacked-xxl > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xxl > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-xxl > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-xxl > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
.table.b-table.b-table-stacked {
  display: block;
  width: 100%;
}
.table.b-table.b-table-stacked > caption,
.table.b-table.b-table-stacked > tbody,
.table.b-table.b-table-stacked > tbody > tr,
.table.b-table.b-table-stacked > tbody > tr > td,
.table.b-table.b-table-stacked > tbody > tr > th {
  display: block;
}
.table.b-table.b-table-stacked > thead,
.table.b-table.b-table-stacked > tfoot {
  display: none;
}
.table.b-table.b-table-stacked > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {
  display: none;
}
.table.b-table.b-table-stacked > caption {
  caption-side: top !important;
}
.table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
  content: attr(data-label);
  width: 40%;
  float: left;
  text-align: right;
  overflow-wrap: break-word;
  font-weight: bold;
  font-style: normal;
  padding: 0 calc(1rem / 2) 0 0;
  margin: 0;
}
.table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
  display: block;
  clear: both;
  content: "";
}
.table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
  display: inline-block;
  width: calc(100% - 40%);
  padding: 0 0 0 calc(1rem / 2);
  margin: 0;
}
.table.b-table.b-table-stacked > tbody > tr.top-row, .table.b-table.b-table-stacked > tbody > tr.bottom-row {
  display: none;
}
.table.b-table.b-table-stacked > tbody > tr > :first-child {
  border-top-width: 3px;
}
.table.b-table.b-table-stacked > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked > tbody > tr > [rowspan] + th {
  border-top-width: 3px;
}

.b-time {
  min-width: 150px;
}
.b-time[aria-disabled=true] output, .b-time[aria-readonly=true] output,
.b-time output.disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.b-time[aria-disabled=true] output {
  pointer-events: none;
}
[dir=rtl] .b-time > .d-flex:not(.flex-column) {
  flex-direction: row-reverse;
}

.b-time .b-time-header {
  margin-bottom: 0.5rem;
}
.b-time .b-time-header output {
  padding: 0.25rem;
  font-size: 80%;
}
.b-time .b-time-footer {
  margin-top: 0.5rem;
}
.b-time .b-time-ampm {
  margin-left: 0.5rem;
}

.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: 0.25rem;
}
.b-toast .toast {
  background-color: rgba(255, 255, 255, 0.85);
}
.b-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.b-toast.b-toast-solid .toast {
  background-color: white;
}
.b-toast .toast {
  opacity: 1;
}
.b-toast .toast.fade:not(.show) {
  opacity: 0;
}
.b-toast .toast .toast-body {
  display: block;
}

.b-toast-primary .toast {
  background-color: rgba(254, 243, 243, 0.85);
  border-color: rgba(250, 205, 206, 0.85);
  color: #7c272a;
}
.b-toast-primary .toast .toast-header {
  color: #7c272a;
  background-color: rgba(252, 219, 220, 0.85);
  border-bottom-color: rgba(250, 205, 206, 0.85);
}
.b-toast-primary.b-toast-solid .toast {
  background-color: #fef3f3;
}

.b-toast-secondary .toast {
  background-color: rgba(217, 217, 217, 0.85);
  border-color: rgba(184, 184, 184, 0.85);
  color: black;
}
.b-toast-secondary .toast .toast-header {
  color: black;
  background-color: rgba(204, 204, 204, 0.85);
  border-bottom-color: rgba(184, 184, 184, 0.85);
}
.b-toast-secondary.b-toast-solid .toast {
  background-color: #d9d9d9;
}

.b-toast-success .toast {
  background-color: rgba(228, 242, 234, 0.85);
  border-color: rgba(193, 226, 207, 0.85);
  color: #114e2b;
}
.b-toast-success .toast .toast-header {
  color: #114e2b;
  background-color: rgba(211, 234, 221, 0.85);
  border-bottom-color: rgba(193, 226, 207, 0.85);
}
.b-toast-success.b-toast-solid .toast {
  background-color: #e4f2ea;
}

.b-toast-info .toast {
  background-color: rgba(229, 244, 247, 0.85);
  border-color: rgba(190, 229, 235, 0.85);
  color: #0c5460;
}
.b-toast-info .toast .toast-header {
  color: #0c5460;
  background-color: rgba(209, 236, 241, 0.85);
  border-bottom-color: rgba(190, 229, 235, 0.85);
}
.b-toast-info.b-toast-solid .toast {
  background-color: #e5f4f7;
}

.b-toast-warning .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(255, 238, 186, 0.85);
  color: #856404;
}
.b-toast-warning .toast .toast-header {
  color: #856404;
  background-color: rgba(255, 243, 205, 0.85);
  border-bottom-color: rgba(255, 238, 186, 0.85);
}
.b-toast-warning.b-toast-solid .toast {
  background-color: #fff9e7;
}

.b-toast-danger .toast {
  background-color: rgba(252, 236, 235, 0.85);
  border-color: rgba(245, 199, 196, 0.85);
  color: #721d17;
}
.b-toast-danger .toast .toast-header {
  color: #721d17;
  background-color: rgba(248, 215, 213, 0.85);
  border-bottom-color: rgba(245, 199, 196, 0.85);
}
.b-toast-danger.b-toast-solid .toast {
  background-color: #fceceb;
}

.b-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(252, 252, 252, 0.85);
  color: #7f7f7f;
}
.b-toast-light .toast .toast-header {
  color: #7f7f7f;
  background-color: rgba(253, 253, 253, 0.85);
  border-bottom-color: rgba(252, 252, 252, 0.85);
}
.b-toast-light.b-toast-solid .toast {
  background-color: white;
}

.b-toast-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #1b1e21;
}
.b-toast-dark .toast .toast-header {
  color: #1b1e21;
  background-color: rgba(214, 216, 217, 0.85);
  border-bottom-color: rgba(198, 200, 202, 0.85);
}
.b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5;
}

.b-toaster {
  z-index: 1100;
}
.b-toaster .b-toaster-slot {
  position: relative;
  display: block;
}
.b-toaster .b-toaster-slot:empty {
  display: none !important;
}

.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  position: absolute;
  max-width: 350px;
  width: 100%; /* IE 11 fix */
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-top-full .b-toaster-slot .toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full {
  top: 0;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {
  top: 0.5rem;
}
.b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  bottom: 0;
}
.b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  bottom: 0.5rem;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto;
}
.b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  transition: transform 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
  position: absolute;
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
  transition-delay: 0s;
}
.tooltip.b-tooltip {
  display: block;
  opacity: 0.9;
  outline: 0;
}
.tooltip.b-tooltip.fade:not(.show) {
  opacity: 0;
}
.tooltip.b-tooltip.show {
  opacity: 0.9;
}
.tooltip.b-tooltip.noninteractive {
  pointer-events: none;
}
.tooltip.b-tooltip .arrow {
  margin: 0 0.25rem;
}
.tooltip.b-tooltip.bs-tooltip-right .arrow, .tooltip.b-tooltip.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.bs-tooltip-auto[x-placement^=left] .arrow {
  margin: 0.25rem 0;
}

.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #ee4b51;
}
.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #ee4b51;
}
.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #ee4b51;
}
.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #ee4b51;
}
.tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #ee4b51;
}

.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: black;
}
.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: black;
}
.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: black;
}
.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: black;
}
.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #fff;
  background-color: black;
}

.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #219653;
}
.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #219653;
}
.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #219653;
}
.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #219653;
}
.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #219653;
}

.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #17a2b8;
}
.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #17a2b8;
}

.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #ffc107;
}
.tooltip.b-tooltip-warning .tooltip-inner {
  color: #212529;
  background-color: #ffc107;
}

.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #db382c;
}
.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #db382c;
}
.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #db382c;
}
.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #db382c;
}
.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #db382c;
}

.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: whitesmoke;
}
.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: whitesmoke;
}
.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: whitesmoke;
}
.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: whitesmoke;
}
.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: whitesmoke;
}

.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #343a40;
}
.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40;
}

.b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -0.15em;
}
.b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
  transform-origin: center;
  animation: 2s infinite linear normal b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
  transform-origin: center;
  animation: 2s infinite linear reverse b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
  transform-origin: center;
  animation: 1s infinite steps(8) normal b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
  transform-origin: center;
  animation: 1s infinite steps(8) reverse b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
    animation: none;
  }
}

@keyframes b-icon-animation-cylon {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
@keyframes b-icon-animation-cylon-vertical {
  0% {
    transform: translateY(25%);
  }
  100% {
    transform: translateY(-25%);
  }
}
@keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes b-icon-animation-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.btn .b-icon.bi,
.nav-link .b-icon.bi,
.dropdown-toggle .b-icon.bi,
.dropdown-item .b-icon.bi,
.input-group-text .b-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom;
}

:root {
  --body-bg: #ffffff;
  --body-color: #636363;
  --sidebar-bg: #ffffff;
  --sidebar-color: #000000;
  --configuration-sidebar-bg: #ffffff;
  --configuration-sidebar-color: #000000;
  --sidebar-menu-hover-bg: #f5f5f5;
  --sidebar-menu-hover-color: #000000;
  --sidebar-group-active-bg: #f5f5f5;
  --sidebar-group-active-color: #000000;
  --sidebar-element-active-bg: #f5f5f5;
  --sidebar-element-active-color: #000000;
  --header-bg: transparent;
  --header-color: #000000;
  --header-menu-color: #000000;
  --header-menu-hover-color: #EE4B51;
  --header-menu-active-color: #EE4B51;
  --header-dropdown-hover-color: #000000;
  --header-dropdown-hover-bg: #f5f5f5;
  --card-color: ;
  --card-bg: #ffffff;
  --link-color: #EE4B51;
  --link-color-hover: #d8141c;
  --btn-primary-color: #ffffff;
  --btn-primary-hover: #d0262c;
  --btn-primary-color-hover: #ffffff;
  --btn-secondary-color: #ffffff;
  --btn-secondary-hover: #40454a;
  --btn-secondary-color-hover: #ffffff;
  --btn-light-color: #212529;
  --btn-light-hover: #dcdcdc;
  --btn-light-color-hover: #212529;
  --table-bg: #fff;
  --table-color: #636363;
  --table-hover-bg: #ececec;
  --table-hover-color: #636363;
}

.error-404 {
  text-align: center;
  width: 100%;
}
.error-404 .content {
  font-size: 1.5rem;
}

html, body, #app, #app-content, #app:not(.testMode) #content {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--body-color) !important;
  background-color: var(--body-bg) !important;
}

#app #app-content {
  display: flex;
}
#app.fullscreen #sidebar,
#app.fullscreen #header {
  display: none;
}
#app.global-search-active #content {
  z-index: 12;
}
#app.testMode #content {
  height: calc(100% - 33px);
}

#sidebar {
  z-index: 11;
}

#content {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
#content #page {
  flex: 1 1 auto;
  overflow: auto;
  padding: 2em 2em 1em;
}
@media (max-width: 575.98px) {
  #content #page {
    padding: 1em;
  }
}
#content #page > div > .page-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding-bottom: 1rem;
}
#content #page > div > .page-container .page-content {
  flex: 1 1 auto;
}
#content #page > div > .page-container .flex-table {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#content #page > div > .page-container .flex-table > .kw-table-area {
  flex-grow: 1;
}

small {
  line-height: 1.4em;
  display: inline-block;
}

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

.badge-md {
  font-size: 0.8rem;
  padding: 0.4rem 0.7rem !important;
}

.btn-icon {
  font-size: 1rem;
  line-height: 1.15rem;
}

.btn-group > *:not(:first-child).btn::before, .btn-group > *:not(:first-child).dropdown > .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary);
  width: 1px;
  height: 100%;
  filter: brightness(0.8);
}
.btn-group > *:not(:first-child).btn-disabled {
  margin-left: -1px;
}
.btn-group > *:not(:first-child).btn-disabled .btn {
  border-radius: 0;
}

.btn-primary,
.page-item.active .page-link {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--btn-primary-color);
}
.btn-primary:hover,
.page-item.active .page-link:hover {
  background-color: var(--btn-primary-hover);
  border-color: var(--btn-primary-hover);
  color: var(--btn-primary-color-hover);
}

.btn-secondary {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--btn-secondary-color);
}
.btn-secondary:hover {
  background-color: var(--btn-secondary-hover);
  border-color: var(--btn-secondary-hover);
  color: var(--btn-secondary-color-hover);
}

.btn-light {
  background-color: var(--light);
  border-color: var(--light);
  color: var(--btn-light-color);
}
.btn-light .btn-light:hover {
  background-color: var(--btn-light-hover);
  border-color: var(--btn-light-hover);
  color: var(--btn-light-color-hover);
}

.btn-link {
  color: var(---link-color);
}
.btn-link:hover {
  color: var(---link-color-hover);
}

.card {
  background-color: var(--card-bg) !important;
}

.card-body {
  color: var(--card-color) !important;
}

.caret {
  width: 25px;
  height: 10px;
  overflow: hidden;
  box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: relative;
  margin-bottom: 0;
}
.caret:after {
  background-color: var(--header-bg);
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  top: 4px;
  left: 6px;
  box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
}

.comments-list .comments {
  max-height: 300px;
  overflow-y: auto;
}
.comments-list .comment-row {
  margin: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.125);
}
.comments-list .comment-row .actions {
  opacity: 0.3;
}
.comments-list .comment-row:not(:hover) .actions .btn {
  color: inherit;
}
.comments-list .comment-row:hover .actions {
  opacity: 1;
}

.dropdown-toggle::after {
  font-size: 0.9rem;
  vertical-align: 0.155em;
  margin-left: 0.355em;
}

.dynamic-list .loading {
  font-size: 3rem;
  text-align: center;
  padding: 0.5em 1em;
}
.dynamic-list .col-actions {
  padding: 0;
  vertical-align: middle;
  text-align: center;
}
.dynamic-list .sort-column {
  padding: 0;
  text-align: center;
  width: 25px;
  vertical-align: middle;
  color: #6c757d;
}
.dynamic-list .sort-column .sort-handler {
  cursor: move;
}
.dynamic-list .sortable-ghost {
  opacity: 0.4;
}
.dynamic-list .color-column {
  padding-top: 0.5rem;
  padding-bottom: 0;
  vertical-align: middle;
}
.dynamic-list .color-column .color-preview {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.files-list .file {
  line-height: 1rem;
  max-width: 90px;
}
.files-list .file .icon {
  font-size: 2.5rem;
}
.files-list .file .actions {
  font-size: 0.8rem;
}
.files-list .file .actions .btn-icon {
  opacity: 0;
  color: inherit;
}
.files-list .file .actions .btn-icon:hover {
  opacity: 1 !important;
  cursor: pointer;
}
.files-list .file:hover .actions .btn-icon {
  opacity: 0.5;
}

.file-preview-modal .modal-body {
  text-align: center;
}
.file-preview-modal .modal-body img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.form-title, .form-title-alt {
  font-size: 1.1rem;
  margin-top: 2.5rem;
  margin-bottom: 0.9rem;
}
.form-title .svg-inline--fa, .form-title-alt .svg-inline--fa {
  margin-right: 0.5rem;
}
.form-title.with-border, .with-border.form-title-alt {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d8d7d7;
  padding-bottom: 0.3rem;
}

.form-title-alt {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 3px;
  font-size: 0.95rem;
}

.form-group label,
.form-group legend {
  font-weight: 500;
}
.form-group label.small, .form-group label.kw-table-page-length,
.form-group legend.small,
.form-group legend.kw-table-page-length {
  font-size: 0.8rem;
}
.form-group .col-form-label {
  padding-bottom: 0 !important;
  margin-bottom: 0.1rem;
}
.form-group.form-text > .form-row > .col-form-label {
  padding-top: 0;
}

.input-group {
  flex-wrap: nowrap;
}

.custom-checkbox .custom-control-label, .custom-radio .custom-control-label {
  font-weight: normal !important;
}

#header {
  background-color: var(--header-bg);
  color: var(--header-color);
  width: 100%;
  min-height: 60px;
  max-height: 60px;
  box-shadow: 0 0 10px 1px transparent;
  display: flex;
  align-items: center;
  padding-left: 1em;
  z-index: 10;
}
#header #header-logo {
  margin-right: 0.5rem;
  padding: 0.5em 1em;
  height: 60px;
  text-align: center;
  width: 100%;
  max-width: 150px;
  display: flex;
  align-items: center;
}
#header #header-logo img {
  width: 100%;
  height: auto;
}
#header .center-part {
  flex: 1 1 auto;
}
#header .right-menu {
  padding: 0 1em;
}
#header .secondary-menu {
  padding-left: 0;
  margin-bottom: 0;
  margin-right: 3rem;
}
#header .secondary-menu > li {
  list-style: none;
  position: relative;
  display: inline-block;
  width: 35px;
}
#header .secondary-menu > li:not(:last-child) {
  margin-right: 20px;
}
#header .secondary-menu > li a.menu-link {
  color: inherit !important;
}
#header .secondary-menu > li .menu-icon {
  font-size: 1.4rem;
}
#header .secondary-menu > li .menu-badge {
  position: absolute;
  margin-left: -5px;
  margin-top: -5px;
}

.sidebar-button {
  margin-right: 1em;
  font-size: 1.2em;
  color: var(--header-menu-color);
}
.sidebar-button:hover {
  cursor: pointer;
  color: var(--header-menu-hover-color);
}

#header-menu {
  display: flex;
}
#header-menu, #header-menu ul {
  padding-left: 0;
  margin: 0;
}
#header-menu li {
  list-style: none;
}
#header-menu > li {
  display: inline-block;
  position: relative;
}
#header-menu > li > * > .icon {
  margin-right: 0.3rem;
}
#header-menu > li .element {
  padding: 0.3em 1em;
  display: flex;
  align-items: center;
  color: var(--header-menu-color);
}
#header-menu > li .element:hover {
  text-decoration: none;
  color: var(--header-menu-hover-color);
  cursor: pointer;
}
#header-menu > li .element.active, #header-menu > li .element.router-link-active {
  color: var(--header-menu-active-color);
  font-weight: bold;
}
#header-menu > li > .element {
  padding: 1em 1em;
}
#header-menu > li > .element .indicator-icon {
  margin-left: 0.7em;
}
#header-menu > li .dropdown {
  position: absolute;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 4px;
  white-space: nowrap;
}
#header-menu > li .dropdown .caret {
  position: absolute;
  left: 50%;
  margin-left: -12px;
}
#header-menu > li:hover .dropdown {
  display: block;
}
#header-menu > li ul {
  margin-top: 9px;
  background-color: var(--header-bg);
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  min-width: 170px;
  font-size: 0.95em;
}
#header-menu > li ul li {
  display: block;
  border: 0;
  border-color: transparent;
  border-style: solid;
  border-top-width: 1px;
}
#header-menu > li ul li:first-child {
  border-top-width: 0;
}
#header-menu > li ul li:first-child .element {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
#header-menu > li ul li:last-child .element {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#header-menu > li ul li .element {
  width: 100%;
  padding: 0.4em 0.5em 0.4em 1em;
}
#header-menu > li ul li .element .text {
  flex: 1 1 auto;
}
#header-menu > li ul li .element .add-icon {
  width: 25px;
  margin-left: 0.5em;
  font-size: 1.1em;
}
#header-menu > li ul li .element:not(.router-link-active):hover {
  background-color: var(--header-dropdown-hover-bg);
  color: var(--header-dropdown-hover-color);
}
#header-menu.header-menu-responsive {
  position: absolute;
  background-color: #fff;
  flex-direction: column;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
}
#header-menu.header-menu-responsive > li {
  border-top-width: 1px;
  border-top-color: #d1d1d1;
  border-top-style: solid;
}
#header-menu.header-menu-responsive > li .dropdown {
  position: relative;
  left: 0;
  transform: none;
  padding: 0;
}
#header-menu.header-menu-responsive > li .dropdown .caret {
  display: none;
}
#header-menu.header-menu-responsive > li .dropdown ul {
  margin: 0;
  border-radius: 0;
  border-bottom: 0;
}
#header-menu.header-menu-responsive > li .dropdown ul li {
  border-radius: 0;
}
#header-menu.header-menu-responsive > li .dropdown ul li .text {
  flex: 1 1 auto;
}
#header-menu.header-menu-responsive > li .dropdown ul li a {
  padding: 1em 2.5em 1em;
}
#header-menu.header-menu-responsive > li .dropdown ul li a:hover {
  background-color: inherit;
  color: inherit;
}
#header-menu.header-menu-responsive > li .dropdown ul li .add-icon {
  display: none;
}

.login-form {
  max-width: 400px;
  margin: auto;
}

.speed-login {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: var(--body-bg);
}

a {
  color: var(--link-color);
}
a:hover {
  color: var(--link-color-hover);
}

#main-menu {
  padding: 0 0.5em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#main-menu li {
  list-style: none;
  margin-bottom: 0.2em;
}
#main-menu .backlink {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--sidebar-color);
  margin-bottom: 1em;
}
#main-menu .element {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  color: inherit;
  border-radius: 0;
  width: 100%;
  text-align: left;
}
#main-menu .element .list-icon {
  width: 40px;
  font-size: 0.5em;
}
#main-menu .element .text {
  flex: 1 1 auto;
  padding-left: 0.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main-menu .element .add-icon,
#main-menu .element .indicator-icon {
  width: 25px;
}
#main-menu .element .icon {
  width: 40px;
  font-size: 1.2em;
}
#main-menu .element .add-icon {
  opacity: 0.2;
  outline: 0;
  font-size: 1.1em;
}
#main-menu .element:hover {
  text-decoration: none;
}
#main-menu .element:hover:not(.router-link-active):not(.open) {
  background-color: var(--sidebar-menu-hover-bg);
  color: var(--sidebar-menu-hover-color);
  cursor: pointer;
}
#main-menu .element:hover .add-icon {
  opacity: 1;
}
#main-menu .open {
  background-color: var(--sidebar-group-active-bg);
  color: var(--sidebar-group-active-color);
}
#main-menu .router-link-active {
  background-color: var(--sidebar-element-active-bg);
  color: var(--sidebar-element-active-color);
}
#main-menu ul {
  margin-top: 0.2em;
  display: block;
  padding: 0;
}

@media (min-width: 701px) {
  .collapsed #main-menu .icon {
    width: 20px;
  }
  .collapsed #main-menu .list-icon {
    display: none;
  }
  .collapsed #main-menu > li:not(:hover) .element.active {
    background-color: var(--sidebar-element-active-bg);
    color: var(--sidebar-element-active-color);
  }
  .collapsed #main-menu > li:not(:hover) ul,
  .collapsed #main-menu > li:not(:hover) .indicator-icon {
    display: none;
  }
  .collapsed #main-menu > li:not(:hover) .text {
    width: 0;
    padding: 0;
  }
  .collapsed #main-menu > li:hover {
    height: 37px;
    width: 260px;
  }
  .collapsed #main-menu > li:hover > .element {
    width: 260px;
    background-color: var(--sidebar-menu-hover-bg);
    color: var(--sidebar-menu-hover-color);
    position: absolute;
  }
  .collapsed #main-menu > li:hover > span.element {
    border-bottom-right-radius: 0;
  }
  .collapsed #main-menu > li:hover > ul {
    position: absolute;
    width: 215px;
    background: var(--sidebar-bg);
    margin-top: 37px;
    margin-left: 45px;
    padding-top: 0.2em;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .collapsed #main-menu > li:hover .icon {
    margin-right: 1em;
  }
}
#main-search .search-button {
  font-size: 1.2em;
  margin: auto 1em;
  color: var(--header-menu-color);
}
#main-search .search-button:hover {
  color: var(--header-menu-hover-color);
  cursor: pointer;
}
#main-search .search-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.431372549);
  z-index: 100;
}
#main-search .search-area .content {
  height: 100%;
  top: 0;
  position: absolute;
  padding: 0.9em 1em;
}
.with-sidebar #main-search .search-area .content {
  width: calc(100% - 260px);
  left: 260px;
}

.with-short-sidebar #main-search .search-area .content {
  width: calc(100% - 50px);
  left: 50px;
}

:not(.with-short-sidebar):not(.with-sidebar) #main-search .search-area .content {
  width: 100%;
  left: 0;
}

#main-search form .close-search {
  font-size: 1.8em;
  color: red;
  position: absolute;
  right: 15px;
  top: 12px;
  padding: 0 0.4em;
  opacity: 0.8;
}
#main-search form .close-search:hover {
  cursor: pointer;
  opacity: 1;
}

.modal-xxl {
  max-width: 98%;
  margin: 0.5rem;
}
.modal-xxl .modal-content {
  padding: 0.5rem 1em;
}

.modal-content {
  background-color: transparent;
  border: 0;
  position: initial;
}
.modal-content .modal-header {
  border-bottom: 0;
  color: #ffffff;
  padding: 0 0 0.2em;
}
.modal-content .modal-header h5 {
  font-weight: bold;
  min-height: 27px;
}
.modal-content .modal-header .close {
  position: absolute;
  z-index: 1;
  color: inherit;
  background: #000;
  font-size: 2.4em;
  line-height: 0;
  margin: 0;
  padding: 0;
  right: -15px;
  top: 12px;
  width: 32px;
  height: 32px;
  border-radius: 30px;
  border: 2px solid #fff;
  opacity: 0.8;
}
.modal-content .modal-body {
  background-color: #fff;
  border-radius: 0.5rem;
}
.modal-content .modal-footer {
  padding: 0.5em 1em;
}
.modal-content .modal-footer .modal-footer-separator {
  flex: 1 1 auto;
}

@media (max-width: 767.98px) {
  .modal-open .modal {
    background-color: var(--card-bg);
    overflow: hidden;
  }
  .modal-open .modal .modal-dialog,
  .modal-open .modal .modal-content {
    height: 100%;
  }
  .modal-open .modal .modal-dialog {
    margin: 0.5rem;
    max-width: 100%;
    display: flex;
    max-height: calc(100% - 1rem);
  }
  .modal-open .modal .modal-dialog .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
  }
  .modal-open .modal .modal-dialog .modal-header,
  .modal-open .modal .modal-dialog .modal-footer {
    flex-shrink: 0;
  }
  .modal-open .modal .modal-dialog .modal-header h5 {
    width: 100%;
    color: var(--card-color);
    padding-bottom: 7px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .modal-open .modal .modal-dialog .modal-header button {
    display: none;
  }
  .modal-open .modal .modal-dialog .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 767.98px) and (max-width: 500px) {
  .modal-open .modal .modal-dialog .modal-body {
    padding: 1rem 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .modal-open .modal .modal-dialog .modal-footer {
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .modal-md {
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 800px) {
  .modal-lg {
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 1140px) {
  .modal-xl {
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
}
.notifications-panel {
  position: fixed;
  z-index: 90;
  top: 10px;
  right: 0;
  background-color: #fff;
  width: 400px;
  height: calc(100% - 20px);
  box-shadow: 0 0 10px 1px #d6d6d6;
  border-radius: 5px;
}
.notifications-panel .notifications-panel-header {
  padding: 0.7rem 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.notifications-panel .notifications-panel-header h2 {
  font-size: 1rem;
  padding: 0.2rem 0;
  flex: 1 1 auto;
  margin: 0;
}
.notifications-panel .notifications-panel-header svg {
  font-size: 1.3rem;
}
.notifications-panel .notifications-panel-header .btn-close {
  color: red;
  margin-left: 10px;
}
.notifications-panel .notifications-panel-actions {
  padding: 0 1rem;
}
.notifications-panel .notifications-panel-actions .btn {
  font-size: 0.8rem;
}
.notifications-panel .notifications .notification {
  display: flex;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e3e3e3;
}
.notifications-panel .notifications .notification:first-child {
  border-top: 1px solid #e3e3e3;
}
.notifications-panel .notifications .notification .icon {
  font-size: 1.3rem;
  padding-right: 1rem;
}
.notifications-panel .notifications .notification .infos .title {
  font-weight: bold;
}
.notifications-panel .notifications .notification .infos .description {
  color: #a1a1a1;
  font-size: 0.8rem;
  margin: 5px 5px 5px 0;
  text-align: justify;
}
.notifications-panel .notifications .notification .infos .datetime {
  font-size: 0.8rem;
}

.app-title {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 1.5em;
  display: flex;
  align-items: center;
}
.app-title .responsive-menu .dropdown-menu li:last-child:has(> .dropdown-divider),
.app-title .responsive-menu .dropdown-menu li:has(> .dropdown-divider) + li:has(> .dropdown-divider) {
  display: none;
}
.app-title .responsive-menu .dropdown-menu a {
  color: inherit !important;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin-right: 1em;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 1em;
    text-align: center;
  }
}

.password-field .input-group input {
  border-right: 0;
}
.password-field .input-group .input-group-append {
  padding: 0 0.5rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ced4da;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ced4da;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ced4da;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  align-items: center;
}
.password-field .input-group .input-group-append svg {
  font-size: 0.8rem;
}
.password-field .input-group:has(.is-invalid) .input-group-append {
  border-top-color: #DB382C;
  border-bottom-color: #DB382C;
  border-right-color: #DB382C;
}

.password-indicators {
  font-size: 0.8rem;
}
.password-indicators .password-indicator {
  display: flex;
  align-items: center;
}
.password-indicators .password-indicator:not(:last-child) {
  margin-bottom: 0.4rem;
}
.password-indicators .password-indicator .indicator {
  width: 15px;
  text-align: center;
  margin-right: 0.5rem;
  color: red;
}
.password-indicators .password-indicator .indicator.valid {
  color: green;
}

.pdf-viewer {
  position: relative;
}
.pdf-viewer .menu {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 9;
  padding-left: 0;
}
.pdf-viewer .menu li {
  list-style: none;
  display: inline-block;
}
.pdf-viewer .menu li:not(:last-child) {
  margin-right: 0.5rem;
}
.pdf-viewer .menu li .btn {
  background-color: #fff;
  color: #6d6d6d;
  border-radius: 30px;
  padding: 0;
  width: 35px;
  height: 35px;
  font-size: 1.2rem;
  border-color: #c3c3c3;
  opacity: 0.2;
}
.pdf-viewer .menu li .btn:hover {
  background-color: #6d6d6d;
  color: #fff;
}
.pdf-viewer:hover .menu .btn {
  opacity: 1;
}
.pdf-viewer .pdf-files {
  overflow-y: auto;
}
.pdf-viewer .pdf-files > span {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.125);
}
.pdf-viewer .pdf-files > span:not(:first-child) {
  margin-top: 1rem;
}
.pdf-viewer .pdf-files .annotationLayer {
  display: none !important;
}

.public-page, .speed-login {
  flex-direction: column;
  width: 100%;
}
.public-page .logo, .speed-login .logo {
  margin: 2rem 0 1.5rem 0;
  text-align: center;
}
.public-page .logo img, .speed-login .logo img {
  max-width: 250px;
}

.register-form {
  margin: auto;
  max-width: 500px;
}
.register-form .card-title {
  text-align: center;
  margin-bottom: 2rem;
}

#sidebar input[type=checkbox] {
  display: none;
}
#sidebar .content {
  background-color: var(--sidebar-bg);
  color: var(--sidebar-color);
  width: 260px;
  height: 100%;
  overflow-y: auto;
}
#sidebar .content .header {
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}
#sidebar .content .header #hide-sidebar-button {
  font-size: 1.5em;
  flex: 1 1 auto;
  opacity: 0.8;
  width: 40px;
}
#sidebar .content .header #hide-sidebar-button:hover {
  cursor: pointer;
  opacity: 1;
}
#sidebar .content #logo {
  padding: 0.5em 1em;
  height: 60px;
  text-align: center;
  width: 100%;
}
#sidebar .content #logo img {
  width: auto;
  height: 100%;
}
#sidebar .content.collapsed {
  width: 50px;
}
#sidebar .content.collapsed #logo {
  padding: 0.7em;
}
#sidebar .content.collapsed #logo img {
  height: auto;
  width: 100%;
}
#sidebar .content.hidden {
  display: none;
}
#sidebar .content.show-absolute {
  position: absolute;
  display: block;
}

.pages-configuration #sidebar .content {
  background-color: var(--configuration-sidebar-bg);
  color: var(--configuration-sidebar-color);
}

.spinner-component {
  text-align: center;
  padding: 0.5em 1em;
}

.table {
  background-color: var(--table-bg);
  color: var(--table-color);
}
.table thead th {
  border-bottom-width: 1px;
}
.table:not(.table-bordered) thead th {
  border-top-width: 0;
}
.table.table-hover tbody tr:hover td {
  background-color: var(--table-hover-bg);
  color: var(--table-hover-color);
}

.table-fixed {
  table-layout: fixed;
}

.table:not(.table-sm) > thead > th {
  padding: 0.5rem 0.75rem;
}

table.align-middle td {
  vertical-align: middle;
}

.tabs-card > div > .nav-tabs {
  border-bottom: 0;
}
.tabs-card > div > .nav-tabs .nav-link.active {
  background-color: var(--card-bg);
  border-bottom-color: var(--card-bg);
}
.tabs-card .tab-content .tab-pane {
  padding: 1.25rem;
  color: var(--card-color);
  background-color: var(--card-bg);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.tabs-card .tab-content .tab-pane:first-child {
  border-top-left-radius: 0;
}

.badge-tag {
  background-color: var(--light);
  font-size: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.team-users-selector .vs__selected {
  margin-top: 1px;
  margin-bottom: 1.5px;
  border-radius: 20px;
  padding: 0 !important;
  display: flex;
}
.team-users-selector .v-select .vs__dropdown-toggle {
  padding-bottom: calc(0.375rem - 4px);
}
.team-users-selector .v-select .vs__dropdown-toggle .b-avatar {
  width: 26px;
  height: 26px;
  font-size: 0.8rem;
  line-height: 1.5rem;
}
.team-users-selector .v-select.size-sm .vs__dropdown-toggle {
  padding-bottom: calc(0.3rem - 4px);
  padding-top: calc(0.3rem - 4px);
}
.team-users-selector .v-select.size-sm .vs__dropdown-toggle .b-avatar {
  width: 23px;
  height: 23px;
  font-size: 0.7rem;
  line-height: 1.6rem;
}
.team-users-selector .vs__search {
  margin-bottom: 4px;
}
.team-users-selector .vs__actions {
  padding-top: 0px;
}
.team-users-selector .kw-form-control.select-multiple .vs__selected {
  padding-right: 25px !important;
}
.team-users-selector .kw-form-control.select-multiple .vs__selected .vs__deselect {
  right: 7px;
  top: 8px;
}
.team-users-selector .kw-form-control:not(.select-multiple) .vs__deselect {
  position: relative !important;
  right: auto !important;
  top: auto !important;
  margin: 0 8px !important;
}

.team-selector-menu .dropdown-toggle {
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.team-selector-menu .dropdown-toggle .text {
  flex: 1 1 auto;
}
.team-selector-menu .dropdown-menu {
  max-width: 250px;
}
.team-selector-menu .dropdown-menu a {
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.test-mode-bar {
  width: 100%;
  background-color: #ec8f0d;
  color: #ffffff;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}
.test-mode-bar .btn {
  padding: 1px 5px;
  margin-left: 10px;
}

.test-mode-modal .available-datas-list .custom-checkbox {
  display: inline-block;
  width: 50%;
}

.textarea-view {
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: inherit;
}

.user-avatar {
  position: relative;
  max-width: 200px;
}
.user-avatar .btn-mode {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}
.user-avatar .filepond--file-status-sub {
  visibility: hidden;
}

#user-avatar {
  position: relative;
  max-width: 160px;
}
#user-avatar .actions {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
}
#user-avatar .btn-mode > .btn {
  display: none;
}
#user-avatar .filepond--file-status-sub {
  visibility: hidden;
}

.user-menu .link {
  display: flex;
  align-items: center;
  position: relative;
}
.user-menu .link p {
  margin-bottom: 0;
  text-align: right;
}
.user-menu .link .username {
  font-weight: bold;
}
.user-menu .link .company-name {
  opacity: 0.8;
}
.user-menu .link .username,
.user-menu .link .company-name {
  text-overflow: ellipsis;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
}
.user-menu .link .b-avatar {
  margin-left: 1em;
}
.user-menu .link.user-menu-hover {
  cursor: pointer;
}
.user-menu > .dropdown {
  position: absolute;
  right: 5px;
  top: 50px;
  padding-top: 10px;
  display: none;
}
.user-menu.user-menu-hover > .dropdown {
  display: block;
}
.user-menu .caret {
  right: 15px;
  position: absolute;
}
.user-menu .submenu {
  background-color: var(--header-bg);
  margin-top: 9px;
  width: 250px;
  padding-left: 0;
  border-radius: 5px;
  box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.user-menu .submenu li {
  list-style: none;
}
.user-menu .submenu li:first-child {
  border-top-width: 0;
}
.user-menu .submenu li:first-child a {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.user-menu .submenu li:last-child, .user-menu .submenu li:last-child a, .user-menu .submenu li:last-child .btn-link {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.user-menu .submenu li.separator {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin: 5px 0;
}
.user-menu .submenu li .btn-link {
  border-radius: 0;
  text-align: left;
}
.user-menu .submenu li a,
.user-menu .submenu li .btn-link {
  width: 100%;
  display: inline-block;
  padding: 0.5em 1em;
  background-color: var(--header-bg);
  color: var(--header-color);
}
.user-menu .submenu li a:hover,
.user-menu .submenu li .btn-link:hover {
  text-decoration: none;
}
.user-menu .submenu li a:hover:not(.router-link-active),
.user-menu .submenu li .btn-link:hover:not(.router-link-active) {
  background-color: var(--header-dropdown-hover-bg);
  color: var(--header-dropdown-hover-color);
}
.user-menu .submenu li a.router-link-active,
.user-menu .submenu li .btn-link.router-link-active {
  color: var(--header-menu-active-color);
  font-weight: bold;
}
.user-menu:hover .submenu,
.user-menu:hover .caret {
  display: block;
}

.custom-field-form .delete-col {
  font-size: 1.3rem;
  width: 31px;
}

.address-dropdown-menu {
  display: block !important;
  max-height: 200px;
  overflow-y: auto;
  min-width: 0 !important;
  width: 100%;
}
.address-dropdown-menu button {
  padding: 0.25rem 0.75rem;
}

.custom-checkbox-nolabel {
  padding-left: 0 !important;
}
.custom-checkbox-nolabel .custom-control-label::before {
  left: 0 !important;
  position: relative !important;
}
.custom-checkbox-nolabel .custom-control-label::after {
  left: 0 !important;
}

.kw-form-period {
  display: inline-block;
}
.kw-form-period .datepicker {
  max-width: 90px;
}
.kw-form-period > button {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: inherit !important;
}
.kw-form-period > button:hover .kw-form-period-indicator {
  background-color: #f1f1f1;
}
.kw-form-period > ul,
.kw-form-period > ul .b-dropdown-text {
  padding: 0;
}
.kw-form-period.with-compare .kw-form-period-select {
  width: 812px;
}
.kw-form-period:not(.with-compare) .kw-form-period-select {
  width: 655px;
}
@media screen and (max-width: 875px) {
  .kw-form-period.with-compare .dropdown-menu {
    overflow-x: auto;
    width: calc(100vw - 10px);
  }
}
@media screen and (max-width: 660px) {
  .kw-form-period:not(.with-compare) .dropdown-menu {
    overflow-x: auto;
    width: calc(100vw - 10px);
  }
}

.kw-form-period-indicator {
  display: inline-block;
  background-color: #fff;
  padding: 0.3rem 0.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  font-weight: bold;
}
.kw-form-period-indicator .badge {
  margin-right: 0.4rem;
  font-weight: normal;
  padding: 0.45em 0.5em;
}

.kw-form-period-select {
  display: inline-flex;
}
.kw-form-period-select > div:not(:nth-child(2)) {
  overflow-y: auto;
  flex: 0 0 150px;
}
.kw-form-period-select > div:not(:nth-child(2)):first-child > .list-group-item {
  border-left: 0;
}
.kw-form-period-select > div:not(:nth-child(2)):first-child > .list-group-item:first-child {
  border-top: 0;
}
.kw-form-period-select > div:not(:nth-child(2)):first-child > .list-group-item:last-child {
  border-bottom: 0;
}
.kw-form-period-select > div:not(:nth-child(2)):last-child {
  border-left: 1px solid #dfdfdf;
}
.kw-form-period-select > div:not(:nth-child(2)):last-child > .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.kw-form-period-select > div:not(:nth-child(2)):last-child > .list-group-item:first-child {
  border-top: 0;
}
.kw-form-period-select > div:not(:nth-child(2)):last-child > .list-group-item:last-child {
  border-bottom: 0;
}
.kw-form-period-select > div:not(:nth-child(2)) .list-group-item {
  border-radius: 0;
}
.kw-form-period-select > div:not(:nth-child(2)) button {
  padding: 0.3rem 0.5rem;
}
.kw-form-period-select > div:nth-child(2) {
  padding: 0 5px;
}
.kw-form-period-select .vc-container {
  border: 0;
}

.datetime-group {
  display: flex;
}
.datetime-group .date-part {
  width: 66%;
  max-width: 200px;
}
.datetime-group .time-part {
  width: 34%;
  max-width: 140px;
}
.datetime-group .datepicker {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.datetime-group .timepicker {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fr-wrapper table.withCustomBorders {
  border-collapse: unset;
  border-spacing: 0;
}

.fr-popup .fr-buttons-selectTableBorderColor .btn {
  vertical-align: top;
  margin-top: 5px;
  float: right;
  margin-right: 5px;
}
.fr-popup .fr-table-cell {
  display: block;
  margin: 0;
  padding: 5px 20px;
}
.fr-popup .fr-table-cell-label {
  font-size: 0.8rem;
  padding-bottom: 1px;
}
.fr-popup .fr-table-border-colors {
  padding-top: 10px;
}
.fr-popup .fr-table-border-colors > span {
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #e8e6e6;
}
.fr-popup .fr-table-border-colors > span.selected {
  border-color: #000000;
}
.fr-popup .fr-table-border-colors-hex-layer input {
  height: 32px !important;
}
.fr-popup .fr-table-border-colors-hex-layer input + label {
  top: 21px;
}
.fr-popup .fr-table-background-remove-color svg {
  margin: 0 !important;
}
.fr-popup .fr-dynamic-variables-row {
  width: 100%;
  max-width: 500px;
}

.fr-wrapper .fr-dynamic-variable,
.fr-view .fr-dynamic-variable {
  padding: 1px 5px;
  background-color: #ffff00;
  border: 1px solid #c1c1c1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.fr-wrapper .fr-dynamic-variable.selected-dynamic-variable,
.fr-view .fr-dynamic-variable.selected-dynamic-variable {
  outline: 1px solid #ff0000;
}

.fr-toolbar .fr-command.fr-btn[data-cmd=insertDynamicVariables] {
  background-color: #EE4B51;
}
.fr-toolbar .fr-command.fr-btn[data-cmd=insertDynamicVariables] svg path {
  fill: #FFF;
}

.fr-box.fr-basic {
  border-radius: 0.25rem;
}
.fr-box.fr-basic .fr-toolbar {
  border-radius: 0.25rem 0.25rem 0 0;
  border-color: #ced4da;
}
.fr-box.fr-basic .fr-toolbar .fr-btn-grp:first-child {
  margin-left: 5px;
}
.fr-box.fr-basic .fr-toolbar .fr-btn-grp.fr-float-right {
  margin-right: 5px;
}
.fr-box.fr-basic .fr-toolbar .fr-newline {
  background-color: #ced4da;
  margin-left: 0;
  margin-right: 0;
}
.fr-box.fr-basic .fr-wrapper {
  border-radius: 0 0 0.25rem 0.25rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ced4da;
}
.fr-box.fr-basic .fr-wrapper .fr-element {
  padding: 0.375rem 0.75rem;
}
.fr-box.fr-basic .second-toolbar {
  display: none;
}

.fr-toolbar .fr-more-toolbar.fr-expanded {
  height: 36px;
  margin-top: -5px;
}
.fr-toolbar .fr-command.fr-btn svg {
  height: 20px !important;
  width: 20px !important;
}
.fr-toolbar .fr-command.fr-btn {
  height: 28px;
}
.fr-toolbar .fr-command.fr-btn.fr-open {
  margin-top: 5px;
}

.fr-toolbar .fr-command.fr-btn svg,
.fr-separator.fr-vs {
  margin: 4px 4px;
}

.fr-separator.fr-vs {
  height: 28px;
}

.kw-form-editor-sm .fr-toolbar .fr-more-toolbar.fr-expanded {
  height: 32px;
}
.kw-form-editor-sm .fr-toolbar .fr-command.fr-btn {
  height: 26px;
  margin: 2px 2px;
}
.kw-form-editor-sm .fr-toolbar .fr-command.fr-btn svg {
  height: 18px !important;
  width: 18px !important;
}
.kw-form-editor-sm .fr-toolbar .fr-command.fr-btn svg,
.kw-form-editor-sm .fr-separator.fr-vs {
  margin: 4px 4px;
}
.kw-form-editor-sm .fr-separator.fr-vs {
  height: 22px !important;
}

.fr-toolbar.fr-toolbar-open {
  padding-bottom: 0 !important;
}

.btn-mode .filepond--root {
  height: auto;
}
.btn-mode .filepond--drop-label,
.btn-mode .filepond--panel-root {
  display: none;
}

.ajax-form-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.631372549);
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5em;
}

.required-indicator {
  position: relative;
}
.required-indicator::before, .required-indicator::after {
  display: block;
  position: absolute;
  top: 0;
}
.required-indicator::before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #e6e6e6 transparent transparent;
  z-index: 1;
  right: 0;
  pointer-events: none;
}
.required-indicator::after {
  content: "*";
  color: #655959;
  z-index: 2;
  right: 3px;
  font-size: 0.8em;
}

.form-global-errors {
  white-space: pre-line;
}

input[type=number].form-number {
  -moz-appearance: textfield;
}
input[type=number].form-number::-webkit-outer-spin-button, input[type=number].form-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-group > .kw-form-control:not(.spinner-wrapper) {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .kw-form-control:not(:first-child) .form-control,
.input-group > .kw-form-control:not(:first-child) .v-select .vs__dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .kw-form-control:not(:last-child) .form-control,
.input-group > .kw-form-control:not(:last-child) .v-select .vs__dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append .vs__dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.kform-login {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.431372549);
  z-index: 9999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/img/flags.f73aa829.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(/img/flags@2x.2704c069.png);
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}

.iti {
  width: 100%;
}

input::-moz-placeholder {
  color: #bebebe !important;
}

input::placeholder {
  color: #bebebe !important;
}

/**
    Support for SASS is deprecated as of v3.18.

    The files remain here if your build is dependent on them
    but they will not receive updates in future releases. All
    SASS variables have been translated into CSS variables, so
    migration should be quite simple if you'd like to move over.

    In v4, these files will be removed.
 */
.v-select {
  position: relative;
  font-family: inherit;
}

.v-select,
.v-select * {
  box-sizing: border-box;
}

/* KeyFrames */
@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Dropdown Default Transition */
.vs__fade-enter-active,
.vs__fade-leave-active {
  pointer-events: none;
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}

.vs__fade-enter,
.vs__fade-leave-to {
  opacity: 0;
}

/** Component States */
/*
 * Disabled
 *
 * When the component is disabled, all interaction
 * should be prevented. Here we modify the bg color,
 * and change the cursor displayed on the interactive
 * components.
 */
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__clear,
.vs--disabled .vs__search,
.vs--disabled .vs__selected,
.vs--disabled .vs__open-indicator {
  cursor: not-allowed;
  background-color: rgb(248, 248, 248);
}

/*
 *  RTL - Right to Left Support
 *
 *  Because we're using a flexbox layout, the `dir="rtl"`
 *  HTML attribute does most of the work for us by
 *  rearranging the child elements visually.
 */
.v-select[dir=rtl] .vs__actions {
  padding: 0 3px 0 6px;
}
.v-select[dir=rtl] .vs__clear {
  margin-left: 6px;
  margin-right: 0;
}
.v-select[dir=rtl] .vs__deselect {
  margin-left: 0;
  margin-right: 2px;
}
.v-select[dir=rtl] .vs__dropdown-menu {
  text-align: right;
}

/**
    Dropdown Toggle

    The dropdown toggle is the primary wrapper of the component. It
    has two direct descendants: .vs__selected-options, and .vs__actions.

    .vs__selected-options holds the .vs__selected's as well as the
    main search input.

    .vs__actions holds the clear button and dropdown toggle.
 */
.vs__dropdown-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  white-space: normal;
}

.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative;
}

.vs__actions {
  display: flex;
  align-items: center;
  padding: 4px 6px 0 3px;
}

/* Dropdown Toggle States */
.vs--searchable .vs__dropdown-toggle {
  cursor: text;
}

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer;
}

.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.vs__open-indicator {
  fill: rgba(60, 60, 60, 0.5);
  transform: scale(1);
  transition: transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}

.vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(1);
}

.vs--loading .vs__open-indicator {
  opacity: 0;
}

/* Clear Button */
.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}

/* Dropdown Menu */
.vs__dropdown-menu {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #ced4da;
  border-top-style: none;
  border-radius: 0 0 0.25rem 0.25rem;
  text-align: left;
  list-style: none;
  background: #fff;
}

.vs__no-options {
  text-align: center;
}

/* List Items */
.vs__dropdown-option {
  line-height: 1.42857143; /* Normalize line height */
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333; /* Overrides most CSS frameworks */
  white-space: nowrap;
  cursor: pointer;
}

.vs__dropdown-option--highlight {
  background: #EE4B51;
  color: #fff;
}

.vs__dropdown-option--deselect {
  background: #fb5858;
  color: #fff;
}

.vs__dropdown-option--disabled {
  background: inherit;
  color: rgba(60, 60, 60, 0.5);
  cursor: inherit;
}

/* Selected Tags */
.vs__selected {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0px 2px;
  padding: 0 0.25em;
  z-index: 0;
}

.vs__deselect {
  display: inline-flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff;
}

/* States */
.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent;
}
.vs--single.vs--open .vs__selected, .vs--single.vs--loading .vs__selected {
  position: absolute;
  opacity: 0.4;
}
.vs--single.vs--searching .vs__selected {
  display: none;
}

/* Search Input */
/**
 * Super weird bug... If this declaration is grouped
 * below, the cancel button will still appear in chrome.
 * If it's up here on it's own, it'll hide it.
 */
.vs__search::-webkit-search-cancel-button {
  display: none;
}

.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration,
.vs__search::-ms-clear {
  display: none;
}

.vs__search,
.vs__search:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
  z-index: 1;
}

.vs__search::-moz-placeholder {
  color: inherit;
}

.vs__search::placeholder {
  color: inherit;
}

/**
    States
 */
.vs--unsearchable .vs__search {
  opacity: 1;
}
.vs--unsearchable:not(.vs--disabled) .vs__search {
  cursor: pointer;
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: 0.2;
}

/* Loading Spinner */
.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: 0.9em solid rgba(100, 100, 100, 0.1);
  border-right: 0.9em solid rgba(100, 100, 100, 0.1);
  border-bottom: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left: 0.9em solid rgba(60, 60, 60, 0.45);
  transform: translateZ(0);
  animation: vSelectSpinner 1.1s infinite linear;
  transition: opacity 0.1s;
}

.vs__spinner,
.vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

/* Loading Spinner States */
.vs--loading .vs__spinner {
  opacity: 1;
}

.v-select {
  background-color: #fff;
  color: #495057;
  font-size: 0.9rem;
  line-height: 1.5;
}
.v-select input.vs__search::-moz-placeholder {
  color: #6c757d;
}
.v-select input.vs__search::placeholder {
  color: #6c757d;
}
.v-select .vs__dropdown-toggle, .v-select .dropdown-toggle-header {
  padding: calc(0.375rem - 4px) 0.2rem 0.375rem 2px;
}
.v-select.size-sm {
  font-size: 0.7875rem;
  line-height: 1.5;
}
.v-select.size-sm .vs__dropdown-toggle, .v-select.size-sm .dropdown-toggle-header {
  padding: calc(0.25rem - 4px) 0.5rem 0.25rem 2px;
}
.v-select.size-lg {
  font-size: 1.125rem;
  line-height: 1.5;
}
.v-select.size-lg .vs__dropdown-toggle, .v-select.size-lg .dropdown-toggle-header {
  padding: calc(0.5rem - 4px) 0.5rem 0.5rem 2px;
}
.v-select:not(.vs--open) .vs__selected-options .vs__selected + .vs__search {
  width: 0;
  padding: 0;
}

.vs__clear {
  fill: #f95050;
  margin-right: 10px;
}

.vs__dropdown-option--selected {
  background-color: #e3e3e3 !important;
  color: #000;
}

.vs__dropdown-menu {
  z-index: 9999;
}
.vs__dropdown-menu .tags-explain {
  color: #6c757d;
  padding: 0.4em 1em;
}
.vs__dropdown-menu .vs__dropdown-option {
  white-space: inherit !important;
  padding: 0.4em 1em;
}
.vs__dropdown-menu .vs__dropdown-option:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f3f3f3;
}

.vs__selected-options {
  width: calc(90% - 55px);
  flex-wrap: nowrap;
}
.vs__selected-options .vs__selected {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.vs--single.vs--open .vs__selected {
  width: 100%;
}

.select-multiple .vs__selected-options {
  flex-wrap: wrap;
}
.select-multiple .vs__selected-options .vs__selected {
  position: relative;
  padding-right: 30px;
}
.select-multiple .vs__selected-options .vs__selected button {
  position: absolute;
  right: 5px;
  top: 5px;
}

.v-select.is-invalid .vs__dropdown-toggle {
  border-color: #DB382C;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-position: right calc(0.375em + 0.1875rem) center;
}

.vs__open-indicator {
  color: #848484;
}

.spinner-wrapper {
  display: flex;
}
.spinner-wrapper input {
  -moz-appearance: textfield;
}
.spinner-wrapper input::-webkit-outer-spin-button, .spinner-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.spinner-wrapper.vertical-alignment:not(.left-placement) input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.spinner-wrapper.horizontal-alignment input {
  border-radius: 0;
}
.spinner-wrapper.horizontal-alignment .btn {
  padding: 0;
  width: 2em;
}
.spinner-wrapper.horizontal-alignment .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.spinner-wrapper.horizontal-alignment .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.spinner-wrapper.left-placement > div {
  order: 2;
}
.spinner-wrapper.left-placement .spinner-controls {
  order: 1;
}
.spinner-wrapper.left-placement .spinner-controls .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
}
.spinner-wrapper.left-placement .spinner-controls .btn:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0.25rem;
}
.spinner-wrapper.left-placement input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.spinner-controls {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 1.5em;
  min-width: 17px;
}
.spinner-controls .btn {
  padding: 0;
  border-radius: 0;
  flex: 1 1 auto;
  line-height: 1px;
}
.spinner-controls .btn:first-child {
  border-top-right-radius: 0.25rem;
  border-bottom: 1px solid black;
}
.spinner-controls .btn:last-child {
  border-bottom-right-radius: 0.25rem;
}

.sticky-bar-form:not(.fixed) {
  position: relative;
}
.sticky-bar-form.fixed {
  position: fixed;
  z-index: 999;
  padding: 0.5em 2em;
  background-color: rgba(255, 255, 255, 0.8509803922);
  border-width: 1px;
  border-style: solid;
  border-color: #efefef;
}

.timepicker-dropdown-menu {
  display: block !important;
  max-height: 200px;
  overflow-y: auto;
  min-width: 0 !important;
  width: 100%;
}
.timepicker-dropdown-menu button {
  padding: 0.25rem 0.75rem;
}

[data-tippy-root] {
  pointer-events: auto !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.vc-pane-container {
  width: 100%;
  position: relative;
}
.vc-pane-container.in-transition {
  overflow: hidden;
}

.vc-pane-layout {
  display: grid;
}

.vc-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: auto;
  color: var(--gray-600);
  border-width: 2px;
  border-style: solid;
  border-radius: var(--rounded);
  border-color: transparent;
}
.vc-arrow:hover {
  background: var(--gray-200);
}
.vc-arrow:focus {
  border-color: var(--gray-300);
}
.vc-arrow.is-disabled {
  opacity: 0.25;
  pointer-events: none;
  cursor: not-allowed;
}

.vc-day-popover-container {
  color: var(--white);
  background-color: var(--gray-800);
  border: 1px solid;
  border-color: var(--gray-700);
  border-radius: var(--rounded);
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
  padding: 4px 8px;
  box-shadow: var(--shadow);
}

.vc-day-popover-header {
  font-size: var(--text-xs);
  color: var(--gray-300);
  font-weight: var(--font-semibold);
  text-align: center;
}

.vc-arrows-container {
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  pointer-events: none;
}
.vc-arrows-container.title-left {
  justify-content: flex-end;
}
.vc-arrows-container.title-right {
  justify-content: flex-start;
}

.vc-is-dark .vc-arrow {
  color: var(--white);
}
.vc-is-dark .vc-arrow:hover {
  background: var(--gray-800);
}
.vc-is-dark .vc-arrow:focus {
  border-color: var(--gray-700);
}
.vc-is-dark .vc-day-popover-container {
  color: var(--gray-800);
  background-color: var(--white);
  border-color: var(--gray-100);
}
.vc-is-dark .vc-day-popover-header {
  color: var(--gray-700);
}

.vc-day {
  position: relative;
  min-height: 32px;
  z-index: 1;
}
.vc-day.is-not-in-month * {
  opacity: 0;
  pointer-events: none;
}
.vc-day.is-today > .vc-day-content {
  background-color: #eeeeee;
  color: "inherit";
  font-weight: "bold";
}

.vc-day-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.vc-day-box-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: 50% 50%;
}

.vc-day-box-left-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transform-origin: 0% 50%;
}

.vc-day-box-right-center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transform-origin: 100% 50%;
}

.vc-day-box-center-bottom {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.vc-day-content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: var(--rounded-full);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.vc-day-content:hover {
  background-color: hsla(211, 25%, 84%, 0.3);
}
.vc-day-content:focus {
  font-weight: var(--font-bold);
  background-color: hsla(211, 25%, 84%, 0.4);
}
.vc-day-content.is-disabled {
  color: var(--gray-400);
}

.vc-is-dark .vc-day-content:hover {
  background-color: hsla(216, 15%, 52%, 0.3);
}
.vc-is-dark .vc-day-content:focus {
  background-color: hsla(216, 15%, 52%, 0.4);
}
.vc-is-dark .vc-day-content.is-disabled {
  color: var(--gray-600);
}

.vc-highlights {
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.vc-highlight {
  width: 28px;
  height: 28px;
}
.vc-highlight.vc-highlight-base-start {
  width: 50% !important;
  border-radius: 0 !important;
  border-right-width: 0 !important;
}
.vc-highlight.vc-highlight-base-end {
  width: 50% !important;
  border-radius: 0 !important;
  border-left-width: 0 !important;
}
.vc-highlight.vc-highlight-base-middle {
  width: 100%;
  border-radius: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  margin: 0 -1px;
}

.vc-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vc-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: all var(--day-content-transition-time);
}
.vc-dot:not(:last-child) {
  margin-right: 3px;
}

.vc-bars {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
}

.vc-bar {
  flex-grow: 1;
  height: 3px;
  transition: all var(--day-content-transition-time);
}

.vc-nav-header {
  display: flex;
  justify-content: space-between;
}

.vc-nav-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: var(--leading-snug);
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  border-radius: var(--rounded);
}
.vc-nav-arrow.is-left {
  margin-right: auto;
}
.vc-nav-arrow.is-right {
  margin-left: auto;
}
.vc-nav-arrow.is-disabled {
  opacity: 0.25;
  pointer-events: none;
  cursor: not-allowed;
}
.vc-nav-arrow:hover {
  background-color: var(--gray-900);
}
.vc-nav-arrow:focus {
  border-color: var(--accent-600);
}

.vc-nav-title {
  color: var(--accent-100);
  font-weight: var(--font-bold);
  line-height: var(--leading-snug);
  padding: 4px 8px;
  border-radius: var(--rounded);
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.vc-nav-title:hover {
  background-color: var(--gray-900);
}
.vc-nav-title:focus {
  border-color: var(--accent-600);
}

.vc-nav-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 2px;
  grid-column-gap: 5px;
}

.vc-nav-item {
  width: 48px;
  text-align: center;
  line-height: var(--leading-snug);
  font-weight: var(--font-semibold);
  padding: 4px 0;
  cursor: pointer;
  border-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: var(--rounded);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.vc-nav-item:hover {
  color: var(--white);
  background-color: var(--gray-900);
  box-shadow: var(--shadow-inner);
}
.vc-nav-item.is-active {
  color: var(--accent-900);
  background: var(--accent-100);
  font-weight: var(--font-bold);
  box-shadow: var(--shadow);
}
.vc-nav-item.is-current {
  color: var(--accent-100);
  font-weight: var(--bold);
  border-color: var(--accent-100);
}
.vc-nav-item:focus {
  border-color: var(--accent-600);
}
.vc-nav-item.is-disabled {
  opacity: 0.25;
  pointer-events: none;
}

.vc-is-dark .vc-nav-title {
  color: var(--gray-900);
}
.vc-is-dark .vc-nav-title:hover {
  background-color: var(--gray-200);
}
.vc-is-dark .vc-nav-title:focus {
  border-color: var(--accent-400);
}
.vc-is-dark .vc-nav-arrow:hover {
  background-color: var(--gray-200);
}
.vc-is-dark .vc-nav-arrow:focus {
  border-color: var(--accent-400);
}
.vc-is-dark .vc-nav-item:hover {
  color: var(--gray-900);
  background-color: var(--gray-200);
  box-shadow: none;
}
.vc-is-dark .vc-nav-item.is-active {
  color: var(--white);
  background: var(--accent-500);
}
.vc-is-dark .vc-nav-item.is-current {
  color: var(--accent-600);
  border-color: var(--accent-500);
}
.vc-is-dark .vc-nav-item:focus {
  border-color: var(--accent-400);
}

.vc-pane {
  min-width: 250px;
}

.vc-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 18px 0 18px;
}
.vc-header.align-left {
  justify-content: flex-start;
}
.vc-header.align-right {
  justify-content: flex-end;
}

.vc-title {
  font-size: var(--text-lg);
  color: var(--gray-800);
  font-weight: var(--font-semibold);
  line-height: 28px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.vc-title:hover {
  opacity: 0.75;
}

.vc-weeknumber {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.vc-weeknumber-content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
  font-style: italic;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  color: var(--gray-500);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.vc-weeknumber-content.is-left-outside {
  position: absolute;
  left: var(--weeknumber-offset);
}
.vc-weeknumber-content.is-right-outside {
  position: absolute;
  right: var(--weeknumber-offset);
}

.vc-weeks {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  position: relative;
  /* overflow: auto; */
  -webkit-overflow-scrolling: touch;
  padding: 5px;
  min-width: 250px;
}
.vc-weeks.vc-show-weeknumbers {
  grid-template-columns: auto repeat(7, 1fr);
}
.vc-weeks.vc-show-weeknumbers.is-right {
  grid-template-columns: repeat(7, 1fr) auto;
}

.vc-weekday {
  text-align: center;
  color: var(--gray-500);
  font-size: var(--text-sm);
  font-weight: var(--font-bold);
  line-height: 14px;
  padding-top: 4px;
  padding-bottom: 8px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.vc-is-dark .vc-header {
  color: var(--gray-200);
}
.vc-is-dark .vc-title {
  color: var(--gray-100);
}
.vc-is-dark .vc-weekday {
  color: var(--accent-200);
}

.vc-nav-popover-container {
  color: var(--white);
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  background-color: var(--gray-800);
  border: 1px solid;
  border-color: var(--gray-700);
  border-radius: var(--rounded-lg);
  padding: 4px;
  box-shadow: var(--shadow);
}

.vc-is-dark .vc-nav-popover-container {
  color: var(--gray-800);
  background-color: var(--white);
  border-color: var(--gray-100);
}

.vc-popover-content-wrapper {
  --popover-horizontal-content-offset: 8px;
  --popover-vertical-content-offset: 10px;
  --popover-slide-translation: 15px;
  --popover-transition-time: 0.14s ease-in-out;
  --popover-caret-horizontal-offset: 18px;
  --popover-caret-vertical-offset: 8px;
  position: absolute;
  display: block;
  outline: none;
  z-index: 10;
}
.vc-popover-content-wrapper:not(.is-interactive) {
  pointer-events: none;
}

.vc-popover-content {
  position: relative;
  outline: none;
  z-index: 10;
  box-shadow: var(--shadow-lg);
}
.vc-popover-content.direction-bottom {
  margin-top: var(--popover-vertical-content-offset);
}
.vc-popover-content.direction-top {
  margin-bottom: var(--popover-vertical-content-offset);
}
.vc-popover-content.direction-left {
  margin-right: var(--popover-horizontal-content-offset);
}
.vc-popover-content.direction-right {
  margin-left: var(--popover-horizontal-content-offset);
}

.vc-popover-caret {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-top: inherit;
  border-left: inherit;
  background-color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: -1;
}
.vc-popover-caret.direction-bottom {
  top: 0;
}
.vc-popover-caret.direction-bottom.align-left {
  transform: translateY(-50%) rotate(45deg);
}
.vc-popover-caret.direction-bottom.align-center {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.vc-popover-caret.direction-bottom.align-right {
  transform: translateY(-50%) rotate(45deg);
}
.vc-popover-caret.direction-top {
  top: 100%;
}
.vc-popover-caret.direction-top.align-left {
  transform: translateY(-50%) rotate(-135deg);
}
.vc-popover-caret.direction-top.align-center {
  transform: translateX(-50%) translateY(-50%) rotate(-135deg);
}
.vc-popover-caret.direction-top.align-right {
  transform: translateY(-50%) rotate(-135deg);
}
.vc-popover-caret.direction-left {
  left: 100%;
}
.vc-popover-caret.direction-left.align-top {
  transform: translateX(-50%) rotate(135deg);
}
.vc-popover-caret.direction-left.align-middle {
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
}
.vc-popover-caret.direction-left.align-bottom {
  transform: translateX(-50%) rotate(135deg);
}
.vc-popover-caret.direction-right {
  left: 0;
}
.vc-popover-caret.direction-right.align-top {
  transform: translateX(-50%) rotate(-45deg);
}
.vc-popover-caret.direction-right.align-middle {
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.vc-popover-caret.direction-right.align-bottom {
  transform: translateX(-50%) rotate(-45deg);
}
.vc-popover-caret.align-left {
  left: var(--popover-caret-horizontal-offset);
}
.vc-popover-caret.align-center {
  left: 50%;
}
.vc-popover-caret.align-right {
  right: var(--popover-caret-horizontal-offset);
}
.vc-popover-caret.align-top {
  top: var(--popover-caret-vertical-offset);
}
.vc-popover-caret.align-middle {
  top: 50%;
}
.vc-popover-caret.align-bottom {
  bottom: var(--popover-caret-vertical-offset);
}

.fade-enter-active,
.fade-leave-active,
.slide-fade-enter-active,
.slide-fade-leave-active {
  transition: all var(--popover-transition-time);
  pointer-events: none;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.slide-fade-enter,
.slide-fade-leave-to {
  opacity: 0;
}
.slide-fade-enter.direction-bottom,
.slide-fade-leave-to.direction-bottom {
  transform: translateY(calc(-1 * var(--popover-slide-translation)));
}
.slide-fade-enter.direction-top,
.slide-fade-leave-to.direction-top {
  transform: translateY(var(--popover-slide-translation));
}
.slide-fade-enter.direction-left,
.slide-fade-leave-to.direction-left {
  transform: translateX(var(--popover-slide-translation));
}
.slide-fade-enter.direction-right,
.slide-fade-leave-to.direction-right {
  transform: translateX(calc(-1 * var(--popover-slide-translation)));
}

.vc-day-popover-row {
  --day-content-transition-time: 0.13s ease-in;
  display: flex;
  align-items: center;
  transition: all var(--day-content-transition-time);
}
.vc-day-popover-row:not(:first-child) {
  margin-top: 3px;
}

.vc-day-popover-row-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  width: 15px;
  margin-right: 3px;
}
.vc-day-popover-row-indicator span {
  transition: all var(--day-content-transition-time);
}

.vc-day-popover-row-content {
  display: flex;
  align-items: center;
  flex-wrap: none;
  flex-grow: 1;
  width: -moz-max-content;
  width: max-content;
}

.vc-svg-icon {
  display: inline-block;
  stroke: currentColor;
  stroke-width: 0;
}
.vc-svg-icon path {
  fill: currentColor;
}

.vc-time-picker {
  display: flex;
  align-items: center;
  padding: 8px;
}
.vc-time-picker.vc-invalid {
  pointer-events: none;
  opacity: 0.5;
}
.vc-time-picker.vc-bordered {
  border-top: 1px solid var(--gray-400);
}

.vc-date-time {
  margin-left: 8px;
}

.vc-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.vc-time-icon {
  width: 16px;
  height: 16px;
  color: var(--gray-600);
}

.vc-date {
  display: flex;
  align-items: center;
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  text-transform: uppercase;
  padding: 0 0 4px 4px;
  margin-top: -4px;
}
.vc-date .vc-weekday {
  color: var(--gray-700);
  letter-spacing: var(--tracking-wide);
}
.vc-date .vc-month {
  color: var(--accent-600);
  margin-left: 8px;
}
.vc-date .vc-day {
  color: var(--accent-600);
  margin-left: 4px;
}
.vc-date .vc-year {
  color: var(--gray-500);
  margin-left: 8px;
}

.vc-time {
  display: flex;
  align-items: center;
}

.vc-am-pm {
  display: flex;
  align-items: center;
  background: var(--gray-200);
  margin-left: 8px;
  padding: 4px;
  border-radius: var(--rounded);
  height: 30px;
}
.vc-am-pm button {
  color: var(--gray-900);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  padding: 0 4px;
  background: transparent;
  border: 2px solid transparent;
  border-radius: var(--rounded);
  line-height: var(--leading-snug);
}
.vc-am-pm button:hover {
  color: var(--gray-600);
}
.vc-am-pm button:focus {
  border-color: var(--accent-400);
}
.vc-am-pm button.active {
  background: var(--accent-600);
  color: var(--white);
}
.vc-am-pm button.active:hover {
  background: var(--accent-500);
}
.vc-am-pm button.active:focus {
  border-color: var(--accent-400);
}

.vc-is-dark .vc-time-picker {
  border-color: var(--gray-700);
}
.vc-is-dark .vc-time-icon {
  color: var(--gray-400);
}
.vc-is-dark .vc-weekday {
  color: var(--gray-400);
}
.vc-is-dark .vc-month {
  color: var(--accent-400);
}
.vc-is-dark .vc-day {
  color: var(--accent-400);
}
.vc-is-dark .vc-year {
  color: var(--gray-500);
}
.vc-is-dark .vc-am-pm {
  background: var(--gray-700);
}
.vc-is-dark .vc-am-pm:focus {
  border-color: var(--accent-500);
}
.vc-is-dark .vc-am-pm button {
  color: var(--gray-100);
}
.vc-is-dark .vc-am-pm button:hover {
  color: var(--gray-400);
}
.vc-is-dark .vc-am-pm button:focus {
  border-color: var(--accent-500);
}
.vc-is-dark .vc-am-pm button.active {
  background: var(--accent-500);
  color: var(--white);
}
.vc-is-dark .vc-am-pm button.active:hover {
  background: var(--accent-600);
}
.vc-is-dark .vc-am-pm button.active:focus {
  border-color: var(--accent-500);
}

.vc-select {
  position: relative;
}
.vc-select select {
  flex-grow: 1;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 52px;
  height: 30px;
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  text-align: left;
  background-color: var(--gray-200);
  border: 2px solid;
  border-color: var(--gray-200);
  color: var(--gray-900);
  padding: 0 20px 0 8px;
  border-radius: var(--rounded);
  line-height: var(--leading-tight);
  text-indent: 0px;
  cursor: pointer;
  -moz-padding-start: 3px;
}
.vc-select select:hover {
  color: var(--gray-600);
}
.vc-select select:focus {
  outline: 0;
  border-color: var(--accent-400);
  background-color: var(--white);
}

.vc-select-arrow {
  display: flex;
  align-items: center;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 4px 0 0;
  color: var(--gray-500);
}
.vc-select-arrow svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.vc-is-dark select {
  background: var(--gray-700);
  color: var(--gray-100);
  border-color: var(--gray-700);
}
.vc-is-dark select:hover {
  color: var(--gray-400);
}
.vc-is-dark select:focus {
  border-color: var(--accent-500);
  background-color: var(--gray-800);
}

.kw-table-table:not(.kw-table-borderless) {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dee2e6;
}
.kw-table-table:not(.kw-table-borderless) .kw-table-cell {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dee2e6;
}
.kw-table-table:not(.kw-table-borderless) .kw-table-tbody > div:last-child .kw-table-cell {
  border-bottom-width: 0;
}
.kw-table-table:not(.kw-table-borderless) .kw-table-footer-area .kw-table-cell {
  border-bottom-width: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dee2e6;
}

.kw-table-bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #dee2e6;
}
.kw-table-bordered .kw-table-row .kw-table-cell:not(:last-child) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dee2e6;
}
.kw-table-bordered.kw-table-sticky-actions .kw-table-row .kw-table-cell:nth-last-child(2) {
  border-right-width: 0;
}
.kw-table-bordered.kw-table-sticky-actions .sticky-actions-column {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #dee2e6;
}

.kw-table-cell-value {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.kw-table-cell-value:is(button) {
  width: 100%;
}
.kw-table-cell-value.btn {
  color: inherit;
  text-align: inherit;
  border: 0;
  border-radius: 0;
  transition: none;
  line-height: inherit;
  font-size: inherit;
}
.kw-table-cell-value.btn:hover, .kw-table-cell-value.btn:focus {
  text-decoration: inherit;
}

.kw-table-datas-export .columns-selector {
  margin-left: 0;
  margin-right: 0;
}
.kw-table-datas-export .columns-selector .custom-checkbox {
  margin-right: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.kw-table-filters {
  flex: 2 1 0;
  display: flex;
}
.kw-table-filters .form-group {
  margin-bottom: 0;
}
.kw-table-filters .form-group legend {
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0.15em;
}
.kw-table-filters.top-filters .form-group:not(:first-child) {
  padding-left: 0.75rem;
}
.kw-table-filters.bottom-filters {
  background-color: #e3e3e3;
  color: #000;
  padding: 0.75rem 0;
  margin-bottom: 0.5em;
  flex-wrap: wrap;
}
.kw-table-filters.bottom-filters > div {
  width: 25%;
}
.kw-table-filters.bottom-filters .form-group {
  padding: 0.375rem 0.75rem;
}
.kw-table-filters input.datepicker {
  width: 110px;
}
.kw-table-filters .v-select {
  min-width: 120px;
}

@media only screen and (max-width: 750px) {
  .kw-table-filters .form-group {
    width: 100%;
  }
  .kw-table-filters .form-group:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.kw-table-footer-area .kw-table-row .kw-table-cell {
  font-weight: bold;
}

.kw-table-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.kw-table-page-length {
  display: flex;
  align-items: center;
}
.kw-table-page-length .kw-table-page-length-selector {
  margin: 0 0.3rem;
}

.kw-table-informations {
  text-align: center;
}

.kw-table-pagination .pagination {
  margin-bottom: 0;
}

@media only screen and (max-width: 750px) {
  .kw-table-page-length {
    order: 3;
    margin: auto;
  }
  .kw-table-informations {
    order: 2;
    margin: 1.5rem 0;
  }
  .kw-table-pagination {
    margin: auto;
  }
}
@container tablearea (width < 600px) {
  .kw-table-footer {
    flex-direction: column;
    align-items: center;
  }
}
.kw-table-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.kw-table-header > div:nth-child(2) {
  flex: 2 1 0;
  min-height: 28px;
}
.kw-table-header .main-search.with-value input:not(:focus) {
  color: red;
  border-color: red;
}
.kw-table-header .main-search.with-value input::-webkit-search-cancel-button, .kw-table-header .main-search.with-value:not(:hover)::after {
  -webkit-appearance: none;
          appearance: none;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"20px\" viewBox=\"0 0 352 512\"><%21--%21 Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"/></svg>");
          mask-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"20px\" viewBox=\"0 0 352 512\"><%21--%21 Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"/></svg>");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 20px;
  width: 14px;
  background: red;
}
.kw-table-header .main-search.with-value:not(:hover)::after {
  content: "";
  display: inline-block;
  z-index: 1;
  top: 4.5px;
  right: 12px;
  position: absolute;
}

.kw-table-columns-visibility .dropdown-menu {
  overflow-y: auto;
  max-height: 310px;
}
.kw-table-columns-visibility .dropdown-menu .dropdown-item {
  padding: 0.25rem 1rem;
  display: flex;
  align-items: center;
}
.kw-table-columns-visibility .dropdown-menu .dropdown-item:hover {
  cursor: pointer;
}
.kw-table-columns-visibility .dropdown-menu .dropdown-item.active {
  background-color: #f1f1f1;
  color: inherit;
}

@media only screen and (max-width: 750px) {
  .kw-table-header {
    flex-direction: column;
  }
  .kw-table-header > div:nth-child(2).filter-cols {
    margin: 0;
  }
}
@media only screen and (min-width: 751px) {
  .kw-table-header {
    align-items: flex-end;
  }
  .kw-table-header > div:nth-child(2).filter-cols {
    padding: 0 1rem;
  }
}
.kw-table-table.kw-table-hover .kw-table-tbody .kw-table-row:hover .kw-table-cell {
  background-color: #ececec !important;
  color: #636363;
}
.kw-table-table.kw-table-hover.kw-table-dark .kw-table-tbody .kw-table-row:hover .kw-table-cell {
  background-color: rgba(255, 255, 255, 0.075);
  color: #fff;
}

.kw-table-introjs.introjs-tooltip {
  max-width: 1000px;
}
.kw-table-introjs .introjs-tooltip-header {
  display: none;
}
.kw-table-introjs img {
  border: 1px solid #333;
}
.kw-table-introjs .introjs-button {
  padding: 0.25rem 0.5rem;
}
.kw-table-introjs .introjs-bullets {
  padding-top: 0;
}
.kw-table-introjs .introjs-tooltiptext {
  padding-bottom: 5px;
}

.kw-table-login {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.431372549);
  z-index: 9999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kw-table-sortable .kw-table-cell-sortable:hover {
  cursor: pointer;
  background-color: #f6f6f6;
}

.kw-table-table:not(.kw-table-dark) .kw-table-tbody .kw-table-cell,
.kw-table-table:not(.kw-table-dark) .kw-table-header:not(.kw-table-header-dark):not(.kw-table-header-light) .kw-table-cell {
  color: #636363;
  background-color: #fff;
}
.kw-table-table:not(.kw-table-dark).kw-table-striped .kw-table-tbody > div:nth-of-type(odd) .kw-table-cell {
  background-color: rgb(241, 241, 241);
}

.kw-table-table.kw-table-dark .kw-table-cell {
  color: #fff;
  background-color: #343a40;
}
.kw-table-table.kw-table-dark.kw-table-striped .kw-table-tbody > div:nth-of-type(odd) .kw-table-cell {
  background-color: rgba(255, 255, 255, 0.05);
}

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

.kw-table-header-light .kw-table-cell {
  color: #495057;
  background-color: #e9ecef;
}

.kw-table-area {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.kw-table-area.table-container {
  container-type: inline-size;
  container-name: tablearea;
}

.kw-table-responsive {
  overflow-x: auto;
  position: relative;
}

.kw-table-loader {
  min-height: 300px;
}

.kw-table-table {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.kw-table-table .kw-table-no-results {
  text-align: center;
  padding: 2rem;
}
.kw-table-table .kw-table-cell-value,
.kw-table-table .kw-table-actions-cell {
  padding: 0.75rem;
}
.kw-table-table button.kw-table-cell-value {
  border: 0;
  text-align: initial;
  outline: none;
  box-shadow: none;
}
.kw-table-table.kw-table-sm .kw-table-cell-value,
.kw-table-table.kw-table-sm .kw-table-actions-cell {
  padding: 0.3rem;
}
.kw-table-table .kw-table-sticky-column {
  position: sticky;
  left: 0;
  z-index: 1;
}
.kw-table-table.kw-table-sticky-header:not(.kw-table-loading) .kw-table-header-area {
  position: sticky;
  top: 0;
  z-index: 9;
}
.kw-table-table.kw-table-sticky-footer:not(.kw-table-loading) .kw-table-footer-area {
  position: sticky;
  bottom: 0;
  z-index: 9;
}
.kw-table-table .k-table-scroller {
  overflow-y: auto;
  overflow-x: hidden;
}
.kw-table-table:not(.kw-table-loading) .kw-table-loader {
  display: none;
}
.kw-table-table .resize-handle {
  width: 10px;
  cursor: col-resize;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  right: -4px;
  height: 100%;
  z-index: 2;
}
.kw-table-table .kw-table-row .kw-table-cell:last-child .resize-handle {
  right: 0;
}
.kw-table-table .kw-table-th {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.kw-table-table .kw-table-th .kw-table-cell-value {
  flex: 1 1 auto;
}
.kw-table-table .kw-table-th .kw-table-sort::after {
  display: inline-block;
  content: "";
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 9px;
  height: 12px;
  margin-right: 0.5rem;
  background-color: #000;
}
.kw-table-table .kw-table-th:not(.sort-active-asc):not(.sort-active-desc):hover .kw-table-sort::after {
  opacity: 0.5;
}
.kw-table-table .kw-table-th:not(.sort-active-asc):not(.sort-active-desc) .kw-table-sort::after {
  opacity: 0.2;
  -webkit-mask-image: url(/img/sort-solid.f0dd24e0.svg);
          mask-image: url(/img/sort-solid.f0dd24e0.svg);
}
.kw-table-table .kw-table-th.sort-active-asc .kw-table-sort::after {
  -webkit-mask-image: url(/img/sort-duotone.5d13c65d.svg);
          mask-image: url(/img/sort-duotone.5d13c65d.svg);
}
.kw-table-table .kw-table-th.sort-active-desc .kw-table-sort::after {
  -webkit-mask-image: url(/img/sort-duotone.5d13c65d.svg);
          mask-image: url(/img/sort-duotone.5d13c65d.svg);
  rotate: 180deg;
}
.kw-table-table .kw-table-row {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.kw-table-table .kw-table-cell {
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #fff;
}
.kw-table-table .kw-table-cell:not(.kw-table-sticky-column):not(.sticky-actions-column) {
  position: relative;
}
.kw-table-table .kw-table-cell-value {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.kw-table-table .kw-table-actions-cell {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
}
.kw-table-table .kw-table-actions-cell svg + span,
.kw-table-table .kw-table-actions-cell span + svg,
.kw-table-table .kw-table-actions-cell svg + svg {
  margin-left: 0.2rem;
}
.kw-table-table .kw-table-actions-cell .btn-icon {
  font-size: 1rem;
  padding: 0.25rem;
  border-radius: 0;
}
.kw-table-table .kw-table-actions-cell .btn-icon svg {
  width: 24px;
  height: 21px;
  color: inherit;
  opacity: 0.2;
}
.kw-table-table .kw-table-actions-cell .btn-icon:hover svg {
  opacity: 1;
}
.kw-table-table .sticky-actions-column {
  position: sticky;
  right: 0;
  z-index: 8;
}
.kw-table-table .kw-table-header-area .kw-table-row {
  font-weight: bold;
}

body {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#app.without-page-header #page .page-content {
  margin-top: 10px;
  padding: 25px 15px 55px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
#app.without-page-header #page .page-content > div + div,
#app.without-page-header #page .page-content .products > div + div,
#app.without-page-header #page .page-content .services > div + div,
#app.without-page-header #page .page-content .packages > div + div {
  background-color: #ffffff;
  padding: 25px 0px 55px;
  border-radius: 10px;
}
#app.without-page-header #page .page-content .calendar-component {
  background-color: transparent;
  padding: 0;
}
#app.with-sidebar #page > div > .page-container, #app.with-short-sidebar #page > div > .page-container {
  padding: 0 15px 15px 15px;
}
#app.with-sidebar #page > div > .page-container .card.rounded-10, #app.with-short-sidebar #page > div > .page-container .card.rounded-10 {
  background-color: #F7F5F5 !important;
  padding: 16px;
}
#app:not(.without-page-header) #content .page-content {
  background-color: #ffffff;
  padding: 25px 16px 55px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
}
#app:not(.without-page-header) #content .page-content .app-title {
  padding-left: 0;
}
#app:not(.without-page-header) #content .page-content .app-title h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000;
}
#app:not(.without-page-header) #content .page-content .container-fluid, #app:not(.without-page-header) #content .page-content .container-sm, #app:not(.without-page-header) #content .page-content .container-md, #app:not(.without-page-header) #content .page-content .container-lg, #app:not(.without-page-header) #content .page-content .container-xl {
  padding-left: 0;
  padding-right: 0;
}
#app #page {
  position: relative;
  padding: 0;
}
#app.page-forgot-password div.small a + br + a, #app.page-forgot-password div.kw-table-page-length a + br + a {
  display: none;
}

.app-title {
  border: none;
  padding-bottom: 15px !important;
  margin-bottom: 0;
}
.app-title h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.app-title .pl-0 {
  padding-left: 14px !important;
}

@media (min-width: 1900px) {
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #f0f0f0;
}

.table-primary td {
  border-color: #f0f0f0;
}

#content #page {
  position: relative;
  margin: 0;
  z-index: 10;
}
#content #page .page-container {
  position: relative;
  margin: 0;
  padding: 0;
}
#content #page .page-container .card {
  border: none;
}
#content #page .page-container .card-body {
  padding: 0;
}
#content #page > div > .page-container {
  padding: 0 15px 15px 15px;
}
#content #page h1 {
  color: #000000;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  text-align: left;
}

#header {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  min-height: 60px;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#header #header-logo {
  padding: 0;
  width: auto;
}
#header #header-logo svg .rdv {
  fill: #000;
  transition: fill 0.5s cubic-bezier(0.8, 0, 0.2, 1);
}
#header-menu {
  align-items: center;
}
#header-menu > li .element {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 5px 12px;
  margin: 16px auto;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all 0.25s ease;
}
#header-menu > li .element.router-link-active {
  border: 2px solid #EE4B51;
  position: relative;
  font-weight: 500 !important;
}
#header-menu > li ul {
  background-color: #ffffff;
  border: 1px solid #000000;
}
#header-menu > li ul .element {
  color: #000000;
}
#header-menu > li .dropdown .caret::after {
  background-color: #ffffff;
  border: 1px solid #000000;
}
#header .header-container {
  display: flex;
  padding: 0 16px;
  flex: 1;
  align-items: center;
  height: 60px;
}
#header .header-menu-button {
  display: none;
  margin: 14px;
  cursor: pointer;
  text-align: center;
  transition: color 0.5s cubic-bezier(0.8, 0, 0.2, 1);
}
#header .header-menu-button div {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
#header .left-menu {
  display: flex;
}
#header .right-menu {
  padding: 0;
  min-width: 0;
  display: flex;
}
#header .user-menu .link {
  display: flex;
}
#header .user-menu .link > div {
  flex: 1;
  min-width: 0;
}
#header .user-menu .link .username,
#header .user-menu .link .company-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-height: 28px;
  overflow: hidden;
}
#header .user-menu .submenu {
  background-color: #ffffff;
  border: 1px solid #F7F5F5;
}
#header .user-menu .submenu li a,
#header .user-menu .submenu li .btn-link {
  color: #000000;
  background-color: #ffffff;
}
#header .user-menu .submenu li .btn-link:hover:not(.router-link-active),
#header .user-menu .submenu li a:hover:not(.router-link-active) {
  background-color: #f5f5f5;
}
#header .user-menu .submenu li.separator {
  border-bottom-color: #CDCDCD;
}
#header .user-menu .dropdown .caret::after {
  background-color: #ffffff;
  border: 1px solid #F7F5F5;
  box-shadow: none;
}
#header .user-menu .link {
  transition: color 0.5s cubic-bezier(0.8, 0, 0.2, 1);
}
#header .user-menu .link .b-avatar {
  background-color: #828282;
}
#header .user-menu .link .badge-secondary {
  color: #fff;
}
@media (max-width: 1024px) {
  #header .header-container {
    justify-content: space-between;
  }
  #header #header-logo {
    position: relative;
    width: auto;
    max-width: 112px;
    z-index: 550;
  }
  #header #main-search {
    position: relative;
    z-index: 560;
  }
  #header .center-part {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000;
    width: 100vw;
    height: 100vh;
    transform: translateX(100vw);
    opacity: 1;
    pointer-events: all;
    transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  }
  #header .header-menu-configuration {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #header .header-menu-configuration div {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
  }
  #header .header-menu-configuration .sidebar-button {
    margin: 0;
    width: 17px;
  }
  #header .header-menu-button {
    display: block;
    position: relative;
    z-index: 555;
  }
  #header #header-menu {
    flex-flow: column wrap;
    align-items: flex-start;
    margin: 20vh 0 0;
    z-index: 550;
  }
  #header #header-menu > li {
    width: 100%;
    text-align: center;
    transform: translateX(-20px);
    opacity: 0;
    transition: all 0.2s ease;
  }
  #header #header-menu > li .element {
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
  }
  #header #header-menu > li .element.router-link-active {
    color: #EE4B51;
  }
  #header .user-menu .link {
    font-size: 13px;
    line-height: 14px;
  }
  #header.is-open .center-part {
    transform: translateX(0px);
  }
  #header.is-open #header-menu-button {
    color: #fff;
  }
  #header.is-open #header-menu > li {
    opacity: 1;
    transform: translateX(0px);
  }
  #header.is-open #header-menu > li:nth-child(1) {
    transition-delay: 0.28s;
  }
  #header.is-open #header-menu > li:nth-child(2) {
    transition-delay: 0.36s;
  }
  #header.is-open #header-menu > li:nth-child(3) {
    transition-delay: 0.44s;
  }
  #header.is-open #header-menu > li:nth-child(4) {
    transition-delay: 0.52s;
  }
  #header.is-open #header-menu > li:nth-child(5) {
    transition-delay: 0.6s;
  }
  #header.is-open #header-menu > li:nth-child(6) {
    transition-delay: 0.68s;
  }
  #header.is-open #header-menu > li:nth-child(7) {
    transition-delay: 0.76s;
  }
  #header.is-open #header-menu > li:nth-child(8) {
    transition-delay: 0.84s;
  }
  #header.is-open #header-menu > li:nth-child(9) {
    transition-delay: 0.92s;
  }
  #header.is-open #header-menu > li:nth-child(10) {
    transition-delay: 1s;
  }
  #header.is-open #header-menu > li:nth-child(11) {
    transition-delay: 1.08s;
  }
  #header.is-open #header-menu > li:nth-child(12) {
    transition-delay: 1.16s;
  }
  #header.is-open #header-menu > li:nth-child(13) {
    transition-delay: 1.24s;
  }
  #header.is-open #header-menu > li:nth-child(14) {
    transition-delay: 1.32s;
  }
  #header.is-open #header-menu > li:nth-child(15) {
    transition-delay: 1.4s;
  }
  #header.is-open #header-menu > li:nth-child(16) {
    transition-delay: 1.48s;
  }
  #header.is-open #header-menu > li:nth-child(17) {
    transition-delay: 1.56s;
  }
  #header.is-open #header-menu > li:nth-child(18) {
    transition-delay: 1.64s;
  }
  #header.is-open #header-menu > li:nth-child(19) {
    transition-delay: 1.72s;
  }
  #header.is-open #header-menu > li:nth-child(20) {
    transition-delay: 1.8s;
  }
  #header.is-open #header-logo svg .rdv {
    fill: #fff;
  }
  #header.is-open .header-menu-button,
  #header.is-open .user-menu .link {
    color: #fff;
  }
}
@media (max-width: 640px) {
  #header .user-menu .link > div {
    display: none;
  }
}

.hide-burger-menu .sidebar-button {
  display: none;
}

.sidebar-modal-open #header {
  z-index: 0;
}

#main-menu .backlink {
  display: none;
}
#main-menu .element {
  transition: all 0.5s ease;
}
#main-menu .router-link-active {
  position: relative;
}
#main-menu .router-link-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #EE4B51;
}

#main-search {
  display: none;
}

#sidebar {
  z-index: 22;
}
#sidebar .content {
  box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.05);
}
#sidebar .content #logo {
  padding: 15px 14px;
  text-align: left;
}
#sidebar .content #logo img {
  width: 112px;
}

.btn {
  padding: 10px 15px;
  font-weight: 500;
}
.btn-primary {
  color: #ffffff;
  border-color: #EE4B51;
}
.btn-primary:hover {
  background-color: #d8141c;
  border-color: #d8141c;
}
.btn-secondary {
  color: #ffffff;
  background-color: #828282;
  border-color: #828282;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
}
.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
.btn-green {
  color: #fff;
  background-color: #219653;
  border-color: #219653;
}
.btn-green:hover {
  color: #fff;
  background-color: #26ab5f;
  border-color: #26ab5f;
}
.btn-group-toggle > .btn:not(.active) {
  background-color: #b4b4b4;
  border-color: #b4b4b4;
}
.btn-group-toggle > .btn:not(.active):hover {
  background-color: #a7a7a7;
  border-color: #a7a7a7;
  z-index: inherit;
}
.btn-group-toggle > .btn-primary:not(:disabled):not(.disabled).active:hover {
  background-color: #d8141c;
  border-color: #d8141c;
}
.btn-link {
  cursor: pointer;
}

.page-item.active .page-link {
  transition: all 0.15s ease-in-out;
}
.page-item.active .page-link:hover {
  background-color: #d8141c;
  border-color: #d8141c;
}

.card-editable {
  cursor: pointer;
}
.card-body {
  padding: 25px 16px;
}
.card-category, .card-product, .card-picture, .card-statistic {
  background: #BDBDBD;
  border-radius: 10px;
  border: none;
}
.card-category .card-edit, .card-category .card-duplicate, .card-category .card-remove, .card-category .card-favorite, .card-product .card-edit, .card-product .card-duplicate, .card-product .card-remove, .card-product .card-favorite, .card-picture .card-edit, .card-picture .card-duplicate, .card-picture .card-remove, .card-picture .card-favorite, .card-statistic .card-edit, .card-statistic .card-duplicate, .card-statistic .card-remove, .card-statistic .card-favorite {
  position: absolute;
  top: 5px;
  right: 7px;
  width: 20px;
  height: 20px;
  text-align: right;
  cursor: pointer;
  z-index: 30;
}
.card-category .card-edit svg, .card-category .card-duplicate svg, .card-category .card-remove svg, .card-category .card-favorite svg, .card-product .card-edit svg, .card-product .card-duplicate svg, .card-product .card-remove svg, .card-product .card-favorite svg, .card-picture .card-edit svg, .card-picture .card-duplicate svg, .card-picture .card-remove svg, .card-picture .card-favorite svg, .card-statistic .card-edit svg, .card-statistic .card-duplicate svg, .card-statistic .card-remove svg, .card-statistic .card-favorite svg {
  max-width: 100%;
  max-height: 100%;
  filter: drop-shadow(2px 1px 1px rgba(0, 0, 0, 0.2));
}
.card-category .card-content, .card-product .card-content, .card-picture .card-content, .card-statistic .card-content {
  border-radius: 10px;
}
.card-category .card-favorite + .card-remove, .card-product .card-favorite + .card-remove, .card-picture .card-favorite + .card-remove, .card-statistic .card-favorite + .card-remove {
  right: 45px;
}
.card-category .card-img, .card-product .card-img, .card-picture .card-img, .card-statistic .card-img {
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  border-radius: 6px;
}
.card-category .card-noimg, .card-product .card-noimg, .card-picture .card-noimg, .card-statistic .card-noimg {
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  border-radius: 6px;
  background-image: linear-gradient(135deg, #BDBDBD 40%, #999999 40%, #999999 50%, #BDBDBD 50%, #BDBDBD 90%, #999999 90%, #999999 100%);
  background-size: 9px 9px;
}
.card-category .card-overlay, .card-product .card-overlay, .card-picture .card-overlay, .card-statistic .card-overlay {
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 5;
  border-radius: 6px;
}
.card-category .card-body, .card-product .card-body, .card-picture .card-body, .card-statistic .card-body {
  position: relative;
  z-index: 10;
  color: #fff !important;
}
.card-category .card-content, .card-product .card-content, .card-picture .card-content, .card-statistic .card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-category .card-title, .card-product .card-title, .card-picture .card-title, .card-statistic .card-title {
  font-size: 14px;
  line-height: 16px;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  text-align: center;
  align-items: flex-end;
  padding: 14px 14px 0;
  margin-bottom: 0;
  z-index: 10;
}
.card-category .card-infos, .card-product .card-infos, .card-picture .card-infos, .card-statistic .card-infos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 5px 14px 5px;
  z-index: 10;
}
.card-category .card-duration, .card-category .card-price, .card-product .card-duration, .card-product .card-price, .card-picture .card-duration, .card-picture .card-price, .card-statistic .card-duration, .card-statistic .card-price {
  font-size: 14px;
  line-height: 16px;
}
.card-product {
  padding-right: 5px;
}
.card-product .card-title {
  padding-bottom: 10px;
}
.card-statistic {
  border: 1px dashed #CDCDCD !important;
  background: #eee;
}
.card-statistic .card-body {
  color: #000000 !important;
}
.card-statistic .card-title {
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0;
}
.card-statistic .card-title-text {
  font-size: 1.15em;
  line-height: 1.2em;
}
.card-statistic .card-title-export {
  flex: 0 0 100px;
}
.card-statistic .card-text {
  padding: 15px;
  overflow: hidden;
}
.card-statistic table.dataTable th > span, .card-statistic table.dataTable th > a, .card-statistic table.dataTable td:not(.actions-column):not(.dataTables_empty) > span, .card-statistic table.dataTable td:not(.actions-column):not(.dataTables_empty) > a {
  padding: 0.25rem;
}
.card-statistic .dataTable-footer-wrapper {
  flex-direction: column;
}
.card-category {
  border-radius: 0 10px 10px;
  cursor: pointer;
  box-shadow: none;
}
.card-category .card-title {
  align-items: end;
  padding-bottom: 15px;
}
.card-category .card-content {
  position: relative;
  border-radius: 0 10px 10px 10px;
}
.card-category .card-top {
  position: absolute;
  top: -10px;
  left: 0;
  width: 50%;
  height: 11px;
  background-color: #bdbdbd;
  z-index: 0;
  border-radius: 6px 6px 0 0;
}
.card-category-container {
  border: 2px dashed transparent;
}
.card-category-container.drop-in {
  opacity: 0.5;
  border: 2px dashed #000000;
  padding: 18px 8px 8px 8px;
}
@media (max-width: 1024px) {
  .card-category .card-title, .card-product .card-title, .card-picture .card-title {
    font-size: 14px;
    line-height: 15px;
    padding: 2px;
  }
  .card-category .card-infos, .card-product .card-infos, .card-picture .card-infos {
    margin-bottom: 5px;
  }
  .card-category .card-infos,
  .card-category .card-price, .card-product .card-infos,
  .card-product .card-price, .card-picture .card-infos,
  .card-picture .card-price {
    font-size: 13px;
    line-height: 15px;
  }
}

.calendar-sidebar {
  position: absolute;
  top: 125px;
  left: 0;
  width: 50px;
  max-width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0 10px 10px 0;
  transition: all 0.35s ease-out;
  z-index: 15;
}
.calendar-sidebar-header {
  width: 100%;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
.calendar-sidebar-header .calendar-sidebar-arrow img {
  transform: rotate(0deg);
  transition: transform 0.25s ease;
}
.calendar-sidebar-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-height: 0px;
  transition: max-height 0.55s ease;
  overflow-y: auto;
}
.calendar-sidebar-content .users,
.calendar-sidebar-content .equipments {
  margin-top: 25px;
}
.calendar-sidebar-content .users-header,
.calendar-sidebar-content .equipments-header {
  text-align: center;
  margin-bottom: 5px;
  cursor: pointer;
}
.calendar-sidebar-content .users ul,
.calendar-sidebar-content .equipments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.calendar-sidebar-content .users .users-header,
.calendar-sidebar-content .users .equipments-header,
.calendar-sidebar-content .users li,
.calendar-sidebar-content .equipments .users-header,
.calendar-sidebar-content .equipments .equipments-header,
.calendar-sidebar-content .equipments li {
  opacity: 0;
  transform: translateX(-5px);
  transition-delay: 0.01s;
}
.calendar-sidebar-content .users .users-header div,
.calendar-sidebar-content .users .equipments-header div,
.calendar-sidebar-content .users li div,
.calendar-sidebar-content .equipments .users-header div,
.calendar-sidebar-content .equipments .equipments-header div,
.calendar-sidebar-content .equipments li div {
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  font-size: 13px;
  line-height: 16px;
  margin: 8px auto;
  padding: 8px;
  width: 100px;
  max-width: 90px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
}
.calendar-sidebar-content .users .users-header .b-avatar,
.calendar-sidebar-content .users .equipments-header .b-avatar,
.calendar-sidebar-content .users li .b-avatar,
.calendar-sidebar-content .equipments .users-header .b-avatar,
.calendar-sidebar-content .equipments .equipments-header .b-avatar,
.calendar-sidebar-content .equipments li .b-avatar {
  background: #000000;
  color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0 10px 10px 0;
  font-size: 16px;
  line-height: 19px;
  margin: 5px 0;
  width: auto;
  cursor: pointer;
  transition: all 0.2s ease;
}
.calendar-sidebar-content .users .users-header.is-active div,
.calendar-sidebar-content .users .users-header.is-active .b-avatar,
.calendar-sidebar-content .users .equipments-header.is-active div,
.calendar-sidebar-content .users .equipments-header.is-active .b-avatar,
.calendar-sidebar-content .users li.is-active div,
.calendar-sidebar-content .users li.is-active .b-avatar,
.calendar-sidebar-content .equipments .users-header.is-active div,
.calendar-sidebar-content .equipments .users-header.is-active .b-avatar,
.calendar-sidebar-content .equipments .equipments-header.is-active div,
.calendar-sidebar-content .equipments .equipments-header.is-active .b-avatar,
.calendar-sidebar-content .equipments li.is-active div,
.calendar-sidebar-content .equipments li.is-active .b-avatar {
  background: #EE4B51;
  color: #fff;
}
.calendar-sidebar-content .equipments li.is-active .b-avatar {
  background: #EE4B51;
  color: #fff;
}
.calendar-sidebar-customer .v-select .vs__dropdown-toggle {
  padding-top: 6px;
  padding-bottom: 10px;
}
.calendar-sidebar.is-active {
  width: 100px;
  max-width: 100px;
  height: calc(100vh - 142px);
  max-height: 100vh;
  top: 72px;
  z-index: 15;
}
.calendar-sidebar.is-active .calendar-sidebar-header .calendar-sidebar-arrow img {
  transform: rotate(180deg);
}
.calendar-sidebar.is-active .calendar-sidebar-content {
  max-height: 5000px;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.35s ease;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(1) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(2) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(3) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(4) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(5) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(6) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(7) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(8) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(9) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(10) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(11) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(12) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(13) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(14) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(15) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(16) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(17) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(18) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(19) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(20) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(21) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(22) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(23) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(24) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(25) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(26) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(27) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(28) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(29) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(30) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(31) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(32) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(33) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(34) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(35) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(36) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(37) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(38) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(39) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(40) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(41) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(42) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(43) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(44) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(45) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(46) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(47) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(48) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(49) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(50) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(51) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(52) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(53) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(54) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(55) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(56) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(57) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(58) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(59) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(60) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(61) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(62) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(63) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(64) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(65) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(66) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(67) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(68) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(69) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(70) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(71) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(72) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(73) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(74) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(75) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(76) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(77) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(78) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(79) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(80) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(81) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(82) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(83) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(84) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(85) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(86) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(87) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(88) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(89) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(90) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(91) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(92) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(93) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(94) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(95) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(96) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(97) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(98) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(99) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users .users-header:nth-child(100) {
  transition-delay: 0.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.35s ease;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(1) {
  transition-delay: 0.25s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(2) {
  transition-delay: 0.4s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(3) {
  transition-delay: 0.55s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(4) {
  transition-delay: 0.7s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(5) {
  transition-delay: 0.85s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(6) {
  transition-delay: 1s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(7) {
  transition-delay: 1.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(8) {
  transition-delay: 1.3s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(9) {
  transition-delay: 1.45s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(10) {
  transition-delay: 1.6s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(11) {
  transition-delay: 1.75s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(12) {
  transition-delay: 1.9s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(13) {
  transition-delay: 2.05s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(14) {
  transition-delay: 2.2s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(15) {
  transition-delay: 2.35s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(16) {
  transition-delay: 2.5s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(17) {
  transition-delay: 2.65s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(18) {
  transition-delay: 2.8s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(19) {
  transition-delay: 2.95s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(20) {
  transition-delay: 3.1s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(21) {
  transition-delay: 3.25s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(22) {
  transition-delay: 3.4s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(23) {
  transition-delay: 3.55s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(24) {
  transition-delay: 3.7s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(25) {
  transition-delay: 3.85s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(26) {
  transition-delay: 4s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(27) {
  transition-delay: 4.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(28) {
  transition-delay: 4.3s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(29) {
  transition-delay: 4.45s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(30) {
  transition-delay: 4.6s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(31) {
  transition-delay: 4.75s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(32) {
  transition-delay: 4.9s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(33) {
  transition-delay: 5.05s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(34) {
  transition-delay: 5.2s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(35) {
  transition-delay: 5.35s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(36) {
  transition-delay: 5.5s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(37) {
  transition-delay: 5.65s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(38) {
  transition-delay: 5.8s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(39) {
  transition-delay: 5.95s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(40) {
  transition-delay: 6.1s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(41) {
  transition-delay: 6.25s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(42) {
  transition-delay: 6.4s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(43) {
  transition-delay: 6.55s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(44) {
  transition-delay: 6.7s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(45) {
  transition-delay: 6.85s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(46) {
  transition-delay: 7s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(47) {
  transition-delay: 7.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(48) {
  transition-delay: 7.3s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(49) {
  transition-delay: 7.45s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(50) {
  transition-delay: 7.6s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(51) {
  transition-delay: 7.75s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(52) {
  transition-delay: 7.9s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(53) {
  transition-delay: 8.05s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(54) {
  transition-delay: 8.2s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(55) {
  transition-delay: 8.35s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(56) {
  transition-delay: 8.5s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(57) {
  transition-delay: 8.65s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(58) {
  transition-delay: 8.8s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(59) {
  transition-delay: 8.95s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(60) {
  transition-delay: 9.1s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(61) {
  transition-delay: 9.25s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(62) {
  transition-delay: 9.4s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(63) {
  transition-delay: 9.55s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(64) {
  transition-delay: 9.7s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(65) {
  transition-delay: 9.85s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(66) {
  transition-delay: 10s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(67) {
  transition-delay: 10.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(68) {
  transition-delay: 10.3s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(69) {
  transition-delay: 10.45s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(70) {
  transition-delay: 10.6s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(71) {
  transition-delay: 10.75s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(72) {
  transition-delay: 10.9s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(73) {
  transition-delay: 11.05s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(74) {
  transition-delay: 11.2s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(75) {
  transition-delay: 11.35s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(76) {
  transition-delay: 11.5s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(77) {
  transition-delay: 11.65s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(78) {
  transition-delay: 11.8s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(79) {
  transition-delay: 11.95s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(80) {
  transition-delay: 12.1s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(81) {
  transition-delay: 12.25s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(82) {
  transition-delay: 12.4s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(83) {
  transition-delay: 12.55s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(84) {
  transition-delay: 12.7s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(85) {
  transition-delay: 12.85s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(86) {
  transition-delay: 13s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(87) {
  transition-delay: 13.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(88) {
  transition-delay: 13.3s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(89) {
  transition-delay: 13.45s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(90) {
  transition-delay: 13.6s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(91) {
  transition-delay: 13.75s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(92) {
  transition-delay: 13.9s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(93) {
  transition-delay: 14.05s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(94) {
  transition-delay: 14.2s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(95) {
  transition-delay: 14.35s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(96) {
  transition-delay: 14.5s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(97) {
  transition-delay: 14.65s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(98) {
  transition-delay: 14.8s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(99) {
  transition-delay: 14.95s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .users li:nth-child(100) {
  transition-delay: 15.1s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments .equipments-header {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.35s ease;
  transition-delay: 0.75s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.35s ease;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(1) {
  transition-delay: 0.65s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(2) {
  transition-delay: 0.8s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(3) {
  transition-delay: 0.95s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(4) {
  transition-delay: 1.1s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(5) {
  transition-delay: 1.25s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(6) {
  transition-delay: 1.4s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(7) {
  transition-delay: 1.55s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(8) {
  transition-delay: 1.7s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(9) {
  transition-delay: 1.85s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(10) {
  transition-delay: 2s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(11) {
  transition-delay: 2.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(12) {
  transition-delay: 2.3s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(13) {
  transition-delay: 2.45s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(14) {
  transition-delay: 2.6s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(15) {
  transition-delay: 2.75s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(16) {
  transition-delay: 2.9s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(17) {
  transition-delay: 3.05s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(18) {
  transition-delay: 3.2s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(19) {
  transition-delay: 3.35s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(20) {
  transition-delay: 3.5s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(21) {
  transition-delay: 3.65s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(22) {
  transition-delay: 3.8s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(23) {
  transition-delay: 3.95s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(24) {
  transition-delay: 4.1s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(25) {
  transition-delay: 4.25s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(26) {
  transition-delay: 4.4s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(27) {
  transition-delay: 4.55s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(28) {
  transition-delay: 4.7s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(29) {
  transition-delay: 4.85s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(30) {
  transition-delay: 5s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(31) {
  transition-delay: 5.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(32) {
  transition-delay: 5.3s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(33) {
  transition-delay: 5.45s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(34) {
  transition-delay: 5.6s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(35) {
  transition-delay: 5.75s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(36) {
  transition-delay: 5.9s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(37) {
  transition-delay: 6.05s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(38) {
  transition-delay: 6.2s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(39) {
  transition-delay: 6.35s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(40) {
  transition-delay: 6.5s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(41) {
  transition-delay: 6.65s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(42) {
  transition-delay: 6.8s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(43) {
  transition-delay: 6.95s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(44) {
  transition-delay: 7.1s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(45) {
  transition-delay: 7.25s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(46) {
  transition-delay: 7.4s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(47) {
  transition-delay: 7.55s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(48) {
  transition-delay: 7.7s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(49) {
  transition-delay: 7.85s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(50) {
  transition-delay: 8s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(51) {
  transition-delay: 8.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(52) {
  transition-delay: 8.3s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(53) {
  transition-delay: 8.45s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(54) {
  transition-delay: 8.6s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(55) {
  transition-delay: 8.75s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(56) {
  transition-delay: 8.9s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(57) {
  transition-delay: 9.05s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(58) {
  transition-delay: 9.2s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(59) {
  transition-delay: 9.35s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(60) {
  transition-delay: 9.5s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(61) {
  transition-delay: 9.65s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(62) {
  transition-delay: 9.8s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(63) {
  transition-delay: 9.95s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(64) {
  transition-delay: 10.1s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(65) {
  transition-delay: 10.25s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(66) {
  transition-delay: 10.4s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(67) {
  transition-delay: 10.55s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(68) {
  transition-delay: 10.7s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(69) {
  transition-delay: 10.85s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(70) {
  transition-delay: 11s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(71) {
  transition-delay: 11.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(72) {
  transition-delay: 11.3s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(73) {
  transition-delay: 11.45s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(74) {
  transition-delay: 11.6s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(75) {
  transition-delay: 11.75s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(76) {
  transition-delay: 11.9s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(77) {
  transition-delay: 12.05s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(78) {
  transition-delay: 12.2s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(79) {
  transition-delay: 12.35s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(80) {
  transition-delay: 12.5s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(81) {
  transition-delay: 12.65s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(82) {
  transition-delay: 12.8s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(83) {
  transition-delay: 12.95s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(84) {
  transition-delay: 13.1s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(85) {
  transition-delay: 13.25s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(86) {
  transition-delay: 13.4s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(87) {
  transition-delay: 13.55s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(88) {
  transition-delay: 13.7s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(89) {
  transition-delay: 13.85s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(90) {
  transition-delay: 14s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(91) {
  transition-delay: 14.15s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(92) {
  transition-delay: 14.3s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(93) {
  transition-delay: 14.45s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(94) {
  transition-delay: 14.6s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(95) {
  transition-delay: 14.75s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(96) {
  transition-delay: 14.9s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(97) {
  transition-delay: 15.05s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(98) {
  transition-delay: 15.2s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(99) {
  transition-delay: 15.35s;
}
.calendar-sidebar.is-active .calendar-sidebar-content .equipments li:nth-child(100) {
  transition-delay: 15.5s;
}
@media (max-width: 1087px) {
  .calendar-sidebar {
    top: 132px;
  }
  .calendar-sidebar.is-active {
    top: 110px;
    width: 78px;
    height: calc(100vh - 184px);
  }
  .calendar-sidebar .users li div,
  .calendar-sidebar .equipments li div {
    margin: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 68px;
  }
}

@keyframes rotate180 {
  100% {
    transform: rotate(180deg);
  }
}
.colors {
  margin: 0;
  padding: 0;
}
.colors .color {
  position: relative;
  display: inline-block;
  list-style: none;
  width: 44px;
  height: 44px;
  margin: 5px;
}
.colors .color input,
.colors .color .color-label {
  background-color: transparent;
  border: none;
  width: 44px;
  height: 44px;
  color: white;
  font-size: 0.85em;
  font-weight: 600;
  text-align: center;
}
.colors .color input {
  position: relative;
  z-index: 5;
}
.colors .color .color-label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
.colors .color .color-label.is-active {
  border: 4px solid #fff;
  box-shadow: rgba(14, 30, 37, 0.45) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.dynamic-list .form-row .btn {
  padding: 5px 25px 6px;
}

.form-control {
  color: #000000;
}
.form-img {
  max-width: 100%;
  max-height: 20vh;
}
.form-input-search {
  width: 500px;
  max-width: 100%;
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 7px 14px;
}
@media (max-width: 641px) {
  .form-group {
    margin-bottom: 0.5rem;
  }
}

#header-search {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
#header-search .header-search-form {
  position: relative;
}
#header-search .header-search-input .form-control {
  padding-left: 26px;
}
#header-search .header-search-icon {
  position: absolute;
  top: 8px;
  left: 8px;
}
#header-search .header-search-results {
  display: none;
  position: absolute;
  top: 36px;
  right: 0;
  width: 400px;
  max-height: 50vh;
  overflow-y: auto;
  padding: 14px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px 0 10px 10px;
  z-index: 999;
}
#header-search .header-search-results .search-matched-text {
  text-decoration: underline;
  font-weight: bold;
}
#header-search .header-search-results-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #636363;
}
#header-search .header-search-results-subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DEE2E6;
  color: #636363;
}
#header-search .header-search-results-users {
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 14px;
}
#header-search .header-search-results-users a {
  color: #636363;
  transition: color 0.15s ease-in-out;
}
#header-search .header-search-results-users a:hover {
  color: #000;
}
#header-search.is-open .header-search-icon {
  color: #000;
}
#header-search.is-open .header-search-results {
  display: block;
}
@media (max-width: 1024px) {
  #header-search {
    position: initial;
  }
  #header-search .header-search-results {
    top: 48px;
    width: 100%;
  }
}

.help {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  position: relative;
}
.help-link {
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  transition: all 0.25s ease;
  cursor: pointer;
}
.help-link span {
  padding-left: 5px;
}
.help-dropdown {
  position: absolute;
  right: 5px;
  top: 42px;
  padding-top: 10px;
  display: none;
}
.help-caret {
  width: 25px;
  height: 10px;
  overflow: hidden;
  box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
  z-index: 1;
  margin-bottom: 0;
  right: 15px;
  position: absolute;
}
.help-caret::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  top: 4px;
  left: 6px;
  background-color: #fff;
  border: 1px solid #F7F5F5;
  box-shadow: none;
}
.help-submenu {
  margin-top: 9px;
  width: 250px;
  padding-left: 0;
  border-radius: 5px;
  box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  border: 1px solid #F7F5F5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.help-submenu li {
  list-style: none;
}
.help-submenu li:first-child {
  border-top-width: 0;
}
.help-submenu li:first-child a {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.help-submenu li.separator {
  border-bottom: 1px solid #CDCDCD;
  margin: 5px 0;
}
.help-submenu li a,
.help-submenu li .btn-link {
  width: 100%;
  display: inline-block;
  padding: 0.5em 1em;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  text-align: left;
}
.help-submenu li a:hover:not(.router-link-active),
.help-submenu li .btn-link:hover:not(.router-link-active) {
  background-color: #f5f5f5;
  text-decoration: none;
}
.help-submenu li.forward a,
.help-submenu li.forward .btn-link {
  font-weight: bold;
}
.help-hover .help-link {
  text-decoration: none;
  color: #EE4B51;
}
.help-hover .help-dropdown,
.help-hover .caret {
  display: block;
}

.sidebar-modal-open .help {
  z-index: 1;
}

@media (max-width: 640px) {
  .help-link span {
    display: none;
  }
}
.image-upload-modal .container-fluid, .image-upload-modal .container-sm, .image-upload-modal .container-md, .image-upload-modal .container-lg, .image-upload-modal .container-xl {
  padding: 0;
}

.dot-elastic {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  animation: dot-elastic 1s infinite linear;
}

.dot-elastic::before, .dot-elastic::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-elastic::before {
  left: -10px;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #ffffff;
  animation: dot-elastic-before 1s infinite linear;
}

.dot-elastic::after {
  left: 10px;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #ffffff;
  animation: dot-elastic-after 1s infinite linear;
}

@keyframes dot-elastic-before {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1.5);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes dot-elastic {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 1.5);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes dot-elastic-after {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.modal-dialog {
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.modal-backdrop {
  background-color: #fff;
  opacity: 0.9;
}
.modal-body {
  padding: 1rem;
}
.modal-title {
  color: #000000;
}
.modal-content .modal-header {
  padding: 1rem 1rem 0 1rem;
}
.modal-content .modal-header h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #000000;
}
.modal-content .modal-header .close {
  right: 1rem;
  width: 30px;
  height: 30px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #000000;
  background-color: transparent;
  opacity: 1;
}
.modal-content .modal-body .card-body {
  padding: 0;
}
.modal-content .modal-body .card-category-container {
  margin-top: 1rem;
}
.modal-content .modal-footer {
  padding: 1.25rem 1rem 3rem;
  justify-content: center;
}
.modal-side {
  background-color: #f3f3f3;
}
.modal-open .modal .modal-dialog .modal-header h5 {
  color: #000000;
}
.modal img {
  max-width: 100%;
}
.modal .accordion .card-body {
  padding: 1rem;
}
.modal#app-module .modal-dialog .modal-header button {
  display: block;
}
@media (max-width: 767.98px) {
  .modal-open .modal .modal-dialog .modal-header button {
    display: block;
  }
}

#app-module .btn-group-toggle .btn-sm.active:first-child, #app-module .btn-group-toggle .btn-group-sm > .active.btn:first-child {
  background-color: #219653;
  border-color: #219653;
}
#app-module .btn-group-toggle > *:not(:first-child).btn::before, #app-module .btn-group-toggle > *:not(:first-child).dropdown > .btn::before {
  background-color: transparent;
}

.nav-tabs {
  align-items: flex-end;
}
@media (max-width: 990px) {
  .nav-tabs .nav-item {
    flex: 1;
  }
  .nav-tabs .nav-link {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 460px) {
  .nav-tabs .nav-link {
    min-height: 64px;
    padding: 5px;
    text-align: center;
  }
}

#app.public-page .logo, #app.speed-login .logo {
  position: relative;
  background-color: #000000;
  padding: 2rem 0 1.5rem 0;
  margin: 0;
}
#app.public-page .logo::before, #app.speed-login .logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #000000;
  z-index: -1;
}
#app.public-page .page-content, #app.speed-login .page-content {
  background-color: transparent;
  box-shadow: none;
}
#app.public-page .page-content .card.login-form, #app.speed-login .page-content .card.login-form, #app.public-page .page-content .card.register-form, #app.speed-login .page-content .card.register-form {
  border-radius: 10px;
  border-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

#app .speed-login .logo {
  position: relative;
  background-color: #000000;
  padding: 2rem 0 1.5rem 0;
  margin: 0;
}
#app .speed-login .logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #000000;
  z-index: -1;
}
#app .speed-login .card.login-form, #app .speed-login .card.register-form {
  border-radius: 10px;
  border-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

#sidebar .content {
  transition: all 0.25s cubic-bezier(0.8, 0, 0.2, 1);
}

@media (max-width: 699px) {
  #sidebar .content {
    display: block;
    position: absolute;
    transform: translateX(-100vw);
    transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  }
  #sidebar .content.hidden {
    display: block;
  }
  #sidebar .content.show-absolute {
    display: block;
    transform: translateX(0);
  }
}
.sidebar-modal {
  position: fixed;
  top: 5px;
  left: auto;
  right: 0;
  width: calc(50% - 14px);
  height: calc(100vh - 10px);
  padding: 15px 14px 0 14px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px 0px 0px 10px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 900;
  transform: translateX(100vw);
  transition: transform 0.3s ease-in-out;
}
.sidebar-modal .modal-content .modal-header {
  padding: 0 30px 0 0;
}
.sidebar-modal .modal-dialog {
  box-shadow: none;
  margin: 5px auto;
}
.sidebar-modal.is-active {
  transform: translateX(0);
}
.sidebar-modal .buttons {
  display: flex;
  flex-direction: column;
}
.sidebar-modal .buttons .btn {
  max-width: 250px;
  max-height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 6px;
  padding: 6px 15px;
}
.sidebar-modal .buttons .btn svg {
  margin-right: 5px;
}
.sidebar-modal .services-listing.readable .card-product-container {
  cursor: pointer;
}
.sidebar-modal .modal-footer {
  position: sticky;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 25px;
  z-index: 990;
}
@media (max-width: 901px) {
  .sidebar-modal {
    width: 100%;
  }
}

.sidebar-modal-open .sidebar-modal {
  transform: translateX(0);
  height: calc(100vh - 10px);
}

.services-listing .container-fluid, .services-listing .container-sm, .services-listing .container-md, .services-listing .container-lg, .services-listing .container-xl {
  padding: 0;
}
.services-listing.readable .mb-5 {
  margin-bottom: 15px !important;
}
.services-listing.readable .card-product-container {
  cursor: default;
}
.services-listing-categories, .services-listing-services {
  margin: 0;
  padding: 0;
}
.services-listing-categories li, .services-listing-services li {
  display: inline-block;
  padding: 0;
  margin: 0 25px 0 0;
  border-radius: 10px;
  border: 2px dashed transparent;
}
.services-listing-categories li .card-product, .services-listing-services li .card-product {
  padding-right: 0;
}
.services-listing-parent {
  opacity: 0.5;
  border: 2px dashed #000000;
  padding: 20px;
  font-size: 18px;
  text-align: center;
}
.services-listing-parent.drop-in {
  opacity: 1;
  border: 2px dashed #219653;
  color: #219653;
}
.services-listing .sortable-chosen {
  opacity: 0.5;
  border: 2px dashed #000000;
}
@media (max-width: 1024px) {
  .services-listing .item {
    margin: 0 0 1rem 0 !important;
  }
}

.kw-table td.kw-table-actions-cell .btn-icon svg {
  opacity: 0.5;
  color: #000;
}

.tabs-tabs .card-header {
  padding: 0 0.65rem;
  background: #f5f5f5;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
}
.tabs-tabs .nav-pills .nav-link {
  height: 100%;
  padding: 1rem;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000;
  transition: all 0.35s ease;
}
.tabs-tabs .nav-pills .nav-link.active {
  color: #fff;
}
.tabs-tabs .nav-pills .nav-link:not(.active):hover {
  color: #EE4B51;
}
.tabs-subtabs .tab-content {
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-radius: 0 0 6px 6px;
}
.tabs-subtabs-rdv {
  position: relative;
}
.tabs.with-tables {
  display: flex;
  flex-direction: column;
}
.tabs.with-tables .tab-content {
  flex: 1 1 auto;
}
.tabs.with-tables .tab-content .tab-pane.with-table {
  height: 100%;
}

.tree-structure .custom-checkbox {
  display: inline-block;
}
.tree-structure-tooltip {
  display: inline-block;
  padding-right: 5px;
}
.tree-structure-category {
  margin-left: 20px;
}
.tree-structure-services, .tree-structure-steps {
  margin-left: 35px;
}
.tree-structure div > div {
  list-style: none;
}
.tree-structure div > div svg {
  margin-right: 5px;
}
.tree-structure div > div ul {
  margin: 5px 0;
}
.tree-structure .chevron {
  margin-right: 12px;
  width: 6px;
  height: 12px;
}
.tree-structure .custom-checkbox label {
  display: inline-block;
  padding-left: 5px;
}
.tree-structure-toggle {
  cursor: s-resize;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tree-structure-toggle .chevron {
  transition: all 0.35s ease;
}
.tree-structure-toggle-all {
  display: inline-block;
}
.tree-structure-toggle.is-toggle {
  cursor: n-resize;
}
.tree-structure-toggle.is-toggle .chevron {
  transform: rotate(90deg);
}
.tree-structure-toggle.is-toggle + .tree-structure-toggle--child {
  max-height: 5000px;
  opacity: 1;
}
.tree-structure-toggle--child {
  max-height: 0;
  opacity: 0;
  transition: all 0.35s ease;
  overflow: hidden;
}

.vc-highlight {
  background-color: rgba(238, 75, 81, 0.3) !important;
}

.vc-day.is-today .vc-highlights + .vc-day-content {
  background-color: transparent;
}

.calendar-header-date .vc-highlight {
  background-color: #EE4B51 !important;
}

.booking-company .card {
  border: none;
}
.booking-company .sticky-bar-form {
  display: none;
}

.is-favorite svg path {
  fill: gold;
}

.packages ul {
  list-style-type: none;
}

.services ul {
  list-style: none;
}
.services-picture {
  position: relative;
}
.services-picture svg {
  position: absolute;
  top: 15px;
  left: 15px;
  filter: drop-shadow(2px 1px 1px rgba(0, 0, 0, 0.2));
  cursor: pointer;
}

.widgets h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1rem;
}
.widgets .widget-colors .kw-form-control {
  display: inline-block;
  width: 36px;
}
.widgets .widget-colors input[type=color] {
  display: inline-block;
  width: 36px;
}
.widgets .widget-colors-label {
  display: inline-block;
  padding-left: 10px;
}
.widgets table td {
  cursor: move;
}
.widgets-footer {
  bottom: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1.75rem;
  border-top: 0 solid #dee2e6;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}
.widgets-footer > * {
  margin: 0.25rem;
}
.widgets-side-right {
  background-color: #F7F5F5;
}

.error-404 .content {
  color: #fff;
}

.page-calendar #content #page > div > .page-container {
  padding: 0;
}
.page-calendar#app.without-page-header #page .page-content {
  padding: 0;
  margin: 0;
}
.page-calendar#app-content, .page-calendar#app:not(.testMode) #content {
  height: -moz-fit-content;
  height: fit-content;
}

.page-content.calendar {
  position: relative;
  padding: 14px;
}
.page-content.calendar .help {
  position: fixed;
  right: 14px;
  top: 84px;
}
.page-content.calendar .help a {
  color: #fff;
}
.page-content.calendar .calendar-spinner {
  position: fixed;
  top: 45vh;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.page-content.calendar .calendar-component {
  z-index: 1;
}
.page-content.calendar .calendar-header {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 200;
  display: flex;
  flex-direction: row;
  padding: 15px 14px;
  margin-bottom: 16px;
  width: 100%;
  background-color: #000000;
}
.page-content.calendar .calendar-header-block {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding-right: 15px;
  margin-left: 15px;
  border-right: 1px solid #fff;
}
.page-content.calendar .calendar-header-block:first-child {
  margin-left: 0;
}
.page-content.calendar .calendar-header-block:last-child {
  border-right: none;
}
.page-content.calendar .calendar-header-block:nth-child(4) {
  margin-left: auto;
}
.page-content.calendar .calendar-header-block ul li:hover svg path {
  stroke: #EE4B51;
}
.page-content.calendar .calendar-header-block-dates {
  margin-left: 15px;
}
.page-content.calendar .calendar-header-block .dates {
  display: flex;
}
.page-content.calendar .calendar-header-block .dates-prev, .page-content.calendar .calendar-header-block .dates-next {
  padding: 4px 7px;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: all 0.25s ease;
  cursor: pointer;
}
.page-content.calendar .calendar-header-block .dates-prev path, .page-content.calendar .calendar-header-block .dates-next path {
  transition: all 0.25s ease;
}
.page-content.calendar .calendar-header-block .dates-prev:hover, .page-content.calendar .calendar-header-block .dates-next:hover {
  border: 2px solid #EE4B51;
}
.page-content.calendar .calendar-header-block .dates-prev {
  margin-right: 10px;
}
.page-content.calendar .calendar-header-block .dates span {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.page-content.calendar .calendar-header-block .dates .calendar-header-title::first-letter {
  text-transform: uppercase;
}
.page-content.calendar .calendar-header-block .date-now {
  display: flex;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.page-content.calendar .calendar-header-block .date-now .date::first-letter {
  text-transform: uppercase;
}
.page-content.calendar .calendar-header-block .date-now .time {
  margin-left: 10px;
}
.page-content.calendar .calendar-header-block .date-now .config {
  margin-left: 15px;
}
.page-content.calendar .calendar-header-block .config {
  padding-top: 4px;
}
.page-content.calendar .calendar-header-block a.config {
  display: block;
  border: none;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 4px 0 0 0;
}
.page-content.calendar .calendar-header-title {
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  color: #fff;
  margin-bottom: 2px;
}
.page-content.calendar .calendar-header-date {
  position: relative;
  display: flex;
}
.page-content.calendar .calendar-header-date > div {
  text-align: center;
  margin: 0 5px;
}
.page-content.calendar .calendar-header-date .datepicker,
.page-content.calendar .calendar-header-date .datepicker:focus {
  color: transparent;
  width: 26px;
  height: 40px;
  position: absolute;
  top: 1px;
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.page-content.calendar .calendar-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-content.calendar .calendar-header ul li {
  display: inline-block;
  vertical-align: bottom;
}
.page-content.calendar .calendar-header ul li button {
  padding: 2px 5px;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: all 0.25s ease;
}
.page-content.calendar .calendar-header ul li button.is-active {
  border: 2px solid #fff;
}
.page-content.calendar .calendar-header ul li button:hover {
  border: 2px solid #EE4B51;
  color: #EE4B51;
}
.page-content.calendar .calendar-header button {
  border: none;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 0;
}
.page-content.calendar .calendar-header .datepicker-button svg {
  width: 25px;
  height: 25px;
}
.page-content.calendar .calendar-header .datepicker-button svg path {
  transition: all 0.25s ease;
}
.page-content.calendar .calendar-header .datepicker-button:hover svg path {
  fill: #EE4B51;
}
.page-content.calendar .calendar-header .datepicker-calendar {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  padding: 14px;
}
.page-content.calendar .calendar-header .datepicker-calendar .b-calendar-nav {
  padding-bottom: 7px;
}
.page-content.calendar .calendar-header .datepicker-calendar .b-calendar-nav button {
  color: #000;
}
.page-content.calendar .calendar-header .datepicker-calendar footer button {
  background-color: #EE4B51;
  padding: 7px 10px;
  margin-top: 5px;
}
.page-content.calendar .calendar-content {
  margin-left: 14px;
  height: calc(100vh - 132px);
  margin-top: 72px;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
}
.page-content.calendar .calendar-content.open .fc {
  width: 50vw;
}
.page-content.calendar .calendar-content.sidebar .fc {
  padding-left: 86px;
}
.page-content.calendar .calendar-content.sidebar .calendar-list-view {
  margin: 30px 14px 30px 94px;
  border-radius: 15px;
}
.page-content.calendar .calendar-content .fc {
  height: 100% !important;
  width: 100%;
}
.page-content.calendar .calendar-content .fc .fc-daygrid-week-number {
  font-size: 9px;
  color: black;
  opacity: 0.55;
}
.page-content.calendar .calendar-content .fc-timegrid-slot {
  height: 25px;
  vertical-align: top;
}
.page-content.calendar .calendar-content .fc-timegrid-axis-cushion {
  font-size: 9px;
  line-height: 11px;
  text-decoration: none;
}
.page-content.calendar .calendar-content .fc-timegrid-axis-cushion:hover {
  color: #EE4B51;
}
.page-content.calendar .calendar-content .fc-theme-standard .fc-scrollgrid {
  border: none;
}
.page-content.calendar .calendar-content .fc-col-header-cell-cushion {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.25s ease;
}
.page-content.calendar .calendar-content .fc-col-header-cell-cushion::first-letter {
  text-transform: uppercase;
}
.page-content.calendar .calendar-content .fc-col-header-cell-cushion:hover {
  color: #EE4B51;
  text-decoration: none;
}
.page-content.calendar .calendar-content .fc-theme-standard td {
  border: none;
  border-left: 1px solid rgba(130, 130, 130, 0.85);
}
.page-content.calendar .calendar-content .fc-theme-standard th.fc-day {
  border: none;
  border-right: 2px solid rgba(130, 130, 130, 0.85);
}
.page-content.calendar .calendar-content .fc-theme-standard td .fc-day-mon + :not(.fc-day-mon),
.page-content.calendar .calendar-content .fc-theme-standard td .fc-day-tue + :not(.fc-day-tue),
.page-content.calendar .calendar-content .fc-theme-standard td .fc-day-wed + :not(.fc-day-wed),
.page-content.calendar .calendar-content .fc-theme-standard td .fc-day-thu + :not(.fc-day-thu),
.page-content.calendar .calendar-content .fc-theme-standard td .fc-day-fri + :not(.fc-day-fri),
.page-content.calendar .calendar-content .fc-theme-standard td .fc-day-sat + :not(.fc-day-sat),
.page-content.calendar .calendar-content .fc-theme-standard td .fc-day-sun + :not(.fc-day-sun) {
  border-left: 2px solid rgba(130, 130, 130, 0.85);
}
.page-content.calendar .calendar-content .fc-theme-standard .fc-timeGridMonth-view th.fc-day {
  border: none;
  border-bottom: 1px solid rgba(130, 130, 130, 0.85);
}
.page-content.calendar .calendar-content .fc-theme-standard .fc-timeGridMonth-view td .fc-day {
  border-left: 1px solid rgba(130, 130, 130, 0.85);
  border-top: 1px solid rgba(130, 130, 130, 0.85);
}
.page-content.calendar .calendar-content .fc-timegrid-divider {
  background-color: #000;
}
.page-content.calendar .calendar-content td.fc-timegrid-slot-lane {
  border-top: 1px solid #ececec;
}
.page-content.calendar .calendar-content td.fc-timegrid-slot-lane.fc-timegrid-slot-minor {
  border-top: 1px dashed #efefef;
}
.page-content.calendar .calendar-content .fc-timegrid-event-harness {
  container-type: size;
  container-name: event;
  margin-right: 10px;
}
.page-content.calendar .calendar-content .fc-timegrid-event,
.page-content.calendar .calendar-content .fc-daygrid-event {
  overflow: hidden;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
  transition: transform 0.2s;
}
.page-content.calendar .calendar-content .fc-timegrid-event .calendar-popover-event,
.page-content.calendar .calendar-content .fc-daygrid-event .calendar-popover-event {
  display: flex;
  flex-direction: row;
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
}
.page-content.calendar .calendar-content .fc-timegrid-event .calendar-popover-event.prebooking,
.page-content.calendar .calendar-content .fc-daygrid-event .calendar-popover-event.prebooking {
  font-size: 10px;
  pointer-events: none;
  cursor: default;
}
.page-content.calendar .calendar-content .fc-timegrid-event .calendar-popover-event.prebooking .services,
.page-content.calendar .calendar-content .fc-daygrid-event .calendar-popover-event.prebooking .services {
  padding-left: 0;
  display: inline;
}
.page-content.calendar .calendar-content .fc-timegrid-event .calendar-popover-event .calendar-popover-web,
.page-content.calendar .calendar-content .fc-daygrid-event .calendar-popover-event .calendar-popover-web {
  margin-right: 2px;
}
.page-content.calendar .calendar-content .fc-timegrid-event .calendar-popover-event .calendar-popover-web svg,
.page-content.calendar .calendar-content .fc-daygrid-event .calendar-popover-event .calendar-popover-web svg {
  width: 10px;
}
.page-content.calendar .calendar-content .fc-timegrid-event .calendar-popover-event .customer,
.page-content.calendar .calendar-content .fc-daygrid-event .calendar-popover-event .customer {
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-content.calendar .calendar-content .fc-timegrid-event .calendar-popover-event .title,
.page-content.calendar .calendar-content .fc-daygrid-event .calendar-popover-event .title {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-content.calendar .calendar-content .fc-timegrid-event .calendar-popover-event .hours,
.page-content.calendar .calendar-content .fc-timegrid-event .calendar-popover-event .services,
.page-content.calendar .calendar-content .fc-timegrid-event .calendar-popover-event .comments,
.page-content.calendar .calendar-content .fc-daygrid-event .calendar-popover-event .hours,
.page-content.calendar .calendar-content .fc-daygrid-event .calendar-popover-event .services,
.page-content.calendar .calendar-content .fc-daygrid-event .calendar-popover-event .comments {
  display: inline-block;
  padding-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-content.calendar .calendar-content .fc-timegrid-event .calendar-popover-event .comments,
.page-content.calendar .calendar-content .fc-daygrid-event .calendar-popover-event .comments {
  padding-left: 0;
}
.page-content.calendar .calendar-content .fc-timegrid-event.is-active,
.page-content.calendar .calendar-content .fc-daygrid-event.is-active {
  border: 2px solid #fff !important;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.3) !important;
}
.page-content.calendar .calendar-content .fc-timegrid-event.no-active,
.page-content.calendar .calendar-content .fc-daygrid-event.no-active {
  opacity: 0.5 !important;
}
.page-content.calendar .calendar-content .fc-timegrid-event.is-blocking,
.page-content.calendar .calendar-content .fc-daygrid-event.is-blocking {
  border-color: #888888 !important;
  background: repeating-linear-gradient(135deg, #999999, #999999 2px, #888888 0, #888888 25px);
  opacity: 0.8;
}
.page-content.calendar .calendar-content .fc-timegrid-event.is-blocking .calendar-popover-event,
.page-content.calendar .calendar-content .fc-daygrid-event.is-blocking .calendar-popover-event {
  font-weight: 600;
}
.page-content.calendar .calendar-content .fc-timegrid-event.prebooking,
.page-content.calendar .calendar-content .fc-daygrid-event.prebooking {
  background-color: #828282;
  pointer-events: none;
  cursor: default;
}
.page-content.calendar .calendar-content .fc-timegrid-event.not-comming,
.page-content.calendar .calendar-content .fc-daygrid-event.not-comming {
  background: repeating-linear-gradient(135deg, #eeeeee, #eeeeee 2px, transparent 2px, transparent 25px);
  color: #000000;
  opacity: 0.45;
}
.page-content.calendar .calendar-content th.fc-resource {
  background-color: #F7F5F5;
}
.page-content.calendar .calendar-content th.fc-resource:hover .fc-tooltip {
  opacity: 1;
}
.page-content.calendar .calendar-content th.fc-resource:first-child {
  border-left: 1px solid #000;
}
.page-content.calendar .calendar-content th.fc-resource:last-child {
  border-right: 1px solid #000;
}
.page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion,
.page-content.calendar .calendar-content th.fc-resource .header {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1rem;
  text-align: left;
  text-overflow: ellipsis;
  padding: 5px;
  height: 100%;
}
.page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion .avatar,
.page-content.calendar .calendar-content th.fc-resource .header .avatar {
  display: none;
}
.page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion .b-avatar,
.page-content.calendar .calendar-content th.fc-resource .header .b-avatar {
  float: left;
  margin-right: 0 !important;
}
.page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion .header-name,
.page-content.calendar .calendar-content th.fc-resource .header .header-name {
  display: flex;
  flex-direction: column;
  color: #000000;
}
.page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion .header-name a,
.page-content.calendar .calendar-content th.fc-resource .header .header-name a {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
}
.page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion .header-name .hours,
.page-content.calendar .calendar-content th.fc-resource .header .header-name .hours {
  display: none;
  color: #828282;
}
.page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion .header-name .hours a,
.page-content.calendar .calendar-content th.fc-resource .header .header-name .hours a {
  color: #828282;
  text-decoration: none;
}
.page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion .header-name:hover .hours,
.page-content.calendar .calendar-content th.fc-resource .header .header-name:hover .hours {
  display: block;
}
.page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion .fc-tooltip,
.page-content.calendar .calendar-content th.fc-resource .header .fc-tooltip {
  display: none;
  background-color: #EE4B51;
  color: white;
  border-radius: 10px;
  font-size: 12px;
  line-height: 15px;
  min-width: 100%;
  width: -moz-max-content;
  width: max-content;
  z-index: 9;
}
.page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion .fc-tooltip.business-hours,
.page-content.calendar .calendar-content th.fc-resource .header .fc-tooltip.business-hours {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion .fc-tooltip.business-hours .hours,
.page-content.calendar .calendar-content th.fc-resource .header .fc-tooltip.business-hours .hours {
  text-align: center;
}
.page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion .fc-tooltip.calendars,
.page-content.calendar .calendar-content th.fc-resource .header .fc-tooltip.calendars {
  background-color: #000;
}
.page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion.small, .page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion.kw-table-page-length,
.page-content.calendar .calendar-content th.fc-resource .header.small,
.page-content.calendar .calendar-content th.fc-resource .header.kw-table-page-length {
  justify-content: center;
}
.page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion.small .avatar, .page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion.kw-table-page-length .avatar,
.page-content.calendar .calendar-content th.fc-resource .header.small .avatar,
.page-content.calendar .calendar-content th.fc-resource .header.kw-table-page-length .avatar {
  display: block;
}
.page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion.small .header-name, .page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion.kw-table-page-length .header-name,
.page-content.calendar .calendar-content th.fc-resource .header.small .header-name,
.page-content.calendar .calendar-content th.fc-resource .header.kw-table-page-length .header-name {
  display: none;
  font-size: 11px;
}
.page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion.small .fc-tooltip, .page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion.kw-table-page-length .fc-tooltip,
.page-content.calendar .calendar-content th.fc-resource .header.small .fc-tooltip,
.page-content.calendar .calendar-content th.fc-resource .header.kw-table-page-length .fc-tooltip {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion.small .fc-tooltip.business-hours, .page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion.kw-table-page-length .fc-tooltip.business-hours,
.page-content.calendar .calendar-content th.fc-resource .header.small .fc-tooltip.business-hours,
.page-content.calendar .calendar-content th.fc-resource .header.kw-table-page-length .fc-tooltip.business-hours {
  display: none;
}
.page-content.calendar .calendar-content th.fc-resource .fc-scrollgrid-sync-inner {
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.page-content.calendar .calendar-content th.fc-resource .fc-scrollgrid-sync-inner.small .fc-col-header-cell-cushion > *, .page-content.calendar .calendar-content th.fc-resource .fc-scrollgrid-sync-inner.kw-table-page-length .fc-col-header-cell-cushion > * {
  display: none;
  font-size: 11px;
}
.page-content.calendar .calendar-content th.fc-resource .fc-scrollgrid-sync-inner.small .fc-col-header-cell-cushion .b-avatar, .page-content.calendar .calendar-content th.fc-resource .fc-scrollgrid-sync-inner.kw-table-page-length .fc-col-header-cell-cushion .b-avatar {
  display: flex;
}
.page-content.calendar .calendar-content .fc-day-today {
  background-color: rgba(238, 75, 81, 0.09);
}
.page-content.calendar .calendar-content .fc-day-today .fc-col-header-cell-cushion {
  color: #EE4B51;
}
.page-content.calendar .calendar-content .fc-direction-ltr .fc-timegrid-slot-label-cushion {
  padding: 0 10px 0 0;
}
.page-content.calendar .calendar-content .fc-direction-ltr .fc-timegrid-slot-label-frame {
  position: relative;
}
.page-content.calendar .calendar-content .fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  left: auto;
  right: 0;
  border: solid red;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(135deg);
  margin-top: -2px;
}
.page-content.calendar .calendar-content .fc-timegrid-slot-label-cushion {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.05em;
  position: absolute;
  top: -7px;
  right: 0;
  z-index: 9999;
}
.page-content.calendar .calendar-content .fc-timegrid-slots tr:first-child .fc-timegrid-slot-label-cushion {
  top: -2px;
}
.page-content.calendar .calendar-content .fc .fc-non-business {
  background: #828282;
  opacity: 0.28;
  background-size: 12px 12px;
  margin: 1px;
}
.page-content.calendar .calendar-content .fc .fc-scrollgrid-section-header .fc-scroller-harness {
  overflow: inherit;
}
.page-content.calendar .calendar-content .fc .fc-scrollgrid-section-header .fc-scroller-harness .fc-scroller {
  overflow: inherit !important;
}
.page-content.calendar .calendar-content .fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  bottom: 0;
}
.page-content.calendar .calendar-content .fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  height: 6px;
}
.page-content.calendar .calendar-content .fc-timegrid-event:hover .fc-event-resizer:after {
  content: "=";
  color: #fff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100%;
  font-size: 20px;
  line-height: 0px;
  font-weight: 400;
  padding-top: 3px;
}
.page-content.calendar .calendar-content .fc-direction-ltr .fc-daygrid-event.fc-event-end,
.page-content.calendar .calendar-content .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  overflow: hidden;
}
.page-content.calendar .calendar-content .fc-tooltip {
  position: absolute;
  top: 0;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  line-height: 11px;
  padding: 5px;
  border-radius: 5px;
  opacity: 0;
  z-index: 999;
  overflow-wrap: break-word;
  transition: all 0.25s ease;
}
.page-content.calendar .calendar-content .fc-tooltip a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.page-content.calendar .calendar-content .fc-tooltip .arrow {
  position: absolute;
  top: -6px;
  left: 0.6vw;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
  margin: 0 0.25rem;
}
.page-content.calendar .calendar-content.list {
  overflow: auto;
  height: auto;
}
.page-content.calendar .calendar-list-view {
  margin: 16px 14px 30px 35px;
  border-radius: 15px;
  transition: margin 0.35s ease-out;
}
@media (max-width: 1150px) {
  .page-content.calendar .calendar-header {
    display: block;
    padding: 12px 14px;
  }
  .page-content.calendar .calendar-header-block {
    display: inline-block;
    vertical-align: top;
    height: 42px;
  }
  .page-content.calendar .calendar-header-block:nth-child(4) {
    margin-left: 15px;
  }
  .page-content.calendar .calendar-header-block .dates {
    padding-bottom: 2px;
  }
  .page-content.calendar .calendar-header-block .dates span,
  .page-content.calendar .calendar-header-block .date-now {
    font-size: 16px;
    line-height: 19px;
  }
  .page-content.calendar .calendar-content .fc-col-header-cell-cushion {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1045px) {
  .page-content.calendar .calendar-header-block {
    padding-right: 10px;
    margin-left: 10px;
  }
  .page-content.calendar .calendar-header-block:first-child {
    margin-left: 10px;
  }
}
@media (max-width: 986px) {
  .page-content.calendar .calendar-content {
    height: calc(100vh - 169px);
    margin-top: 108px;
  }
  .page-content.calendar .calendar-content.sidebar .fc {
    padding-left: 70px;
  }
  .page-content.calendar .calendar-list-view {
    margin: 30px 14px 30px 80px;
    border-radius: 15px;
  }
}
@media (max-width: 700px) {
  .page-content.calendar .calendar-header {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0 3px;
  }
  .page-content.calendar .calendar-header-block {
    margin-bottom: 5px;
  }
  .page-content.calendar .calendar-header-block .dates span,
  .page-content.calendar .calendar-header-block .date-now {
    font-size: 12px;
    line-height: 15px;
  }
  .page-content.calendar .calendar-header-title {
    font-size: 10px;
  }
  .page-content.calendar .calendar-header ul li button {
    font-size: 14px;
  }
  .page-content.calendar .calendar-content {
    width: calc(100% - 7.5px);
    height: calc(100vh - 165px);
    margin-top: 105px;
    margin-left: 7px;
    margin-right: 7px;
  }
  .page-content.calendar .calendar-content th.fc-resource .fc-col-header-cell-cushion .b-avatar,
  .page-content.calendar .calendar-content th.fc-resource .header .b-avatar {
    margin: 0 !important;
  }
  .page-content.calendar .help {
    top: 130px;
  }
}
@media (max-width: 400px) {
  .page-content.calendar .calendar-header-title {
    display: none;
  }
  .page-content.calendar .calendar-header-block {
    padding-right: 5px;
    margin-left: 5px;
  }
  .page-content.calendar .calendar-header-block ul,
  .page-content.calendar .calendar-header-block button,
  .page-content.calendar .calendar-header-block .config {
    padding-top: 8px;
  }
  .page-content.calendar .calendar-header-block:nth-child(3) .calendar-header-title {
    display: block;
  }
  .page-content.calendar .calendar-header-block:nth-child(3) ul {
    padding-top: 0;
  }
}

.calendar-popover {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  border: none;
  border-radius: 0px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.35);
}
.calendar-popover .popover-header {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  background-color: #F7F5F5;
  border: none;
  border-radius: 0px;
}
.calendar-popover .popover-body {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
.calendar-popover-event {
  height: 100%;
}
.calendar-popover-customer {
  margin-top: 10px;
}
.calendar-popover-customer-name {
  margin-top: 15px;
}
.calendar-popover-customer-name svg {
  margin-right: 4px;
}
.calendar-popover-customer-name a {
  color: #000;
}
.calendar-popover-customer a {
  color: #000;
}
.calendar-popover-user {
  font-size: 12px;
  line-height: 22px;
  margin-top: 10px;
}
.calendar-popover-status {
  font-size: 12px;
  line-height: 22px;
  margin-top: 10px;
  color: #DB382C;
}
.calendar-popover-prerequesnumber {
  font-size: 12px;
  line-height: 15px;
  color: #000091;
}
.calendar-popover-footer {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.calendar-popover__services {
  max-width: 100vw;
}
.calendar-popover__services .popover-body {
  width: 50vw;
  padding-top: 25px;
}
.calendar-popover__services .popover-body .card-body {
  padding: 0;
}
@media (max-width: 965px) {
  .calendar-popover__services .popover-body {
    width: 65vw;
  }
}
@media (max-width: 700px) {
  .calendar-popover__services .popover-body {
    width: 85vw;
  }
}
@media (max-width: 560px) {
  .calendar-popover__services .popover-body {
    width: 90vw;
  }
}

.calendar-form-total {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: right;
}
.calendar-form-total div {
  display: inline-block;
  margin-right: 40px;
}
.calendar-form-end .hour {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-top: 9px;
}

.sidebar-modal .btn-customer-null.is-active {
  background-color: #000;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 12px;
}
.sidebar-modal .vc-popover-content-wrapper {
  position: relative;
  z-index: 999;
}
.sidebar-modal .table-services-listing td {
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: middle;
}
.sidebar-modal .recurrence-end-radio {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.sidebar-modal .recurrence-end-radio label {
  display: flex;
  align-items: center;
}
.sidebar-modal .recurrence-end .custom-control-inline {
  margin-right: 0;
}
.sidebar-modal .recurrence-end .datetime-group,
.sidebar-modal .recurrence-end .datepicker-wrapper {
  padding-left: 8px;
  padding-right: 8px;
}
.sidebar-modal .recurrence-end .spinner-wrapper {
  width: 60px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
}
.sidebar-modal .recurrence-end .is-off {
  opacity: 0.5;
}

.calendar-availabilities {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
}
.calendar-availabilities-content {
  display: flex;
}
.calendar-availabilities-prev svg, .calendar-availabilities-next svg {
  width: 24px !important;
}
.calendar-availabilities-prev svg path, .calendar-availabilities-next svg path {
  fill: #CDCDCD;
}
.calendar-availabilities-prev svg.is-active, .calendar-availabilities-next svg.is-active {
  cursor: pointer;
}
.calendar-availabilities-prev svg.is-active path, .calendar-availabilities-next svg.is-active path {
  fill: #000;
}
.calendar-availabilities-prev:hover button, .calendar-availabilities-next:hover button {
  background: transparent;
  border: none;
}
.calendar-availabilities-prev {
  margin-right: 5px;
}
.calendar-availabilities-next {
  margin-left: 5px;
}
.calendar-availabilities-items {
  display: flex;
  flex: 2 1 auto;
}
.calendar-availabilities-item {
  flex: auto;
  margin-right: 5px;
}
.calendar-availabilities-item-header {
  padding: 5px 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  color: #000;
}
.calendar-availabilities-item-hours {
  padding: 10px 0;
  text-align: center;
}
.calendar-availabilities-item-hours a.hour {
  display: block;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  background: #F6F6F6;
  border-radius: 3px;
  padding: 3px 0;
  margin-bottom: 5px;
  transition: all 0.15s ease;
  text-decoration: none;
}
.calendar-availabilities-item-hours a.hour:hover {
  font-weight: bold;
  color: #fff !important;
  background: #000;
}

@container event (height > 28px) {
  .page-content.calendar .calendar-content .fc-timegrid-event .calendar-popover-event,
  .page-content.calendar .calendar-content .fc-daygrid-event .calendar-popover-event {
    font-size: 12px;
    line-height: 12px;
  }
  .page-content.calendar .calendar-content .fc-timegrid-event .calendar-popover-event .hours,
  .page-content.calendar .calendar-content .fc-daygrid-event .calendar-popover-event .hours {
    display: block;
    padding-left: 0;
  }
  .page-content.calendar .calendar-content .fc-timegrid-event .calendar-popover-event .calendar-popover-web svg,
  .page-content.calendar .calendar-content .fc-daygrid-event .calendar-popover-event .calendar-popover-web svg {
    width: 12px;
  }
}
@container event (height > 41px) {
  .page-content.calendar .calendar-content .fc-timegrid-event .calendar-popover-event,
  .page-content.calendar .calendar-content .fc-daygrid-event .calendar-popover-event {
    font-size: 12px;
    line-height: 12px;
  }
  .page-content.calendar .calendar-content .fc-timegrid-event .calendar-popover-event .services,
  .page-content.calendar .calendar-content .fc-daygrid-event .calendar-popover-event .services {
    display: block;
    padding-left: 0;
  }
  .page-content.calendar .calendar-content .fc-timegrid-event .calendar-popover-event .calendar-popover-web svg,
  .page-content.calendar .calendar-content .fc-daygrid-event .calendar-popover-event .calendar-popover-web svg {
    width: 14px;
  }
}
.page-content .customer {
  position: relative;
}
.page-content .customer .app-title {
  margin-bottom: 15px;
}
.page-content .customer-item h1 {
  text-transform: capitalize !important;
}
.page-content .customer-item .container-fluid, .page-content .customer-item .container-sm, .page-content .customer-item .container-md, .page-content .customer-item .container-lg, .page-content .customer-item .container-xl {
  padding-left: 0;
  padding-right: 0;
}
.page-content .customer-thumb {
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  margin-bottom: 25px;
  border-radius: 100%;
}
.page-content .customer-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.page-content .customer-card {
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 45px;
}
.page-content .customer-card .form-title, .page-content .customer-card .form-title-alt {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DEE2E6;
}
.page-content .customer-card a {
  color: #000000;
  transition: all 0.25s ease;
}
.page-content .customer-card a:hover {
  color: #EE4B51;
  text-decoration: none;
}
.page-content .customer-tags {
  display: flex;
}
.page-content .customer-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-content .customer-tags ul li {
  display: inline-block;
  padding: 2px 4px;
  background-color: #fff;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.page-content .customer-bookings .form-group, .page-content .customer-newsletter .form-group {
  display: flex;
}
.page-content .customer-bookings .form-group label, .page-content .customer-newsletter .form-group label {
  font-weight: 600;
  margin-right: 8px;
}
.page-content .customer-newsletter .form-group {
  margin-bottom: 0;
}
.page-content .customer-consent {
  font-size: 14px;
  line-height: 16px;
}
.page-content .customer-list {
  display: flex;
  flex-direction: column;
}
.page-content .customer-list > div {
  margin-bottom: 10px;
}
.page-content .customer-list > div svg {
  margin-right: 8px;
  width: 16px;
}
.page-content .customer-list-top {
  width: 100%;
  margin-bottom: 0 !important;
}
.page-content .customer-list-top-left {
  display: inline-block;
}
.page-content .customer-list-top-left > div {
  margin-bottom: 10px;
}
.page-content .customer-list-top-right {
  float: right;
  vertical-align: top;
  margin-right: 15px;
}
.page-content .customer-list-top-right .b-avatar {
  max-width: 100%;
  width: 64px !important;
  height: 64px !important;
}
.page-content .customer-address {
  display: flex;
}
.page-content .customer-phone, .page-content .customer-mobile {
  display: flex;
  align-items: center;
}
.page-content .customer-item-phone .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.page-content .customer-item-phone .iti__arrow {
  display: none;
}
.page-content .customer-item-phone input {
  background: none;
  border: none;
  height: 25px;
  padding: 0 0 0 35px;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
}
.page-content .customer-item-phone input:hover {
  color: #EE4B51;
  text-decoration: none;
}
.page-content .customer-side {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.page-content .customer .nav-tabs {
  border-bottom-color: rgba(255, 143, 52, 0.2);
}
.page-content .customer .nav-tabs .nav-link.active {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #FF8F34;
  background-color: rgba(255, 143, 52, 0.2);
  border-color: rgba(255, 143, 52, 0.2) rgba(255, 143, 52, 0.2) transparent rgba(255, 143, 52, 0.2);
  opacity: 1;
}
.page-content .customer .nav-link {
  display: flex;
  align-items: center;
  color: #000;
}
@media (max-width: 991px) {
  .page-content .customer .col-md-12 {
    margin-bottom: 35px;
  }
  .page-content .customer-card {
    margin-bottom: 25px;
  }
}
@media (max-width: 605px) {
  .page-content .customer-item .app-title {
    margin-bottom: 55px;
  }
  .page-content .customer-item .app-title h1 {
    margin-bottom: 0.5rem !important;
  }
  .page-content .customer-item .container-fluid, .page-content .customer-item .container-sm, .page-content .customer-item .container-md, .page-content .customer-item .container-lg, .page-content .customer-item .container-xl {
    padding: 0;
  }
  .page-content .customer-item .notes {
    top: 70px;
    right: auto;
    left: 0;
  }
}

.customers {
  height: 100%;
}
.customers table.dataTable .actions-column * {
  padding: 0.25rem 0.5rem;
  vertical-align: middle;
}
.customers table.dataTable .actions-column * i {
  width: auto;
  height: 15px;
  background-color: #ffffff;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/OpeningHours/OpeningHours.vue?vue&type=style&index=0&id=5bdb28a2&lang=scss&scoped=true ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.opening-hour-days[data-v-5bdb28a2] {
  border-bottom: 1px dashed #CDCDCD;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.opening-hour-days-hours[data-v-5bdb28a2] {
  display: flex;
  flex-direction: row;
}
.opening-hour-days-hours-hour[data-v-5bdb28a2] {
  display: flex;
  flex-direction: column;
}
.opening-hour-days-hours-hour > div[data-v-5bdb28a2] {
  display: flex;
  align-items: center;
}
.opening-hour-days-hours-hour-input[data-v-5bdb28a2] {
  margin: 0 5px 5px 5px;
}
.opening-hour-days-hours .btn-add[data-v-5bdb28a2] {
  padding: 6px 10px;
}
.opening-hour-days-hours .btn-remove[data-v-5bdb28a2] {
  width: 36px;
  height: 36px;
  padding: 4px 4px 4px 0;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/Configuration/Packages/PackageForm.vue?vue&type=style&index=0&id=04bd5d9e&lang=scss&scoped=true ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.input-group[data-v-04bd5d9e] {
  align-items: center;
}
.input-group > .kw-form-control[data-v-04bd5d9e]:not(.spinner-wrapper) {
  flex: none;
  width: 150px;
  margin-left: 10px;
}
[data-v-04bd5d9e] .table .quantity {
  width: 100px;
  max-width: 100px;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/Configuration/Calendars/CalendarsManageForm.vue?vue&type=style&index=0&id=530ac76b&lang=scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.calendar-manage .form-bookings {
  margin-bottom: 0;
}
.calendar-manage .form-bookings .kw-form-control {
  display: inline-block;
}
.calendar-manage .form-bookings .booking-before {
  width: auto;
  display: inline;
  margin-top: 5px;
  margin-right: 5px;
}
.calendar-manage .form-bookings .booking-before .custom-control-label {
  padding-top: 7px;
}
.calendar-manage .form-bookings .booking-before .custom-control-label::before, .calendar-manage .form-bookings .booking-before .custom-control-label::after {
  top: 10px;
}
.calendar-manage .form-bookings .booking-before-to {
  display: inline;
  font-weight: normal !important;
}
.calendar-manage .form-bookings-to {
  font-weight: normal !important;
  margin-bottom: 1rem;
  margin-top: 5px;
}
.calendar-manage .form-bookings-to .kw-form-control {
  display: inline-block;
}
.calendar-manage .form-bookings-cancel {
  font-weight: normal !important;
}
.calendar-manage .form-bookings-cancel .kw-form-control {
  display: inline-block;
}
.calendar-manage .sms-content {
  margin-top: 5px;
  opacity: 0.655;
}
.calendar-manage .sms-content p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 0;
}
.calendar-manage .sms-content span {
  text-decoration: underline;
  cursor: crosshair;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/TabNumber/TabNumber.vue?vue&type=style&index=0&id=c8c685e6&scoped=true&lang=scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.tabnumber[data-v-c8c685e6] {
  border: 2px solid #FF8F34;
  border-radius: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FF8F34;
  height: 24px;
  text-align: center;
  opacity: 0.5;
  margin-left: 10px;
  background-color: #fff;
  padding: 1px 6px;
}
.tabnumber.is-active[data-v-c8c685e6] {
  opacity: 1;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/Campaign/CampaignForm.vue?vue&type=style&index=0&id=f1d2799a&lang=scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.customers-campaign-models {
  cursor: pointer;
}
.customers-campaign-phone {
  max-width: 180px;
  margin-right: 1rem;
}
.customers-campaign-booking > * {
  display: inline-block;
}
.customers-campaign-booking .datepicker-wrapper {
  width: 135px;
  margin-right: 8px;
  margin-left: 8px;
}
.customers-campaign .sms-content {
  margin-top: 5px;
  color: #777;
}
.customers-campaign .sms-content p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 0;
}
.customers-campaign .sms-content span {
  text-decoration: underline;
  cursor: crosshair;
  transition: all 0.35s ease;
  padding-right: 7px;
}
.customers-campaign .sms-content span:hover {
  color: #000000;
}
.customers-campaign .sms-infos-item {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}
.customers-campaign .sms-infos-total {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  margin: 5px 0;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/Attachments/Attachments.vue?vue&type=style&index=0&id=7dde959e&scoped=true&lang=scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.attachments[data-v-7dde959e] {
  padding: 0;
}
.attachments-link[data-v-7dde959e] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 50;
}
.attachments-list[data-v-7dde959e] {
  margin: 0;
  padding: 0;
}
.attachments-item[data-v-7dde959e] {
  position: relative;
  display: inline-block;
  list-style: none;
  padding-left: 0;
}
.attachments-item .img[data-v-7dde959e] {
  position: absolute;
  width: 100%;
  height: 100%;
}
.attachments-item .card-icon[data-v-7dde959e] {
  position: absolute;
  top: 12px;
  left: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.attachments-item .card-img[data-v-7dde959e] {
  z-index: 2;
}
.attachments-item .card-title[data-v-7dde959e] {
  font-size: 0.65rem;
  line-height: 0.66rem;
  word-break: break-all;
}
.attachments-item .card-infos[data-v-7dde959e] {
  justify-content: flex-end;
  margin: 1px 14px 10px 14px;
}
.attachments-item .card-price[data-v-7dde959e] {
  font-size: 13px;
  line-height: 13px;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/SmsInfos/SmsInfos.vue?vue&type=style&index=0&id=5281374f&lang=scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.sms-content {
  margin-top: 5px;
  color: #777;
}
.sms-content p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 0;
}
.sms-content span {
  text-decoration: underline;
  cursor: crosshair;
  transition: all 0.35s ease;
}
.sms-content span:hover {
  color: #000000;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/SmsEditor/SmsEditor.vue?vue&type=style&index=0&id=1dd014dd&lang=scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.sms-content {
  margin-top: 5px;
  color: #777;
}
.sms-content p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 0;
}
.sms-content span {
  text-decoration: underline;
  cursor: crosshair;
  transition: all 0.35s ease;
}
.sms-content span:hover {
  color: #000000;
}
.sms-infos-item {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}
.sms-infos-total {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  margin: 5px 0;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/Configuration/Notifications/NotificationForm.vue?vue&type=style&index=0&id=137b6882&lang=scss&scoped=true ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.success[data-v-137b6882] {
  color: green;
  font-weight: bold;
}
.notifications-days .kw-form-control[data-v-137b6882] {
  width: 75px;
  flex: initial;
}
.select-services[data-v-137b6882] {
  opacity: 0;
  position: absolute;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/Configuration/Notifications/NotificationsBusiness.vue?vue&type=style&index=0&id=a782cbf0&lang=scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.notifications-sms-check {
  height: 28px;
  margin-top: 10px;
}
.notifications-sms-check .custom-control-label {
  height: 28px;
  display: flex;
  align-content: center;
}
.notifications-sms-check .custom-control-label button {
  margin-left: 8px;
}
.is-invalid .vs__dropdown-toggle {
  border: 2px solid #EE4B51;
}
.tippy {
  position: relative;
}
.tippy .error-message {
  position: absolute;
  transform: translateY(1rem);
  background-color: #333;
  color: white;
  padding: 5px 9px;
  border-radius: 4px;
  z-index: 1;
}
.tippy .error-message::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #333;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.tippy .error-message p {
  margin: 0;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/Configuration/Notifications/NotificationStatus.vue?vue&type=style&index=0&id=7db689a6&lang=scss&scoped=true ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.enabled[data-v-7db689a6] {
  color: green;
  font-weight: bold;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/SmsCredit/SmsCredit.vue?vue&type=style&index=0&id=1665dcf5&lang=scss&scoped=true ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.sms-credit[data-v-1665dcf5] {
  display: inline-block;
  border: 1px solid #EE4B51;
  border-radius: 5px;
  transition: all 0.35s ease;
}
.sms-credit-content span[data-v-1665dcf5] {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}
.sms-credit-content span.no-link[data-v-1665dcf5] {
  padding: 5px 25px 6px;
}
.sms-credit-content a[data-v-1665dcf5] {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
  padding: 5px 25px 6px;
  transition: all 0.35s ease;
}
.sms-credit-content a[data-v-1665dcf5]:hover {
  text-decoration: none;
  color: white;
}
.sms-credit-content a[data-v-1665dcf5]:hover:hover {
  background-color: #d8141c;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/Configuration/Notifications/Notifications.vue?vue&type=style&index=0&id=a5ae13b0&lang=scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.notifications-sms-reply-btn {
  margin-left: 15px;
}
.notifications-sms-reply-btn svg {
  margin-right: 8px;
}
.notifications-preview-email-header {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.notifications-preview-email-message {
  white-space: pre-line;
}
.notifications-preview-sms {
  width: 50%;
  float: right;
}
.notifications-preview-sms-message {
  background: #43CC47;
  border-radius: 15px;
  color: #ffffff;
  padding: 10px;
  white-space: pre-line;
}
.notifications .table-responsive-actions {
  overflow-x: auto;
}
.notifications .table-responsive-actions .form-row,
.notifications .table-responsive-actions .row {
  margin-right: 0;
  margin-left: 0;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/Configuration/Queues/Queues.vue?vue&type=style&index=0&id=f36de754&lang=scss&scoped=true ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.queues[data-v-f36de754] {
  height: calc(100vh - 200px);
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/ServicesSummary/ServicesSummary.vue?vue&type=style&index=0&id=6dfd8fbe&lang=scss&scoped=true ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.prerequest[data-v-6dfd8fbe] {
  background-color: #eee;
  padding: 10px;
}
.prerequest-btn[data-v-6dfd8fbe] {
  padding: 5px 8px;
}
.prerequest input[data-v-6dfd8fbe] {
  font-family: "Monaco";
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/Calendar/CalendarModalForm.vue?vue&type=style&index=0&id=0341abf2&lang=scss&scoped=true ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.btn-availabilities[data-v-0341abf2] {
  border: 1px solid #828282;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/Email/EmailForm.vue?vue&type=style&index=0&id=1c3ba72d&lang=scss&scoped=true ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.attachments[data-v-1c3ba72d] {
  font-size: 12px;
  line-height: 13px;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/Sms/SmsForm.vue?vue&type=style&index=0&id=0df78567&lang=scss&scoped=true ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.sms-infos-item[data-v-0df78567] {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}
.sms-infos-total[data-v-0df78567] {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  margin: 5px 0;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/Historic/Historic.vue?vue&type=style&index=0&id=2182bea2&scoped=true&lang=scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.historic[data-v-2182bea2] {
  display: flex;
  flex-direction: column;
}
.historic-header[data-v-2182bea2] {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.historic-date-icon[data-v-2182bea2] {
  width: 86px;
  text-align: center;
  padding: 15px 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.historic-date[data-v-2182bea2] {
  padding: 15px 5px 15px 50px;
  font-size: 18px;
}
.historic-content[data-v-2182bea2] {
  display: flex;
  width: 100%;
}
.historic-type[data-v-2182bea2] {
  margin-right: 15px;
}
.historic-time[data-v-2182bea2] {
  width: 70px;
  text-align: center;
  padding: 15px 5px;
  font-size: 16px;
  opacity: 0.5;
  flex-shrink: 0;
}
.historic-avatar[data-v-2182bea2] {
  position: relative;
  width: 32px;
  padding: 12px 0;
  flex-shrink: 0;
}
.historic-avatar[data-v-2182bea2]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.historic-collapse[data-v-2182bea2] {
  margin-left: 15px;
}
.historic-message[data-v-2182bea2] {
  padding: 15px 15px 15px 25px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.historic-message-top[data-v-2182bea2] {
  display: flex;
}
.historic-message-footer[data-v-2182bea2] {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/Notes/Notes.vue?vue&type=style&index=0&id=3903ba53&scoped=true&lang=scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.notes[data-v-3903ba53] {
  position: absolute;
  top: 0;
  right: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #FF8F34;
}
.notes-btn[data-v-3903ba53] {
  display: flex;
  align-items: center;
  background: rgba(255, 143, 52, 0.2);
  border-radius: 5px;
  padding: 7px 10px;
  cursor: pointer;
}
.notes-btn svg[data-v-3903ba53] {
  margin-right: 8px;
}
.notes-list[data-v-3903ba53] {
  margin-bottom: 40px;
}
.notes-list-items[data-v-3903ba53] {
  padding: 0;
}
.notes-list-item[data-v-3903ba53] {
  display: flex;
  border-bottom: 1px solid #DEE2E6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.notes-list-date[data-v-3903ba53] {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 143, 52, 0.2);
  border-radius: 5px;
  color: #FF8F34;
  font-weight: 700;
  width: 46px;
  height: 46px;
  padding: 5px 10px;
  margin-right: 15px;
}
.notes-list-date-day[data-v-3903ba53] {
  font-size: 17px;
  line-height: 20px;
}
.notes-list-date-month[data-v-3903ba53], .notes-list-date-year[data-v-3903ba53] {
  font-size: 10px;
  line-height: 8px;
}
.notes-list-content[data-v-3903ba53] {
  flex: 1;
}
.notes-list-content-user[data-v-3903ba53] {
  font-weight: 700;
}
.notes-list-actions button[data-v-3903ba53] {
  margin-left: 10px;
}
.notes-add[data-v-3903ba53] {
  display: flex;
  flex-direction: column;
}
.notes-add-actions[data-v-3903ba53] {
  text-align: center;
}
.notes-add .btn[data-v-3903ba53] {
  margin: 25px 12px;
}
.notes-add .btn svg[data-v-3903ba53] {
  margin-right: 8px;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/Customers/CustomersItem.vue?vue&type=style&index=0&id=a8c4e8a4&lang=scss&scoped=true ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.loading-spinner[data-v-a8c4e8a4] {
  margin-left: 10px;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/Queues.vue?vue&type=style&index=0&id=de3ce988&lang=scss&scoped=true ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.queues[data-v-de3ce988] {
  height: calc(100vh - 100px);
}
.queues-pdf[data-v-de3ce988] {
  position: relative;
  max-height: 100%;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/Statistics.vue?vue&type=style&index=0&id=6f2a995d&lang=scss&scoped=true ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.zi-20[data-v-6f2a995d] {
  z-index: 20;
}
.page-statistics#app.without-page-header #page .page-content > .container-fluid[data-v-6f2a995d] {
  padding: 0;
}
@media (max-width: 768px) {
.statistics-header-title[data-v-6f2a995d] {
    font-size: 12px;
}
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppModule/AppModule.vue?vue&type=style&index=0&id=688848ab&lang=scss&scoped=true ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.grey[data-v-688848ab] {
  background-color: #eeeeee !important;
  pointer-events: none;
  opacity: 0.5;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/TopbarSmsCredit/TopbarSmsCredit.vue?vue&type=style&index=0&id=017302b9&lang=scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.topbar-sms-credit {
  width: 100%;
  height: 100%;
}
.topbar-sms-credit-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #EE4B51;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
}
.topbar-sms-credit-content p,
.topbar-sms-credit-content a {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 0;
  color: #ffffff;
}
.topbar-sms-credit-content a {
  text-decoration: underline;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/Topbar/Topbar.vue?vue&type=style&index=0&id=94f4f862&lang=scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.topbar {
  width: 100%;
  height: 30px;
}
.topbar-content {
  height: 100%;
  text-align: center;
}
.topbar-content p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 0;
}
@media (max-width: 640px) {
.topbar {
    height: 60px;
}
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/InternalUse/InternalUse.vue?vue&type=style&index=0&id=37df0fe5&lang=scss&scoped=true ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.internal-use[data-v-37df0fe5] {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 50px;
  background-color: #EE4B51;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 10px 0 0;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/SplashScreen/SplashScreen.vue?vue&type=style&index=0&id=7f684da2&lang=scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
#splash-screen .modal-dialog {
  height: 100%;
}
#splash-screen .modal-dialog .full-width-video {
  width: 100%;
  height: 100%;
}
#splash-screen .modal-dialog .full-width-video video {
  width: 100%;
  height: 100%;
}
#splash-screen .modal-content .modal-footer {
  padding: 1.25rem 1rem;
}
#splash-screen___BV_modal_outer_ {
  z-index: 9999 !important;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/ModelsSms/ModelsCampaignSmsFormEdit.vue?vue&type=style&index=0&id=713df966&lang=scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.sms-content {
  margin-top: 5px;
  color: #777;
}
.sms-content p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 0;
}
.sms-content span {
  text-decoration: underline;
  cursor: crosshair;
  transition: all 0.35s ease;
}
.sms-content span:hover {
  color: #000000;
}
.sms-infos-item {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}
.sms-infos-total {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  margin: 5px 0;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/ModelsSms/ModelsSmsFormEdit.vue?vue&type=style&index=0&id=81772706&lang=scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.sms-content {
  margin-top: 5px;
  color: #777;
}
.sms-content p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 0;
}
.sms-content span {
  text-decoration: underline;
  cursor: crosshair;
  transition: all 0.35s ease;
  padding-right: 7px;
}
.sms-content span:hover {
  color: #000000;
}
.sms-infos-item {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}
.sms-infos-total {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  margin: 5px 0;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/ModelsEmail/ModelsEmailFormEdit.vue?vue&type=style&index=0&id=65fcac83&lang=scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.email-content {
  margin-top: 5px;
  color: #777;
}
.email-content p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 0;
}
.email-content button {
  text-decoration: underline;
  cursor: crosshair;
  transition: all 0.35s ease;
  padding: 0;
  border: none;
  background-color: transparent;
  margin-right: 7px;
  font-weight: 600;
}
.email-content button:hover {
  color: #000000;
}
.email-infos-item {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}
.email-infos-total {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  margin: 5px 0;
}
