
/*!
 * Daemonite Material UI 4.6.2 - 1.0 (https://djibe.github.io/material/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Material UI by djibe, Maya, Geoff Bowers and Alex Skinner
 */
:root {
  --amber: #ffc107;
  --blue: #2196f3;
  --blue-grey: #607d8b;
  --brown: #795548;
  --cyan: #00bcd4;
  --deep-orange: #ff5722;
  --deep-purple: #673ab7;
  --green: #4caf50;
  --grey: #9e9e9e;
  --indigo: #3f51b5;
  --light-blue: #03a9f4;
  --light-green: #8bc34a;
  --lime: #cddc39;
  --orange: #ff9800;
  --pink: #e91e63;
  --purple: #9c27b0;
  --red: #f44336;
  --teal: #009688;
  --yellow: #ffeb3b;
  --primary: #D2232A;
  --primary-dark: #6D020C;
  --primary-light: #FF9D8B;
  --secondary: #FDD117;
  --secondary-dark: #FDD102;
  --secondary-light: #FCD11A;
  --danger: #f44336;
  --danger-dark: #d32f2f;
  --danger-light: #ffcdd2;
  --info: #673ab7;
  --info-dark: #7b1fa2;
  --info-light: #e1bee7;
  --success: #4caf50;
  --success-dark: #2e7d32;
  --success-light: #a5d6a7;
  --warning: #ffeb3b;
  --warning-dark: #f9a825;
  --warning-light: #fff59d;
  --dark: #424242;
  --dark-dark: #212121;
  --dark-light: #757575;
  --light: #f5f5f5;
  --light-dark: #e0e0e0;
  --light-light: #fafafa;
  --breakpoint-xs: 0;
  --breakpoint-sm: 600px;
  --breakpoint-md: 840px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1600px;
  --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;
  --font-family-material-icons: "Material Icons", "Material Icons Outlined", "Material Icons Two Tone", "Material Icons Round", "Material Icons Sharp";
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  scroll-behavior: smooth;
  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 {
  text-align: left;
  text-align: start;
  background-color: white;
  color: #212529;
  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.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
[dir=rtl] body {
  text-align: right;
  text-align: start;
}

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

[id] {
  scroll-margin-top: 2ex;
}

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] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

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

dt {
  font-weight: bolder;
}

dd {
  margin: 1rem 0;
}
dd:not([class*=col]) {
  padding-left: 2.5rem;
}
dd:not([class*=col]) > ol,
dd:not([class*=col]) > ul {
  padding-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 75%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  color: #D2232A;
  text-decoration: none;
}
a:hover {
  color: #D2232A;
}

a:not([href]):not([class]), 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 {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  user-select: all;
}

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  text-align: start;
  border-top: 1px solid #e1e1e1;
  caption-side: bottom;
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.875rem;
  letter-spacing: 0.0071428571em;
  line-height: 1.375rem;
  padding: 1.09375rem 0.75rem;
}
[dir=rtl] caption {
  text-align: right;
  text-align: start;
}

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

label, legend {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.0333333333em;
  line-height: 1.25rem;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  user-select: none;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select[multiple], select[size] {
  overflow: auto;
}

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;
}

.btn:not(.disabled):not(:disabled), .card-link:not(.disabled):not(:disabled),
input:enabled + label:hover,
input:enabled + legend:hover {
  cursor: pointer;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.0333333333em;
  line-height: 1.25rem;
  float: left;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

template {
  display: none;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

mark {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
}

@-ms-viewport {
  width: device-width;
}
dfn {
  font-style: italic;
}

::selection {
  background-color: rgba(210, 35, 42, 0.08);
}

.disabled:hover,
:disabled:hover {
  cursor: default;
}

.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: 600px) {
  .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 840px) {
  .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
.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-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: 600px) {
  .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: 840px) {
  .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: 1024px) {
  .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: 1600px) {
  .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%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: inherit;
  margin-bottom: 0.5rem;
}

h1,
.h1,
.display-1,
.typography-display-4,
.typography-headline-1 {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: -0.015625em;
  line-height: 2.5rem;
}

h2,
.h2,
.display-2,
.typography-display-3,
.typography-headline-2 {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: -0.0083333333em;
  line-height: 2rem;
}

h3,
.h3,
.display-3,
.typography-display-2,
.typography-headline-3 {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75rem;
}

h4,
.h4,
.display-4,
.typography-display-1,
.typography-headline-4 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.0073529412em;
  line-height: 2.5rem;
}

h5,
.h5,
.typography-headline,
.typography-headline-5 {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5rem;
}

h6,
.h6,
.lead,
.typography-headline-6,
.typography-title {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.0125em;
  line-height: 1.25rem;
}

.typography-subheading,
.typography-subtitle-1 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.009375em;
  line-height: 1.75rem;
}

.typography-subtitle-2 {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0071428571em;
  line-height: 1.375rem;
}

.typography-body-1 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03125em;
  line-height: 1.5rem;
}

.typography-body-2 {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  line-height: 1.25rem;
}

.typography-caption {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.0333333333em;
  line-height: 1.25rem;
}

.typography-overline {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1666666667em;
  line-height: 2rem;
  text-transform: uppercase;
}

p {
  font-size: 1rem;
}

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.2em;
}

ol {
  list-style: decimal outside;
}
ol ol {
  list-style-type: lower-alpha;
}

ul {
  list-style: disc outside;
}
ul:not([class]) {
  padding-left: 2.5rem;
}
ul:not([class]) li {
  font-size: inherit;
  margin: 0.75rem 0;
  padding: 0;
}

li > ul > li {
  list-style-type: circle;
}

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

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

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

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

.blockquote {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03125em;
  line-height: 1.5rem;
  border-left: 0.3125rem solid #D2232A;
  margin-bottom: 1rem;
  padding: 0 1rem;
}

.blockquote-footer {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.0333333333em;
  line-height: 1.25rem;
  color: rgba(0, 0, 0, 0.38);
  display: block;
  margin-top: 0.25rem;
}
.blockquote-footer::before {
  content: "— ";
}

.alert {
  border-radius: 4px;
  border: 0;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  margin-bottom: 1rem;
  padding: 1rem 1rem;
  position: relative;
}

.alert-link {
  color: inherit;
  font-weight: 500;
}
.alert-link:hover, .alert-link:focus, .alert-link:active {
  color: inherit;
}

.alert-dismissible {
  padding-right: 3.5rem;
}
.alert-dismissible .close {
  color: rgba(0, 0, 0, 0.38);
  padding: 1rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.alert-primary {
  background-color: rgba(210, 35, 42, 0.16);
  color: #90181d;
}

.alert-secondary {
  background-color: rgba(253, 209, 23, 0.16);
  color: #c6a002;
}

.alert-danger {
  background-color: rgba(244, 67, 54, 0.16);
  color: #d2190b;
}

.alert-info {
  background-color: rgba(103, 58, 183, 0.16);
  color: #46287d;
}

.alert-success {
  background-color: rgba(76, 175, 80, 0.16);
  color: #357a38;
}

.alert-warning {
  background-color: rgba(255, 235, 59, 0.16);
  color: #eed500;
}

.alert-dark {
  background-color: rgba(66, 66, 66, 0.16);
  color: #1c1c1c;
}

.alert-light {
  background-color: rgba(245, 245, 245, 0.16);
  color: #cfcfcf;
}

.badge {
  border-radius: 4px;
  align-items: center;
  display: inline-flex;
  font-size: inherit;
  font-weight: 700;
  justify-content: center;
  line-height: inherit;
  padding-right: 0.5em;
  padding-left: 0.5em;
  white-space: nowrap;
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}
.btn > .badge, .card-link > .badge, .position-relative > .badge {
  border-radius: 0.6875rem;
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  height: 1.375rem;
  letter-spacing: initial;
  min-width: 1.375rem;
  position: absolute;
  top: -0.6875rem;
}
.btn > .badge, .card-link > .badge, i > .badge, [class*=material-icons] > .badge {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0%;
}
.btn > .badge.badge-before, .card-link > .badge.badge-before, i > .badge.badge-before, [class*=material-icons] > .badge.badge-before {
  right: auto;
  left: 0;
  transform: translate(-50%, -50%);
  transform-origin: 0% 100%;
}

.badge-pill {
  border-radius: 1em;
}

.badge-primary {
  background-color: #D2232A;
  color: white;
}
.badge-primary[href]:hover, .badge-primary[href]:focus, .badge-primary[href]:active {
  background-color: #6D020C;
  color: white;
  text-decoration: none;
}

.badge-secondary {
  background-color: #FDD117;
  color: rgba(0, 0, 0, 0.87);
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus, .badge-secondary[href]:active {
  background-color: #FDD102;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

.badge-danger {
  background-color: #f44336;
  color: white;
}
.badge-danger[href]:hover, .badge-danger[href]:focus, .badge-danger[href]:active {
  background-color: #d32f2f;
  color: white;
  text-decoration: none;
}

.badge-info {
  background-color: #673ab7;
  color: white;
}
.badge-info[href]:hover, .badge-info[href]:focus, .badge-info[href]:active {
  background-color: #7b1fa2;
  color: white;
  text-decoration: none;
}

.badge-success {
  background-color: #4caf50;
  color: white;
}
.badge-success[href]:hover, .badge-success[href]:focus, .badge-success[href]:active {
  background-color: #2e7d32;
  color: white;
  text-decoration: none;
}

.badge-warning {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
}
.badge-warning[href]:hover, .badge-warning[href]:focus, .badge-warning[href]:active {
  background-color: #f9a825;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

.badge-dark {
  background-color: #424242;
  color: white;
}
.badge-dark[href]:hover, .badge-dark[href]:focus, .badge-dark[href]:active {
  background-color: #212121;
  color: white;
  text-decoration: none;
}

.badge-light {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}
.badge-light[href]:hover, .badge-light[href]:focus, .badge-light[href]:active {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

.breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.breadcrumb-item {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 1rem;
}
.breadcrumb-item.active {
  cursor: default;
}
.breadcrumb-item:only-child {
  padding: 0.375rem 0.5rem;
}
.breadcrumb-item a {
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0.5rem;
  color: inherit;
  padding: 0.375rem 0.5rem;
  text-decoration: none;
}
@media (min-width: 600px) {
  .breadcrumb-item a {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .breadcrumb-item a {
    transition-duration: 280ms;
  }
}
.breadcrumb-item a:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.breadcrumb-item + .breadcrumb-item {
  margin-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-size: 1.5rem;
  line-height: 1.5rem;
  vertical-align: -0.3626373626em;
  font-family: "Material Icons";
  font-family: var(--font-family-material-icons);
  font-feature-settings: "liga";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  color: rgba(0, 0, 0, 0.54);
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icon-tabler-chevron-right"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 6l6 6l-6 6" /></svg>');
  display: inline-block;
  margin-right: 0;
}
.breadcrumb-item.active::before {
  margin-right: 0.5rem;
}

.carousel {
  position: relative;
}
.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
  opacity: 1;
}

.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.carousel-item {
  transition-duration: 375ms;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  backface-visibility: hidden;
  display: none;
  perspective: 1000px;
  position: relative;
  width: 100%;
}
@media (min-width: 600px) {
  .carousel-item {
    transition-duration: 487.5ms;
  }
}
@media (min-width: 1024px) {
  .carousel-item {
    transition-duration: 250ms;
  }
}

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

.carousel-item-left.active,
.carousel-item-prev {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-left.active,
.carousel-item-prev {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-item-left.carousel-item-next,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-left.carousel-item-next,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.carousel-item-right.active {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
.carousel-item-right.active {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-fade .carousel-item {
  transition-duration: 375ms;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
@media (min-width: 600px) {
  .carousel-fade .carousel-item {
    transition-duration: 487.5ms;
  }
}
@media (min-width: 1024px) {
  .carousel-fade .carousel-item {
    transition-duration: 250ms;
  }
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
  opacity: 0;
}

.carousel-control-next,
.carousel-control-prev {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 0.8125rem;
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  margin-top: -1.25rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  user-select: none;
  width: 2.5rem;
}
.carousel-control-next:hover, .carousel-control-next:focus, .carousel-control-next:active,
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-prev:active {
  background-color: rgba(204, 204, 204, 0.25);
  color: white;
  text-decoration: none;
}
.carousel-control-next:active,
.carousel-control-prev:active {
  box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px -4px rgba(0, 0, 0, 0.2);
}
.carousel-control-next:focus,
.carousel-control-prev:focus {
  opacity: 1;
  outline: 0;
}

.carousel-control-next {
  right: 1.25rem;
}

.carousel-control-prev {
  left: 1.25rem;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  font-size: 1.5rem;
  line-height: 1.5rem;
  vertical-align: -0.3626373626em;
  font-family: "Material Icons";
  font-family: var(--font-family-material-icons);
  font-feature-settings: "liga";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
}

.carousel-control-next-icon::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icon-tabler-chevron-right"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 6l6 6l-6 6" /></svg>');
}

.carousel-control-prev-icon::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icon-tabler-chevron-left"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M15 6l-6 6l6 6" /></svg>');
}

.carousel-caption {
  color: white;
  position: absolute;
  right: 25%;
  bottom: 1.5rem;
  left: 25%;
  text-align: center;
  z-index: 1;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  right: 5rem;
  bottom: 0.5rem;
  left: 5rem;
  z-index: 1;
}
.carousel-indicators li {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  cursor: pointer;
  flex: 0 0 auto;
  height: 0.5rem;
  margin-right: 1px;
  margin-left: 1px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 0.5rem;
}
.carousel-indicators .active {
  background-color: rgba(204, 204, 204, 0.25);
}

.close {
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 0;
  color: rgba(0, 0, 0, 0.38);
  float: right;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  padding: 0;
}
@media (min-width: 600px) {
  .close {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .close {
    transition-duration: 280ms;
  }
}
.close:hover, .close:focus, .close:active {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
.close:focus {
  outline: 0;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

code {
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #bd4147;
  font-size: 87.5%;
  padding: 0.2rem 0.4rem;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.87);
  color: white;
  font-size: 87.5%;
  padding: 0.2rem 0.4rem;
}
kbd kbd {
  font-size: 100%;
  font-weight: bolder;
  padding: 0;
}

pre {
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 87.5%;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  word-break: normal;
}

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

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

.form-check-input {
  margin-top: 0.3333333333rem;
  margin-left: -1.25rem;
  position: absolute;
}
.form-check-input[disabled] ~ .form-check-label {
  color: rgba(0, 0, 0, 0.38);
}

.form-check-label {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
}

.form-check-inline {
  align-items: center;
  display: inline-flex;
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.form-check-inline .form-check-input {
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
  position: static;
}

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.form-inline {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}
.form-inline .form-check {
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .form-inline label, .form-inline legend {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .form-control-plaintext:focus {
    outline: 0;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 0;
    width: auto;
  }
  .form-inline .form-check-input {
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 1.25rem;
    margin-left: 0;
    position: relative;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.col-form-label {
  color: inherit;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.col-form-label-lg {
  font-size: 2.125rem;
  line-height: 1.176471;
  padding-top: 0.6249995625rem;
  padding-bottom: 0.6249995625rem;
}

.col-form-label-sm {
  font-size: 0.8125rem;
  line-height: 1.538462;
  padding-top: 0.3749998125rem;
  padding-bottom: 0.3749998125rem;
}

.form-text, [class*=valid-feedback] {
  color: rgba(0, 0, 0, 0.6);
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.0333333333em;
  line-height: normal;
}
.form-text::before, [class*=valid-feedback]::before {
  content: "";
  display: inline-block;
  height: 1rem;
  vertical-align: 0;
  width: 0;
}
[class~=textfield-box] .form-text, [class~=textfield-box] [class*=valid-feedback], [class~=textfield-box] ~ .form-text, [class~=textfield-box] ~ [class*=valid-feedback] {
  padding: 0 1rem;
}

.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-radius: 0;
  border-width: 0 0 1px;
  box-shadow: none;
  color: #212529;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0 calc(0.375rem - 1px);
  width: 100%;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

.img-thumbnail {
  /*  padding: $thumbnail-padding;
  background-color: $thumbnail-bg;
  border: $thumbnail-border-width solid $thumbnail-border-color;
  @include border-radius($thumbnail-border-radius);
  @include box-shadow($thumbnail-box-shadow);
  */
  height: auto;
  max-width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.0333333333em;
  line-height: 1.25rem;
  color: rgba(0, 0, 0, 0.38);
}

.jumbotron {
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 3rem;
  padding: 3rem 2rem;
}

.jumbotron-fluid {
  border-radius: 0;
  padding-right: 0;
  padding-left: 0;
}

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

.media-body {
  flex: 1;
}

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

.nav-link {
  color: #D2232A;
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
  pointer-events: none;
}
.nav-link:hover, .nav-link.active {
  color: #8c171c;
}

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

.nav-justified .nav-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  flex: 1;
}

.nav-pills .nav-link {
  border-radius: 4px;
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: background-color, color, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
  border: none;
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.7;
}
@media (min-width: 600px) {
  .nav-pills .nav-link {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .nav-pills .nav-link {
    transition-duration: 280ms;
  }
}
.nav-pills .nav-link:hover, .nav-pills .nav-link:focus, .nav-pills .nav-link:active {
  background-color: rgba(0, 0, 0, 0.12);
}
.nav-pills .nav-link.active {
  color: #D2232A;
  opacity: 1;
}
.nav-pills .nav-link.disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  opacity: 1;
}
.nav-pills .nav-link:active {
  opacity: 1;
}
.nav-pills .show > .nav-link {
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 1;
}

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

.pagination {
  background-color: transparent;
  display: flex;
  list-style: none;
  margin: 0.5rem;
}

.page-link {
  border-radius: 1.125rem;
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  justify-content: center;
  line-height: 2.25;
  margin-left: 0.5em;
  min-width: 2.25rem;
  padding: 0 10px;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 600px) {
  .page-link {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .page-link {
    transition-duration: 280ms;
  }
}
.page-link:hover, .page-link:focus, .page-link:active {
  background-color: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  z-index: 3;
}
.page-link:focus {
  background-color: rgba(0, 0, 0, 0.12);
  outline: 0;
}
.page-link:active {
  background-color: rgba(0, 0, 0, 0.24);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  background-color: #D2232A;
  color: #fff;
  z-index: 3;
}
.page-item.disabled .page-link {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  cursor: auto;
  pointer-events: none;
}

.pagination-lg .page-link {
  border-radius: 1.40625rem;
  font-size: 1.25rem;
  width: 2.8125rem;
}

.pagination-sm .page-link {
  font-size: 0.875rem;
  min-width: 0;
  width: 1.96875rem;
}

.popover {
  text-align: left;
  text-align: start;
  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;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
  font-size: 0.875rem;
  margin: 1.5rem;
  max-width: 21.25rem;
  position: absolute;
  top: 0;
  left: 0;
  word-wrap: break-word;
  z-index: 240;
}
[dir=rtl] .popover {
  text-align: right;
  text-align: start;
}

.popover-header {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.0125em;
  line-height: 1.25rem;
  margin-bottom: 0;
  padding: 0.875rem 1.375rem 0;
}
.popover-header:empty {
  display: none;
}
.popover-header:last-child {
  padding-bottom: 0.875rem;
}

.popover-body {
  padding: 0.875rem 1.375rem;
}
.popover-body > :last-child {
  margin-bottom: 0;
}

@media (min-width: 840px) {
  .popover {
    margin: 0.875rem;
  }
}
.embed-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.embed-responsive::before {
  content: "";
  display: block;
}
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video,
.embed-responsive .embed-responsive-item {
  border: 0;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.fade {
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1);
  height: 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 600px) {
  .collapsing {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .collapsing {
    transition-duration: 280ms;
  }
}
.collapsing.width {
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1);
  height: auto;
  width: 0;
}
@media (min-width: 600px) {
  .collapsing.width {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .collapsing.width {
    transition-duration: 280ms;
  }
}

tbody.collapse.show {
  display: table-row-group;
}

tr.collapse.show {
  display: table-row;
}

.btn, .card-link {
  border-radius: 4px;
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  background-color: transparent;
  background-image: none;
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  height: 2.25rem;
  justify-content: center;
  letter-spacing: 0.0892857143em;
  line-height: inherit;
  margin: 0;
  max-width: 100%;
  min-width: 4rem;
  outline: 0;
  padding: 0 1rem;
  position: relative;
  text-transform: uppercase;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
@media (min-width: 600px) {
  .btn, .card-link {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .btn, .card-link {
    transition-duration: 280ms;
  }
}
.btn:hover, .card-link:hover, .btn:focus, .card-link:focus {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  outline: 0;
  text-decoration: none;
}
.btn:hover, .card-link:hover, .btn.hover, .hover.card-link {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04));
  color: inherit;
}
.btn:focus, .card-link:focus, .btn.focus, .focus.card-link {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
}
.btn:active, .card-link:active, .btn.active, .active.card-link {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.btn.active, .active.card-link {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24));
  transition: background-image 0.2s;
}
.btn:disabled, .card-link:disabled, .btn.disabled, .disabled.card-link {
  background-color: rgba(0, 0, 0, 0.12);
  background-image: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.37);
  pointer-events: none;
}
.show > .btn.dropdown-toggle, .show > .dropdown-toggle.card-link {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32));
}

a.btn:not([class*=btn-flat]):not([class*=btn-outline]):enabled:hover, a.card-link:not([class*=btn-flat]):not([class*=btn-outline]):enabled:hover {
  color: #fff;
}

.btn-primary {
  background-color: #D2232A;
  color: white;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: white;
}
.btn-primary:hover {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08));
}
.btn-primary:focus, .btn-primary.focus {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24));
}
.btn-primary.active {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32));
  transition: background-image 15ms linear 0.2s;
}

.btn-secondary {
  background-color: #FDD117;
  color: rgba(0, 0, 0, 0.87);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: rgba(0, 0, 0, 0.87);
}
.btn-secondary:hover {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08));
}
.btn-secondary:focus, .btn-secondary.focus {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24));
}
.btn-secondary.active {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32));
  transition: background-image 15ms linear 0.2s;
}

.btn-danger {
  background-color: #f44336;
  color: white;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  color: white;
}
.btn-danger:hover {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08));
}
.btn-danger:focus, .btn-danger.focus {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24));
}
.btn-danger.active {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32));
  transition: background-image 15ms linear 0.2s;
}

.btn-info {
  background-color: #673ab7;
  color: white;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  color: white;
}
.btn-info:hover {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08));
}
.btn-info:focus, .btn-info.focus {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24));
}
.btn-info.active {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32));
  transition: background-image 15ms linear 0.2s;
}

.btn-success {
  background-color: #4caf50;
  color: white;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  color: white;
}
.btn-success:hover {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08));
}
.btn-success:focus, .btn-success.focus {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24));
}
.btn-success.active {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32));
  transition: background-image 15ms linear 0.2s;
}

.btn-warning {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  color: rgba(0, 0, 0, 0.87);
}
.btn-warning:hover {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08));
}
.btn-warning:focus, .btn-warning.focus {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24));
}
.btn-warning.active {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32));
  transition: background-image 15ms linear 0.2s;
}

.btn-dark {
  background-color: #424242;
  color: white;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
  color: white;
}
.btn-dark:hover {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08));
}
.btn-dark:focus, .btn-dark.focus {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24));
}
.btn-dark.active {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32));
  transition: background-image 15ms linear 0.2s;
}

.btn-light {
  background-color: #fff;
}

[class*=bg-dark] .btn:disabled, [class*=bg-dark] .card-link:disabled, [class*=bg-dark] .btn.disabled, [class*=bg-dark] .disabled.card-link {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.3);
}

[class*=bg-outline]:hover,
[class*=bg-outline]:active {
  box-shadow: none;
  transition: background-color 100ms linear;
}

.btn-lg,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .card-link,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .card-link,
.btn-group-lg > .btn,
.btn-group-lg > .card-link {
  font-size: 0.9375rem;
  height: 2.5rem;
}

.btn-sm,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .card-link,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .card-link,
.btn-group-sm > .btn,
.btn-group-sm > .card-link {
  height: 1.75rem;
}

.btn-xs {
  height: 1.5rem;
}

.btn-block {
  margin: 0;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.25rem;
  margin-left: 0;
}

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

.btn-fluid {
  min-width: 0;
}

.btn-shaped {
  border-radius: 1.125rem;
}
.btn-shaped.btn-lg {
  border-radius: 1.25rem;
}
.btn-shaped.btn-sm {
  border-radius: 0.875rem;
}
.btn-shaped.btn-xs {
  border-radius: 0.75rem;
}

.btn .btn-icon-prepend, .card-link .btn-icon-prepend {
  display: inline-block;
  fill: currentColor;
  font-size: 1.125rem;
  margin-right: 0.5rem;
  margin-left: -0.25rem;
  vertical-align: top;
  width: 1.125rem;
}
.btn-icon-prepend [class*=btn-flat], .btn-link .btn-icon-prepend {
  margin-left: 0;
}

[class*=btn-flat],
.btn-link,
.card-link,
.modal .btn {
  padding: 0 0.5rem;
}

[class*=btn-outline] {
  border: 1px solid currentColor;
  padding: 0 calc(1rem - 1px);
}
[class*=btn-outline]:disabled, [class*=btn-outline].disabled {
  border-color: rgba(0, 0, 0, 0.37);
}

[class*=btn-flat],
[class*=btn-outline],
.btn-link,
.card-link,
.modal .btn {
  background-color: transparent;
  box-shadow: none;
}
[class*=btn-flat]:hover, [class*=btn-flat]:focus, [class*=btn-flat]:active,
[class*=btn-outline]:hover,
[class*=btn-outline]:focus,
[class*=btn-outline]:active,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.card-link:hover,
.card-link:focus,
.card-link:active,
.modal .btn:hover,
.modal .btn:focus,
.modal .btn:active {
  box-shadow: inherit;
}

.btn-flat-primary, .btn-link,
.card-link, .btn-flat-primary:hover, .btn-flat-primary:focus,
.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.modal .btn-primary,
.modal .btn-primary:hover,
.modal .btn-primary:focus {
  color: #D2232A;
}
.btn-flat-primary:hover, .btn-link:hover,
.card-link:hover,
.btn-outline-primary:hover,
.modal .btn-primary:hover {
  background-image: linear-gradient(to bottom, rgba(210, 35, 42, 0.04), rgba(210, 35, 42, 0.04));
}
.btn-flat-primary:focus, .btn-link:focus,
.card-link:focus,
.btn-outline-primary:focus,
.modal .btn-primary:focus {
  background-image: linear-gradient(to bottom, rgba(210, 35, 42, 0.12), rgba(210, 35, 42, 0.12));
}
.btn-flat-primary:disabled, .btn-link:disabled,
.card-link:disabled, .btn-flat-primary.disabled, .disabled.btn-link,
.disabled.card-link,
.btn-outline-primary:disabled,
.btn-outline-primary.disabled,
.modal .btn-primary:disabled,
.modal .btn-primary.disabled {
  color: rgba(0, 0, 0, 0.37);
}

.btn-flat-secondary, .btn-flat-secondary:hover, .btn-flat-secondary:focus,
.btn-outline-secondary,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.modal .btn-secondary,
.modal .btn-secondary:hover,
.modal .btn-secondary:focus {
  color: #FDD117;
}
.btn-flat-secondary:hover,
.btn-outline-secondary:hover,
.modal .btn-secondary:hover {
  background-image: linear-gradient(to bottom, rgba(253, 209, 23, 0.04), rgba(253, 209, 23, 0.04));
}
.btn-flat-secondary:focus,
.btn-outline-secondary:focus,
.modal .btn-secondary:focus {
  background-image: linear-gradient(to bottom, rgba(253, 209, 23, 0.12), rgba(253, 209, 23, 0.12));
}
.btn-flat-secondary:disabled, .btn-flat-secondary.disabled,
.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled,
.modal .btn-secondary:disabled,
.modal .btn-secondary.disabled {
  color: rgba(0, 0, 0, 0.37);
}

.btn-flat-danger, .btn-flat-danger:hover, .btn-flat-danger:focus,
.btn-outline-danger,
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.modal .btn-danger,
.modal .btn-danger:hover,
.modal .btn-danger:focus {
  color: #f44336;
}
.btn-flat-danger:hover,
.btn-outline-danger:hover,
.modal .btn-danger:hover {
  background-image: linear-gradient(to bottom, rgba(244, 67, 54, 0.04), rgba(244, 67, 54, 0.04));
}
.btn-flat-danger:focus,
.btn-outline-danger:focus,
.modal .btn-danger:focus {
  background-image: linear-gradient(to bottom, rgba(244, 67, 54, 0.12), rgba(244, 67, 54, 0.12));
}
.btn-flat-danger:disabled, .btn-flat-danger.disabled,
.btn-outline-danger:disabled,
.btn-outline-danger.disabled,
.modal .btn-danger:disabled,
.modal .btn-danger.disabled {
  color: rgba(0, 0, 0, 0.37);
}

.btn-flat-info, .btn-flat-info:hover, .btn-flat-info:focus,
.btn-outline-info,
.btn-outline-info:hover,
.btn-outline-info:focus,
.modal .btn-info,
.modal .btn-info:hover,
.modal .btn-info:focus {
  color: #673ab7;
}
.btn-flat-info:hover,
.btn-outline-info:hover,
.modal .btn-info:hover {
  background-image: linear-gradient(to bottom, rgba(103, 58, 183, 0.04), rgba(103, 58, 183, 0.04));
}
.btn-flat-info:focus,
.btn-outline-info:focus,
.modal .btn-info:focus {
  background-image: linear-gradient(to bottom, rgba(103, 58, 183, 0.12), rgba(103, 58, 183, 0.12));
}
.btn-flat-info:disabled, .btn-flat-info.disabled,
.btn-outline-info:disabled,
.btn-outline-info.disabled,
.modal .btn-info:disabled,
.modal .btn-info.disabled {
  color: rgba(0, 0, 0, 0.37);
}

.btn-flat-success, .btn-flat-success:hover, .btn-flat-success:focus,
.btn-outline-success,
.btn-outline-success:hover,
.btn-outline-success:focus,
.modal .btn-success,
.modal .btn-success:hover,
.modal .btn-success:focus {
  color: #4caf50;
}
.btn-flat-success:hover,
.btn-outline-success:hover,
.modal .btn-success:hover {
  background-image: linear-gradient(to bottom, rgba(76, 175, 80, 0.04), rgba(76, 175, 80, 0.04));
}
.btn-flat-success:focus,
.btn-outline-success:focus,
.modal .btn-success:focus {
  background-image: linear-gradient(to bottom, rgba(76, 175, 80, 0.12), rgba(76, 175, 80, 0.12));
}
.btn-flat-success:disabled, .btn-flat-success.disabled,
.btn-outline-success:disabled,
.btn-outline-success.disabled,
.modal .btn-success:disabled,
.modal .btn-success.disabled {
  color: rgba(0, 0, 0, 0.37);
}

.btn-flat-warning, .btn-flat-warning:hover, .btn-flat-warning:focus,
.btn-outline-warning,
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.modal .btn-warning,
.modal .btn-warning:hover,
.modal .btn-warning:focus {
  color: #ffeb3b;
}
.btn-flat-warning:hover,
.btn-outline-warning:hover,
.modal .btn-warning:hover {
  background-image: linear-gradient(to bottom, rgba(255, 235, 59, 0.04), rgba(255, 235, 59, 0.04));
}
.btn-flat-warning:focus,
.btn-outline-warning:focus,
.modal .btn-warning:focus {
  background-image: linear-gradient(to bottom, rgba(255, 235, 59, 0.12), rgba(255, 235, 59, 0.12));
}
.btn-flat-warning:disabled, .btn-flat-warning.disabled,
.btn-outline-warning:disabled,
.btn-outline-warning.disabled,
.modal .btn-warning:disabled,
.modal .btn-warning.disabled {
  color: rgba(0, 0, 0, 0.37);
}

.btn-flat-dark:disabled, .btn-flat-dark.disabled,
.btn-outline-dark:disabled,
.btn-outline-dark.disabled,
.modal .btn-dark:disabled,
.modal .btn-dark.disabled {
  color: rgba(0, 0, 0, 0.37);
}

.btn-flat-light, .btn-flat-light:hover, .btn-flat-light:focus,
.btn-outline-light,
.btn-outline-light:hover,
.btn-outline-light:focus,
.modal .btn-light,
.modal .btn-light:hover,
.modal .btn-light:focus {
  color: #f5f5f5;
}
.btn-flat-light:disabled, .btn-flat-light.disabled,
.btn-outline-light:disabled,
.btn-outline-light.disabled,
.modal .btn-light:disabled,
.modal .btn-light.disabled {
  color: rgba(0, 0, 0, 0.37);
}

/*
.btn-flat-light,
.btn-outline-light {
  @include hover-focus {
    background-image: linear-gradient(to bottom, $btn-overlay-inverse, $btn-overlay-inverse);
  }

  &.active,
  &:active {
    background-color: $btn-bg-active-inverse;
  }
}
*/
.btn-icon {
  border-radius: 50%;
  box-shadow: none;
  color: initial;
  fill: currentColor;
  font-size: 1.5rem;
  height: 3rem;
  min-width: 0;
  padding: 0;
  transition: background-color 15ms linear;
  width: 3rem;
}
.btn-icon.btn-sm {
  height: 2.25rem;
  width: 2.25rem;
}
.btn-icon.btn-xs {
  height: 1.75rem;
  width: 1.75rem;
}
.btn-icon:hover, .btn-icon:focus, .btn-icon:active {
  box-shadow: none;
  color: initial;
}

.btn-float {
  border-radius: 50%;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  height: 3.5rem;
  min-width: 0;
  padding: 0;
  width: 3.5rem;
}
.btn-float:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.btn-float:active, .btn-float.active {
  box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px -4px rgba(0, 0, 0, 0.2);
}
.btn-float:disabled, .btn-float.disabled {
  box-shadow: none;
}
.btn-float svg {
  fill: currentColor;
}
.btn-float-extended {
  border-radius: 1.5rem;
  height: 3rem;
  line-height: 2.25rem;
  padding: 0 1.25rem;
  width: auto;
}
.btn-float-extended i,
.btn-float-extended svg,
.btn-float-extended [class*=material-icons] {
  margin-right: 0.75rem;
  margin-left: -0.5rem;
}
.btn-float-extended i[class*=order-],
.btn-float-extended svg[class*=order-],
.btn-float-extended [class*=material-icons][class*=order-] {
  margin-right: -0.5rem;
  margin-left: 0.75rem;
}
.btn-float.btn-sm {
  height: 2.5rem;
  line-height: 2.5rem;
  width: 2.5rem;
}

.btn-float-dropdown .dropdown-menu {
  border-radius: 0;
  margin-top: 1rem;
  min-width: 3.5rem;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.btn-float-dropdown .dropdown-menu::before {
  display: none;
}
.btn-float-dropdown .dropdown-menu .btn-float {
  display: block;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
}

.fab-actions {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 120;
}
@media print {
  .fab-actions {
    display: none;
  }
}
.fab-actions > .btn, .fab-actions > .card-link {
  margin-top: 1.25rem;
}

.btn-group,
.btn-group-vertical {
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  position: relative;
}
.btn-group > .btn-primary.disabled, .btn-group > .btn-primary:disabled,
.btn-group-vertical > .btn-primary.disabled,
.btn-group-vertical > .btn-primary:disabled {
  background-color: #FF9D8B;
  color: rgba(0, 0, 0, 0.87);
}
.btn-group > .btn-secondary.disabled, .btn-group > .btn-secondary:disabled,
.btn-group-vertical > .btn-secondary.disabled,
.btn-group-vertical > .btn-secondary:disabled {
  background-color: #FCD11A;
  color: rgba(0, 0, 0, 0.87);
}
.btn-group > .btn-danger.disabled, .btn-group > .btn-danger:disabled,
.btn-group-vertical > .btn-danger.disabled,
.btn-group-vertical > .btn-danger:disabled {
  background-color: #ffcdd2;
  color: rgba(0, 0, 0, 0.87);
}
.btn-group > .btn-info.disabled, .btn-group > .btn-info:disabled,
.btn-group-vertical > .btn-info.disabled,
.btn-group-vertical > .btn-info:disabled {
  background-color: #e1bee7;
  color: rgba(0, 0, 0, 0.87);
}
.btn-group > .btn-success.disabled, .btn-group > .btn-success:disabled,
.btn-group-vertical > .btn-success.disabled,
.btn-group-vertical > .btn-success:disabled {
  background-color: #a5d6a7;
  color: rgba(0, 0, 0, 0.87);
}
.btn-group > .btn-warning.disabled, .btn-group > .btn-warning:disabled,
.btn-group-vertical > .btn-warning.disabled,
.btn-group-vertical > .btn-warning:disabled {
  background-color: #fff59d;
  color: rgba(0, 0, 0, 0.87);
}
.btn-group > .btn-dark.disabled, .btn-group > .btn-dark:disabled,
.btn-group-vertical > .btn-dark.disabled,
.btn-group-vertical > .btn-dark:disabled {
  background-color: #757575;
  color: white;
}
.btn-group > .btn-light.disabled, .btn-group > .btn-light:disabled,
.btn-group-vertical > .btn-light.disabled,
.btn-group-vertical > .btn-light:disabled {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.btn-group > .btn, .btn-group > .card-link,
.btn-group-vertical > .btn,
.btn-group-vertical > .card-link {
  box-shadow: none;
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  position: relative;
}
.btn-group > .btn:hover, .btn-group > .card-link:hover, .btn-group > .btn:focus, .btn-group > .card-link:focus, .btn-group > .btn:active, .btn-group > .card-link:active, .btn-group > .btn.active, .btn-group > .active.card-link,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .card-link:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .card-link:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .card-link:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.card-link {
  z-index: 1;
}
.btn-group > .btn:active, .btn-group > .card-link:active, .btn-group > .btn.active, .btn-group > .active.card-link,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .card-link:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.card-link {
  background-color: rgba(0, 0, 0, 0.12);
}
.btn-group > .btn:disabled, .btn-group > .card-link:disabled, .btn-group > .btn.disabled, .btn-group > .disabled.card-link,
.btn-group-vertical > .btn:disabled,
.btn-group-vertical > .card-link:disabled,
.btn-group-vertical > .btn.disabled,
.btn-group-vertical > .disabled.card-link {
  opacity: 0.7;
}
.btn-group > .btn[class*=btn-outline], .btn-group > [class*=btn-outline].card-link,
.btn-group-vertical > .btn[class*=btn-outline],
.btn-group-vertical > [class*=btn-outline].card-link {
  border: 0;
}
.btn-group > .btn[class*=btn-outline].active, .btn-group > [class*=btn-outline].active.card-link, .btn-group > .btn[class*=btn-outline]:active, .btn-group > [class*=btn-outline].card-link:active,
.btn-group-vertical > .btn[class*=btn-outline].active,
.btn-group-vertical > [class*=btn-outline].active.card-link,
.btn-group-vertical > .btn[class*=btn-outline]:active,
.btn-group-vertical > [class*=btn-outline].card-link:active {
  background-color: rgba(0, 0, 0, 0.12);
}
.btn-group > .btn-group,
.btn-group > .btn-group-vertical,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group-vertical {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}

.btn-group.show > .dropdown-toggle {
  box-shadow: none;
}
.btn-group > .btn, .btn-group > .card-link,
.btn-group > .btn-group {
  margin-left: -1px;
}
.btn-group > .btn:first-child, .btn-group > .card-link:first-child,
.btn-group > .btn-group:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .card-link:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .card-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .card-link:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .card-link,
.btn-group > .dropdown-toggle:not(:last-of-type) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-vertical {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .card-link,
.btn-group-vertical > .btn-group {
  margin-top: -1px;
  margin-left: 0;
  width: 100%;
}
.btn-group-vertical > .btn:first-child, .btn-group-vertical > .card-link:first-child,
.btn-group-vertical > .btn-group:first-child {
  margin-top: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .card-link:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .card-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .card-link:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .card-link,
.btn-group-vertical > .dropdown-toggle:not(:last-of-type) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* .btn-group-fluid {
  background-color: transparent;
  box-shadow: none;
} */
[data-toggle=buttons] > .btn, [data-toggle=buttons] > .card-link,
[data-toggle=buttons] > .btn-group > .btn,
[data-toggle=buttons] > .btn-group > .card-link {
  margin-bottom: 0;
}
[data-toggle=buttons] > .btn [type=checkbox], [data-toggle=buttons] > .card-link [type=checkbox],
[data-toggle=buttons] > .btn [type=radio],
[data-toggle=buttons] > .card-link [type=radio],
[data-toggle=buttons] > .btn-group > .btn [type=checkbox],
[data-toggle=buttons] > .btn-group > .btn [type=radio] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

/* .btn-sm + .dropdown-toggle-split {
  padding-right: $btn-padding-x-sm * .75;
  padding-left: $btn-padding-x-sm * .75;
}

.btn-lg + .dropdown-toggle-split {
  padding-right: $btn-padding-x-lg * .75;
  padding-left: $btn-padding-x-lg * .75;
} */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

.card {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
}
.card.border-primary {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #D2232A;
}
.card.border-primary[href]:hover, .card.border-primary[href]:focus, .card.border-primary[href]:active, .card.border-primary[tabindex]:hover, .card.border-primary[tabindex]:focus, .card.border-primary[tabindex]:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #D2232A;
}
.card.border-secondary {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #FDD117;
}
.card.border-secondary[href]:hover, .card.border-secondary[href]:focus, .card.border-secondary[href]:active, .card.border-secondary[tabindex]:hover, .card.border-secondary[tabindex]:focus, .card.border-secondary[tabindex]:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #FDD117;
}
.card.border-danger {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f44336;
}
.card.border-danger[href]:hover, .card.border-danger[href]:focus, .card.border-danger[href]:active, .card.border-danger[tabindex]:hover, .card.border-danger[tabindex]:focus, .card.border-danger[tabindex]:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f44336;
}
.card.border-info {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #673ab7;
}
.card.border-info[href]:hover, .card.border-info[href]:focus, .card.border-info[href]:active, .card.border-info[tabindex]:hover, .card.border-info[tabindex]:focus, .card.border-info[tabindex]:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #673ab7;
}
.card.border-success {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #4caf50;
}
.card.border-success[href]:hover, .card.border-success[href]:focus, .card.border-success[href]:active, .card.border-success[tabindex]:hover, .card.border-success[tabindex]:focus, .card.border-success[tabindex]:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #4caf50;
}
.card.border-warning {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #ffeb3b;
}
.card.border-warning[href]:hover, .card.border-warning[href]:focus, .card.border-warning[href]:active, .card.border-warning[tabindex]:hover, .card.border-warning[tabindex]:focus, .card.border-warning[tabindex]:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #ffeb3b;
}
.card.border-dark {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #424242;
}
.card.border-dark[href]:hover, .card.border-dark[href]:focus, .card.border-dark[href]:active, .card.border-dark[tabindex]:hover, .card.border-dark[tabindex]:focus, .card.border-dark[tabindex]:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #424242;
}
.card.border-light {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f5f5f5;
}
.card.border-light[href]:hover, .card.border-light[href]:focus, .card.border-light[href]:active, .card.border-light[tabindex]:hover, .card.border-light[tabindex]:focus, .card.border-light[tabindex]:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f5f5f5;
}
.card[href]:hover, .card[href]:focus, .card[href]:active, .card[tabindex]:hover, .card[tabindex]:focus, .card[tabindex]:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.card[href]:focus, .card[tabindex]:focus {
  outline: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card-shaped {
  border-radius: 1.5rem 0.5rem;
}

[data-toggle=collapse]:hover {
  cursor: pointer;
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 32px;
  box-shadow: none;
  margin-bottom: 0;
  overflow: hidden;
}
.accordion > .card + .card {
  border-top: 0;
}
.accordion > .card .show {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.accordion > .card > .card-header {
  border-bottom: 0;
  display: flex;
  padding: 15px 1.25rem;
}
.accordion > .card > .card-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
  transition: background-color 150ms linear;
}
.accordion > .card > .card-header::after {
  content: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" opacity="0.54"%3e%3cpath d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z"/%3e%3c/svg%3e');
  height: 1.5rem;
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  width: 1.5rem;
}
.accordion > .card > .card-header > * {
  line-height: 1.125rem;
}
.accordion .card:first-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-body:first-child,
.accordion .card:not(:first-of-type) .card-footer:first-child,
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion .card:not(:last-of-type) .card-body:last-child,
.accordion .card:not(:last-of-type) .card-footer:last-child,
.accordion .card:not(:last-of-type) .card-header:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card-body {
  margin: 0 2.5rem;
  opacity: 0;
  padding: 1.5rem 0;
  transition: opacity 250ms linear -100ms;
}
.accordion .show .card-body {
  opacity: 1;
}
.accordion .collapse .card-body:first-child,
.accordion .collapse .card-footer:first-child,
.accordion .collapse .card-header:first-child,
.accordion .collapsing .card-body:first-child,
.accordion .collapsing .card-footer:first-child,
.accordion .collapsing .card-header:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  min-height: 3.25rem;
  padding: 0.5rem;
}
.card-actions.flex-column {
  align-items: flex-start;
  padding-bottom: 0.25rem;
}
.card-actions.flex-column .btn, .card-actions.flex-column .card-link {
  margin-bottom: 0.25rem;
}
.card-body + .card-actions {
  background-color: #fff;
  margin-top: -0.5rem;
  z-index: 2;
}
.card-actions .btn, .card-actions .card-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 0 1 auto;
  min-width: 0;
}
.card-actions .btn:not(.btn-icon), .card-actions .card-link:not(.btn-icon) {
  margin-right: 0.5rem;
}
.card-actions .btn-icon:not(:disabled) {
  color: rgba(0, 0, 0, 0.6);
}
.card-actions .dropdown-toggle::after {
  margin-right: 0;
}
.card-actions > * {
  z-index: 3;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-body:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.card-body:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.card-body > :last-child {
  margin-bottom: 0;
}
.card-body > .btn, .card-body > .card-link {
  margin-right: 0.5rem;
}

.card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 1rem 1rem;
}
.card-footer:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 0;
}
.card-footer:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.card-footer > :last-child {
  margin-bottom: 0;
}

.card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 0;
  padding: 1rem 1rem;
}
.card-header:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.card-header:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom: 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-header-pills {
  margin: -1rem -1rem;
  padding: 0.5rem 0rem 0.25rem 0.5rem;
}
.card-header-pills .nav-link {
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.card-header-tabs {
  margin: -1rem -1rem calc(-1rem - 1px);
}

.card-img {
  border-radius: 4px;
  min-height: 1px;
  width: 100%;
}

.card-img-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-height: 1px;
  width: 100%;
}

.card-img-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  min-height: 1px;
  width: 100%;
}

.card-img-overlay {
  border-radius: 3px;
  max-height: 100%;
  padding: 1rem 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 600px) {
  .card-columns {
    column-count: 2;
    column-gap: 0.5rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .card-columns {
    column-count: 3;
  }
}
.card-columns .card {
  margin-bottom: 0.25rem;
}

.card-deck {
  display: flex;
  flex-direction: column;
}
@media (min-width: 840px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 0.25rem;
    margin-bottom: 0;
    margin-left: 0.25rem;
  }
}
.card-deck .card {
  margin-bottom: 0.5rem;
}

.card-group {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
@media (min-width: 840px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child:not(:last-child) .card-actions,
.card-group > .card:first-child:not(:last-child) .card-body,
.card-group > .card:first-child:not(:last-child) .card-footer,
.card-group > .card:first-child:not(:last-child) .card-header,
.card-group > .card:first-child:not(:last-child) .card-img,
.card-group > .card:first-child:not(:last-child) .card-img-bottom,
.card-group > .card:first-child:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child:not(:first-child) .card-actions,
.card-group > .card:last-child:not(:first-child) .card-body,
.card-group > .card:last-child:not(:first-child) .card-footer,
.card-group > .card:last-child:not(:first-child) .card-header,
.card-group > .card:last-child:not(:first-child) .card-img,
.card-group > .card:last-child:not(:first-child) .card-img-bottom,
.card-group > .card:last-child:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child) .card-actions,
.card-group > .card:not(:first-child):not(:last-child) .card-body,
.card-group > .card:not(:first-child):not(:last-child) .card-footer,
.card-group > .card:not(:first-child):not(:last-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child) .card-img,
.card-group > .card:not(:first-child):not(:last-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
  .card-group > .card + .card {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    margin-left: 0;
  }
}
.card-group > .card {
  box-shadow: none;
  margin-bottom: 0.5rem;
}

.card-body > .card-link {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.card-title {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.0125em;
  line-height: 1.25rem;
  margin: 0;
}
.card-body .card-title {
  margin-bottom: 1rem;
}
.card-body .card-title + .card-subtitle {
  margin-top: -1rem;
}
.card-header + .card-body > .card-title {
  margin-top: 1rem;
}

.card-subtitle {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0071428571em;
  line-height: 1.375rem;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}
.card-body .card-subtitle {
  padding-bottom: 1rem;
}

.card-text {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  line-height: 1.25rem;
  color: rgba(0, 0, 0, 0.6);
}
.card-text:last-child {
  margin-bottom: 0;
}

.card-primary-action {
  cursor: pointer;
  position: relative;
  transition: background-color 15ms linear, box-shadow 15ms linear;
}
.card-primary-action:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.card-primary-action:hover.card {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.chip {
  align-items: center;
  background-color: #e0e0e0;
  border: 0;
  border-radius: 1rem;
  color: rgba(0, 0, 0, 0.87);
  display: inline-flex;
  font-size: 0.875rem;
  height: 2rem;
  justify-content: center;
  letter-spacing: 0.0178571429em;
  line-height: 1.25rem;
  margin: 0.25rem;
  overflow: hidden;
  padding: 0 0.75rem;
  position: relative;
  transition: background-color 15ms linear;
  vertical-align: middle;
  white-space: nowrap;
}
.chip:empty {
  display: none;
}
.chip .close {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24"%3e%3cpath fill="%23666" d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/%3e%3c/svg%3e');
  height: 18px;
  margin-right: -0.25rem;
  margin-left: 0.5rem;
  order: 1;
  width: 18px;
}
.chip > [class*=material-icons] {
  color: rgba(0, 0, 0, 0.54);
  font-size: 1.25rem;
  line-height: 1;
}

.chip-primary,
.chip-primary:hover {
  background-color: #D2232A;
  color: white;
}

.chip-secondary,
.chip-secondary:hover {
  background-color: #FDD117;
  color: rgba(0, 0, 0, 0.87);
}

.chip-danger,
.chip-danger:hover {
  background-color: #f44336;
  color: white;
}

.chip-info,
.chip-info:hover {
  background-color: #673ab7;
  color: white;
}

.chip-success,
.chip-success:hover {
  background-color: #4caf50;
  color: white;
}

.chip-warning,
.chip-warning:hover {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
}

.chip-dark,
.chip-dark:hover {
  background-color: #424242;
  color: white;
}

.chip-light,
.chip-light:hover {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}

.chip-outline {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.chip-outline .close {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24"%3e%3cpath fill="%239e9e9e" d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}

.chip-action:hover, .chip-action:focus, .chip-action:active {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
.chip-action:not(.disabled):hover {
  background-color: rgba(0, 0, 0, 0.24);
}
.chip-action:not(.disabled):active {
  background-color: rgba(0, 0, 0, 0.32);
}
.chip-action:not(.disabled):focus {
  outline: 0;
}
.chip-action:not(.disabled).chip-outline:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.chip-action:not(.disabled).chip-outline:active {
  background-color: rgba(0, 0, 0, 0.24);
}

[type=radio]:checked + .chip-choice {
  background-color: rgba(210, 35, 42, 0.24);
  color: #D2232A;
}
[type=radio]:checked + .chip-choice:hover, [type=radio]:checked + .chip-choice:active {
  background-color: rgba(210, 35, 42, 0.32);
}

[type=radio]:checked + .chip-choice.chip-outline {
  background-color: rgba(210, 35, 42, 0.12);
}
[type=radio]:checked + .chip-choice.chip-outline:hover, [type=radio]:checked + .chip-choice.chip-outline:active {
  background-color: rgba(210, 35, 42, 0.24);
}

[type=checkbox] + .chip-filter:not(.chip-outline) {
  color: rgba(0, 0, 0, 0.54);
}

[type=checkbox]:checked + .chip-filter {
  background-color: rgba(0, 0, 0, 0.16);
  color: rgba(0, 0, 0, 0.87);
}

[type=checkbox]:checked + .chip-filter.chip-outline {
  background-color: rgba(0, 0, 0, 0.08);
}

[type=checkbox] + .chip-filter::before {
  content: "";
  height: 1.125rem;
  opacity: 0;
  transform: translateX(-0.25rem);
  transition: width 180ms ease-in;
  width: 0;
}

[type=checkbox]:checked + .chip-filter::before {
  content: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="18" viewBox="0 0 24 24" width="18"%3e%3cpath d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/%3e%3c/svg%3e');
  margin-right: 0.25rem;
  opacity: 1;
  transition: opacity 180ms 90ms, width 180ms ease-in;
  width: 1.125rem;
}

.chip-img, .chip-icon, .chip > [class*=material-icons] {
  border-radius: 0.625rem;
  flex-shrink: 0;
  height: 1.25rem;
  margin-right: 0.25rem;
  margin-left: -0.25rem;
  order: -1;
  width: 1.25rem;
}

.chip-icon {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  background-color: #FDD117;
  color: rgba(0, 0, 0, 0.87);
  display: inline-flex;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
}

.chip-sm {
  height: 1.75rem;
}

.chip-xs {
  height: 1.5rem;
}

.chip.disabled,
input:disabled + .chip {
  opacity: 0.38;
}

html[data-theme=dark] {
  filter: invert(1) hue-rotate(180deg);
}
html[data-theme=dark] body,
html[data-theme=dark] label,
html[data-theme=dark] legend {
  font-weight: 500;
}
html[data-theme=dark] img,
html[data-theme=dark] video,
html[data-theme=dark] .prevent-dark-theme {
  filter: invert(1) hue-rotate(180deg);
}

body {
  transition: color 300ms, background-color 300ms;
}

.data-table {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 1rem;
  max-width: 100%;
  overflow: auto;
  scrollbar-width: thin;
}
.data-table > .table td,
.data-table > .table th {
  white-space: nowrap;
}
.data-table > .table > thead th {
  border-top: 0;
}

.table {
  background-color: #fff;
  border: 0;
  font-size: 0.875rem;
  width: 100%;
}
.table td,
.table th {
  border-top: 1px solid #e1e1e1;
  font-weight: 400;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  vertical-align: middle;
}
.table tbody td,
.table tbody th {
  height: 3.25rem;
  letter-spacing: 0.0178571429em;
  line-height: 1.25rem;
}
.table tfoot {
  color: rgba(0, 0, 0, 0.54);
}
.table tfoot td,
.table tfoot th {
  font-size: 0.75rem;
  font-weight: 400;
  height: 3.5rem;
}
.table thead td,
.table thead th {
  font-weight: 500;
  height: 3.5rem;
  letter-spacing: 0.0071428571em;
  line-height: 1.375rem;
}
.card > .table:first-child,
.card > .table:first-child > :first-child,
.card > .table:first-child > :first-child > tr:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.card > .table:first-child > :first-child > tr:first-child td:first-child,
.card > .table:first-child > :first-child > tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
.card > .table:first-child > :first-child > tr:first-child td:last-child,
.card > .table:first-child > :first-child > tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
.card > .table:last-child,
.card > .table:last-child > :last-child,
.card > .table:last-child > :last-child > tr:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.card > .table:last-child > :last-child > tr:last-child td:first-child,
.card > .table:last-child > :last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 4px;
}
.card > .table:last-child > :last-child > tr:last-child td:last-child,
.card > .table:last-child > :last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 4px;
}
.table .table {
  border-top: 1px solid #e1e1e1;
}
.table > :first-child > tr:first-child td,
.table > :first-child > tr:first-child th {
  border-top: 0;
}

.table-bordered {
  border: 1px solid #e1e1e1;
}
.card > .table-bordered {
  border: 0;
}

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

.table-sm tbody td,
.table-sm tbody th {
  height: 2.25rem;
}
.table-sm tfoot td,
.table-sm tfoot th,
.table-sm thead td,
.table-sm thead th {
  height: 2.5rem;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #FF9D8B;
  color: rgba(0, 0, 0, 0.87);
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #D2232A;
  color: white;
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #FCD11A;
  color: rgba(0, 0, 0, 0.87);
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #FDD117;
  color: rgba(0, 0, 0, 0.87);
}

.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #ffcdd2;
  color: rgba(0, 0, 0, 0.87);
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f44336;
  color: white;
}

.table-info,
.table-info > td,
.table-info > th {
  background-color: #e1bee7;
  color: rgba(0, 0, 0, 0.87);
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #673ab7;
  color: white;
}

.table-success,
.table-success > td,
.table-success > th {
  background-color: #a5d6a7;
  color: rgba(0, 0, 0, 0.87);
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #4caf50;
  color: white;
}

.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #fff59d;
  color: rgba(0, 0, 0, 0.87);
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
}

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

.table-light,
.table-light > td,
.table-light > th {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}

.table-hover tbody tr:not(.table-active):hover,
.data-table tbody tr:not(.table-active):hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(210, 35, 42, 0.04);
}

.table .thead-dark td,
.table .thead-dark th {
  background-color: #3c3c46;
  color: #fff;
}
.table .thead-light td,
.table .thead-light th {
  background-color: #f5f5f5;
}

.table-dark {
  background-color: #3c3c46;
  color: #fff;
}
.table-dark.table-bordered {
  border-color: #55555d;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #303030;
}
.table-dark.table-hover tbody tr:hover {
  background-color: #565761;
}
.table-dark tbody,
.table-dark tfoot {
  color: inherit;
}
.table-dark thead {
  color: rgba(255, 255, 255, 0.6);
}
.table-dark td,
.table-dark th,
.table-dark .table {
  border-color: #55555d;
}

@media (max-width: 599.98px) {
  .table-responsive-sm {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 839.98px) {
  .table-responsive-md {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-lg {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xl {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.modal-open {
  overflow: hidden;
}
.modal-open .fade {
  transition: opacity 150ms cubic-bezier(0, 0, 0.2, 1);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  display: none;
  height: 100%;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 240;
}
.modal.fade .modal-dialog {
  transition: opacity, transform 75ms cubic-bezier(0.4, 0, 1, 1);
  opacity: 0;
  transform: scale(0.8);
}

.modal-dialog {
  margin: 1rem auto;
  pointer-events: none;
  position: relative;
  width: calc(100% - 1rem * 2);
  will-change: opacity, transform;
}
.modal.show .modal-dialog {
  transition: opacity, transform 150ms cubic-bezier(0, 0, 0.2, 1);
  opacity: 1;
  transform: scale(1);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 2rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 2rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: calc(1rem - 1px);
}
.modal-dialog-scrollable .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 2rem);
}
.modal-dialog-centered::before {
  content: "";
  display: block;
  height: calc(100vh - 2rem);
  height: min-content;
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.32);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 239;
}
.modal-backdrop.fade {
  transition: opacity 75ms cubic-bezier(0.4, 0, 1, 1);
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 1;
}

.modal-header {
  align-items: center;
  border-bottom: 1px solid transparent;
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem calc(0.625rem - 1px);
}
.modal-header:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.modal-title {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.0125em;
  line-height: 1.25rem;
  margin: 0;
}

.modal-body {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03125em;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.6);
  flex: 1 1 auto;
  padding: 1.25rem 1.5rem;
  position: relative;
}
.modal-header + .modal-body {
  padding: 0 1.5rem 1.25rem;
}
.modal-dialog-scrollable .modal-header + .modal-body {
  padding: 0.5rem 1.5rem;
}
.modal-body > :last-child {
  margin-bottom: 0;
}

.modal-footer {
  align-items: flex-end;
  border-top: 1px solid transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0.5rem 0.5rem;
}
.modal-footer:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal-footer:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.modal-footer > * {
  margin-left: 0.5rem;
}

.modal-footer-stacked {
  flex-direction: column;
}
.modal-footer-stacked .btn + .btn, .modal-footer-stacked .card-link + .btn, .modal-footer-stacked .btn + .card-link, .modal-footer-stacked .card-link + .card-link {
  margin-top: 0.75rem;
}

.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -99999px;
  width: 50px;
}

@media (min-width: 600px) {
  .modal-dialog {
    max-width: 35rem;
  }
  .modal-sm {
    max-width: 17.5rem;
  }
}
@media (min-width: 1024px) {
  .modal-lg,
.modal-xl {
    max-width: 52.5rem;
  }
}
.modal-xl {
  margin: 0;
  max-width: 100vw;
  width: 100vw;
}
.modal-xl .modal-content {
  border-radius: 0;
  height: 100vh;
  overflow: scroll;
}

@media (max-width: 839.98px) {
  .modal-content {
    border-radius: 16px;
  }
  .modal-footer {
    align-items: stretch;
    flex-direction: column-reverse;
    padding: 0;
  }
  .modal-footer .btn, .modal-footer .card-link {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    display: block;
    height: 3rem;
    letter-spacing: 0.04em;
    text-transform: lowercase;
  }
  .modal-footer .btn:first-of-type, .modal-footer .card-link:first-of-type {
    border-radius: 0;
  }
  .modal-footer .btn::first-letter, .modal-footer .card-link::first-letter {
    text-transform: uppercase;
  }
  .modal-footer > * {
    margin-left: 0;
  }
  .modal-footer-stacked {
    flex-direction: column;
  }
  .modal-footer-stacked .btn,
.modal-footer-stacked .card-link {
    margin: 0 !important;
  }
}
.list-group {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin-bottom: 0;
  padding: 0.5rem 0;
}

.list-group-item {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  flex-shrink: 0;
  font-size: 1rem;
  letter-spacing: 0.009375em;
  line-height: 1.5;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  position: relative;
  transition: background-color 15ms linear;
}
.list-group-item:hover, .list-group-item:focus, .list-group-item:active {
  text-decoration: none;
}
.list-group-item.d-flex {
  flex-wrap: nowrap;
  min-height: 3rem;
  padding: 0 1rem;
}
.card .list-group-item {
  padding-right: 1rem;
  padding-left: 1rem;
}
.list-group-item .btn-icon {
  color: rgba(0, 0, 0, 0.6);
}
.list-group-item .list-group-item-icon {
  color: rgba(0, 0, 0, 0.54);
  display: inline-block;
  fill: currentColor;
  flex: 0 0 1.5rem;
  font-size: 1.5rem;
  height: 1.5rem;
  margin-right: 2rem;
  vertical-align: top;
}
.list-group-item.active .list-group-item-icon {
  color: #D2232A;
}
.list-group-item .list-group-item-graphic {
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.3);
  fill: rgba(0, 0, 0, 0.3);
  flex: 0 0 2.5rem;
  font-size: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin: 0.5rem 1rem 0.5rem 0;
}
.list-group-shaped .list-group-item {
  border-radius: 0 2rem 2rem 0;
}
.list-group-item .custom-control {
  display: flex;
  padding-left: 0;
  width: 100%;
}
.list-group-item .custom-control-label {
  flex-grow: 1;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: 3rem;
}
.list-group-item .custom-control-label::before {
  line-height: 3rem;
  margin-top: 0;
  right: 0;
  left: auto;
}
.list-group-item .custom-control-label::after {
  line-height: 3rem !important;
  padding: 0 0.6875rem;
  right: 0;
  left: auto;
}
.list-group-item.active {
  background-color: rgba(210, 35, 42, 0.12);
  color: #D2232A;
  z-index: 2;
}
.list-group-item.active:hover {
  background-color: rgba(210, 35, 42, 0.16);
}
.list-group-item.active:focus {
  background-color: rgba(210, 35, 42, 0.24);
}
.list-group-item.disabled, .list-group-item:disabled {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.38);
  pointer-events: none;
}

.list-group-item-two-line {
  height: 4.5rem;
}
.list-group-item-two-line .list-group-item-text {
  align-self: flex-start;
}

.list-group-item-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.list-group-item-text :first-child {
  display: block;
  line-height: normal;
  margin-top: 0;
  margin-bottom: -1.25rem;
}
.list-group-item-text :first-child::before {
  content: "";
  display: inline-block;
  height: 2rem;
  vertical-align: 0;
  width: 0;
}
.list-group-item-text :first-child::after {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: -20px;
  width: 0;
}
.list-group-item-text :last-child {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  line-height: 1.25rem;
  color: rgba(0, 0, 0, 0.54);
  display: block;
  line-height: normal;
  margin-top: 0;
}
.list-group-item-text :last-child::before {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: 0;
  width: 0;
}

.list-group-item-meta {
  color: rgba(0, 0, 0, 0.38);
  margin-right: 0;
  margin-left: auto;
}
.list-group-item-meta:not(i):not([class*=material-icon]) {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.0333333333em;
  line-height: 1.25rem;
}

.list-group-divider {
  border: none;
  border-bottom-color: rgba(0, 0, 0, 0.12);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: 0;
  margin: 0;
}

.list-group-item-action {
  text-align: inherit;
  width: 100%;
}
.list-group-item-action:hover:not(.active), .list-group-item-action:focus:not(.active) {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  z-index: 1;
}
.list-group-item-action:hover {
  background-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.list-group-item-action:focus {
  background-color: rgba(0, 0, 0, 0.12);
  outline: 0;
}
.list-group-item-action:disabled, .list-group-item-action.disabled {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.38);
}

[class*=list-group-horizontal] {
  padding: 0;
}
[class*=list-group-horizontal] .list-group-item {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 0;
}
[class*=list-group-horizontal] .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
[class*=list-group-horizontal] .list-group-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 0;
  margin-right: 0;
}

.list-group-horizontal {
  flex-direction: row;
}

@media (min-width: 600px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
}
@media (min-width: 840px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
}
.list-group-item-primary {
  background-color: #FF9D8B;
  color: rgba(0, 0, 0, 0.87);
}
.list-group-item-primary.active {
  background-color: #D2232A;
  color: white;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:active {
  background-color: #D2232A;
  color: white;
}

.list-group-item-secondary {
  background-color: #FCD11A;
  color: rgba(0, 0, 0, 0.87);
}
.list-group-item-secondary.active {
  background-color: #FDD117;
  color: rgba(0, 0, 0, 0.87);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:active {
  background-color: #FDD117;
  color: rgba(0, 0, 0, 0.87);
}

.list-group-item-danger {
  background-color: #ffcdd2;
  color: rgba(0, 0, 0, 0.87);
}
.list-group-item-danger.active {
  background-color: #f44336;
  color: white;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:active {
  background-color: #f44336;
  color: white;
}

.list-group-item-info {
  background-color: #e1bee7;
  color: rgba(0, 0, 0, 0.87);
}
.list-group-item-info.active {
  background-color: #673ab7;
  color: white;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:active {
  background-color: #673ab7;
  color: white;
}

.list-group-item-success {
  background-color: #a5d6a7;
  color: rgba(0, 0, 0, 0.87);
}
.list-group-item-success.active {
  background-color: #4caf50;
  color: white;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:active {
  background-color: #4caf50;
  color: white;
}

.list-group-item-warning {
  background-color: #fff59d;
  color: rgba(0, 0, 0, 0.87);
}
.list-group-item-warning.active {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:active {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
}

.list-group-item-dark {
  background-color: #757575;
  color: white;
}
.list-group-item-dark.active {
  background-color: #424242;
  color: white;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:active {
  background-color: #424242;
  color: white;
}

.list-group-item-light {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.list-group-item-light.active {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:active {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}

.expansion-panel {
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: background-color, color, margin 300ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
}
@media (min-width: 600px) {
  .expansion-panel {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .expansion-panel {
    transition-duration: 280ms;
  }
}
.expansion-panel.show {
  border-radius: 4px;
}
.expansion-panel.show:not(:first-child) {
  margin-top: 1rem;
}
.card .expansion-panel.show:not(:first-child) {
  margin-top: 0;
}
.expansion-panel.show:not(:last-child) {
  margin-bottom: 1rem;
}
.card .expansion-panel.show:not(:last-child) {
  margin-bottom: 0;
}
.expansion-panel.show + .expansion-panel {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.expansion-panel.show + .expansion-panel.show {
  margin-top: 0;
}
.card .expansion-panel.show + .expansion-panel {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.expansion-panel.show-predecessor {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.card .expansion-panel.show-predecessor {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card .expansion-panel {
  padding-right: 0;
  padding-left: 0;
}

.expansion-panel-body {
  padding: 1rem 1rem;
}
.card .expansion-panel-body {
  padding-right: 1rem;
  padding-left: 1rem;
}

.expansion-panel-footer {
  align-items: flex-end;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: flex-end;
  padding: 1rem 0.5rem 0.75rem 0rem;
}
.card .expansion-panel-footer {
  padding-right: 1rem;
  padding-left: 0.5rem;
}
.expansion-panel-footer .btn, .expansion-panel-footer .card-link {
  margin-bottom: 0.25rem;
  margin-left: 0.5rem;
  min-width: 4rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.card .expansion-panel-footer .btn, .card .expansion-panel-footer .card-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.expansion-panel-icon {
  flex-shrink: 0;
  margin-left: 1rem;
}
[data-toggle=collapse].collapsed .expansion-panel-icon .collapsed-hide {
  display: none;
}
[data-toggle=collapse]:not(.collapsed) .expansion-panel-icon .collapsed-show {
  display: none;
}

.expansion-panel-toggler {
  align-items: center;
  color: inherit;
  display: flex;
  justify-content: space-between;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  text-align: inherit;
  width: 100%;
}
.expansion-panel-toggler:hover, .expansion-panel-toggler:focus, .expansion-panel-toggler:active {
  background-color: rgba(0, 0, 0, 0.24);
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
.expansion-panel-toggler.disabled, .expansion-panel-toggler:disabled {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.38);
}
.expansion-panel-toggler:focus {
  outline: 0;
}
.card .expansion-panel-toggler {
  padding-right: 1rem;
  padding-left: 1rem;
}

.list-group-flush {
  border: 0;
  border-radius: 0;
  padding: 0;
}

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

.dropdown-menu {
  background-color: transparent;
  color: inherit;
  display: none;
  float: left;
  font-size: 0.875rem;
  list-style: none;
  min-width: 7rem;
  padding: 0.5rem 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 80;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu.show::before,
.dropdown-menu.show > * {
  animation-duration: 0.12s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  /* @include media-breakpoint-up(sm) {
    animation-duration: $transition-duration-tablet;
  }

  @include media-breakpoint-up(lg) {
    animation-duration: $transition-duration-desktop;
  }
  */
}
.dropdown-menu.show::before {
  animation-name: dropdown-menu-show;
}
.dropdown-menu.show > * {
  animation-name: dropdown-item-show;
}
.dropdown-menu.show > :nth-child(1) {
  animation-name: dropdown-item-show-1;
}
.dropdown-menu.show > :nth-child(2) {
  animation-name: dropdown-item-show-2;
}
.dropdown-menu.show > :nth-child(3) {
  animation-name: dropdown-item-show-3;
}
.dropdown-menu::before {
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #fff;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: top left;
  z-index: -1;
}
.nav:not(.flex-column):not(.flex-column-reverse) .dropdown-menu {
  min-width: 100%;
}

.menu {
  margin-top: -2.875rem;
}
.menu::before {
  transform-origin: 0 1.75rem;
}

.show > a {
  outline: 0;
}

.dropdown-menu-right:not([x-placement]) {
  right: 0;
  left: auto;
}
.dropdown-menu-right:not([x-placement]).menu::before {
  transform-origin: 100% 1.75rem;
}
.dropdown-menu-right:not([x-placement])::before {
  transform-origin: 100% 0;
}

.dropleft .dropdown-menu:not([x-placement]) {
  top: 0;
  right: 100%;
  left: auto;
}
.dropleft .dropdown-menu:not([x-placement]).menu {
  margin-top: 0;
}
.dropleft .dropdown-menu:not([x-placement])::before {
  transform-origin: 100% 0;
}

.dropright .dropdown-menu:not([x-placement]) {
  top: 0;
  right: auto;
  left: 100%;
}
.dropright .dropdown-menu:not([x-placement]).menu {
  margin-top: 0;
}
.dropright .dropdown-menu:not([x-placement])::before {
  transform-origin: 0 0;
}

.dropup .dropdown-menu:not([x-placement]) {
  top: auto;
  bottom: 100%;
}
.dropup .dropdown-menu:not([x-placement]).menu {
  margin-top: 0;
  margin-bottom: -2.875rem;
}
.dropup .dropdown-menu:not([x-placement]).menu::before {
  transform-origin: 0 calc(100% - 1.75rem);
}
.dropup .dropdown-menu:not([x-placement])::before {
  transform-origin: 0 100%;
}
.dropup .dropdown-menu:not([x-placement]) > :nth-child(1),
.dropup .dropdown-menu:not([x-placement]) > :nth-child(2),
.dropup .dropdown-menu:not([x-placement]) > :nth-child(3) {
  animation-name: dropdown-item-show;
}
.dropup .dropdown-menu:not([x-placement]) > :nth-last-child(1) {
  animation-name: dropdown-item-show-1;
}
.dropup .dropdown-menu:not([x-placement]) > :nth-last-child(2) {
  animation-name: dropdown-item-show-2;
}
.dropup .dropdown-menu:not([x-placement]) > :nth-last-child(3) {
  animation-name: dropdown-item-show-3;
}
.dropup .dropdown-menu-right:not([x-placement]).menu::before {
  transform-origin: 100% calc(100% - 1.75rem);
}
.dropup .dropdown-menu-right:not([x-placement])::before {
  transform-origin: 100% 100%;
}

.dropdown-menu[x-placement=bottom-end]::before,
.dropdown-menu[x-placement=left-start]::before {
  transform-origin: 100% 0;
}

.dropdown-menu[x-placement=top-end].show > :nth-child(1),
.dropdown-menu[x-placement=top-end].show > :nth-child(2),
.dropdown-menu[x-placement=top-end].show > :nth-child(3),
.dropdown-menu[x-placement=top-start].show > :nth-child(1),
.dropdown-menu[x-placement=top-start].show > :nth-child(2),
.dropdown-menu[x-placement=top-start].show > :nth-child(3) {
  animation-name: dropdown-item-show;
}
.dropdown-menu[x-placement=top-end].show > :nth-last-child(1),
.dropdown-menu[x-placement=top-start].show > :nth-last-child(1) {
  animation-name: dropdown-item-show-1;
}
.dropdown-menu[x-placement=top-end].show > :nth-last-child(2),
.dropdown-menu[x-placement=top-start].show > :nth-last-child(2) {
  animation-name: dropdown-item-show-2;
}
.dropdown-menu[x-placement=top-end].show > :nth-last-child(3),
.dropdown-menu[x-placement=top-start].show > :nth-last-child(3) {
  animation-name: dropdown-item-show-3;
}

.dropdown-menu[x-placement=top-end]::before {
  transform-origin: 100% 100%;
}

.dropdown-menu[x-placement=top-start]::before {
  transform-origin: 0 100%;
}

.menu[x-placement=bottom-end]::before {
  transform-origin: 100% 1.75rem;
}

.menu[x-placement=left-start],
.menu[x-placement=right-start] {
  margin-top: 0;
}

.menu[x-placement=left-start]::before {
  transform-origin: 100% 0;
}

.menu[x-placement=right-start]::before {
  transform-origin: 0 0;
}

.menu[x-placement=top-end],
.menu[x-placement=top-start] {
  margin-top: 0;
  margin-bottom: -2.875rem;
}

.menu[x-placement=top-end]::before {
  transform-origin: 100% calc(100% - 1.75rem);
}

.menu[x-placement=top-start]::before {
  transform-origin: 0 calc(100% - 1.75rem);
}

@keyframes dropdown-item-show {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dropdown-item-show-1 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dropdown-item-show-2 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dropdown-item-show-3 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* @keyframes dropdown-menu-show {
  0% {
    transform: scale(0, 0);
  }

  20% {
    transform: scale((1 / 3), 0);
  }

  40% {
    transform: scale((2 / 3), 0.25);
  }

  60% {
    transform: scale(1, 0.5);
  }

  80% {
    transform: scale(1, 0.75);
  }

  100% {
    transform: scale(1, 1);
  }
} */
@keyframes dropdown-menu-show {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes menu-animation {
  0% {
    margin-top: -3rem;
  }
  100% {
    margin-top: 0;
  }
}
@media (min-width: 600px) {
  .dropdown-menu-sm,
.menu-cascading {
    min-width: 17.5rem;
  }
}

.menu-cascading {
  margin-top: -2.75rem;
}
.menu-cascading[x-placement=top-end], .menu-cascading[x-placement=top-start] {
  margin-top: 0;
  margin-bottom: -2.75rem;
}
.menu-cascading[x-placement=top-end]::before {
  transform-origin: 100% calc(100% - 2rem);
}
.menu-cascading[x-placement=top-start]::before {
  transform-origin: 0 calc(100% - 2rem);
}

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

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

@media (min-width: 600px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 840px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.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 {
  background-color: rgba(0, 0, 0, 0.12);
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  border: 0;
}

.dropdown-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.009375em;
  line-height: inherit;
  margin: 0;
  padding: 0.75rem 1rem;
  transform-origin: 0 0;
  /* .dropdown-menu-sm &,
  .menu-cascading & {
    line-height: $menu-line-height-cascading;
    padding: $menu-link-padding-y-cascading $menu-link-padding-x-cascading;
  } */
}

.dropdown-item {
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: background-color, color 300ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  letter-spacing: 0.009375em;
  line-height: 2.5rem;
  padding: 0 1rem;
  position: relative;
  text-align: inherit;
  transform-origin: 0 0;
  width: 100%;
}
@media (min-width: 600px) {
  .dropdown-item {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .dropdown-item {
    transition-duration: 280ms;
  }
}
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
.dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.dropdown-item:focus, .dropdown-item.active {
  background-color: rgba(0, 0, 0, 0.12);
  outline: 0;
}
.dropdown-item:active {
  background-color: rgba(0, 0, 0, 0.24);
}
.dropdown-item:disabled, .dropdown-item.disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  pointer-events: none;
}
.dropdown-item > i, .dropdown-item > [class*=material-icons] {
  margin-right: 1.25rem;
  margin-left: 0.5rem;
}
.dropdown-item > .dropdown-icon-append {
  margin-right: 0.5rem;
  margin-left: auto;
  order: 12;
}
.dropdown-menu-sm .dropdown-item, .menu-cascading .dropdown-item {
  line-height: 2rem;
}

.dropdown-item-text {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-weight: inherit;
  padding: 0.75rem 1rem;
  transform-origin: 0 0;
  /* .dropdown-menu-sm &,
  .menu-cascading & {
    padding: $menu-link-padding-y-cascading $menu-link-padding-x-cascading;
  } */
}

.dropdown-toggle::after {
  font-size: 1.5rem;
  line-height: 1.5rem;
  vertical-align: -0.3626373626em;
  font-family: "Material Icons";
  font-family: var(--font-family-material-icons);
  font-feature-settings: "liga";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icon-tabler-chevron-down"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6 9l6 6l6 -6" /></svg>');
  display: inline-block;
  line-height: 1rem;
  margin-right: -0.2em;
  margin-left: 0.2em;
  vertical-align: top;
}
.dropright .dropdown-toggle::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icon-tabler-chevron-right"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 6l6 6l-6 6" /></svg>');
}
.dropup .dropdown-toggle::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icon-tabler-chevron-up"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6 15l6 -6l6 6" /></svg>');
}
.dropdown-toggle:empty::after {
  margin-left: -0.2em;
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  font-size: 1.5rem;
  line-height: 1.5rem;
  vertical-align: -0.3626373626em;
  font-family: "Material Icons";
  font-family: var(--font-family-material-icons);
  font-feature-settings: "liga";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icon-tabler-chevron-left"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M15 6l-6 6l6 6" /></svg>');
  display: inline-block;
  margin-right: 0.2em;
  margin-left: -0.2em;
}

.dropdown-toggle-split {
  padding-right: 0.2em;
  padding-left: 0.2em;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-right: 0;
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
  margin-left: 0;
}

.navdrawer {
  display: none;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 160;
}

.navdrawer-backdrop {
  transition-duration: 375ms;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.32);
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 159;
}
@media (min-width: 600px) {
  .navdrawer-backdrop {
    transition-duration: 487.5ms;
  }
}
@media (min-width: 1024px) {
  .navdrawer-backdrop {
    transition-duration: 250ms;
  }
}
.navdrawer-backdrop.show {
  opacity: 1;
}

.navdrawer-content {
  transition-duration: 195ms;
  transition-property: box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  background-color: #fff;
  max-width: calc(100% - 3.5rem);
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translate3d(-100%, 0, 0);
  width: 16rem;
}
@media (min-width: 600px) {
  .navdrawer-content {
    transition-duration: 253.5ms;
  }
}
@media (min-width: 1024px) {
  .navdrawer-content {
    transition-duration: 75ms;
  }
}
.navdrawer-right .navdrawer-content {
  right: 0;
  left: auto;
  transform: translate3d(100%, 0, 0);
}
.navdrawer.show .navdrawer-content {
  transition-duration: 225ms;
  transition-property: box-shadow, transform;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 600px) {
  .navdrawer.show .navdrawer-content {
    transition-duration: 292.5ms;
  }
}
@media (min-width: 1024px) {
  .navdrawer.show .navdrawer-content {
    transition-duration: 150ms;
  }
}

.navdrawer-body {
  margin-bottom: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.navdrawer-divider {
  background-color: rgba(0, 0, 0, 0.12);
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
}

.navdrawer-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.625rem 1rem;
}

.navdrawer-subheader {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.38);
  display: block;
  font-weight: 500;
  height: 3rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.0625rem 1rem;
}
.navdrawer-divider + .navdrawer-subheader {
  margin-top: -0.5rem;
}

.navdrawer-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0;
}
.navdrawer-header + .navdrawer-nav, .navdrawer-subheader + .navdrawer-nav {
  margin-top: 0;
}
.navdrawer-nav .nav-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  font-weight: 500;
  height: 2.5rem;
  letter-spacing: 0.0071428571em;
  line-height: 1.375rem;
  margin: 0.5rem;
  padding: 0 0.5rem;
  transition: background-color 15ms;
}
.navdrawer-nav .nav-link:hover, .navdrawer-nav .nav-link:focus, .navdrawer-nav .nav-link:active {
  background-color: #f5f5f5;
}
.navdrawer-nav .nav-link.active, .navdrawer-nav .nav-link:active {
  background-color: rgba(210, 35, 42, 0.12);
  color: #D2232A;
}
.navdrawer-nav .nav-link.disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
}
.navdrawer-nav .nav-link:focus {
  outline: 0;
}
.navdrawer-nav .active > .nav-link {
  color: #D2232A;
}

.navdrawer-nav-icon {
  color: rgba(0, 0, 0, 0.54);
  width: 3.5rem;
}
.nav-link:active .navdrawer-nav-icon, .nav-link.active .navdrawer-nav-icon {
  color: #D2232A;
}

.active > .nav-link .navdrawer-nav-icon {
  color: #D2232A;
}

@media (min-width: 600px) {
  .navdrawer-backdrop-permanent-sm {
    display: none;
    transition: none;
  }
  .navdrawer-backdrop-persistent-sm {
    display: none;
    transition: none;
  }
  .navdrawer-backdrop-temporary-sm {
    display: none;
    transition: none;
  }
  .navdrawer-permanent-sm {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    display: block !important;
    right: auto;
    width: 16rem;
    z-index: auto;
  }
  .navdrawer-permanent-sm.navdrawer-permanent-clipped, .navdrawer-permanent-sm.navdrawer-permanent-float {
    top: 3.5rem;
  }
  .navdrawer-permanent-sm.navdrawer-permanent-float {
    border-right: 0;
  }
  .navdrawer-permanent-sm.navdrawer-permanent-float.navdrawer-right {
    border-left: 0;
  }
  .navdrawer-permanent-sm.navdrawer-permanent-float .navdrawer-content {
    background-color: transparent;
  }
  .navdrawer-permanent-sm.navdrawer-right {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    right: 0;
    left: auto;
  }
  .navdrawer-permanent-sm.show .navdrawer-content {
    box-shadow: none;
  }
  .navdrawer-permanent-sm .navdrawer-content {
    max-width: none;
    position: absolute;
    transform: translate3d(0, 0, 0);
    width: 100%;
  }
  .navdrawer-persistent-sm {
    right: auto;
    width: 16rem;
    z-index: auto;
  }
  .navdrawer-persistent-sm.navdrawer-persistent-clipped {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: -1px;
    top: 3.5rem;
    z-index: 39;
  }
  .navdrawer-persistent-sm.navdrawer-right {
    right: 0;
    left: auto;
  }
  .navdrawer-persistent-sm.navdrawer-right .navdrawer-content {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  .navdrawer-persistent-sm.show .navdrawer-content {
    box-shadow: none;
  }
  .navdrawer-persistent-sm .navdrawer-content {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    max-width: none;
    position: absolute;
    width: 100%;
  }
  .navdrawer-temporary-sm {
    overflow: visible;
    right: auto;
    width: 16rem;
  }
  .navdrawer-temporary-sm.navdrawer-right {
    right: 0;
    left: auto;
  }
  .navdrawer-temporary-sm .navdrawer-content {
    max-width: none;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 840px) {
  .navdrawer-backdrop-permanent-md {
    display: none;
    transition: none;
  }
  .navdrawer-backdrop-persistent-md {
    display: none;
    transition: none;
  }
  .navdrawer-backdrop-temporary-md {
    display: none;
    transition: none;
  }
  .navdrawer-permanent-md {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    display: block !important;
    right: auto;
    width: 16rem;
    z-index: auto;
  }
  .navdrawer-permanent-md.navdrawer-permanent-clipped, .navdrawer-permanent-md.navdrawer-permanent-float {
    top: 3.5rem;
  }
  .navdrawer-permanent-md.navdrawer-permanent-float {
    border-right: 0;
  }
  .navdrawer-permanent-md.navdrawer-permanent-float.navdrawer-right {
    border-left: 0;
  }
  .navdrawer-permanent-md.navdrawer-permanent-float .navdrawer-content {
    background-color: transparent;
  }
  .navdrawer-permanent-md.navdrawer-right {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    right: 0;
    left: auto;
  }
  .navdrawer-permanent-md.show .navdrawer-content {
    box-shadow: none;
  }
  .navdrawer-permanent-md .navdrawer-content {
    max-width: none;
    position: absolute;
    transform: translate3d(0, 0, 0);
    width: 100%;
  }
  .navdrawer-persistent-md {
    right: auto;
    width: 16rem;
    z-index: auto;
  }
  .navdrawer-persistent-md.navdrawer-persistent-clipped {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: -1px;
    top: 3.5rem;
    z-index: 39;
  }
  .navdrawer-persistent-md.navdrawer-right {
    right: 0;
    left: auto;
  }
  .navdrawer-persistent-md.navdrawer-right .navdrawer-content {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  .navdrawer-persistent-md.show .navdrawer-content {
    box-shadow: none;
  }
  .navdrawer-persistent-md .navdrawer-content {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    max-width: none;
    position: absolute;
    width: 100%;
  }
  .navdrawer-temporary-md {
    overflow: visible;
    right: auto;
    width: 16rem;
  }
  .navdrawer-temporary-md.navdrawer-right {
    right: 0;
    left: auto;
  }
  .navdrawer-temporary-md .navdrawer-content {
    max-width: none;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .navdrawer-backdrop-permanent-lg {
    display: none;
    transition: none;
  }
  .navdrawer-backdrop-persistent-lg {
    display: none;
    transition: none;
  }
  .navdrawer-backdrop-temporary-lg {
    display: none;
    transition: none;
  }
  .navdrawer-permanent-lg {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    display: block !important;
    right: auto;
    width: 16rem;
    z-index: auto;
  }
  .navdrawer-permanent-lg.navdrawer-permanent-clipped, .navdrawer-permanent-lg.navdrawer-permanent-float {
    top: 3.5rem;
  }
  .navdrawer-permanent-lg.navdrawer-permanent-float {
    border-right: 0;
  }
  .navdrawer-permanent-lg.navdrawer-permanent-float.navdrawer-right {
    border-left: 0;
  }
  .navdrawer-permanent-lg.navdrawer-permanent-float .navdrawer-content {
    background-color: transparent;
  }
  .navdrawer-permanent-lg.navdrawer-right {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    right: 0;
    left: auto;
  }
  .navdrawer-permanent-lg.show .navdrawer-content {
    box-shadow: none;
  }
  .navdrawer-permanent-lg .navdrawer-content {
    max-width: none;
    position: absolute;
    transform: translate3d(0, 0, 0);
    width: 100%;
  }
  .navdrawer-persistent-lg {
    right: auto;
    width: 16rem;
    z-index: auto;
  }
  .navdrawer-persistent-lg.navdrawer-persistent-clipped {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: -1px;
    top: 3.5rem;
    z-index: 39;
  }
  .navdrawer-persistent-lg.navdrawer-right {
    right: 0;
    left: auto;
  }
  .navdrawer-persistent-lg.navdrawer-right .navdrawer-content {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  .navdrawer-persistent-lg.show .navdrawer-content {
    box-shadow: none;
  }
  .navdrawer-persistent-lg .navdrawer-content {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    max-width: none;
    position: absolute;
    width: 100%;
  }
  .navdrawer-temporary-lg {
    overflow: visible;
    right: auto;
    width: 16rem;
  }
  .navdrawer-temporary-lg.navdrawer-right {
    right: 0;
    left: auto;
  }
  .navdrawer-temporary-lg .navdrawer-content {
    max-width: none;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .navdrawer-backdrop-permanent-xl {
    display: none;
    transition: none;
  }
  .navdrawer-backdrop-persistent-xl {
    display: none;
    transition: none;
  }
  .navdrawer-backdrop-temporary-xl {
    display: none;
    transition: none;
  }
  .navdrawer-permanent-xl {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    display: block !important;
    right: auto;
    width: 16rem;
    z-index: auto;
  }
  .navdrawer-permanent-xl.navdrawer-permanent-clipped, .navdrawer-permanent-xl.navdrawer-permanent-float {
    top: 3.5rem;
  }
  .navdrawer-permanent-xl.navdrawer-permanent-float {
    border-right: 0;
  }
  .navdrawer-permanent-xl.navdrawer-permanent-float.navdrawer-right {
    border-left: 0;
  }
  .navdrawer-permanent-xl.navdrawer-permanent-float .navdrawer-content {
    background-color: transparent;
  }
  .navdrawer-permanent-xl.navdrawer-right {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    right: 0;
    left: auto;
  }
  .navdrawer-permanent-xl.show .navdrawer-content {
    box-shadow: none;
  }
  .navdrawer-permanent-xl .navdrawer-content {
    max-width: none;
    position: absolute;
    transform: translate3d(0, 0, 0);
    width: 100%;
  }
  .navdrawer-persistent-xl {
    right: auto;
    width: 16rem;
    z-index: auto;
  }
  .navdrawer-persistent-xl.navdrawer-persistent-clipped {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: -1px;
    top: 3.5rem;
    z-index: 39;
  }
  .navdrawer-persistent-xl.navdrawer-right {
    right: 0;
    left: auto;
  }
  .navdrawer-persistent-xl.navdrawer-right .navdrawer-content {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  .navdrawer-persistent-xl.show .navdrawer-content {
    box-shadow: none;
  }
  .navdrawer-persistent-xl .navdrawer-content {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    max-width: none;
    position: absolute;
    width: 100%;
  }
  .navdrawer-temporary-xl {
    overflow: visible;
    right: auto;
    width: 16rem;
  }
  .navdrawer-temporary-xl.navdrawer-right {
    right: 0;
    left: auto;
  }
  .navdrawer-temporary-xl .navdrawer-content {
    max-width: none;
    position: absolute;
    width: 100%;
  }
}
.navdrawer-backdrop-permanent {
  display: none;
  transition: none;
}

.navdrawer-backdrop-persistent {
  display: none;
  transition: none;
}

.navdrawer-backdrop-temporary {
  display: none;
  transition: none;
}

.navdrawer-permanent {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  display: block !important;
  right: auto;
  width: 16rem;
  z-index: auto;
}
.navdrawer-permanent.navdrawer-permanent-clipped, .navdrawer-permanent.navdrawer-permanent-float {
  top: 3.5rem;
}
.navdrawer-permanent.navdrawer-permanent-float {
  border-right: 0;
}
.navdrawer-permanent.navdrawer-permanent-float.navdrawer-right {
  border-left: 0;
}
.navdrawer-permanent.navdrawer-permanent-float .navdrawer-content {
  background-color: transparent;
}
.navdrawer-permanent.navdrawer-right {
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  right: 0;
  left: auto;
}
.navdrawer-permanent.show .navdrawer-content {
  box-shadow: none;
}
.navdrawer-permanent .navdrawer-content {
  max-width: none;
  position: absolute;
  transform: translate3d(0, 0, 0);
  width: 100%;
}

.navdrawer-persistent {
  right: auto;
  width: 16rem;
  z-index: auto;
}
.navdrawer-persistent.navdrawer-persistent-clipped {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: -1px;
  top: 3.5rem;
  z-index: 39;
}
.navdrawer-persistent.navdrawer-right {
  right: 0;
  left: auto;
}
.navdrawer-persistent.navdrawer-right .navdrawer-content {
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.navdrawer-persistent.show .navdrawer-content {
  box-shadow: none;
}
.navdrawer-persistent .navdrawer-content {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  max-width: none;
  position: absolute;
  width: 100%;
}

.navdrawer-temporary {
  overflow: visible;
  right: auto;
  width: 16rem;
}
.navdrawer-temporary.navdrawer-right {
  right: 0;
  left: auto;
}
.navdrawer-temporary .navdrawer-content {
  max-width: none;
  position: absolute;
  width: 100%;
}

.picker {
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
  transition-delay: 675ms;
  transition-duration: 0;
  transition-property: transform;
  z-index: 240;
}
@media (min-width: 600px) {
  .picker {
    transition-delay: 877.5ms;
  }
}
@media (min-width: 1024px) {
  .picker {
    transition-delay: 530ms;
  }
}
.picker.picker-opened {
  overflow-x: hidden;
  overflow-y: auto;
  transform: translate3d(0, 0, 0);
  transition: none;
}

.picker-frame {
  margin: 1rem 1rem;
}

.picker-holder {
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  background-color: rgba(0, 0, 0, 0.32);
  display: flex;
  justify-content: center;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  transition-delay: 375ms;
}
@media (min-width: 600px) {
  .picker-holder {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .picker-holder {
    transition-duration: 280ms;
  }
}
@media (min-width: 600px) {
  .picker-holder {
    transition-delay: 487.5ms;
  }
}
@media (min-width: 1024px) {
  .picker-holder {
    transition-delay: 250ms;
  }
}
.picker-opened .picker-holder {
  opacity: 1;
  transition-delay: 0s;
}

.picker-wrap {
  border-radius: 4px;
  transition-duration: 375ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03125em;
  line-height: 1.5rem;
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  max-width: 18.5rem;
  opacity: 0;
  outline: 0;
  pointer-events: auto;
  position: relative;
  transform: scale(0.87);
}
@media (min-width: 600px) {
  .picker-wrap {
    transition-duration: 487.5ms;
  }
}
@media (min-width: 1024px) {
  .picker-wrap {
    transition-duration: 250ms;
  }
}
@media (orientation: landscape) {
  .picker-wrap {
    display: flex;
    max-width: none;
  }
}
.picker-opened .picker-wrap {
  opacity: 1;
  transform: scale(1);
}

.picker-footer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem 0.5rem;
}
@media (orientation: landscape) {
  .picker-footer {
    border-radius: 0 0 4px 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.picker-footer button {
  flex: 0 1 auto;
  margin-left: 0.5rem;
  min-width: 0;
}
.picker-footer button:first-child {
  margin-left: 0;
}

.picker-header {
  height: 2.5rem;
  line-height: 2.5rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding-right: 3rem;
  padding-left: 3rem;
  position: relative;
  text-align: center;
}
@media (orientation: landscape) {
  .picker-header {
    margin-top: 0.5rem;
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
}

.picker-month,
.picker-year {
  display: inline;
  margin-left: 0.5rem;
}
.picker-month:first-child,
.picker-year:first-child {
  margin-left: 0;
}

.picker-nav-next,
.picker-nav-prev {
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54);
  height: 2.5rem;
  margin-top: -1.25rem;
  position: absolute;
  top: 50%;
  width: 2.5rem;
}
.picker-nav-next, .picker-nav-next[class*=material-icons],
.picker-nav-prev,
.picker-nav-prev[class*=material-icons] {
  line-height: 2.5rem;
}
.picker-nav-next:not(.picker-nav-disabled):hover,
.picker-nav-prev:not(.picker-nav-disabled):hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04));
  cursor: pointer;
}
.picker-nav-next:not(.picker-nav-disabled):active,
.picker-nav-prev:not(.picker-nav-disabled):active {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
}

.picker-nav-next {
  right: 0;
}
.picker-nav-next::before {
  content: "keyboard_arrow_right";
}

.picker-nav-prev {
  right: 2.5rem;
}
.picker-nav-prev::before {
  content: "keyboard_arrow_left";
}

.picker-nav-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.picker-date-display {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #D2232A;
  color: white;
  padding: 1rem 1.5rem;
}
@media (orientation: landscape) {
  .picker-date-display {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    min-width: 9.75rem;
    white-space: nowrap;
  }
}

.picker-date-display-bottom {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.0073529412em;
  line-height: 2.5rem;
  font-weight: 300;
}

.picker-month-display {
  margin-right: 0.5rem;
}

.picker-weekday-display {
  margin-right: 0.5rem;
}
@media (orientation: landscape) {
  .picker-weekday-display {
    display: block;
    margin-right: 0;
  }
}
.picker-weekday-display::after {
  content: ",";
}

.picker-box {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}
@media (orientation: landscape) {
  .picker-box {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}

[class*=pick].form-control[readonly] {
  border-bottom-style: solid;
  color: inherit;
  cursor: pointer;
}
[class*=pick][readonly].form-control:hover, [class*=pick].picker-input-active {
  border-color: rgba(0, 0, 0, 0.87);
}
[class*=pick].form-control[disabled] {
  border-style: dotted;
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}

.picker-day {
  border-radius: 50%;
  cursor: default;
  height: 2.5rem;
  line-height: 2.5rem;
  margin: auto;
  vertical-align: middle;
  width: 2.5rem;
}
@media (orientation: landscape) {
  .picker-day {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
}
.picker-day.picker-day-selected {
  background-color: #D2232A;
  color: white;
}
.picker-day:not(.picker-day-disabled):hover {
  cursor: pointer;
}

.picker-day-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.picker-day-outfocus {
  display: none;
}

.picker-day-today {
  border: 1px solid #a4a4a4;
}

.picker-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0.5rem;
  table-layout: fixed;
}
.picker-table td,
.picker-table th {
  border: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.picker-table th {
  font-weight: inherit;
}

.picker-weekday {
  color: rgba(0, 0, 0, 0.38);
  height: 2.5rem;
  vertical-align: middle;
  width: 2.5rem;
}

.picker-select-month,
.picker-select-year {
  border-radius: 4px;
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
  background-color: rgba(0, 0, 0, 0.12);
  background-image: url('data:image/svg+xml,%3csvg fill="%23000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e');
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border: 0;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  font-size: inherit;
  height: 1.25rem;
  line-height: 1.25rem;
  opacity: 0.7;
  padding: 0 1.25rem 0 0.5rem;
}
@media (min-width: 600px) {
  .picker-select-month,
.picker-select-year {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .picker-select-month,
.picker-select-year {
    transition-duration: 280ms;
  }
}
.picker-select-month:hover, .picker-select-month:focus,
.picker-select-year:hover,
.picker-select-year:focus {
  opacity: 1;
}
.picker-select-month:focus,
.picker-select-year:focus {
  outline: 0;
}

.picker-select-month {
  margin-left: 0.5rem;
}

.progress {
  display: flex;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  z-index: 1;
  /* @include font-size($progress-font-size);
  background-color: $progress-bg; */
}

.progress-bar {
  border-bottom: 0.25rem solid #D2232A;
  transition: width 250ms cubic-bezier(0.4, 0, 0.6, 1);
  will-change: width;
}
.progress-bar.bg-primary {
  background-color: transparent !important;
  border-bottom-color: #D2232A;
}
.progress-bar.bg-primary::after {
  background-color: #FF9D8B;
}
.progress-bar.bg-secondary {
  background-color: transparent !important;
  border-bottom-color: #FDD117;
}
.progress-bar.bg-secondary::after {
  background-color: #FCD11A;
}
.progress-bar.bg-danger {
  background-color: transparent !important;
  border-bottom-color: #f44336;
}
.progress-bar.bg-danger::after {
  background-color: #ffcdd2;
}
.progress-bar.bg-info {
  background-color: transparent !important;
  border-bottom-color: #673ab7;
}
.progress-bar.bg-info::after {
  background-color: #e1bee7;
}
.progress-bar.bg-success {
  background-color: transparent !important;
  border-bottom-color: #4caf50;
}
.progress-bar.bg-success::after {
  background-color: #a5d6a7;
}
.progress-bar.bg-warning {
  background-color: transparent !important;
  border-bottom-color: #ffeb3b;
}
.progress-bar.bg-warning::after {
  background-color: #fff59d;
}
.progress-bar.bg-dark {
  background-color: transparent !important;
  border-bottom-color: #424242;
}
.progress-bar.bg-dark::after {
  background-color: #757575;
}
.progress-bar.bg-light {
  background-color: transparent !important;
  border-bottom-color: #f5f5f5;
}
.progress-bar.bg-light::after {
  background-color: #fafafa;
}
.progress-bar::after {
  background-color: #e6e6e6;
  content: "";
  height: 0.25rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.progress-bar-animated::before {
  animation-direction: reverse;
  animation-duration: 300ms;
  animation-iteration-count: infinite;
  animation-name: progress-bar-animation;
  animation-timing-function: linear;
}
@media (min-width: 600px) {
  .progress-bar-animated::before {
    animation-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .progress-bar-animated::before {
    animation-duration: 280ms;
  }
}

.progress-bar-animated,
.progress-bar-striped {
  box-sizing: content-box;
  position: relative;
}
.progress-bar-animated.bg-primary::before,
.progress-bar-striped.bg-primary::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #FF9D8B, #FF9D8B 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #FF9D8B, #FF9D8B 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #FF9D8B, #FF9D8B 0.125rem, transparent 0.125rem, transparent 100%);
}
.progress-bar-animated.bg-secondary::before,
.progress-bar-striped.bg-secondary::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #FCD11A, #FCD11A 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #FCD11A, #FCD11A 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #FCD11A, #FCD11A 0.125rem, transparent 0.125rem, transparent 100%);
}
.progress-bar-animated.bg-danger::before,
.progress-bar-striped.bg-danger::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #ffcdd2, #ffcdd2 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #ffcdd2, #ffcdd2 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #ffcdd2, #ffcdd2 0.125rem, transparent 0.125rem, transparent 100%);
}
.progress-bar-animated.bg-info::before,
.progress-bar-striped.bg-info::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #e1bee7, #e1bee7 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #e1bee7, #e1bee7 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #e1bee7, #e1bee7 0.125rem, transparent 0.125rem, transparent 100%);
}
.progress-bar-animated.bg-success::before,
.progress-bar-striped.bg-success::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #a5d6a7, #a5d6a7 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #a5d6a7, #a5d6a7 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #a5d6a7, #a5d6a7 0.125rem, transparent 0.125rem, transparent 100%);
}
.progress-bar-animated.bg-warning::before,
.progress-bar-striped.bg-warning::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #fff59d, #fff59d 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #fff59d, #fff59d 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #fff59d, #fff59d 0.125rem, transparent 0.125rem, transparent 100%);
}
.progress-bar-animated.bg-dark::before,
.progress-bar-striped.bg-dark::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #757575, #757575 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #757575, #757575 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #757575, #757575 0.125rem, transparent 0.125rem, transparent 100%);
}
.progress-bar-animated.bg-light::before,
.progress-bar-striped.bg-light::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #fafafa, #fafafa 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #fafafa, #fafafa 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #fafafa, #fafafa 0.125rem, transparent 0.125rem, transparent 100%);
}
.progress-bar-animated::after,
.progress-bar-striped::after {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  right: -1.5rem;
  bottom: -0.25rem;
}
.progress-bar-animated::before,
.progress-bar-striped::before {
  background-image: repeating-radial-gradient(0.125rem 0.125rem, #e6e6e6, #e6e6e6 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #e6e6e6, #e6e6e6 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #e6e6e6, #e6e6e6 0.125rem, transparent 0.125rem, transparent 100%);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 0.75rem 0.75rem;
  content: "";
  display: block;
  height: 0.25rem;
  position: absolute;
  right: -100vw;
  bottom: -0.25rem;
  left: 0;
  z-index: -1;
}

@keyframes progress-bar-animation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0.75rem 0;
  }
}
.progress-bar-indeterminate {
  border-bottom-color: #e6e6e6;
  position: relative;
  width: 100%;
}
.progress-bar-indeterminate.bg-primary {
  border-bottom-color: #FF9D8B;
}
.progress-bar-indeterminate.bg-primary::after, .progress-bar-indeterminate.bg-primary::before {
  background-color: #D2232A;
}
.progress-bar-indeterminate.bg-primary::before {
  background-image: none;
}
.progress-bar-indeterminate.bg-secondary {
  border-bottom-color: #FCD11A;
}
.progress-bar-indeterminate.bg-secondary::after, .progress-bar-indeterminate.bg-secondary::before {
  background-color: #FDD117;
}
.progress-bar-indeterminate.bg-secondary::before {
  background-image: none;
}
.progress-bar-indeterminate.bg-danger {
  border-bottom-color: #ffcdd2;
}
.progress-bar-indeterminate.bg-danger::after, .progress-bar-indeterminate.bg-danger::before {
  background-color: #f44336;
}
.progress-bar-indeterminate.bg-danger::before {
  background-image: none;
}
.progress-bar-indeterminate.bg-info {
  border-bottom-color: #e1bee7;
}
.progress-bar-indeterminate.bg-info::after, .progress-bar-indeterminate.bg-info::before {
  background-color: #673ab7;
}
.progress-bar-indeterminate.bg-info::before {
  background-image: none;
}
.progress-bar-indeterminate.bg-success {
  border-bottom-color: #a5d6a7;
}
.progress-bar-indeterminate.bg-success::after, .progress-bar-indeterminate.bg-success::before {
  background-color: #4caf50;
}
.progress-bar-indeterminate.bg-success::before {
  background-image: none;
}
.progress-bar-indeterminate.bg-warning {
  border-bottom-color: #fff59d;
}
.progress-bar-indeterminate.bg-warning::after, .progress-bar-indeterminate.bg-warning::before {
  background-color: #ffeb3b;
}
.progress-bar-indeterminate.bg-warning::before {
  background-image: none;
}
.progress-bar-indeterminate.bg-dark {
  border-bottom-color: #757575;
}
.progress-bar-indeterminate.bg-dark::after, .progress-bar-indeterminate.bg-dark::before {
  background-color: #424242;
}
.progress-bar-indeterminate.bg-dark::before {
  background-image: none;
}
.progress-bar-indeterminate.bg-light {
  border-bottom-color: #fafafa;
}
.progress-bar-indeterminate.bg-light::after, .progress-bar-indeterminate.bg-light::before {
  background-color: #f5f5f5;
}
.progress-bar-indeterminate.bg-light::before {
  background-image: none;
}
.progress-bar-indeterminate::after, .progress-bar-indeterminate::before {
  border-radius: 0.25rem;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-color: #D2232A;
  width: 0%;
}
.progress-bar-indeterminate::after {
  animation-name: progress-bar-indeterminate-after;
  bottom: -0.25rem;
  z-index: 0;
}
.progress-bar-indeterminate::before {
  animation-name: progress-bar-indeterminate-before;
  content: "";
  height: 0.25rem;
  position: absolute;
  bottom: -0.25rem;
  z-index: 0;
}

@keyframes progress-bar-indeterminate-after {
  0% {
    left: 0%;
    width: 0%;
  }
  50% {
    left: 25%;
    width: 75%;
  }
  75% {
    left: 100%;
    width: 0%;
  }
}
@keyframes progress-bar-indeterminate-before {
  0%, 62.5% {
    left: 0%;
    width: 0%;
  }
  71.875% {
    left: 0%;
    width: 25%;
  }
  81.25% {
    left: 25%;
    width: 50%;
  }
  100% {
    left: 100%;
    width: 25%;
  }
}
.spinner-border {
  animation: spinner-border 1.333s linear infinite;
  border: 0.25rem solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
  height: 2.5rem;
  vertical-align: text-bottom;
  width: 2.5rem;
}

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

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

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

.progress-circular {
  height: 2.5rem;
  position: relative;
  width: 2.5rem;
}

.progress-circular-gap {
  border-top: 0.125rem solid #D2232A;
  position: absolute;
  top: 0;
  right: 1.1875rem;
  bottom: 0;
  left: 1.1875rem;
}

.progress-circular-inner {
  animation: progress-circular-inner-rotate 5.332s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  height: 2.5rem;
  position: relative;
  width: 2.5rem;
}

.progress-circular-left,
.progress-circular-right {
  height: 2.5rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1.25rem;
}

.progress-circular-left {
  left: 0;
}

.progress-circular-right {
  right: 0;
}

.progress-circular-spinner {
  border: 0.25rem solid #D2232A;
  border-bottom-color: transparent;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  top: 0;
  width: 2.5rem;
}
.progress-circular-left .progress-circular-spinner {
  animation: progress-circular-spinner-left 1.333s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  border-right-color: transparent;
  left: 0;
}
.progress-circular-right .progress-circular-spinner {
  animation: progress-circular-spinner-right 1.333s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  border-left-color: transparent;
  right: 0;
}

.progress-circular-wrapper {
  animation: spinner-border 2.666s linear infinite;
}

@keyframes progress-circular-inner-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
@keyframes progress-circular-spinner-left {
  0%, 100% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
@keyframes progress-circular-spinner-right {
  0%, 100% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.progress-circular-primary .progress-circular-gap,
.progress-circular-primary .progress-circular-spinner {
  border-top-color: #D2232A;
}
.progress-circular-primary .progress-circular-left .progress-circular-spinner {
  border-left-color: #D2232A;
}
.progress-circular-primary .progress-circular-right .progress-circular-spinner {
  border-right-color: #D2232A;
}

.progress-circular-secondary .progress-circular-gap,
.progress-circular-secondary .progress-circular-spinner {
  border-top-color: #FDD117;
}
.progress-circular-secondary .progress-circular-left .progress-circular-spinner {
  border-left-color: #FDD117;
}
.progress-circular-secondary .progress-circular-right .progress-circular-spinner {
  border-right-color: #FDD117;
}

.progress-circular-danger .progress-circular-gap,
.progress-circular-danger .progress-circular-spinner {
  border-top-color: #f44336;
}
.progress-circular-danger .progress-circular-left .progress-circular-spinner {
  border-left-color: #f44336;
}
.progress-circular-danger .progress-circular-right .progress-circular-spinner {
  border-right-color: #f44336;
}

.progress-circular-info .progress-circular-gap,
.progress-circular-info .progress-circular-spinner {
  border-top-color: #673ab7;
}
.progress-circular-info .progress-circular-left .progress-circular-spinner {
  border-left-color: #673ab7;
}
.progress-circular-info .progress-circular-right .progress-circular-spinner {
  border-right-color: #673ab7;
}

.progress-circular-success .progress-circular-gap,
.progress-circular-success .progress-circular-spinner {
  border-top-color: #4caf50;
}
.progress-circular-success .progress-circular-left .progress-circular-spinner {
  border-left-color: #4caf50;
}
.progress-circular-success .progress-circular-right .progress-circular-spinner {
  border-right-color: #4caf50;
}

.progress-circular-warning .progress-circular-gap,
.progress-circular-warning .progress-circular-spinner {
  border-top-color: #ffeb3b;
}
.progress-circular-warning .progress-circular-left .progress-circular-spinner {
  border-left-color: #ffeb3b;
}
.progress-circular-warning .progress-circular-right .progress-circular-spinner {
  border-right-color: #ffeb3b;
}

.progress-circular-dark .progress-circular-gap,
.progress-circular-dark .progress-circular-spinner {
  border-top-color: #424242;
}
.progress-circular-dark .progress-circular-left .progress-circular-spinner {
  border-left-color: #424242;
}
.progress-circular-dark .progress-circular-right .progress-circular-spinner {
  border-right-color: #424242;
}

.progress-circular-light .progress-circular-gap,
.progress-circular-light .progress-circular-spinner {
  border-top-color: #f5f5f5;
}
.progress-circular-light .progress-circular-left .progress-circular-spinner {
  border-left-color: #f5f5f5;
}
.progress-circular-light .progress-circular-right .progress-circular-spinner {
  border-right-color: #f5f5f5;
}

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

.custom-control-inline {
  align-items: center;
  display: inline-flex;
  margin-right: 1.5rem;
}
.custom-control-inline + .custom-control-inline {
  margin-top: 0;
}

.custom-control-label {
  color: inherit;
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0.0178571429em;
  line-height: 1.5rem;
  margin-bottom: 0;
  user-select: none;
  vertical-align: middle;
}
.custom-control-label::before {
  transition: background-color, opacity, transform 100ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: currentColor;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54);
  content: "";
  height: 3rem;
  margin-top: -0.75rem;
  margin-left: -0.75rem;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.87, 0.87) translateZ(0);
  width: 3rem;
}
.custom-control-label::after {
  color: rgba(0, 0, 0, 0.54);
  position: absolute;
  top: 0rem;
  left: 0;
}

.custom-control-input {
  height: 1.25rem;
  opacity: 0;
  position: absolute;
  left: 0;
  width: 1rem;
  z-index: -1;
}
.custom-control-input:not([disabled]):hover ~ .custom-control-label {
  cursor: pointer;
}
.custom-control-input:active ~ .custom-control-label::before, .custom-control-input.focus ~ .custom-control-label::before {
  opacity: 0.12;
  transform: scale(1, 1) translateZ(0);
}
.custom-control-input:checked ~ .custom-control-label::after {
  color: #D2232A;
  opacity: 1;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #D2232A;
}
.custom-control-input[disabled] ~ .custom-control-label {
  color: rgba(0, 0, 0, 0.38);
}
.custom-control-input[disabled] ~ .custom-control-label::after {
  filter: saturate(0);
  opacity: 0.26;
}
.custom-control-input[disabled] ~ .custom-control-label::before {
  display: none;
}

.custom-checkbox .custom-control-label::after, .form-group.check_boxes > .custom-control .custom-control-label::after,
.form-group.enum_check_boxes > .custom-control .custom-control-label::after {
  content: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" opacity="0.54"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/%3e%3c/svg%3e');
}
.custom-checkbox .custom-control-input, .form-group.check_boxes > .custom-control .custom-control-input,
.form-group.enum_check_boxes > .custom-control .custom-control-input {
  /* &:indeterminate:disabled ~ .custom-control-label::after {
    opacity: 0.26;
  } */
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .form-group.check_boxes > .custom-control .custom-control-input:checked ~ .custom-control-label::after,
.form-group.enum_check_boxes > .custom-control .custom-control-input:checked ~ .custom-control-label::after {
  content: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23D2232A"%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3cpath d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/%3e%3c/svg%3e');
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, .form-group.check_boxes > .custom-control .custom-control-input:indeterminate ~ .custom-control-label::after,
.form-group.enum_check_boxes > .custom-control .custom-control-input:indeterminate ~ .custom-control-label::after {
  content: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px"%3e%3cg%3e%3crect fill="none" height="24" width="24"/%3e%3c/g%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d="M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3z M17,13H7v-2h10V13z"/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e');
}

.custom-radio .custom-control-label::after, .form-group.radio_buttons > .custom-control .custom-control-label::after,
.form-group.enum_radio_buttons > .custom-control .custom-control-label::after {
  font-size: 1.5rem;
  line-height: 1.5rem;
  vertical-align: -0.3626373626em;
  font-family: "Material Icons";
  font-family: var(--font-family-material-icons);
  font-feature-settings: "liga";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: "radio_button_unchecked";
  line-height: 1;
  vertical-align: middle;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after, .form-group.radio_buttons > .custom-control .custom-control-input:checked ~ .custom-control-label::after,
.form-group.enum_radio_buttons > .custom-control .custom-control-input:checked ~ .custom-control-label::after {
  content: "radio_button_checked";
}

.custom-switch {
  align-items: center;
  display: flex;
  flex-grow: 1;
  padding-left: 36px;
}
.custom-switch .custom-control-label {
  flex: 1;
  /* &:active::before {
    opacity: 1;
  } */
}
.custom-switch .custom-control-label::before {
  background-color: #000;
  border-radius: 0.4375rem;
  content: "";
  height: 0.875rem;
  opacity: 0.38;
  pointer-events: all;
  position: absolute;
  top: 15px;
  transform: none;
  transition: background-color 90ms cubic-bezier(0.4, 0, 0.2, 1), transform 90ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 2rem;
  will-change: background-color, transform;
}
.custom-switch .custom-control-label::after {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  content: "";
  height: 1.25rem;
  position: absolute;
  left: -1rem;
  transform: translateX(0);
  transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 90ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 1.25rem;
  will-change: box-shadow, transform;
}
.custom-switch .custom-control-input:active ~ .custom-control-label::before {
  opacity: 0.38;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #D2232A;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #D2232A;
  transform: translateX(1.25rem);
}
.custom-switch .custom-control-input:not(:checked):not(:disabled) ~ .custom-control-label:hover::after {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 0 0 0.875rem rgba(0, 0, 0, 0.04);
}
.custom-switch .custom-control-input:checked:not(:disabled) ~ .custom-control-label:hover::after {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 0 0 0.875rem rgba(210, 35, 42, 0.12);
}
.custom-switch .custom-control-input:not(:checked):focus ~ .custom-control-label::after {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 0 0 0.875rem rgba(0, 0, 0, 0.08);
}
.custom-switch .custom-control-input:checked:focus ~ .custom-control-label::after {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 0 0 0.875rem rgba(210, 35, 42, 0.12);
}
.custom-switch .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e0e0e0;
  display: block;
}
.custom-switch .custom-control-input:disabled ~ .custom-control-label::after {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.07), 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.04);
}
.custom-switch .custom-control-input:checked:disabled ~ .custom-control-label::before {
  background-color: rgba(247, 214, 216, 0.8252);
}
.custom-switch .custom-control-input:checked:disabled ~ .custom-control-label::after {
  background-color: #eeabae;
}

.custom-range {
  appearance: none;
  background-color: transparent;
  height: 3rem;
  padding: 0;
  width: 100%;
}
.custom-range:hover {
  cursor: pointer;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:active {
  outline: 0;
}
.custom-range:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 0 0 0.875rem rgba(210, 35, 42, 0.24);
}
.custom-range:active::-moz-range-thumb {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 0 0 0.875rem rgba(210, 35, 42, 0.24);
}
.custom-range:active::-ms-thumb {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 0 0 0.875rem rgba(210, 35, 42, 0.24);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  background-color: #D2232A;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2);
  height: 1.25rem;
  transition: box-shadow 100ms ease-out;
  width: 1.25rem;
  appearance: none;
  margin-top: -0.5rem;
}
.custom-range::-webkit-slider-thumb:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 0 0 0.875rem rgba(210, 35, 42, 0.12);
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #D2232A;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 0 0 0.875rem rgba(210, 35, 42, 0.24);
}
.custom-range::-webkit-slider-runnable-track {
  background-color: rgba(210, 35, 42, 0.24);
  border-color: transparent;
  border-radius: 0.125rem;
  color: transparent;
  height: 0.25rem;
  width: 100%;
}
.custom-range::-moz-range-thumb {
  background-color: #D2232A;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2);
  height: 1.25rem;
  transition: box-shadow 100ms ease-out;
  width: 1.25rem;
  -moz-appearance: none;
}
.custom-range::-moz-range-thumb:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 0 0 0.875rem rgba(210, 35, 42, 0.12);
}
.custom-range::-moz-range-thumb:active {
  background-color: #D2232A;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 0 0 0.875rem rgba(210, 35, 42, 0.24);
}
.custom-range::-moz-range-track {
  background-color: rgba(210, 35, 42, 0.24);
  border-color: transparent;
  border-radius: 0.125rem;
  color: transparent;
  height: 0.25rem;
  width: 100%;
}
.custom-range::-moz-range-progress {
  background-color: #D2232A;
  border-radius: 0.1875rem;
  height: 0.375rem;
}
.custom-range::-ms-thumb {
  background-color: #D2232A;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2);
  height: 1.25rem;
  transition: box-shadow 100ms ease-out;
  width: 1.25rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}
.custom-range::-ms-thumb:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 0 0 0.875rem rgba(210, 35, 42, 0.12);
}
.custom-range::-ms-thumb:active {
  background-color: #D2232A;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 0 0 0.875rem rgba(210, 35, 42, 0.24);
}
.custom-range::-ms-track {
  background-color: rgba(210, 35, 42, 0.24);
  border-color: transparent;
  border-radius: 0.125rem;
  color: transparent;
  height: 0.25rem;
  width: 100%;
  background-color: transparent;
}
.custom-range::-ms-fill-lower {
  background-color: #D2232A;
  border-radius: 0.1875rem;
  height: 0.375rem;
}
.custom-range::-ms-fill-upper {
  background-color: rgba(210, 35, 42, 0.24);
  border-radius: 0.125rem;
  margin-right: 15px;
}
.custom-range:disabled {
  cursor: default;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #8c8c8c;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2);
}
.custom-range:disabled::-webkit-slider-runnable-track {
  background-color: #d7d7d7;
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb, .custom-range:disabled:hover::-moz-range-thumb {
  background-color: #8c8c8c;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2);
}
.custom-range:disabled::-moz-range-track {
  background-color: #d7d7d7;
  cursor: default;
}
.custom-range:disabled::-moz-range-progress {
  background-color: #8c8c8c;
}
.custom-range:disabled::-ms-thumb {
  background-color: #8c8c8c;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2);
}
.custom-range:disabled::-ms-fill-lower {
  background-color: #8c8c8c;
}
.custom-range:disabled::-ms-fill-upper {
  background-color: #d7d7d7;
  cursor: default;
}

.toast-container {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0.5rem;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 239;
}

.toast {
  background-color: #333333;
  border-radius: 4px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.87);
  flex: 0 0 auto;
  letter-spacing: 0.0178571429em;
  line-height: 1.25rem;
  max-width: 42rem;
  min-width: 21.5rem;
  opacity: 0;
  padding: 0.875rem 1rem;
  transform: scale(0.8);
  transition: opacity 0.15s cubic-bezier(0, 0, 0.2, 1), transform 0.15s cubic-bezier(0, 0, 0.2, 1);
  will-change: opacity, transform;
  z-index: 240;
}
.toast.show {
  display: block;
  opacity: 1;
  transform: scale(1);
}
.toast.hide {
  display: none;
}
.toast .close {
  align-items: flex-start;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.87);
  display: flex;
  height: 36px;
  justify-content: center;
  line-height: 0;
  margin-right: 1rem;
  padding: 9px;
  width: 36px;
}
.toast .btn, .toast .card-link {
  background-color: transparent;
  box-shadow: none;
  color: #FF9D8B;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  padding: 0 0.5rem;
}
.toast .btn:first-of-type, .toast .card-link:first-of-type {
  margin-left: auto;
}
.toast .btn:last-of-type, .toast .card-link:last-of-type {
  margin-right: -0.5rem;
}
.toast .btn:hover, .toast .card-link:hover,
.toast .close:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.toast .btn:active, .toast .card-link:active,
.toast .close:active {
  background-color: rgba(255, 255, 255, 0.32);
}

.toast-header,
.toast-body {
  align-items: center;
  display: flex;
}

.toast-header + .toast-body {
  padding-top: 1rem;
}

.stepper {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
  padding: 1.5rem 1.5rem;
  position: relative;
}
.stepper::after, .stepper::before {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  content: "";
  position: absolute;
}
.stepper:first-child::before {
  display: none;
}
.stepper:last-child::after {
  display: none;
}

.stepper-horiz {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}
.stepper-horiz::before {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  left: 1.5rem;
}
.stepper-horiz .stepper::after, .stepper-horiz .stepper::before {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  top: 50%;
  width: 1rem;
}
.stepper-horiz .stepper::after {
  right: 0;
}
.stepper-horiz .stepper::before {
  left: 0;
}

.stepper-vert {
  background-color: #fff;
  position: relative;
}
.stepper-vert .stepper::after, .stepper-vert .stepper::before {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  height: 1rem;
  left: 2.25rem;
}
.stepper-vert .stepper::after {
  bottom: 0;
}
.stepper-vert .stepper::before {
  top: 0;
}

.stepper-icon {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 50%;
  color: white;
  display: inline-flex;
  font-size: 0.75rem;
  height: 1.5rem;
  justify-content: center;
  margin-right: 0.5rem;
  position: relative;
  width: 1.5rem;
}
.stepper.active .stepper-icon, .stepper.done .stepper-icon {
  background-color: #D2232A;
  color: white;
}
.stepper-icon i,
.stepper-icon [class*=material-icons] {
  font-size: 1rem;
}

.stepper-text {
  color: rgba(0, 0, 0, 0.38);
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
}
.stepper.active .stepper-text, .stepper.done .stepper-text {
  color: rgba(0, 0, 0, 0.87);
}
.stepper.active .stepper-text {
  font-weight: 500;
}

.nav-tabs {
  flex-wrap: nowrap;
  width: 100%;
}
.nav-tabs.nav-inverse .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.nav-tabs.nav-inverse .nav-link.active {
  color: #fff;
}
.nav-tabs.nav-inverse .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.nav-tabs.nav-inverse .nav-link:focus {
  background-color: rgba(255, 255, 255, 0.24);
}
.nav-tabs.nav-inverse .nav-link:active {
  background-color: rgba(255, 255, 255, 0.32);
}
.nav-tabs.nav-inverse .nav-link::before {
  background-color: #fff;
}
.nav-tabs .nav-link {
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: background-color, color, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  background-color: transparent;
  border: none;
  color: rgba(0, 0, 0, 0.54);
  display: flex;
  flex: 1 0 auto;
  font-size: 0.875rem;
  font-weight: 500;
  height: 3rem;
  justify-content: center;
  letter-spacing: 0.0892857143em;
  line-height: 2.25rem;
  max-width: 22.5rem;
  padding: 0 1rem;
  position: relative;
  text-transform: uppercase;
  /* &:active {
    background-color: rgba(selection-theme-color(), $overlay-pressed-white-opacity);
    color: selection-theme-color(); // testing ripple
    opacity: 1;
  } */
}
@media (min-width: 600px) {
  .nav-tabs .nav-link {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .nav-tabs .nav-link {
    transition-duration: 280ms;
  }
}
@media (min-width: 1600px) {
  .nav-tabs .nav-link {
    padding: 0 1.5rem;
  }
}
.nav-tabs .nav-link::before {
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #D2232A;
  content: "";
  height: 0.125rem;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 600px) {
  .nav-tabs .nav-link::before {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .nav-tabs .nav-link::before {
    transition-duration: 280ms;
  }
}
.nav-tabs .nav-link:hover {
  background-color: rgba(210, 35, 42, 0.04);
  isolation: isolate;
}
.nav-tabs .nav-link:focus {
  background-color: rgba(210, 35, 42, 0.12);
  isolation: isolate;
}
.nav-tabs .nav-link.flex-column {
  height: 4.5rem;
}
.nav-tabs .nav-link.flex-column i,
.nav-tabs .nav-link.flex-column [class*=material-icons] {
  margin: 0.75rem 0 -3px;
}
.nav-tabs .nav-link.active {
  color: #D2232A;
}
.nav-tabs .nav-link.active::before {
  opacity: 1;
}
.nav-tabs .nav-link.disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  opacity: 1;
}
.nav-tabs .nav-link i,
.nav-tabs .nav-link [class*=material-icons] {
  margin-right: 0.5rem;
}
.nav-tabs .nav-item.show .nav-link {
  background-color: rgba(0, 0, 0, 0.12);
}

.nav-tabs-material {
  position: relative;
}
.nav-tabs-material.animate .nav-link::before {
  opacity: 0;
}
.nav-tabs-material.animate .nav-tabs-indicator {
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: left, right 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 600px) {
  .nav-tabs-material.animate .nav-tabs-indicator {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .nav-tabs-material.animate .nav-tabs-indicator {
    transition-duration: 280ms;
  }
}
.nav-tabs-material.nav-inverse .nav-tabs-indicator {
  background-color: #fff;
}
.nav-tabs-material .nav-link {
  min-width: 5.625rem;
}
.nav-tabs-material .nav-link::before {
  transition: none;
}
.nav-tabs-material .nav-tabs-indicator {
  background-color: #D2232A;
  display: none;
  height: 0.125rem;
  position: absolute;
  bottom: 0;
}
.nav-tabs-material .nav-tabs-indicator.show {
  display: block;
}
.nav-tabs-scrollable .nav-tabs-material .nav-tabs-indicator {
  bottom: 3rem;
}

.nav-tabs-scrollable .nav-tabs {
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  padding-left: 2.5rem;
}

fieldset {
  border: 0;
  margin-bottom: 1.5rem;
  padding: 0;
}

legend {
  margin-bottom: 0.5rem;
}

.form-control-file, .custom-select, .form-control {
  background-clip: padding-box;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.12);
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  box-shadow: none;
  caret-color: #D2232A;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 1rem;
  letter-spacing: 0.009375em;
  line-height: 1.5;
  padding: 0.375rem 0 calc(0.375rem - 1px);
  transition: border-color 15ms linear, box-shadow 180ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.form-control-file::-ms-expand, .custom-select::-ms-expand, .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control-file::placeholder, .custom-select::placeholder, .form-control::placeholder {
  color: rgba(0, 0, 0, 0.54);
  opacity: 1; /* needed for Firefox */
}
.form-control-file:disabled, .custom-select:disabled, .form-control:disabled, [readonly].form-control-file, [readonly].custom-select, [readonly].form-control {
  border-style: dotted;
  color: rgba(0, 0, 0, 0.38);
  opacity: 1;
}
.form-control-file:disabled:hover, .custom-select:disabled:hover, .form-control:disabled:hover, .form-control-file:disabled:focus, .custom-select:disabled:focus, .form-control:disabled:focus, [readonly].form-control-file:hover, [readonly].custom-select:hover, [readonly].form-control:hover, [readonly].form-control-file:focus, [readonly].custom-select:focus, [readonly].form-control:focus {
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: none;
}
.form-control-file:hover, .custom-select:hover, .form-control:hover {
  border-color: rgba(0, 0, 0, 0.87);
}
.form-control-file:focus, .custom-select:focus, .form-control:focus {
  border-color: #D2232A;
  box-shadow: inset 0 -2px 0 -1px #D2232A;
  outline: 0;
}
.form-control-file:invalid:required, .custom-select:invalid:required, .form-control:invalid:required {
  outline: 0;
}

.form-control[type=file] {
  max-height: 2.25rem;
}

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

.form-control-lg {
  font-size: 2.125rem;
  line-height: 1.176471;
  padding: 0.6249995625rem 0 calc(0.6249995625rem - 1px);
}
.form-control-lg[type=file] {
  max-height: 3.75rem;
}

.form-control-sm {
  font-size: 0.8125rem;
  line-height: 1.538462;
  padding: 0.3749998125rem 0 calc(0.3749998125rem - 1px);
}
.form-control-sm[type=file] {
  max-height: 2rem;
}

select.form-control, select.custom-select {
  appearance: none;
  background: url('data:image/svg+xml,%3csvg fill="%23000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3c/svg%3e') 100% 50%/1.5em 1.5em no-repeat;
  padding-right: 1.5em;
  transition: background-image 180ms;
}
select[multiple].form-control, select[multiple].custom-select, select[size].form-control:not([size="1"]), select[size].custom-select:not([size="1"]) {
  background-image: none;
}

textarea.form-control:not([rows="1"]), select.form-control[multiple], select.form-control[size]:not([size="1"]), select.custom-select[multiple], select.custom-select[size]:not([size="1"]) {
  background-image: none !important;
  border-color: rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  border-width: 1px;
  min-height: 3.5rem;
  padding: calc(1rem - 1px) 1rem;
}
textarea.form-control:hover:not([rows="1"]), select.form-control[multiple]:hover, select.form-control[size]:hover:not([size="1"]), select.custom-select[multiple]:hover, select.custom-select[size]:hover:not([size="1"]) {
  border-color: rgba(0, 0, 0, 0.87);
}
textarea.form-control:focus:not([rows="1"]), select.form-control[multiple]:focus, select.form-control[size]:focus:not([size="1"]), select.custom-select[multiple]:focus, select.custom-select[size]:focus:not([size="1"]) {
  border-color: #D2232A;
  box-shadow: inset 2px 2px 0 -1px #D2232A, inset -2px -2px 0 -1px #D2232A;
}

select.form-control[multiple], select.form-control[size]:not([size="1"]), select.custom-select[multiple], select.custom-select[size]:not([size="1"]) {
  padding: 0.5rem 0;
}
select.form-control[multiple] option, select.form-control[size]:not([size="1"]) option, select.custom-select[multiple] option, select.custom-select[size]:not([size="1"]) option {
  padding: 0 1.5rem;
}
select.form-control option, select.custom-select option {
  align-items: center;
  display: flex;
  font-size: 1rem;
  height: 3rem;
  letter-spacing: 0.009375em;
}
select.form-control option:hover, select.custom-select option:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
select.form-control option:active, select.custom-select option:active {
  background-color: rgba(0, 0, 0, 0.12) !important;
}
select.form-control:-moz-focusring, select.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.87);
}
select.form-control:focus, select.custom-select:focus {
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg fill="%23D2232A" transform="rotate(180)" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3canimateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 0 0" to="180 0 0" dur="250ms"/%3e%3c/svg%3e');
}
select.form-control-lg[multiple], select.form-control-lg[size]:not([size="1"]) {
  padding: calc(0.8749995625rem - 1px) 1rem;
}
select.form-control-sm[multiple], select.form-control-sm[size]:not([size="1"]) {
  padding: calc(0.7499998125rem - 1px) 0.75rem;
}

textarea.form-control {
  min-height: 2.25rem;
}
textarea.form-control-lg {
  min-height: 3.75rem;
}
textarea.form-control-lg:not([rows="1"]) {
  min-height: 4.25rem;
  padding: calc(0.8749995625rem - 1px) 1rem;
}
textarea.form-control-sm {
  min-height: 2rem;
}
textarea.form-control-sm:not([rows="1"]) {
  min-height: 2.75rem;
  padding: calc(0.7499998125rem - 1px) 0.75rem;
}

.custom-file {
  display: inline-block;
  height: 2.25rem;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}

.custom-file-input {
  height: 2.25rem;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}
.custom-file-input:hover ~ .custom-file-label, .custom-file-input:focus ~ .custom-file-label {
  border-bottom-color: #D2232A;
  box-shadow: inset 0 -2px 0 -1px #D2232A;
}

.custom-file-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: border-color, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.38);
  font-size: 1rem;
  height: 2.25rem;
  line-height: 1.5;
  overflow: hidden;
  padding: 0.375rem 2.25rem calc(0.375rem - 1px) 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 600px) {
  .custom-file-label {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .custom-file-label {
    transition-duration: 280ms;
  }
}
.custom-file-label::after {
  font-size: 1.5rem;
  line-height: 1.5rem;
  vertical-align: -0.3626373626em;
  font-family: "Material Icons";
  font-family: var(--font-family-material-icons);
  font-feature-settings: "liga";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icon-tabler-paperclip"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M15 7v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h1m8 0h1a2 2 0 0 1 2 2v1m0 8v1a2 2 0 0 1 -2 2h-1m-8 0h-1a2 2 0 0 1 -2 -2v-1m0 -8v-1a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2z" /></svg>');
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.custom-select {
  /* @extend %form-select;

  &[multiple],
  &[size]:not([size='1']) {
    @extend %form-textarea;
  } */
}

.custom-select-sm {
  font-size: 0.8125rem;
  line-height: 1.538462;
  padding: 0.3749998125rem 1.5em calc(0.3749998125rem - 1px) 0;
}
.custom-select-sm[multiple], .custom-select-sm[size]:not([size="1"]) {
  padding: calc(0.7499998125rem - 1px) 0.75rem;
}

.custom-select-lg {
  font-size: 2.125rem;
  line-height: 1.176471;
  padding: 0.6249995625rem 1.5em calc(0.6249995625rem - 1px) 0;
}
.custom-select-lg[multiple], .custom-select-lg[size]:not([size="1"]) {
  padding: calc(0.8749995625rem - 1px) 1rem;
}

.form-control-file {
  max-height: 2.25rem;
}

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

[class*=valid-feedback] {
  display: none;
  width: 100%;
}

.valid-feedback {
  color: #4caf50;
}

.valid-tooltip {
  border-radius: 4px;
  background-color: #4caf50;
  color: white;
  display: none;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.5rem;
  max-width: 100%;
  opacity: 0.9;
  padding: 0 1rem;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  word-break: break-word;
  z-index: 240;
}
@media (min-width: 840px) {
  .valid-tooltip {
    font-size: 0.625rem;
    padding: 0 0.5rem;
  }
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}
.form-control-lg + .valid-tooltip {
  margin-top: 0.75rem;
}
.form-control-sm + .valid-tooltip {
  margin-top: 0.25rem;
}

.custom-control-input.is-valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label::after, .was-validated .custom-control-input:valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label::after {
  color: #4caf50;
}
.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #4caf50;
}
.custom-control-input.is-valid ~ .custom-control-track, .was-validated .custom-control-input:valid ~ .custom-control-track {
  background-color: rgba(76, 175, 80, 0.5);
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-file-input.is-valid:hover ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:hover ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-bottom-color: #4caf50;
  box-shadow: inset 0 -2px 0 -1px #4caf50;
}
.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-bottom-color: #4caf50;
}
.custom-file-input.is-valid ~ .custom-file-label:hover, .was-validated .custom-file-input:valid ~ .custom-file-label:hover {
  border-bottom-color: #4caf50;
  box-shadow: inset 0 -2px 0 -1px #4caf50;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-switch .custom-control-input.is-valid ~ .custom-control-label::after, .was-validated .custom-switch .custom-control-input:valid ~ .custom-control-label::after {
  background-color: #4caf50;
}

.form-check-input.is-valid + .form-check-label, .was-validated .form-check-input:valid + .form-check-label {
  color: #4caf50;
}

.is-valid.form-control, .is-valid.custom-select, .is-valid.form-control-file, .was-validated .form-control:valid, .was-validated .custom-select:valid, .was-validated .form-control-file:valid {
  border-color: #4caf50;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M0 0h24v24H0z' fill='none'/%3e%3cpath fill='%234caf50' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3e%3c/svg%3e");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  padding-right: 0 !important;
}
.is-valid.form-control:hover, .is-valid.custom-select:hover, .is-valid.form-control-file:hover, .is-valid.form-control:focus, .is-valid.custom-select:focus, .is-valid.form-control-file:focus, .was-validated .form-control:valid:hover, .was-validated .custom-select:valid:hover, .was-validated .form-control-file:valid:hover, .was-validated .form-control:valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control-file:valid:focus {
  border-color: #4caf50;
}
.is-valid.form-control:focus, .is-valid.custom-select:focus, .is-valid.form-control-file:focus, .was-validated .form-control:valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control-file:valid:focus {
  box-shadow: inset 0 -2px 0 -1px #4caf50;
}
.is-valid.form-control ~ .valid-feedback, .is-valid.custom-select ~ .valid-feedback, .is-valid.form-control-file ~ .valid-feedback,
.is-valid.form-control ~ .valid-tooltip,
.is-valid.custom-select ~ .valid-tooltip,
.is-valid.form-control-file ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}

select.is-valid.form-control[multiple]:hover, select.is-valid.form-control[size]:hover:not([size="1"]), select.is-valid.custom-select[multiple]:hover, select.is-valid.custom-select[size]:hover:not([size="1"]), textarea.is-valid.form-control:hover:not([rows="1"]), select.is-valid.form-control[multiple]:focus, select.is-valid.form-control[size]:focus:not([size="1"]), select.is-valid.custom-select[multiple]:focus, select.is-valid.custom-select[size]:focus:not([size="1"]), textarea.is-valid.form-control:focus:not([rows="1"]), .was-validated select.form-control[multiple]:valid:hover, .was-validated select.form-control[size]:valid:hover:not([size="1"]), .was-validated select.custom-select[multiple]:valid:hover, .was-validated select.custom-select[size]:valid:hover:not([size="1"]), .was-validated textarea.form-control:valid:hover:not([rows="1"]), .was-validated select.form-control[multiple]:valid:focus, .was-validated select.form-control[size]:valid:focus:not([size="1"]), .was-validated select.custom-select[multiple]:valid:focus, .was-validated select.custom-select[size]:valid:focus:not([size="1"]), .was-validated textarea.form-control:valid:focus:not([rows="1"]) {
  box-shadow: inset 2px 2px 0 -1px #4caf50, inset -2px -2px 0 -1px #4caf50;
}
.textfield-box select.is-valid.form-control[multiple]:hover, .textfield-box select.is-valid.form-control[size]:hover:not([size="1"]), .textfield-box select.is-valid.custom-select[multiple]:hover, .textfield-box select.is-valid.custom-select[size]:hover:not([size="1"]), .textfield-box textarea.is-valid.form-control:hover:not([rows="1"]), .textfield-box select.is-valid.form-control[multiple]:focus, .textfield-box select.is-valid.form-control[size]:focus:not([size="1"]), .textfield-box select.is-valid.custom-select[multiple]:focus, .textfield-box select.is-valid.custom-select[size]:focus:not([size="1"]), .textfield-box textarea.is-valid.form-control:focus:not([rows="1"]), .was-validated .textfield-box select.form-control[multiple]:valid:hover, .was-validated .textfield-box select.form-control[size]:valid:hover:not([size="1"]), .was-validated .textfield-box select.custom-select[multiple]:valid:hover, .was-validated .textfield-box select.custom-select[size]:valid:hover:not([size="1"]), .was-validated .textfield-box textarea.form-control:valid:hover:not([rows="1"]), .was-validated .textfield-box select.form-control[multiple]:valid:focus, .was-validated .textfield-box select.form-control[size]:valid:focus:not([size="1"]), .was-validated .textfield-box select.custom-select[multiple]:valid:focus, .was-validated .textfield-box select.custom-select[size]:valid:focus:not([size="1"]), .was-validated .textfield-box textarea.form-control:valid:focus:not([rows="1"]) {
  box-shadow: inset 0 -2px 0 -1px #4caf50;
}

[class*=valid-feedback] {
  display: none;
  width: 100%;
}

.invalid-feedback {
  color: #f44336;
}

.invalid-tooltip {
  border-radius: 4px;
  background-color: #f44336;
  color: white;
  display: none;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.5rem;
  max-width: 100%;
  opacity: 0.9;
  padding: 0 1rem;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  word-break: break-word;
  z-index: 240;
}
@media (min-width: 840px) {
  .invalid-tooltip {
    font-size: 0.625rem;
    padding: 0 0.5rem;
  }
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}
.form-control-lg + .invalid-tooltip {
  margin-top: 0.75rem;
}
.form-control-sm + .invalid-tooltip {
  margin-top: 0.25rem;
}

.custom-control-input.is-invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label::after, .was-validated .custom-control-input:invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label::after {
  color: #f44336;
}
.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #f44336;
}
.custom-control-input.is-invalid ~ .custom-control-track, .was-validated .custom-control-input:invalid ~ .custom-control-track {
  background-color: rgba(244, 67, 54, 0.5);
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-file-input.is-invalid:hover ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:hover ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-bottom-color: #f44336;
  box-shadow: inset 0 -2px 0 -1px #f44336;
}
.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-bottom-color: #f44336;
}
.custom-file-input.is-invalid ~ .custom-file-label:hover, .was-validated .custom-file-input:invalid ~ .custom-file-label:hover {
  border-bottom-color: #f44336;
  box-shadow: inset 0 -2px 0 -1px #f44336;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-switch .custom-control-input.is-invalid ~ .custom-control-label::after, .was-validated .custom-switch .custom-control-input:invalid ~ .custom-control-label::after {
  background-color: #f44336;
}

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

.is-invalid.form-control, .is-invalid.custom-select, .is-invalid.form-control-file, .was-validated .form-control:invalid, .was-validated .custom-select:invalid, .was-validated .form-control-file:invalid {
  border-color: #f44336;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M0 0h24v24H0z' fill='none'/%3e%3cpath fill='%23f44336' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z'/%3e%3c/svg%3e");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  padding-right: 0 !important;
}
.is-invalid.form-control:hover, .is-invalid.custom-select:hover, .is-invalid.form-control-file:hover, .is-invalid.form-control:focus, .is-invalid.custom-select:focus, .is-invalid.form-control-file:focus, .was-validated .form-control:invalid:hover, .was-validated .custom-select:invalid:hover, .was-validated .form-control-file:invalid:hover, .was-validated .form-control:invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control-file:invalid:focus {
  border-color: #f44336;
}
.is-invalid.form-control:focus, .is-invalid.custom-select:focus, .is-invalid.form-control-file:focus, .was-validated .form-control:invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control-file:invalid:focus {
  box-shadow: inset 0 -2px 0 -1px #f44336;
}
.is-invalid.form-control ~ .invalid-feedback, .is-invalid.custom-select ~ .invalid-feedback, .is-invalid.form-control-file ~ .invalid-feedback,
.is-invalid.form-control ~ .invalid-tooltip,
.is-invalid.custom-select ~ .invalid-tooltip,
.is-invalid.form-control-file ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

select.is-invalid.form-control[multiple]:hover, select.is-invalid.form-control[size]:hover:not([size="1"]), select.is-invalid.custom-select[multiple]:hover, select.is-invalid.custom-select[size]:hover:not([size="1"]), textarea.is-invalid.form-control:hover:not([rows="1"]), select.is-invalid.form-control[multiple]:focus, select.is-invalid.form-control[size]:focus:not([size="1"]), select.is-invalid.custom-select[multiple]:focus, select.is-invalid.custom-select[size]:focus:not([size="1"]), textarea.is-invalid.form-control:focus:not([rows="1"]), .was-validated select.form-control[multiple]:invalid:hover, .was-validated select.form-control[size]:invalid:hover:not([size="1"]), .was-validated select.custom-select[multiple]:invalid:hover, .was-validated select.custom-select[size]:invalid:hover:not([size="1"]), .was-validated textarea.form-control:invalid:hover:not([rows="1"]), .was-validated select.form-control[multiple]:invalid:focus, .was-validated select.form-control[size]:invalid:focus:not([size="1"]), .was-validated select.custom-select[multiple]:invalid:focus, .was-validated select.custom-select[size]:invalid:focus:not([size="1"]), .was-validated textarea.form-control:invalid:focus:not([rows="1"]) {
  box-shadow: inset 2px 2px 0 -1px #f44336, inset -2px -2px 0 -1px #f44336;
}
.textfield-box select.is-invalid.form-control[multiple]:hover, .textfield-box select.is-invalid.form-control[size]:hover:not([size="1"]), .textfield-box select.is-invalid.custom-select[multiple]:hover, .textfield-box select.is-invalid.custom-select[size]:hover:not([size="1"]), .textfield-box textarea.is-invalid.form-control:hover:not([rows="1"]), .textfield-box select.is-invalid.form-control[multiple]:focus, .textfield-box select.is-invalid.form-control[size]:focus:not([size="1"]), .textfield-box select.is-invalid.custom-select[multiple]:focus, .textfield-box select.is-invalid.custom-select[size]:focus:not([size="1"]), .textfield-box textarea.is-invalid.form-control:focus:not([rows="1"]), .was-validated .textfield-box select.form-control[multiple]:invalid:hover, .was-validated .textfield-box select.form-control[size]:invalid:hover:not([size="1"]), .was-validated .textfield-box select.custom-select[multiple]:invalid:hover, .was-validated .textfield-box select.custom-select[size]:invalid:hover:not([size="1"]), .was-validated .textfield-box textarea.form-control:invalid:hover:not([rows="1"]), .was-validated .textfield-box select.form-control[multiple]:invalid:focus, .was-validated .textfield-box select.form-control[size]:invalid:focus:not([size="1"]), .was-validated .textfield-box select.custom-select[multiple]:invalid:focus, .was-validated .textfield-box select.custom-select[size]:invalid:focus:not([size="1"]), .was-validated .textfield-box textarea.form-control:invalid:focus:not([rows="1"]) {
  box-shadow: inset 0 -2px 0 -1px #f44336;
}

.form-control[class*=valid] {
  padding-right: 2rem;
}

[class*=form-ripple]:focus-within label:not(.custom-control-label):not(.form-check-label):not(.btn):not(.card-link), [class*=form-ripple]:focus-within legend:not(.custom-control-label):not(.form-check-label):not(.btn):not(.card-link) {
  color: #D2232A;
}

[class*=form-ripple],
.floating-label {
  position: relative;
}
[class*=form-ripple]::before,
.floating-label::before {
  background-color: #D2232A;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  transform: scaleX(0);
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  will-change: transform;
  z-index: 3;
}
[class*=form-ripple] .form-control:focus,
.floating-label .form-control:focus {
  box-shadow: none;
}

[class*=form-ripple]:focus-within::before {
  transform: scaleX(1);
}

.form-ripple::before {
  top: 55px;
}

.form-ripple-lg::before {
  top: 80px;
}

.form-ripple-sm::before {
  top: 51px;
}

.form-ripple-nolabel::before {
  top: 34px;
}

.form-ripple-lg-nolabel::before {
  top: 59px;
}

.form-ripple-sm-nolabel::before {
  top: 30px;
}

.form-ripple-bottom::before {
  bottom: 0 !important;
}

.textfield-box .form-control, .textfield-box .custom-select, .textfield-box .form-control-file {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 4px 4px 0 0;
  padding: 1rem 1rem calc(1rem - 1px);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.textfield-box .form-control::placeholder, .textfield-box .custom-select::placeholder, .textfield-box .form-control-file::placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 1; /* needed for Firefox */
}
.textfield-box .form-control:hover, .textfield-box .custom-select:hover, .textfield-box .form-control-file:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.textfield-box .form-control:focus, .textfield-box .custom-select:focus, .textfield-box .form-control-file:focus {
  background-color: rgba(0, 0, 0, 0.14);
}
.textfield-box select.form-control, .textfield-box select.custom-select {
  padding-right: 1.5em;
}
.textfield-box select.form-control[multiple], .textfield-box select.form-control[size]:not([size="1"]), .textfield-box select.custom-select[multiple], .textfield-box select.custom-select[size]:not([size="1"]), .textfield-box textarea.form-control:not([rows="1"]) {
  border-radius: 4px 4px 0 0;
  border-width: 0 0 1px;
  padding: 1rem 1rem calc(1rem - 1px);
}
.textfield-box select.form-control[multiple]:hover, .textfield-box select.form-control[size]:hover:not([size="1"]), .textfield-box select.custom-select[multiple]:hover, .textfield-box select.custom-select[size]:hover:not([size="1"]), .textfield-box textarea.form-control:hover:not([rows="1"]) {
  border-color: rgba(0, 0, 0, 0.87);
}
.textfield-box select.form-control[multiple]:focus, .textfield-box select.form-control[size]:focus:not([size="1"]), .textfield-box select.custom-select[multiple]:focus, .textfield-box select.custom-select[size]:focus:not([size="1"]), .textfield-box textarea.form-control:focus:not([rows="1"]) {
  border-color: #D2232A;
  box-shadow: inset 0 -2px 0 -1px #D2232A;
}
.textfield-box textarea.form-control {
  min-height: 3.5rem;
}
.textfield-box .form-control[type=file],
.textfield-box .form-control-file {
  max-height: 3.5rem;
}

.textfield-box-lg .form-control, .input-group-lg > .textfield-box .form-control, .textfield-box-lg .custom-select, .input-group-lg > .textfield-box .custom-select, .textfield-box-lg .form-control-file, .input-group-lg > .textfield-box .form-control-file {
  font-size: 2.125rem;
  line-height: 1.176471;
  padding: 0.8749995625rem 1rem calc(0.8749995625rem - 1px);
}
.textfield-box-lg select.form-control[multiple], .input-group-lg > .textfield-box select.form-control[multiple], .textfield-box-lg select.form-control[size]:not([size="1"]), .input-group-lg > .textfield-box select.form-control[size]:not([size="1"]), .textfield-box-lg select.custom-select[multiple], .input-group-lg > .textfield-box select.custom-select[multiple], .textfield-box-lg select.custom-select[size]:not([size="1"]), .input-group-lg > .textfield-box select.custom-select[size]:not([size="1"]), .textfield-box-lg textarea.form-control:not([rows="1"]), .input-group-lg > .textfield-box textarea.form-control:not([rows="1"]) {
  padding: 0.8749995625rem 1rem calc(0.8749995625rem - 1px);
}
.textfield-box-lg textarea.form-control, .input-group-lg > .textfield-box textarea.form-control {
  min-height: 4.25rem;
}
.textfield-box-lg .custom-select, .input-group-lg > .textfield-box .custom-select {
  padding-right: 1.5em;
}
.textfield-box-lg .form-control[type=file], .input-group-lg > .textfield-box .form-control[type=file],
.textfield-box-lg .form-control-file,
.input-group-lg > .textfield-box .form-control-file {
  max-height: 4.25rem;
}

.textfield-box-sm .form-control, .input-group-sm > .textfield-box .form-control, .textfield-box-sm .custom-select, .input-group-sm > .textfield-box .custom-select, .textfield-box-sm .form-control-file, .input-group-sm > .textfield-box .form-control-file {
  font-size: 0.8125rem;
  line-height: 1.538462;
  padding: 0.7499998125rem 0.75rem calc(0.7499998125rem - 1px);
}
.textfield-box-sm select.form-control[multiple], .input-group-sm > .textfield-box select.form-control[multiple], .textfield-box-sm select.form-control[size]:not([size="1"]), .input-group-sm > .textfield-box select.form-control[size]:not([size="1"]), .textfield-box-sm select.custom-select[multiple], .input-group-sm > .textfield-box select.custom-select[multiple], .textfield-box-sm select.custom-select[size]:not([size="1"]), .input-group-sm > .textfield-box select.custom-select[size]:not([size="1"]), .textfield-box-sm textarea.form-control:not([rows="1"]), .input-group-sm > .textfield-box textarea.form-control:not([rows="1"]) {
  padding: 0.7499998125rem 0.75rem calc(0.7499998125rem - 1px);
}
.textfield-box-sm textarea.form-control, .input-group-sm > .textfield-box textarea.form-control {
  min-height: 2.75rem;
}
.textfield-box-sm .custom-select, .input-group-sm > .textfield-box .custom-select {
  padding-right: 1.5em;
}
.textfield-box-sm .form-control[type=file], .input-group-sm > .textfield-box .form-control[type=file],
.textfield-box-sm .form-control-file,
.input-group-sm > .textfield-box .form-control-file {
  max-height: 2.75rem;
}

.textfield-box.form-ripple-nolabel::before,
.floating-label.textfield-box.form-ripple::before {
  top: calc(3.5rem - 2px);
}

.textfield-box-lg.form-ripple-nolabel::before, .input-group-lg > .form-ripple-nolabel.textfield-box::before,
.floating-label-lg.textfield-box.form-ripple::before,
.input-group-lg > .textfield-box.form-ripple.floating-label::before {
  top: calc(4.25rem - 1px);
}

.textfield-box-sm.form-ripple-nolabel::before, .input-group-sm > .form-ripple-nolabel.textfield-box::before,
.floating-label-sm.textfield-box.form-ripple::before,
.input-group-sm > .textfield-box.form-ripple.floating-label::before {
  top: calc(2.75rem - 2px);
}

.textfield-box.form-ripple::before {
  top: 83px;
}

.textfield-box-lg.form-ripple::before, .input-group-lg > .form-ripple.textfield-box::before {
  top: 96px;
}

.textfield-box-sm.form-ripple::before, .input-group-sm > .form-ripple.textfield-box::before {
  top: 71px;
}

.floating-label {
  padding-top: 0.75rem;
  position: relative;
}
.floating-label.has-value label, .floating-label.has-value legend, .floating-label.is-focused label, .floating-label.is-focused legend {
  top: 0;
  transform: scale(0.75);
}
.floating-label:not(.has-value):not(.is-focused) .form-control[type=date], .floating-label:not(.has-value):not(.is-focused) .form-control[type=datetime-local], .floating-label:not(.has-value):not(.is-focused) .form-control[type=time] {
  color: transparent;
}
.floating-label label, .floating-label legend {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.54);
  font-size: 1rem;
  letter-spacing: 0.009375em;
  line-height: 1.15;
  margin: 0;
  max-width: 98%;
  padding: 0;
  position: absolute;
  top: 1.125rem;
  left: 0;
  transform-origin: left top;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1), top 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.floating-label .form-control, .floating-label .custom-select, .floating-label .form-control-file {
  position: relative;
}
.floating-label .form-control:focus::placeholder, .floating-label .custom-select:focus::placeholder, .floating-label .form-control-file:focus::placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1; /* needed for Firefox */
}
.floating-label .form-control::placeholder, .floating-label .custom-select::placeholder, .floating-label .form-control-file::placeholder {
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  color: transparent;
  opacity: 0;
}
@media (min-width: 600px) {
  .floating-label .form-control::placeholder, .floating-label .custom-select::placeholder, .floating-label .form-control-file::placeholder {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .floating-label .form-control::placeholder, .floating-label .custom-select::placeholder, .floating-label .form-control-file::placeholder {
    transition-duration: 280ms;
  }
}

.floating-label-lg.has-value label, .input-group-lg > .has-value.floating-label label, .floating-label-lg.has-value legend, .input-group-lg > .has-value.floating-label legend, .floating-label-lg.is-focused label, .input-group-lg > .is-focused.floating-label label, .floating-label-lg.is-focused legend, .input-group-lg > .is-focused.floating-label legend {
  transform: scale(0.4117647059);
}
.floating-label-lg label, .input-group-lg > .floating-label label, .floating-label-lg legend, .input-group-lg > .floating-label legend {
  font-size: 2.125rem;
  line-height: 1.176471;
  top: 1.4999995625rem;
}
.floating-label-lg .form-control, .input-group-lg > .floating-label .form-control, .floating-label-lg .custom-select, .input-group-lg > .floating-label .custom-select, .floating-label-lg .form-control-file, .input-group-lg > .floating-label .form-control-file {
  font-size: 2.125rem;
  line-height: 1.176471;
  padding: 0.6249995625rem 0 calc(0.6249995625rem - 1px);
}
.floating-label-lg select.form-control, .input-group-lg > .floating-label select.form-control, .floating-label-lg select.custom-select, .input-group-lg > .floating-label select.custom-select {
  padding-right: 1.5em;
}
.floating-label-lg select.form-control[multiple], .input-group-lg > .floating-label select.form-control[multiple], .floating-label-lg select.form-control[size]:not([size="1"]), .input-group-lg > .floating-label select.form-control[size]:not([size="1"]), .floating-label-lg select.custom-select[multiple], .input-group-lg > .floating-label select.custom-select[multiple], .floating-label-lg select.custom-select[size]:not([size="1"]), .input-group-lg > .floating-label select.custom-select[size]:not([size="1"]), .floating-label-lg textarea.form-control:not([rows="1"]), .input-group-lg > .floating-label textarea.form-control:not([rows="1"]) {
  padding: 0.8749995625rem 1rem calc(0.8749995625rem - 1px);
}

.floating-label-sm.has-value label, .input-group-sm > .has-value.floating-label label, .floating-label-sm.has-value legend, .input-group-sm > .has-value.floating-label legend, .floating-label-sm.is-focused label, .input-group-sm > .is-focused.floating-label label, .floating-label-sm.is-focused legend, .input-group-sm > .is-focused.floating-label legend {
  transform: scale(0.7692307692);
}
.floating-label-sm label, .input-group-sm > .floating-label label, .floating-label-sm legend, .input-group-sm > .floating-label legend {
  font-size: 0.8125rem;
  line-height: 1.538462;
  top: 0.9999998125rem;
}
.floating-label-sm .form-control, .input-group-sm > .floating-label .form-control, .floating-label-sm .custom-select, .input-group-sm > .floating-label .custom-select, .floating-label-sm .form-control-file, .input-group-sm > .floating-label .form-control-file {
  font-size: 0.8125rem;
  line-height: 1.538462;
  padding: 0.3749998125rem 0 calc(0.3749998125rem - 1px);
}
.floating-label-sm select.form-control, .input-group-sm > .floating-label select.form-control, .floating-label-sm select.custom-select, .input-group-sm > .floating-label select.custom-select {
  padding-right: 1.5em;
}
.floating-label-sm select.form-control[multiple], .input-group-sm > .floating-label select.form-control[multiple], .floating-label-sm select.form-control[size]:not([size="1"]), .input-group-sm > .floating-label select.form-control[size]:not([size="1"]), .floating-label-sm select.custom-select[multiple], .input-group-sm > .floating-label select.custom-select[multiple], .floating-label-sm select.custom-select[size]:not([size="1"]), .input-group-sm > .floating-label select.custom-select[size]:not([size="1"]), .floating-label-sm textarea.form-control:not([rows="1"]), .input-group-sm > .floating-label textarea.form-control:not([rows="1"]) {
  padding: 0.7499998125rem 0.75rem calc(0.7499998125rem - 1px);
}

.floating-label.textfield-box {
  padding-top: 0;
}
.floating-label.textfield-box.has-value label, .floating-label.textfield-box.has-value legend, .floating-label.textfield-box.is-focused label, .floating-label.textfield-box.is-focused legend {
  line-height: 1;
  top: 0.5rem;
}
.floating-label.textfield-box label, .floating-label.textfield-box legend {
  color: rgba(0, 0, 0, 0.6);
  top: 1rem;
  left: 1rem;
}
.floating-label.textfield-box .form-control, .floating-label.textfield-box .custom-select, .floating-label.textfield-box .form-control-file,
.floating-label.textfield-box select.form-control[size]:not([size="1"]),
.floating-label.textfield-box select.custom-select[size]:not([size="1"]) {
  padding-top: 1.5rem;
}
.floating-label.textfield-box .form-control, .floating-label.textfield-box .custom-select, .floating-label.textfield-box .form-control-file {
  padding-bottom: calc(0.5rem - 1px);
}

.floating-label.is-focused label, .floating-label.is-focused legend {
  color: rgba(210, 35, 42, 0.87);
}

.floating-label-lg.textfield-box label, .input-group-lg > .textfield-box.floating-label label, .floating-label-lg.textfield-box legend, .input-group-lg > .textfield-box.floating-label legend {
  top: 0.8749995625rem;
  left: 1rem;
}
.floating-label-lg.textfield-box .form-control, .input-group-lg > .textfield-box.floating-label .form-control, .floating-label-lg.textfield-box .custom-select, .input-group-lg > .textfield-box.floating-label .custom-select, .floating-label-lg.textfield-box .form-control-file, .input-group-lg > .textfield-box.floating-label .form-control-file,
.floating-label-lg.textfield-box select.form-control[size]:not([size="1"]),
.floating-label-lg.textfield-box select.custom-select[size]:not([size="1"]) {
  padding-top: 1.249999125rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
.floating-label-lg.textfield-box select.form-control, .input-group-lg > .textfield-box.floating-label select.form-control, .floating-label-lg.textfield-box select.custom-select, .input-group-lg > .textfield-box.floating-label select.custom-select {
  padding-right: 1.5em;
}

.floating-label-sm.textfield-box label, .input-group-sm > .textfield-box.floating-label label, .floating-label-sm.textfield-box legend, .input-group-sm > .textfield-box.floating-label legend {
  top: 0.7499998125rem;
  left: 0.75rem;
}
.floating-label-sm.textfield-box .form-control, .input-group-sm > .textfield-box.floating-label .form-control, .floating-label-sm.textfield-box .custom-select, .input-group-sm > .textfield-box.floating-label .custom-select, .floating-label-sm.textfield-box .form-control-file, .input-group-sm > .textfield-box.floating-label .form-control-file,
.floating-label-sm.textfield-box select.form-control[size]:not([size="1"]),
.floating-label-sm.textfield-box select.custom-select[size]:not([size="1"]) {
  padding-top: 0.999999625rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.floating-label-sm.textfield-box select.form-control, .input-group-sm > .textfield-box.floating-label select.form-control, .floating-label-sm.textfield-box select.custom-select, .input-group-sm > .textfield-box.floating-label select.custom-select {
  padding-right: 1.5em;
}

.floating-label.form-ripple::before {
  top: calc(3rem - 2px);
}

.floating-label-lg.form-ripple::before, .input-group-lg > .form-ripple.floating-label::before {
  top: calc(4.5rem - 2px);
}

.floating-label-sm.form-ripple::before, .input-group-sm > .form-ripple.floating-label::before {
  top: calc(2.75rem - 2px);
}

.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .floating-label,
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-control-file,
.input-group > .textfield-box {
  flex: 1 1 auto;
  margin-bottom: 0;
  min-width: 0;
  position: relative;
  width: 1%;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .floating-label,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .form-select,
.input-group > .custom-file + .form-control-file,
.input-group > .custom-file + .textfield-box,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .floating-label,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .form-select,
.input-group > .custom-select + .form-control-file,
.input-group > .custom-select + .textfield-box,
.input-group > .floating-label + .custom-file,
.input-group > .floating-label + .custom-select,
.input-group > .floating-label + .floating-label,
.input-group > .floating-label + .form-control,
.input-group > .floating-label + .form-select,
.input-group > .floating-label + .form-control-file,
.input-group > .floating-label + .textfield-box,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .floating-label,
.input-group > .form-control + .form-control,
.input-group > .form-control + .form-select,
.input-group > .form-control + .form-control-file,
.input-group > .form-control + .textfield-box,
.input-group > .form-select + .custom-file,
.input-group > .form-select + .custom-select,
.input-group > .form-select + .floating-label,
.input-group > .form-select + .form-control,
.input-group > .form-select + .form-select,
.input-group > .form-select + .form-control-file,
.input-group > .form-select + .textfield-box,
.input-group > .form-control-file + .custom-file,
.input-group > .form-control-file + .custom-select,
.input-group > .form-control-file + .floating-label,
.input-group > .form-control-file + .form-control,
.input-group > .form-control-file + .form-select,
.input-group > .form-control-file + .form-control-file,
.input-group > .form-control-file + .textfield-box,
.input-group > .textfield-box + .custom-file,
.input-group > .textfield-box + .custom-select,
.input-group > .textfield-box + .floating-label,
.input-group > .textfield-box + .form-control,
.input-group > .textfield-box + .form-select,
.input-group > .textfield-box + .form-control-file,
.input-group > .textfield-box + .textfield-box {
  margin-left: 1rem;
}
.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-append,
.input-group-prepend {
  align-items: center;
  display: flex;
  justify-content: center;
}
.input-group-append .btn, .input-group-append .card-link,
.input-group-prepend .btn,
.input-group-prepend .card-link {
  min-width: 0;
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus, .input-group-append .card-link:focus,
.input-group-prepend .btn:focus,
.input-group-prepend .card-link:focus {
  z-index: 3;
}
.input-group-append .btn + .btn, .input-group-append .card-link + .btn, .input-group-append .btn + .card-link, .input-group-append .card-link + .card-link,
.input-group-append .btn + .input-group-text,
.input-group-append .card-link + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .card-link,
.input-group-prepend .btn + .btn,
.input-group-prepend .card-link + .btn,
.input-group-prepend .btn + .card-link,
.input-group-prepend .card-link + .card-link,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .card-link + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .card-link {
  margin-left: -1px;
}

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

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

.input-group-text {
  align-items: center;
  color: inherit;
  display: flex;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  white-space: nowrap;
}
.input-group-text + .input-group-text {
  margin-left: 0.5rem;
}

.input-group > .input-group-append > .btn:not(:first-of-type), .input-group > .input-group-append > .card-link:not(:first-of-type),
.input-group > .input-group-prepend > .btn:not(:first-of-type),
.input-group > .input-group-prepend > .card-link:not(:first-of-type) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .input-group-append > .btn:not(:last-of-type), .input-group > .input-group-append > .card-link:not(:last-of-type),
.input-group > .input-group-prepend > .btn:not(:last-of-type),
.input-group > .input-group-prepend > .card-link:not(:last-of-type) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-icon {
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.12);
  fill: currentColor;
  font-size: 1rem;
  margin-right: 1rem;
  order: -1;
}
@media (min-width: 600px) {
  .input-group-icon {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .input-group-icon {
    transition-duration: 280ms;
  }
}
.input-group-icon:hover {
  color: rgba(0, 0, 0, 0.87);
}
.floating-label.is-focused ~ .input-group-icon, .form-control:focus ~ .input-group-icon {
  color: #D2232A;
}
.floating-label:not(.textfield-box) ~ .input-group-icon {
  margin-top: 0.75rem;
}

.input-group-lg > .floating-label.has-value label, .input-group-lg > .floating-label.has-value legend, .input-group-lg > .floating-label.is-focused label, .input-group-lg > .floating-label.is-focused legend {
  top: 0;
}
.input-group-lg > .floating-label.textfield-box.has-value label, .input-group-lg > .floating-label.textfield-box.has-value legend, .input-group-lg > .floating-label.textfield-box.is-focused label, .input-group-lg > .floating-label.textfield-box.is-focused legend {
  top: 0.5rem;
}
.input-group-lg > .floating-label:not(.textfield-box) ~ .input-group-icon {
  margin-top: 0.875rem;
}
.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .form-control-file {
  font-size: 2.125rem;
  line-height: 1.176471;
  padding: 0.6249995625rem 0 calc(0.6249995625rem - 1px);
}
.input-group-lg > select.form-control, .input-group-lg > select.custom-select {
  padding-right: 1.5em;
}
.input-group-lg > select.form-control[multiple], .input-group-lg > select.form-control[size]:not([size="1"]), .input-group-lg > select.custom-select[multiple], .input-group-lg > select.custom-select[size]:not([size="1"]), .input-group-lg > textarea.form-control:not([rows="1"]) {
  padding: 0.8749995625rem 1rem calc(0.8749995625rem - 1px);
}
.input-group-lg > .form-control[type=file],
.input-group-lg > .form-control-file {
  max-height: 4.25rem;
}
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .input-group-text {
  font-size: 2.125rem;
  line-height: 1.176471;
}
.input-group-lg > .input-group-icon {
  font-size: 2.125rem;
  line-height: 1.176471;
}
.input-group-sm > .floating-label.has-value label, .input-group-sm > .floating-label.has-value legend, .input-group-sm > .floating-label.is-focused label, .input-group-sm > .floating-label.is-focused legend {
  top: 0;
}
.input-group-sm > .floating-label.textfield-box.has-value label, .input-group-sm > .floating-label.textfield-box.has-value legend, .input-group-sm > .floating-label.textfield-box.is-focused label, .input-group-sm > .floating-label.textfield-box.is-focused legend {
  top: 0.5rem;
}
.input-group-sm > .floating-label:not(.textfield-box) ~ .input-group-icon {
  margin-top: 0.625rem;
}
.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .form-control-file {
  font-size: 0.8125rem;
  line-height: 1.538462;
  padding: 0.3749998125rem 0 calc(0.3749998125rem - 1px);
}
.input-group-sm > select.form-control, .input-group-sm > select.custom-select {
  padding-right: 1.5em;
}
.input-group-sm > select.form-control[multiple], .input-group-sm > select.form-control[size]:not([size="1"]), .input-group-sm > select.custom-select[multiple], .input-group-sm > select.custom-select[size]:not([size="1"]), .input-group-sm > textarea.form-control:not([rows="1"]) {
  padding: 0.7499998125rem 0.75rem calc(0.7499998125rem - 1px);
}
.input-group-sm > .form-control[type=file],
.input-group-sm > .form-control-file {
  max-height: 2.75rem;
}
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .input-group-text {
  font-size: 0.8125rem;
  line-height: 1.538462;
}
.input-group-sm > .input-group-icon {
  font-size: 0.8125rem;
  line-height: 1.538462;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl, .navbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.navbar {
  color: rgba(0, 0, 0, 0.87);
  min-height: 3.5rem;
  padding: 0.625rem 1rem;
  position: relative;
}
.navbar .form-control {
  border-radius: 4px;
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.12);
  border: 0;
  color: inherit;
  opacity: 0.7;
  padding: 0.375rem 1rem;
}
@media (min-width: 600px) {
  .navbar .form-control {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .navbar .form-control {
    transition-duration: 280ms;
  }
}
.navbar .form-control:hover, .navbar .form-control:focus {
  box-shadow: none;
  opacity: 1;
}
.navbar .form-control-lg {
  padding-top: 0.6249995625rem;
  padding-bottom: 0.6249995625rem;
}
.navbar .form-control-sm {
  padding-top: 0.3749998125rem;
  padding-bottom: 0.3749998125rem;
}
.navbar .input-group {
  border-radius: 4px;
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 0.7;
}
@media (min-width: 600px) {
  .navbar .input-group {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .navbar .input-group {
    transition-duration: 280ms;
  }
}
.navbar .input-group:hover, .navbar .input-group:focus {
  opacity: 1;
}
.navbar .input-group .form-control {
  background-color: transparent;
  opacity: 1;
}
.navbar .input-group .form-control:not(:first-child) {
  padding-left: 0;
}
.navbar .input-group .form-control:not(:last-child) {
  padding-right: 0;
}
.navbar .input-group .input-group-append {
  margin-left: 0;
  min-width: 0;
}
.navbar .input-group .input-group-prepend {
  margin-right: 0;
  min-width: 0;
}
.navbar .input-group .input-group-text {
  margin-right: 1rem;
  margin-left: 1rem;
}
.navbar .input-group-lg > .form-control {
  padding-top: 0.6249995625rem;
  padding-bottom: 0.6249995625rem;
}
.navbar .input-group-sm > .form-control {
  padding-top: 0.3749998125rem;
  padding-bottom: 0.3749998125rem;
}
.navbar .nav-tabs {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.navbar .nav-tabs .nav-link {
  min-height: 3.5rem;
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
}

.navbar-dark {
  color: white;
}
.navbar-dark .form-control,
.navbar-dark .input-group,
.navbar-dark .navbar-brand::before,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-toggler::before {
  background-color: rgba(255, 255, 255, 0.12);
}
.navbar-dark .form-control::placeholder,
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.7);
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 0;
  left: 0;
  z-index: 40;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-full {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 40;
}

@supports (position: sticky) {
  .navbar-sticky-top {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 0;
    z-index: 40;
  }
}

.toolbar-waterfall {
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: background-color, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40;
}
@media (min-width: 600px) {
  .toolbar-waterfall {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .toolbar-waterfall {
    transition-duration: 280ms;
  }
}
.toolbar-waterfall.waterfall {
  background-color: #D2232A;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  position: fixed;
}

.navbar-brand {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.0125em;
  line-height: 1.25rem;
  align-items: center;
  color: inherit;
  display: inline-flex;
  height: 2.25rem;
  position: relative;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus, .navbar-brand:active {
  color: inherit;
  text-decoration: none;
}
.navbar-brand::before {
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.12);
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: -0.5rem;
  bottom: 0;
  left: -0.5rem;
}
@media (min-width: 600px) {
  .navbar-brand::before {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .navbar-brand::before {
    transition-duration: 280ms;
  }
}
.navbar-brand:focus {
  outline: 0;
}
.navbar-brand:focus::before {
  opacity: 1;
}
.navbar-brand:not(:first-child) {
  margin-left: 1rem;
}
.navbar-brand:not(:last-child) {
  margin-right: 1rem;
}

.navbar-text {
  align-items: center;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  height: 2.25rem;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  /* .dropdown-menu {
    position: static;
    float: none;
  } */
}
.navbar-nav .nav-link {
  border-radius: 4px;
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: background-color, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  color: inherit;
  font-size: 1rem;
  height: 2.25rem;
  line-height: 1;
  opacity: 0.7;
  padding: 0.625rem 1rem;
}
@media (min-width: 600px) {
  .navbar-nav .nav-link {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .navbar-nav .nav-link {
    transition-duration: 280ms;
  }
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .nav-link:active {
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 1;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.disabled {
  opacity: 1;
}
.navbar-nav .nav-link.disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
}
.navbar-nav .nav-link:focus {
  outline: 0;
}
.navbar-nav .active > .nav-link,
.navbar-nav .show > .nav-link {
  opacity: 1;
}
.navbar-nav .show > .nav-link {
  background-color: rgba(0, 0, 0, 0.12);
}

.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}

@media (max-width: 599.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: 600px) {
  .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: 1rem;
    padding-left: 1rem;
  }
  .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: 839.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: 840px) {
  .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: 1rem;
    padding-left: 1rem;
  }
  .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: 1023.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: 1024px) {
  .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: 1rem;
    padding-left: 1rem;
  }
  .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: 1599.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: 1600px) {
  .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: 1rem;
    padding-left: 1rem;
  }
  .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;
  }
}
.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: 1rem;
  padding-left: 1rem;
}
.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-toggler {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  color: inherit;
  display: inline-flex;
  flex-shrink: 0;
  height: 2.25rem;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: relative;
  width: 2.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  color: inherit;
  text-decoration: none;
}
.navbar-toggler:hover::before, .navbar-toggler:focus::before {
  opacity: 1;
}
.navbar-toggler::before {
  /* transition: $transition-duration-mobile;
  transition-property: $property;
  transition-timing-function: $transition-timing-function-standard; */
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 600px) {
  .navbar-toggler::before {
    transition-duration: 390ms;
  }
}
@media (min-width: 1024px) {
  .navbar-toggler::before {
    transition-duration: 280ms;
  }
}
.navbar-toggler:focus {
  outline: 0;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  font-size: 1.5rem;
  line-height: 1.5rem;
  vertical-align: -0.3626373626em;
  font-family: "Material Icons";
  font-family: var(--font-family-material-icons);
  font-feature-settings: "liga";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  /* display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; */
  display: inline-block;
}
.navbar-toggler-icon::before {
  content: "menu";
}

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

/* .navbar-light {
  .navbar-brand {
    color: $navbar-light-brand-color;

    @include hover-focus {
      color: $navbar-light-brand-hover-color;
    }
  }

  .navbar-nav {
    .nav-link {
      color: $navbar-light-color;

      @include hover-focus {
        color: $navbar-light-hover-color;
      }

      &.disabled {
        color: $navbar-light-disabled-color;
      }
    }

    .show > .nav-link,
    .active > .nav-link,
    .nav-link.show,
    .nav-link.active {
      color: $navbar-light-active-color;
    }
  }

  .navbar-toggler {
    color: $navbar-light-color;
    border-color: $navbar-light-toggler-border-color;
  }

  .navbar-toggler-icon {
    background-image: $navbar-light-toggler-icon-bg;
  }

  .navbar-text {
    color: $navbar-light-color;
    a {
      color: $navbar-light-active-color;

      @include hover-focus {
        color: $navbar-light-active-color;
      }
    }
  }
}

// White links against a dark background
.navbar-dark {
  .navbar-brand {
    color: $navbar-dark-brand-color;

    @include hover-focus {
      color: $navbar-dark-brand-hover-color;
    }
  }

  .navbar-nav {
    .nav-link {
      color: $navbar-dark-color;

      @include hover-focus {
        color: $navbar-dark-hover-color;
      }

      &.disabled {
        color: $navbar-dark-disabled-color;
      }
    }

    .show > .nav-link,
    .active > .nav-link,
    .nav-link.show,
    .nav-link.active {
      color: $navbar-dark-active-color;
    }
  }

  .navbar-toggler {
    color: $navbar-dark-color;
    border-color: $navbar-dark-toggler-border-color;
  }

  .navbar-toggler-icon {
    background-image: $navbar-dark-toggler-icon-bg;
  }

  .navbar-text {
    color: $navbar-dark-color;
    a {
      color: $navbar-dark-active-color;

      @include hover-focus {
        color: $navbar-dark-active-color;
      }
    }
  }
} */
.tooltip {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 1.5rem;
  max-width: 250px;
  opacity: 0;
  position: absolute;
  z-index: 240;
}
@media (min-width: 1024px) {
  .tooltip {
    font-size: 0.625rem;
    margin: 0.875rem;
  }
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip.show .tooltip-inner {
  transform: scale(1);
  transition: transform 225ms cubic-bezier(0, 0, 0.2, 1);
}

.tooltip-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #6d6d6d;
  border-radius: 4px;
  color: white;
  height: 2rem;
  letter-spacing: 0.0333333333em;
  line-height: 2rem;
  padding: 0 1rem;
  transform: scale(0.87);
  transform-origin: center top;
  transition: transform 75ms cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 1024px) {
  .tooltip-inner {
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0 0.5rem;
  }
}

.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-dark-1 {
  background-color: #000 !important;
}

.bg-dark-2 {
  background-color: #212121 !important;
}

.bg-dark-3 {
  background-color: #303030 !important;
}

.bg-dark-4 {
  background-color: #3c3c46 !important;
}

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

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

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

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

.bg-transparent {
  background-color: transparent !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-primary:hover, a.bg-primary:focus, a.bg-primary:active {
  background-color: #6D020C !important;
}

.bg-primary {
  background-color: #D2232A !important;
}

a.bg-secondary:hover, a.bg-secondary:focus, a.bg-secondary:active {
  background-color: #FDD102 !important;
}

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

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

.bg-danger {
  background-color: #f44336 !important;
}

a.bg-info:hover, a.bg-info:focus, a.bg-info:active {
  background-color: #7b1fa2 !important;
}

.bg-info {
  background-color: #673ab7 !important;
}

a.bg-success:hover, a.bg-success:focus, a.bg-success:active {
  background-color: #2e7d32 !important;
}

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

a.bg-warning:hover, a.bg-warning:focus, a.bg-warning:active {
  background-color: #f9a825 !important;
}

.bg-warning {
  background-color: #ffeb3b !important;
}

a.bg-dark:hover, a.bg-dark:focus, a.bg-dark:active {
  background-color: #212121 !important;
}

.bg-dark {
  background-color: #424242 !important;
}

a.bg-light:hover, a.bg-light:focus, a.bg-light:active {
  background-color: #e0e0e0 !important;
}

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

.bg-primary-dark {
  background-color: #6D020C !important;
}

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

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

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

.border {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.12) !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: #D2232A !important;
}

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

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

.border-info {
  border-color: #673ab7 !important;
}

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

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

.border-dark {
  border-color: #424242 !important;
}

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

.border-black {
  border-color: #000 !important;
}

.border-black-primary {
  border-color: rgba(0, 0, 0, 0.87) !important;
}

.border-black-secondary {
  border-color: rgba(0, 0, 0, 0.54) !important;
}

.border-black-hint {
  border-color: rgba(0, 0, 0, 0.38) !important;
}

.border-black-divider {
  border-color: rgba(0, 0, 0, 0.12) !important;
}

.border-white {
  border-color: #fff !important;
}

.border-white-primary {
  border-color: white !important;
}

.border-white-secondary {
  border-color: rgba(255, 255, 255, 0.7) !important;
}

.border-white-hint {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.border-white-divider {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.rounded-sm {
  border-radius: 2px !important;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.rounded-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.rounded-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rounded-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rounded-lg {
  border-radius: 16px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.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: 600px) {
  .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: 840px) {
  .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: 1024px) {
  .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: 1600px) {
  .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 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 {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.embed-responsive::before {
  content: "";
  display: block;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  border: 0;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.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;
}

.justify-content-evenly {
  justify-content: space-evenly !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: 600px) {
  .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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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: 840px) {
  .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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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: 1024px) {
  .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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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: 1600px) {
  .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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 600px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 840px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

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

.user-select-none {
  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: 40;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 40;
  }
}

[data-ripplet]:not(:disabled):not(.disabled) {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.shadow-sm {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2) !important;
}

.shadow {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important;
}

.shadow-lg {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.shadow-24 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2) !important;
}

.shadow-16 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
}

.shadow-12 {
  box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px -4px rgba(0, 0, 0, 0.2) !important;
}

.shadow-8 {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important;
}

.shadow-6 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2) !important;
}

.shadow-4 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
}

.shadow-2 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2) !important;
}

.shadow-1 {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -1px rgba(0, 0, 0, 0.2) !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: 600px) {
  .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: 840px) {
  .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: 1024px) {
  .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: 1600px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  pointer-events: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-truncate-flex {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 600px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 840px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-black {
  color: #000 !important;
}

.text-black-primary {
  color: rgba(0, 0, 0, 0.87) !important;
}

.text-black-secondary {
  color: rgba(0, 0, 0, 0.54) !important;
}

.text-black-hint {
  color: rgba(0, 0, 0, 0.38) !important;
}

.text-black-divider {
  color: rgba(0, 0, 0, 0.12) !important;
}

.text-white {
  color: #fff !important;
}

.text-white-primary {
  color: white !important;
}

.text-white-secondary {
  color: rgba(255, 255, 255, 0.7) !important;
}

.text-white-hint {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-white-divider {
  color: rgba(255, 255, 255, 0.12) !important;
}

.text-muted {
  color: rgba(0, 0, 0, 0.38) !important;
}

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

.text-primary {
  color: #D2232A !important;
}

a.text-secondary:hover, a.text-secondary:focus, a.text-secondary:active {
  color: #FDD102 !important;
}

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

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

.text-danger {
  color: #f44336 !important;
}

a.text-info:hover, a.text-info:focus, a.text-info:active {
  color: #7b1fa2 !important;
}

.text-info {
  color: #673ab7 !important;
}

a.text-success:hover, a.text-success:focus, a.text-success:active {
  color: #2e7d32 !important;
}

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

a.text-warning:hover, a.text-warning:focus, a.text-warning:active {
  color: #f9a825 !important;
}

.text-warning {
  color: #ffeb3b !important;
}

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

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

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

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

.text-body {
  color: #212529 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.54) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.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;
}

[class*=material-icons] {
  font-size: 1.5rem;
  line-height: 1.5rem;
  vertical-align: -0.3626373626em;
  font-family: "Material Icons";
  font-family: var(--font-family-material-icons);
  font-feature-settings: "liga";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
}
[class*=material-icons].md-18 {
  font-size: 1.125rem;
}
[class*=material-icons].md-36 {
  font-size: 2.25rem;
}
[class*=material-icons].md-48 {
  font-size: 3rem;
}

.material-icons-outlined {
  font-family: "Material Icons Outlined", var(--font-family-material-icons);
}

.material-icons-round {
  font-family: "Material Icons Round", var(--font-family-material-icons);
}

.material-icons-two-tone {
  font-family: "Material Icons Two Tone", var(--font-family-material-icons);
}

.material-icons-sharp {
  font-family: "Material Icons Sharp", var(--font-family-material-icons);
}

.material-icons-inline {
  font-size: inherit;
  line-height: 1;
}

@media (min-width: 1024px) {
  ::-webkit-scrollbar {
    height: 8px;
    width: 12px;
  }
  ::-webkit-scrollbar-button {
    background-color: transparent;
    display: block;
    height: 4px;
  }
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  ::-webkit-scrollbar-track-piece {
    background-color: transparent none;
    border: solid 4px transparent;
    border-right-width: 8px;
  }
  ::-webkit-scrollbar-thumb {
    border: solid 0 transparent;
    border-radius: 5px;
    border-top-right-radius: 9px 5px;
    border-bottom-right-radius: 9px 5px;
    border-right-width: 4px;
    box-shadow: inset 0 0 0 6px #e0dfe1;
  }
  ::-webkit-scrollbar-thumb:window-inactive {
    box-shadow: inset 0 0 0 6px rgba(224, 223, 225, 0.5);
  }
}
body * {
  scrollbar-color: #e0dfe1 transparent;
  scrollbar-width: thin;
}

::-webkit-search-cancel-button,
::-webkit-clear-button {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg fill="%23000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z"/%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3c/svg%3e');
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
  height: 1.2em;
  margin: 0 0 0 1.5rem;
  padding: 2px 3px;
  width: 1.2em;
}

::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.6;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.87);
}

@media print {
  *,
*::before,
*::after {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  abbr[title]::after {
    content: ' ("attr(title) ") ';
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid rgba(0, 0, 0, 0.12);
    page-break-inside: avoid;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-inside: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1024px !important;
  }
  .container {
    min-width: 1024px !important;
  }
  .fab-actions,
.navbar,
.tooltip {
    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 #e1e1e1;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #e1e1e1;
  }
  .table .thead-dark th {
    border-color: #e1e1e1;
    color: inherit;
  }
  .card {
    border: 1px solid #e1e1e1;
    page-break-inside: avoid;
  }
  .dropdown-menu {
    border: 1px solid #e1e1e1;
  }
  .list-group-item {
    border: 1px solid #e1e1e1;
    margin-bottom: -1px;
  }
  .list-group-item:last-child {
    margin-bottom: 0;
  }
  .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
  }
  .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
  }
  .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
  }
  .nav-tabs {
    border-bottom: 1px solid #e1e1e1;
  }
  .popover {
    border: 1px solid #e1e1e1;
  }
}
html {
  min-height: 100%;
  position: relative;
  background-color: transparent;
}

body {
  background: #fff;
  height: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.fixed {
  padding-bottom: 3.5rem;
}

main.content {
  margin-top: 6.5rem;
}
main.content .full-height {
  min-height: calc(100vh - 10rem);
  height: 100%;
}
main.content .sticky-top {
  top: 6.5rem;
  z-index: 38;
}
main.content .modal .sticky-top {
  position: initial;
  top: initial;
  z-index: initial;
}

main.full {
  margin-top: 3.5rem;
}
main.full .container-fluid, main.full .container-sm, main.full .container-md, main.full .container-lg, main.full .container-xl {
  padding-right: 0px;
  padding-left: 0px;
}

main.max > .container-fluid, main.max > .container-sm, main.max > .container-md, main.max > .container-lg, main.max > .container-xl {
  max-width: 1440px;
}

#modal .sticky-top {
  top: 0rem !important;
  z-index: 38;
}

.page-toolbar {
  height: 3rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.page-toolbar .nav-pills .dropdown-toggle::after {
  vertical-align: middle;
}
.page-toolbar .nav-pills .dropdown-menu {
  min-width: 120px !important;
}
.page-toolbar .nav-link {
  text-transform: capitalize;
}

.footer {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 39;
  height: 3rem;
}

.loading-state,
.empty-state {
  margin-top: 20vh;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}

.empty-state {
  color: rgba(51, 51, 51, 0.4);
}

.layer {
  display: none;
}

hr {
  border-color: 1px solid #dfe4e8;
}

.month-list.sticky-top {
  top: 9.5rem !important;
}

.fill-primary {
  fill: #D2232A;
}

.no-caret a:after {
  display: none;
}

a.handle {
  cursor: move;
}

.dropdown-menu-sm,
.menu-cascading {
  min-width: inherit;
}

.lf-fit {
  margin-left: -20px;
  margin-right: -20px;
}

.h-100vh {
  height: 100vh;
}

.h-screen {
  height: 100vh;
}

.h-page-body {
  height: calc(100vh - 11.5rem);
}

[data-action^=click]:not(a) {
  cursor: pointer;
}

[data-action^=click]:not(a):hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26);
}

.carousel-control-next,
.carousel-control-prev {
  box-shadow: none;
}

dd {
  margin: initial !important;
  margin-bottom: 0.5rem !important;
}

.modal-body {
  color: #212529;
}

.text-yellow {
  color: #ffc107;
}

.text-green {
  color: #28a745;
}

.text-red {
  color: #dc3545;
}

.text-gray {
  color: #6c757d;
}

.bg-yellow {
  background-color: #ffc107;
}

.bg-green {
  background-color: #28a745;
}

.bg-red {
  background-color: #dc3545;
}

.bg-gray {
  background-color: #6c757d;
}

.avatar {
  --tblr-avatar-size: 2.5rem;
  --tblr-avatar-shadow: inset rgba(29, 39, 59, 0.04) 0 0 0 1px;
  position: relative;
  width: var(--tblr-avatar-size);
  height: var(--tblr-avatar-size);
  font-size: calc(var(--tblr-avatar-size) / 2.8571428572);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #D2232A;
  text-align: center;
  text-transform: uppercase;
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(210, 35, 42, 0.12) no-repeat center/cover;
  border-radius: 4px;
  box-shadow: var(--tblr-avatar-shadow);
}

.avatar svg {
  width: calc(var(--tblr-avatar-size) / 1.6666666667);
  height: calc(var(--tblr-avatar-size) / 1.6666666667);
}

.avatar .badge {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 100rem;
  box-shadow: 0 0 0 2px #ffffff;
}

a.avatar {
  cursor: pointer;
}

.avatar-rounded {
  border-radius: 100rem;
}

.avatar-xs {
  --tblr-avatar-size: 1.5rem;
}

.avatar-xs .badge:empty {
  width: 0.375rem;
  height: 0.375rem;
}

.avatar-sm {
  --tblr-avatar-size: 2rem;
}

.avatar-sm .badge:empty {
  width: 0.5rem;
  height: 0.5rem;
}

.avatar-md {
  --tblr-avatar-size: 4rem;
}

.avatar-md .badge:empty {
  width: 1rem;
  height: 1rem;
}

.avatar-lg {
  --tblr-avatar-size: 5.5rem;
}

.avatar-lg .badge:empty {
  width: 1.375rem;
  height: 1.375rem;
}

.avatar-xl {
  --tblr-avatar-size: 7rem;
}

.avatar-xl .badge:empty {
  width: 1.75rem;
  height: 1.75rem;
}

.avatar-2xl {
  --tblr-avatar-size: 11rem;
}

.avatar-2xl .badge:empty {
  width: 2.75rem;
  height: 2.75rem;
}

.avatar-profile-menu {
  --tblr-avatar-size: 2.5rem;
  background-color: rgba(96, 125, 139, 0.1);
}

.avatar-profile-menu .badge:empty {
  width: 0.625rem;
  height: 0.625rem;
}

.avatar-list {
  --tblr-list-gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--tblr-list-gap);
}

.avatar-list a.avatar:hover {
  z-index: 1;
}

.avatar-list-stacked {
  display: block;
  --tblr-list-gap: 0;
}

.avatar-list-stacked .avatar {
  margin-right: calc(-0.5 * var(--tblr-avatar-size)) !important;
  box-shadow: var(--tblr-avatar-shadow), 0 0 0 2px #fff;
}

.avatar-cover {
  margin-top: calc(-0.5 * var(--tblr-avatar-size));
  box-shadow: 0 0 0 0.25rem #fff;
}

@media (max-width: 1023.98px) {
  .avatar-xl {
    --tblr-avatar-size: 5.5rem;
  }
  .avatar-2xl {
    --tblr-avatar-size: 8.5rem;
  }
}
@media (max-width: 839.98px) {
  .avatar-xl {
    --tblr-avatar-size: 4.5rem;
  }
  .avatar-2xl {
    --tblr-avatar-size: 7.5rem;
  }
}
@media (max-width: 599.98px) {
  .avatar-xl {
    --tblr-avatar-size: 3.5rem;
  }
  .avatar-2xl {
    --tblr-avatar-size: 6.5rem;
  }
}
.avatar-upload-wrapper {
  position: relative;
  display: inline-block;
}
.avatar-upload-wrapper:hover .avatar-overlay {
  opacity: 1 !important;
}
.avatar-upload-wrapper .avatar-link {
  display: block;
  position: relative;
  z-index: 1;
}
.avatar-upload-wrapper .avatar-link .avatar {
  transition: opacity 0.3s ease;
}
.avatar-upload-wrapper:hover .avatar-link .avatar {
  opacity: 0.8;
}
.avatar-upload-wrapper .avatar-overlay {
  z-index: 2;
  border-radius: 50%;
}
.avatar-upload-wrapper .avatar-overlay .btn, .avatar-upload-wrapper .avatar-overlay .card-link {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.avatar-upload-wrapper .avatar-overlay .btn:hover, .avatar-upload-wrapper .avatar-overlay .card-link:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4) !important;
}

@media (max-width: 839.98px) {
  .breadcrumb {
    display: none;
  }
  .spotlight {
    display: none;
  }
}
.hidden {
  display: none;
}

.no-shadow {
  box-shadow: none;
}

.no-caret::after {
  display: none;
}

/**
Horizontal rules
 */
/**
Hr text
 */
.hr-text {
  display: flex;
  align-items: center;
  margin: 2rem 0;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1rem;
  color: var(--tblr-muted);
  height: 1px;
}

.hr-text:after,
.hr-text:before {
  flex: 1 1 auto;
  height: 1px;
  background-color: #e6e7e9;
}

.hr-text:before {
  content: "";
  margin-right: 0.5rem;
}

.hr-text:after {
  content: "";
  margin-left: 0.5rem;
}

.hr-text > *:first-child {
  padding-right: 0.5rem;
  padding-left: 0;
  color: var(--tblr-muted);
}

.hr-text.hr-text-left:before {
  content: none;
}

.hr-text.hr-text-left > *:first-child {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.hr-text.hr-text-right:before {
  content: "";
}

.hr-text.hr-text-right:after {
  content: none;
}

.hr-text.hr-text-right > *:first-child {
  padding-right: 0;
  padding-left: 0.5rem;
}

.card > .hr-text {
  margin: 0;
}

.hr-text-spaceless {
  margin: -0.5rem 0;
}

.btn-fab {
  border-radius: 50% !important;
  border: 1px solid #cdcdcd;
  box-shadow: none;
  padding: 0;
  position: relative;
  min-width: 0;
  font-size: 20px !important;
  height: 2rem;
  width: 2rem;
  display: inline-flex !important;
}
.btn-fab .icon {
  line-height: 1 !important;
  vertical-align: initial;
}
.btn-fab::before {
  border-radius: 50%;
}
.btn-fab:disabled:active, .btn-fab.disabled:active {
  box-shadow: none;
}
.btn-fab.btn-xl {
  height: 3rem;
  line-height: 3rem;
  width: 3rem;
  font-size: 26px !important;
}
.btn-fab.btn-lg {
  height: 2.5rem;
  line-height: 2.5rem;
  width: 2.5rem;
  font-size: 24px !important;
}
.btn-fab.btn-sm {
  font-size: 20px !important;
  height: 2rem;
  line-height: 2rem;
  width: 2rem;
}
.btn-fab.btn-xs {
  line-height: 1.5rem;
  font-size: 15px !important;
  height: 1.75rem;
  width: 1.75rem;
}

.btn-group-pad button,
.btn-group-pad a.btn,
.btn-group-pad a.card-link {
  margin-left: 4px !important;
}

.btn.btn-float, .btn-float.card-link {
  margin-top: -24px;
  margin-right: 20px;
  float: right;
}

.btn .mi, .card-link .mi {
  font-size: inherit;
}

.action .btn-fab {
  color: #9aa0ac !important;
}
.action .btn-fab:active, .action .btn-fab:hover, .action .btn-fab:focus {
  color: #424242 !important;
}

.btn:not(.btn-fab).btn-xs, .card-link:not(.btn-fab).btn-xs {
  font-size: 0.75rem;
  padding: 0.35rem 0.75rem;
}

.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);
}

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

.card-plain {
  box-shadow: none;
  border: 1px solid rgba(101, 109, 119, 0.16);
}

.card-hover:hover {
  background: #eee;
  cursor: pointer;
}

.card-title {
  display: block;
  margin: 0 0 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.card-header {
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  color: #656d77;
  border-bottom: 1px solid rgba(101, 109, 119, 0.16);
}

.card-group.card-group-scroll {
  overflow-x: auto;
  flex-wrap: nowrap !important;
  display: flex;
  -webkit-overflow-scrolling: touch;
}
.card-group.card-group-scroll::-webkit-scrollbar {
  display: none;
}

.card-group.card-group-scroll > .card {
  flex-basis: 35% !important;
  flex: 1 0 0;
}

.card-group.card-group-scroll > .card + .card {
  margin-left: 0.75rem;
}

.carousel-item {
  border-radius: 4px;
}

#attendance-list .list-group-item {
  border-left: none;
  border-right: none;
  transition: background-color 0.2s ease;
  padding: 0.5rem 0.75rem !important;
}
#attendance-list .list-group-item:first-child {
  border-top: none;
}
#attendance-list .list-group-item:last-child {
  border-bottom: none;
}
#attendance-list .list-group-item:hover {
  background-color: #f8f9fa;
}
#attendance-list .list-group-item:active {
  background-color: #e9ecef;
}
#attendance-list .badge {
  font-size: 0.7rem;
  padding: 0.25em 0.5em;
}
@media (max-width: 576px) {
  #attendance-list .list-group-item {
    padding: 0.5rem !important;
    min-height: 40px;
  }
  #attendance-list .small {
    font-size: 0.8rem;
  }
}

:root {
  --dt-row-selected: 2, 117, 216;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 228, 228, 228;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-header-align-items: center;
  --dt-header-vertical-align: middle;
  --dt-html-background: white;
}

:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable tbody td.dt-control {
  text-align: center;
  cursor: pointer;
}

table.dataTable tbody td.dt-control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}

table.dataTable tbody tr.dt-hasChild td.dt-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

table.dataTable tfoot:empty {
  display: none;
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before,
:root[data-theme=dark] table.dataTable td.dt-control:before {
  border-left-color: rgba(255, 255, 255, 0.5);
}

html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: transparent;
}

div.dt-scroll {
  width: 100%;
}

div.dt-scroll-body thead tr,
div.dt-scroll-body tfoot tr {
  height: 0;
}

div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body tfoot tr td {
  height: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}

div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
  height: 0 !important;
  overflow: hidden !important;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}

table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 50%;
  content: "▼";
  content: "▼"/"";
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  position: relative;
  width: 12px;
  height: 20px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  left: 0;
  opacity: 0.125;
  line-height: 9px;
  font-size: 0.8em;
}

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
  cursor: pointer;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(0, 0, 0, 0.05);
  outline-offset: -2px;
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0.6;
}

table.dataTable thead > tr > th.dt-orderable-none:not(.dt-ordering-asc, .dt-ordering-desc) span.dt-column-order:empty, table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-none:not(.dt-ordering-asc, .dt-ordering-desc) span.dt-column-order:empty,
table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
  display: none;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead > tr > th div.dt-column-header,
table.dataTable thead > tr > th div.dt-column-footer,
table.dataTable thead > tr > td div.dt-column-header,
table.dataTable thead > tr > td div.dt-column-footer,
table.dataTable tfoot > tr > th div.dt-column-header,
table.dataTable tfoot > tr > th div.dt-column-footer,
table.dataTable tfoot > tr > td div.dt-column-header,
table.dataTable tfoot > tr > td div.dt-column-footer {
  display: flex;
  justify-content: space-between;
  align-items: var(--dt-header-align-items);
  gap: 4px;
}

table.dataTable thead > tr > th div.dt-column-header span.dt-column-title,
table.dataTable thead > tr > th div.dt-column-footer span.dt-column-title,
table.dataTable thead > tr > td div.dt-column-header span.dt-column-title,
table.dataTable thead > tr > td div.dt-column-footer span.dt-column-title,
table.dataTable tfoot > tr > th div.dt-column-header span.dt-column-title,
table.dataTable tfoot > tr > th div.dt-column-footer span.dt-column-title,
table.dataTable tfoot > tr > td div.dt-column-header span.dt-column-title,
table.dataTable tfoot > tr > td div.dt-column-footer span.dt-column-title {
  flex-grow: 1;
}

table.dataTable thead > tr > th div.dt-column-header span.dt-column-title:empty,
table.dataTable thead > tr > th div.dt-column-footer span.dt-column-title:empty,
table.dataTable thead > tr > td div.dt-column-header span.dt-column-title:empty,
table.dataTable thead > tr > td div.dt-column-footer span.dt-column-title:empty,
table.dataTable tfoot > tr > th div.dt-column-header span.dt-column-title:empty,
table.dataTable tfoot > tr > th div.dt-column-footer span.dt-column-title:empty,
table.dataTable tfoot > tr > td div.dt-column-header span.dt-column-title:empty,
table.dataTable tfoot > tr > td div.dt-column-footer span.dt-column-title:empty {
  display: none;
}

div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
  overflow: hidden;
}

:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover, :root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(255, 255, 255, 0.05);
}

div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -22px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}

div.dt-processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

div.dt-processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(2, 117, 216);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dt-processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable th,
table.dataTable td {
  box-sizing: border-box;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: right;
}

table.dataTable th.dt-type-numeric div.dt-column-header,
table.dataTable th.dt-type-numeric div.dt-column-footer, table.dataTable th.dt-type-date div.dt-column-header,
table.dataTable th.dt-type-date div.dt-column-footer,
table.dataTable td.dt-type-numeric div.dt-column-header,
table.dataTable td.dt-type-numeric div.dt-column-footer,
table.dataTable td.dt-type-date div.dt-column-header,
table.dataTable td.dt-type-date div.dt-column-footer {
  flex-direction: row-reverse;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-left div.dt-column-header,
table.dataTable th.dt-left div.dt-column-footer,
table.dataTable td.dt-left div.dt-column-header,
table.dataTable td.dt-left div.dt-column-footer {
  flex-direction: row;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-right div.dt-column-header,
table.dataTable th.dt-right div.dt-column-footer,
table.dataTable td.dt-right div.dt-column-header,
table.dataTable td.dt-right div.dt-column-footer {
  flex-direction: row-reverse;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-justify div.dt-column-header,
table.dataTable th.dt-justify div.dt-column-footer,
table.dataTable td.dt-justify div.dt-column-header,
table.dataTable td.dt-justify div.dt-column-footer {
  flex-direction: row;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
  text-align: center;
  vertical-align: top;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
  vertical-align: var(--dt-header-vertical-align);
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-left div.dt-column-header,
table.dataTable thead th.dt-head-left div.dt-column-footer,
table.dataTable thead td.dt-head-left div.dt-column-header,
table.dataTable thead td.dt-head-left div.dt-column-footer,
table.dataTable tfoot th.dt-head-left div.dt-column-header,
table.dataTable tfoot th.dt-head-left div.dt-column-footer,
table.dataTable tfoot td.dt-head-left div.dt-column-header,
table.dataTable tfoot td.dt-head-left div.dt-column-footer {
  flex-direction: row;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-right div.dt-column-header,
table.dataTable thead th.dt-head-right div.dt-column-footer,
table.dataTable thead td.dt-head-right div.dt-column-header,
table.dataTable thead td.dt-head-right div.dt-column-footer,
table.dataTable tfoot th.dt-head-right div.dt-column-header,
table.dataTable tfoot th.dt-head-right div.dt-column-footer,
table.dataTable tfoot td.dt-head-right div.dt-column-header,
table.dataTable tfoot td.dt-head-right div.dt-column-footer {
  flex-direction: row-reverse;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-justify div.dt-column-header,
table.dataTable thead th.dt-head-justify div.dt-column-footer,
table.dataTable thead td.dt-head-justify div.dt-column-header,
table.dataTable thead td.dt-head-justify div.dt-column-footer,
table.dataTable tfoot th.dt-head-justify div.dt-column-header,
table.dataTable tfoot th.dt-head-justify div.dt-column-footer,
table.dataTable tfoot td.dt-head-justify div.dt-column-header,
table.dataTable tfoot td.dt-head-justify div.dt-column-footer {
  flex-direction: row;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable.table {
  clear: both;
  max-width: none;
  border-spacing: 0;
  margin-bottom: 0;
}

table.dataTable.table.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: transparent;
}

table.dataTable.table > tbody > tr {
  background-color: transparent;
}

table.dataTable.table > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgb(2, 117, 216);
  box-shadow: inset 0 0 0 9999px rgb(var(--dt-row-selected));
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}

table.dataTable.table > tbody > tr.selected a {
  color: rgb(228, 228, 228);
  color: rgb(var(--dt-row-selected-link));
}

table.dataTable.table.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05);
}

table.dataTable.table.table-striped > tbody > tr:nth-of-type(2n+1).selected > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.95);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.95);
}

table.dataTable.table.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.075);
}

table.dataTable.table.table-hover > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.975);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.975);
}

div.dt-container div.dt-layout-start > *:not(:last-child) {
  margin-right: 1em;
}

div.dt-container div.dt-layout-end > *:not(:first-child) {
  margin-left: 1em;
}

div.dt-container div.dt-layout-full {
  width: 100%;
}

div.dt-container div.dt-layout-full > *:only-child {
  margin-left: auto;
  margin-right: auto;
}

div.dt-container div.dt-layout-table > div {
  display: block !important;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-start > *:not(:last-child) {
    margin-right: 0;
  }
  div.dt-container div.dt-layout-end > *:not(:first-child) {
    margin-left: 0;
  }
}
div.dt-container {
  position: relative;
}

div.dt-container > div.row {
  margin-bottom: 0.5rem;
}

div.dt-container > div.row:last-child {
  margin-bottom: 0;
}

div.dt-container div.dt-length label, div.dt-container div.dt-length legend {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  margin-bottom: 0;
}

div.dt-container div.dt-length select {
  width: auto;
  display: inline-block;
  margin-right: 0.5em;
}

div.dt-container div.dt-search label, div.dt-container div.dt-search legend {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  margin-bottom: 0;
}

div.dt-container div.dt-search input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dt-container div.dt-info {
  white-space: nowrap;
}

div.dt-container div.dt-paging {
  margin: 0;
}

div.dt-container div.dt-paging ul.pagination {
  margin: 0;
  flex-wrap: wrap;
}

div.dt-container div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

div.dt-container div.dt-scroll-body {
  border-bottom: 1px solid #dee2e6;
}

div.dt-container div.dt-scroll-body table,
div.dt-container div.dt-scroll-body tbody > tr:last-child > * {
  border-bottom: none;
}

div.dt-scroll-head table.dataTable {
  margin-bottom: 0 !important;
}

div.dt-scroll-body > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dt-scroll-body > table thead .dt-orderable-asc:before,
div.dt-scroll-body > table thead .dt-orderable-desc:after {
  display: none;
}

div.dt-scroll-body > table > tbody tr:first-child th,
div.dt-scroll-body > table > tbody tr:first-child td {
  border-top: none;
}

div.dt-scroll-foot > .dt-scroll-footInner {
  box-sizing: content-box;
}

div.dt-scroll-foot > .dt-scroll-footInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-length,
div.dt-container div.dt-search,
div.dt-container div.dt-info,
div.dt-container div.dt-paging {
    text-align: center;
  }
  div.dt-container div.row {
    margin-bottom: 0;
  }
  div.dt-container div.row > * {
    margin-bottom: 0.5rem;
  }
  div.dt-container div.dt-paging ul.pagination {
    justify-content: center !important;
  }
}
table.dataTable.table-sm > thead > tr th.dt-orderable-asc, table.dataTable.table-sm > thead > tr th.dt-orderable-desc, table.dataTable.table-sm > thead > tr th.dt-ordering-asc, table.dataTable.table-sm > thead > tr th.dt-ordering-desc,
table.dataTable.table-sm > thead > tr td.dt-orderable-asc,
table.dataTable.table-sm > thead > tr td.dt-orderable-desc,
table.dataTable.table-sm > thead > tr td.dt-ordering-asc,
table.dataTable.table-sm > thead > tr td.dt-ordering-desc {
  padding-right: 4px;
}

table.dataTable.table-sm > thead > tr th.dt-orderable-asc span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-orderable-desc span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-ordering-asc span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-ordering-desc span.dt-column-order,
table.dataTable.table-sm > thead > tr td.dt-orderable-asc span.dt-column-order,
table.dataTable.table-sm > thead > tr td.dt-orderable-desc span.dt-column-order,
table.dataTable.table-sm > thead > tr td.dt-ordering-asc span.dt-column-order,
table.dataTable.table-sm > thead > tr td.dt-ordering-desc span.dt-column-order {
  right: 4px;
}

table.dataTable.table-sm > thead > tr th.dt-type-date span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-type-numeric span.dt-column-order,
table.dataTable.table-sm > thead > tr td.dt-type-date span.dt-column-order,
table.dataTable.table-sm > thead > tr td.dt-type-numeric span.dt-column-order {
  left: 4px;
}

div.dt-scroll-head table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dt-container > div.row {
  margin: 0;
}

div.table-responsive > div.dt-container > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}

div.table-responsive > div.dt-container > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  margin-right: 0.5em;
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control.arrow-right::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control.arrow-right::before {
  border-top: 5px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.5);
}

table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > th.dtr-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 0.333em;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > td.control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > th.control.arrow-right::before {
  border-top: 5px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.5);
}

table.dataTable.dtr-column > tbody > tr.dtr-expanded td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.dtr-expanded th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.dtr-expanded td.control:before,
table.dataTable.dtr-column > tbody > tr.dtr-expanded th.control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: fit-content;
  max-height: 75%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 2.5em;
}

div.dtr-modal div.dtr-modal-content h2 {
  margin-top: 0;
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
html.dark table.dataTable > tbody > tr > td.dtr-control:before,
html[data-bs-theme=dark] table.dataTable > tbody > tr > td.dtr-control:before {
  border-left-color: rgba(255, 255, 255, 0.5) !important;
}

html.dark table.dataTable > tbody > tr > td.dtr-control.arrow-right::before,
html[data-bs-theme=dark] table.dataTable > tbody > tr > td.dtr-control.arrow-right::before {
  border-right-color: rgba(255, 255, 255, 0.5) !important;
}

html.dark table.dataTable > tbody > tr.dtr-expanded > td.dtr-control:before,
html.dark table.dataTable > tbody > tr.dtr-expanded > th.dtr-control:before,
html[data-bs-theme=dark] table.dataTable > tbody > tr.dtr-expanded > td.dtr-control:before,
html[data-bs-theme=dark] table.dataTable > tbody > tr.dtr-expanded > th.dtr-control:before {
  border-top-color: rgba(255, 255, 255, 0.5) !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

html.dark table.dataTable > tbody > tr.child ul.dtr-details > li,
html[data-bs-theme=dark] table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom-color: rgb(64, 67, 70);
}

html.dark div.dtr-modal div.dtr-modal-display,
html[data-bs-theme=dark] div.dtr-modal div.dtr-modal-display {
  background-color: rgb(33, 37, 41);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}

@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes dtb-spinner {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes dtb-spinner {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes dtb-spinner {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.dataTables_wrapper {
  position: relative;
}

div.dt-buttons {
  position: initial;
}

div.dt-buttons .dt-button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border-radius: 0.75em;
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 2003;
  overflow: hidden;
}

div.dt-button-info h2 {
  padding: 2rem 2rem 1rem 2rem;
  margin: 0;
  font-weight: normal;
}

div.dt-button-info > div {
  padding: 1em 2em 2em 2em;
}

div.dtb-popover-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2003;
}

button.dtb-hide-drop {
  display: none !important;
}

div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0.5em 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 0.9em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.dt-button-collection-title:empty {
  display: none;
}

span.dt-button-spacer {
  display: inline-block;
  margin: 0.5em;
  white-space: nowrap;
}

span.dt-button-spacer.bar {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  padding-left: 0.5em;
}

span.dt-button-spacer.bar:empty {
  height: 1em;
  width: 1px;
  padding-left: 0;
}

div.dt-button-collection .dt-button-active {
  padding-right: 3em;
}

div.dt-button-collection .dt-button-active:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 1em;
  display: inline-block;
  content: "✓";
  color: inherit;
}

div.dt-button-collection .dt-button-active.dt-button-split {
  padding-right: 0;
}

div.dt-button-collection .dt-button-active.dt-button-split:after {
  display: none;
}

div.dt-button-collection .dt-button-active.dt-button-split > *:first-child {
  padding-right: 3em;
}

div.dt-button-collection .dt-button-active.dt-button-split > *:first-child:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 1em;
  display: inline-block;
  content: "✓";
  color: inherit;
}

div.dt-button-collection .dt-button-active-a a {
  padding-right: 3em;
}

div.dt-button-collection .dt-button-active-a a:after {
  position: absolute;
  right: 1em;
  display: inline-block;
  content: "✓";
  color: inherit;
}

div.dt-button-collection span.dt-button-spacer {
  width: 100%;
  font-size: 0.9em;
  text-align: center;
  margin: 0.5em 0;
}

div.dt-button-collection span.dt-button-spacer:empty {
  height: 0;
  width: 100%;
}

div.dt-button-collection span.dt-button-spacer.bar {
  border-left: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 0;
}

@media print {
  table.dataTable tr > * {
    box-shadow: none !important;
  }
}
div.dt-buttons div.btn-group {
  position: initial;
}

div.dt-buttons span.dt-button-spacer.empty {
  margin: 1px;
}

div.dt-buttons span.dt-button-spacer.bar:empty {
  height: inherit;
}

div.dt-buttons .btn.processing, div.dt-buttons .processing.card-link {
  color: rgba(0, 0, 0, 0.2);
}

div.dt-buttons .btn.processing:after, div.dt-buttons .processing.card-link:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid rgb(40, 40, 40);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

div.dropdown-menu.dt-button-collection {
  margin-top: 4px;
  width: 200px;
}

div.dropdown-menu.dt-button-collection .dt-button {
  position: relative;
}

div.dropdown-menu.dt-button-collection .dt-button.dropdown-toggle::after {
  position: absolute;
  right: 12px;
  top: 14px;
}

div.dropdown-menu.dt-button-collection div.dt-button-split {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}

div.dropdown-menu.dt-button-collection div.dt-button-split a:first-child {
  min-width: auto;
  flex: 1 0 50px;
  padding-right: 0;
}

div.dropdown-menu.dt-button-collection div.dt-button-split button:last-child {
  min-width: 33px;
  flex: 0;
  background: transparent;
  border: none;
  line-height: 1rem;
  color: rgb(33, 37, 41);
  padding: 0 16px;
  overflow: visible;
}

div.dropdown-menu.dt-button-collection div.dt-button-split button:last-child:hover {
  color: #16181b;
  background-color: #f8f9fa;
}

div.dropdown-menu.dt-button-collection.fixed {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 5px;
  background-color: white;
  padding: 0.5em;
}

div.dropdown-menu.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}

div.dropdown-menu.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}

div.dropdown-menu.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}

div.dropdown-menu.dt-button-collection.fixed.columns {
  margin-left: -409px;
}

@media screen and (max-width: 1024px) {
  div.dropdown-menu.dt-button-collection.fixed.columns {
    margin-left: -308px;
  }
}
@media screen and (max-width: 640px) {
  div.dropdown-menu.dt-button-collection.fixed.columns {
    margin-left: -203px;
  }
}
@media screen and (max-width: 460px) {
  div.dropdown-menu.dt-button-collection.fixed.columns {
    margin-left: -100px;
  }
}
div.dropdown-menu.dt-button-collection.fixed > :last-child {
  max-height: 100vh;
  overflow: auto;
}

div.dropdown-menu.dt-button-collection.two-column > :last-child, div.dropdown-menu.dt-button-collection.three-column > :last-child, div.dropdown-menu.dt-button-collection.four-column > :last-child {
  display: block !important;
  column-gap: 8px;
}

div.dropdown-menu.dt-button-collection.two-column > :last-child > *, div.dropdown-menu.dt-button-collection.three-column > :last-child > *, div.dropdown-menu.dt-button-collection.four-column > :last-child > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

div.dropdown-menu.dt-button-collection.two-column {
  width: 400px;
}

div.dropdown-menu.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  column-count: 2;
}

div.dropdown-menu.dt-button-collection.three-column {
  width: 450px;
}

div.dropdown-menu.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  column-count: 3;
}

div.dropdown-menu.dt-button-collection.four-column {
  width: 600px;
}

div.dropdown-menu.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  column-count: 4;
}

div.dropdown-menu.dt-button-collection .dt-button {
  border-radius: 0;
}

div.dropdown-menu.dt-button-collection.columns {
  width: auto;
}

div.dropdown-menu.dt-button-collection.columns > :last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  width: 818px;
  padding-bottom: 1px;
}

div.dropdown-menu.dt-button-collection.columns > :last-child .dt-button {
  min-width: 200px;
  flex: 0 1;
  margin: 0;
}

div.dropdown-menu.dt-button-collection.columns.dtb-b3 > :last-child, div.dropdown-menu.dt-button-collection.columns.dtb-b2 > :last-child, div.dropdown-menu.dt-button-collection.columns.dtb-b1 > :last-child {
  justify-content: space-between;
}

div.dropdown-menu.dt-button-collection.columns.dtb-b3 .dt-button {
  flex: 1 1 32%;
}

div.dropdown-menu.dt-button-collection.columns.dtb-b2 .dt-button {
  flex: 1 1 48%;
}

div.dropdown-menu.dt-button-collection.columns.dtb-b1 .dt-button {
  flex: 1 1 100%;
}

@media screen and (max-width: 1024px) {
  div.dropdown-menu.dt-button-collection.columns > :last-child {
    width: 612px;
  }
}
@media screen and (max-width: 640px) {
  div.dropdown-menu.dt-button-collection.columns > :last-child {
    width: 406px;
  }
  div.dropdown-menu.dt-button-collection.columns.dtb-b3 .dt-button {
    flex: 0 1 32%;
  }
}
@media screen and (max-width: 460px) {
  div.dropdown-menu.dt-button-collection.columns > :last-child {
    width: 200px;
  }
}
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  div.dt-buttons a.btn, div.dt-buttons a.card-link {
    float: none;
  }
}
div.dt-rowReorder-float-parent {
  table-layout: fixed;
  outline: 2px solid #0275d8;
  z-index: 2001;
  position: absolute !important;
  overflow: hidden;
  border-radius: 3px;
}

div.dt-rowReorder-float-parent table.dt-rowReorder-float {
  opacity: 0.9;
  background-color: white;
  margin: 0 !important;
}

div.dt-rowReorder-float-parent.drop-not-allowed {
  cursor: not-allowed;
}

tr.dt-rowReorder-moving {
  outline: 2px solid #888;
  outline-offset: -2px;
}

body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}

table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}

html.dark div.dt-rowReorder-float-parent {
  outline-color: rgb(110, 168, 254);
}

html.dark div.dt-rowReorder-float-parent table.dt-rowReorder-float {
  background-color: var(--dt-html-background);
}

html.dark tr.dt-rowReorder-moving {
  outline-color: #aaa;
}

table.dataTable > tbody > tr > .selected {
  background-color: rgb(2, 117, 216);
  color: white;
}

div.dt-container span.select-info,
div.dt-container span.select-item {
  margin-left: 0.5em;
}

table.dataTable > tbody > tr > .dt-select {
  text-align: center;
  vertical-align: middle;
}

table.dataTable > thead > tr > .dt-select {
  text-align: center;
  vertical-align: middle;
}

table.dataTable > thead > tr > .dt-select input.dt-select-checkbox {
  margin-left: auto;
  margin-right: auto;
}

table.dataTable input.dt-select-checkbox {
  appearance: none;
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-radius: 3px;
  vertical-align: middle;
  margin-top: 1px;
  color: inherit;
  font-size: 20px;
  line-height: 1em;
}

table.dataTable input.dt-select-checkbox:checked:after {
  display: block;
  content: "✓";
  margin-top: -8px;
}

table.dataTable input.dt-select-checkbox:indeterminate:after {
  display: block;
  position: absolute;
  content: " ";
  top: 3px;
  left: 3px;
  height: 4px;
  width: 4px;
  background-color: black;
  border-radius: 2px;
}

table.dataTable > tbody > tr.selected input.dt-select-checkbox:checked {
  border: 1px solid;
}

table.dataTable > tbody > tr > td.select-checkbox,
table.dataTable > tbody > tr > th.select-checkbox {
  position: relative;
}

table.dataTable > tbody > tr > td.select-checkbox:before,
table.dataTable > tbody > tr > th.select-checkbox:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  content: " ";
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid;
  border-radius: 3px;
}

table.dataTable > tbody > tr.selected > td.select-checkbox:before,
table.dataTable > tbody > tr.selected > th.select-checkbox:before {
  border: 1px solid;
  content: "✓";
  font-size: 20px;
  line-height: 6px;
  text-align: center;
}

table.dataTable.compact > tbody > tr > td.select-checkbox:before,
table.dataTable.compact > tbody > tr > th.select-checkbox:before {
  margin-top: -12px;
}

table.dataTable.compact > tbody > tr.selected > td.select-checkbox:after,
table.dataTable.compact > tbody > tr.selected > th.select-checkbox:after {
  margin-top: -16px;
}

html.dark table.dataTable input.dt-select-checkbox:indeterminate:after,
html[data-bs-theme=dark] table.dataTable input.dt-select-checkbox:indeterminate:after {
  background-color: white;
}

@media screen and (max-width: 640px) {
  div.dt-container span.select-info,
div.dt-container span.select-item {
    margin-left: 0;
    display: block;
  }
}
table.dataTable tr.dtrg-group th {
  background-color: rgba(0, 0, 0, 0.1);
  text-align: left;
}

table.dataTable tr.dtrg-group.dtrg-level-0 th {
  font-weight: bold;
}

table.dataTable tr.dtrg-group.dtrg-level-1 th,
table.dataTable tr.dtrg-group.dtrg-level-2 th,
table.dataTable tr.dtrg-group.dtrg-level-3 th,
table.dataTable tr.dtrg-group.dtrg-level-4 th,
table.dataTable tr.dtrg-group.dtrg-level-5 th {
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 2em;
  font-size: 0.9em;
}

table.dataTable tr.dtrg-group.dtrg-level-2 th {
  background-color: rgba(0, 0, 0, 0.01);
  padding-left: 2.5em;
}

table.dataTable tr.dtrg-group.dtrg-level-3 th {
  background-color: rgba(0, 0, 0, 0.01);
  padding-left: 3em;
}

table.dataTable tr.dtrg-group.dtrg-level-4 th {
  background-color: rgba(0, 0, 0, 0.01);
  padding-left: 3.5em;
}

table.dataTable tr.dtrg-group.dtrg-level-5 th {
  background-color: rgba(0, 0, 0, 0.01);
  padding-left: 4em;
}

html.dark table.dataTable tr.dtrg-group th {
  background-color: rgba(255, 255, 255, 0.1);
}

html.dark table.dataTable tr.dtrg-group.dtrg-level-1 th {
  background-color: rgba(255, 255, 255, 0.05);
}

html.dark table.dataTable tr.dtrg-group.dtrg-level-2 th,
html.dark table.dataTable tr.dtrg-group.dtrg-level-3 th,
html.dark table.dataTable tr.dtrg-group.dtrg-level-4 th,
html.dark table.dataTable tr.dtrg-group.dtrg-level-5 th {
  background-color: rgba(255, 255, 255, 0.01);
}

.card .dt-container {
  margin-left: 4px;
  margin-right: 4px;
}

div.dt-container > div.row {
  margin-bottom: -0.05rem;
}

table.dataTable.table > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px #FF9D8B;
  color: #000;
}

table.dataTable.table > tbody > tr.selected a {
  color: #D2232A;
}

table.dataTable.table.table-hover > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #FF9D8B;
  color: #D2232A;
}

table.dataTable {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-spacing: 0;
  margin-top: 0 !important;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: 1.5em !important;
}
table.dataTable thead th,
table.dataTable tbody td {
  vertical-align: middle;
}
table.dataTable thead th {
  text-transform: uppercase;
  vertical-align: middle;
}
table.dataTable thead tr.loading-progress th {
  padding: 0px;
  height: 1px;
  border-bottom: 0px;
}
table.dataTable tfoot td {
  height: 2rem;
}
table.dataTable th.border,
table.dataTable td.border {
  border-bottom: 0 !important;
  border-right: 0 !important;
}
table.dataTable th:focus,
table.dataTable td:focus {
  outline: 0;
}
table.dataTable th:first-child,
table.dataTable td:first-child {
  padding-left: 1rem;
}
table.dataTable th:last-child,
table.dataTable td:last-child {
  padding-right: 0.5rem;
}
table.dataTable th.control + th,
table.dataTable td.control + td {
  padding-left: 1rem;
}
table.dataTable tr.group td,
table.dataTable tr.active td,
table.dataTable tr.dtrg-group td {
  background-color: #fcfcfc;
}
table.dataTable tr.dt-rowReorder-moving td {
  background-color: white;
}
table.dataTable tr.table-active td {
  background-color: inherit;
}
table.dataTable tr.dtrg-group.dtrg-start.dtrg-level-0 th {
  text-wrap: wrap;
  text-overflow: ellipsis;
}
table.dataTable .selectable {
  cursor: pointer;
}
table.dataTable td a {
  color: #424242;
}
table.dataTable tr.text-danger a {
  color: #f44336 !important;
}
table.dataTable tr .icon.handle {
  vertical-align: middle;
  font-size: 18px;
  cursor: move;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td, table.dataTable.no-wrap th,
table.dataTable.no-wrap td {
  white-space: nowrap;
}
table.dataTable.nowrap th.wrap,
table.dataTable.nowrap td.wrap, table.dataTable.no-wrap th.wrap,
table.dataTable.no-wrap td.wrap {
  white-space: normal;
}
table.dataTable.nowrap th.pre,
table.dataTable.nowrap td.pre, table.dataTable.no-wrap th.pre,
table.dataTable.no-wrap td.pre {
  white-space: pre;
}
table.dataTable .table-active,
table.dataTable .table-active > td,
table.dataTable .table-active > th {
  background-color: #f0f0f0 !important;
}
table.dataTable tr.dtrg-group th {
  background-color: #E3E9EA;
  align-content: center;
  height: 2.5rem;
}
table.dataTable td.ellipsis-xs .media-body {
  text-wrap: wrap;
  min-width: 250px;
}

/*override responsive*/
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  color: initial;
  border: none;
  border-radius: initial;
  text-align: center;
  box-shadow: none;
  box-sizing: initial;
  top: initial;
  left: initial;
  margin-top: initial;
  margin-left: initial;
  width: initial;
  position: initial;
  border-radius: initial;
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-sm icon-tabler icons-tabler-outline icon-tabler-chevron-down"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6 9l6 6l6 -6" /></svg>');
  color: #31b131;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.dt-hasChild > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.dt-hasChild > th:first-child:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-sm icon-tabler icons-tabler-outline icon-tabler-chevron-up"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6 15l6 -6l6 6" /></svg>');
  color: #d33333;
  border: none;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  border-top: 0 !important;
  color: initial;
  border: none;
  border-radius: initial;
  text-align: center;
  box-shadow: none;
  box-sizing: initial;
  top: initial;
  left: initial;
  margin-top: initial;
  margin-left: initial;
  width: initial;
  position: initial;
  border-radius: initial;
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-sm icon-tabler icons-tabler-outline icon-tabler-chevron-down"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6 9l6 6l6 -6" /></svg>');
  color: #31b131;
}
table.dataTable.dtr-column > tbody > tr.dt-hasChild td.control:before,
table.dataTable.dtr-column > tbody > tr.dt-hasChild th.control:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-sm icon-tabler icons-tabler-outline icon-tabler-chevron-up"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6 15l6 -6l6 6" /></svg>');
  color: #d33333;
  border: none;
}

div.dt-container div.dt-search input {
  margin-left: 0;
  display: initial;
}
div.dt-container div.dt-search label, div.dt-container div.dt-search legend {
  display: initial;
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dt-container .table-toolbar {
  display: flex;
  min-height: 3rem;
  background-color: #fff;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
div.dt-container .table-toolbar.sticky-top {
  top: 6.5rem;
  margin-right: -15px !important;
}
div.dt-container .table-subtoolbar + .row {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
div.dt-container .table-toolbar .right-action {
  display: flex;
}
div.dt-container .title.left-action {
  font-weight: 500;
  font-size: 16px;
}
div.dt-container .sticky-bottom {
  bottom: 3rem;
  background-color: #fff;
  position: sticky;
}
@media screen and (max-width: 767px) {
  div.dt-container .sticky-bottom {
    bottom: 0;
  }
}
div.dt-container div.table-footer {
  height: 56px;
  padding-left: 24px;
  padding-right: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.54);
}
div.dt-container div.select-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
div.dt-container div.table-footer .dataTables_info {
  margin-right: 10px;
  padding-top: 0;
}
div.dt-container div.table-footer .dataTables_length {
  margin-right: 20px;
}
div.dt-container div.table-footer .pagination {
  display: flex;
  margin: 0;
}
div.dt-container div.table-footer .select-wrapper input.select-dropdown {
  margin: 0;
  border-bottom: none;
  height: auto;
  line-height: normal;
  font-size: 12px;
  width: 40px;
  text-align: right;
}
div.dt-container div.table-footer select {
  background-color: transparent;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: auto;
  margin-left: 10px;
  color: inherit;
}
div.dt-container .dt-empty {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
div.dt-container .dropdown-item {
  width: auto;
}

.dt-search input {
  background: #e2e6ea;
  border: 1px solid #cdcdcd;
  padding: 8px 0 8px 30px;
  width: 2rem !important;
  height: 2rem !important;
  border-radius: 5em;
  transition: all 0.5s;
  color: transparent;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  outline: none;
  -webkit-appearance: textfield;
}
.dt-search input:hover {
  background-color: #fff;
}
.dt-search input:focus {
  width: 100% !important;
  min-width: 300px;
  padding-right: 2.25rem;
  color: black;
  cursor: auto;
  background-color: white;
}
.dt-search input::-webkit-search-decoration, .dt-search input::-webkit-search-cancel-button {
  display: none;
}
.dt-search input:-moz-placeholder {
  color: transparent;
}
.dt-search input::-webkit-input-placeholder {
  color: transparent;
}
.dt-search label, .dt-search legend {
  position: relative;
}
.dt-search label:before, .dt-search legend:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-sm icon-tabler icons-tabler-outline icon-tabler-search"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="10" cy="10" r="7" /><path d="M21 21l-6 -6" /></svg>');
  position: absolute;
  top: -2px;
  left: -34px;
  width: 36px;
  text-align: center;
  text-align: center;
  z-index: 2;
  pointer-events: none;
  color: #e2e6ea;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  background-color: transparent;
}

.pagination .page-item .page-link {
  border: 0;
  border-radius: 4px;
  margin-left: 1px;
  padding: 0.3rem 0.5rem;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  border-radius: 4px;
  transition: all 0.2s linear;
}

.page-item.first > a,
.page-item.previous > a,
.page-item.next > a,
.page-item.last > a {
  padding: 0.3rem 0.5rem;
}

.page-item.first > i.meterial-icons,
.page-item.previous > i.meterial-icons .page-item.next > i.meterial-icons,
.page-item.last > i.meterial-icons {
  vertical-align: bottom;
}

table.hidden-head thead {
  display: none;
}

div.dt-buttons a.btn.disabled, div.dt-buttons a.disabled.card-link,
div.dt-buttons button.btn.disabled,
div.dt-buttons button.disabled.card-link {
  display: none !important;
}
div.dt-buttons .dropdown-menu-right {
  right: 5px !important;
  margin-top: 6px;
}
div.dt-buttons .dropdown-menu-sm,
div.dt-buttons .menu-cascading {
  padding-top: 0;
  padding-bottom: 0;
}
div.dt-buttons .dropdown-menu:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 51%;
  width: 0;
  height: 0;
  box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
  border-top: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: rotate(-45deg);
  mix-blend-mode: multiple;
}

@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: right;
    margin-bottom: 0;
  }
}
.dt-buttons {
  position: initial;
  justify-content: center;
  display: flex;
}

.dt-buttons .mi,
.btn-fab .mi {
  font-size: 18px;
  cursor: pointer;
}

.dt-buttons .btn, .dt-buttons .card-link {
  line-height: 0;
}

.dt-buttons .btn-group {
  box-shadow: none;
}

.dt-button-collection {
  min-width: 10rem;
}

ul.dt-button-collection {
  z-index: 41;
}

ul.dt-button-collection button.dt-button,
ul.dt-button-collection li.dt-button,
ul.dt-button-collection a.dt-button {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0;
}

ul.dt-button-collection > * {
  break-inside: avoid;
}

ul.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  padding: 10px !important;
}

ul.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  column-count: 3;
}

div.dt-button-background {
  display: none;
}

.select-info .chip {
  border-radius: 20px;
  padding: 5px 12px;
  background-color: #2ebaee;
  margin-right: 4px;
  color: #fff;
}

div.dt-processing > div:last-child {
  display: none;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: left;
}

table.dataTable .dtr-details {
  width: 100% !important;
}

table.dataTable .dtr-details .text-center {
  text-align: left !important;
}

.modal-body .dt-container .sticky-bottom {
  position: initial !important;
}

.best_in_place:focus {
  outline: none;
}
.best_in_place .form-control {
  margin-top: -0.410714rem;
  width: 100%;
}

.simple_form .invalid-feedback {
  display: block;
}

.input-group > input[type=hidden].form-control + .form-control {
  margin-left: 0rem !important;
}

.form-control-plaintext:focus {
  outline: none;
}

.month-select {
  cursor: pointer;
  width: 140px;
}

.monthly-selection {
  position: relative;
  display: inline-block;
  padding-left: 1.75rem;
}

.monthly-selection::before {
  position: absolute;
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icon-tabler-calendar'><path stroke='none' d='M0 0h24v24H0z' fill='none'/><path d='M4 5m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z' /><path d='M16 3v4' /><path d='M8 3v4' /><path d='M4 11h16' /><path d='M11 15h1' /><path d='M12 15v3' /></svg>");
  top: 8px;
  left: 0px;
  color: var(--gray-500);
}

.form-actions > div,
.form-inputs .form-group[class*=col-] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.form-control-static {
  box-shadow: 0 -1px 0 #ddd inset;
  height: 33px;
}

.show_form .form-control {
  cursor: default;
}

.input-group-addon {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.48rem 0.75rem;
  cursor: pointer;
}

.input-group-addon + .form-control,
.form-control + .input-group-addon {
  margin-left: 0;
}

.select2-container--default .select2-results__option {
  min-height: 30px;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
  height: 38px;
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 0 !important;
  outline: 0;
  line-height: 1.5rem;
}
.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  height: auto;
}
.select2-container--default .select2-search--inline .select2-search__field {
  height: 37px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
  margin-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: none !important;
  color: #fff;
}
.select2-container--default .select2-selection--multiple input[type=search] {
  width: 100% !important;
  margin: 0;
}
.select2-container--default .select2-selection--multiple input[type=search]:focus:not([readonly]) {
  border-bottom: none;
  box-shadow: initial;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgba(0, 0, 0, 0.3) transparent transparent;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-top: none;
  border-right: none;
  border-left: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus:not([readonly]) {
  outline: none;
}
.select2-container--default.select2-container--open .select2-dropdown--above,
.select2-container--default.select2-container--open .select2-dropdown--below {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26);
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default div.tagsinput span.tag {
  background-color: #e0484e !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #D2232A !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus:not([readonly]) {
  border-bottom: 1px solid #D2232A;
  box-shadow: 0 1px 0 0 #D2232A;
}

input[type=hidden] + .custom-control {
  clear: left;
}

/* classes attached to <body> */
/* TODO: make fc-event selector work when calender in shadow DOM */
.fc-not-allowed,
.fc-not-allowed .fc-event { /* override events' custom cursors */
  cursor: not-allowed;
}

/* TODO: not attached to body. attached to specific els. move */
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fc {
  /* layout of immediate children */
  display: flex;
  flex-direction: column;
  font-size: 1em;
}

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

.fc table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em; /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  vertical-align: top;
  padding: 0;
}

.fc a[data-navlink] {
  cursor: pointer;
}

.fc a[data-navlink]:hover {
  text-decoration: underline;
}

.fc-direction-ltr {
  direction: ltr;
  text-align: left;
}

.fc-direction-rtl {
  direction: rtl;
  text-align: right;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

/* for FF, which doesn't expand a 100% div within a table cell. use absolute positioning */
/* inner-wrappers are responsible for being absolute */
/* TODO: best place for this? */
.fc-liquid-hack td,
.fc-liquid-hack th {
  position: relative;
}

@font-face {
  font-family: "fcicons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.fc-icon {
  /* added for fc */
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fcicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "\e900";
}

.fc-icon-chevron-right:before {
  content: "\e901";
}

.fc-icon-chevrons-left:before {
  content: "\e902";
}

.fc-icon-chevrons-right:before {
  content: "\e903";
}

.fc-icon-minus-square:before {
  content: "\e904";
}

.fc-icon-plus-square:before {
  content: "\e905";
}

.fc-icon-x:before {
  content: "\e906";
}

/*
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css

These styles only apply when the standard-theme is activated.
When it's NOT activated, the fc-button classes won't even be in the DOM.
*/
.fc {
  /* reset */
}

.fc .fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.fc .fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.fc .fc-button {
  -webkit-appearance: button;
}

.fc .fc-button:not(:disabled) {
  cursor: pointer;
}

.fc .fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.fc {
  /* theme */
}

.fc .fc-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}

.fc .fc-button:hover {
  text-decoration: none;
}

.fc .fc-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}

.fc .fc-button:disabled {
  opacity: 0.65;
}

.fc {
  /* "primary" coloring */
}

.fc .fc-button-primary {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #2C3E50;
  background-color: var(--fc-button-bg-color, #2C3E50);
  border-color: #2C3E50;
  border-color: var(--fc-button-border-color, #2C3E50);
}

.fc .fc-button-primary:hover {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1e2b37;
  background-color: var(--fc-button-hover-bg-color, #1e2b37);
  border-color: #1a252f;
  border-color: var(--fc-button-hover-border-color, #1a252f);
}

.fc .fc-button-primary:disabled { /* not DRY */
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #2C3E50;
  background-color: var(--fc-button-bg-color, #2C3E50);
  border-color: #2C3E50;
  border-color: var(--fc-button-border-color, #2C3E50); /* overrides :hover */
}

.fc .fc-button-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1a252f;
  background-color: var(--fc-button-active-bg-color, #1a252f);
  border-color: #151e27;
  border-color: var(--fc-button-active-border-color, #151e27);
}

.fc .fc-button-primary:not(:disabled):active:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc {
  /* icons within buttons */
}

.fc .fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em; /* bump up the size (but don't make it bigger than line-height of button, which is 1.5em also) */
}

.fc .fc-button-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.fc .fc-button-group > .fc-button {
  position: relative;
  flex: 1 1 auto;
}

.fc .fc-button-group > .fc-button:hover {
  z-index: 1;
}

.fc .fc-button-group > .fc-button:focus,
.fc .fc-button-group > .fc-button:active,
.fc .fc-button-group > .fc-button.fc-button-active {
  z-index: 1;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc .fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}

.fc .fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}

.fc .fc-toolbar-title {
  font-size: 1.75em;
  margin: 0;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em; /* space between */
}

.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
  margin-right: 0.75em; /* space between */
}

.fc-direction-rtl .fc-toolbar-ltr { /* when the toolbar-chunk positioning system is explicitly left-to-right */
  flex-direction: row-reverse;
}

.fc .fc-scroller {
  -webkit-overflow-scrolling: touch;
  position: relative; /* for abs-positioned elements within */
}

.fc .fc-scroller-liquid {
  height: 100%;
}

.fc .fc-scroller-liquid-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fc .fc-scroller-harness {
  position: relative;
  overflow: hidden;
  direction: ltr;
  /* hack for chrome computing the scroller's right/left wrong for rtl. undone below... */
  /* TODO: demonstrate in codepen */
}

.fc .fc-scroller-harness-liquid {
  height: 100%;
}

.fc-direction-rtl .fc-scroller-harness > .fc-scroller { /* undo above hack */
  direction: rtl;
}

.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd); /* bootstrap does this. match */
}

.fc .fc-scrollgrid,
.fc .fc-scrollgrid table { /* all tables (self included) */
  width: 100%; /* because tables don't normally do this */
  table-layout: fixed;
}

.fc .fc-scrollgrid table { /* inner tables */
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
}

.fc .fc-scrollgrid {
  border-collapse: separate;
  border-right-width: 0;
  border-bottom-width: 0;
}

.fc .fc-scrollgrid-liquid {
  height: 100%;
}

.fc .fc-scrollgrid-section { /* a <tr> */
  height: 1px;
}

.fc .fc-scrollgrid-section > td {
  height: 1px; /* needs a height so inner div within grow. better than 0, for firefox */
}

.fc .fc-scrollgrid-section table {
  height: 1px;
  /* for most browsers, if a height isn't set on the table, can't do liquid-height within cells */
  /* serves as a min-height. harmless */
}

.fc .fc-scrollgrid-section-liquid > td {
  height: 100%; /* better than `auto`, for firefox */
}

.fc .fc-scrollgrid-section > * {
  border-top-width: 0;
  border-left-width: 0;
}

.fc .fc-scrollgrid-section-header > *,
.fc .fc-scrollgrid-section-footer > * {
  border-bottom-width: 0;
}

.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
  border-bottom-style: hidden; /* head keeps its bottom border tho */
}

.fc {
  /* stickiness */
}

.fc .fc-scrollgrid-section-sticky > * {
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
  position: sticky;
  z-index: 3; /* TODO: var */
  /* TODO: box-shadow when sticking */
}

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
  top: 0; /* because border-sharing causes a gap at the top */
  /* TODO: give safari -1. has bug */
}

.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
  bottom: 0; /* known bug: bottom-stickiness doesn't work in safari */
}

.fc .fc-scrollgrid-sticky-shim { /* for horizontal scrollbar */
  height: 1px; /* needs height to create scrollbars */
  margin-bottom: -1px;
}

.fc-sticky { /* no .fc wrap because used as child of body */
  position: sticky;
}

.fc .fc-view-harness {
  flex-grow: 1; /* because this harness is WITHIN the .fc's flexbox */
  position: relative;
}

.fc {
  /* when the harness controls the height, make the view liquid */
}

.fc .fc-view-harness-active > .fc-view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc .fc-col-header-cell-cushion {
  display: inline-block; /* x-browser for when sticky (when multi-tier header) */
  padding: 2px 4px;
}

.fc .fc-bg-event,
.fc .fc-non-business,
.fc .fc-highlight {
  /* will always have a harness with position:relative/absolute, so absolutely expand */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc .fc-non-business {
  background: rgba(215, 215, 215, 0.3);
  background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3));
}

.fc .fc-bg-event {
  background: rgb(143, 223, 130);
  background: var(--fc-bg-event-color, rgb(143, 223, 130));
  opacity: 0.3;
  opacity: var(--fc-bg-event-opacity, 0.3);
}

.fc .fc-bg-event .fc-event-title {
  margin: 0.5em;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  font-style: italic;
}

.fc .fc-highlight {
  background: rgba(188, 232, 241, 0.3);
  background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
}

.fc .fc-cell-shaded,
.fc .fc-day-disabled {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

/* link resets */
/* ---------------------------------------------------------------------------------------------------- */
a.fc-event,
a.fc-event:hover {
  text-decoration: none;
}

/* cursor */
.fc-event[href],
.fc-event.fc-event-draggable {
  cursor: pointer;
}

/* event text content */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event .fc-event-main {
  position: relative;
  z-index: 2;
}

/* dragging */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-dragging:not(.fc-event-selected) { /* MOUSE */
  opacity: 0.75;
}

.fc-event-dragging.fc-event-selected { /* TOUCH */
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* resizing */
/* ---------------------------------------------------------------------------------------------------- */
/* (subclasses should hone positioning for touch and non-touch) */
.fc-event .fc-event-resizer {
  display: none;
  position: absolute;
  z-index: 4;
}

.fc-event:hover,
.fc-event-selected { /* TOUCH */ }

.fc-event:hover .fc-event-resizer, .fc-event-selected .fc-event-resizer {
  display: block;
}

.fc-event-selected .fc-event-resizer {
  border-radius: 4px;
  border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
  border-width: 1px;
  border-width: var(--fc-event-resizer-dot-border-width, 1px);
  width: 8px;
  width: var(--fc-event-resizer-dot-total-width, 8px);
  height: 8px;
  height: var(--fc-event-resizer-dot-total-width, 8px);
  border-style: solid;
  border-color: inherit;
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
}

.fc-event-selected .fc-event-resizer:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
}

/* selecting (always TOUCH) */
/* OR, focused by tab-index */
/* (TODO: maybe not the best focus-styling for .fc-daygrid-dot-event) */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-selected,
.fc-event:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event-selected:before, .fc-event:focus:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-event-selected,
.fc-event:focus {
  /* dimmer effect */
}

.fc-event-selected:after, .fc-event:focus:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  z-index: 1;
  /* assume there's a border on all sides. overcome it. */
  /* sometimes there's NOT a border, in which case the dimmer will go over */
  /* an adjacent border, which looks fine. */
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

/*
A HORIZONTAL event
*/
.fc-h-event { /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-h-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
}

.fc-h-event .fc-event-main-frame {
  display: flex; /* for make fc-event-title-container expand */
}

.fc-h-event .fc-event-time {
  max-width: 100%; /* clip overflow on this element */
  overflow: hidden;
}

.fc-h-event .fc-event-title-container { /* serves as a container for the sticky cushion */
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0; /* important for allowing to shrink all the way */
}

.fc-h-event .fc-event-title {
  display: inline-block; /* need this to be sticky cross-browser */
  vertical-align: top; /* for not messing up line-height */
  left: 0; /* for sticky */
  right: 0; /* for sticky */
  max-width: 100%; /* clip overflow on this element */
  overflow: hidden;
}

.fc-h-event.fc-event-selected:before {
  /* expand hit area */
  top: -10px;
  bottom: -10px;
}

/* adjust border and border-radius (if there is any) for non-start/end */
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}

/* resizers */
.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: var(--fc-event-resizer-thickness, 8px);
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
}

/* resizers for TOUCH */
.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}

.fc .fc-popover {
  position: absolute;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc .fc-popover-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3px 4px;
}

.fc .fc-popover-title {
  margin: 0 2px;
}

.fc .fc-popover-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}

.fc-theme-standard .fc-popover {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
}

.fc-theme-standard .fc-popover-header {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

:root {
  --fc-daygrid-event-dot-width: 8px;
}

/* help things clear margins of inner content */
.fc-daygrid-day-frame,
.fc-daygrid-day-events,
.fc-daygrid-event-harness { /* for event top/bottom margins */ }

.fc-daygrid-day-frame:before, .fc-daygrid-day-events:before, .fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table;
}

.fc-daygrid-day-frame:after, .fc-daygrid-day-events:after, .fc-daygrid-event-harness:after {
  content: "";
  clear: both;
  display: table;
}

.fc .fc-daygrid-body { /* a <div> that wraps the table */
  position: relative;
  z-index: 1; /* container inner z-index's because <tr>s can't do it */
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 100%; /* seems to work better than `height` because sets height after rows/cells naturally do it */
}

.fc {
  /* cell top */
}

.fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse;
}

.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 0.3;
}

.fc {
  /* day number (within cell top) */
}

.fc .fc-daygrid-day-number {
  position: relative;
  z-index: 4;
  padding: 4px;
}

.fc {
  /* event container */
}

.fc .fc-daygrid-day-events {
  margin-top: 1px; /* needs to be margin, not padding, so that available cell height can be computed */
}

.fc {
  /* positioning for balanced vs natural */
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  position: absolute;
  left: 0;
  right: 0;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: relative; /* for containing abs positioned event harnesses */
  min-height: 2em; /* in addition to being a min-height during natural height, equalizes the heights a little bit */
}

.fc .fc-daygrid-body-natural { /* can coexist with -unbalanced */ }

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 1em;
}

.fc {
  /* event harness */
}

.fc .fc-daygrid-event-harness {
  position: relative;
}

.fc .fc-daygrid-event-harness-abs {
  position: absolute;
  top: 0; /* fallback coords for when cannot yet be computed */
  left: 0; /* */
  right: 0; /* */
}

.fc .fc-daygrid-bg-harness {
  position: absolute;
  top: 0;
  bottom: 0;
}

.fc {
  /* bg content */
}

.fc .fc-daygrid-day-bg .fc-non-business {
  z-index: 1;
}

.fc .fc-daygrid-day-bg .fc-bg-event {
  z-index: 2;
}

.fc .fc-daygrid-day-bg .fc-highlight {
  z-index: 3;
}

.fc {
  /* events */
}

.fc .fc-daygrid-event {
  z-index: 6;
  margin-top: 1px;
}

.fc .fc-daygrid-event.fc-event-mirror {
  z-index: 7;
}

.fc {
  /* cell bottom (within day-events) */
}

.fc .fc-daygrid-day-bottom {
  font-size: 0.85em;
  padding: 2px 3px 0;
}

.fc .fc-daygrid-day-bottom:before {
  content: "";
  clear: both;
  display: table;
}

.fc .fc-daygrid-more-link {
  position: relative;
  z-index: 4;
  cursor: pointer;
}

.fc {
  /* week number (within frame) */
}

.fc .fc-daygrid-week-number {
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 2px;
  min-width: 1.5em;
  text-align: center;
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  color: #808080;
  color: var(--fc-neutral-text-color, #808080);
}

.fc {
  /* popover */
}

.fc .fc-more-popover .fc-popover-body {
  min-width: 220px;
  padding: 10px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}

.fc-direction-ltr .fc-daygrid-week-number {
  left: 0;
  border-radius: 0 0 3px 0;
}

.fc-direction-rtl .fc-daygrid-week-number {
  right: 0;
  border-radius: 0 0 0 3px;
}

.fc-liquid-hack .fc-daygrid-day-frame {
  position: static; /* will cause inner absolute stuff to expand to <td> */
}

.fc-daygrid-event { /* make root-level, because will be dragged-and-dropped outside of a component root */
  position: relative; /* for z-indexes assigned later */
  white-space: nowrap;
  border-radius: 3px; /* dot event needs this to when selected */
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

/* --- the rectangle ("block") style of event --- */
.fc-daygrid-block-event .fc-event-time {
  font-weight: bold;
}

.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
  padding: 1px;
}

/* --- the dot style of event --- */
.fc-daygrid-dot-event {
  display: flex;
  align-items: center;
  padding: 2px 0;
}

.fc-daygrid-dot-event .fc-event-title {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0; /* important for allowing to shrink all the way */
  overflow: hidden;
  font-weight: bold;
}

.fc-daygrid-dot-event:hover,
.fc-daygrid-dot-event.fc-event-mirror {
  background: rgba(0, 0, 0, 0.1);
}

.fc-daygrid-dot-event.fc-event-selected:before {
  /* expand hit area */
  top: -10px;
  bottom: -10px;
}

.fc-daygrid-event-dot { /* the actual dot */
  margin: 0 4px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #3788d8;
  border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 4px;
  border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
}

/* --- spacing between time and title --- */
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 3px;
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
  margin-left: 3px;
}

/*
A VERTICAL event
*/
.fc-v-event { /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-v-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
  height: 100%;
}

.fc-v-event .fc-event-main-frame {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.fc-v-event .fc-event-time {
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 100%;
  overflow: hidden;
}

.fc-v-event .fc-event-title-container { /* a container for the sticky cushion */
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 0; /* important for allowing to shrink all the way */
}

.fc-v-event .fc-event-title { /* will have fc-sticky on it */
  top: 0;
  bottom: 0;
  max-height: 100%; /* clip overflow */
  overflow: hidden;
}

.fc-v-event:not(.fc-event-start) {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event:not(.fc-event-end) {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-v-event.fc-event-selected:before {
  /* expand hit area */
  left: -10px;
  right: -10px;
}

.fc-v-event {
  /* resizer (mouse AND touch) */
}

.fc-v-event .fc-event-resizer-start {
  cursor: n-resize;
}

.fc-v-event .fc-event-resizer-end {
  cursor: s-resize;
}

.fc-v-event {
  /* resizer for MOUSE */
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  height: 8px;
  height: var(--fc-event-resizer-thickness, 8px);
  left: 0;
  right: 0;
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event {
  /* resizer for TOUCH (when event is "selected") */
}

.fc-v-event.fc-event-selected .fc-event-resizer {
  left: 50%;
  margin-left: -4px;
  margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc .fc-timegrid .fc-daygrid-body { /* the all-day daygrid within the timegrid view */
  z-index: 2; /* put above the timegrid-body so that more-popover is above everything. TODO: better solution */
}

.fc .fc-timegrid-divider {
  padding: 0 0 2px; /* browsers get confused when you set height. use padding instead */
}

.fc .fc-timegrid-body {
  position: relative;
  z-index: 1; /* scope the z-indexes of slots and cols */
  min-height: 100%; /* fill height always, even when slat table doesn't grow */
}

.fc .fc-timegrid-axis-chunk { /* for advanced ScrollGrid */
  position: relative;
}

.fc .fc-timegrid-axis-chunk > table {
  position: relative;
  z-index: 1; /* above the now-indicator-container */
}

.fc .fc-timegrid-slots {
  position: relative;
  z-index: 1;
}

.fc .fc-timegrid-slot { /* a <td> */
  height: 1.5em;
  border-bottom: 0;
}

.fc .fc-timegrid-slot:empty:before {
  content: " "; /* make sure there's at least an empty space to create height for height syncing */
}

.fc .fc-timegrid-slot-minor {
  border-top-style: dotted;
}

.fc .fc-timegrid-slot-label-cushion {
  display: inline-block;
  white-space: nowrap;
}

.fc .fc-timegrid-slot-label {
  vertical-align: middle; /* vertical align the slots */
}

.fc {
  /* slots AND axis cells (top-left corner of view including the "all-day" text) */
}

.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
  padding: 0 4px;
}

.fc {
  /* axis cells (top-left corner of view including the "all-day" text) */
  /* vertical align is more complicated, uses flexbox */
}

.fc .fc-timegrid-axis-frame-liquid {
  height: 100%; /* will need liquid-hack in FF */
}

.fc .fc-timegrid-axis-frame {
  overflow: hidden;
  display: flex;
  align-items: center; /* vertical align */
  justify-content: flex-end; /* horizontal align. matches text-align below */
}

.fc .fc-timegrid-axis-cushion {
  max-width: 60px; /* limits the width of the "all-day" text */
  flex-shrink: 0; /* allows text to expand how it normally would, regardless of constrained width */
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
  text-align: right;
}

.fc-direction-rtl .fc-timegrid-slot-label-frame {
  text-align: left;
}

.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.fc .fc-timegrid-col-frame {
  min-height: 100%; /* liquid-hack is below */
  position: relative;
}

.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc-media-screen .fc-timegrid-cols {
  position: absolute; /* no z-index. children will decide and go above slots */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-media-screen .fc-timegrid-cols > table {
  height: 100%;
}

.fc-media-screen .fc-timegrid-col-bg,
.fc-media-screen .fc-timegrid-col-events,
.fc-media-screen .fc-timegrid-now-indicator-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc {
  /* bg */
}

.fc .fc-timegrid-col-bg {
  z-index: 2; /* TODO: kill */
}

.fc .fc-timegrid-col-bg .fc-non-business {
  z-index: 1;
}

.fc .fc-timegrid-col-bg .fc-bg-event {
  z-index: 2;
}

.fc .fc-timegrid-col-bg .fc-highlight {
  z-index: 3;
}

.fc .fc-timegrid-bg-harness {
  position: absolute; /* top/bottom will be set by JS */
  left: 0;
  right: 0;
}

.fc {
  /* fg events */
  /* (the mirror segs are put into a separate container with same classname, */
  /* and they must be after the normal seg container to appear at a higher z-index) */
}

.fc .fc-timegrid-col-events {
  z-index: 3;
  /* child event segs have z-indexes that are scoped within this div */
}

.fc {
  /* now indicator */
}

.fc .fc-timegrid-now-indicator-container {
  bottom: 0;
  overflow: hidden; /* don't let overflow of lines/arrows cause unnecessary scrolling */
  /* z-index is set on the individual elements */
}

.fc-direction-ltr .fc-timegrid-col-events {
  margin: 0 2.5% 0 2px;
}

.fc-direction-rtl .fc-timegrid-col-events {
  margin: 0 2px 0 2.5%;
}

.fc-timegrid-event-harness {
  position: absolute;
}

.fc-timegrid-event-harness > .fc-timegrid-event {
  position: absolute; /* absolute WITHIN the harness */
  top: 0; /* for when not yet positioned */
  bottom: 0; /* " */
  left: 0;
  right: 0;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
  box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
}

.fc-timegrid-event,
.fc-timegrid-more-link { /* events need to be root */
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  border-radius: 3px;
}

.fc-timegrid-event { /* events need to be root */
  margin-bottom: 1px;
}

.fc-timegrid-event .fc-event-main {
  padding: 1px 1px 0;
}

.fc-timegrid-event .fc-event-time {
  white-space: nowrap;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  margin-bottom: 1px;
}

.fc-timegrid-event-short .fc-event-main-frame {
  flex-direction: row;
  overflow: hidden;
}

.fc-timegrid-event-short .fc-event-time:after {
  content: " - "; /* dash surrounded by non-breaking spaces */
}

.fc-timegrid-event-short .fc-event-title {
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

.fc-timegrid-more-link { /* does NOT inherit from fc-timegrid-event */
  position: absolute;
  z-index: 9999; /* hack */
  color: inherit;
  color: var(--fc-more-link-text-color, inherit);
  background: #d0d0d0;
  background: var(--fc-more-link-bg-color, #d0d0d0);
  cursor: pointer;
  margin-bottom: 1px; /* match space below fc-timegrid-event */
}

.fc-timegrid-more-link-inner { /* has fc-sticky */
  padding: 3px 2px;
  top: 0;
}

.fc-direction-ltr .fc-timegrid-more-link {
  right: 0;
}

.fc-direction-rtl .fc-timegrid-more-link {
  left: 0;
}

.fc {
  /* line */
}

.fc .fc-timegrid-now-indicator-line {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
  border-width: 1px 0 0;
}

.fc {
  /* arrow */
}

.fc .fc-timegrid-now-indicator-arrow {
  position: absolute;
  z-index: 4;
  margin-top: -5px; /* vertically center on top coordinate */
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  left: 0;
  /* triangle pointing right. TODO: mixin */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
  right: 0;
  /* triangle pointing left. TODO: mixin */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

:root {
  --fc-list-event-dot-width: 10px;
  --fc-list-event-hover-bg-color: #f5f5f5;
}

.fc-theme-standard .fc-list {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

.fc {
  /* message when no events */
}

.fc .fc-list-empty {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; /* vertically aligns fc-list-empty-inner */
}

.fc .fc-list-empty-cushion {
  margin: 5em 0;
}

.fc {
  /* table within the scroller */
  /* ---------------------------------------------------------------------------------------------------- */
}

.fc .fc-list-table {
  width: 100%;
  border-style: hidden; /* kill outer border on theme */
}

.fc .fc-list-table tr > * {
  border-left: 0;
  border-right: 0;
}

.fc .fc-list-sticky .fc-list-day > * { /* the cells */
  position: sticky;
  top: 0;
  background: #fff;
  background: var(--fc-page-bg-color, #fff); /* for when headers are styled to be transparent and sticky */
}

.fc {
  /* only exists for aria reasons, hide for non-screen-readers */
}

.fc .fc-list-table thead {
  position: absolute;
  left: -10000px;
}

.fc {
  /* the table's border-style:hidden gets confused by hidden thead. force-hide top border of first cell */
}

.fc .fc-list-table tbody > tr:first-child th {
  border-top: 0;
}

.fc .fc-list-table th {
  padding: 0; /* uses an inner-wrapper instead... */
}

.fc .fc-list-table td,
.fc .fc-list-day-cushion {
  padding: 8px 14px;
}

.fc {
  /* date heading rows */
  /* ---------------------------------------------------------------------------------------------------- */
}

.fc .fc-list-day-cushion:after {
  content: "";
  clear: both;
  display: table; /* clear floating */
}

.fc-theme-standard .fc-list-day-cushion {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
  float: left;
}

.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
  float: right;
}

/* make the dot closer to the event title */
.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
  padding-right: 0;
}

.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
  padding-left: 0;
}

.fc .fc-list-event.fc-event-forced-url {
  cursor: pointer; /* whole row will seem clickable */
}

.fc .fc-list-event:hover td {
  background-color: #f5f5f5;
  background-color: var(--fc-list-event-hover-bg-color, #f5f5f5);
}

.fc {
  /* shrink certain cols */
}

.fc .fc-list-event-graphic,
.fc .fc-list-event-time {
  white-space: nowrap;
  width: 1px;
}

.fc .fc-list-event-dot {
  display: inline-block;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 5px solid #3788d8;
  border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 5px;
  border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
}

.fc {
  /* reset <a> styling */
}

.fc .fc-list-event-title a {
  color: inherit;
  text-decoration: none;
}

.fc {
  /* underline link when hovering over any part of row */
}

.fc .fc-list-event.fc-event-forced-url:hover a {
  text-decoration: underline;
}

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

.fc-header-btn {
  display: block;
  width: 100%;
  line-height: 26px;
}

.fc-t-events {
  outline: 0;
}

.fc-widget-header {
  border-width: 0 !important;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  border-color: inherit;
}

.fullcalendar th.fc-widget-header {
  border-width: 0;
  font-size: 0.8125rem;
  font-weight: 400;
}

.fullcalendar .fc td {
  font-weight: 700;
}

.fullcalendar .fc td,
.fullcalendar .fc th {
  border-right: 0;
  border-left: 0;
}

.fullcalendar .fc-body {
  border: 0.0625rem solid #e4e4e4;
}

.fullcalendar .fc-button {
  color: #4c4c4d !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.fullcalendar .fc-unthemed .fc-popover,
.fullcalendar .fc-unthemed .fc-row,
.fullcalendar .fc-unthemed hr,
.fullcalendar .fc-unthemed tbody,
.fullcalendar .fc-unthemed td,
.fullcalendar .fc-unthemed th,
.fullcalendar .fc-unthemed thead,
.fullcalendar .fc-widget-content {
  border-color: #e4e4e4;
}

.fullcalendar .fc-unthemed .fc-popover .fc-header,
.fullcalendar .fc-unthemed hr {
  background-color: #e4e4e4;
}

.fullcalendar .fc button {
  padding: 0 1.25rem;
  font-size: inherit;
}

.fullcalendar .fc-next-button,
.fullcalendar .fc-prev-button {
  padding: 0 5px;
}

.fullcalendar .fc-state-default.fc-corner-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fullcalendar .fc-state-default.fc-corner-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fullcalendar .fc-state-default {
  background: 0 0;
  border-color: #d8d8d8;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  color: #59595a;
  text-shadow: none;
  box-shadow: none;
}

.fullcalendar .fc-state-active,
.fullcalendar .fc-state-disabled,
.fullcalendar .fc-state-down,
.fullcalendar .fc-state-hover {
  color: #4c4c4d;
  background-color: #fff;
  outline: 0;
}

.fullcalendar .fc-state-hover {
  color: #4c4c4d;
}

.fullcalendar .fc-state-active,
.fullcalendar .fc-state-down {
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  text-decoration: underline;
}

.fullcalendar .fc-toolbar {
  background-color: #fff;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.fullcalendar.fixed .fc-toolbar {
  position: fixed;
  left: 0;
  right: 0;
  top: 6.6rem;
  z-index: 39;
}

.fullcalendar.fixed {
  padding-top: 60px;
}

.fullcalendar .fc-button {
  line-height: 1;
  padding: 0 0.75rem !important;
  height: 3rem;
  text-transform: capitalize;
}

.fullcalendar .fc-toolbar h2 {
  font-size: 1rem;
  line-height: 3rem;
  padding: 0 0.75rem;
  height: 3rem;
  width: 150px;
  border-left: none !important;
}

.fullcalendar .fc-center h2,
.fullcalendar .fc-center > .fc-button,
.fullcalendar .fc-left h2,
.fullcalendar .fc-left > .fc-button,
.fullcalendar .fc-right h2,
.fullcalendar .fc-right > .fc-button {
  border-left: 0;
  border-right: 0;
}

.fc-state-highlight .fc-day-number {
  background-color: #ff3b30;
  color: #ffffff;
  border-radius: 50%;
  margin: 4px;
}

.fc-day-number {
  font-size: 15px;
  margin: 2px;
  min-width: 19px;
  padding: 6px;
  text-align: center;
  width: 22px;
  height: 22px;
}

.fc-day-sun,
.fc-day-sat {
  background: #eee;
}

.fc-day-top:hover .fc-day-number {
  background-color: #b8b8b8;
  border-radius: 50%;
  color: #ffffff;
  transition: background-color 0.2s;
  cursor: pointer;
}

.fc-day-top.fc-state-highlight:hover .fc-day-number {
  background-color: #ff3b30;
}

.fc-view-container {
  padding: 0.75rem;
}

.fc .fc-toolbar > * > * {
  margin-left: 0;
}

.fc-event {
  background-color: #44425b;
  color: #fff;
  border-radius: 2px;
  padding-left: 2px;
  border-color: transparent;
  font-size: 12px;
}

.fc-ico .icon {
  font-size: 12px;
}

.fc-content .icon {
  font-size: 14px;
  line-height: 0.8rem;
}

.fc-icon-add:after {
  content: "\e905" !important;
}

.fc-icon-filter:after {
  content: "\e152" !important;
}

.fc-icon-left-single-arrow:after {
  content: "\e314" !important;
  font-size: 1.5em !important;
  font-weight: normal;
  top: 0;
}

.fc-icon-right-single-arrow:after {
  content: "\e315" !important;
  font-size: 1.5em !important;
  font-weight: normal;
  top: 0;
}

a:active > .icon,
a:hover > .icon {
  color: var(--primary);
}

.dropdown-item .icon {
  --tblr-icon-size: 1.25rem;
  vertical-align: middle;
}

svg.icon + span {
  vertical-align: middle;
  margin-left: 0.5rem;
}

.icon {
  --tblr-icon-size: 1.5rem;
  width: var(--tblr-icon-size);
  height: var(--tblr-icon-size);
  font-size: var(--tblr-icon-size);
  vertical-align: bottom;
  stroke-width: 1.75;
}
.icon:hover {
  text-decoration: none;
}

.icon-inline {
  --tblr-icon-size: 1rem;
  vertical-align: -0.2rem;
}

.icon-filled {
  fill: currentColor;
}

.icon-sm {
  --tblr-icon-size: 1rem;
  stroke-width: 1.5;
}

.icon-md {
  --tblr-icon-size: 2.5rem;
  stroke-width: 1;
}

.icon-lg {
  --tblr-icon-size: 3.5rem;
  stroke-width: 1;
}

.icon-xl {
  --tblr-icon-size: 5.5rem;
  stroke-width: 1;
}

.icon-pulse {
  transition: all 0.15s ease 0s;
  animation: pulse 2s ease infinite;
  animation-fill-mode: both;
}

.icon-tada {
  transition: all 0.15s ease 0s;
  animation: tada 3s ease infinite;
  animation-fill-mode: both;
}

.icon-rotate {
  transition: all 0.15s ease 0s;
  animation: rotate-360 3s linear infinite;
  animation-fill-mode: both;
}

.icon-info {
  margin-top: 3px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236c757d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icons-tabler-outline icon-tabler-info-circle'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0' /%3E%3Cpath d='M12 9h.01' /%3E%3Cpath d='M11 12h1v4h1' /%3E%3C/svg%3E");
  color: #6c757d;
}

ul.no-bullet {
  list-style: none;
  padding-left: 1.5rem;
}

ul.list-unstyled,
ul.list-unstyled li {
  list-style: none !important;
}

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

.hr-text {
  display: flex;
  align-items: center;
  margin: 2rem 0;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1rem;
  color: #616876;
  height: 1px;
  width: 100%;
}

.hr-text:after,
.hr-text:before {
  flex: 1 1 auto;
  height: 1px;
  background-color: #e6e7e9;
}

.hr-text:before {
  content: "";
  margin-right: 0.5rem;
}

.hr-text:after {
  content: "";
  margin-left: 0.5rem;
}

.hr-text > *:first-child {
  padding-right: 0.5rem;
  padding-left: 0;
  color: #616876;
}

.hr-text.hr-text-left:before {
  content: none;
}

.hr-text.hr-text-left > *:first-child {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.hr-text.hr-text-right:before {
  content: "";
}

.hr-text.hr-text-right:after {
  content: none;
}

.hr-text.hr-text-right > *:first-child {
  padding-right: 0;
  padding-left: 0.5rem;
}

.card > .hr-text {
  margin: 0;
}

.hr-text-spaceless {
  margin: -0.5rem 0;
}

.modal.confirm {
  z-index: 999;
}

.modal.confirm + .modal-backdrop {
  z-index: 998;
}

.modal-dialog form .alert {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -1.25rem;
  box-shadow: none;
  border-radius: 0;
}
.modal-dialog .modal-body {
  margin-top: 1.25rem;
  font-size: inherit;
}
.modal-dialog .modal-header + .modal-body {
  padding: 0 1rem 1.25rem;
}
.modal-dialog button.close {
  color: inherit;
}

body.modal-open {
  padding-right: 0 !important;
}

@media (min-width: 840px) {
  .modal-xlg {
    max-width: 80%;
  }
}
.modal-backdrop + .modal-backdrop {
  z-index: 250 !important;
}

@media (max-width: 1023.98px) {
  #modal,
#modal2,
#modal3,
#checkinoutModal {
    min-height: 100vh;
  }
  #modal .modal-dialog,
#modal2 .modal-dialog,
#modal3 .modal-dialog,
#checkinoutModal .modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
  }
  #modal .modal-content,
#modal2 .modal-content,
#modal3 .modal-content,
#checkinoutModal .modal-content {
    min-height: 100vh;
  }
  #modal .modal-xlg,
#modal2 .modal-xlg,
#modal3 .modal-xlg,
#checkinoutModal .modal-xlg {
    max-width: 100% !important;
  }
}
#modal2 {
  z-index: 260 !important;
}

#modal3 {
  z-index: 261 !important;
}

.modal-body .sticky-bottom {
  position: relative;
}

@media (max-width: 1599.98px) {
  .modal-footer {
    align-items: initial;
    flex-direction: initial;
    padding: 0.5rem 0.5rem;
  }
  .modal-footer .btn,
.modal-footer .card-link {
    border-top: initial;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.modal-drag-handle {
  width: 100%;
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.modal-drag-handle-bar {
  width: 2.5rem;
  height: 0.25rem;
  background-color: #dee2e6;
  border-radius: 0.125rem;
  transition: background-color 0.2s;
}

.modal-drag-handle:hover .modal-drag-handle-bar {
  background-color: #adb5bd;
}

/* Slide-up animation for modal */
.slide-up-modal {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.slide-up-modal.show {
  opacity: 1;
}

.slide-up-modal .modal-dialog {
  transform: translateY(50px);
  transition: transform 0.3s ease-out;
}

.slide-up-modal.show .modal-dialog {
  transform: translateY(0);
}

.slide-up-modal .modal-content {
  border-radius: 0.5rem;
  max-height: 90vh;
  overflow-y: auto;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .slide-up-modal .modal-dialog {
    margin: 1rem;
    max-width: calc(100% - 2rem);
  }
}
.navbar {
  min-height: 3.5rem;
  padding: 0 1rem 0 0;
}

@media (min-width: 840px) {
  .navbar {
    height: 3.5rem;
  }
  .navbar-left {
    width: 17.5rem;
  }
}
.navbar-nav .nav-icon.btn-circle {
  height: 2rem !important;
  width: 2rem !important;
}

.navbar .nav-link {
  padding: 0.5rem;
}
.navbar .nav-link sup.badge {
  top: 0;
  right: 0;
  position: absolute;
}

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

.navbar-toggler::before {
  top: auto;
  left: auto;
  height: 2.25rem;
  width: 2.25rem;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
}

.navbar-brand:focus::before {
  opacity: 0;
}

.navbar-left,
.navbar-right {
  min-height: inherit;
  display: flex;
  align-items: center;
}

.navbar-left {
  height: inherit;
  padding: 0;
  background: transparent;
  padding-right: 1rem;
}

@media (max-width: 839.98px) {
  .navbar-left {
    background: transparent;
  }
}
.navbar-right {
  width: auto;
}

.navbar .nav-tabs .nav-link {
  min-height: 3.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav-tabs .nav-link {
  text-transform: capitalize;
}

.sub-navbar {
  top: 3.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  background: #eee;
  height: 3rem;
  max-height: 3rem;
  min-height: 3rem;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 38;
  padding: 0;
  background: #f5f5f5;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.sub-navbar .breadcrumb {
  margin-right: 1rem;
  min-height: 2rem;
  margin-bottom: 0;
}
.sub-navbar .breadcrumb a {
  font-size: 0.7125rem;
}
.sub-navbar .nav-tabs {
  box-shadow: none;
  margin-top: initial;
  margin-bottom: initial;
  height: inherit;
  margin-top: 0;
  width: auto;
}
@media (min-width: 840px) {
  .sub-navbar .nav-tabs {
    margin-left: 1rem;
  }
}
.sub-navbar .nav-link {
  height: 3rem !important;
  min-height: 3rem !important;
  padding: 0.3rem 0.75rem;
  border-radius: 2px;
  color: #6c757d;
  text-transform: initial;
}
.sub-navbar .nav-tabs .nav-link:active,
.sub-navbar .nav-tabs .nav-link:focus,
.sub-navbar .nav-tabs .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
.sub-navbar .subtitle {
  display: inline-block;
  height: 3.8rem;
  padding: 1.1rem 1rem;
  line-height: initial;
  margin-bottom: 0;
  font-weight: 400;
  min-width: 250px;
}

@media (max-width: 839.98px) {
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    margin-top: 20px;
  }
  .navbar-collapse .navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: column;
  }
  .navbar-collapse.collapse {
    display: none;
  }
  .navbar-collapse.collapse.show {
    display: block;
  }
}
.brand-logo {
  height: 2.7rem;
  vertical-align: middle;
  max-width: 230px;
}

.table-toolbar.sticky-top {
  z-index: 35 !important;
}

.table-toolbar .nav-tabs {
  min-height: inherit;
  box-shadow: none;
}
.table-toolbar .nav-tabs .nav-link {
  text-transform: capitalize;
}

.navbar-bottom {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
  padding: 0.25rem 0 0.4rem;
  padding-bottom: calc(0.4rem + env(safe-area-inset-bottom));
}
.navbar-bottom .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.navbar-bottom .nav-link {
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #6c757d;
  padding: 0.15rem 0.5rem;
  transition: color 0.2s ease;
}
.navbar-bottom .nav-link:hover, .navbar-bottom .nav-link:focus {
  color: #D2232A;
}
.navbar-bottom .nav-link.active {
  color: #D2232A;
}
.navbar-bottom .nav-link.active .nav-icon {
  background: rgba(210, 35, 42, 0.1);
  border-radius: 1rem;
}
.navbar-bottom .nav-link.active .nav-text {
  font-weight: 600;
}
.navbar-bottom .nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  transition: background 0.2s ease;
}
.navbar-bottom .nav-icon .icon {
  --tblr-icon-size: 1.25rem;
}
.navbar-bottom .nav-text {
  font-size: 0.6rem;
  font-weight: 500;
  margin-top: 0.1rem;
  text-transform: capitalize;
}
.navbar-bottom .nav-item-center {
  position: relative;
  flex: 0 0 auto;
}
.navbar-bottom .nav-link-center {
  margin-top: -1.25rem;
  padding-top: 0;
}
.navbar-bottom .nav-link-center:hover .nav-icon-center, .navbar-bottom .nav-link-center:focus .nav-icon-center {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(210, 35, 42, 0.4);
}
.navbar-bottom .nav-link-center.active .nav-icon-center {
  background: linear-gradient(135deg, #bc1f26, #90181d);
  box-shadow: 0 4px 15px rgba(210, 35, 42, 0.5);
}
.navbar-bottom .nav-icon-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, #D2232A, #a61c21);
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(210, 35, 42, 0.3);
  margin: 0 0.5rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.navbar-bottom .nav-icon-center .icon {
  --tblr-icon-size: 1.5rem;
  color: #fff;
}

.navbar.navbar-tabs a.active.nav-link:before,
.navbar.navbar-tabs a.active.nav-link:after,
.profile-nav a.active.nav-link:before,
.profile-nav a.active.nav-link:after {
  border: 8px solid transparent;
  border-style: outset outset solid;
  border-bottom-color: #ccc;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -8px;
  overflow: hidden;
  position: absolute;
  width: 0;
  background: transparent;
}
.navbar.navbar-tabs a.active.nav-link:after,
.profile-nav a.active.nav-link:after {
  background: 0 0;
  border-bottom-color: #fff;
  bottom: -1px;
}

.navbar-nav .nav-link {
  opacity: 0.9;
}

.navdrawer .navdrawer-header {
  background-color: #D2232A;
}
.navdrawer .navdrawer-subheader {
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
.navdrawer .navbar-brand {
  margin-left: 1rem;
}
.navdrawer .navdrawer-nav {
  padding-left: 0.5rem;
}
.navdrawer .navdrawer-body {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 7rem);
  padding: 0;
  margin: 0;
}
.navdrawer .navdrawer-nav li {
  display: block;
}
.navdrawer .navdrawer-content {
  overflow: initial;
  background: linear-gradient(120deg, #eff3f3, #e1e7e8);
  box-shadow: inset -1px 0px 0px 0px #cfcfca;
}
.navdrawer .drilldown {
  overflow: hidden;
}
.navdrawer .drilldown-sub {
  display: none;
}
.navdrawer .drilldown-back,
.navdrawer .drilldown-main {
  border-bottom: 1px solid #d3d3d3;
  height: 3.8rem;
}
.navdrawer .drilldown-back .nav-link,
.navdrawer .drilldown-main .nav-link {
  padding: 1.1rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.navdrawer .drilldown-back .nav-link span.icon,
.navdrawer .drilldown-main .nav-link span.icon {
  font-size: 24px;
}
.navdrawer .drilldown-back .nav-link:hover,
.navdrawer .drilldown-main .nav-link:hover {
  background-color: transparent;
}
.navdrawer .drilldown-main {
  cursor: s-resize;
}
.navdrawer .drilldown-main a:hover {
  background-color: transparent;
}
.navdrawer .nav-link {
  color: rgba(0, 0, 0, 0.654);
  display: inline-flex;
  width: 100%;
  align-items: center;
  margin: 0.15rem 0 0.15rem 0;
  padding: 0 0.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.navdrawer a.nav-link:not(.active):hover:after,
.navdrawer a.nav-link:not(.active):focus:after {
  transform: scale3d(1, 1, 1);
}
.navdrawer a.nav-link:not(.active):after {
  position: absolute;
  height: 50px;
  width: 4px;
  content: "";
  left: 0;
  background: #D2232A;
  transform: scale3d(0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.navdrawer a.nav-link.active:after {
  border-right: 12px solid #ffffff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -1px;
  opacity: 1;
  transition: opacity 150ms ease-in;
}
.navdrawer a.nav-link.active:before {
  border-right: 12px solid #cfcfca;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  opacity: 1;
  transition: opacity 150ms ease-in;
}
.navdrawer a.nav-link.active:hover {
  background-color: transparent;
}
.navdrawer .navdrawer-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  width: 100%;
  padding: 15px 30px;
  position: absolute;
  bottom: 0px;
  height: 3rem;
  background: inherit;
}
.navdrawer .brand-logo.white {
  display: none;
}
.navdrawer .navdrawer-nav.collapse {
  display: none;
}
.navdrawer .navdrawer-nav.collapse.show {
  display: flex;
}
.navdrawer.navdrawer-permanent-float {
  top: 0 !important;
}
.navdrawer.navdrawer-permanent-float .navdrawer-header {
  border-bottom: none;
  margin-bottom: 0;
}
.navdrawer.navdrawer-permanent-cliped .navdrawer-header {
  background-color: #D2232A;
  margin-bottom: 0;
}
.navdrawer.navdrawer-permanent-cliped .brand-logo.white {
  display: block;
}
.navdrawer.navdrawer-permanent-cliped .brand-logo.default {
  display: none;
}
.navdrawer.navdrawer-permanent-cliped .drilldown-main {
  display: block;
}
@media (min-width: 840px) {
  .navdrawer.navdrawer-mini {
    width: 70px;
  }
}

@media (min-width: 1024px) {
  .navdrawer-permanent-lg ~ nav.sub-navbar,
.navdrawer-permanent-lg ~ main.content,
.navdrawer-permanent-lg ~ footer {
    margin-left: 16rem;
    width: calc(100% - 16rem);
  }
  nav.sub-navbar .fullcalendar.fixed .fc-toolbar,
main.content .fullcalendar.fixed .fc-toolbar,
footer .fullcalendar.fixed .fc-toolbar {
    margin-left: 16rem;
  }
}

.mini-sidebar {
  display: none;
}

@media (min-width: 1024px) {
  .mini-sidebar {
    display: block !important;
    float: right;
  }
  .navdrawer-mini .mini-sidebar {
    float: left;
  }
}
@media (min-width: 1024px) {
  body.mini nav.sub-navbar,
body.mini main.content,
body.mini footer {
    margin-left: 70px;
    width: calc(100% - 70px);
  }
  body.mini .fullcalendar.fixed .fc-toolbar {
    margin-left: 70px;
  }
  body.mini .navdrawer-mini span.menu-text {
    display: none;
  }
}

.navdrawer-mini .profile-info {
  display: none;
}
.navdrawer-mini .avatar {
  --tblr-avatar-size: 2.2rem !important;
}

.notifications {
  padding: 10px;
  margin: 20px;
  border: 1px solid #eee;
  border-radius: 3px;
}
.notifications .heading {
  border-bottom: 1px solid #eee;
  padding: 5px;
  margin-bottom: 10px;
}
.notifications .notification-group {
  padding: 10px;
  margin-bottom: 20px;
}
.notifications .notification-group .group-title {
  padding: 5px 0;
  color: #999;
  border-bottom: 1px solid #eee;
}
.notifications .notification {
  margin: 0;
  padding: 10px 0px;
  color: #999;
}
.notifications .notification a {
  color: #555;
}
.notifications .notification.unread {
  color: #444;
}
.notifications .notification.unread .media-heading {
  font-weight: bold;
  font-size: 14px;
}
.notifications .notification.unread a {
  color: #222;
  text-decoration: underline;
}
.notifications .notification .media-content p:last-child {
  margin-bottom: 0;
}
.notifications .notification .user-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 120px;
}
.notifications .notification .media-right {
  min-width: 100px;
  color: #AAA;
  font-size: 13px;
}

/* Notification Item Styles */
.notification-item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
  margin-bottom: 0.75rem;
  transition: all 0.2s ease;
  text-decoration: none;
  display: block;
}

.notification-item:hover {
  border-color: var(--primary-dark);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
  text-decoration: none;
}

.notification-item.unread {
  background: linear-gradient(135deg, rgba(149, 149, 149, 0.05) 0%, rgb(255, 255, 255) 100%);
  border-left: 4px solid var(--primary);
}

.notification-item .notification-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.notification-item .notification-icon svg {
  width: 20px;
  height: 20px;
}

.notification-item .notification-title {
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
  line-height: 1.4;
}

.notification-item .notification-body {
  color: #6c757d;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
}

.notification-item .notification-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.notification-item .notification-time {
  font-size: 0.75rem;
  color: #9e9e9e;
}

.notification-item .read-indicator {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.notification-item .read-indicator svg {
  width: 16px;
  height: 16px;
}

.notification-item .read-indicator.read .mi {
  color: #28a745;
}

.notification-item .read-indicator.unread .mi {
  color: #bdbdbd;
}

/* Responsive */
@media (max-width: 576px) {
  .notification-item {
    padding: 0.875rem 1rem;
  }
  .notification-item .notification-icon {
    width: 36px;
    height: 36px;
  }
  .notification-item .notification-icon svg {
    width: 18px;
    height: 18px;
  }
}
.notification-detail-page .bg-primary-light {
  background-color: rgba(96, 125, 139, 0.1) !important;
}

.notification-detail-page .notification-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification-detail-page .card {
  border-radius: 12px;
  overflow: hidden;
}

.notification-detail-page .card-footer {
  padding: 1.25rem;
}

.paper {
  margin-left: -20px;
  margin-right: -20px;
}

.paper-body {
  padding-left: 20px;
  padding-right: 20px;
}
.paper-body form .alert {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -8px;
}

.paper-body.a4 {
  padding-top: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.paper-header {
  border-bottom: 1px rgba(0, 0, 0, 0.125) solid;
  height: 3rem;
  display: flex;
  align-items: center;
  padding-right: 1rem !important;
  padding-left: 1.5rem !important;
  padding-top: 0rem;
}
.paper-header.paper-cover {
  height: auto;
}
.paper-header h2 {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 24px;
  font-weight: 400;
}
.paper-header .btn-back {
  margin: 0.5rem;
  float: left;
  vertical-align: middle;
}
.paper-header.sticky-top {
  top: 6.5rem;
  background: #fff;
}
.paper-header .nav-tabs {
  box-shadow: none;
}

.paper-title {
  display: inline-flex;
  vertical-align: middle;
  float: left;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  margin-left: 16px;
}

@page {
  margin: 0;
}
.sheet {
  margin: 0;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  page-break-after: always;
  height: 100%;
  min-height: 100%;
}

.page-break {
  display: block;
  clear: both;
  page-break-after: always;
}

div.alwaysbreak {
  page-break-before: always;
}

div.nobreak:before {
  clear: both;
}

div.nobreak {
  page-break-inside: avoid;
}

@media print {
  #print_area {
    color: #5e5e5e;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 13px;
    line-height: 1.428572;
    padding: 3rem;
  }
  .footnote {
    bottom: 0;
    margin-top: auto;
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
  a {
    text-decoration: none !important;
  }
  a:link {
    text-decoration: none !important;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  .hidden-print {
    display: none !important;
  }
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
  dt, dd {
    line-height: 1.2;
  }
  dd {
    font-weight: 500;
    margin-left: 0;
  }
  .dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
  }
  .dl-horizontal dd {
    margin-left: 140px;
  }
  .dl-horizontal dt {
    text-align: left;
  }
  fieldset.bordered {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
    box-shadow: 0px 0px 0px 0px #000;
  }
  fieldset.bordered legend {
    font-size: 1.2em;
    font-weight: 400;
    text-align: left;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
  }
}
@media print {
  table {
    max-width: 100%;
  }
  th {
    text-align: left;
    text-transform: uppercase;
  }
  .body-shrink-65 {
    zoom: 65%; /* adjust if content still overflows */
  }
  .body-shrink-70 {
    zoom: 70%; /* adjust if content still overflows */
  }
  .group-container {
    page-break-inside: avoid;
  }
  .table {
    width: 100%;
    margin-bottom: 20px;
  }
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th,
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #d1d5da !important;
    line-height: 1.42857;
    padding: 5px;
    vertical-align: top;
    font-size: 13px;
  }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #d1d5da !important;
  }
  .table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0 none;
  }
  .table > tbody + tbody {
    border-top: 1px solid #d1d5da !important;
  }
  .table-sm > thead > tr > th, .table-sm > tbody > tr > th,
.table-sm > tfoot > tr > th, .table-sm > thead > tr > td,
.table-sm > tbody > tr > td, .table-sm > tfoot > tr > td {
    font-size: 11px;
    padding: 3.5px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .table-bordered {
    border: 0.01em solid #d1d5da !important;
  }
  .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 0.01em solid #d1d5da !important;
  }
  .table-bordered > tbody > tr > td {
    border-bottom-width: 0;
    border-left-width: 0;
  }
  td.table-active, th.table-active,
tr.table-active > td, tr.table-active > th {
    background-color: #f5f5f5 !important;
  }
  td.bg-success, th.bg-success,
tr.bg-success > td, tr.bg-success > th {
    background-color: #22b24c !important;
  }
  td.bg-info, th.bg-info,
tr.bg-info > td, tr.bg-info > th {
    background-color: #3498db !important;
  }
  td.bg-warning, th.bg-warning,
tr.bg-warning > td, tr.bg-warning > th {
    background-color: #f5e625 !important;
  }
  td.bg-danger, th.bg-danger,
tr.bg-danger > td, tr.bg-danger > th {
    background-color: #df382c !important;
  }
  .table tbody tr.bg-light td,
.table tbody tr.bg-light th {
    background-color: #F0F0F0 !important;
    color: #000;
  }
  .text-center, .text-center th, .text-center td {
    text-align: center;
  }
  .float-right {
    float: right;
  }
  .float-left {
    float: left;
  }
}
@media print {
  .row {
    display: block;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
  .col-offset-12 {
    margin-left: 100%;
  }
  .col-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-offset-9 {
    margin-left: 75%;
  }
  .col-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-offset-6 {
    margin-left: 50%;
  }
  .col-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-offset-3 {
    margin-left: 25%;
  }
  .col-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-offset-0 {
    margin-left: 0%;
  }
  .reports-tags, .hide-print {
    display: none;
  }
  #reminder, #reminder td, #reminder th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
  }
  #print_letter {
    top: 0;
    margin-left: 30px;
    margin-right: 30px;
  }
  #show-info {
    display: block;
  }
}
.d-flex {
  display: -webkit-box;
}

.justify-content-between {
  -webkit-box-pack: between;
}

.profile-main {
  flex: 0 0 100%;
  max-width: 100%;
  color: #343a40;
}
.profile-main .profile-header {
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  position: relative;
  z-index: 1;
}
.profile-main .profile-menu {
  position: relative;
  height: 3rem;
  display: block;
  padding-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
  width: auto;
  background-color: #FCFCFC;
  z-index: 0;
  border-bottom: 1px rgba(0, 0, 0, 0.125) solid;
}
.profile-main .profile-cover {
  min-height: 250px;
  max-height: 350px;
  overflow: hidden;
  background: url(/covers/symphony.png);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.profile-main .profile-info .profile-fullname {
  font-size: 1.5rem;
  font-weight: 600;
}
.profile-main .profile-info .profile-details {
  font-size: 0.95rem;
}
.profile-main .profile-info .profile-position,
.profile-main .profile-info .profile-branch {
  font-size: 0.9rem;
}
.profile-main .profile-info .profile-service {
  font-size: 0.85rem;
  font-style: italic;
  color: #6c757d;
}
.profile-main .profile-picture {
  max-width: 160px;
  max-height: 180px;
  height: 180px;
  width: 160px;
  float: left;
  padding: 0;
  margin-top: -150px;
  overflow: hidden;
  border: 3px solid #eee;
  margin-left: 20px;
  background: #333;
  text-align: center;
  color: #fff !important;
  font-size: 2em;
  transition: all 0.3s ease-in-out;
}
.profile-main .profile-picture:hover .photo {
  opacity: 0.9;
}
.profile-main .profile-name {
  font-size: 2em;
  line-height: 1;
  float: left;
  margin-top: -125px !important;
  margin-left: 15px;
}
.profile-main .profile-description {
  font-size: 1.3em;
  float: left;
  margin-top: -95px !important;
  margin-left: 15px;
  margin-bottom: 5px;
}
.profile-main .profile-nav {
  margin: 0;
  box-shadow: none;
}
.profile-main .profile-nav li.nav-item {
  float: left;
  position: relative;
  display: block;
}
.profile-main .profile-nav a.nav-link {
  padding: 0.75rem;
  text-transform: none;
}
.profile-main .profile-nav-right {
  float: right !important;
  margin-right: -15px;
}
@media (max-width: 839.98px) {
  .profile-main .profile-nav li {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
  }
  .profile-main .profile-nav a {
    width: 100%;
  }
  .profile-main .profile-nav li .menu-icon + span {
    display: none;
  }
  .profile-main .profile-menu {
    padding-right: 10px;
    padding-left: 10px;
  }
  .profile-main .profile-menu .container {
    padding-right: 0;
    padding-left: 0;
  }
  .profile-main .profile-cover {
    min-height: 150px;
    max-height: 500px;
  }
  .profile-main .profile-picture {
    max-width: 120px;
    max-height: 140px;
  }
  .profile-main .profile-name {
    font-size: 1.5em;
    margin-left: 160px;
  }
  .profile-main .profile-description {
    font-size: 1.1em;
    margin-left: 160px;
  }
  .profile-main .profile-info .profile-fullname {
    font-size: 1.15rem;
  }
  .profile-main .profile-info .profile-position,
.profile-main .profile-info .profile-branch {
    font-size: 0.8rem;
  }
  .profile-main .profile-info .profile-service {
    font-size: 0.75rem;
  }
}
@media (max-width: 599.98px) {
  .profile-main .profile-picture {
    border-radius: 50% !important;
    max-height: 100px;
    max-width: 100px;
    margin-top: -130px;
    margin-left: 0;
  }
  .profile-main .profile-name {
    font-size: 1.3em;
    margin-top: -110px !important;
    margin-left: 120px;
  }
  .profile-main .profile-description {
    font-size: 1em;
    margin-top: -90px !important;
    margin-left: 120px;
  }
  .profile-main .profile-info .profile-fullname {
    font-size: 1rem;
  }
  .profile-main .profile-info .profile-position,
.profile-main .profile-info .profile-branch {
    font-size: 0.75rem;
  }
  .profile-main .profile-info .profile-service {
    font-size: 0.7rem;
  }
}

.profile-nav a.active.nav-link:before,
.profile-nav a.active.nav-link:after {
  border: 8px solid transparent;
  border-style: outset outset solid;
  border-bottom-color: #ccc;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -8px;
  overflow: hidden;
  position: absolute;
  width: 0;
  background: transparent;
}

.profile-nav a.active.nav-link:after {
  background: 0 0;
  border-bottom-color: #fff;
  bottom: -1px;
}

.profile-menu-icon.avatar {
  background-color: rgba(96, 125, 139, 0.1);
  box-shadow: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 2.25rem;
  font-size: 1rem;
  padding: 0.410714rem 0 0.348214rem;
  line-height: 1.428572;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  float: left !important;
  margin-right: 5px;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* --- Basics --- */
.loading, .loading-left {
  display: inline-block;
  overflow: hidden;
  height: 1.3em;
  margin-top: -0.3em;
  line-height: 1.5em;
  vertical-align: text-bottom;
}

.loading::after {
  display: inline-table;
  white-space: pre;
  text-align: left;
}

.loading-left::before {
  display: inline-table;
  white-space: pre;
  text-align: left;
}

/* --- Types --- */
/* default loading is ellip */
.loading::after {
  content: "\a.\a..\a...";
  animation: spin4 2s steps(4) infinite;
}

.loading.line::after {
  content: "/\a–\a\\\a|";
  text-align: center;
  animation: spin4 1s steps(4) infinite;
}

.loading.line2::after {
  content: "╲\a│\a╱\a─";
  text-align: center;
  animation: spin4 1s steps(4) infinite;
}

.loading.dots::after {
  content: "⠋\a⠙\a⠹\a⠸\a⠼\a⠴\a⠦\a⠧\a⠇\a⠏";
  animation: spin10 1s steps(10) infinite;
}

.loading-left.dots::before {
  content: "⠋\a⠙\a⠹\a⠸\a⠼\a⠴\a⠦\a⠧\a⠇\a⠏";
  animation: spin10 1s steps(10) infinite;
}

.loading.dots2::after {
  content: "⠋\a⠙\a⠚\a⠞\a⠖\a⠦\a⠴\a⠲\a⠳";
  animation: spin9 1s steps(9) infinite;
}

.loading.dots3::after {
  content: "⋮\a⋰\a⋯\a⋱";
  text-align: center;
  animation: spin4 1s steps(4) infinite;
}

.loading.lifting::after {
  content: "꜈꜍\a꜉꜎\a꜊꜏\a꜋꜐\a꜌꜑";
  animation: spin5 0.5s steps(5) infinite alternate;
}

.loading.hamburger::after {
  content: "☱\a☲\a☴";
  animation: spin3 0.3s steps(3) infinite alternate;
}

.loading.bar::after {
  content: "▏\a▎\a▍\a▌\a▋\a▊\a▉";
  animation: spin7 1s steps(7) infinite alternate;
}

.loading.bar2::after {
  content: "▁\a▂\a▃\a▄\a▅\a▆\a▇\a█";
  animation: spin8 2s steps(8) infinite alternate;
}

.loading.circle::after {
  content: "◴\a◷\a◶\a◵";
  animation: spin4 1s steps(4) infinite;
}

.loading.open-circle::after {
  content: "◜\a◠\a◝\a◞\a◡\a◟";
  animation: spin6 0.6s steps(6) infinite;
}

.loading.arrow::after {
  content: "←\a↖\a↑\a↗\a→\a↘\a↓\a↙";
  animation: spin8 1s steps(8) infinite;
}

.loading.triangle::after {
  content: "◢\a◣\a◤\a◥";
  animation: spin4 1s steps(4) infinite;
}

.loading.bullseye::after {
  content: "◎◎◎\a◉◎◎\a◎◉◎\a◎◎◉";
  animation: spin4 1s steps(4) infinite;
}

.loading.rhomb::after {
  content: "◇◇◇\a◈◇◇\a◇◈◇\a◇◇◈";
  animation: spin4 1s steps(4) infinite;
}

.loading.toggle::after {
  content: "⊶\a⊷";
  animation: spin2 1s steps(2) infinite;
}

.loading.box-bounce::after {
  content: "▖\a▘\a▝\a▗";
  animation: spin4 1s steps(4) infinite;
}

.loading.star::after {
  content: "✶\a✸\a✹\a✺\a✹\a✷";
  animation: spin6 1s steps(6) infinite;
}

.loading.words::after {
  content: "Loading\aStill loading\aMostly done\a A bit more \a Almost done\aReady-ish";
  animation: spin6 12s steps(6) infinite;
}

/* --- Animations --- */
@keyframes spin1 {
  to {
    transform: translateY(-1.5em);
  }
}
@keyframes spin2 {
  to {
    transform: translateY(-3em);
  }
}
@keyframes spin3 {
  to {
    transform: translateY(-4.5em);
  }
}
@keyframes spin4 {
  to {
    transform: translateY(-6em);
  }
}
@keyframes spin5 {
  to {
    transform: translateY(-7.5em);
  }
}
@keyframes spin6 {
  to {
    transform: translateY(-9em);
  }
}
@keyframes spin7 {
  to {
    transform: translateY(-10.5em);
  }
}
@keyframes spin8 {
  to {
    transform: translateY(-12em);
  }
}
@keyframes spin9 {
  to {
    transform: translateY(-13.5em);
  }
}
@keyframes spin10 {
  to {
    transform: translateY(-15em);
  }
}
@keyframes spin11 {
  to {
    transform: translateY(-16.5em);
  }
}
@keyframes spin12 {
  to {
    transform: translateY(-18em);
  }
}
.spotlight {
  float: left;
  height: 3.5rem;
}
.spotlight .form-group {
  margin-bottom: 0;
}
.spotlight input {
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.3);
  width: 350px;
  max-width: 400px;
  height: 42px;
  padding: 12px;
  border-radius: 3px;
  margin: 0.5rem auto;
  color: #fff;
  vertical-align: middle;
  transition: 0.3s, width 0.01s;
}
.spotlight input:focus, .spotlight input:active {
  background: #fff;
  color: #000;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.1);
}
.spotlight input::placeholder {
  color: white;
}
.spotlight label, .spotlight legend {
  margin-left: auto;
}

.spotlight-link {
  line-height: 1.5;
}

.table {
  font-size: 0.813rem;
}

.table-bordered.default {
  border: 1px solid #e1e1e1;
  box-shadow: none;
}
.table-bordered.default th,
.table-bordered.default td {
  border: 1px solid #e1e1e1;
}
.table-bordered.default thead th,
.table-bordered.default thead td {
  border-bottom-width: 2px;
}

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

.table-sm td,
.table-sm th {
  padding-right: 5px;
  padding-left: 5px;
}

.top-tabs {
  height: auto !important;
  flex-wrap: wrap !important;
}

.responsivetabs-more {
  margin-left: auto;
  padding: 10px;
}

@media (max-width: 839.98px) {
  .top-tabs {
    width: 100% !important;
  }
}
/* *********  timeline  **************************** */
ul.timeline li {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  clear: both;
}

.timeline .block {
  margin: 0;
  border-left: 3px solid #e8e8e8;
  overflow: visible;
  padding: 10px 15px;
  margin-left: 105px;
}

.timeline.widget {
  min-width: 0;
  max-width: inherit;
}

.timeline.widget .block {
  margin-left: 5px;
}

.timeline .tags {
  position: absolute;
  top: 60px;
  left: 0;
  width: 84px;
}

.timeline .tag {
  display: block;
  height: 30px;
  font-size: 13px;
  padding: 8px;
}

.timeline .tag span {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tag {
  line-height: 1;
  background: #D2232A;
  color: #fff !important;
}

.tag:after {
  content: " ";
  height: 30px;
  width: 0;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  pointer-events: none;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 11px solid #D2232A;
}

.timeline h2.title {
  position: relative;
  font-size: 16px;
  margin: 0;
}

.timeline h2.title:before {
  content: "";
  position: absolute;
  left: -23px;
  top: 3px;
  display: block;
  width: 14px;
  height: 14px;
  border: 3px solid #d2d3d2;
  border-radius: 14px;
  background: #f9f9f9;
}

.timeline .byline {
  padding: 0.25em 0;
}

@media (max-width: 839.98px) {
  .timeline .block {
    display: inline;
    border-left: 0;
    margin-left: 0;
    padding: 0;
  }
  .timeline .tags {
    position: relative;
    top: 0;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
}
.byline {
  -webkit-font-smoothing: antialiased;
  font-style: italic;
  font-size: 0.9375em;
  line-height: 1.3;
  color: #aab6aa;
}

ul.social li {
  border: 0;
}

/* *********  /timeline  **************************** */
.tree,
.tree ul,
.tree li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.tree ul {
  margin-left: 1em;
  position: relative;
}

.tree ul ul {
  margin-left: 0.5em;
}

.tree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid;
}

.tree li {
  margin: 0;
  padding: 0 1em;
  line-height: 2em;
  color: #369;
  font-weight: 700;
  position: relative;
}

.tree ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  border-top: 1px solid;
  margin-top: -1px;
  position: absolute;
  top: 1em;
  left: 0;
}

.tree ul li:last-child:before {
  background: #fff;
  height: auto;
  top: 1em;
  bottom: 0;
}

.indicator {
  margin-right: 5px;
}

.tree li a {
  text-decoration: none;
  color: #369;
}

.tree li button, .tree li button:active, .tree li button:focus {
  text-decoration: none;
  color: #369;
  border: none;
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  outline: 0;
}

.ribbon {
  --ribbon-margin: 0.25rem;
  --ribbon-border-radius: 4px;
  position: absolute;
  top: 0.75rem;
  right: calc(-1 * var(--ribbon-margin));
  z-index: 1;
  padding: 0.25rem 0.75rem;
  font-size: 0.625rem;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: var(--primary);
  border-color: var(--primary);
  border-radius: var(--ribbon-border-radius) 0 var(--ribbon-border-radius) var(--ribbon-border-radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  min-width: 2rem;
}
.ribbon:before {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 0;
  height: 0;
  content: "";
  filter: brightness(70%);
  border: calc(var(--ribbon-margin) * 0.5) var(--border-style);
  border-color: inherit;
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon .icon {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
}

.ribbon-top {
  top: calc(-1 * var(--ribbon-margin));
  right: 0.75rem;
  width: 2rem;
  padding: 0.5rem 0;
  border-radius: 0 var(--ribbon-border-radius) var(--ribbon-border-radius) var(--ribbon-border-radius);
}
.ribbon-top:before {
  top: 0;
  right: 100%;
  bottom: auto;
  border-color: inherit;
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top.ribbon-start {
  right: auto;
  left: 0.75rem;
}
.ribbon-top.ribbon-start:before {
  top: 0;
  right: 100%;
  left: auto;
}

.ribbon-start {
  right: auto;
  left: calc(-1 * var(--ribbon-margin));
}
.ribbon-start:before {
  top: auto;
  bottom: 100%;
  left: 0;
  border-color: inherit;
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-bottom {
  top: auto;
  bottom: 0.75rem;
}

.ribbon-bookmark {
  padding-left: 0.25rem;
  border-radius: 0 0 var(--ribbon-border-radius) 0;
}
.ribbon-bookmark:after {
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 1rem var(--border-style);
  border-color: inherit;
  border-right-width: 0;
  border-left-color: transparent;
  border-left-width: 0.5rem;
}
.ribbon-bookmark.ribbon-left {
  padding-right: 0.5rem;
}
.ribbon-bookmark.ribbon-left:after {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-right-width: 0.5rem;
  border-left-width: 0;
}
.ribbon-bookmark.ribbon-top {
  padding-right: 0;
  padding-bottom: 0.25rem;
  padding-left: 0;
  border-radius: 0 var(--ribbon-border-radius) 0 0;
}
.ribbon-bookmark.ribbon-top:after {
  top: 100%;
  right: 0;
  left: 0;
  border-color: inherit;
  border-width: 1rem;
  border-top-width: 0;
  border-bottom-color: transparent;
  border-bottom-width: 0.5rem;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.card-switch-swiper {
  position: relative;
}
.card-switch-swiper .swiper-button {
  width: 50px;
  height: 50px;
  position: absolute;
}
.card-switch-swiper .swiper-button.swiper-button-next {
  right: 0px;
  left: auto;
  top: 65px;
}
.card-switch-swiper .swiper-button.swiper-button-next:after {
  content: "next";
  font-size: 1rem;
}
.card-switch-swiper .swiper-button.swiper-button-prev {
  right: auto;
  left: 0px;
  top: 65px;
}
.card-switch-swiper .swiper-button.swiper-button-prev:after {
  content: "prev";
  font-size: 1rem;
}

.shift-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.dot-morning {
  background-color: #f4b400;
} /* Yellow */
.dot-evening {
  background-color: #7e22ce;
  color: #ffffff;
}

.dot-night {
  background-color: #1e3a8a;
  color: #ffffff;
}

.dot-off {
  background-color: #d1d5db;
} /* Light Gray */
.overflow-x-auto {
  overflow-x: auto;
}

.sticky {
  position: sticky;
  left: 0;
  background: white; /* or your table background */
  z-index: 10; /* make sure it stays above other cells */
  border-right: 1px solid #ccc; /* optional, to separate */
}

/*
 * jQuery OrgChart Plugin
 * https://github.com/dabeng/OrgChart
 *
 * Copyright 2016, dabeng
 * https://github.com/dabeng
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
/* chart styles */
.orgchart {
  box-sizing: border-box;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: linear-gradient(to top, rgba(200, 0, 0, 0.15) 5%, rgba(0, 0, 0, 0) 5%), linear-gradient(to right, rgba(200, 0, 0, 0.15) 5%, rgba(0, 0, 0, 0) 5%), linear-gradient(to bottom, rgba(200, 0, 0, 0.15) 5%, rgba(0, 0, 0, 0) 5%), linear-gradient(to left, rgba(200, 0, 0, 0.15) 5%, rgba(0, 0, 0, 0) 5%);
  background-size: 10px 10px; /* background square size */
  padding: 20px 20px 0 20px;
  /* border: 0.5px solid rgba(200, 0, 0, 0.15); */
}

.orgchart .hidden, .orgchart ~ .hidden {
  display: none !important;
}

.orgchart.b2t {
  transform: rotate(180deg);
}

.orgchart.l2r {
  position: absolute;
  transform: rotate(-90deg) rotateY(180deg);
  transform-origin: left top;
  text-align: center;
}

.orgchart.r2l {
  position: absolute;
  transform: rotate(90deg);
  transform-origin: left top;
  text-align: center;
}

.orgchart ~ .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.orgchart ~ .mask .spinner {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
}

.orgchart > .spinner::before,
.orgchart ~ .mask .spinner::before {
  width: 100px;
  height: 100px;
  border-width: 10px;
  border-radius: 50px;
  border-top-color: rgba(68, 157, 68, 0.8);
  border-bottom-color: rgba(68, 157, 68, 0.8);
  border-left-color: rgba(68, 157, 68, 0.8);
}

.orgchart .nodes {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
  justify-content: center;
}

.orgchart .hierarchy {
  position: relative;
}

/* styles of link lines */
.orgchart .hierarchy::before {
  content: "";
  position: absolute;
  top: -11px; /* -(background square size + half width of line) */
  left: 0;
  width: 100%;
  border-top: 2px solid rgba(217, 83, 79, 0.8);
  box-sizing: border-box;
}

/* 本姓人与上一层父母的连线，借助伪元素::before实现 */
/* 处理同一层中特殊的首节点 */
.orgchart .couple:first-child:not(:only-child)::before {
  width: calc(100% - 69px); /* half width of hierarchy - half width of node - node's padding - node's border width */
  left: 69px;
}

/* 处理同一层中特殊的末节点 */
.orgchart .couple:last-child:not(:only-child)::before {
  width: calc(50% + 71px);
  left: 0px;
}

.orgchart .hierarchy.couple:only-child::before {
  width: 142px; /* half of node's width + link's width */
  left: calc(50% - 71px); /* half width of node - half of link width */
}

/* 在family tree中，一个夫妻组合里，本姓人只有一个，外姓人可能有多个 */
/* 我们通过水平的连线来表示他们存在婚姻关系，借助伪元素::after实现 */
.orgchart .hierarchy.spouse:not(.couple)::after {
  content: "";
  position: absolute;
  border-top: 2px solid rgba(217, 83, 79, 0.8);
  box-sizing: border-box;
  z-index: 0;
  top: 24px;
  width: var(--ft-width);
  left: var(--ft-left-offset);
}

/* 一夫一妻情况下的连线 */
.orgchart .couple {
  white-space: nowrap;
}

.orgchart .couple:has(> .nodes) > .node:first-child::after {
  content: "";
  position: absolute;
  top: 24px;
  left: calc(100% + 1px);
  width: 2px;
  height: 33px;
  background-color: rgba(217, 83, 79, 0.8);
}

.orgchart .couple::after {
  content: "";
  position: absolute;
  border-top: 2px solid rgba(217, 83, 79, 0.8);
  box-sizing: border-box;
  z-index: 0;
  top: 24px;
  width: 20px;
  left: calc(50% - 10px); /* half of hierarchy - node's padding width - node's border with */
}

.orgchart .hierarchy:first-child::before,
.orgchart .hierarchy.isSiblingsCollapsed.left-sibs::before {
  left: calc(50% - 1px);
  width: calc(50% + 1px);
}

.orgchart .hierarchy:last-child::before,
.orgchart .hierarchy.isSiblingsCollapsed.right-sibs::before {
  width: calc(50% + 1px);
}

.orgchart .hierarchy:not(.hidden):not(.spouse):only-child::before {
  width: 2px;
}

.orgchart > .nodes > .hierarchy::before,
.orgchart .isSiblingsCollapsed:not(.left-sibs):not(.right-sibs)::before,
.orgchart .isSiblingsCollapsed.left-sibs.right-sibs::before,
.orgchart .isSiblingsCollapsed.right-sibs:first-child:before,
.orgchart .isSiblingsCollapsed.left-sibs:last-child:before,
.orgchart .isCollapsedSibling::before,
.orgchart .isCollapsedSibling .hierarchy::before,
.orgchart .hierarchy.isChildrenCollapsed:not(.couple) > .node:has(+ .nodes)::after,
.orgchart .isCollapsedDescendant::before,
.orgchart .isCollapsedDescendant > .node::before,
.orgchart .isCollapsedDescendant > .node::after,
.orgchart .isAncestorsCollapsed:only-child::before,
.orgchart .isAncestorsCollapsed > .node:not(.outsider)::before {
  content: none;
}

/* excluding leaf node */
.orgchart .hierarchy:not(.couple) > .node:has(+ .nodes)::after {
  content: "";
  position: absolute;
  bottom: -12px; /* -(background square size + node's border width) */
  left: calc(50% - 1px);
  width: 2px;
  height: 10px; /* background square size */
  background-color: rgba(217, 83, 79, 0.8);
}

.orgchart ul li .node.allowedDrop {
  border-color: rgba(68, 157, 68, 0.9);
}

.orgchart ul li .node.currentDropTarget {
  background-color: rgba(68, 157, 68, 0.9);
}

.orgchart ul li .node.selected {
  background-color: rgba(238, 217, 54, 0.5);
}

.orgchart ul li .node:hover {
  background-color: rgba(238, 217, 54, 0.5);
}

/* excluding root node */
.orgchart > ul > li > ul li > .node:not(.outsider)::before {
  content: "";
  position: absolute;
  top: var(--top, -12px); /* -(fallback value = background square size + border width of node) */
  left: calc(50% - 1px);
  width: 2px;
  height: var(--height, 10px); /* fallback value = background square size */
  background-color: rgba(217, 83, 79, 0.8);
}

.orgchart > ul > li > ul li > .node.outsider::before {
  content: "";
  position: absolute;
  top: var(--top, -12px);
  left: calc(50% - 1px);
  width: 0;
  height: var(--height, 10px);
  border-right: 2px dotted rgba(217, 83, 79, 0.8);
}

.orgchart > ul > li > ul .isSiblingsCollapsed > .node::before {
  top: var(--top-cross-point, -12px);
  height: var(--height-cross-point, 10px);
}

/* node styling */
.orgchart .node {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin: 0 0 20px 0;
  padding: 3px;
  border: 2px dashed transparent;
  text-align: center;
  transition: transform 0.3s, opacity 0.3s;
  z-index: 1;
}

.orgchart.l2r .node, .orgchart.r2l .node {
  width: 50px;
  height: 140px;
}

.orgchart .node:hover {
  background-color: rgba(238, 217, 54, 0.5);
  transition: 0.5s;
  cursor: default;
  z-index: 2;
}

.orgchart .node.focused {
  background-color: rgba(238, 217, 54, 0.5);
}

.orgchart .ghost-node {
  position: fixed;
  left: -10000px;
  top: -10000px;
}

.orgchart .ghost-node rect {
  fill: #ffffff;
  stroke: #bf0000;
}

.orgchart .node.allowedDrop {
  border-color: rgba(68, 157, 68, 0.9);
}

.orgchart .node > .spinner {
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
}

.orgchart .node > .spinner::before {
  width: 2rem;
  height: 2rem;
  border-width: 0.2rem;
  border-radius: 1rem;
  border-top-color: rgba(68, 157, 68, 0.8);
  border-bottom-color: rgba(68, 157, 68, 0.8);
  border-left-color: rgba(68, 157, 68, 0.8);
}

.orgchart .node .title {
  box-sizing: border-box;
  width: 130px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(217, 83, 79, 0.8);
  color: #fff;
  border-radius: 4px 4px 0 0;
}

.orgchart.b2t .node .title {
  transform: rotate(-180deg);
  transform-origin: center bottom;
}

.orgchart.l2r .node .title {
  transform: rotate(-90deg) translate(-45px, -45px) rotateY(180deg);
  transform-origin: bottom center;
}

.orgchart.r2l .node .title {
  transform: rotate(-90deg) translate(-45px, -45px);
  transform-origin: bottom center;
}

.orgchart .node .title .parentNodeSymbol {
  float: left;
}

.orgchart .node .title .parentNodeSymbol::before {
  color: #fff;
}

.orgchart .node .title .parentNodeSymbol::after {
  background-color: #fff;
}

.orgchart .node .content {
  box-sizing: border-box;
  width: 130px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: 1px solid rgba(217, 83, 79, 0.8);
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 0.25rem 0.25rem;
  text-align: center;
  background-color: #fff;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orgchart.b2t .node .content {
  transform: rotate(180deg);
  transform-origin: center top;
}

.orgchart.l2r .node .content {
  transform: rotate(-90deg) translate(-45px, -45px) rotateY(180deg);
  transform-origin: top center;
  width: 130px;
}

.orgchart.r2l .node .content {
  transform: rotate(-90deg) translate(-45px, -45px);
  transform-origin: top center;
  width: 130px;
}

.orgchart .node .edge {
  position: absolute;
  cursor: default;
  transition: 0.2s;
}

.orgchart .node .edge::before {
  border-color: rgba(68, 157, 68, 0.5);
}

.orgchart.noncollapsable .node .edge {
  display: none;
}

.orgchart .node .edge:hover {
  cursor: pointer;
}

.orgchart .edge:hover::before {
  border-color: #449d44;
}

.orgchart .node .verticalEdge {
  width: calc(100% - 6px); /* node top half's width */
  height: 10px; /* background square's size */
  left: 3px; /* node's padding value */
}

.orgchart .node .verticalEdge::before {
  position: absolute;
  left: calc(50% - 5px); /* 50% width of node - half width of up arrow icon) */
}

.orgchart .node .topEdge {
  top: -2px;
}

.orgchart .node .topEdge.oci-chevron-up::before {
  top: 2px;
}

.orgchart .node .topEdge.oci-chevron-down::before {
  bottom: 3px;
}

.orgchart .node .bottomEdge {
  bottom: -2px; /* -(node's border-width) */
}

.orgchart .node .bottomEdge.oci-chevron-up::before {
  bottom: -3px;
}

.orgchart .node .bottomEdge.oci-chevron-down::before {
  bottom: 1px;
}

.orgchart .node .horizontalEdge {
  width: 10px;
  height: calc(100% - 6px);
  top: 3px; /* node's padding */
}

.orgchart .node .rightEdge {
  right: -2px;
}

.orgchart .node .leftEdge {
  left: -2px;
}

.orgchart .node .horizontalEdge::before {
  position: absolute;
  top: calc(50% - 5px);
}

.orgchart .node .leftEdge.oci-chevron-right::before {
  left: -3px;
}

.orgchart .node .leftEdge.oci-chevron-left::before {
  left: 1px;
}

.orgchart .node .rightEdge.oci-chevron-left::before {
  right: -3px;
}

.orgchart .node .rightEdge.oci-chevron-right::before {
  right: 1px;
}

.orgchart .node .toggleBtn {
  position: absolute;
  left: -2px; /* -(border width of node) */
  bottom: -2px;
  width: 16px;
  height: 16px;
}

.orgchart .node .toggleBtn::before {
  background-color: rgba(68, 157, 68, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
}

.orgchart .node .toggleBtn:hover::before {
  background-color: #449d44;
}

.oc-export-btn {
  margin-left: 0.5rem;
  padding: 0.5rem 1rem;
}

.orgchart .slide-down {
  opacity: 0;
  transform: translateY(40px);
}

.orgchart.l2r .node.slide-down, .orgchart.r2l .node.slide-down {
  transform: translateY(130px);
}

.orgchart .slide-up {
  opacity: 0;
  transform: translateY(-40px);
}

.orgchart.l2r .node.slide-up, .orgchart.r2l .node.slide-up {
  transform: translateY(-130px);
}

.orgchart .slide-right {
  opacity: 0;
  transform: translateX(130px);
}

.orgchart.l2r .node.slide-right, .orgchart.r2l .node.slide-right {
  transform: translateX(40px);
}

.orgchart .slide-left {
  opacity: 0;
  transform: translateX(-130px);
}

.orgchart.l2r .node.slide-left, .orgchart.r2l .node.slide-left {
  transform: translateX(-40px);
}

/* styles for vertical nodes */
.orgchart .nodes.vertical {
  display: block;
  padding-left: 10px; /* width of background square*/
}

.orgchart .nodes.vertical .nodes {
  list-style: none;
  display: block;
  margin: 0;
  padding-left: 10px; /* width of background square*/
  text-align: left;
}

.orgchart .nodes.vertical .node {
  margin-bottom: 0;
}

.orgchart .nodes.vertical .hierarchy .node::before,
.orgchart .nodes.vertical .hierarchy .node::after {
  content: none;
}

.orgchart .nodes.vertical .hierarchy {
  position: relative;
  text-align: left;
}

.orgchart .nodes.vertical .hierarchy::before,
.orgchart .nodes.vertical .hierarchy::after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: -6px; /* -(background square size + half width of line */
  border-color: rgba(217, 83, 79, 0.8);
  border-style: solid;
  border-width: 0 0 2px 2px;
}

.orgchart .nodes.vertical .hierarchy:only-child::before {
  width: 11px;
}

.orgchart .nodes.vertical .hierarchy::before {
  top: 0px;
  height: 26px; /* node top half's height(25px) + half width of line */
  width: 11px; /* background square size + half width of line */
}

.orgchart .nodes.vertical .hierarchy::after {
  bottom: 0;
  height: calc(100% - 24px); /* height of hierarchy - (node top half's height(25px) - half width of line) */
}

.orgchart .nodes.vertical .hierarchy:last-child::after {
  border-width: 2px 0 0 0;
}

.orgchart .nodes.vertical > .hierarchy:first-child::before {
  box-sizing: border-box;
  top: -11px; /* -(background square size + half width of line) */
  height: 35px; /* node top half's height + node padding + node border width + background square size */
  width: calc(50% + 2px);
  border-width: 2px 0 0 2px;
}

.orgchart .nodes.vertical > .hierarchy:first-child::after {
  box-sizing: border-box;
  top: 24px; /* node bottom half's height(25px) - half border width of line */
  width: 11px; /* backgroud square size + half border width of line */
  border-width: 2px 0 0 2px;
}

.orgchart .nodes.vertical > .hierarchy:first-child:last-child::after {
  border-width: 2px 0 0 0;
}

/* styles for compact nodes */
.orgchart .node.compact {
  position: static;
  display: grid;
  width: 140px;
  height: 50px;
  background-color: #eee;
}

.orgchart .node.compact.looseMode {
  display: grid;
  width: unset;
  height: unset;
}

.orgchart .node.compact > .node {
  display: none;
}

.orgchart .node.compact.looseMode > .node {
  display: inline-block;
}

.orgchart .node.compact > .node.compact {
  position: relative;
}

.orgchart .node.compact > .node.compact.looseMode {
  display: grid;
}

.orgchart .node.compact.even,
.orgchart .node.compact.even:hover {
  background-color: #eee;
}

.orgchart .node.compact.odd,
.orgchart .node.compact.odd:hover {
  background-color: #fff;
}

.orgchart .node.compact.even > .node:hover,
.orgchart .node.compact.even > .node.focused,
.orgchart .node.compact.even > .node.selected {
  background-color: #fff;
}

.orgchart .node.compact.odd > .node:hover,
.orgchart .node.compact.odd > .node.focused,
.orgchart .node.compact.odd > .node.selected {
  background-color: #eee;
}

.orgchart .node.compact::before {
  top: var(--top-cross-point, -10px);
}

.orgchart .node.compact > .content {
  position: absolute;
  top: 25px;
  left: 5px;
}

.orgchart .node.compact.looseMode > .title {
  margin-top: 5px;
  margin-left: 5px;
}

.orgchart .node.compact.looseMode > .content {
  top: 30px;
  left: 10px;
}

.orgchart .node.compact > .node.compact.looseMode > .title {
  margin-top: 5px;
  margin-left: 5px;
}

.orgchart .node.compact > .node.compact > .content {
  position: absolute;
  top: 23px;
  left: 3px;
}

.orgchart .node.compact > .node.compact.looseMode > .content {
  top: 28px;
  left: 8px;
}

.orgchart .node.compact .node {
  margin-bottom: 0;
}

.orgchart .node.compact .node:has(+ .nodes)::after {
  content: unset;
}

.orgchart .backToCompactSymbol, .orgchart .backToLooseSymbol {
  cursor: pointer;
}

.orgchart .node.compact > .backToCompactSymbol {
  position: absolute;
  top: 5px;
  left: 5px;
}

.orgchart .node.compact.looseMode > .backToCompactSymbol {
  top: 10px;
  left: 10px;
}

.orgchart .node.compact > .node.compact.looseMode > .backToCompactSymbol {
  top: 8px;
  left: 8px;
}

.orgchart .node.compact > .node.compact > .backToCompactSymbol {
  position: absolute;
  top: 3px;
  left: 3px;
}

.orgchart .node.compact > .backToLooseSymbol {
  position: absolute;
  top: 25px;
  right: 5px;
}

.orgchart .node.compact > .node.compact > .backToLooseSymbol {
  position: absolute;
  top: 23px;
  right: 3px;
}

.orgchart .node.compact .backToCompactSymbol::before {
  border-top-color: rgba(68, 157, 68, 0.6);
}

.orgchart .node.compact .backToLooseSymbol::before {
  border-bottom-color: rgba(68, 157, 68, 0.6);
}

.orgchart .node.compact .backToCompactSymbol:hover::before {
  border-top-color: #449d44;
}

.orgchart .node.compact .backToLooseSymbol:hover::before {
  border-bottom-color: #449d44;
}

/* custom icons for orgchart */
.oci {
  display: inline-block;
  position: relative;
  font-style: normal;
  font-family: Arial;
}

.oci-menu::before {
  content: "≡";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  color: #000;
  font-size: 1rem;
}

.oci-chevron-up::before {
  content: "";
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 3px solid #000;
  transform: rotate(45deg);
  border-right: unset;
  border-bottom: unset;
}

.oci-chevron-down::before {
  content: "";
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 3px solid #000;
  transform: rotate(45deg);
  border-top: unset;
  border-left: unset;
}

.oci-chevron-left::before {
  content: "";
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 3px solid #000;
  transform: rotate(45deg);
  border-top: unset;
  border-right: unset;
}

.oci-chevron-right::before {
  content: "";
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 3px solid #000;
  transform: rotate(45deg);
  border-left: unset;
  border-bottom: unset;
}

.oci-corner-top-left::before {
  content: "";
  display: inline-block;
  border-top: 20px solid #000;
  border-right: 20px solid transparent;
}

.oci-corner-top-right::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-top: 20px solid #000;
  border-left: 20px solid transparent;
}

.oci-corner-bottom-right::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-bottom: 20px solid #000;
  border-left: 20px solid transparent;
}

.oci-corner-bottom-left::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-bottom: 20px solid #000;
  border-right: 20px solid transparent;
}

.oci-plus-square::before {
  content: "﹢";
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

.oci-minus-square::before {
  content: "﹣";
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

.oci-arrow-square-up::before {
  content: "⬆";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

.oci-arrow-square-down::before {
  content: "⬇";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

.oci-info-circle::before {
  content: "i";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.oci-spinner::before {
  content: "";
  vertical-align: text-bottom;
  display: inline-block;
  box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  border: 0.1rem solid #000;
  border-right-color: transparent;
  border-radius: 0.625rem;
  animation: oci-infinite-spinning 0.75s linear infinite;
}

@keyframes oci-infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.orgchart-wrapper {
  position: absolute;
  text-align: center;
  overflow: auto;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  width: calc(100% - 17.5rem);
  height: calc(100vh - 7rem);
}
.orgchart-wrapper .orgchart {
  background: transparent;
  margin: 0 auto;
}
.orgchart-wrapper .orgchart .hierarchy,
.orgchart-wrapper .orgchart .node {
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.orgchart-wrapper .orgchart .hierarchy.hidden,
.orgchart-wrapper .orgchart .node.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
  position: absolute;
  height: 0;
  overflow: hidden;
}
.orgchart-wrapper .orgchart .node.slide-up.hidden {
  transform: translateY(-20px);
}
.orgchart-wrapper .orgchart .hierarchy.slide-left.hidden {
  transform: translateX(-20px);
}
.orgchart-wrapper .orgchart .hierarchy.slide-right.hidden {
  transform: translateX(20px);
}
.orgchart-wrapper .orgchart .hierarchy:not(.hidden),
.orgchart-wrapper .orgchart .node:not(.hidden) {
  opacity: 1;
  visibility: visible;
}
.orgchart-wrapper .orgchart .node {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: auto !important;
  min-width: 200px;
  max-width: 280px;
}
.orgchart-wrapper .orgchart .node:hover {
  transform: translateY(-2px);
}
.orgchart-wrapper .orgchart .node:hover .node-card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.orgchart-wrapper .orgchart .node .node-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 12px;
  transition: box-shadow 0.2s ease;
}
.orgchart-wrapper .orgchart .node .node-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(210, 35, 42, 0.12) no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 10px;
  box-shadow: inset rgba(29, 39, 59, 0.04) 0 0 0 1px;
}
.orgchart-wrapper .orgchart .node .node-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.orgchart-wrapper .orgchart .node .node-avatar .avatar-initials {
  color: #D2232A;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.orgchart-wrapper .orgchart .node .node-info {
  min-width: 0;
  overflow: hidden;
}
.orgchart-wrapper .orgchart .node .node-name {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
  margin-bottom: 2px;
}
.orgchart-wrapper .orgchart .node .node-title {
  font-size: 11px;
  color: #666;
  line-height: 1.3;
}
.orgchart-wrapper .orgchart .node .node-dept {
  font-size: 10px;
  color: #999;
  line-height: 1.3;
  margin-top: 2px;
}
.orgchart-wrapper .orgchart .node .title {
  background-color: var(--primary-light);
  border-radius: 6px 6px 0 0;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 13px;
  height: auto;
  line-height: 1.4;
  width: 100%;
}
.orgchart-wrapper .orgchart .node .content {
  width: 100%;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
  padding: 8px 12px;
  font-size: 12px;
  color: #666;
  height: auto;
  border-radius: 0;
}
.orgchart-wrapper .orgchart .node.focused {
  background-color: transparent;
}
.orgchart-wrapper .orgchart .lines .downLine,
.orgchart-wrapper .orgchart .lines .rightLine,
.orgchart-wrapper .orgchart .lines .leftLine,
.orgchart-wrapper .orgchart .lines .topLine {
  background-color: #dee2e6;
}
.orgchart-wrapper .orgchart .edge::before {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  font-size: 14px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.orgchart-wrapper .orgchart .edge:hover::before {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
}
.orgchart-wrapper .orgchart .toggleBtn {
  background-color: var(--primary);
  border-color: var(--primary);
}
.orgchart-wrapper .orgchart .toggleBtn:hover {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
}
.orgchart-wrapper .orgchart .spinner {
  border-color: var(--primary);
  border-right-color: transparent;
}
.orgchart-wrapper .orgchart .verticalNodes {
  list-style: none;
  padding-left: 0;
}
.orgchart-wrapper .orgchart .verticalNodes > li {
  position: relative;
}
.orgchart-wrapper .orgchart .verticalNodes > li::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #dee2e6;
}
.orgchart-wrapper .orgchart .verticalNodes > li:last-child::before {
  height: 50%;
}
.orgchart-wrapper .orgchart .verticalNodes > li::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 10px;
  height: 2px;
  background-color: #dee2e6;
}
.orgchart-wrapper .orgchart .verticalNodes .node {
  margin: 8px 0;
  margin-left: 10px;
}
.orgchart-wrapper .orgchart .verticalNodes .node .org-photo {
  margin: -20px auto 6px;
  width: 40px;
  height: 40px;
}
.orgchart-wrapper .orgchart .verticalEdge::before {
  background-color: var(--primary) !important;
}
.orgchart-wrapper .orgchart .node-actions {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 10;
}
.orgchart-wrapper .orgchart .action-btn {
  width: 28px;
  height: 28px;
  background: #ff9800;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  padding: 0;
}
.orgchart-wrapper .orgchart .action-btn .mi {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.orgchart-wrapper .orgchart .action-btn:hover {
  transform: scale(1.15);
  background: #f57c00;
}
.orgchart-wrapper .orgchart .action-btn .spin {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.orgchart-wrapper .orgchart .node.hasChildren {
  position: relative;
}
.orgchart-wrapper .orgchart .node.hasChildren::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 8px;
  background: #dee2e6;
}
.orgchart-wrapper .orgchart .loading-chart {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  color: #666;
  font-size: 16px;
}
.orgchart-wrapper .orgchart .loading-chart .mi {
  margin-right: 8px;
  font-size: 24px;
}
.orgchart-wrapper .orgchart-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 8px 8px 0 0;
  margin: -20px -20px 15px -20px;
  flex-wrap: wrap;
  gap: 10px;
}
.orgchart-wrapper .orgchart-nav .nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.orgchart-wrapper .orgchart-nav .nav-btn .mi {
  font-size: 18px;
}
.orgchart-wrapper .orgchart-nav .nav-btn.back-root-btn {
  background: var(--primary);
  color: #fff;
}
.orgchart-wrapper .orgchart-nav .nav-btn.back-root-btn:hover {
  background: var(--primary-dark);
}
.orgchart-wrapper .orgchart-nav .nav-btn.back-btn {
  background: #f5f5f5;
  color: #333;
}
.orgchart-wrapper .orgchart-nav .nav-btn.back-btn:hover {
  background: #e0e0e0;
}
.orgchart-wrapper .orgchart-nav .breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  flex: 1;
  justify-content: center;
}
.orgchart-wrapper .orgchart-nav .breadcrumb .breadcrumb-item {
  padding: 4px 10px;
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 12px;
  color: #666;
}
.orgchart-wrapper .orgchart-nav .breadcrumb .breadcrumb-item.clickable {
  cursor: pointer;
  background: #e3f2fd;
  color: #1976d2;
}
.orgchart-wrapper .orgchart-nav .breadcrumb .breadcrumb-item.clickable:hover {
  background: #bbdefb;
}
.orgchart-wrapper .orgchart-nav .breadcrumb .breadcrumb-item:last-child {
  background: var(--primary);
  color: #fff;
  cursor: default;
}
.orgchart-wrapper .orgchart-nav .breadcrumb .breadcrumb-item:last-child:hover {
  background: var(--primary);
}
.orgchart-wrapper .orgchart-nav .breadcrumb .breadcrumb-sep {
  color: #bbb;
}
.orgchart-wrapper .orgchart-nav .breadcrumb .breadcrumb-sep .mi {
  font-size: 16px;
  vertical-align: middle;
}
.orgchart-wrapper .oc-export-btn {
  position: absolute;
  top: 10px;
  right: 0px;
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  z-index: 10;
}
.orgchart-wrapper .oc-export-btn:hover {
  background: var(--primary-dark);
}
.orgchart-wrapper .oc-export-btn .mi {
  margin-right: 6px;
}

@media (max-width: 575.98px) {
  .orgchart-wrapper {
    height: 450px !important;
    min-height: 450px;
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px;
  }
  .orgchart-wrapper .orgchart-nav {
    margin: -10px -10px 10px -10px;
    padding: 8px 10px;
    flex-direction: column;
  }
  .orgchart-wrapper .orgchart-nav .breadcrumb {
    order: 1;
    margin-bottom: 8px;
  }
  .orgchart-wrapper .orgchart-nav .nav-btn {
    padding: 6px 12px;
    font-size: 12px;
  }
  .orgchart-wrapper .orgchart {
    padding: 10px;
  }
  .orgchart-wrapper .orgchart .node {
    min-width: 160px !important;
    max-width: 200px !important;
  }
  .orgchart-wrapper .orgchart .node .node-card {
    padding: 8px 10px;
  }
  .orgchart-wrapper .orgchart .node .node-avatar {
    width: 36px;
    height: 36px;
  }
  .orgchart-wrapper .orgchart .node .node-avatar .avatar-initials {
    font-size: 12px;
  }
  .orgchart-wrapper .orgchart .node .node-name {
    font-size: 11px;
  }
  .orgchart-wrapper .orgchart .node .node-title,
.orgchart-wrapper .orgchart .node .node-dept {
    font-size: 9px;
  }
  .orgchart-wrapper .orgchart .node-actions {
    bottom: -14px;
  }
  .orgchart-wrapper .orgchart .node-actions .action-btn {
    width: 24px;
    height: 24px;
  }
  .orgchart-wrapper .orgchart .node-actions .action-btn .mi {
    font-size: 14px;
  }
  .orgchart-wrapper .orgchart .verticalNodes .node {
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .orgchart-wrapper {
    height: 500px !important;
    min-height: 500px;
  }
  .orgchart-wrapper .orgchart .node {
    min-width: 180px !important;
    max-width: 220px !important;
  }
  .orgchart-wrapper .orgchart .node .node-avatar {
    width: 40px;
    height: 40px;
  }
  .orgchart-wrapper .orgchart .node .node-name {
    font-size: 12px;
  }
  .orgchart-wrapper .orgchart .node .node-title,
.orgchart-wrapper .orgchart .node .node-dept {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .orgchart-wrapper {
    height: 550px !important;
    min-height: 550px;
  }
  .orgchart-wrapper .orgchart .node {
    min-width: 200px !important;
    max-width: 260px !important;
  }
  .orgchart-wrapper .orgchart .node .node-avatar {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .orgchart-wrapper {
    height: 600px !important;
    min-height: 600px;
  }
  .orgchart-wrapper .orgchart .node {
    min-width: 210px !important;
    max-width: 270px !important;
  }
}
@media (min-width: 1200px) {
  .orgchart-wrapper .orgchart .node {
    min-width: 220px !important;
    max-width: 280px !important;
  }
  .orgchart-wrapper .orgchart .node .node-avatar {
    width: 48px;
    height: 48px;
  }
}
.orgchart .node,
.orgchart .hierarchy,
.orgchart .nodes > li,
.orgchart .nodes > li > .node,
.orgchart .hierarchy > .node {
  list-style: none;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.orgchart .isChildrenCollapsed > .node,
.orgchart .isSiblingsCollapsed > .node {
  opacity: 1 !important;
}
.orgchart .hierarchy::before,
.orgchart .hierarchy::after,
.orgchart .nodes::before {
  opacity: 1 !important;
}
.orgchart .slide-up > .title,
.orgchart .slide-up > .content,
.orgchart .slide-down > .title,
.orgchart .slide-down > .content {
  opacity: 1 !important;
}

@media (min-width: 1024px) {
  body.mini .orgchart-wrapper {
    width: calc(100% - 100px);
    height: calc(100vh - 11.5rem);
  }
}

.air-datepicker-cell.-selected- {
  --adp-accent-color: var(--primary);
  --adp-day-name-color: var(--primary);
  --adp-cell-background-color-selected: var(--primary);
  --adp-cell-background-color-selected-hover: var(--primary);
}

.air-datepicker-cell.-current- {
  --adp-color-current-date: var(--primary);
}

.air-datepicker-cell.-year-.-other-decade-, .air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.air-datepicker-cell.-year-.-other-decade-:hover, .air-datepicker-cell.-day-.-other-month-:hover {
  color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-year-.-other-decade-, .-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-year-.-other-decade-:empty, .air-datepicker-cell.-day-.-other-month-:empty {
  background: none;
  border: none;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover, .air-datepicker-cell.-in-range-.-focus- {
  background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
  display: grid;
}

.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title, .air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}

.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
  transition: none;
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
  transition: none;
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}

.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^=top] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^=right] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^=bottom] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^=left] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

.air-datepicker--buttons, .air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

.air-datepicker-global-container {
  z-index: 1060;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#nprogress .bar {
  background: var(--primary);
}

#nprogress .peg {
  box-shadow: 0 0 10px var(--primary-light) 0 0 5px var(--primary-dark);
}

#nprogress .spinner {
  top: 10px;
  right: 18px;
}

#nprogress .spinner-icon {
  width: 2rem;
  height: 2rem;
  border-top-color: var(--primary);
  border-left-color: var(--primary);
}

.spin-kit {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spin-kit > div {
  width: 18px;
  height: 18px;
  background-color: var(--primary);
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spin-kit .bounce1 {
  animation-delay: -0.32s;
}

.spin-kit .bounce2 {
  animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.turbolinks-progress-bar {
  visibility: hidden;
}

.main-navbar {
  background: linear-gradient(to right, #D2232A 60%, #FEB910);
}
