
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 600px;
  --breakpoint-md: 840px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1600px;
  --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: #009640;
  --primary-dark: #009640;
  --primary-light: #9dd37d;
  --secondary: #F29124;
  --secondary-dark: #e65100;
  --secondary-light: #ffcc80;
  --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;
  --font-family-monospace: "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --font-family-sans-serif: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-family-serif: "Roboto Slab", Georgia, "Times New Roman", Times, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  text-align: left;
  text-align: start;
  background-color: rgb(255, 255, 255);
  color: #5e5e5e;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.428572;
  margin: 0;
}
[dir=rtl] body {
  text-align: right;
  text-align: start;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

label {
  font-size: 0.750000125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.38);
  display: inline-block;
}

legend {
  font-size: 1.50000025rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.333334;
  color: inherit;
  display: block;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

output {
  display: inline-block;
}

progress {
  vertical-align: baseline;
}

select[multiple], select[size] {
  overflow: auto;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

[hidden] {
  display: none !important;
}

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

svg:not(:root) {
  overflow: hidden;
}

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

a {
  background-color: transparent;
  color: #F29124;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}
a:active, a:focus, a:hover {
  color: #F29124;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):active, a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

template {
  display: none;
}

caption {
  text-align: left;
  text-align: start;
  font-size: 0.750000125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  caption-side: bottom;
  color: rgba(0, 0, 0, 0.38);
  min-height: 3.5rem;
  padding: 1.12499975rem 1.5rem;
}
[dir=rtl] caption {
  text-align: right;
  text-align: start;
}

table {
  border-collapse: collapse;
}

th {
  text-align: left;
  text-align: start;
}
[dir=rtl] th {
  text-align: right;
  text-align: start;
}

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

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

b,
strong {
  font-weight: bolder;
}

blockquote {
  margin: 0 0 1rem;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

dfn {
  font-style: italic;
}

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

dt {
  font-weight: 500;
}

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

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

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

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.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 {
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

@media (min-width: 600px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .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;
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
}
@media (min-width: 840px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .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;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
}
@media (min-width: 1024px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .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;
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
}
@media (min-width: 1600px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .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;
  }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}
@media (min-width: 600px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 840px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

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

.blockquote {
  font-size: 1.249999625rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  border-left: 0.3125rem solid #009640;
  margin-bottom: 1rem;
  padding: 0 1rem;
}

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

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

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

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

.typography-display-4 {
  font-size: 7rem;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1;
}

.typography-display-3 {
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.035715;
}

.typography-display-2 {
  font-size: 2.81250025rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.066667;
}

.typography-display-1 {
  font-size: 2.124999625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.176471;
}

.typography-headline {
  font-size: 1.50000025rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.333334;
}

.typography-title {
  font-size: 1.249999625rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.typography-subheading {
  font-size: 0.999999875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.typography-body-2 {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.428572;
}

.typography-body-1 {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.428572;
}

.typography-caption {
  font-size: 0.750000125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: inherit;
  margin-bottom: 0.5rem;
}

h1,
.h1 {
  font-size: 2.81250025rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.066667;
}

h2,
.h2 {
  font-size: 2.124999625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.176471;
}

h3,
.h3 {
  font-size: 1.50000025rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.333334;
}

h4,
.h4 {
  font-size: 1.249999625rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

h5,
.h5 {
  font-size: 0.999999875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

h6,
.h6 {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.428572;
}

.display-1 {
  font-size: 7rem;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1;
}

.display-2 {
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.035715;
}

.display-3 {
  font-size: 2.81250025rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.066667;
}

.display-4 {
  font-size: 2.124999625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.176471;
}

.lead {
  font-size: 1.249999625rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

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

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

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

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

.alert {
  border-radius: 5px;
  border: 0;
  display: block;
  margin-bottom: 1rem;
  padding: 1rem 1rem;
  position: relative;
}

.alert-primary {
  background-color: #9dd37d;
  color: rgba(0, 0, 0, 0.87);
}

.alert-secondary {
  background-color: #ffcc80;
  color: rgba(0, 0, 0, 0.87);
}

.alert-danger {
  background-color: #ffcdd2;
  color: rgba(0, 0, 0, 0.87);
}

.alert-info {
  background-color: #e1bee7;
  color: rgba(0, 0, 0, 0.87);
}

.alert-success {
  background-color: #a5d6a7;
  color: rgba(0, 0, 0, 0.87);
}

.alert-warning {
  background-color: #fff59d;
  color: rgba(0, 0, 0, 0.87);
}

.alert-dark {
  background-color: #757575;
  color: rgb(255, 255, 255);
}

.alert-light {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.alert-dismissible {
  padding-right: 3.5rem;
}
.alert-dismissible .close {
  color: inherit;
  padding: 0.87500025rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
}

.alert-heading {
  color: inherit;
}

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

.badge {
  border-radius: 5px;
  align-items: center;
  display: inline-flex;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  padding-right: 0.5em;
  padding-left: 0.5em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.badge:empty {
  display: none;
}
.btn .badge {
  margin-top: -1px;
  margin-bottom: -1px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.badge-primary {
  background-color: #009640;
  color: rgb(255, 255, 255);
}
.badge-primary[href]:active, .badge-primary[href]:focus, .badge-primary[href]:hover {
  background-color: #009640;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

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

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

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

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

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

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

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

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

.breadcrumb {
  border-radius: 5px;
  align-items: center;
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  min-height: 3.5rem;
  padding: 0.625rem 1rem;
}

.breadcrumb-item {
  transition-duration: 0.3s;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  color: rgba(0, 0, 0, 0.54);
  display: flex;
}
@media (min-width: 600px) {
  .breadcrumb-item {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .breadcrumb-item {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .breadcrumb-item {
    transition: none;
  }
}
.breadcrumb-item:active, .breadcrumb-item:focus, .breadcrumb-item:hover {
  color: rgba(0, 0, 0, 0.87);
}
.breadcrumb-item.active {
  color: rgba(0, 0, 0, 0.87);
  font-weight: bolder;
}
.breadcrumb-item a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item {
  margin-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-size: 1.7142857143em;
  line-height: 0.5833333333em;
  vertical-align: -0.3021979231em;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  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: "chevron_right";
  display: inline-block;
  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: 0.375s;
  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: 0.4875s;
  }
}
@media (min-width: 1024px) {
  .carousel-item {
    transition-duration: 0.25s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.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: 0.375s;
  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: 0.4875s;
  }
}
@media (min-width: 1024px) {
  .carousel-fade .carousel-item {
    transition-duration: 0.25s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-fade .carousel-item {
    transition: none;
  }
}
.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 0 rgba(0, 0, 0, 0.2);
  color: rgb(255, 255, 255);
  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:active, .carousel-control-next:focus, .carousel-control-next:hover,
.carousel-control-prev:active,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  background-color: rgba(204, 204, 204, 0.25);
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.carousel-control-next:active,
.carousel-control-prev:active {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 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.7142857143em;
  line-height: 0.5833333333em;
  vertical-align: -0.3021979231em;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  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: "chevron_right";
}

.carousel-control-prev-icon::before {
  content: "chevron_left";
}

.carousel-caption {
  color: rgb(255, 255, 255);
  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-duration: 0.3s;
  transition-property: color;
  transition-timing-function: 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: 0.39s;
  }
}
@media (min-width: 1024px) {
  .close {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .close {
    transition: none;
  }
}
.close:active, .close:focus, .close:hover {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
.close:focus {
  outline: 0;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

pre {
  border-radius: 5px;
  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-inline {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0;
}

.form-check-input {
  margin-top: 0.2500003333rem;
  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;
}

.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 .custom-file,
.form-inline .custom-select {
  width: auto;
}
.form-inline .form-check {
  margin-bottom: 0;
  width: auto;
}
.form-inline .form-control,
.form-inline .form-control-file {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.form-inline .form-control-plaintext {
  display: inline-block;
}
.form-inline .form-group {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  margin-bottom: 0;
}
.form-inline .input-group {
  width: auto;
}

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

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

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

.form-text {
  font-size: 0.750000125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.38);
  display: block;
  margin-top: 0.5rem;
}
.custom-select-lg + .form-text, .floating-label-lg + .form-text, .input-group-lg > .floating-label + .form-text, .floating-label-lg .custom-select + .form-text, .input-group-lg > .floating-label .custom-select + .form-text, .floating-label-lg .form-control + .form-text, .input-group-lg > .floating-label .form-control + .form-text, .floating-label-lg .form-control-file + .form-text, .input-group-lg > .floating-label .form-control-file + .form-text, .form-control-lg + .form-text, .textfield-box-lg + .form-text, .input-group-lg > .textfield-box + .form-text, .textfield-box-lg .custom-select + .form-text, .input-group-lg > .textfield-box .custom-select + .form-text, .textfield-box-lg .form-control + .form-text, .input-group-lg > .textfield-box .form-control + .form-text, .textfield-box-lg .form-control-file + .form-text, .input-group-lg > .textfield-box .form-control-file + .form-text {
  margin-top: 0.75rem;
}
.custom-select-sm + .form-text, .floating-label-sm + .form-text, .input-group-sm > .floating-label + .form-text, .floating-label-sm .custom-select + .form-text, .input-group-sm > .floating-label .custom-select + .form-text, .floating-label-sm .form-control + .form-text, .input-group-sm > .floating-label .form-control + .form-text, .floating-label-sm .form-control-file + .form-text, .input-group-sm > .floating-label .form-control-file + .form-text, .form-control-sm + .form-text, .textfield-box-sm + .form-text, .input-group-sm > .textfield-box + .form-text, .textfield-box-sm .custom-select + .form-text, .input-group-sm > .textfield-box .custom-select + .form-text, .textfield-box-sm .form-control + .form-text, .input-group-sm > .textfield-box .form-control + .form-text, .textfield-box-sm .form-control-file + .form-text, .input-group-sm > .textfield-box .form-control-file + .form-text {
  margin-top: 0.25rem;
}

.form-control-plaintext {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  box-shadow: none;
  color: #5e5e5e;
  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;
}

.figure {
  display: inline-block;
}

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

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

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

.img-thumbnail {
  height: auto;
  max-width: 100%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.jumbotron {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
  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 {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:active, .nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}

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

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

.nav-pills .nav-link {
  border-radius: 5px;
  transition-duration: 0.3s;
  transition-property: background-color, color, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.7;
}
@media (min-width: 600px) {
  .nav-pills .nav-link {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .nav-pills .nav-link {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .nav-pills .nav-link {
    transition: none;
  }
}
.nav-pills .nav-link:active, .nav-pills .nav-link:focus, .nav-pills .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
.nav-pills .nav-link.active {
  color: #F29124;
  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: #f5f5f5;
  display: flex;
  list-style: none;
  padding: 0.625rem 0.5rem;
}

.page-link {
  border-radius: 5px;
  transition-duration: 0.3s;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 1px;
  padding: 0.6875rem 1rem;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 600px) {
  .page-link {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .page-link {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:active, .page-link:focus, .page-link:hover {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
.page-link:focus, .page-link:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
}
.page-link.active, .page-link:active {
  background-color: rgba(153, 153, 153, 0.4);
  background-image: none;
}
.page-link:focus {
  outline: 0;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  background-color: rgba(153, 153, 153, 0.4);
}
.page-item.disabled .page-link {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  cursor: auto;
  pointer-events: none;
}

.pagination-lg .page-link {
  font-size: 0.9375rem;
  padding: 0.78125rem 1rem;
}

.pagination-sm .page-link {
  font-size: 0.8125rem;
  padding: 0.59375rem 1rem;
}

.popover {
  text-align: left;
  text-align: start;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428572;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  display: block;
  font-size: 0.875rem;
  margin: 1.5rem;
  max-width: 17.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 240;
}
[dir=rtl] .popover {
  text-align: right;
  text-align: start;
}

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

.popover-header {
  font-size: 1.249999625rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 1.25rem 1.5rem 0;
}
.popover-header:empty {
  display: none;
}
.popover-header:last-child {
  padding-bottom: 1.25rem;
}

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

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

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

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

.collapsing {
  transition-duration: 0.3s;
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  height: 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 600px) {
  .collapsing {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .collapsing {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.fade {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
@media (min-width: 600px) {
  .fade {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .fade {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade.show {
  opacity: 1;
}

.btn {
  border-radius: 5px;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
  background-image: none;
  border: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  min-width: 5.5rem;
  padding: 0.6875rem 1rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
@media (min-width: 600px) {
  .btn {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .btn {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:active, .btn:focus, .btn:hover {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
.btn:focus, .btn:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
}
.btn.active, .btn:active {
  background-color: rgba(153, 153, 153, 0.4);
  background-image: none;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}
.btn.disabled, .btn:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  background-image: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.26);
  opacity: 1;
}
.btn:focus {
  outline: 0;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.show > .btn.dropdown-toggle {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
}

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

.btn-primary {
  background-color: #009640;
  color: rgb(255, 255, 255);
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  color: rgb(255, 255, 255);
}
.btn-primary.active, .btn-primary:active {
  background-color: #009640;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

.btn-secondary {
  background-color: #F29124;
  color: rgba(0, 0, 0, 0.87);
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  color: rgba(0, 0, 0, 0.87);
}
.btn-secondary.active, .btn-secondary:active {
  background-color: #e65100;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

.btn-danger {
  background-color: #f44336;
  color: rgb(255, 255, 255);
}
.btn-danger:active, .btn-danger:focus, .btn-danger:hover {
  color: rgb(255, 255, 255);
}
.btn-danger.active, .btn-danger:active {
  background-color: #d32f2f;
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

.btn-info {
  background-color: #673ab7;
  color: rgb(255, 255, 255);
}
.btn-info:active, .btn-info:focus, .btn-info:hover {
  color: rgb(255, 255, 255);
}
.btn-info.active, .btn-info:active {
  background-color: #7b1fa2;
}
.btn-info.disabled, .btn-info:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

.btn-success {
  background-color: #4caf50;
  color: rgb(255, 255, 255);
}
.btn-success:active, .btn-success:focus, .btn-success:hover {
  color: rgb(255, 255, 255);
}
.btn-success.active, .btn-success:active {
  background-color: #2e7d32;
}
.btn-success.disabled, .btn-success:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

.btn-warning {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
}
.btn-warning:active, .btn-warning:focus, .btn-warning:hover {
  color: rgba(0, 0, 0, 0.87);
}
.btn-warning.active, .btn-warning:active {
  background-color: #f9a825;
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

.btn-dark {
  background-color: #424242;
  color: rgb(255, 255, 255);
}
.btn-dark:active, .btn-dark:focus, .btn-dark:hover {
  color: rgb(255, 255, 255);
}
.btn-dark.active, .btn-dark:active {
  background-color: #212121;
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

.btn-light {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}
.btn-light:active, .btn-light:focus, .btn-light:hover {
  color: rgba(0, 0, 0, 0.87);
}
.btn-light.active, .btn-light:active {
  background-color: #e0e0e0;
}
.btn-light.disabled, .btn-light:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

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

.btn-lg,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-prepend > .btn,
.btn-group-lg > .btn {
  font-size: 0.9375rem;
  padding: 0.78125rem 1rem;
}

.btn-sm,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-prepend > .btn,
.btn-group-sm > .btn {
  font-size: 0.8125rem;
  padding: 0.59375rem 1rem;
}

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

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

.btn-link {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #F29124;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
.btn-link:active, .btn-link:focus, .btn-link:hover {
  color: #F29124;
  text-decoration: underline;
}
.btn-link:focus, .btn-link:hover {
  background-image: none;
}
.btn-link.active, .btn-link:active {
  background-color: transparent;
  box-shadow: none;
}
.btn-link.disabled, .btn-link:disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.26);
  text-decoration: none;
}

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

[class*=btn-flat],
[class*=btn-outline] {
  background-color: transparent;
  box-shadow: none;
}
[class*=btn-flat].active, [class*=btn-flat]:active,
[class*=btn-outline].active,
[class*=btn-outline]:active {
  box-shadow: none;
}
[class*=btn-flat].disabled, [class*=btn-flat]:disabled,
[class*=btn-outline].disabled,
[class*=btn-outline]:disabled {
  background-color: transparent;
}

.btn-flat-primary, .btn-flat-primary:active, .btn-flat-primary:focus, .btn-flat-primary:hover,
.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
  color: #009640;
}
.btn-flat-primary.disabled, .btn-flat-primary:disabled,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: rgba(0, 0, 0, 0.26);
}

.btn-flat-secondary, .btn-flat-secondary:active, .btn-flat-secondary:focus, .btn-flat-secondary:hover,
.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
  color: #F29124;
}
.btn-flat-secondary.disabled, .btn-flat-secondary:disabled,
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: rgba(0, 0, 0, 0.26);
}

.btn-flat-danger, .btn-flat-danger:active, .btn-flat-danger:focus, .btn-flat-danger:hover,
.btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:hover {
  color: #f44336;
}
.btn-flat-danger.disabled, .btn-flat-danger:disabled,
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: rgba(0, 0, 0, 0.26);
}

.btn-flat-info, .btn-flat-info:active, .btn-flat-info:focus, .btn-flat-info:hover,
.btn-outline-info,
.btn-outline-info:active,
.btn-outline-info:focus,
.btn-outline-info:hover {
  color: #673ab7;
}
.btn-flat-info.disabled, .btn-flat-info:disabled,
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: rgba(0, 0, 0, 0.26);
}

.btn-flat-success, .btn-flat-success:active, .btn-flat-success:focus, .btn-flat-success:hover,
.btn-outline-success,
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover {
  color: #4caf50;
}
.btn-flat-success.disabled, .btn-flat-success:disabled,
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: rgba(0, 0, 0, 0.26);
}

.btn-flat-warning, .btn-flat-warning:active, .btn-flat-warning:focus, .btn-flat-warning:hover,
.btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:hover {
  color: #ffeb3b;
}
.btn-flat-warning.disabled, .btn-flat-warning:disabled,
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: rgba(0, 0, 0, 0.26);
}

.btn-flat-dark, .btn-flat-dark:active, .btn-flat-dark:focus, .btn-flat-dark:hover,
.btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark:focus,
.btn-outline-dark:hover {
  color: #424242;
}
.btn-flat-dark.disabled, .btn-flat-dark:disabled,
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: rgba(0, 0, 0, 0.26);
}

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

.btn-flat-light:focus, .btn-flat-light:hover,
.btn-outline-light:focus,
.btn-outline-light:hover {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
}
.btn-flat-light.active, .btn-flat-light:active,
.btn-outline-light.active,
.btn-outline-light:active {
  background-color: rgba(204, 204, 204, 0.25);
}

.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 0 rgba(0, 0, 0, 0.2);
  height: 3.5rem;
  line-height: 3.5rem;
  min-width: 0;
  padding: 0;
  width: 3.5rem;
}
.btn-float.active, .btn-float:active {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-float.disabled, .btn-float:disabled {
  box-shadow: none;
}
.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;
}

.btn-group,
.btn-group-vertical {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.btn-group > .btn-primary.disabled, .btn-group > .btn-primary:disabled,
.btn-group-vertical > .btn-primary.disabled,
.btn-group-vertical > .btn-primary:disabled {
  background-color: #9dd37d;
  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: #ffcc80;
  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: rgb(255, 255, 255);
}
.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-vertical > .btn {
  transition-duration: 0.3s;
  transition-property: border-color, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: none;
  flex: 0 1 auto;
  min-width: 0;
}
@media (min-width: 600px) {
  .btn-group > .btn,
.btn-group-vertical > .btn {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .btn-group > .btn,
.btn-group-vertical > .btn {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn-group > .btn,
.btn-group-vertical > .btn {
    transition: none;
  }
}
.btn-group > .btn.active, .btn-group > .btn:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active {
  box-shadow: none;
}
.btn-group > .btn.disabled, .btn-group > .btn:disabled,
.btn-group-vertical > .btn.disabled,
.btn-group-vertical > .btn:disabled {
  opacity: 0.7;
}
.btn-group > .btn[class*=btn-outline],
.btn-group-vertical > .btn[class*=btn-outline] {
  opacity: 0.7;
}
.btn-group > .btn[class*=btn-outline].active, .btn-group > .btn[class*=btn-outline]:active,
.btn-group-vertical > .btn[class*=btn-outline].active,
.btn-group-vertical > .btn[class*=btn-outline]:active {
  opacity: 1;
}
.btn-group > .btn[class*=btn-outline].disabled, .btn-group > .btn[class*=btn-outline]:disabled,
.btn-group-vertical > .btn[class*=btn-outline].disabled,
.btn-group-vertical > .btn[class*=btn-outline]:disabled {
  opacity: 1;
}
.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 > .btn.dropdown-toggle {
  box-shadow: none;
}
.btn-group > .btn,
.btn-group > .btn-group {
  margin-left: -1px;
}
.btn-group > .btn:first-child,
.btn-group > .btn-group:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.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 > .btn-group {
  margin-top: -1px;
  margin-left: 0;
  width: 100%;
}
.btn-group-vertical > .btn:first-child,
.btn-group-vertical > .btn-group:first-child {
  margin-top: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.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] > .btn-group > .btn {
  margin-bottom: 0;
}
[data-toggle=buttons] > .btn [type=checkbox],
[data-toggle=buttons] > .btn [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;
}

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

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.card {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 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 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #009640;
}
.card.border-primary[href]:active, .card.border-primary[href]:focus, .card.border-primary[href]:hover, .card.border-primary[tabindex]:active, .card.border-primary[tabindex]:focus, .card.border-primary[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #009640;
}
.card.border-secondary {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #F29124;
}
.card.border-secondary[href]:active, .card.border-secondary[href]:focus, .card.border-secondary[href]:hover, .card.border-secondary[tabindex]:active, .card.border-secondary[tabindex]:focus, .card.border-secondary[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #F29124;
}
.card.border-danger {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f44336;
}
.card.border-danger[href]:active, .card.border-danger[href]:focus, .card.border-danger[href]:hover, .card.border-danger[tabindex]:active, .card.border-danger[tabindex]:focus, .card.border-danger[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f44336;
}
.card.border-info {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #673ab7;
}
.card.border-info[href]:active, .card.border-info[href]:focus, .card.border-info[href]:hover, .card.border-info[tabindex]:active, .card.border-info[tabindex]:focus, .card.border-info[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #673ab7;
}
.card.border-success {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #4caf50;
}
.card.border-success[href]:active, .card.border-success[href]:focus, .card.border-success[href]:hover, .card.border-success[tabindex]:active, .card.border-success[tabindex]:focus, .card.border-success[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #4caf50;
}
.card.border-warning {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #ffeb3b;
}
.card.border-warning[href]:active, .card.border-warning[href]:focus, .card.border-warning[href]:hover, .card.border-warning[tabindex]:active, .card.border-warning[tabindex]:focus, .card.border-warning[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #ffeb3b;
}
.card.border-dark {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #424242;
}
.card.border-dark[href]:active, .card.border-dark[href]:focus, .card.border-dark[href]:hover, .card.border-dark[tabindex]:active, .card.border-dark[tabindex]:focus, .card.border-dark[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #424242;
}
.card.border-light {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f5f5f5;
}
.card.border-light[href]:active, .card.border-light[href]:focus, .card.border-light[href]:hover, .card.border-light[tabindex]:active, .card.border-light[tabindex]:focus, .card.border-light[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px #f5f5f5;
}
.card[href]:active, .card[href]:focus, .card[href]:hover, .card[tabindex]:active, .card[tabindex]:focus, .card[tabindex]:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.card[href]:focus, .card[tabindex]:focus {
  outline: 0;
}

.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 .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: flex-start;
  display: flex;
  padding: 0.5rem 0rem 0.25rem 0.5rem;
}
.card-actions:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.card-actions:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.card-actions .btn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 0 1 auto;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  min-width: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.card-actions .dropdown-toggle::after {
  margin-right: 0;
}

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

.card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 1rem 1rem;
}
.card-footer:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 0;
}
.card-footer:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.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: 5px;
  border-top-right-radius: 5px;
}
.card-header:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  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: 5px;
}

.card-img-bottom {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.card-img-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

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

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

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

@media (min-width: 600px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
}
.card-group .card {
  margin-bottom: 0.5rem;
}
@media (min-width: 600px) {
  .card-group .card {
    flex: 1 0 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-link:active, .card-link:focus, .card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}

.card-subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.428572;
  margin-top: -1rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-title {
  font-size: 1.50000025rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.333334;
  margin-bottom: 1rem;
}
.card-title:last-child {
  margin-bottom: 0;
}

.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;
  font-weight: 400;
  height: 2rem;
  justify-content: center;
  line-height: 1;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.chip:empty {
  display: none;
}
.chip .close {
  font-size: inherit;
  line-height: inherit;
  margin-right: -0.5rem;
  margin-left: 0.25rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  order: 1;
}

.chip-primary {
  background-color: #009640;
  color: rgb(255, 255, 255);
}

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

.chip-danger {
  background-color: #f44336;
  color: rgb(255, 255, 255);
}

.chip-info {
  background-color: #673ab7;
  color: rgb(255, 255, 255);
}

.chip-success {
  background-color: #4caf50;
  color: rgb(255, 255, 255);
}

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

.chip-dark {
  background-color: #424242;
  color: rgb(255, 255, 255);
}

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

.chip-action {
  transition-duration: 0.3s;
  transition-property: background-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 600px) {
  .chip-action {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .chip-action {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .chip-action {
    transition: none;
  }
}
.chip-action:active, .chip-action:focus, .chip-action:hover {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
.chip-action:active {
  background-color: #bdbdbd;
}
.chip-action:focus {
  outline: 0;
}

.chip-icon {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  background-color: #F29124;
  border-radius: 1rem;
  color: rgba(0, 0, 0, 0.87);
  display: inline-flex;
  flex-shrink: 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  height: 2rem;
  justify-content: center;
  margin-right: 0.5rem;
  margin-left: -0.75rem;
  order: -1;
  text-align: center;
  width: 2rem;
}

.chip-img {
  border-radius: 1rem;
  flex-shrink: 0;
  height: 2rem;
  margin-right: 0.5rem;
  margin-left: -0.75rem;
  order: -1;
  width: auto;
}

.table {
  background-color: #ffffff;
  border: 0;
  margin-bottom: 1rem;
  max-width: 100%;
  width: 100%;
}
.table td,
.table th {
  border-top: 1px solid #e1e1e1;
  line-height: 1.428572;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  vertical-align: top;
}
.table td:first-child,
.table th:first-child {
  padding-left: 1.5rem;
}
.table td:last-child,
.table th:last-child {
  padding-right: 1.5rem;
}
.table tbody {
  color: rgba(0, 0, 0, 0.87);
}
.table tbody td,
.table tbody th {
  font-size: 0.8125rem;
  font-weight: 400;
  height: 3rem;
  padding-top: 0.919642625rem;
  padding-bottom: 0.919642625rem;
}
.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;
  padding-top: 1.2142855rem;
  padding-bottom: 1.2142855rem;
}
.table thead {
  color: rgba(0, 0, 0, 0.54);
}
.table thead td,
.table thead th {
  font-size: 0.875rem;
  font-weight: 500;
  height: 3.5rem;
  padding-top: 1.12499975rem;
  padding-bottom: 1.12499975rem;
}
.card > .table:first-child,
.card > .table:first-child > :first-child,
.card > .table:first-child > :first-child > tr:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.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: 5px;
}
.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: 5px;
}
.card > .table:last-child,
.card > .table:last-child > :last-child,
.card > .table:last-child > :last-child > tr:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.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: 5px;
}
.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: 5px;
}
.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-borderless td,
.table-borderless th,
.table-borderless .table {
  border: 0;
}

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

.table-sm td,
.table-sm th {
  padding-right: 1rem;
  padding-left: 1rem;
}
.table-sm td:first-child,
.table-sm th:first-child {
  padding-left: 1rem;
}
.table-sm td:last-child,
.table-sm th:last-child {
  padding-right: 1rem;
}
.table-sm tbody td,
.table-sm tbody th {
  height: 2.25rem;
  padding-top: 0.544642625rem;
  padding-bottom: 0.544642625rem;
}
.table-sm tfoot td,
.table-sm tfoot th {
  padding-top: 0.7142855rem;
  padding-bottom: 0.7142855rem;
}
.table-sm thead td,
.table-sm thead th {
  height: 2.5rem;
  padding-top: 0.62499975rem;
  padding-bottom: 0.62499975rem;
}

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

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

.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #9dd37d;
  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: #009640;
  color: rgb(255, 255, 255);
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #ffcc80;
  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: #F29124;
  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: rgb(255, 255, 255);
}

.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: rgb(255, 255, 255);
}

.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: rgb(255, 255, 255);
}

.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: rgb(255, 255, 255);
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #424242;
  color: rgb(255, 255, 255);
}

.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-active,
.table-active > td,
.table-active > th {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87);
}
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}

.table .thead-dark td,
.table .thead-dark th {
  background-color: #424242;
  color: rgb(255, 255, 255);
}
.table .thead-light td,
.table .thead-light th {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.54);
}

.table-dark {
  background-color: #424242;
  color: rgb(255, 255, 255);
}
.table-dark.table-bordered {
  border-color: #303030;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #303030;
}
.table-dark.table-hover tbody tr:hover {
  background-color: #212121;
}
.table-dark tbody,
.table-dark tfoot,
.table-dark thead {
  color: inherit;
}
.table-dark td,
.table-dark th,
.table-dark .table {
  border-color: #303030;
}

@media (max-width: 599.98px) {
  .table-responsive-sm {
    display: block;
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 839.98px) {
  .table-responsive-md {
    display: block;
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-lg {
    display: block;
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xl {
    display: block;
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.modal {
  display: none;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 240;
}
.modal.fade {
  transition-duration: 0.375s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 600px) {
  .modal.fade {
    transition-duration: 0.4875s;
  }
}
@media (min-width: 1024px) {
  .modal.fade {
    transition-duration: 0.25s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transition-duration: 0.375s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0.87);
}
@media (min-width: 600px) {
  .modal.fade .modal-dialog {
    transition-duration: 0.4875s;
  }
}
@media (min-width: 1024px) {
  .modal.fade .modal-dialog {
    transition-duration: 0.25s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: scale(1);
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.38);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 239;
}

.modal-content {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  vertical-align: baseline;
  width: 100%;
}

.modal-dialog {
  margin: 1.5rem auto;
  max-width: 35rem;
  pointer-events: none;
  position: relative;
  width: calc(100% - 1.5rem * 2);
}

.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1.5rem * 2);
}

.modal-lg {
  max-width: 52.5rem;
}

.modal-sm {
  max-width: 17.5rem;
}

.modal-body {
  flex: 1 1 auto;
  padding: 1.25rem 1.5rem;
  position: relative;
}
.modal-body:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal-body:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.modal-header + .modal-body {
  padding-top: 0;
}
.modal-body > :last-child {
  margin-bottom: 0;
}

.modal-footer {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem 0.5rem 0.5rem 0rem;
}
.modal-footer:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal-footer:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.modal-footer .btn {
  background-color: transparent;
  box-shadow: none;
  max-width: calc(50% - 0.5rem);
  min-width: 4rem;
  overflow: hidden;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-overflow: ellipsis;
}
.modal-footer .btn-primary, .modal-footer .btn-primary:active, .modal-footer .btn-primary:focus, .modal-footer .btn-primary:hover {
  color: #009640;
}
.modal-footer .btn-primary.disabled, .modal-footer .btn-primary:disabled {
  color: rgba(0, 0, 0, 0.26);
}
.modal-footer .btn-secondary, .modal-footer .btn-secondary:active, .modal-footer .btn-secondary:focus, .modal-footer .btn-secondary:hover {
  color: #F29124;
}
.modal-footer .btn-secondary.disabled, .modal-footer .btn-secondary:disabled {
  color: rgba(0, 0, 0, 0.26);
}
.modal-footer .btn-danger, .modal-footer .btn-danger:active, .modal-footer .btn-danger:focus, .modal-footer .btn-danger:hover {
  color: #f44336;
}
.modal-footer .btn-danger.disabled, .modal-footer .btn-danger:disabled {
  color: rgba(0, 0, 0, 0.26);
}
.modal-footer .btn-info, .modal-footer .btn-info:active, .modal-footer .btn-info:focus, .modal-footer .btn-info:hover {
  color: #673ab7;
}
.modal-footer .btn-info.disabled, .modal-footer .btn-info:disabled {
  color: rgba(0, 0, 0, 0.26);
}
.modal-footer .btn-success, .modal-footer .btn-success:active, .modal-footer .btn-success:focus, .modal-footer .btn-success:hover {
  color: #4caf50;
}
.modal-footer .btn-success.disabled, .modal-footer .btn-success:disabled {
  color: rgba(0, 0, 0, 0.26);
}
.modal-footer .btn-warning, .modal-footer .btn-warning:active, .modal-footer .btn-warning:focus, .modal-footer .btn-warning:hover {
  color: #ffeb3b;
}
.modal-footer .btn-warning.disabled, .modal-footer .btn-warning:disabled {
  color: rgba(0, 0, 0, 0.26);
}
.modal-footer .btn-dark, .modal-footer .btn-dark:active, .modal-footer .btn-dark:focus, .modal-footer .btn-dark:hover {
  color: #424242;
}
.modal-footer .btn-dark.disabled, .modal-footer .btn-dark:disabled {
  color: rgba(0, 0, 0, 0.26);
}
.modal-footer .btn-light, .modal-footer .btn-light:active, .modal-footer .btn-light:focus, .modal-footer .btn-light:hover {
  color: #f5f5f5;
}
.modal-footer .btn-light.disabled, .modal-footer .btn-light:disabled {
  color: rgba(0, 0, 0, 0.26);
}
.modal-footer .btn.active, .modal-footer .btn:active {
  background-color: rgba(153, 153, 153, 0.4);
  box-shadow: none;
}
.modal-footer .btn.disabled, .modal-footer .btn:disabled {
  background-color: transparent;
}
.modal-footer > * {
  margin-left: 0.5rem;
}

.modal-footer-stacked {
  align-items: stretch;
  flex-direction: column;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.modal-footer-stacked .btn {
  text-align: right;
  text-align: end;
  border-radius: 0;
  margin-left: 0;
  max-width: none;
  padding: 1.0625rem 1rem;
}
[dir=rtl] .modal-footer-stacked .btn {
  text-align: left;
  text-align: end;
}

.modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
}
.modal-header:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal-header:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.modal-title {
  font-size: 1.249999625rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin: 0;
}

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

.list-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}

.list-group-item {
  transition-duration: 0.3s;
  transition-property: background-color, color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #ffffff;
  border: 0;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 0.9375rem;
  line-height: 1.428572;
  min-height: 3rem;
  padding: 0.830356875rem 1.5rem;
  position: relative;
}
@media (min-width: 600px) {
  .list-group-item {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .list-group-item {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .list-group-item {
    transition: none;
  }
}
.list-group-item:active, .list-group-item:focus, .list-group-item:hover {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
.list-group-item.active {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87);
}
.list-group-item.disabled, .list-group-item:disabled {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.38);
}
.list-group-item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.list-group-item:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.card .list-group-item {
  padding-right: 1rem;
  padding-left: 1rem;
}

.list-group-item-action {
  color: rgba(0, 0, 0, 0.87);
  text-align: inherit;
  width: 100%;
}
.list-group-item-action:active, .list-group-item-action:focus, .list-group-item-action:hover {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
.list-group-item-action.disabled, .list-group-item-action:disabled {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.38);
}
.list-group-item-action:focus {
  outline: 0;
}

.list-group-item-primary {
  background-color: #9dd37d;
  color: rgba(0, 0, 0, 0.87);
}
.list-group-item-primary.active {
  background-color: #009640;
  color: rgb(255, 255, 255);
}
.list-group-item-primary.list-group-item-action:active, .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  background-color: #009640;
  color: rgb(255, 255, 255);
}

.list-group-item-secondary {
  background-color: #ffcc80;
  color: rgba(0, 0, 0, 0.87);
}
.list-group-item-secondary.active {
  background-color: #F29124;
  color: rgba(0, 0, 0, 0.87);
}
.list-group-item-secondary.list-group-item-action:active, .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  background-color: #F29124;
  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: rgb(255, 255, 255);
}
.list-group-item-danger.list-group-item-action:active, .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  background-color: #f44336;
  color: rgb(255, 255, 255);
}

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

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

.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:active, .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
}

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

.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:active, .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}

.expansion-panel {
  transition-duration: 0.3s;
  transition-property: background-color, color, margin;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
}
@media (min-width: 600px) {
  .expansion-panel {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .expansion-panel {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .expansion-panel {
    transition: none;
  }
}
.expansion-panel.show {
  border-radius: 5px;
}
.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: 5px;
  border-top-right-radius: 5px;
}
.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: 5px;
  border-bottom-left-radius: 5px;
}
.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 1.5rem;
}
.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 {
  margin-bottom: 0.25rem;
  margin-left: 0.5rem;
  min-width: 4rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.card .expansion-panel-footer .btn {
  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.830356875rem 1.5rem;
  text-align: inherit;
  width: 100%;
}
.expansion-panel-toggler:active, .expansion-panel-toggler:focus, .expansion-panel-toggler:hover {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
.expansion-panel-toggler.disabled, .expansion-panel-toggler:disabled {
  background-color: #ffffff;
  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: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-top: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  box-shadow: none;
}
.list-group-flush .list-group-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

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

.dropdown-menu {
  border-radius: 5px;
  text-align: left;
  text-align: start;
  background-color: transparent;
  color: inherit;
  display: none;
  float: left;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  list-style: none;
  margin: 0;
  min-width: 7rem;
  padding: 0.5rem 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 80;
}
[dir=rtl] .dropdown-menu {
  text-align: right;
  text-align: start;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu.show::before,
.dropdown-menu.show > * {
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 600px) {
  .dropdown-menu.show::before,
.dropdown-menu.show > * {
    animation-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu.show::before,
.dropdown-menu.show > * {
    animation-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .dropdown-menu.show::before,
.dropdown-menu.show > * {
    animation: none;
  }
}
.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: 5px;
  background-color: #ffffff;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: 0 0;
  z-index: -1;
}
.nav:not(.flex-column):not(.flex-column-reverse) .dropdown-menu {
  min-width: 100%;
}

.menu {
  margin-top: -3.125rem;
}
.menu::before {
  transform-origin: 0 2rem;
}

.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% 2rem;
}
.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;
  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: -3.125rem;
}
.dropup .dropdown-menu:not([x-placement]).menu::before {
  transform-origin: 0 calc(100% - 2rem);
}
.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% - 2rem);
}
.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% 2rem;
}

.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: -3.125rem;
}

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

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

@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(0.3333333333, 0);
  }
  40% {
    transform: scale(0.6666666667, 0.25);
  }
  60% {
    transform: scale(1, 0.5);
  }
  80% {
    transform: scale(1, 0.75);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes menu-animation {
  0% {
    margin-top: -3.5rem;
  }
  100% {
    margin-top: 0;
  }
}
.dropdown-menu-sm,
.menu-cascading {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 600px) {
  .dropdown-menu-sm,
.menu-cascading {
    min-width: 20rem;
  }
}

.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-divider {
  background-color: rgba(0, 0, 0, 0.12);
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
}

.dropdown-header {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 0.875rem;
  font-weight: bolder;
  line-height: 1.5rem;
  margin: 0;
  padding: 0.75rem 1rem;
  white-space: nowrap;
}
.dropdown-menu-sm .dropdown-header, .menu-cascading .dropdown-header {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  padding: 0.25rem 1.5rem;
}

.dropdown-item {
  transition-duration: 0.3s;
  transition-property: background-color, color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background: none;
  border: 0;
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-weight: inherit;
  padding: 0.75rem 1rem;
  position: relative;
  text-align: inherit;
  transform-origin: 0 0;
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 600px) {
  .dropdown-item {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .dropdown-item {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .dropdown-item {
    transition: none;
  }
}
.dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
.dropdown-item.active {
  background-color: #f5f5f5;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  pointer-events: none;
}
.dropdown-menu-sm .dropdown-item, .menu-cascading .dropdown-item {
  padding: 0.25rem 1.5rem;
}

.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 .dropdown-item-text, .menu-cascading .dropdown-item-text {
  padding: 0.25rem 1.5rem;
}

.dropdown-toggle::after {
  font-size: 1.7142857143em;
  line-height: 0.5833333333em;
  vertical-align: -0.3021979231em;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: "expand_more";
  display: inline-block;
  margin-right: -0.2em;
  margin-left: 0.2em;
  vertical-align: top;
}
.dropright .dropdown-toggle::after {
  content: "keyboard_arrow_right";
}
.dropup .dropdown-toggle::after {
  content: "expand_less";
}
.dropdown-toggle:empty::after {
  margin-left: -0.2em;
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  font-size: 1.7142857143em;
  line-height: 0.5833333333em;
  vertical-align: -0.3021979231em;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: "keyboard_arrow_left";
  display: inline-block;
  margin-right: 0.2em;
  margin-left: -0.2em;
}

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

.navdrawer-backdrop {
  transition-duration: 0.375s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.38);
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 159;
}
@media (min-width: 600px) {
  .navdrawer-backdrop {
    transition-duration: 0.4875s;
  }
}
@media (min-width: 1024px) {
  .navdrawer-backdrop {
    transition-duration: 0.25s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .navdrawer-backdrop {
    transition: none;
  }
}
.navdrawer-backdrop.show {
  opacity: 1;
}

.navdrawer-content {
  transition-duration: 0.195s;
  transition-property: box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  background-color: #ffffff;
  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: 17.5rem;
}
@media (min-width: 600px) {
  .navdrawer-content {
    transition-duration: 0.2535s;
  }
}
@media (min-width: 1024px) {
  .navdrawer-content {
    transition-duration: 0.13s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .navdrawer-content {
    transition: none;
  }
}
.navdrawer-right .navdrawer-content {
  right: 0;
  left: auto;
  transform: translate3d(100%, 0, 0);
}
.navdrawer.show .navdrawer-content {
  transition-duration: 0.225s;
  transition-property: box-shadow, transform;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  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 0 rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 600px) {
  .navdrawer.show .navdrawer-content {
    transition-duration: 0.2925s;
  }
}
@media (min-width: 1024px) {
  .navdrawer.show .navdrawer-content {
    transition-duration: 0.15s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .navdrawer.show .navdrawer-content {
    transition: none;
  }
}

.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;
  transition-duration: 0.3s;
  transition-property: background-color, color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.8125rem 1rem;
}
@media (min-width: 600px) {
  .navdrawer-nav .nav-link {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .navdrawer-nav .nav-link {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .navdrawer-nav .nav-link {
    transition: none;
  }
}
.navdrawer-nav .nav-link:active, .navdrawer-nav .nav-link:focus, .navdrawer-nav .nav-link:hover {
  background-color: #f5f5f5;
}
.navdrawer-nav .nav-link.active, .navdrawer-nav .nav-link:active {
  color: #009640;
}
.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: #009640;
}

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

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

@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: 17.5rem;
    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: 17.5rem;
    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: 17.5rem;
  }
  .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: 17.5rem;
    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: 17.5rem;
    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: 17.5rem;
  }
  .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: 17.5rem;
    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: 17.5rem;
    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: 17.5rem;
  }
  .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: 17.5rem;
    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: 17.5rem;
    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: 17.5rem;
  }
  .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: 17.5rem;
  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: 17.5rem;
  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: 17.5rem;
}
.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: 0.675s;
  transition-duration: 0;
  transition-property: transform;
  z-index: 240;
}
@media (min-width: 600px) {
  .picker {
    transition-delay: 0.8775s;
  }
}
@media (min-width: 1024px) {
  .picker {
    transition-delay: 0.45s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .picker {
    transition: none;
  }
}
.picker.picker-opened {
  overflow-x: hidden;
  overflow-y: auto;
  transform: translate3d(0, 0, 0);
  transition: none;
}

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

.picker-holder {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  background-color: rgba(0, 0, 0, 0.38);
  display: flex;
  justify-content: center;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  transition-delay: 0.375s;
}
@media (min-width: 600px) {
  .picker-holder {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .picker-holder {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .picker-holder {
    transition: none;
  }
}
@media (min-width: 600px) {
  .picker-holder {
    transition-delay: 0.4875s;
  }
}
@media (min-width: 1024px) {
  .picker-holder {
    transition-delay: 0.25s;
  }
}
.picker-opened .picker-holder {
  opacity: 1;
  transition-delay: 0s;
}

.picker-wrap {
  border-radius: 5px;
  transition-duration: 0.375s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.428572;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 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: 0.4875s;
  }
}
@media (min-width: 1024px) {
  .picker-wrap {
    transition-duration: 0.25s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .picker-wrap {
    transition: none;
  }
}
@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: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem 0.5rem;
}
@media (orientation: landscape) {
  .picker-footer {
    border-radius: 0 0 5px 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 {
  height: 2.5rem;
  margin-top: -1.25rem;
  position: absolute;
  top: 50%;
  width: 2.5rem;
}
.picker-nav-next, .picker-nav-next.material-icons,
.picker-nav-prev,
.picker-nav-prev.material-icons {
  line-height: 2.5rem;
}

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

.picker-nav-prev {
  left: 0;
}
.picker-nav-prev::before {
  content: "keyboard_arrow_left";
}

.picker-date-display {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #009640;
  color: rgb(255, 255, 255);
  padding: 1rem 1.5rem;
}
@media (orientation: landscape) {
  .picker-date-display {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    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: 2.124999625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.176471;
}

.picker-day-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: 5px;
  border-bottom-left-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (orientation: landscape) {
  .picker-box {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
}

.picker-input.form-control[readonly] {
  border-bottom-style: solid;
  color: inherit;
  cursor: text;
}
.picker-input.picker-input-active {
  border-bottom-color: #F29124;
}

.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: #009640;
  color: rgb(255, 255, 255);
}

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

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

.picker-day-today {
  color: #009640;
  font-weight: bolder;
}

.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: 5px;
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
  background-color: rgba(0, 0, 0, 0.12);
  background-image: none;
  background-position: 100% 50%;
  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: 0.39s;
  }
}
@media (min-width: 1024px) {
  .picker-select-month,
.picker-select-year {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .picker-select-month,
.picker-select-year {
    transition: none;
  }
}
.picker-select-month:focus, .picker-select-month:hover,
.picker-select-year:focus,
.picker-select-year:hover {
  opacity: 1;
}
@-moz-document url-prefix("") {
  .picker-select-month,
.picker-select-year {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000000" 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%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .picker-select-month,
.picker-select-year {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000000" 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%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
  }
}
.picker-select-month:focus,
.picker-select-year:focus {
  outline: 0;
}

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

.progress {
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.progress-bar {
  border-bottom: 0.25rem solid #3f51b5;
}
.progress-bar.bg-primary {
  background-color: transparent !important;
  border-bottom-color: #009640;
}
.progress-bar.bg-primary::after {
  background-color: #9dd37d;
}
.progress-bar.bg-secondary {
  background-color: transparent !important;
  border-bottom-color: #F29124;
}
.progress-bar.bg-secondary::after {
  background-color: #ffcc80;
}
.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: #c5cae9;
  content: "";
  display: block;
  height: 0.25rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.progress-bar-animated::before {
  animation-direction: reverse;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;
  animation-name: progress-bar-animation;
  animation-timing-function: linear;
}
@media (min-width: 600px) {
  .progress-bar-animated::before {
    animation-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .progress-bar-animated::before {
    animation-duration: 0.2s;
  }
}

.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, #9dd37d, #9dd37d 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #9dd37d, #9dd37d 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #9dd37d, #9dd37d 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, #ffcc80, #ffcc80 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #ffcc80, #ffcc80 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #ffcc80, #ffcc80 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, #c5cae9, #c5cae9 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -webkit-repeating-radial-gradient(0.125rem 0.125rem, #c5cae9, #c5cae9 0.125rem, transparent 0.125rem, transparent 100%);
  background-image: -moz-repeating-radial-gradient(0.125rem 0.125rem, #c5cae9, #c5cae9 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: #c5cae9;
  position: relative;
  width: 100%;
}
.progress-bar-indeterminate.bg-primary {
  border-bottom-color: #9dd37d;
}
.progress-bar-indeterminate.bg-primary::after, .progress-bar-indeterminate.bg-primary::before {
  background-color: #009640;
}
.progress-bar-indeterminate.bg-primary::before {
  background-image: none;
}
.progress-bar-indeterminate.bg-secondary {
  border-bottom-color: #ffcc80;
}
.progress-bar-indeterminate.bg-secondary::after, .progress-bar-indeterminate.bg-secondary::before {
  background-color: #F29124;
}
.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: #3f51b5;
  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: "";
  display: block;
  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%;
  }
}
.progress-circular {
  height: 2.5rem;
  position: relative;
  width: 2.5rem;
}

.progress-circular-gap {
  border-top: 0.125rem solid #3f51b5;
  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 #3f51b5;
  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: progress-circular-wrapper-rotate 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 progress-circular-wrapper-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.progress-circular-primary .progress-circular-gap,
.progress-circular-primary .progress-circular-spinner {
  border-top-color: #009640;
}
.progress-circular-primary .progress-circular-left .progress-circular-spinner {
  border-left-color: #009640;
}
.progress-circular-primary .progress-circular-right .progress-circular-spinner {
  border-right-color: #009640;
}

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

.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.2500005rem;
  padding-left: 2.25rem;
  position: relative;
}
.custom-control + .custom-control {
  margin-top: 0.75rem;
}

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

.custom-control-label {
  color: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  margin-bottom: 0;
}
.custom-control-label::after {
  color: rgba(0, 0, 0, 0.54);
  position: absolute;
  top: -0.12499975rem;
  left: 0;
}
.custom-control-label::before {
  transition-duration: 0.3s;
  transition-property: background-color, opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: currentColor;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54);
  content: "";
  display: block;
  height: 3rem;
  margin-top: -0.87499975rem;
  margin-left: -0.75rem;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.87, 0.87) translateZ(0);
  width: 3rem;
}
@media (min-width: 600px) {
  .custom-control-label::before {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .custom-control-label::before {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before {
    transition: none;
  }
}

.custom-control-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.custom-control-input.focus ~ .custom-control-label::before, .custom-control-input:active ~ .custom-control-label::before {
  opacity: 0.12;
  transform: scale(1, 1) translateZ(0);
}
.custom-control-input:checked ~ .custom-control-label::after {
  color: #F29124;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #F29124;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: rgba(0, 0, 0, 0.26);
}
.custom-control-input:disabled ~ .custom-control-label::after {
  color: rgba(0, 0, 0, 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 {
  font-size: 1.7142857143em;
  line-height: 0.5833333333em;
  vertical-align: -0.3021979231em;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: "check_box_outline_blank";
  line-height: 1;
  vertical-align: middle;
}
.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: "check_box";
}
.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: "indeterminate_check_box";
}

.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.7142857143em;
  line-height: 0.5833333333em;
  vertical-align: -0.3021979231em;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  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 {
  padding-left: 3.75rem;
}
.custom-switch .custom-control-label {
  transition-duration: 0.3s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 600px) {
  .custom-switch .custom-control-label {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .custom-switch .custom-control-label {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label {
    transition: none;
  }
}
.custom-switch .custom-control-label::after {
  transition-duration: 0.3s;
  transition-property: background-color, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fafafa;
  border-radius: 50%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.54);
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  width: 1.5rem;
}
@media (min-width: 600px) {
  .custom-switch .custom-control-label::after {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .custom-switch .custom-control-label::after {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after, .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  transform: translateX(1.5rem);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #F29124;
}
.custom-switch .custom-control-input:checked ~ .custom-control-track {
  background-color: rgba(242, 145, 36, 0.5);
}
.custom-switch .custom-control-input:disabled ~ .custom-control-label::after {
  background-color: #bdbdbd;
}
.custom-switch .custom-control-input:disabled ~ .custom-control-track {
  background-color: rgba(0, 0, 0, 0.12);
}
.custom-switch .custom-control-track {
  transition-duration: 0.3s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-clip: content-box;
  background-color: rgba(0, 0, 0, 0.38);
  border: 0.25rem solid transparent;
  border-radius: 1rem;
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  top: -0.12499975rem;
  left: 0;
  width: 3rem;
}
@media (min-width: 600px) {
  .custom-switch .custom-control-track {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .custom-switch .custom-control-track {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-track {
    transition: none;
  }
}

.custom-range {
  appearance: none;
  background-color: transparent;
  padding-left: 0;
  width: 100%;
}
.custom-range:active::-moz-range-track, .custom-range:focus::-moz-range-track {
  background-color: rgba(0, 0, 0, 0.38);
}
.custom-range:active::-ms-fill-upper, .custom-range:focus::-ms-fill-upper {
  background-color: rgba(0, 0, 0, 0.38);
}
.custom-range:active::-webkit-slider-runnable-track, .custom-range:focus::-webkit-slider-runnable-track {
  background-color: rgba(0, 0, 0, 0.38);
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 0.75rem rgba(242, 145, 36, 0.12);
}
.custom-range:focus::-ms-range-thumb {
  box-shadow: 0 0 0 0.75rem rgba(242, 145, 36, 0.12);
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.75rem rgba(242, 145, 36, 0.12);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-moz-range-progress {
  background-color: #F29124;
}
.custom-range::-moz-range-thumb {
  transition-duration: 0.3s;
  transition-property: box-shadow, height, width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
  background-color: #F29124;
  border: 0;
  border-radius: 50%;
  height: 0.75rem;
  width: 0.75rem;
}
@media (min-width: 600px) {
  .custom-range::-moz-range-thumb {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .custom-range::-moz-range-thumb {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  box-shadow: none;
  height: 1.5rem;
  width: 1.5rem;
}
.custom-range::-moz-range-thumb:focus {
  outline: 0;
}
.custom-range::-moz-range-track {
  transition-duration: 0.3s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.26);
  border-color: transparent;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  height: 0.125rem;
  width: 100%;
}
@media (min-width: 600px) {
  .custom-range::-moz-range-track {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .custom-range::-moz-range-track {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-track {
    transition: none;
  }
}
.custom-range::-ms-fill-lower {
  background-color: #F29124;
  height: 0.125rem;
  margin-bottom: 0.125rem;
  margin-left: 0.375rem;
}
.custom-range::-ms-fill-upper {
  background-color: rgba(0, 0, 0, 0.26);
  height: 0.125rem;
  margin-right: 0.375rem;
  margin-bottom: 0.125rem;
}
.custom-range::-ms-thumb {
  transition-duration: 0.3s;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
  background-color: #F29124;
  border: 0;
  border-radius: 50%;
  height: 0.75rem;
  margin-right: 0.375rem;
  margin-left: 0.375rem;
  width: 0.75rem;
}
@media (min-width: 600px) {
  .custom-range::-ms-thumb {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .custom-range::-ms-thumb {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  box-shadow: 0 0 0 0.375rem #F29124;
}
.custom-range::-ms-thumb:focus {
  outline: 0;
}
.custom-range::-ms-track {
  transition-duration: 0.3s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
  border-color: transparent;
  border-width: 0.875rem 0;
  color: transparent;
  cursor: pointer;
  height: 0.125rem;
  width: 100%;
}
@media (min-width: 600px) {
  .custom-range::-ms-track {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .custom-range::-ms-track {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-track {
    transition: none;
  }
}
.custom-range::-webkit-slider-runnable-track {
  transition-duration: 0.3s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.26);
  border-color: transparent;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  height: 0.125rem;
  width: 100%;
}
@media (min-width: 600px) {
  .custom-range::-webkit-slider-runnable-track {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .custom-range::-webkit-slider-runnable-track {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-runnable-track {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  transition-duration: 0.3s;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
  background-color: #F29124;
  border: 0;
  border-radius: 50%;
  height: 0.75rem;
  margin-top: -0.3125rem;
  width: 0.75rem;
}
@media (min-width: 600px) {
  .custom-range::-webkit-slider-thumb {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .custom-range::-webkit-slider-thumb {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  box-shadow: 0 0 0 0.375rem #F29124;
}
.custom-range::-webkit-slider-thumb:focus {
  outline: 0;
}

.snackbar {
  align-items: center;
  background-color: #323232;
  color: rgb(255, 255, 255);
  display: flex;
  font-size: 0.875rem;
  line-height: 1.428572;
  opacity: 0;
  padding: 0.875rem 1.5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: opacity 0s 0.195s, transform 0.195s cubic-bezier(0.4, 0, 1, 1);
  width: 100%;
  z-index: 60;
}
@media (min-width: 600px) {
  .snackbar {
    border-radius: 5px;
    max-width: 35.5rem;
    min-width: 18rem;
    left: 50%;
    transform: translate(-50%, 100%);
    width: auto;
  }
}
@media (min-width: 600px) {
  .snackbar {
    transition: opacity 0s 0.2535s, transform 0.2535s cubic-bezier(0.4, 0, 1, 1);
  }
}
@media (min-width: 1024px) {
  .snackbar {
    transition: opacity 0s 0.13s, transform 0.13s cubic-bezier(0.4, 0, 1, 1);
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .snackbar {
    transition: none;
  }
}
.snackbar.show {
  transition-duration: 0.225s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 600px) {
  .snackbar.show {
    transition-duration: 0.2925s;
  }
}
@media (min-width: 1024px) {
  .snackbar.show {
    transition-duration: 0.15s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .snackbar.show {
    transition: none;
  }
}
@media (min-width: 600px) {
  .snackbar.show {
    transform: translate(-50%, 0);
  }
}

.snackbar-body {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: auto;
  max-height: 100%;
  min-width: 0;
}

.snackbar-btn {
  transition-duration: 0.3s;
  transition-property: background-color, background-image;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
  background-image: none;
  border: 0;
  color: #F29124;
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  margin-left: 1.5rem;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 600px) {
  .snackbar-btn {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .snackbar-btn {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .snackbar-btn {
    transition: none;
  }
}
.snackbar-btn:focus, .snackbar-btn:hover {
  color: #ffcc80;
  text-decoration: none;
}
@media (min-width: 600px) {
  .snackbar-btn {
    margin-left: 3rem;
  }
}
.snackbar-btn:focus {
  outline: 0;
}

@media (min-width: 600px) {
  .snackbar-left,
.snackbar-right {
    transform: translateY(100%);
  }
  .snackbar-left.show,
.snackbar-right.show {
    transform: translateY(-1.5rem);
  }
}

@media (min-width: 600px) {
  .snackbar-left {
    left: 1.5rem;
  }
}

@media (min-width: 600px) {
  .snackbar-right {
    right: 1.5rem;
    left: auto;
  }
}

.snackbar-multi-line {
  height: 5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.snackbar-multi-line .snackbar-body {
  white-space: normal;
}

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

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

.stepper-vert {
  background-color: #ffffff;
  position: relative;
}
.stepper-vert .stepper::after, .stepper-vert .stepper::before {
  border-left: 1px solid #bdbdbd;
  height: 1rem;
  left: 2.25rem;
}
.stepper-vert .stepper::after {
  bottom: 0;
}
.stepper-vert .stepper::before {
  top: 0;
}

.stepper-icon {
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 50%;
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
  font-weight: 400;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-right: 0.5rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 1.5rem;
}
.stepper.active .stepper-icon, .stepper.done .stepper-icon {
  background-color: #009640;
  color: rgb(255, 255, 255);
}
.stepper-icon .material-icons {
  font-size: 1.333em;
}

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

.nav-tabs {
  box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.12);
}
.nav-tabs.border-0, .nav-tabs.border-bottom-0 {
  box-shadow: none;
}
.nav-tabs .nav-link {
  transition-duration: 0.3s;
  transition-property: background-color, color, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  min-height: 3rem;
  opacity: 0.7;
  padding: 1.0625rem 0.75rem;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .nav-tabs .nav-link {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .nav-tabs .nav-link {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .nav-tabs .nav-link {
    transition: none;
  }
}
.nav-tabs .nav-link:active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:active {
  opacity: 1;
}
.nav-tabs .nav-link.active {
  color: #F29124;
}
.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::before {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #F29124;
  content: "";
  display: block;
  height: 0.125rem;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 600px) {
  .nav-tabs .nav-link::before {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .nav-tabs .nav-link::before {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .nav-tabs .nav-link::before {
    transition: none;
  }
}
.nav-tabs .nav-item.show .nav-link {
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 1;
}

.nav-tabs-material {
  position: relative;
}
.nav-tabs-material.animate .nav-link::before {
  opacity: 0;
}
.nav-tabs-material.animate .nav-tabs-indicator {
  transition-duration: 0.3s;
  transition-property: left, right;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 600px) {
  .nav-tabs-material.animate .nav-tabs-indicator {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .nav-tabs-material.animate .nav-tabs-indicator {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .nav-tabs-material.animate .nav-tabs-indicator {
    transition: none;
  }
}
.nav-tabs-material .nav-link::before {
  transition: none;
}
.nav-tabs-material .nav-tabs-indicator {
  background-color: #F29124;
  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 {
  box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.12);
  height: 3rem;
  overflow: hidden;
}
.nav-tabs-scrollable .nav-tabs {
  box-shadow: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 3rem;
}
.nav-tabs-scrollable .nav-tabs::-webkit-scrollbar {
  display: none;
}

.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;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0 calc(0.375rem - 1px);
  width: 100%;
}
.form-control-file:hover, .custom-select:hover, .form-control:hover {
  border-color: rgba(0, 0, 0, 0.87);
  box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.87);
}
.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.38);
  opacity: 1;
}
.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:focus, .custom-select:disabled:focus, .form-control:disabled:focus, .form-control-file:disabled:hover, .custom-select:disabled:hover, .form-control:disabled:hover, [readonly].form-control-file:focus, [readonly].custom-select:focus, [readonly].form-control:focus, [readonly].form-control-file:hover, [readonly].custom-select:hover, [readonly].form-control:hover {
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: none;
}
.form-control-file:focus, .custom-select:focus, .form-control:focus {
  border-color: #F29124;
  box-shadow: inset 0 -2px 0 -1px #F29124;
  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;
}

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

.custom-select, select.form-control {
  appearance: none;
}
@-moz-document url-prefix("") {
  .custom-select, select.form-control {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000000" 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%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 1.5em;
  }
  [multiple].custom-select, select[multiple].form-control, [size].custom-select:not([size="1"]), select[size].form-control:not([size="1"]) {
    background-image: none;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .custom-select, select.form-control {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000000" 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%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 1.5em;
  }
  [multiple].custom-select, select[multiple].form-control, [size].custom-select:not([size="1"]), select[size].form-control:not([size="1"]) {
    background-image: none;
  }
}

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

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;
  position: relative;
  width: 100%;
  z-index: 1;
}
.custom-file-input:focus ~ .custom-file-label, .custom-file-input:hover ~ .custom-file-label {
  border-bottom-color: #F29124;
  box-shadow: inset 0 -2px 0 -1px #F29124;
}

.custom-file-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition-duration: 0.3s;
  transition-property: border-color, box-shadow;
  transition-timing-function: 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;
  padding: 0.375rem 2.25rem calc(0.375rem - 1px) 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media (min-width: 600px) {
  .custom-file-label {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .custom-file-label {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-file-label {
    transition: none;
  }
}
.custom-file-label::after {
  font-size: 1.7142857143em;
  line-height: 0.5833333333em;
  vertical-align: -0.3021979231em;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  content: "attachment";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

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

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

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

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

.invalid-feedback {
  font-size: 0.750000125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #f44336;
  display: none;
  margin-top: 0.5rem;
  width: 100%;
}
.form-control-lg + .invalid-feedback {
  margin-top: 0.75rem;
}
.form-control-sm + .invalid-feedback {
  margin-top: 0.25rem;
}

.invalid-tooltip {
  border-radius: 5px;
  background-color: #f44336;
  color: rgb(255, 255, 255);
  display: none;
  font-size: 0.875rem;
  line-height: 1.428572;
  margin-top: 0.5rem;
  max-width: 100%;
  opacity: 0.9;
  padding: 0.37499975rem 1rem;
  position: absolute;
  top: 100%;
  text-align: center;
  word-break: break-word;
  z-index: 240;
}
@media (min-width: 840px) {
  .invalid-tooltip {
    font-size: 0.625rem;
    padding: 0.24107125rem 0.5rem;
  }
}
.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:focus ~ .custom-file-label, .custom-file-input.is-invalid:hover ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:hover ~ .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;
}
.is-invalid.form-control:focus, .is-invalid.custom-select:focus, .is-invalid.form-control-file:focus, .is-invalid.form-control:hover, .is-invalid.custom-select:hover, .is-invalid.form-control-file:hover, .was-validated .form-control:invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control-file:invalid:focus, .was-validated .form-control:invalid:hover, .was-validated .custom-select:invalid:hover, .was-validated .form-control-file:invalid:hover {
  border-color: #f44336;
  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]:focus, select.is-invalid.form-control[size]:focus:not([size="1"]), textarea.is-invalid.form-control:focus:not([rows="1"]), .is-invalid.custom-select[multiple]:focus, .is-invalid.custom-select[size]:focus:not([size="1"]), select.is-invalid.form-control[multiple]:hover, select.is-invalid.form-control[size]:hover:not([size="1"]), textarea.is-invalid.form-control:hover:not([rows="1"]), .is-invalid.custom-select[multiple]:hover, .is-invalid.custom-select[size]:hover:not([size="1"]), .was-validated select.form-control[multiple]:invalid:focus, .was-validated select.form-control[size]:invalid:focus:not([size="1"]), .was-validated textarea.form-control:invalid:focus:not([rows="1"]), .was-validated .custom-select[multiple]:invalid:focus, .was-validated .custom-select[size]:invalid:focus:not([size="1"]), .was-validated select.form-control[multiple]:invalid:hover, .was-validated select.form-control[size]:invalid:hover:not([size="1"]), .was-validated textarea.form-control:invalid:hover:not([rows="1"]), .was-validated .custom-select[multiple]:invalid:hover, .was-validated .custom-select[size]:invalid:hover:not([size="1"]) {
  box-shadow: inset 2px 2px 0 -1px #f44336, inset -2px -2px 0 -1px #f44336;
}
.textfield-box select.is-invalid.form-control[multiple]:focus, .textfield-box select.is-invalid.form-control[size]:focus:not([size="1"]), .textfield-box textarea.is-invalid.form-control:focus:not([rows="1"]), .textfield-box .is-invalid.custom-select[multiple]:focus, .textfield-box .is-invalid.custom-select[size]:focus:not([size="1"]), .textfield-box select.is-invalid.form-control[multiple]:hover, .textfield-box select.is-invalid.form-control[size]:hover:not([size="1"]), .textfield-box textarea.is-invalid.form-control:hover:not([rows="1"]), .textfield-box .is-invalid.custom-select[multiple]:hover, .textfield-box .is-invalid.custom-select[size]:hover:not([size="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 textarea.form-control:invalid:focus:not([rows="1"]), .was-validated .textfield-box .custom-select[multiple]:invalid:focus, .was-validated .textfield-box .custom-select[size]:invalid:focus:not([size="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 textarea.form-control:invalid:hover:not([rows="1"]), .was-validated .textfield-box .custom-select[multiple]:invalid:hover, .was-validated .textfield-box .custom-select[size]:invalid:hover:not([size="1"]) {
  box-shadow: inset 0 -2px 0 -1px #f44336;
}

.valid-feedback {
  font-size: 0.750000125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #4caf50;
  display: none;
  margin-top: 0.5rem;
  width: 100%;
}
.form-control-lg + .valid-feedback {
  margin-top: 0.75rem;
}
.form-control-sm + .valid-feedback {
  margin-top: 0.25rem;
}

.valid-tooltip {
  border-radius: 5px;
  background-color: #4caf50;
  color: rgb(255, 255, 255);
  display: none;
  font-size: 0.875rem;
  line-height: 1.428572;
  margin-top: 0.5rem;
  max-width: 100%;
  opacity: 0.9;
  padding: 0.37499975rem 1rem;
  position: absolute;
  top: 100%;
  text-align: center;
  word-break: break-word;
  z-index: 240;
}
@media (min-width: 840px) {
  .valid-tooltip {
    font-size: 0.625rem;
    padding: 0.24107125rem 0.5rem;
  }
}
.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:focus ~ .custom-file-label, .custom-file-input.is-valid:hover ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:hover ~ .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;
}
.is-valid.form-control:focus, .is-valid.custom-select:focus, .is-valid.form-control-file:focus, .is-valid.form-control:hover, .is-valid.custom-select:hover, .is-valid.form-control-file:hover, .was-validated .form-control:valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control-file:valid:focus, .was-validated .form-control:valid:hover, .was-validated .custom-select:valid:hover, .was-validated .form-control-file:valid:hover {
  border-color: #4caf50;
  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]:focus, select.is-valid.form-control[size]:focus:not([size="1"]), textarea.is-valid.form-control:focus:not([rows="1"]), .is-valid.custom-select[multiple]:focus, .is-valid.custom-select[size]:focus:not([size="1"]), select.is-valid.form-control[multiple]:hover, select.is-valid.form-control[size]:hover:not([size="1"]), textarea.is-valid.form-control:hover:not([rows="1"]), .is-valid.custom-select[multiple]:hover, .is-valid.custom-select[size]:hover:not([size="1"]), .was-validated select.form-control[multiple]:valid:focus, .was-validated select.form-control[size]:valid:focus:not([size="1"]), .was-validated textarea.form-control:valid:focus:not([rows="1"]), .was-validated .custom-select[multiple]:valid:focus, .was-validated .custom-select[size]:valid:focus:not([size="1"]), .was-validated select.form-control[multiple]:valid:hover, .was-validated select.form-control[size]:valid:hover:not([size="1"]), .was-validated textarea.form-control:valid:hover:not([rows="1"]), .was-validated .custom-select[multiple]:valid:hover, .was-validated .custom-select[size]:valid:hover:not([size="1"]) {
  box-shadow: inset 2px 2px 0 -1px #4caf50, inset -2px -2px 0 -1px #4caf50;
}
.textfield-box select.is-valid.form-control[multiple]:focus, .textfield-box select.is-valid.form-control[size]:focus:not([size="1"]), .textfield-box textarea.is-valid.form-control:focus:not([rows="1"]), .textfield-box .is-valid.custom-select[multiple]:focus, .textfield-box .is-valid.custom-select[size]:focus:not([size="1"]), .textfield-box select.is-valid.form-control[multiple]:hover, .textfield-box select.is-valid.form-control[size]:hover:not([size="1"]), .textfield-box textarea.is-valid.form-control:hover:not([rows="1"]), .textfield-box .is-valid.custom-select[multiple]:hover, .textfield-box .is-valid.custom-select[size]:hover:not([size="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 textarea.form-control:valid:focus:not([rows="1"]), .was-validated .textfield-box .custom-select[multiple]:valid:focus, .was-validated .textfield-box .custom-select[size]:valid:focus:not([size="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 textarea.form-control:valid:hover:not([rows="1"]), .was-validated .textfield-box .custom-select[multiple]:valid:hover, .was-validated .textfield-box .custom-select[size]:valid:hover:not([size="1"]) {
  box-shadow: inset 0 -2px 0 -1px #4caf50;
}

.textfield-box .form-control, .textfield-box .custom-select, .textfield-box .form-control-file {
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 1rem 1rem calc(1rem - 1px);
}
.textfield-box select.form-control, .textfield-box .custom-select {
  padding-right: 1.5em;
}
.textfield-box select.form-control[multiple], .textfield-box select.form-control[size]:not([size="1"]), .textfield-box textarea.form-control:not([rows="1"]), .textfield-box .custom-select[multiple], .textfield-box .custom-select[size]:not([size="1"]) {
  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 textarea.form-control:hover:not([rows="1"]), .textfield-box .custom-select[multiple]:hover, .textfield-box .custom-select[size]:hover:not([size="1"]) {
  box-shadow: inset 0 -2px 0 -1px 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 textarea.form-control:focus:not([rows="1"]), .textfield-box .custom-select[multiple]:focus, .textfield-box .custom-select[size]:focus:not([size="1"]) {
  box-shadow: inset 0 -2px 0 -1px #F29124;
}
.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 textarea.form-control:not([rows="1"]), .input-group-lg > .textfield-box textarea.form-control:not([rows="1"]), .textfield-box-lg .custom-select[multiple], .input-group-lg > .textfield-box .custom-select[multiple], .textfield-box-lg .custom-select[size]:not([size="1"]), .input-group-lg > .textfield-box .custom-select[size]:not([size="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 textarea.form-control:not([rows="1"]), .input-group-sm > .textfield-box textarea.form-control:not([rows="1"]), .textfield-box-sm .custom-select[multiple], .input-group-sm > .textfield-box .custom-select[multiple], .textfield-box-sm .custom-select[size]:not([size="1"]), .input-group-sm > .textfield-box .custom-select[size]:not([size="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;
}

.floating-label {
  padding-top: 0.75rem;
  position: relative;
}
.floating-label.has-value label, .floating-label.is-focused label {
  top: 0;
  transform: scale(0.75);
}
.floating-label.is-focused label {
  color: #F29124;
}
.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 {
  transition-duration: 0.3s;
  transition-property: color, top, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.38);
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1.125rem;
  left: 0;
  transform-origin: 0 0;
}
@media (min-width: 600px) {
  .floating-label label {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .floating-label label {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .floating-label label {
    transition: none;
  }
}
.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;
}
.floating-label .form-control::placeholder, .floating-label .custom-select::placeholder, .floating-label .form-control-file::placeholder {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: 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: 0.39s;
  }
}
@media (min-width: 1024px) {
  .floating-label .form-control::placeholder, .floating-label .custom-select::placeholder, .floating-label .form-control-file::placeholder {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .floating-label .form-control::placeholder, .floating-label .custom-select::placeholder, .floating-label .form-control-file::placeholder {
    transition: none;
  }
}

.floating-label-lg.has-value label, .input-group-lg > .has-value.floating-label label, .floating-label-lg.is-focused label, .input-group-lg > .is-focused.floating-label label {
  transform: scale(0.4117647059);
}
.floating-label-lg label, .input-group-lg > .floating-label label {
  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 .custom-select, .input-group-lg > .floating-label .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 textarea.form-control:not([rows="1"]), .input-group-lg > .floating-label textarea.form-control:not([rows="1"]), .floating-label-lg .custom-select[multiple], .input-group-lg > .floating-label .custom-select[multiple], .floating-label-lg .custom-select[size]:not([size="1"]), .input-group-lg > .floating-label .custom-select[size]:not([size="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.is-focused label, .input-group-sm > .is-focused.floating-label label {
  transform: scale(0.7692307692);
}
.floating-label-sm label, .input-group-sm > .floating-label label {
  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 .custom-select, .input-group-sm > .floating-label .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 textarea.form-control:not([rows="1"]), .input-group-sm > .floating-label textarea.form-control:not([rows="1"]), .floating-label-sm .custom-select[multiple], .input-group-sm > .floating-label .custom-select[multiple], .floating-label-sm .custom-select[size]:not([size="1"]), .input-group-sm > .floating-label .custom-select[size]:not([size="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.is-focused label {
  line-height: 1;
  top: 0.5rem;
}
.floating-label.textfield-box label {
  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"]) {
  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-lg.textfield-box label, .input-group-lg > .textfield-box.floating-label label {
  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"]) {
  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 .custom-select, .input-group-lg > .textfield-box.floating-label .custom-select {
  padding-right: 1.5em;
}

.floating-label-sm.textfield-box label, .input-group-sm > .textfield-box.floating-label label {
  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"]) {
  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 .custom-select, .input-group-sm > .textfield-box.floating-label .custom-select {
  padding-right: 1.5em;
}

.input-group {
  align-items: center;
  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-control-file,
.input-group > .textfield-box {
  flex: 1 1 auto;
  margin-bottom: 0;
  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-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-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-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-control-file,
.input-group > .form-control + .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-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-control-file,
.input-group > .textfield-box + .textfield-box {
  margin-left: 1rem;
}

.input-group-append,
.input-group-prepend {
  align-items: center;
  display: flex;
  justify-content: center;
}
.input-group-append .btn,
.input-group-prepend .btn {
  min-width: 0;
}
.input-group-append .btn + .btn,
.input-group-prepend .btn + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  color: inherit;
  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-prepend > .btn: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-prepend > .btn:not(:last-of-type) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-icon {
  transition-duration: 0.3s;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.12);
  font-size: 0.875rem;
  margin-right: 1rem;
  order: -1;
}
@media (min-width: 600px) {
  .input-group-icon {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .input-group-icon {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .input-group-icon {
    transition: none;
  }
}
.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: #F29124;
}
.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.is-focused label {
  top: 0;
}
.input-group-lg > .floating-label.textfield-box.has-value label, .input-group-lg > .floating-label.textfield-box.is-focused label {
  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 > .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 > textarea.form-control:not([rows="1"]), .input-group-lg > .custom-select[multiple], .input-group-lg > .custom-select[size]:not([size="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: 1.859375rem;
  line-height: 1.176471;
}
.input-group-sm > .floating-label.has-value label, .input-group-sm > .floating-label.is-focused label {
  top: 0;
}
.input-group-sm > .floating-label.textfield-box.has-value label, .input-group-sm > .floating-label.textfield-box.is-focused label {
  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 > .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 > textarea.form-control:not([rows="1"]), .input-group-sm > .custom-select[multiple], .input-group-sm > .custom-select[size]:not([size="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.7109375rem;
  line-height: 1.538462;
}
.navbar {
  align-items: center;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 3.5rem;
  padding: 0.625rem 1rem;
  position: relative;
}
.navbar .form-control {
  border-radius: 5px;
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: 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: 0.39s;
  }
}
@media (min-width: 1024px) {
  .navbar .form-control {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .navbar .form-control {
    transition: none;
  }
}
.navbar .form-control:focus, .navbar .form-control:hover {
  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: 5px;
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: 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: 0.39s;
  }
}
@media (min-width: 1024px) {
  .navbar .input-group {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .navbar .input-group {
    transition: none;
  }
}
.navbar .input-group:focus, .navbar .input-group:hover {
  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 > .container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.navbar-dark {
  color: rgb(255, 255, 255);
}
.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.5);
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 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 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 40;
}

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

.toolbar-waterfall {
  transition-duration: 0.3s;
  transition-property: background-color, box-shadow;
  transition-timing-function: 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: 0.39s;
  }
}
@media (min-width: 1024px) {
  .toolbar-waterfall {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .toolbar-waterfall {
    transition: none;
  }
}
.toolbar-waterfall.waterfall {
  background-color: #009640;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
}

.navbar-brand {
  font-size: 1.249999625rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  align-items: center;
  color: inherit;
  display: inline-flex;
  height: 2.25rem;
  position: relative;
  white-space: nowrap;
}
.navbar-brand:active, .navbar-brand:focus, .navbar-brand:hover {
  color: inherit;
  text-decoration: none;
}
.navbar-brand::before {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.12);
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  right: -0.5rem;
  bottom: 0;
  left: -0.5rem;
}
@media (min-width: 600px) {
  .navbar-brand::before {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .navbar-brand::before {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .navbar-brand::before {
    transition: none;
  }
}
.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-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.navbar-nav .nav-link {
  border-radius: 5px;
  transition-duration: 0.3s;
  transition-property: background-color, opacity;
  transition-timing-function: 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: 0.39s;
  }
}
@media (min-width: 1024px) {
  .navbar-nav .nav-link {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .navbar-nav .nav-link {
    transition: none;
  }
}
.navbar-nav .nav-link:active, .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
  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 {
    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-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .navbar-toggler:first-child + .navbar-brand {
    margin-left: 0;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 839.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    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-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .navbar-toggler:first-child + .navbar-brand {
    margin-left: 0;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    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-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .navbar-toggler:first-child + .navbar-brand {
    margin-left: 0;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1599.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    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-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .navbar-toggler:first-child + .navbar-brand {
    margin-left: 0;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .navbar-toggler:first-child + .navbar-brand {
  margin-left: 0;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.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:active, .navbar-toggler:focus, .navbar-toggler:hover {
  color: inherit;
  text-decoration: none;
}
.navbar-toggler:active::before, .navbar-toggler:focus::before, .navbar-toggler:hover::before {
  opacity: 1;
}
.navbar-toggler::before {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 600px) {
  .navbar-toggler::before {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .navbar-toggler::before {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .navbar-toggler::before {
    transition: none;
  }
}
.navbar-toggler:focus {
  outline: 0;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  font-size: 1.7142857143em;
  line-height: 0.5833333333em;
  vertical-align: -0.3021979231em;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
}
.navbar-toggler-icon::before {
  content: "menu";
}

.tooltip {
  text-align: left;
  text-align: start;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428572;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  display: block;
  font-size: 0.875rem;
  line-height: 1.428572;
  margin: 1.5rem;
  opacity: 0;
  position: absolute;
  word-break: break-word;
  z-index: 240;
}
[dir=rtl] .tooltip {
  text-align: right;
  text-align: start;
}
@media (min-width: 840px) {
  .tooltip {
    font-size: 0.625rem;
    margin: 0.875rem;
  }
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip.show .tooltip-inner {
  transform: scale(1);
}

.tooltip-inner {
  border-radius: 5px;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #616161;
  color: rgb(255, 255, 255);
  padding: 0.37499975rem 1rem;
  text-align: center;
  transform: scale(0.87);
}
@media (min-width: 600px) {
  .tooltip-inner {
    transition-duration: 0.39s;
  }
}
@media (min-width: 1024px) {
  .tooltip-inner {
    transition-duration: 0.2s;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .tooltip-inner {
    transition: none;
  }
}
@media (min-width: 840px) {
  .tooltip-inner {
    padding: 0.24107125rem 0.5rem;
  }
}

.align-top {
  vertical-align: top !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-middle {
  vertical-align: middle !important;
}

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

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

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

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

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

.border-top-0 {
  border-top: 0 !important;
}

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

.border-right-0 {
  border-right: 0 !important;
}

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

.border-bottom-0 {
  border-bottom: 0 !important;
}

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

.border-left-0 {
  border-left: 0 !important;
}

.border-black {
  border-color: #000000 !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: #ffffff !important;
}

.border-white-primary {
  border-color: rgb(255, 255, 255) !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;
}

.border-primary {
  border-color: #009640 !important;
}

.border-secondary {
  border-color: #F29124 !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;
}

.rounded {
  border-radius: 5px;
}

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

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

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

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

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

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

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

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

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

.bg-dark-4 {
  background-color: #424242 !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: #ffffff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-table-row {
  display: table-row !important;
}

@media (min-width: 600px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
}
@media (min-width: 840px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1600px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
}
@media print {
  .d-print-block {
    display: block !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
}
.align-content-around {
  align-content: space-around !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 1;
}

.order-0 {
  order: 0;
}

@media (min-width: 600px) {
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-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-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 1;
  }
  .order-sm-0 {
    order: 0;
  }
}
@media (min-width: 840px) {
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-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-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 1;
  }
  .order-md-0 {
    order: 0;
  }
}
@media (min-width: 1024px) {
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-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-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 1;
  }
  .order-lg-0 {
    order: 0;
  }
}
@media (min-width: 1600px) {
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-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-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 1;
  }
  .order-xl-0 {
    order: 0;
  }
}
.float-left {
  float: left !important;
}

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

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

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

.position-fixed {
  position: fixed !important;
}

.position-relative {
  position: relative !important;
}

.position-static {
  position: static !important;
}

.position-sticky {
  position: sticky !important;
}

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

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

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

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 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 {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 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 0 rgba(0, 0, 0, 0.2) !important;
}

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

.shadow-sm {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !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 0 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 0 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 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow-8 {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 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 0 rgba(0, 0, 0, 0.2) !important;
}

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

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

.shadow-1 {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2) !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;
}

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

.mh-100 {
  max-height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 600px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 840px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

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

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

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

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

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

@media (min-width: 600px) {
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
}
@media (min-width: 840px) {
  .text-md-center {
    text-align: center !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
}
@media (min-width: 1600px) {
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
}
.text-black {
  color: #000000 !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: #ffffff !important;
}

.text-white-primary {
  color: rgb(255, 255, 255) !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:active, a.text-primary:focus, a.text-primary:hover {
  color: #009640 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-monospace {
  font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

.font-weight-bold,
.font-weight-medium {
  font-weight: 500;
}

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

.font-weight-normal,
.font-weight-regular {
  font-weight: 400;
}

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

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

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

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

.invisible {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

.material-icons {
  font-size: 1.7142857143em;
  line-height: 0.5833333333em;
  vertical-align: -0.3021979231em;
}

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

@media print {
  @page {
    size: a3;
  }
  *,
*::after,
*::before {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: ' (" attr(title) ") ';
  }
  blockquote {
    page-break-inside: avoid;
  }
  body {
    min-width: 1024px !important;
  }
  h2,
h3,
p {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
  }
  pre {
    page-break-inside: avoid;
    white-space: pre-wrap !important;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  .card {
    border: 1px solid #e1e1e1;
  }
  .container {
    min-width: 1024px !important;
  }
  .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;
  }
  .navbar {
    display: none;
  }
  .popover {
    border: 1px solid #e1e1e1;
  }
  .table td,
.table th {
    background-color: #ffffff !important;
  }
  .table-bordered {
    border: 1px solid #e1e1e1;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark td,
.table-dark th,
.table-dark .table {
    border-color: #e1e1e1;
  }
  .table .thead-dark td,
.table .thead-dark th {
    color: inherit;
  }
}
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.full {
  margin-top: 3.5rem;
}
main.full .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

main.max > .container-fluid {
  max-width: 1440px;
}

#modal .sticky-top {
  top: 0rem !important;
  z-index: 38;
  padding-right: 1rem !important;
  margin-right: -24px !important;
  margin-left: -24px !important;
}

@media (min-width: 1024px) {
  .navdrawer-permanent-lg ~ nav.sub-navbar,
.navdrawer-permanent-lg ~ main.content,
.navdrawer-permanent-lg ~ footer {
    margin-left: 17.5rem;
    width: calc(100% - 17.5rem);
  }
  nav.sub-navbar .fullcalendar.fixed .fc-toolbar,
main.content .fullcalendar.fixed .fc-toolbar,
footer .fullcalendar.fixed .fc-toolbar {
    margin-left: 17.5rem;
  }
}

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

.page-toolbar {
  height: 3rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-left: -20px;
  margin-right: -20px;
  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: #009640;
}

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

[data-action^=click] {
  cursor: pointer;
}

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

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

/*!
 * jQuery UI CSS Framework 1.14.0
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!
 * jQuery UI CSS Framework 1.14.0
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/images/ui-icons_444444_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(/images/ui-icons_444444_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/images/ui-icons_555555_256x240.png);
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/images/ui-icons_ffffff_256x240.png);
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/images/ui-icons_777620_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/images/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
  background-image: url(/images/ui-icons_777777_256x240.png);
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}

/*!
 * jQuery UI Button 1.14.0
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/button/#theming
 */
.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*!
 * jQuery UI Datepicker 1.14.0
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

/*
The jQuery UI Month Picker Version 3.0.4
https://github.com/KidSysco/jquery-ui-month-picker/

Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see
<http://www.gnu.org/licenses/gpl-3.0.txt>.
*/
.month-picker {
  display: inline-block;
  position: absolute;
  z-index: 9999;
}

.month-picker table {
  border-collapse: separate;
  border-spacing: 2px 2px;
}

.month-picker td {
  padding: 0px;
}

/*
Prevents the button labels from maving sligtly to the left
when applying the width CSS property to the buttons.
See: .month-picker-month-table button { width: 4.3em; }
*/
.month-picker .ui-button-text {
  padding: 0.4em 0;
}

.month-picker-header {
  margin: 3px 3px 0px 3px;
}

.month-picker-year-table {
  width: 100%;
  /*
  Makes sure the next/previous/jump years buttons are not unnecessarily
  selected if the user clicks them a couple of times fast.
  */
  -ms-user-select: none; /* IE 10+ */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/*
The plugin uses buttons with a transparent background in the year-table
(aka header) in order to look consistent with jQuery UI datepicker and to
make the year title a button that blends into the heading in the default state.

The plugin does this by removing the .ui-state-default class from (in MonthPicker.js)
the a tags (buttons) which also ends up removing the 1px border that it applies.

To prevent the button from resizing and moving everything around when you hover
in and out, we use a carefully constructed selector, which gets overroden by the
more specific .ui-state-hover/actove class selectors in the jquery-ui.css
that apply the visible borders that we want.

This selector applies a 1px transparent border that keeps the button
in the same size, but it doesen't hide the borders that .ui-state-hover/actove give us.
*/
.month-picker-year-table a {
  border: 1px solid transparent;
}

/*
Sets the size of the next/previous buttons,
and makes the buttons in the heading (year-table) sligtly bigger,
and removes the pointer cursor from the buttons in the heading (year-table).
*/
.month-picker-year-table .ui-button {
  font-size: 1.1em;
  width: 1.5em;
  height: 1.5em;
  cursor: default;
  margin: 0;
}

.month-picker-year-table .month-picker-title {
  text-align: center;
}

.month-picker-year-table .month-picker-title .ui-button {
  font-size: 1em;
  padding: 0.1em 0;
  width: 100%;
  font-weight: bold;
}

/*
The buttons in the heading (year-table) are slightly shrinked, but because jQuery ui and
the .month-picker .ui-button-text rule at the top of this CSS file apply some
padding which results in the button text being moved to the bottom of
the button.

This rule removes the unnecessary padding so the text in
the jump years button will be vericaly centred.
*/
.month-picker-year-table .ui-button-text {
  padding: 0;
}

.month-picker-month-table td {
  height: 35px;
  text-align: center;
}

/*
Makes sure the buttons stay in the same size when swithching
to the Jump years menu.
this also ensures that the entire menu dosen't resize itself
in response to the slightly bigger buttons in the Jump years menu.
 */
.month-picker-month-table .ui-button {
  width: 4.2em;
  margin: 0.2em;
}

.month-picker-open-button {
  height: 20px;
  width: 20px;
  vertical-align: bottom;
}

.month-picker-invalid-message {
  display: none;
  background-color: Yellow;
}

.month-picker-disabled {
  background-color: #e1e1e1;
}

/**
 * alertifyjs 1.13.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2019 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify .ajs-dimmer {
  position: fixed;
  z-index: 1981;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: #252525;
  opacity: 0.5;
}

.alertify .ajs-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  overflow-y: auto;
  z-index: 1981;
}

.alertify .ajs-dialog {
  position: relative;
  margin: 5% auto;
  min-height: 110px;
  max-width: 500px;
  padding: 24px 24px 0 24px;
  outline: 0;
  background-color: #fff;
}

.alertify .ajs-dialog.ajs-capture:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}

.alertify .ajs-reset {
  position: absolute !important;
  display: inline !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

.alertify .ajs-commands {
  position: absolute;
  right: 4px;
  margin: -14px 24px 0 0;
  z-index: 2;
}

.alertify .ajs-commands button {
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  padding: 10px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.alertify .ajs-commands button.ajs-close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC);
}

.alertify .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC);
}

.alertify .ajs-header {
  margin: -24px;
  margin-bottom: 0;
  padding: 16px 24px;
  background-color: #fff;
}

.alertify .ajs-body {
  min-height: 56px;
}

.alertify .ajs-body .ajs-content {
  padding: 16px 24px 16px 16px;
}

.alertify .ajs-footer {
  padding: 4px;
  margin-left: -24px;
  margin-right: -24px;
  min-height: 43px;
  background-color: #fff;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: right;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
  margin: 4px;
}

.alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
  float: left;
  clear: none;
  text-align: left;
}

.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button {
  margin: 4px;
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
  min-width: 88px;
  min-height: 35px;
}

.alertify .ajs-handle {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  cursor: se-resize;
}

.alertify.ajs-no-overflow .ajs-body .ajs-content {
  overflow: hidden !important;
}

.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
  left: 0;
  right: 0;
  padding: 0;
}

.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body {
  margin-left: -24px;
  margin-right: -24px;
}

.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content {
  padding: 0;
}

.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content {
  left: 0;
  right: 0;
}

.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,
.alertify.ajs-maximizable .ajs-commands button.ajs-restore {
  display: inline-block;
}

.alertify.ajs-closable .ajs-commands button.ajs-close {
  display: inline-block;
}

.alertify.ajs-maximized .ajs-dialog {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  top: 0 !important;
  left: 0 !important;
}

.alertify.ajs-maximized.ajs-modeless .ajs-modal {
  position: fixed !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
}

.alertify.ajs-maximized .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=);
}

.alertify.ajs-resizable .ajs-dialog,
.alertify.ajs-maximized .ajs-dialog {
  padding: 0;
}

.alertify.ajs-resizable .ajs-commands,
.alertify.ajs-maximized .ajs-commands {
  margin: 14px 24px 0 0;
}

.alertify.ajs-resizable .ajs-header,
.alertify.ajs-maximized .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 16px 24px;
}

.alertify.ajs-resizable .ajs-body,
.alertify.ajs-maximized .ajs-body {
  min-height: 224px;
  display: inline-block;
}

.alertify.ajs-resizable .ajs-body .ajs-content,
.alertify.ajs-maximized .ajs-body .ajs-content {
  position: absolute;
  top: 50px;
  right: 24px;
  bottom: 50px;
  left: 24px;
  overflow: auto;
}

.alertify.ajs-resizable .ajs-footer,
.alertify.ajs-maximized .ajs-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
  min-width: 548px;
}

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle {
  display: block;
}

.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
  cursor: move;
}

.alertify.ajs-modeless .ajs-dimmer,
.alertify.ajs-modeless .ajs-reset {
  display: none;
}

.alertify.ajs-modeless .ajs-modal {
  overflow: visible;
  max-width: none;
  max-height: 0;
}

.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC);
}

.alertify.ajs-modeless.ajs-unpinned .ajs-modal {
  position: absolute;
}

.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=);
}

.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body {
  max-height: 500px;
  overflow: auto;
}

.alertify.ajs-basic .ajs-header {
  opacity: 0;
}

.alertify.ajs-basic .ajs-footer {
  visibility: hidden;
}

.alertify.ajs-frameless .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 1;
}

.alertify.ajs-frameless .ajs-footer {
  display: none;
}

.alertify.ajs-frameless .ajs-body .ajs-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog {
  padding-top: 0;
}

.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands {
  margin-top: 0;
}

.ajs-no-overflow {
  overflow: hidden !important;
  outline: none;
}

.ajs-no-overflow.ajs-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll !important;
}

.ajs-no-selection,
.ajs-no-selection * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 568px) {
  .alertify .ajs-dialog {
    min-width: 150px;
  }
  .alertify:not(.ajs-maximized) .ajs-modal {
    padding: 0 5%;
  }
  .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog {
    min-width: initial;
    min-width: auto;
  }
}
@-moz-document url-prefix() {
  .alertify button:focus {
    outline: 1px dotted #3593D2;
  }
}
.alertify .ajs-dimmer,
.alertify .ajs-modal {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.alertify.ajs-hidden .ajs-dimmer,
.alertify.ajs-hidden .ajs-modal {
  visibility: hidden;
  opacity: 0;
}

.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.alertify.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
}

.alertify .ajs-dialog.ajs-shake {
  -webkit-animation-name: ajs-shake;
  animation-name: ajs-shake;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes ajs-shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes ajs-shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-slideIn;
  animation-name: ajs-slideIn;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-slideOut;
  animation-name: ajs-slideOut;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-zoomIn;
  animation-name: ajs-zoomIn;
}

.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-zoomOut;
  animation-name: ajs-zoomOut;
}

.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-fadeIn;
  animation-name: ajs-fadeIn;
}

.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-fadeOut;
  animation-name: ajs-fadeOut;
}

.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-pulseIn;
  animation-name: ajs-pulseIn;
}

.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-pulseOut;
  animation-name: ajs-pulseOut;
}

.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInX;
  animation-name: ajs-flipInX;
}

.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutX;
  animation-name: ajs-flipOutX;
}

.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInY;
  animation-name: ajs-flipInY;
}

.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutY;
  animation-name: ajs-flipOutY;
}

@-webkit-keyframes ajs-pulseIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes ajs-pulseIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
}
@keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
}
@-webkit-keyframes ajs-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ajs-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ajs-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ajs-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes ajs-slideIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}
@keyframes ajs-slideIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}
@-webkit-keyframes ajs-slideOut {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}
@keyframes ajs-slideOut {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}
.alertify-notifier {
  position: fixed;
  width: 0;
  overflow: visible;
  z-index: 1982;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.alertify-notifier .ajs-message {
  position: relative;
  width: 260px;
  max-height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.alertify-notifier .ajs-message.ajs-visible {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  max-height: 100%;
  padding: 15px;
  margin-top: 10px;
}

.alertify-notifier .ajs-message.ajs-success {
  background: rgba(91, 189, 114, 0.95);
}

.alertify-notifier .ajs-message.ajs-error {
  background: rgba(217, 92, 92, 0.95);
}

.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95);
}

.alertify-notifier .ajs-message .ajs-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 2px;
}

.alertify-notifier.ajs-top {
  top: 10px;
}

.alertify-notifier.ajs-bottom {
  bottom: 10px;
}

.alertify-notifier.ajs-right {
  right: 10px;
}

.alertify-notifier.ajs-right .ajs-message {
  right: -320px;
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px;
}

.alertify-notifier.ajs-left {
  left: 10px;
}

.alertify-notifier.ajs-left .ajs-message {
  left: -300px;
}

.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 0;
}

.alertify-notifier.ajs-center {
  left: 50%;
}

.alertify-notifier.ajs-center .ajs-message {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.alertify-notifier.ajs-center .ajs-message.ajs-visible {
  left: 50%;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
  transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
}

.alertify-notifier.ajs-center.ajs-top .ajs-message {
  top: -300px;
}

.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
  top: 0;
}

.alertify-notifier.ajs-center.ajs-bottom .ajs-message {
  bottom: -300px;
}

.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible {
  bottom: 0;
}

.ajs-no-transition.alertify .ajs-dimmer,
.ajs-no-transition.alertify .ajs-modal,
.ajs-no-transition.alertify .ajs-dialog {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}

.ajs-no-transition.alertify-notifier .ajs-message {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .alertify .ajs-dimmer,
.alertify .ajs-modal,
.alertify .ajs-dialog {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
  .alertify-notifier .ajs-message {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
}
/**
 * alertifyjs 1.13.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2019 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify .ajs-dialog {
  background-color: white;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}

.alertify .ajs-header {
  color: black;
  font-weight: bold;
  background: #fafafa;
  border-bottom: #eee 1px solid;
  border-radius: 2px 2px 0 0;
}

.alertify .ajs-body {
  color: black;
}

.alertify .ajs-body .ajs-content .ajs-input {
  display: block;
  width: 100%;
  padding: 8px;
  margin: 4px;
  border-radius: 2px;
  border: 1px solid #CCC;
}

.alertify .ajs-body .ajs-content p {
  margin: 0;
}

.alertify .ajs-footer {
  background: #fbfbfb;
  border-top: #eee 1px solid;
  border-radius: 0 0 2px 2px;
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
  background-color: transparent;
  color: #000;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #3593D2;
}

.alertify-notifier .ajs-message {
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  text-align: center;
  border: solid 1px #ddd;
  border-radius: 2px;
}

.alertify-notifier .ajs-message.ajs-success {
  color: #fff;
  background: rgba(91, 189, 114, 0.95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

.alertify-notifier .ajs-message.ajs-error {
  color: #fff;
  background: rgba(217, 92, 92, 0.95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95);
  border-color: #999;
}

/**
 * alertifyjs 1.13.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2019 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify .ajs-dimmer {
  background-color: #000;
  opacity: 0.5;
}

.alertify .ajs-dialog {
  max-width: 600px;
  min-height: 122px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}

.alertify .ajs-header {
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 6px 6px 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.alertify .ajs-body {
  font-family: "Roboto", sans-serif;
  color: black;
}

.alertify.ajs-resizable .ajs-content,
.alertify.ajs-maximized:not(.ajs-resizable) .ajs-content {
  top: 58px;
  bottom: 68px;
}

.alertify .ajs-footer {
  background-color: #fff;
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 0 6px 6px;
}

.alertify-notifier .ajs-message {
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  text-align: center;
  border: solid 1px #ddd;
  border-radius: 2px;
}

.alertify-notifier .ajs-message.ajs-success {
  color: #fff;
  background: rgba(91, 189, 114, 0.95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

.alertify-notifier .ajs-message.ajs-error {
  color: #fff;
  background: rgba(217, 92, 92, 0.95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95);
  border-color: #999;
}

.avatar {
  --tblr-avatar-size: 2.5rem;
  --tblr-avatar-bg: #f1f5f9;
  --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: #616876;
  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: var(--tblr-avatar-bg) 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-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: 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%;
  border: 1px solid #cdcdcd;
  box-shadow: none;
  padding: 0;
  position: relative;
  min-width: 0;
  font-size: 20px !important;
  height: 2rem;
  width: 2rem;
}
.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.5rem;
  width: 1.5rem;
}

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

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

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

.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-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.card-header {
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  color: #656d77;
  background-color: #fff;
  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: 5px;
}

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

table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.9em;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▴";
}

table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▾";
}

table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}

table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}

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

div.dataTables_scrollBody table.dataTable thead > tr > th:before, div.dataTables_scrollBody table.dataTable thead > tr > th:after,
div.dataTables_scrollBody table.dataTable thead > tr > td:before,
div.dataTables_scrollBody table.dataTable thead > tr > td:after {
  display: none;
}

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
}

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

div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(2, 117, 216, 0.9);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

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

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

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

div.dataTables_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.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

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

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

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

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

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

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-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-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-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 {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

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

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

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: transparent;
}

table.dataTable > tbody > tr {
  background-color: transparent;
}

table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.9);
  color: white;
}

table.dataTable.table-striped > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
}

table.dataTable.table-striped > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.95);
}

table.dataTable.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075);
}

table.dataTable.table-hover > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.975);
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table > thead .sorting:before,
div.dataTables_scrollBody > table > thead .sorting_asc:before,
div.dataTables_scrollBody > table > thead .sorting_desc:before,
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody > table > tbody tr:first-child th,
div.dataTables_scrollBody > table > tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}

table.table-bordered.dataTable {
  border-right-width: 0;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > 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 {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #0275d8;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

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 {
  position: relative;
  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 {
  top: 50%;
  left: 50%;
  height: 0.8em;
  width: 0.8em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #0275d8;
}

table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}

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 {
  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: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

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%;
  }
}
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-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}

div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}

div.dt-button-info > div {
  padding: 1em;
}

div.dtb-popover-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  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 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 0.9em;
}

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 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.3);
  padding-left: 0;
}

div.dt-button-collection {
  position: absolute;
  z-index: 2001;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 0.5rem;
  width: 200px;
}

div.dt-button-collection div.dropdown-menu {
  position: relative;
  display: block;
  z-index: 2002;
  min-width: 100%;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

div.dt-button-collection.fixed {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 5px;
  background-color: white;
}

div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}

div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}

div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}

div.dt-button-collection.fixed.columns {
  margin-left: -409px;
}

@media screen and (max-width: 1024px) {
  div.dt-button-collection.fixed.columns {
    margin-left: -308px;
  }
}
@media screen and (max-width: 640px) {
  div.dt-button-collection.fixed.columns {
    margin-left: -203px;
  }
}
@media screen and (max-width: 460px) {
  div.dt-button-collection.fixed.columns {
    margin-left: -100px;
  }
}
div.dt-button-collection.fixed > :last-child {
  max-height: 100vh;
  overflow: auto;
}

div.dt-button-collection.two-column > :last-child, div.dt-button-collection.three-column > :last-child, div.dt-button-collection.four-column > :last-child {
  display: block !important;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

div.dt-button-collection.two-column > :last-child > *, div.dt-button-collection.three-column > :last-child > *, div.dt-button-collection.four-column > :last-child > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

div.dt-button-collection.two-column {
  width: 400px;
}

div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  column-count: 2;
}

div.dt-button-collection.three-column {
  width: 450px;
}

div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  column-count: 3;
}

div.dt-button-collection.four-column {
  width: 600px;
}

div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  column-count: 4;
}

div.dt-button-collection .dt-button {
  border-radius: 0;
}

div.dt-button-collection.columns {
  width: auto;
}

div.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.dt-button-collection.columns > :last-child .dt-button {
  min-width: 200px;
  flex: 0 1;
  margin: 0;
}

div.dt-button-collection.columns.dtb-b3 > :last-child, div.dt-button-collection.columns.dtb-b2 > :last-child, div.dt-button-collection.columns.dtb-b1 > :last-child {
  justify-content: space-between;
}

div.dt-button-collection.columns.dtb-b3 .dt-button {
  flex: 1 1 32%;
}

div.dt-button-collection.columns.dtb-b2 .dt-button {
  flex: 1 1 48%;
}

div.dt-button-collection.columns.dtb-b1 .dt-button {
  flex: 1 1 100%;
}

@media screen and (max-width: 1024px) {
  div.dt-button-collection.columns > :last-child {
    width: 612px;
  }
}
@media screen and (max-width: 640px) {
  div.dt-button-collection.columns > :last-child {
    width: 406px;
  }
  div.dt-button-collection.columns.dtb-b3 .dt-button {
    flex: 0 1 32%;
  }
}
@media screen and (max-width: 460px) {
  div.dt-button-collection.columns > :last-child {
    width: 200px;
  }
}
div.dt-button-collection.fixed:before, div.dt-button-collection.fixed:after {
  display: none;
}

div.dt-button-collection .btn-group {
  flex: 1 1 auto;
}

div.dt-button-collection .dt-button {
  min-width: 200px;
}

div.dt-button-collection div.dt-btn-split-wrapper {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

div.dt-button-collection button.dt-btn-split-drop-button {
  width: 100%;
  color: #212529;
  border: none;
  background-color: white;
  border-radius: 0px;
  margin-left: 0px !important;
}

div.dt-button-collection button.dt-btn-split-drop-button:focus {
  border: none;
  border-radius: 0px;
  outline: none;
}

div.dt-button-collection button.dt-btn-split-drop-button:hover {
  background-color: #e9ecef;
}

div.dt-button-collection button.dt-btn-split-drop-button:active {
  background-color: #007bff !important;
}

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 {
    float: none;
  }
}
div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing,
div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}

div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after,
div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

div.dt-buttons div.btn-group {
  position: initial;
}

div.dt-btn-split-wrapper:active:not(.disabled) button, div.dt-btn-split-wrapper.active:not(.disabled) button {
  background-color: #5a6268;
  border-color: #545b62;
}

div.dt-btn-split-wrapper:active:not(.disabled) button.dt-btn-split-drop, div.dt-btn-split-wrapper.active:not(.disabled) button.dt-btn-split-drop {
  box-shadow: none;
  background-color: #6c757d;
  border-color: #6c757d;
}

div.dt-btn-split-wrapper:active:not(.disabled) button:hover, div.dt-btn-split-wrapper.active:not(.disabled) button:hover {
  background-color: #5a6268;
  border-color: #545b62;
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group {
  border-radius: 4px !important;
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:last-child {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:first-child {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:last-child:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group button.dt-btn-split-drop:last-child {
  border: 1px solid #6c757d;
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group div.dt-btn-split-wrapper {
  border: none;
}

div.dt-button-collection div.btn-group {
  border-radius: 4px !important;
}

div.dt-button-collection div.btn-group button {
  border-radius: 4px;
}

div.dt-button-collection div.btn-group button:last-child {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

div.dt-button-collection div.btn-group button:first-child {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

div.dt-button-collection div.btn-group button:last-child:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

div.dt-button-collection div.btn-group button.dt-btn-split-drop:last-child {
  border: 1px solid #6c757d;
}

div.dt-button-collection div.btn-group div.dt-btn-split-wrapper {
  border: none;
}

span.dt-button-spacer.bar:empty {
  height: inherit;
}

div.dt-button-collection span.dt-button-spacer {
  padding-left: 1rem !important;
  text-align: left;
}

table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: fixed;
  outline: 2px solid #0275d8;
  outline-offset: -2px;
  z-index: 2001;
}

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

table.dataTable > tbody > tr > .selected {
  background-color: rgba(2, 117, 216, 0.9);
  color: white;
}

table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
  position: relative;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  content: " ";
  margin-top: -2px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}

table.dataTable tr.selected td.select-checkbox:before,
table.dataTable tr.selected th.select-checkbox:before {
  border: 1px solid white;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  content: "✓";
  font-size: 20px;
  margin-top: -19px;
  margin-left: -6px;
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

table.dataTable.compact tbody td.select-checkbox:before,
table.dataTable.compact tbody th.select-checkbox:before {
  margin-top: -12px;
}

table.dataTable.compact tr.selected td.select-checkbox:after,
table.dataTable.compact tr.selected th.select-checkbox:after {
  margin-top: -16px;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}
table.dataTable tr.dtrg-group th {
  background-color: #e0e0e0;
  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: #f0f0f0;
  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: #f3f3f3;
  padding-left: 2.5em;
}

table.dataTable tr.dtrg-group.dtrg-level-3 th {
  background-color: #f3f3f3;
  padding-left: 3em;
}

table.dataTable tr.dtrg-group.dtrg-level-4 th {
  background-color: #f3f3f3;
  padding-left: 3.5em;
}

table.dataTable tr.dtrg-group.dtrg-level-5 th {
  background-color: #f3f3f3;
  padding-left: 4em;
}

.card .dataTables_wrapper {
  margin-left: 4px;
  margin-right: 4px;
}

table.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px #9dd37d;
  color: #000;
}

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;
  height: auto;
}
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 tbody td.all {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
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: 1rem;
}
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 .selectable {
  cursor: pointer;
}
table.dataTable td a {
  color: #424242;
}
table.dataTable tr.text-danger a {
  color: #f44336 !important;
}
table.dataTable tr .material-icons.handle,
table.dataTable tr .mi.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: 1.5rem;
}

/*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;
  line-height: 14px;
  font-size: 20px;
  box-shadow: none;
  box-sizing: initial;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  top: initial;
  left: initial;
  margin-top: initial;
  margin-left: initial;
  width: initial;
  position: initial;
  border-radius: initial;
  content: "expand_more";
  color: #31b131;
  background-color: transparent;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: "expand_less";
  color: #d33333;
  background-color: transparent;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  color: initial;
  border: none;
  border-radius: initial;
  text-align: center;
  line-height: 14px;
  font-size: 20px;
  box-shadow: none;
  box-sizing: initial;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  top: initial;
  left: initial;
  margin-top: initial;
  margin-left: initial;
  width: initial;
  position: initial;
  border-radius: initial;
  content: "expand_more";
  color: #31b131;
  background-color: transparent;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "expand_less";
  color: #d33333;
  background-color: transparent;
}

div.dataTables_wrapper div.dataTables_filter {
  margin-right: 0.3rem;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0;
  display: initial;
}
div.dataTables_wrapper div.dataTables_filter label {
  display: initial;
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper .table-toolbar {
  display: flex;
  height: 3rem;
  background-color: #fff;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
div.dataTables_wrapper .table-toolbar.sticky-top {
  top: 6.5rem;
}
div.dataTables_wrapper .table-subtoolbar + .row {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
div.dataTables_wrapper .table-toolbar .right-action {
  display: flex;
}
div.dataTables_wrapper .title.left-action {
  font-weight: 500;
  font-size: 16px;
}
div.dataTables_wrapper 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.dataTables_wrapper div.select-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
div.dataTables_wrapper div.table-footer .dataTables_info {
  margin-right: 10px;
  padding-top: 0;
}
div.dataTables_wrapper div.table-footer .dataTables_length {
  margin-right: 20px;
}
div.dataTables_wrapper div.table-footer .pagination {
  display: flex;
  margin: 0;
}
div.dataTables_wrapper 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.dataTables_wrapper div.table-footer select {
  background-color: transparent;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: auto;
  margin-left: 10px;
  color: inherit;
}
div.dataTables_wrapper .dataTables_empty {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
div.dataTables_wrapper .dropdown-item {
  width: auto;
}

.searchfield {
  background: #f5f5f5;
  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;
}
.searchfield:hover {
  background-color: #fff;
}
.searchfield:focus {
  width: 100% !important;
  min-width: 300px;
  padding-right: 2.25rem;
  color: black;
  cursor: auto;
  background-color: white;
}
.searchfield::-webkit-search-decoration, .searchfield::-webkit-search-cancel-button {
  display: none;
}
.searchfield:-moz-placeholder {
  color: transparent;
}
.searchfield::-webkit-input-placeholder {
  color: transparent;
}

.searchbox {
  position: relative;
}
.searchbox:before {
  content: "search";
  position: absolute;
  top: -5px;
  left: 0;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  width: 36px;
  text-align: center;
  font-size: 18px;
  text-align: center;
  color: black;
  z-index: 2;
  pointer-events: none;
  color: #666;
}

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

.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 button.btn.disabled {
  display: none;
}
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;
  }
}
.dt-buttons .mi,
.btn-fab .mi {
  font-size: 18px;
  cursor: pointer;
}

.dt-buttons .btn {
  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;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.input-group.flatpickr-date-time :nth-child(2) {
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: 0;
}

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

.monthly-selection::before {
  position: absolute;
  content: "🗓";
  top: 8px;
  right: 0px;
  color: gray;
}

.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 .material-icons,
.input-group-addon .mi {
  font-size: 16px;
}

.input-group-addon + .form-control,
.form-control + .input-group-addon {
  margin-left: 0;
}

input.form-control.flatpickr-date {
  margin-left: 0rem !important;
}

.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: #00c956 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #009640 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus:not([readonly]) {
  border-bottom: 1px solid #009640;
  box-shadow: 0 1px 0 0 #009640;
}

/* 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 .material-icons {
  font-size: 12px;
}

.fc-content .material-icons {
  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;
}

@font-face {
  font-family: "Material Icons";
  src: url(/assets/MaterialIconsOutlined-Regular-cfe4cf0d9190604dc9f1d48500a4bc097e4a7d9476c7f8909c7e26e12f63252d.otf);
}
.material-icons,
.mi {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

a:active > .material-icons,
a:hover > .material-icons {
  color: #206bc4;
}

.mi {
  vertical-align: middle;
}

.menu-icon,
.nav .mi {
  vertical-align: middle !important;
  margin-bottom: 2px;
  font-size: 22px;
  margin-right: 0.3rem;
}

.menu-icon + span,
.mi + span {
  vertical-align: middle;
}

.nav-link .icon,
.dropdown-item .icon {
  vertical-align: middle;
  margin-bottom: 2px;
  font-size: 20px;
  margin-right: 0.5rem;
}

.icon,
.mi,
.material-icons {
  word-wrap: initial;
}

.icon-xs {
  font-size: 18px !important;
}

.icon-sm {
  font-size: 20px !important;
}

.icon-2x {
  font-size: 2em !important;
}

.icon-3x {
  font-size: 3em !important;
}

.icon-4x {
  font-size: 4em !important;
}

.icon-5x {
  font-size: 5em !important;
}

.icon-6x {
  font-size: 6em !important;
}

.icon-7x {
  font-size: 7em !important;
}

.icon-8x {
  font-size: 8em !important;
}

@media only screen and (min--moz-device-pixel-ratio: 0) {
  .icon-lg {
    vertical-align: -26%;
  }
}
li .mi {
  vertical-align: middle;
}
li i.mi + span,
li span.mi + span {
  line-height: 1.5;
  vertical-align: middle;
  margin-left: 0.5rem;
}

ul.no-bullet {
  list-style: none;
  padding-left: 1.5rem;
}

.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: -24px;
  margin-right: -24px;
  margin-top: -1.25rem;
  box-shadow: none;
  border-radius: 0;
}
.modal-dialog .modal-body {
  margin-top: 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;
}

.modal-backdrop + .flatpickr-calendar + .flatpickr-calendar + .modal-backdrop {
  z-index: 250 !important;
}

#modal2 {
  z-index: 260 !important;
}

#modal3 {
  z-index: 261 !important;
}

.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-link {
  padding: 0.5rem;
  text-transform: capitalize;
  color: inherit;
}
.navbar .nav-link .mi {
  margin-left: auto;
  margin-right: auto;
}
.navbar .nav-link sup.badge {
  top: 0;
  right: 0;
  position: absolute;
}

.navbar .nav-icon.show {
  border-radius: 50%;
}

.navbar .nav-link + .mi {
  padding: 0;
}

.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;
}
.sub-navbar .breadcrumb {
  min-height: 2rem;
  margin-bottom: 0;
}
.sub-navbar .nav-tabs {
  box-shadow: none;
  height: inherit;
}
@media (min-width: 840px) {
  .sub-navbar .nav-tabs {
    margin-left: 1rem;
  }
}
.sub-navbar .nav-link {
  height: 3rem !important;
  min-height: 3rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0 !important;
  padding: 0.3rem 0.75rem;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.87);
  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 .nav-item {
  flex: 1 1 auto;
}

.navbar-bottom .nav-link {
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: stretch;
}

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

.navdrawer .navdrawer-header {
  background-color: #009640;
}
.navdrawer .navbar-brand {
  margin-left: 1rem;
}
.navdrawer .navdrawer-nav {
  padding-left: 0;
}
.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;
}
.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: #009640;
  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: 17px solid #ffffff;
  border-top: 17px solid transparent;
  border-bottom: 17px 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: 17px solid #cfcfca;
  border-top: 17px solid transparent;
  border-bottom: 17px 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: #009640;
  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;
  }
}

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

.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;
  }
  .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%;
}
.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);
}
.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;
  color: inherit;
}
.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;
  }
}
@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-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;
}

/* 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 .spinner {
  top: 8px;
  right: 22px;
}

#nprogress .spinner-icon {
  width: 35px;
  height: 35px;
}

.spin-kit {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spin-kit > div {
  width: 18px;
  height: 18px;
  background-color: #009640;
  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;
}

.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 {
  margin-left: auto;
}

.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 !important;
  padding-left: 5px;
}

/*!
* Tab drop for Bootstrap
*/
/* adjust as needed so the tab text displays */
.tabdrop {
  width: auto;
}

/* hide any icons found in tabs not on first line */
/*
* others
*/
.top-tabs {
  white-space: normal;
}

/* *********  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: 15px;
  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: #1ABB9C;
  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 #1ABB9C;
}

.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 {
  margin: 0;
  padding: 0;
  list-style: 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: #ffffff;
  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.1
 * 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: January 10, 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;
}

.main-navbar {
  background: linear-gradient(to right, #009640, #72BF44);
}
